@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=DM+Sans:wght@300;400;500&display=swap";:root{--cream: #F5F0E8;--sand: #E8DDD0;--stone: #C4B5A0;--bark: #8B7355;--earth: #5C4A35;--forest: #3D4F3C;--moss: #6B7F5E;--sage: #A8B89A;--terracotta: #C07860;--white: #FDFAF6;--border-color: var(--sand);--s1: 4px;--s2: 8px;--s3: 12px;--s4: 16px;--s5: 20px;--s6: 24px;--s8: 32px;--s10: 40px;--s12: 48px;--serif: "Cormorant Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--tx-xs: .75rem;--tx-sm: .875rem;--tx-base: 1rem;--tx-lg: 1.125rem;--tx-xl: 1.25rem;--tx-2xl: 1.5rem;--tx-3xl: 1.875rem;--tx-4xl: 2.25rem;--sidebar-w: 260px;--topbar-h: 64px;--r-sm: 6px;--r-md: 10px;--r-lg: 16px;--r-xl: 24px;--sh-sm: 0 1px 3px rgba(92,74,53,.07), 0 1px 2px rgba(92,74,53,.04);--sh-md: 0 4px 14px rgba(92,74,53,.09), 0 2px 4px rgba(92,74,53,.05);--ease-fast: .14s ease;--ease-base: .22s ease;--font-sans: var(--sans);--font-serif: var(--serif);--font-mono: "JetBrains Mono", monospace;--space-1: var(--s1);--space-2: var(--s2);--space-3: var(--s3);--space-4: var(--s4);--space-5: var(--s5);--space-6: var(--s6);--space-8: var(--s8);--space-10: var(--s10);--space-12: var(--s12);--text-xs: var(--tx-xs);--text-sm: var(--tx-sm);--text-base: var(--tx-base);--text-lg: var(--tx-lg);--text-xl: var(--tx-xl);--text-2xl: var(--tx-2xl);--text-3xl: var(--tx-3xl);--text-4xl: var(--tx-4xl);--border-radius-sm: var(--r-sm);--border-radius-md: var(--r-md);--border-radius-lg: var(--r-lg);--border-radius-xl: var(--r-xl);--shadow-sm: var(--sh-sm);--shadow-md: var(--sh-md);--transition-fast: var(--ease-fast);--transition-base: var(--ease-base);--sidebar-width: var(--sidebar-w);--topbar-height: var(--topbar-h);--bg-base: var(--cream);--bg-surface: var(--white);--bg-sidebar: var(--forest);--bg-sidebar-active: rgba(168,184,154,.12);--text-primary: var(--earth);--text-secondary: var(--bark);--text-muted: var(--stone);--text-inverse: var(--white);--text-sidebar: rgba(253,250,246,.72);--text-sidebar-active: var(--white);--color-primary: var(--forest);--color-success: var(--moss);--color-warning: #C4956A;--color-danger: var(--terracotta)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--sans);font-size:var(--tx-base);font-weight:400;color:var(--earth);background:var(--cream);line-height:1.6}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.shell{display:flex;height:100vh;height:100dvh;overflow:hidden}.shell-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.shell-body{flex:1;overflow-y:auto;padding:var(--s8)}.shell-sidebar{width:var(--sidebar-w);background:var(--forest);display:flex;flex-direction:column;flex-shrink:0;height:100vh;height:100dvh;overflow-y:auto;overflow-x:hidden;position:relative}.topbar-hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:8px 6px;cursor:pointer;flex-shrink:0;border-radius:var(--r-sm);transition:background var(--ease-fast)}.topbar-hamburger:hover{background:#c4b5a040}.sidebar-close-btn{display:none;position:absolute;top:12px;right:12px;background:#ffffff1f;border:none;color:var(--white);font-size:13px;font-weight:600;width:28px;height:28px;border-radius:50%;align-items:center;justify-content:center;cursor:pointer}.sidebar-backdrop{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 767px){.shell-body{padding:var(--s4)}.shell-sidebar{position:fixed;top:0;left:0;bottom:0;height:100%;height:100dvh;z-index:200;width:min(var(--sidebar-w),85vw);transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:none}.shell-sidebar.sidebar-open{transform:translate(0);box-shadow:6px 0 32px #0000004d}.topbar-hamburger,.sidebar-close-btn{display:flex}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .18s ease}:root{--tx-3xl: 1.375rem;--tx-4xl: 1.625rem}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--sand);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--stone)}
