:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}#root{height:100%;width:100%;display:flex;flex-direction:column}a{font-weight:500;color:#e07b39;text-decoration:inherit}a:hover{color:#c4622a}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-page: #ffffff;--bg-card: #ffffff;--bg-elevated: #f8fafc;--bg-input: #ffffff;--text-primary: #1e293b;--text-secondary: #666666;--text-muted: #94a3b8;--text-heading: #0f172a;--border-color: #e2e8f0;--border-light: #f3f4f6;--accent: #e07b39;--accent-hover: #d06a28;--accent-bg: #fff5ee;--nav-bg: #ffffff;--nav-border: #e0e0e0;--nav-text: #333333;--nav-text-hover: #e07b39;--dropdown-bg: #ffffff;--dropdown-hover: #fff5ee;--shadow-card: 0 2px 8px rgba(0, 0, 0, .08);--shadow-elevated: 0 8px 24px rgba(0, 0, 0, .12);--pill-bg: #ffffff;--pill-border: #e2e8f0;--pill-text: #555555;--pill-active-bg: #e07b39;--pill-active-text: #ffffff;--overlay-bg: rgba(0, 0, 0, .4);--link-color: #646cff;--link-hover: #747bff;color:var(--text-primary);background-color:var(--bg-page)}[data-theme=dark]{color-scheme:dark;--bg-page: #0f172a;--bg-card: #1e293b;--bg-elevated: #334155;--bg-input: #1e293b;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--text-heading: #f8fafc;--border-color: #334155;--border-light: #1e293b;--accent: #e07b39;--accent-hover: #f59e0b;--accent-bg: #2d1f0f;--nav-bg: #0f172a;--nav-border: #334155;--nav-text: #e2e8f0;--nav-text-hover: #f59e0b;--dropdown-bg: #1e293b;--dropdown-hover: #334155;--shadow-card: 0 2px 8px rgba(0, 0, 0, .3);--shadow-elevated: 0 8px 24px rgba(0, 0, 0, .4);--pill-bg: #1e293b;--pill-border: #334155;--pill-text: #e2e8f0;--pill-active-bg: #e07b39;--pill-active-text: #ffffff;--overlay-bg: rgba(0, 0, 0, .6);--link-color: #818cf8;--link-hover: #a5b4fc}.theme-transition,.theme-transition *,.theme-transition *:before,.theme-transition *:after{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease!important}a{font-weight:500;color:var(--link-color);text-decoration:inherit}a:hover{color:var(--link-hover)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-page);color:var(--text-primary)}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}article h2{font-size:1.75rem;margin-top:2rem;margin-bottom:1rem;color:var(--text-heading)}article h3{font-size:1.3rem;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-heading)}article p{margin-bottom:1.25rem}article ul,article ol{padding-left:1.5rem;margin-bottom:1.25rem}article li{margin-bottom:.5rem}article strong{color:var(--text-heading);font-weight:600}@media(max-width:768px){body{padding:0}h1{font-size:2em;line-height:1.2}button{padding:.6em 1em;font-size:.95em}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg-elevated) 0%,var(--accent-bg) 100%);padding:1rem}.login-card{background:var(--bg-card);border-radius:16px;box-shadow:var(--shadow-elevated);padding:3rem 2.5rem;width:100%;max-width:420px;text-align:center}.login-header h1{font-size:2rem;color:var(--text-primary);margin-bottom:.5rem}.login-header p{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem}.login-buttons{display:flex;flex-direction:column;gap:1rem}.btn-social{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.85rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-google{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)!important}.btn-google:hover{background:var(--bg-elevated);border-color:var(--text-muted)!important}.btn-guest{background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border-color)!important}.btn-guest:hover{background:var(--bg-input)}.login-divider{display:flex;align-items:center;gap:1rem;color:var(--text-muted);font-size:.85rem;margin:.5rem 0}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.login-note{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.login-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;color:var(--text-secondary)}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}}
