@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--hc-bg-primary:#faf7f2;--hc-bg-secondary:#f0ebe3;--hc-bg-card:#fff;--hc-bg-card-hover:#fbf6ec;--hc-text-primary:#2d2a26;--hc-text-secondary:#6b6560;--hc-text-muted:#a39e97;--hc-border:#e5e0d8;--hc-accent:#5b8c3f;--hc-accent-hover:#4a7733;--hc-accent-text:#fff;--hc-chip-fresh:#e8f5e9;--hc-chip-fresh-text:#2e7d32;--hc-chip-prep:#e3f2fd;--hc-chip-prep-text:#1565c0;--hc-chip-bulk-prep:#fff3e0;--hc-chip-bulk-prep-text:#e65100;--hc-status-success:#4caf50;--hc-status-warning:#ff9800;--hc-status-error:#f44336;--hc-overlay:#00000080;--hc-spacing-xs:4px;--hc-spacing-sm:8px;--hc-spacing-md:16px;--hc-spacing-lg:24px;--hc-spacing-xl:32px;--hc-spacing-xxl:48px;--hc-radii-sm:6px;--hc-radii-md:10px;--hc-radii-lg:16px;--hc-radii-xl:20px;--hc-radii-full:9999px;--hc-font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hc-font-size-xs:12px;--hc-font-size-sm:14px;--hc-font-size-md:16px;--hc-font-size-lg:20px;--hc-font-size-xl:24px;--hc-font-size-xxl:32px;--hc-font-weight-normal:400;--hc-font-weight-medium:500;--hc-font-weight-semibold:600;--hc-font-weight-bold:700;--hc-line-height-tight:1.25;--hc-line-height-normal:1.5;--hc-shadow-sm:0 1px 2px #0000000d;--hc-shadow-md:0 4px 6px #00000012;--hc-shadow-lg:0 10px 15px #0000001a;--hc-transition-fast:.15s ease;--hc-transition-normal:.2s ease;--hc-transition-slow:.3s ease;--hc-sidebar-width:240px;--hc-sidebar-collapsed-width:64px;--hc-topbar-height:56px;--hc-max-content-width:1200px}[data-theme=dark]{--hc-bg-primary:#1a1816;--hc-bg-secondary:#242220;--hc-bg-card:#2e2b28;--hc-bg-card-hover:#3a352f;--hc-text-primary:#e8e2da;--hc-text-secondary:#a39e97;--hc-text-muted:#6b6560;--hc-border:#3d3935;--hc-accent:#8fc56a;--hc-accent-hover:#a6d685;--hc-accent-text:#1a1816;--hc-chip-fresh:#1b3a1f;--hc-chip-fresh-text:#81c784;--hc-chip-prep:#152d4a;--hc-chip-prep-text:#64b5f6;--hc-chip-bulk-prep:#3a2310;--hc-chip-bulk-prep-text:#ffb74d;--hc-status-success:#66bb6a;--hc-status-warning:#ffa726;--hc-status-error:#ef5350;--hc-overlay:#000000b3;--hc-shadow-sm:0 1px 2px #0003;--hc-shadow-md:0 4px 6px #00000040;--hc-shadow-lg:0 10px 15px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--hc-font-family);background-color:var(--hc-bg-primary);color:var(--hc-text-primary)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.MuiCard-root,a.MuiPaper-root{transition:background-color var(--hc-transition-normal), box-shadow var(--hc-transition-normal)}.MuiCard-root:hover,a.MuiPaper-root:hover{background-color:var(--hc-bg-card-hover)}.editor-heading-h1{color:var(--hc-text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700;line-height:1.25}.editor-heading-h2{color:var(--hc-text-primary);margin-bottom:.4rem;font-size:1.25rem;font-weight:600;line-height:1.3}.editor-heading-h3{color:var(--hc-text-secondary);margin-bottom:.3rem;font-size:1rem;font-weight:600;line-height:1.4}.editor-paragraph{margin-bottom:.5rem;line-height:1.6}.editor-list-ul{margin-bottom:.5rem;padding-left:1.5rem;list-style:outside}.editor-list-ol{margin-bottom:.5rem;padding-left:1.5rem;list-style:decimal}.editor-listitem{margin-bottom:.25rem;line-height:1.6}.editor-nested-listitem{list-style-type:none}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}@keyframes hc-slide-up-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hc-route-enter{animation:.2s ease-out both hc-slide-up-in}@media (prefers-reduced-motion:reduce){.hc-route-enter{animation:none}}@keyframes hc-slide-from-right{0%{opacity:0;transform:translate(48px)}to{opacity:1;transform:translate(0)}}@keyframes hc-slide-from-left{0%{opacity:0;transform:translate(-48px)}to{opacity:1;transform:translate(0)}}.hc-slide-from-right{animation:.28s cubic-bezier(.4,0,.2,1) both hc-slide-from-right}.hc-slide-from-left{animation:.28s cubic-bezier(.4,0,.2,1) both hc-slide-from-left}@media (prefers-reduced-motion:reduce){.hc-slide-from-right,.hc-slide-from-left{animation:none}}@keyframes hc-fade-out{to{opacity:0}}::view-transition-old(root){animation:.12s ease-out both hc-fade-out}::view-transition-new(root){animation:.2s ease-out both hc-slide-up-in}.hc-sidebar{view-transition-name:sidebar}.hc-topbar{view-transition-name:topbar}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}}
