@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=JetBrains+Mono:wght@400&display=swap";:root{--color-primary: #1A6B4F;--color-primary-hover: #15563F;--color-primary-subtle: #EBF5F0;--color-primary-wash: #F4FAF7;--color-bg: #FAFAF8;--color-surface: #FFFFFF;--color-ink: #111111;--color-ink-secondary: #555555;--color-ink-muted: #999999;--color-border: #EBEBEB;--color-border-light: #F3F3F1;--color-success: #1A6B4F;--color-success-bg: #EBF5F0;--color-urgent: #D4362C;--color-urgent-bg: #FEF2F0;--color-urgent-border: #F5D5D2;--color-amber: #B8860B;--color-amber-bg: #FDF8ED;--color-amber-border: #F0DCA0;--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", 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: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0,0,0,.03);--shadow-sm: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.02);--shadow-md: 0 4px 16px rgba(0,0,0,.05), 0 1px 3px rgba(0,0,0,.03);--shadow-lg: 0 12px 32px rgba(0,0,0,.06), 0 2px 6px rgba(0,0,0,.02);--shadow-xl: 0 20px 48px rgba(0,0,0,.06), 0 4px 12px rgba(0,0,0,.03);--shadow-glow-green: 0 0 20px rgba(26, 107, 79, .12);--shadow-glow-amber: 0 0 20px rgba(229, 168, 59, .12);--shadow-glow-red: 0 0 20px rgba(212, 54, 44, .12);--color-surface-inset: #F7F7F5;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .12s;--duration-normal: .2s;--duration-slow: .32s;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--tab-bar-height: 72px;--header-height: 56px}*,*: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-bg)}body{font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.55;color:var(--color-ink);background-color:var(--color-bg);min-height:100dvh;overscroll-behavior-y:none}#root{overflow-x:hidden;min-height:100dvh}::-webkit-scrollbar{width:0;height:0}:focus-visible{outline:2px solid var(--color-primary);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}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}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}}.animate-fade-up{animation:fadeUp var(--duration-slow) var(--ease-out) 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:40ms}.stagger-children>*:nth-child(3){animation-delay:80ms}.stagger-children>*:nth-child(4){animation-delay:.12s}.stagger-children>*:nth-child(5){animation-delay:.16s}.stagger-children>*:nth-child(6){animation-delay:.2s}.stagger-children>*:nth-child(7){animation-delay:.24s}.stagger-children>*:nth-child(8){animation-delay:.28s}.skeleton{background:linear-gradient(90deg,var(--color-border-light) 25%,var(--color-surface) 50%,var(--color-border-light) 75%);background-size:200% 100%;animation:shimmer 1.5s ease infinite;border-radius:var(--radius-sm)}
