:root{--color-bg-primary:#222;--color-bg-secondary:#2d2d2d;--color-bg-tertiary:#1c1c1c;--color-text:#e5e7eb;--color-text-muted:#9ca3af;--color-overlay:rgba(0,0,0,.5);--color-header:#4a148c;--color-footer:#1a1a1a;--color-button:#6a1b9a;--color-button-text:#fff;--color-accent:#ba68c8;--color-border:#3f3f3f;--site-header-height:64px;--home-bg:#fff;--home-surface:#fff;--home-text:#000;--home-text-body:#222;--home-text-muted:#555;--home-on-purple:#fff;--home-purple:#6b2b8a;--home-purple-dark:#4e1d66;--home-purple-hover:#7c34a0;--home-link:#00f;--home-input-border:#ccc;--home-logo-size:clamp(22px,7vw,40px)}@media (max-width:640px){:root{--site-header-height:56px}}*{box-sizing:border-box}html{overflow-x:clip}body,html{min-height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--color-text);background:var(--color-bg-tertiary)}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg-primary,#f9fafb);padding:2rem 1rem}.auth-card{width:100%;max-width:420px;background:var(--color-bg-secondary);border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 8px 32px rgba(0,0,0,.4)}.auth-logo{width:3rem;height:3rem;-o-object-fit:contain;object-fit:contain;margin-bottom:1.25rem}.auth-heading{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:var(--color-text,#111827)}.auth-tabs{display:flex;border-bottom:2px solid var(--color-border);margin-bottom:1.75rem}.auth-tab{flex:1;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:.65rem .5rem;font-size:.95rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease}.auth-tab:hover{color:var(--color-text)}.auth-oauth{display:grid;gap:.65rem;margin-bottom:1.25rem}.auth-oauth-btn{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:.5rem;font-size:.95rem;font-weight:600;color:var(--color-text);background:var(--color-bg-primary);cursor:pointer;transition:border-color .15s ease,background .15s ease}.auth-oauth-btn:hover:not(:disabled){border-color:#ba68c8}.auth-oauth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;color:var(--color-text-muted);font-size:.85rem}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--color-border)}.auth-form{display:grid;gap:1.25rem}.auth-label{display:block;font-size:.9rem;font-weight:600;color:var(--color-text)}.auth-input{display:block;width:100%;margin-top:.4rem;padding:.75rem .875rem;border:1px solid var(--color-border);border-radius:.5rem;font-size:1rem;color:var(--color-text,#e5e7eb);background:var(--color-bg-primary);transition:border-color .15s ease,box-shadow .15s ease}.auth-input:focus{outline:none;border-color:#ba68c8;box-shadow:0 0 0 3px rgba(186,104,200,.2)}.auth-submit{width:100%;padding:.8rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:filter .15s ease,transform .15s ease;margin-top:.25rem}.auth-submit:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-link{color:#ce93d8;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-status{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;font-weight:500}.auth-status-error{background:rgba(153,27,27,.25);color:#fca5a5;border:1px solid rgba(153,27,27,.5)}.auth-status-success{background:rgba(74,20,140,.25);color:#ce93d8;border:1px solid rgba(74,20,140,.5)}.AppLayout_app__v_wkC{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-tertiary);color:var(--color-text)}.AppLayout_appHeader__EP7tj{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.5rem;min-height:var(--site-header-height);background:rgba(74,20,140,.97);color:#fff;border-bottom:1px solid rgba(186,104,200,.2)}.AppLayout_brand__SZUER{font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fff}.AppLayout_headerActions__B94Ac{display:flex;align-items:center;gap:.75rem}.AppLayout_navLink__OQilS{font-size:.9rem;font-weight:600;color:#fff;padding:.4rem .9rem;border-radius:6px;transition:background-color .15s ease}.AppLayout_navLink__OQilS:hover{background:hsla(0,0%,100%,.12)}.AppLayout_signOut__ZoHPm{background:none;border:1px solid hsla(0,0%,100%,.35);border-radius:6px;padding:.4rem .9rem;font-size:.9rem;font-weight:600;color:#fff;cursor:pointer;transition:background-color .15s ease}.AppLayout_signOut__ZoHPm:hover{background:hsla(0,0%,100%,.12)}.AppLayout_appMain___sflf{flex:1;padding:2.5rem 1.5rem;max-width:960px;width:100%;margin:0 auto}