@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap";:root{--brown:#8b4513;--brown-hover:#7a3b10;--brown-active:#6a3310;--brown-dim:#6b5240;--brown-text:#3d2b1a;--brown-muted:#8a6d57;--cream:#faf6ef;--cream-hover:#f3ead9;--cream-border:#ece4d8;--gold:#d4a853;--gold-hover:#c49543;--gold-light:#f5e9c8;--gold-text:#7a5a1a;--color-surface:#fff;--color-page-bg:var(--cream);--color-sidebar-bg:#2c1a0e;--color-sidebar-text:#e8d9c8;--color-sidebar-muted:#a08070;--color-sidebar-hover:#ffffff12;--color-sidebar-active:#d4a85326;--color-sidebar-active-text:var(--gold);--color-text-heading:#3d2b1a;--color-text-body:#4a3020;--color-text-muted:#8a6d57;--color-text-placeholder:#b09880;--color-text-inverse:#faf6ef;--color-border:#d4b896;--color-border-light:#ece4d8;--color-border-focus:var(--brown);--color-success:#2d7a56;--color-success-bg:#e8f5ef;--color-success-text:#1a5c3d;--color-warning:#b87333;--color-warning-bg:#fef3e2;--color-warning-text:#7a4a10;--color-danger:#c0392b;--color-danger-bg:#fdecea;--color-danger-text:#8c1a12;--color-info:#2563a8;--color-info-bg:#e8f0fc;--color-info-text:#1a3f7a;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.9375rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-xs:0 1px 2px #3d2b1a0f;--shadow-sm:0 1px 4px #3d2b1a14, 0 1px 2px #3d2b1a0a;--shadow-md:0 4px 12px #3d2b1a1a, 0 2px 4px #3d2b1a0f;--shadow-lg:0 8px 24px #3d2b1a1f, 0 4px 8px #3d2b1a0f;--sidebar-width:220px;--topbar-height:56px;--content-max-width:1200px;--transition-fast:.12s ease;--transition-base:.2s ease;--transition-slow:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-body);background-color:var(--color-page-bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text-heading);font-weight:600;line-height:1.25}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg);font-weight:500}a{color:var(--brown);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--brown-hover)}:focus-visible{outline:2px solid var(--brown);outline-offset:2px;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--cream-border);border-radius:var(--radius-full)}.app-shell{min-height:100vh;display:flex}.app-main{min-width:0;margin-left:var(--sidebar-width);flex-direction:column;flex:1;display:flex}.app-content{padding:var(--space-8);flex:1}
