:root{--color-bg-primary:#222;--color-bg-secondary:#2d2d2d;--color-bg-tertiary:#1c1c1c;--color-text:#e5e7eb;--color-text-muted:#9ca3af;--color-overlay:#00000080;--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}html,body{min-height:100%;margin:0}body{color:var(--color-text);background:var(--color-bg-tertiary);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.auth-page{background:var(--color-bg-primary,#f9fafb);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-card{background:var(--color-bg-secondary);border-radius:1rem;width:100%;max-width:420px;padding:2.5rem 2rem;box-shadow:0 8px 32px #0006}.auth-logo{-o-object-fit:contain;object-fit:contain;width:3rem;height:3rem;margin-bottom:1.25rem}.auth-heading{color:var(--color-text,#111827);margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.auth-tabs{border-bottom:2px solid var(--color-border);margin-bottom:1.75rem;display:flex}.auth-tab{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-2px;padding:.65rem .5rem;font-size:.95rem;font-weight:600;transition:color .15s}.auth-tab:hover{color:var(--color-text)}.auth-oauth{gap:.65rem;margin-bottom:1.25rem;display:grid}.auth-oauth-btn{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:var(--color-bg-primary);cursor:pointer;border-radius:.5rem;padding:.75rem;font-size:.95rem;font-weight:600;transition:border-color .15s,background .15s}.auth-oauth-btn:hover:not(:disabled){border-color:#ba68c8}.auth-oauth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:var(--color-text-muted);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-form{gap:1.25rem;display:grid}.auth-label{color:var(--color-text);font-size:.9rem;font-weight:600;display:block}.auth-input{border:1px solid var(--color-border);width:100%;color:var(--color-text,#e5e7eb);background:var(--color-bg-primary);border-radius:.5rem;margin-top:.4rem;padding:.75rem .875rem;font-size:1rem;transition:border-color .15s,box-shadow .15s;display:block}.auth-input:focus{border-color:#ba68c8;outline:none;box-shadow:0 0 0 3px #ba68c833}.auth-submit{color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;margin-top:.25rem;padding:.8rem;font-size:1rem;font-weight:600;transition:filter .15s,transform .15s}.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{border-radius:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.auth-status-error{color:#fca5a5;background:#991b1b40;border:1px solid #991b1b80}.auth-status-success{color:#ce93d8;background:#4a148c40;border:1px solid #4a148c80}
.AppLayout-module__c8Noxq__app{background:var(--color-bg-tertiary);min-height:100vh;color:var(--color-text);flex-direction:column;display:flex}.AppLayout-module__c8Noxq__appHeader{min-height:var(--site-header-height);color:#fff;background:#4a148cf7;border-bottom:1px solid #ba68c833;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;display:flex}.AppLayout-module__c8Noxq__brand{letter-spacing:.1em;text-transform:uppercase;color:#fff;font-weight:800}.AppLayout-module__c8Noxq__headerActions{align-items:center;gap:.75rem;display:flex}.AppLayout-module__c8Noxq__navLink{color:#fff;border-radius:6px;padding:.4rem .9rem;font-size:.9rem;font-weight:600;transition:background-color .15s}.AppLayout-module__c8Noxq__navLink:hover{background:#ffffff1f}.AppLayout-module__c8Noxq__signOut{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:6px;padding:.4rem .9rem;font-size:.9rem;font-weight:600;transition:background-color .15s}.AppLayout-module__c8Noxq__signOut:hover{background:#ffffff1f}.AppLayout-module__c8Noxq__appMain{flex:1;width:100%;max-width:960px;margin:0 auto;padding:2.5rem 1.5rem}
