@layer base,rmx;@layer base{:root{--color-bg: #FFF8F0;--color-text: #2D2420;--color-accent: #7A341D;--color-accent-light: #94482B;--color-surface: #F5EDE4;--color-muted: #53473C;--shadow-card-hover: 0 4px 12px rgba(45, 36, 32, .08);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--font-body: system-ui, -apple-system, sans-serif;--font-display: Georgia, "Times New Roman", serif;--text-sm: clamp(.875rem, .8rem + .25vw, 1rem);--text-base: clamp(1rem, .9rem + .33vw, 1.125rem);--text-lg: clamp(1.25rem, 1rem + .83vw, 1.75rem);--text-xl: clamp(1.75rem, 1.25rem + 1.67vw, 2.75rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);line-height:1.5}h1,h2,h3{font-family:var(--font-display);line-height:1.2}a{color:var(--color-accent);text-decoration-thickness:2px;text-decoration-color:var(--color-accent);text-underline-offset:3px;transition:text-decoration-color .15s ease,color .15s ease}a:hover{color:var(--color-accent-light);text-decoration-color:var(--color-accent-light)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg: #1C1814;--color-surface: #282320;--color-accent: #D4734F;--color-accent-light: #C99070;--color-text: #E5DCD2;--color-muted: #9A8E7E;--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .25)}}[data-theme=dark]{--color-bg: #1C1814;--color-surface: #282320;--color-accent: #D4734F;--color-accent-light: #C99070;--color-text: #E5DCD2;--color-muted: #9A8E7E;--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .25)}[data-theme=light]{--color-bg: #FFF8F0;--color-text: #2D2420;--color-accent: #7A341D;--color-accent-light: #94482B;--color-surface: #F5EDE4;--color-muted: #53473C;--shadow-card-hover: 0 4px 12px rgba(45, 36, 32, .08)}.theme-toggle{background:none;border:none;color:var(--color-muted);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s ease}.theme-toggle:hover{color:var(--color-accent)}@view-transition{navigation:auto}@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}body{animation:page-fade-in .2s ease-out}[data-reduce-motion=reduce] ::view-transition-group(*),[data-reduce-motion=reduce] ::view-transition-old(*),[data-reduce-motion=reduce] ::view-transition-new(*){animation-duration:0s!important}[data-reduce-motion=reduce] body{animation:none}@media(prefers-reduced-motion:reduce){:root:not([data-reduce-motion=no-preference]) ::view-transition-group(*),:root:not([data-reduce-motion=no-preference]) ::view-transition-old(*),:root:not([data-reduce-motion=no-preference]) ::view-transition-new(*){animation-duration:0s!important}:root:not([data-reduce-motion=no-preference]) body{animation:none}}}
