.sy-auth-shell{--auth-bg:#0f1110;--auth-surface:#151815;--auth-surface-hover:#191c19;--auth-line:#f4f7f417;--auth-line-strong:#f4f7f429;--auth-text:#f3f5f3;--auth-muted:#929a93;--auth-dim:#687069;--auth-accent:#b8ff3d;background:radial-gradient(circle at 50% -18%, #b8ff3d0e, transparent 35%), var(--auth-bg);min-height:100svh;color:var(--auth-text);isolation:isolate;grid-template-rows:74px minmax(0,1fr) 54px;display:grid;position:relative;overflow:hidden}.sy-auth-shell:before,.sy-auth-shell:after{content:"";z-index:-1;background:linear-gradient(to bottom, transparent, var(--auth-line) 18%, var(--auth-line) 82%, transparent);width:1px;position:absolute;top:0;bottom:0}.sy-auth-shell:before{left:max(24px,50% - 360px)}.sy-auth-shell:after{right:max(24px,50% - 360px)}.sy-auth-shell ::selection{color:var(--auth-text);background:#b8ff3d38}.sy-auth-grid{z-index:-2;opacity:.38;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 38%,#000 0%,#0000 67%);mask-image:radial-gradient(circle at 50% 38%,#000 0%,#0000 67%)}.sy-auth-header,.sy-auth-footer{justify-content:space-between;align-items:center;width:100%;padding-inline:clamp(20px,3.5vw,48px);display:flex}.sy-auth-header{border-bottom:1px solid var(--auth-line)}.sy-auth-header .brand{gap:11px}.sy-auth-header .brand-mark{width:30px;height:30px;box-shadow:none;border-radius:8px}.sy-auth-header .brand-copy b{color:var(--auth-text);font-size:13px}.sy-auth-header .brand-copy em{color:var(--auth-dim);font-size:7px}.sy-auth-private-label{color:var(--auth-dim);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:9px;font-weight:750;display:inline-flex}.sy-auth-private-label i{background:var(--auth-accent);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #b8ff3d12}.sy-auth-main{scrollbar-width:thin;scrollbar-color:var(--auth-line-strong) transparent;place-items:center;width:100%;min-height:0;padding:clamp(40px,7vh,72px) 24px;display:grid;overflow-y:auto}.sy-auth-card{width:min(100%,400px)}.sy-auth-mode-switch{border:1px solid var(--auth-line);background:#ffffff05;border-radius:9px;grid-template-columns:1fr 1fr;gap:3px;margin-bottom:36px;padding:3px;display:grid}.sy-auth-mode-switch a{min-height:34px;color:var(--auth-muted);border:1px solid #0000;border-radius:6px;outline:none;place-items:center;font-size:10px;font-weight:720;text-decoration:none;transition:background-color .14s,border-color .14s,color .14s,box-shadow .14s;display:grid}.sy-auth-mode-switch a:hover:not(.is-active){color:var(--auth-text)}.sy-auth-mode-switch a.is-active{border-color:var(--auth-line);background:var(--auth-surface-hover);color:var(--auth-text);box-shadow:0 2px 8px #00000029}.sy-auth-mode-switch a:focus-visible{box-shadow:0 0 0 2px #b8ff3d47}.sy-auth-card-header{margin-bottom:29px}.sy-auth-section-mark{background:var(--auth-accent);border-radius:4px;width:22px;height:3px;margin-bottom:19px;display:block}.sy-auth-card-header h1{color:var(--auth-text);letter-spacing:-.048em;margin:0;font-size:clamp(30px,4vw,38px);font-weight:650;line-height:1.08}.sy-auth-card-header p{color:var(--auth-muted);margin:11px 0 0;font-size:12px;line-height:1.65}.sy-auth-form{flex-direction:column;gap:16px;display:flex}.sy-auth-field{min-width:0}.sy-auth-label-row{justify-content:space-between;align-items:center;min-height:18px;margin-bottom:7px;display:flex}.sy-auth-label-row label{color:#d7dcd7;font-size:11px;font-weight:700}.sy-auth-label-row span{color:var(--auth-dim);font-size:9px;font-weight:600}.sy-auth-field input{border:1px solid var(--auth-line);background:var(--auth-surface);width:100%;height:46px;color:var(--auth-text);caret-color:var(--auth-accent);border-radius:8px;outline:none;padding:0 13px;font-size:13px;transition:border-color .14s,background-color .14s,box-shadow .14s,opacity .14s}.sy-auth-field input::placeholder{color:#677068;opacity:1}.sy-auth-field input:hover:not(:disabled){border-color:var(--auth-line-strong);background:var(--auth-surface-hover)}.sy-auth-field input:focus-visible{background:var(--auth-surface-hover);border-color:#b8ff3d85;box-shadow:0 0 0 3px #b8ff3d13}.sy-auth-field input:disabled{cursor:not-allowed;opacity:.56}.sy-auth-field input:-webkit-autofill{-webkit-text-fill-color:var(--auth-text);box-shadow:0 0 0 1000px var(--auth-surface) inset;transition:background-color 9999s ease-out}.sy-auth-field input:-webkit-autofill:hover{-webkit-text-fill-color:var(--auth-text);box-shadow:0 0 0 1000px var(--auth-surface) inset;transition:background-color 9999s ease-out}.sy-auth-field input:-webkit-autofill:focus{-webkit-text-fill-color:var(--auth-text);box-shadow:0 0 0 1000px var(--auth-surface) inset;transition:background-color 9999s ease-out}.sy-auth-password{position:relative}.sy-auth-password input{padding-right:48px}.sy-auth-password button{width:40px;height:40px;color:var(--auth-muted);background:0 0;border:0;border-radius:6px;outline:none;place-items:center;transition:background-color .14s,color .14s,box-shadow .14s;display:grid;position:absolute;top:3px;right:3px}.sy-auth-password button:hover:not(:disabled){color:var(--auth-text);background:#ffffff0b}.sy-auth-password button:focus-visible{box-shadow:0 0 0 2px #b8ff3d45}.sy-auth-password button svg{width:16px;height:16px}.sy-auth-message{border:1px solid;border-radius:8px;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:9px;margin:0;padding:10px 11px;font-size:11px;line-height:1.5;display:grid}.sy-auth-message svg{width:14px;height:14px;margin-top:1px}.sy-auth-message--error{color:#ffabb4;background:#ff7e8c0f;border-color:#ff7e8c38}.sy-auth-message--success{color:#d5ff91;background:#b8ff3d0d;border-color:#b8ff3d2e}.sy-auth-submit{color:#111311;background:#f2f4f2;border:1px solid #f2f4f2;border-radius:8px;outline:none;justify-content:center;align-items:center;width:100%;min-height:46px;margin-top:2px;font-size:12px;font-weight:790;transition:background-color .14s,border-color .14s,box-shadow .14s,opacity .14s;display:inline-flex;box-shadow:0 5px 18px #00000024}.sy-auth-submit:hover:not(:disabled){background:#fff;border-color:#fff;box-shadow:0 7px 22px #0003}.sy-auth-submit:focus-visible{box-shadow:0 0 0 3px var(--auth-bg), 0 0 0 5px #b8ff3d9e}.sy-auth-submit:disabled{cursor:wait;opacity:.63}.sy-auth-submit-content{justify-content:center;align-items:center;gap:8px;display:inline-flex}.sy-auth-submit-content svg{width:15px;height:15px}.sy-auth-spinner{animation:.72s linear infinite sy-auth-spin}.sy-auth-success{border:1px solid var(--auth-line);background:var(--auth-surface);border-radius:9px;padding:23px}.sy-auth-success-icon{background:var(--auth-accent);color:#11170d;border-radius:8px;place-items:center;width:36px;height:36px;margin-bottom:17px;display:grid}.sy-auth-success-icon svg{width:18px;height:18px}.sy-auth-success h3{color:var(--auth-text);letter-spacing:-.025em;margin:0;font-size:18px}.sy-auth-success p{color:var(--auth-muted);margin:9px 0 17px;font-size:11px;line-height:1.65}.sy-auth-success-redirect{color:var(--auth-dim);letter-spacing:.11em;text-transform:uppercase;font-size:8px;font-weight:750}.sy-auth-footer{border-top:1px solid var(--auth-line);color:var(--auth-dim);letter-spacing:.12em;text-transform:uppercase;font-size:8px;font-weight:720}@keyframes sy-auth-spin{to{transform:rotate(360deg)}}@media (max-width:640px){.sy-auth-shell{grid-template-rows:65px minmax(0,1fr) 45px;min-height:100dvh;overflow:visible}.sy-auth-shell:before{left:14px}.sy-auth-shell:after{right:14px}.sy-auth-header,.sy-auth-footer{padding-inline:18px}.sy-auth-private-label{font-size:8px}.sy-auth-main{place-items:start center;padding:34px 24px 42px;overflow:visible}.sy-auth-mode-switch{margin-bottom:31px}.sy-auth-card-header{margin-bottom:26px}.sy-auth-card-header h1{font-size:31px}.sy-auth-field input,.sy-auth-submit{min-height:48px}.sy-auth-password button{top:4px}}@media (max-width:370px){.sy-auth-private-label{font-size:0}.sy-auth-private-label i{margin-right:2px}.sy-auth-main{padding-inline:20px}.sy-auth-card-header h1{font-size:28px}.sy-auth-footer span:first-child{display:none}.sy-auth-footer{justify-content:flex-end}}@media (prefers-reduced-motion:reduce){.sy-auth-shell *,.sy-auth-shell :before,.sy-auth-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (forced-colors:active){.sy-auth-mode-switch,.sy-auth-field input,.sy-auth-submit,.sy-auth-message,.sy-auth-success{border:1px solid canvastext}}
