:root{--bg-base:#1e1e1c;--bg-surface:#262626;--bg-elevated:#2c2c2a;--bg-input:#222220;--teal:#1a6b5a;--teal-bright:#22c99a;--amber:#e8a838;--text-primary:#f0efeb;--text-secondary:#a09e99;--text-tertiary:#5a5955;--border:#2a2a2a;--border-teal:#1a6b5a;--border-bright:#22c99a;--glow-teal:0 0 8px #22c99a66, 0 0 20px #22c99a26;--glow-subtle:0 0 4px #22c99a33;--glow-amber:0 0 8px #e8a83866, 0 0 20px #e8a83826;--radius:0;--radius-sm:0;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}[data-theme=light]{--bg-base:#f5f2eb;--bg-surface:#fff;--bg-elevated:#eae7df;--bg-input:#f0ede6;--teal:#1a6b5a;--teal-bright:#1d9e75;--amber:#e8a838;--text-primary:#1e1e1c;--text-secondary:#5a5955;--text-tertiary:#9a9890;--border:#d3d1c7;--border-teal:#1a6b5a;--border-bright:#1d9e75;--glow-teal:0 0 8px #1d9e7533, 0 0 20px #1d9e7514;--glow-subtle:0 0 4px #1d9e7526;--glow-amber:0 0 8px #e8a83833, 0 0 20px #e8a83814}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--bg-base:#f5f2eb;--bg-surface:#fff;--bg-elevated:#eae7df;--bg-input:#f0ede6;--teal:#1a6b5a;--teal-bright:#1d9e75;--amber:#e8a838;--text-primary:#1e1e1c;--text-secondary:#5a5955;--text-tertiary:#9a9890;--border:#d3d1c7;--border-teal:#1a6b5a;--border-bright:#1d9e75;--glow-teal:0 0 8px #1d9e7533, 0 0 20px #1d9e7514;--glow-subtle:0 0 4px #1d9e7526;--glow-amber:0 0 8px #e8a83833, 0 0 20px #e8a83814}}[data-theme=dark]{--bg-base:#1e1e1c;--bg-surface:#262626;--bg-elevated:#2c2c2a;--bg-input:#222220;--teal:#1a6b5a;--teal-bright:#22c99a;--amber:#e8a838;--text-primary:#f0efeb;--text-secondary:#a09e99;--text-tertiary:#5a5955;--border:#2a2a2a;--border-teal:#1a6b5a;--border-bright:#22c99a;--glow-teal:0 0 8px #22c99a66, 0 0 20px #22c99a26;--glow-subtle:0 0 4px #22c99a33;--glow-amber:0 0 8px #e8a83866, 0 0 20px #e8a83826}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-base);color:var(--text-primary);font-family:var(--font);min-height:100vh;font-size:15px;line-height:1.6;transition:background-color .2s,color .2s}#root{min-height:100vh}.page-shell{background:var(--bg-base);flex-direction:column;min-height:100vh;transition:background-color .2s,color .2s;display:flex}.page-topbar{z-index:10;background:var(--bg-surface);border-bottom:1px solid var(--border-teal);justify-content:space-between;align-items:center;width:100%;height:52px;padding:0 24px;transition:background-color .2s,border-color .2s;display:flex;position:sticky;top:0;box-shadow:0 1px #22c99a26}.page-topbar-end{align-items:center;gap:12px;margin-left:auto;display:flex}.page-domain{color:var(--text-tertiary);font-size:12px}.page-footer{border-top:1px solid var(--border-teal);flex-wrap:wrap;justify-content:space-between;gap:8px;width:100%;margin-top:auto;padding:16px 24px;transition:background-color .2s,border-color .2s;display:flex;box-shadow:0 -1px #22c99a1a}.page-footer-text{color:var(--text-tertiary);font-size:11px}.page-footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.page-footer-link{color:var(--teal-bright);font-size:.8rem;text-decoration:none}.page-footer-link:hover{text-decoration:underline}.page-footer-separator{color:var(--text-tertiary);font-size:.8rem}.page-main{flex:1;width:100%;max-width:480px;margin:0 auto;padding:48px 24px}@media (width<=520px){.page-main{padding-left:16px;padding-right:16px}.login-card{padding:16px!important}}.login-step-fade{animation:.3s login-fade-in}@keyframes login-fade-in{0%{opacity:0}to{opacity:1}}.theme-toggle{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;font-family:var(--font);background:0 0;justify-content:center;align-items:center;padding:5px 8px;transition:border-color .2s,color .2s;display:flex}.theme-toggle:hover{border-color:var(--border-teal);color:var(--teal-bright)}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.65}}.upload-btn-loading{animation:1.5s ease-in-out infinite pulse-subtle}.upload-btn:hover:not(:disabled){box-shadow:var(--glow-teal);background:#1d7a67}.upload-btn:disabled{opacity:.4;cursor:not-allowed}.support-link{color:var(--teal-bright);text-decoration:none}.support-link:hover{text-decoration:underline}.confirmation-card{background:var(--bg-surface);border:1px solid var(--border);border-left:3px solid var(--teal);border-radius:var(--radius);padding:28px}.confirmation-heading{color:var(--text-primary);margin-bottom:8px;font-size:24px;font-weight:700}.confirmation-subtext{color:var(--text-secondary);font-size:13px}.confirmation-steps{flex-direction:column;gap:16px;margin-top:24px;list-style:none;display:flex}.confirmation-step{color:var(--text-primary);align-items:flex-start;gap:12px;font-size:14px;display:flex}.confirmation-step--pending{opacity:.4}.confirmation-step-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:flex}.confirmation-step-check{color:#22c99a;font-size:16px;font-weight:700;line-height:1}.confirmation-step-dot{width:8px;height:8px;box-shadow:var(--glow-subtle);background:#22c99a;border-radius:50%;animation:1.4s ease-in-out infinite confirmation-pulse}@keyframes confirmation-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.25)}}.confirmation-error-heading{color:#e8a838;margin-bottom:8px;font-size:24px;font-weight:700}.confirmation-error-subtext{color:var(--text-secondary);margin-bottom:24px;font-size:13px}.confirmation-retry-btn{background:var(--teal);border:1px solid var(--border-bright);width:100%;box-shadow:var(--glow-subtle);color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font);padding:13px;transition:all .2s}.confirmation-retry-btn:hover{box-shadow:var(--glow-teal);background:#1d7a67}.legal-main{flex:1;width:100%;max-width:720px;margin:0 auto;padding:48px 24px 64px}.legal-back-link{color:var(--teal-bright);font-size:13px;font-family:var(--font);margin-bottom:24px;text-decoration:none;display:inline-block}.legal-back-link:hover{text-decoration:underline}.legal-title{color:var(--text-primary);margin-bottom:8px;font-size:28px;font-weight:700}.legal-subtitle{color:var(--text-secondary);border-bottom:1px solid var(--border);margin-bottom:40px;padding-bottom:24px;font-size:13px}.legal-section{margin-bottom:32px}.legal-section h2{color:var(--text-primary);margin-bottom:12px;font-size:17px;font-weight:600}.legal-section p{color:var(--text-secondary);margin-bottom:12px;font-size:14px;line-height:1.7}.legal-section p:last-child{margin-bottom:0}.legal-section ul{color:var(--text-secondary);margin:0 0 12px;padding-left:1.25rem;font-size:14px;line-height:1.7}.legal-section li{margin-bottom:8px}.legal-section li:last-child{margin-bottom:0}.legal-section a{color:var(--teal-bright);text-decoration:none}.legal-section a:hover{text-decoration:underline}@media (width<=520px){.legal-main{padding-left:16px;padding-right:16px}}
