@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap";:root,[data-theme=dark]{--bg:#0d0d0f;--surface:#1a1a1d;--surface-2:#242424;--surface-3:#2e2e30;--fg:#eae8e3;--muted:#8a8a8e;--muted-2:#5c5c5e;--accent:#c83c2b;--accent-hover:#d94e3d;--accent-soft:#c83c2b26;--gold:#d1a569;--gold-soft:#d1a56926;--border:#2a2a2d;--border-light:#3a3a3d;--shadow:0 4px 24px #00000080;--shadow-lg:0 8px 40px #000000b3;--overlay:#0d0d0feb;--glass:#1a1a1de0;--skeleton:#1e1e21}[data-theme=light]{--bg:#f9f5eb;--surface:#fff;--surface-2:#ede3d0;--surface-3:#ddd0b8;--fg:#2c2c2e;--muted:#6b6b6e;--muted-2:#9a9a9d;--accent:#c83c2b;--accent-hover:#b5331f;--accent-soft:#c83c2b1a;--gold:#b8893e;--gold-soft:#b8893e1f;--border:#d5c9b5;--border-light:#c4b89e;--shadow:0 4px 24px #00000014;--shadow-lg:0 8px 40px #0000001f;--overlay:#f9f5ebeb;--glass:#ffffffe0;--skeleton:#e8dcc8}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.55;transition:background .3s,color .3s}#root{height:100%}h1,h2,h3,h4,h5{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,select{font-family:inherit}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.container{max-width:1400px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in{animation:.3s fadeIn}.fade-in-up{animation:.4s fadeInUp}.scale-in{animation:.25s scaleIn}.slide-in-right{animation:.3s slideInRight}.page-enter{animation:.35s fadeInUp}.skeleton{background:linear-gradient(90deg, var(--skeleton) 25%, var(--surface-2) 50%, var(--skeleton) 75%);background-size:200% 100%;animation:1.5s infinite shimmer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.no-select{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
