@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400&display=swap";:root{--color-forest: #2A5A3B;--color-forest-light: #367A4F;--color-forest-dark: #1E4530;--color-forest-pale: #E6F0E9;--color-forest-wash: #F2F7F4;--color-parchment: #F8F6F1;--color-white: #FFFFFF;--color-ink: #1C1C1A;--color-ink-secondary: #5A5A56;--color-ink-muted: #9B9B95;--color-border: #E5E3DD;--color-border-light: #F0EDE8;--color-urgent: #B33A2A;--color-urgent-bg: #FDF2F0;--color-urgent-border: #F0D5D5;--color-amber: #C08B30;--color-amber-bg: #FDF8ED;--color-amber-border: #F0DCA0;--color-blue: #3B6B9E;--color-blue-bg: #EDF3F9;--font-display: "DM Serif Display", Georgia, "Times New Roman", serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace;--space-2: 2px;--space-4: 4px;--space-6: 6px;--space-8: 8px;--space-10: 10px;--space-12: 12px;--space-14: 14px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-32: 32px;--space-40: 40px;--space-48: 48px;--space-64: 64px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(28, 28, 26, .04);--shadow-md: 0 2px 8px rgba(28, 28, 26, .06);--shadow-lg: 0 8px 24px rgba(28, 28, 26, .08);--shadow-xl: 0 16px 48px rgba(28, 28, 26, .12);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in: cubic-bezier(.55, 0, 1, .45);--duration-fast: .12s;--duration-normal: .2s;--duration-slow: .3s;--safe-area-bottom: env(safe-area-inset-bottom, 0px);--tab-bar-height: 80px;--header-height: 52px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background-color:var(--color-parchment)}body{font-family:var(--font-body);font-size:15px;line-height:1.5;color:var(--color-ink);background-color:var(--color-parchment);min-height:100vh;min-height:100dvh;overscroll-behavior-y:none}#root{overflow-x:hidden;min-height:100vh;min-height:100dvh}::-webkit-scrollbar{width:0;height:0}:focus-visible{outline:2px solid var(--color-forest);outline-offset:2px;border-radius:var(--radius-sm)}.text-display{font-family:var(--font-display)}.text-body{font-family:var(--font-body)}.text-mono{font-family:var(--font-mono);font-size:.85em;letter-spacing:-.02em}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.018;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fillWidth{0%{width:0}}@keyframes subtlePulse{0%,to{opacity:.6}50%{opacity:1}}.animate-fade-up{animation:fadeUp var(--duration-slow) var(--ease-out) both}.animate-fade-in{animation:fadeIn var(--duration-normal) ease both}.stagger-children>*{animation:fadeUp var(--duration-slow) var(--ease-out) both}.stagger-children>*:nth-child(1){animation-delay:0ms}.stagger-children>*:nth-child(2){animation-delay:50ms}.stagger-children>*:nth-child(3){animation-delay:.1s}.stagger-children>*:nth-child(4){animation-delay:.15s}.stagger-children>*:nth-child(5){animation-delay:.2s}.stagger-children>*:nth-child(6){animation-delay:.25s}.stagger-children>*:nth-child(7){animation-delay:.3s}.stagger-children>*:nth-child(8){animation-delay:.35s}.skeleton{background:linear-gradient(90deg,var(--color-border-light) 25%,var(--color-white) 50%,var(--color-border-light) 75%);background-size:200% 100%;animation:shimmer 1.5s ease infinite;border-radius:var(--radius-sm)}
