.auth-landing{--lp-background:#05060b;--lp-foreground:#e6e7ec;--lp-muted:#9aa0ae;--lp-accent:#6366f1;--lp-accent-light:#818cf8;--lp-violet:#8b5cf6;--lp-surface:#0c0f18;--lp-surface-light:#141927;--lp-border:#232a3d;--lp-success:#34d399;--lp-error:#f87171;min-height:100dvh;color:var(--lp-foreground);background:radial-gradient(ellipse 90% 55% at 50% -10%,#6366f12e,transparent 70%),radial-gradient(ellipse 50% 40% at 85% 20%,#8b5cf61a,transparent 70%),radial-gradient(ellipse 40% 35% at 10% 45%,#22d3ee0f,transparent 70%),var(--lp-background);flex-direction:column;display:flex;position:relative;overflow:hidden}.auth-landing ::selection{color:#fff;background:#6366f159}.auth-grid-overlay{pointer-events:none;background-image:linear-gradient(#818cf80f 1px,#0000 1px),linear-gradient(90deg,#818cf80f 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 0,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 50% 0,#000 20%,#0000 75%)}.auth-gradient-text{background:linear-gradient(100deg,#a5b4fc 0%,#818cf8 35%,#c4b5fd 70%,#67e8f9 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.auth-pill{border:1px solid var(--lp-border);color:var(--lp-accent-light);background:#0c0f18b3;border-radius:9999px;align-items:center;gap:.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:500;display:inline-flex}.auth-pill-dot{background:var(--lp-success);border-radius:9999px;width:.375rem;height:.375rem;animation:2s cubic-bezier(.4,0,.6,1) infinite auth-pulse}@keyframes auth-pulse{50%{opacity:.4}}.auth-card{border:1px solid var(--lp-border);background:linear-gradient(#14192799,#0c0f18e6);border-radius:16px;box-shadow:0 30px 80px #0009,0 0 60px #6366f11a}.auth-logo-tile{border:1px solid var(--lp-border);background:linear-gradient(#141927e6,#0c0f18);border-radius:20px;justify-content:center;align-items:center;width:8rem;height:8rem;display:inline-flex;box-shadow:0 0 30px #6366f140}.auth-btn-oauth{width:100%;color:var(--lp-foreground);border:1px solid var(--lp-border);cursor:pointer;background:#141927b3;border-radius:10px;justify-content:center;align-items:center;gap:.625rem;padding:.7rem 1.5rem;font-size:.875rem;font-weight:600;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.auth-btn-oauth:hover{border-color:var(--lp-accent-light);background:var(--lp-surface-light);transform:translateY(-2px)}.auth-alert-error{border:1px solid #f8717166;border-left:3px solid var(--lp-error);background:#f871711a;border-radius:12px;gap:.75rem;padding:.875rem 1rem;display:flex}.auth-link{color:var(--lp-muted);transition:color .2s}.auth-link:hover{color:var(--lp-foreground)}@media (prefers-reduced-motion:reduce){.auth-landing *{transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
