:root{--bg: #FAF8F5;--card-bg: #ffffff;--accent: #E8593C;--border: #e8e4de;--text: #1a1a1a;--text-muted: #6b6b6b;--shadow: 0 4px 24px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,.04);--shadow-lg: 0 12px 40px rgba(0,0,0,.14), 0 2px 8px rgba(0,0,0,.06);--radius: 24px;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #1a1815;--card-bg: #252220;--border: #3a3630;--text: #f0ece6;--text-muted: #a09a92;--shadow: 0 4px 24px rgba(0,0,0,.25), 0 1px 4px rgba(0,0,0,.15);--shadow-lg: 0 12px 40px rgba(0,0,0,.4), 0 2px 8px rgba(0,0,0,.2)}}:root[data-theme=dark]{--bg: #1a1815;--card-bg: #252220;--border: #3a3630;--text: #f0ece6;--text-muted: #a09a92;--shadow: 0 4px 24px rgba(0,0,0,.25), 0 1px 4px rgba(0,0,0,.15);--shadow-lg: 0 12px 40px rgba(0,0,0,.4), 0 2px 8px rgba(0,0,0,.2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;width:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);min-height:100dvh;width:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;touch-action:manipulation}button{cursor:pointer;font-family:inherit;border:none;background:none;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}input,textarea{font-family:inherit;font-size:16px}
