:root{--color-bg:#fbf9f5;--color-bg-secondary:#f4eee3;--color-card:#ffffff;--color-card-alt:#fdfcfa;--color-gold:#b7935f;--color-gold-soft:#e9dcc4;--color-gold-dark:#8a6a3f;--color-text-primary:#2c2822;--color-text-secondary:#7c7268;--color-text-muted:#a49a8d;--color-text-on-gold:#2c2822;--color-text-inverse:#fdfcfa;--color-border:#e8e0d2;--color-border-strong:#d8cdb9;--color-success:#4c7a5c;--color-success-bg:#eaf2ec;--color-warning:#b5883f;--color-warning-bg:#f8f0df;--color-error:#a85248;--color-error-bg:#f7eae8;--color-info:#5f7284;--color-info-bg:#eaeef1;--color-focus-ring:rgba(183,147,95,0.45);--font-display:Georgia,"Iowan Old Style","Palatino Linotype",Palatino,serif;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,Roboto,Helvetica,Arial,sans-serif;--text-xs:0.75rem;--text-sm:0.8125rem;--text-base:0.9375rem;--text-md:1.0625rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:1.875rem;--text-3xl:2.25rem;--leading-tight:1.2;--leading-normal:1.5;--leading-relaxed:1.7;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:999px;--shadow-sm:0 1px 2px rgba(44,40,34,0.05);--shadow-md:0 6px 20px rgba(44,40,34,0.06);--shadow-lg:0 16px 40px rgba(44,40,34,0.08);--z-header:100;--z-sidebar:200;--z-mobile-nav:210;--z-drawer:300;--z-modal:400;--z-toast:500;--ease-standard:cubic-bezier(0.4,0,0.2,1);--transition-fast:120ms var(--ease-standard);--transition-base:200ms var(--ease-standard);--transition-slow:320ms var(--ease-standard);--sidebar-width:264px;--header-height:72px;--mobile-nav-height:64px;--hit-target-min:44px}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--color-bg);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,h1,h2,h3,h4{color:var(--color-text-primary)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;line-height:var(--leading-tight);margin:0}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}ol,ul{margin:0;padding:0;list-style:none}table{border-collapse:collapse}img,svg{display:block;max-width:100%}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--color-gold-soft);color:var(--color-text-primary)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}