@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;overflow:hidden}.shell-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.shell-body{flex:1;overflow-y:auto;padding:var(--s8)}::-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)}
