:root{--bg-primary: #FAF7F2;--bg-elevated: #FFFFFF;--bg-subtle: #F2EEE7;--text-primary: #1F1B16;--text-secondary: #6B6359;--text-tertiary: #9C948A;--accent: #A0522D;--accent-soft: #F4E5DA;--success: #6B8E5A;--warning: #C77D2C;--danger: #B5483D;--border-hairline: #EAE4D9;--border-strong: #D4CCBE;--shadow-card: 0 1px 2px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.04);--shadow-modal: 0 8px 32px rgba(0,0,0,.12);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--font-serif: "New York", "Source Serif 4", "Spectral", Georgia, serif;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", system-ui, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, monospace;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--text-3xl: 34px;--tab-bar-height: 64px;--top-bar-height: 56px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer;padding:0}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500;line-height:1.2;letter-spacing:-.01em}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}.surface{background:var(--bg-elevated);border:1px solid var(--border-hairline);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-5)}.muted{color:var(--text-secondary)}.tiny{font-size:var(--text-xs);color:var(--text-tertiary)}.app-shell{min-height:100dvh;padding-top:var(--safe-top);padding-bottom:calc(var(--tab-bar-height) + var(--safe-bottom));background:var(--bg-primary)}@media(min-width:768px){.app-shell{padding-bottom:var(--space-7);max-width:720px;margin:0 auto}}.mobile-only{display:revert}.desktop-only{display:none}@media(min-width:768px){.mobile-only{display:none}.desktop-only{display:revert}}
