:root{--color-primary: #0e766c;--color-primary-dark: #0e4941;--color-primary-light: #dff5f0;--color-accent: #f4b85a;--color-accent-dark: #c98524;--color-coral: #c4584b;--color-ink: #182024;--color-ink-soft: #46545a;--color-muted: #7c8a90;--color-line: #e1e7e3;--color-surface: #ffffff;--color-surface-alt: #f4f7f5;--color-bg: #f8faf7;--color-error: #c0392b;--color-success: #0e766c;--color-danger-soft: #fdecea;--font-display: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--fs-h1: clamp(2.5rem, 4.5vw + 1rem, 4.8rem);--fs-h2: clamp(1.8rem, 2.2vw + 1rem, 3rem);--fs-h3: clamp(1.2rem, 1vw + 1rem, 1.55rem);--fs-body: 1rem;--fs-small: .875rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 8px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(24, 32, 36, .06), 0 1px 3px rgba(24, 32, 36, .04);--shadow-md: 0 8px 22px rgba(24, 32, 36, .1), 0 2px 8px rgba(24, 32, 36, .05);--shadow-lg: 0 24px 48px rgba(24, 32, 36, .16);--shadow-card: 0 1px 2px rgba(24, 32, 36, .04), 0 4px 12px rgba(24, 32, 36, .05);--shadow-elevated: 0 12px 32px rgba(24, 32, 36, .1);--ease-out: cubic-bezier(.22, .61, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--t-fast: .16s;--t-base: .24s;--t-slow: .42s;--container: 1200px;--navbar-h: 72px;--sidebar-width: 260px;--sidebar-width-collapsed: 72px;--topbar-h: 64px;--color-row-hover: #eef4f0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--fs-body);line-height:1.6;color:var(--color-ink);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-ink);line-height:1.15;font-weight:600;letter-spacing:0}a{text-decoration:none;color:inherit;transition:color var(--t-fast) var(--ease-out)}ul{list-style:none}img{max-width:100%;height:auto;display:block}button,input,select{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;background:none;color:inherit}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}::selection{background:var(--color-accent);color:#fff}
