@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--color-bg: #fafaf9;--color-surface: #ffffff;--color-border: #e5e5e5;--color-border-strong: #d1d1d1;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-text-subtle: #999;--color-accent: #1a1a1a;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-danger-border: #fecaca;--color-input-bg: #ffffff;--color-hover-bg: #f4f4f4;--color-card-shadow: rgba(0, 0, 0, .08)}[data-theme=dark]{--color-bg: #0f0f0f;--color-surface: #1a1a1a;--color-border: #2e2e2e;--color-border-strong: #3a3a3a;--color-text: #e5e5e5;--color-text-muted: #a0a0a0;--color-text-subtle: #666;--color-accent: #e5e5e5;--color-danger: #f87171;--color-danger-bg: #1c1010;--color-danger-border: #7f1d1d;--color-input-bg: #1f1f1f;--color-hover-bg: #252525;--color-card-shadow: rgba(0, 0, 0, .3)}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);margin:0;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column;transition:background .2s,color .2s}#root{display:flex;flex-direction:column;min-height:100vh}input,button,textarea,select{font-family:inherit}input:focus,textarea:focus{outline:none;border-color:var(--color-text);box-shadow:0 0 0 3px #8080801a}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:14px;font-size:.9rem;color:var(--color-text-subtle);letter-spacing:.02em}.loading-spinner{width:28px;height:28px;border:2px solid var(--color-border);border-top-color:var(--color-text);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sync-error-banner{background:var(--color-danger-bg);border:1px solid var(--color-danger-border);color:var(--color-danger);margin:12px auto;max-width:760px;border-radius:8px;padding:10px 14px;font-size:13px}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.confirm-dialog{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:32px;max-width:340px;width:90%;box-shadow:0 4px 24px var(--color-card-shadow);display:flex;flex-direction:column;gap:24px;text-align:center}.confirm-dialog p{font-size:.95rem;color:var(--color-text-muted);margin:0;line-height:1.5}.confirm-dialog .confirm-actions{display:flex;gap:10px;justify-content:center}@media (max-width: 600px){.confirm-dialog{padding:24px 16px}}.mobile-hamburger{display:none!important}@media (max-width: 768px){.desktop-nav{display:none!important}.mobile-hamburger{display:block!important}}
