:root{--bg:#0b0d0c;--panel:#141815;--line:#2a312c;--text:#f3f2eb;--muted:#939c96;--soft:#cbd1cc;--accent:#c8ff45;--warn:#ff9a7a}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 10%,#1b2a22 0,transparent 37%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1fr) minmax(460px,.72fr)}.auth-story{padding:clamp(34px,5vw,76px);display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #222824}.auth-brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none}.auth-brand span{width:42px;height:42px;border:1px solid #4a574e;border-radius:13px;display:grid;place-items:center;color:var(--accent);font-size:13px;font-weight:850}.auth-brand b{font-size:18px}.eyebrow{font-size:10px;color:var(--accent);letter-spacing:.19em;font-weight:750}.auth-story h1{font-size:clamp(42px,5vw,74px);line-height:1.02;letter-spacing:-.055em;font-weight:560;margin:18px 0}.auth-story h1 em{font-style:normal;color:#8d9791}.auth-story p:not(.eyebrow){max-width:520px;color:var(--muted);line-height:1.75;font-size:14px}.auth-story>small{color:#68716b;font-size:10px}.auth-card{background:linear-gradient(145deg,#151916,#0e110f);padding:clamp(36px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.auth-heading p{font-size:10px;color:var(--accent);letter-spacing:.12em;margin:0}.auth-heading h2{font-size:32px;letter-spacing:-.035em;margin:10px 0 8px}.auth-heading span{color:var(--muted);font-size:12px}.auth-card form{display:grid;gap:17px;margin-top:34px}.auth-card label{display:grid;gap:8px;color:var(--soft);font-size:11px}.auth-card input{width:100%;border:1px solid #343c36;background:#0b0e0c;color:var(--text);border-radius:11px;padding:13px 14px;outline:none;font:inherit}.auth-card input:focus{border-color:#799051;box-shadow:0 0 0 3px #c8ff4509}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check{grid-template-columns:18px 1fr!important;align-items:start;line-height:1.55;color:var(--muted)!important}.check input{width:16px;height:16px;margin:1px 0;accent-color:var(--accent)}.check a,.auth-switch a{color:var(--soft)}.auth-card button{border:0;background:var(--accent);color:#11150d;border-radius:11px;padding:14px 16px;font-weight:800;display:flex;justify-content:space-between;cursor:pointer;margin-top:5px}.auth-card button:disabled{opacity:.55;cursor:wait}.auth-card button i{font-style:normal}.auth-message{min-height:18px;font-size:11px;color:var(--warn);margin:0}.auth-message.success{color:var(--accent);line-height:1.6}.auth-switch{font-size:11px;color:var(--muted);margin:22px 0 0}.register-card{padding-top:45px;padding-bottom:45px}@media(max-width:880px){.auth-shell{grid-template-columns:1fr}.auth-story{min-height:300px;border-right:0;border-bottom:1px solid #222824;gap:70px}.auth-story>small{display:none}.auth-card{min-height:calc(100vh - 300px)}}@media(max-width:560px){.auth-shell{display:block}.auth-story{min-height:240px;padding:28px 5vw;gap:45px}.auth-story h1{font-size:39px}.auth-story p:not(.eyebrow){display:none}.auth-card{padding:40px 5vw;min-height:calc(100vh - 240px)}.auth-row{grid-template-columns:1fr}}
