:root{color-scheme:dark;--auth-font-body: "Inter", "Segoe UI Variable", "Segoe UI", sans-serif;--auth-font-display: "Inter", "Segoe UI Variable", "Segoe UI", sans-serif;--auth-bg-color: #020809;--auth-bg-layer: #061514;--auth-bg-elevated: rgba(8, 24, 23, .82);--auth-card-bg: linear-gradient(180deg, rgba(10, 31, 29, .96), rgba(2, 10, 10, .98));--auth-card-bg-secondary: rgba(9, 28, 26, .84);--auth-overlay: rgba(4, 7, 10, .64);--auth-primary-color: #c8ad83;--auth-primary-hover: #d6bc95;--auth-primary-active: #b59268;--auth-accent-color: #7e313e;--auth-accent-soft: rgba(126, 49, 62, .16);--auth-success-color: #4bb58f;--auth-danger-color: #d96e63;--auth-warning-color: #caa05a;--auth-info-color: #7f98b1;--auth-text-primary: #f2ede5;--auth-text-secondary: #b4aca0;--auth-text-muted: #91897f;--auth-text-placeholder: #736c64;--auth-text-disabled: #5e5750;--auth-text-on-primary: #17110b;--auth-border-color: rgba(40, 235, 210, .14);--auth-border-strong: rgba(40, 235, 210, .24);--auth-border-soft: rgba(118, 255, 236, .06);--auth-focus-ring: rgba(200, 173, 131, .18);--auth-divider: rgba(255, 255, 255, .06);--auth-shadow-card: 0 28px 60px rgba(0, 0, 0, .36);--auth-shadow-soft: 0 16px 36px rgba(0, 0, 0, .22);--auth-shadow-button: 0 12px 26px rgba(132, 86, 46, .22);--auth-radius-sm: 12px;--auth-radius-md: 18px;--auth-radius-lg: 24px;--auth-radius-full: 999px;--auth-space-1: 4px;--auth-space-2: 8px;--auth-space-3: 12px;--auth-space-4: 16px;--auth-space-5: 20px;--auth-space-6: 24px;--auth-space-7: 32px;--auth-shell-width: 438px;--auth-shell-padding: 24px;--auth-control-height: 48px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--auth-font-body);font-size:14px;line-height:1.5;color:var(--auth-text-primary);background:radial-gradient(circle at 50% -12%,rgba(0,229,205,.18),transparent 34%),radial-gradient(circle at top left,rgba(0,137,121,.18),transparent 28%),radial-gradient(circle at top right,rgba(200,173,131,.12),transparent 26%),linear-gradient(180deg,#061514,#020809 52%,#010204);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before,body:after{position:fixed;border-radius:50%;content:"";pointer-events:none;filter:blur(90px);opacity:.38}body:before{top:-60px;left:-80px;width:240px;height:240px;background:#00e5cd38}body:after{right:-80px;bottom:10vh;width:220px;height:220px;background:#0089792e}#app{min-height:100%}a{color:var(--auth-primary-color);text-decoration:none}a:hover{color:var(--auth-primary-hover)}.auth-container{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;overflow:hidden}.auth-card{position:relative;width:100%;max-width:var(--auth-shell-width);padding:var(--auth-shell-padding);border:1px solid var(--auth-border-color);border-radius:var(--auth-radius-lg);background:var(--auth-card-bg);box-shadow:var(--auth-shadow-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden}.auth-card:before{position:absolute;inset:0;content:"";background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 22%),radial-gradient(circle at top right,rgba(0,229,205,.12),transparent 28%),radial-gradient(circle at left center,rgba(0,137,121,.12),transparent 34%);pointer-events:none}.auth-top-actions{position:absolute;top:14px;inset-inline-end:14px;z-index:2;display:flex;align-items:center;gap:8px}.auth-header{position:relative;z-index:1;margin-bottom:22px;text-align:center}.auth-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:26px;margin-bottom:12px;padding:0 12px;border:1px solid rgba(200,173,131,.14);border-radius:var(--auth-radius-full);background:#c8ad8314;color:var(--auth-primary-color);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.auth-title{margin-bottom:8px;color:var(--auth-text-primary);font-family:var(--auth-font-display);font-size:28px;font-weight:700;line-height:1.1;letter-spacing:0}.auth-subtitle{max-width:30ch;margin:0 auto;color:var(--auth-text-secondary);font-size:13px;line-height:1.6}.auth-form{position:relative;z-index:1;margin-bottom:18px}.auth-form .el-form-item{margin-bottom:18px}.auth-form .el-form-item:last-child{margin-top:2px;margin-bottom:0}.auth-form .el-form-item__label{margin-bottom:6px;color:var(--auth-text-secondary)!important;font-size:12px;font-weight:600;letter-spacing:.02em}.auth-form .el-form-item__error{position:static;padding-top:6px;color:var(--auth-danger-color);font-size:12px;line-height:1.35;word-break:break-word}.auth-form .el-input__wrapper,.auth-form .el-textarea__inner{min-height:var(--auth-control-height);padding:8px 14px;border-radius:15px;background:#081918eb;box-shadow:inset 0 0 0 1px var(--auth-border-color)!important;color:var(--auth-text-primary)}.auth-form .el-input__wrapper:hover,.auth-form .el-textarea__inner:hover{box-shadow:inset 0 0 0 1px var(--auth-border-strong)!important}.auth-form .el-input__wrapper.is-focus,.auth-form .el-textarea__inner:focus{box-shadow:inset 0 0 0 1px #c8ad8370,0 0 0 4px var(--auth-focus-ring)!important}.auth-form .el-input__inner,.auth-form .el-textarea__inner{color:var(--auth-text-primary);caret-color:var(--auth-primary-color)}.auth-form .el-input__inner::placeholder,.auth-form .el-textarea__inner::placeholder{color:var(--auth-text-placeholder)}.auth-form .el-input__prefix,.auth-form .el-input__suffix,.auth-form .el-input__icon{color:var(--auth-text-muted)}.auth-form .el-checkbox{align-items:flex-start}.auth-form .el-checkbox__label{color:var(--auth-text-secondary);line-height:1.6;white-space:normal}.auth-form .el-checkbox__inner{background:#081918eb;border-color:var(--auth-border-color)}.auth-form .el-checkbox__input.is-checked .el-checkbox__inner,.auth-form .el-checkbox__input.is-indeterminate .el-checkbox__inner{background:linear-gradient(135deg,var(--auth-primary-color),var(--auth-primary-active));border-color:transparent}.auth-form .auth-channel-toggle{--el-segmented-bg-color: rgba(5, 18, 17, .82);--el-segmented-item-selected-bg-color: transparent;--el-segmented-item-selected-color: var(--auth-text-on-primary);--el-segmented-item-hover-bg-color: rgba(200, 173, 131, .08);--el-segmented-item-hover-color: var(--auth-text-primary);--el-border-radius-base: 999px;display:inline-flex;width:auto;max-width:100%;padding:4px;border:1px solid var(--auth-border-color);border-radius:var(--auth-radius-full);background:linear-gradient(180deg,#ffffff0b,#fff0),#061816d6;box-shadow:inset 0 1px #ffffff0f,0 10px 22px #00000029}.auth-form .auth-channel-toggle .el-segmented__group{gap:4px;min-width:0}.auth-form .auth-channel-toggle .el-segmented__item{flex:0 0 auto;min-width:104px;height:36px;padding:0 14px;border-radius:var(--auth-radius-full);color:var(--auth-text-secondary);font-size:13px;font-weight:600;letter-spacing:.2px;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.auth-form .auth-channel-toggle .el-segmented__item-selected{background:linear-gradient(135deg,var(--auth-primary-hover),var(--auth-primary-active));box-shadow:0 8px 18px #84562e47,inset 0 1px #ffffff47;color:var(--auth-text-on-primary);transform:translateY(-.5px)}.auth-form .auth-channel-toggle .el-segmented__item.is-selected{color:var(--auth-text-on-primary)}.auth-form .auth-channel-toggle .el-segmented__item:not(.is-disabled):not(.is-selected):hover{background:#c8ad8314;color:var(--auth-text-primary)}.auth-form .auth-channel-toggle .el-segmented__item-label{display:block;min-height:36px;line-height:36px;overflow:visible;text-overflow:clip}.auth-form .auth-channel-toggle .channel-option{display:inline-flex;align-items:center;gap:6px;line-height:1}.auth-form .auth-channel-toggle .channel-option-icon{font-size:15px;display:inline-flex;align-items:center}.auth-form .auth-channel-toggle .channel-option-label{white-space:nowrap}.auth-form .el-alert{border-radius:16px;border:1px solid var(--auth-border-color);background:#091c1ae0;color:var(--auth-text-secondary)}.auth-form .el-alert--success{border-color:#4bb58f2e;background:#4bb58f1f}.auth-form .el-alert--info{border-color:#7f98b12e;background:#7f98b11f}.auth-form .el-alert--error{border-color:#d96e6338;background:#d96e631f}.auth-form .el-button{min-height:46px;border-radius:15px;font-size:14px;font-weight:700}.auth-form .el-button--primary{width:100%;border:none;background:linear-gradient(135deg,var(--auth-primary-color),var(--auth-primary-active));box-shadow:var(--auth-shadow-button);color:var(--auth-text-on-primary)}.auth-form .el-button--primary:hover,.auth-form .el-button--primary:focus-visible{background:linear-gradient(135deg,var(--auth-primary-hover),var(--auth-primary-color));color:var(--auth-text-on-primary)}.auth-form .el-button--default{--el-button-bg-color: rgba(8, 25, 24, .94);--el-button-border-color: rgba(200, 173, 131, .34);--el-button-text-color: var(--auth-primary-hover);--el-button-hover-bg-color: rgba(10, 31, 29, .96);--el-button-hover-border-color: rgba(200, 173, 131, .56);--el-button-hover-text-color: var(--auth-primary-hover);border:1px solid rgba(200,173,131,.34);background:linear-gradient(180deg,#c8ad831a,#c8ad8309),#081918f0!important;color:var(--auth-primary-hover)!important;box-shadow:inset 0 1px #ffffff0a}.auth-form .el-button--default:hover,.auth-form .el-button--default:focus-visible{border-color:#c8ad838f;background:linear-gradient(180deg,#c8ad8329,#c8ad830f),#0a1f1df5!important;color:var(--auth-primary-hover)!important}.auth-form .el-button.is-disabled,.auth-form .el-button.is-disabled:hover{--el-button-disabled-bg-color: rgba(255, 255, 255, .055);--el-button-disabled-border-color: rgba(255, 255, 255, .08);--el-button-disabled-text-color: var(--auth-text-muted);border-color:#ffffff14;background:#ffffff0e!important;color:var(--auth-text-muted)!important;opacity:1;box-shadow:none}.auth-form .code-row .el-button{border-color:#c8ad835c!important;background:linear-gradient(180deg,#c8ad831f,#c8ad830a),#081918f5!important;color:var(--auth-primary-hover)!important}.auth-form .code-row .el-button:hover,.auth-form .code-row .el-button:focus-visible{border-color:#c8ad8394!important;background:linear-gradient(180deg,#c8ad832e,#c8ad8312),#0a1f1dfa!important}.auth-form .code-row .el-button.is-disabled,.auth-form .code-row .el-button.is-disabled:hover{border-color:#ffffff14!important;background:#ffffff0e!important;color:var(--auth-text-muted)!important}.code-row{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:10px;width:100%}.code-row .el-button{width:128px}.auth-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:18px;padding-top:14px;border-top:1px solid var(--auth-divider);color:var(--auth-text-secondary);font-size:13px;text-align:center}.auth-footer a{font-weight:700}.auth-inline-links{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-2px;margin-bottom:4px;color:var(--auth-text-secondary);font-size:12px}.auth-inline-links a{font-weight:600}.auth-status-card{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px;border:1px solid var(--auth-border-color);border-radius:16px;background:var(--auth-card-bg-secondary)}.auth-status-card--success{border-color:#4bb58f2e;background:#4bb58f1a}.auth-status-card--warning{border-color:#caa05a38;background:#caa05a1a}.auth-status-card--danger{border-color:#d96e6338;background:#d96e631a}.auth-status-card__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#ffffff0f;color:var(--auth-primary-color);flex:none}.auth-status-card__title{margin-bottom:4px;color:var(--auth-text-primary);font-size:14px;font-weight:700}.auth-status-card__text{color:var(--auth-text-secondary);font-size:12px;line-height:1.6}.auth-code-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.auth-code-grid input{width:100%;height:50px;border:1px solid var(--auth-border-color);border-radius:15px;background:#081918f0;color:var(--auth-text-primary);font-size:18px;font-weight:700;text-align:center;outline:none;transition:border-color .2s,box-shadow .2s,background-color .2s}.auth-code-grid input:focus{border-color:#c8ad8370;box-shadow:0 0 0 4px var(--auth-focus-ring);background:#0b2320fa}.auth-code-grid input::placeholder{color:var(--auth-text-placeholder)}.auth-note{margin-top:14px;color:var(--auth-text-muted);font-size:12px;line-height:1.6;text-align:center}.auth-panel-link{display:inline-flex;align-items:center;gap:6px;color:var(--auth-text-secondary);font-size:12px;font-weight:600}.auth-terms-shell{min-height:100vh;padding:24px 16px}.auth-terms-card{width:min(880px,100%);margin:0 auto;padding:28px;border:1px solid var(--auth-border-color);border-radius:28px;background:var(--auth-card-bg);box-shadow:var(--auth-shadow-card)}.el-message{border-radius:14px!important;border:1px solid var(--auth-border-color)!important;background:#14191ff0!important;box-shadow:var(--auth-shadow-soft)!important}.el-message--success{border-color:#4bb58f38!important}.el-message--error{border-color:#d96e633d!important}.fade-enter-active,.fade-leave-active{transition:opacity .24s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media(min-width:768px){:root{--auth-shell-width: 520px;--auth-shell-padding: 36px;--auth-control-height: 52px}.auth-container{padding:40px}.auth-card{padding:40px 44px;border-radius:28px}.auth-title{font-size:32px}.auth-subtitle{font-size:14px}.auth-form .el-form-item{margin-bottom:22px}.auth-form .el-form-item__label{font-size:13px}.auth-form .el-button{min-height:50px;font-size:15px}.auth-footer{font-size:14px;margin-top:22px;padding-top:18px}}@media(min-width:1280px){:root{--auth-shell-width: 560px}.auth-card{padding:44px 52px}.auth-title{font-size:34px}}@media(max-width:480px){.auth-container{align-items:stretch;padding:14px}.auth-card{align-self:center;padding:20px 18px calc(22px + env(safe-area-inset-bottom,0px));border-radius:22px}.auth-top-actions{top:10px;inset-inline-end:10px}.auth-title{font-size:24px}.auth-subtitle{font-size:12px}.auth-code-grid{gap:8px}.auth-code-grid input{height:46px;font-size:17px}.code-row{grid-template-columns:1fr}.code-row .el-button{width:100%}.auth-terms-shell{padding:16px 14px}.auth-terms-card{padding:20px 18px 24px;border-radius:22px}}
