@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600&display=swap";:root{--color-bg: #f8f5f0;--color-surface: #ffffff;--color-border: #e8e0d6;--color-border-strong: #d4c9bc;--color-text: #2c1810;--color-text-muted: #6b5345;--color-text-subtle: #9c8778;--color-accent: #c0542e;--color-accent-hover: #a3442a;--color-danger: #b91c1c;--color-danger-bg: #fef2f2;--color-danger-border: #fecaca;--color-input-bg: #fffdf9;--color-hover-bg: #f3ede6;--color-card-shadow: rgba(44, 24, 16, .06);--font-heading: "DM Serif Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--color-bg: #1a120e;--color-surface: #241a15;--color-border: #3d2e26;--color-border-strong: #4d3b31;--color-text: #f0e8e0;--color-text-muted: #c4a992;--color-text-subtle: #8a7060;--color-accent: #e07040;--color-accent-hover: #f08050;--color-danger: #f87171;--color-danger-bg: #2a1515;--color-danger-border: #5c2020;--color-input-bg: #2a1f1a;--color-hover-bg: #30221c;--color-card-shadow: rgba(0, 0, 0, .3)}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);margin:0;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column;transition:background .3s,color .3s}#root{display:flex;flex-direction:column;min-height:100vh}input,button,textarea,select{font-family:inherit}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #c0542e1a}.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-accent);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(44,24,16,.4);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.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 8px 32px 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}.mobile-hamburger{display:none!important}@media (max-width: 768px){.desktop-nav{display:none!important}.mobile-hamburger{display:block!important}}@media (max-width: 600px){.confirm-dialog{padding:24px 16px}}
