:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--auth-background: #f4f6f8;--auth-surface: #ffffff;--auth-border: #d9e0e7;--auth-border-strong: #aeb9c5;--auth-text: #20262d;--auth-muted: #66717d;--auth-link: #075db7;--auth-link-hover: #034a93;--auth-primary: #0877e8;--auth-primary-hover: #0565c6;--auth-focus: #8ec5ff;--auth-danger-background: #fff1f1;--auth-danger-border: #efb4b8;--auth-danger-text: #8c2027;--auth-success-background: #edf8f0;--auth-success-border: #a9d5b4;--auth-success-text: #1e6531;--auth-warning-background: #fff8e6;--auth-warning-border: #e5ca82;--auth-warning-text: #725513;--auth-info-background: #eef7ff;--auth-info-border: #b0d5f4;--auth-info-text: #175a8e}*{box-sizing:border-box}html{min-height:100%;background:var(--auth-background)}body.auth-page{min-width:320px;min-height:100vh;margin:0;background:var(--auth-background);color:var(--auth-text);font-size:15px;line-height:1.5;letter-spacing:0}button,input{font:inherit}a{color:var(--auth-link);text-decoration:none}a:hover{color:var(--auth-link-hover);text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--auth-focus);outline-offset:2px}.auth-shell{display:flex;flex-direction:column;min-height:100vh;padding:48px 20px 24px}.auth-main{width:100%;max-width:440px;margin:auto}.auth-brand{display:flex;justify-content:center;margin-bottom:24px}.auth-brand:hover{text-decoration:none}.auth-logo{display:block;width:176px;height:auto}.auth-panel{width:100%;padding:32px;background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:8px;box-shadow:0 12px 30px #20262d14}.auth-heading{margin-bottom:24px}.auth-title{margin:0;color:var(--auth-text);font-size:26px;font-weight:700;line-height:1.25}.auth-description{margin:8px 0 0;color:var(--auth-muted)}.auth-form{display:grid;gap:18px}.auth-field{display:grid;gap:7px}.auth-label{color:var(--auth-text);font-size:14px;font-weight:650}.auth-input{display:block;width:100%;min-height:44px;padding:10px 12px;color:var(--auth-text);background:var(--auth-surface);border:1px solid var(--auth-border-strong);border-radius:5px;transition:border-color .12s ease,box-shadow .12s ease}.auth-input:hover{border-color:#7e8b98}.auth-input:focus{border-color:var(--auth-primary);box-shadow:0 0 0 3px #0877e824;outline:0}.auth-input[aria-invalid=true]{border-color:#bf3b44}.auth-help{margin:0;color:var(--auth-muted);font-size:13px}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-checkbox-label{display:inline-flex;align-items:center;gap:8px;color:var(--auth-text);cursor:pointer}.auth-checkbox{width:17px;height:17px;margin:0;accent-color:var(--auth-primary)}.auth-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;color:#fff;font-weight:700;background:var(--auth-primary);border:1px solid var(--auth-primary);border-radius:5px;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.auth-button:hover{color:#fff;background:var(--auth-primary-hover);border-color:var(--auth-primary-hover);text-decoration:none}.auth-button:disabled{color:#fff;background:var(--auth-primary);border-color:var(--auth-primary);cursor:wait;opacity:.76}.auth-button-loading:before{width:15px;height:15px;margin-right:9px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;content:"";animation:auth-button-spin .7s linear infinite}.auth-button-block{width:100%}.auth-secondary-action{margin:2px 0 0;text-align:center}.auth-context{margin:0 0 20px;padding:12px 14px;color:var(--auth-info-text);background:var(--auth-info-background);border:1px solid var(--auth-info-border);border-radius:5px}.auth-context+.auth-context{margin-top:-10px}.auth-result{text-align:center}.auth-result .auth-description{margin-top:12px}.auth-result .auth-button{margin-top:24px}.auth-reasons{margin:20px 0 0;padding-left:22px}.auth-reasons li+li{margin-top:8px}.auth-legal{margin-top:24px;padding-top:20px;color:var(--auth-muted);font-size:13px;border-top:1px solid var(--auth-border)}.auth-ip-address{margin:12px 0 0;color:var(--auth-muted);font-size:13px;text-align:center}.auth-footer{width:100%;max-width:520px;margin:32px auto 0;color:var(--auth-muted);font-size:13px;text-align:center}.auth-footer p{margin:0}.auth-footer-links{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:6px 12px;margin-top:6px}.auth-messages:empty{display:none}.auth-messages .alert{position:relative;margin:0 0 20px!important;padding:12px 40px 12px 14px;border:1px solid;border-radius:5px}.auth-messages .alert p,.auth-messages .alert ul{margin:6px 0 0}.auth-messages .alert ul{padding-left:20px}.auth-messages .alert-danger{color:var(--auth-danger-text);background:var(--auth-danger-background);border-color:var(--auth-danger-border)}.auth-messages .alert-success{color:var(--auth-success-text);background:var(--auth-success-background);border-color:var(--auth-success-border)}.auth-messages .alert-warning{color:var(--auth-warning-text);background:var(--auth-warning-background);border-color:var(--auth-warning-border)}.auth-messages .alert-info{color:var(--auth-info-text);background:var(--auth-info-background);border-color:var(--auth-info-border)}.auth-messages .close{position:absolute;top:6px;right:8px;width:30px;height:30px;padding:0;color:currentColor;background:transparent;border:0;cursor:pointer;opacity:.72}.auth-messages .close:hover{opacity:1}@keyframes auth-button-spin{to{transform:rotate(360deg)}}@media(max-width:520px){.auth-shell{padding:28px 14px 20px}.auth-main{margin-top:0}.auth-panel{padding:24px 20px}.auth-options{align-items:flex-start;flex-direction:column;gap:12px}.auth-title{font-size:24px}}
