:root{color-scheme:light dark;--bg: #ffffff;--fg: #111111;--muted: #6b7280}@media(prefers-color-scheme:dark){:root{--bg: #0a0a0a;--fg: #fafafa;--muted: #9ca3af}}*{box-sizing:border-box;margin:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.hero{min-height:100vh;display:grid;place-items:center;padding:2rem}.hero__content{text-align:center;max-width:32rem}.hero__content h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.hero__content p{color:var(--muted);font-size:1.125rem;line-height:1.5}.hero__subtle{margin-top:1rem;font-size:.875rem;opacity:.7}.hero__signout{margin-top:1.5rem;padding:.5rem 1rem;background:transparent;color:var(--fg);border:1px solid var(--muted);border-radius:.5rem;font-size:.875rem;cursor:pointer}.hero__signout:hover{background:var(--muted);color:var(--bg)}.hero__signout:focus-visible{outline:2px solid #ff6b00;outline-offset:2px}.login{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:#1e1e1e;color:#fff}.login__shell{width:100%;max-width:1100px;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.login__shell{grid-template-columns:1fr 1fr}}.login__brand{display:none}@media(min-width:768px){.login__brand{display:block}}.login__brand-mark{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.login__brand-badge{width:48px;height:48px;border-radius:.625rem;background:#ff6b00;color:#1e1e1e;font-weight:700;font-size:1.5rem;display:grid;place-items:center}.login__brand-mark h2{font-size:2rem;font-weight:700}.login__brand-mark p{font-size:.875rem;color:#ffffff80}.login__features{list-style:none;padding:0;display:grid;gap:1rem}.login__features li{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.25rem}.login__features h3{font-size:1rem;font-weight:600;margin-bottom:.375rem}.login__features p{font-size:.875rem;color:#ffffff8c;line-height:1.5}.login__card{width:100%;max-width:420px;margin:0 auto;background:#1e1e1ef2;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 25px 50px -12px #00000080}.login__card-header{text-align:center;margin-bottom:1.75rem}.login__card-header h1{font-size:1.5rem;font-weight:700}.login__card-header p{font-size:.875rem;color:#ffffffa6;margin-top:.375rem}.login__error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#fca5a5;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.login__success{text-align:center;background:#10b98114;border:1px solid rgba(16,185,129,.25);border-radius:.5rem;padding:1rem;font-size:.875rem;display:grid;gap:.5rem}.login__btn{width:100%;height:48px;border-radius:.5rem;font-size:.95rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;border:1px solid transparent;transition:background .15s ease}.login__btn:disabled{opacity:.45;cursor:not-allowed}.login__btn:focus-visible{outline:2px solid #ff6b00;outline-offset:2px}.login__btn--primary{background:#fff;color:#1e1e1e}.login__btn--primary:hover:not(:disabled){background:#f3f4f6}.login__btn--secondary{background:#ff6b00;color:#1e1e1e}.login__btn--secondary:hover:not(:disabled){background:#e55f00}.login__btn--ghost{background:transparent;color:#ffffffd9;border-color:#fff3}.login__btn--ghost:hover:not(:disabled){background:#ffffff0d}.login__divider{position:relative;margin:1rem 0;text-align:center}.login__divider:before{content:"";position:absolute;top:50%;right:0;bottom:0;left:0;border-top:1px solid rgba(255,255,255,.1)}.login__divider span{position:relative;background:#1e1e1ef2;padding:0 .75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#a3a3a3}.login__form{display:grid;gap:.75rem}.login__label{font-size:.875rem;font-weight:600;color:#ffffffd9}.login__input{width:100%;height:48px;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;padding:0 .875rem;font-size:.95rem}.login__input:focus{outline:2px solid #ff6b00;outline-offset:1px}.login__link{background:none;border:none;color:#ff6b00;font-size:.875rem;cursor:pointer;font-weight:500}.login__link:hover{text-decoration:underline}.login__link:focus-visible{outline:2px solid #ff6b00;outline-offset:2px;border-radius:2px}
