.auth-shell{--line:#d7dbd2;background:var(--bg);color:var(--ink);font-family:Inter,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-shell .wrap{width:100%;max-width:400px}.auth-shell .back-home{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--ink-soft);text-decoration:none;margin-bottom:18px}.auth-shell .back-home:hover{color:var(--teal-deep)}.auth-shell .brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px;font-family:JetBrains Mono;font-weight:700;font-size:14px;letter-spacing:.04em}.auth-shell .card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:34px;box-shadow:0 24px 48px -28px rgba(22,36,31,.35)}.auth-shell h1{font-family:Archivo;font-weight:900;font-size:22px;margin-bottom:6px}.auth-shell p.lede{color:var(--ink-soft);font-size:14px;margin-bottom:24px}.auth-shell label{display:block;font-size:12px;font-family:JetBrains Mono;font-weight:600;letter-spacing:.03em;margin-bottom:7px;color:var(--ink-soft)}.auth-shell input{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;font-family:Inter;font-size:14px;margin-bottom:16px;transition:border-color .15s ease,box-shadow .15s ease}.auth-shell input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(15,110,86,.14)}.auth-shell .btn{width:100%;padding:13px;border:none;border-radius:10px;font-weight:700;font-size:14.5px;cursor:pointer;background:var(--amber);color:#fff;box-shadow:0 2px 8px rgba(227,168,59,.35);transition:transform .15s ease,box-shadow .15s ease}.auth-shell .btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px -4px rgba(227,168,59,.55)}.auth-shell .btn:disabled{opacity:.7;cursor:default;transform:none}.auth-shell .forgot{display:block;text-align:center;font-size:13px;color:var(--teal-deep);text-decoration:none;margin-top:16px;font-weight:600}.auth-shell .forgot:hover{text-decoration:underline}.auth-shell .field-error{margin:-10px 0 14px}