:root{--color-brand: #16a34a;--color-brand-dark: #15803d;--color-brand-darker: #14532d;--color-brand-light: #dcfce7;--color-brand-muted: #bbf7d0;--color-sidebar-bg: #0f1e14;--color-sidebar-text: rgba(255, 255, 255, .9);--color-sidebar-muted: rgba(255, 255, 255, .5);--color-sidebar-faint: rgba(255, 255, 255, .12);--color-sidebar-active: rgba(255, 255, 255, .14);--color-sidebar-divider:rgba(255, 255, 255, .1);--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-text: #0f172a;--color-text-secondary: #374151;--color-text-muted: #64748b;--color-text-faint: #94a3b8;--color-text-disabled: #cbd5e1;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-border-focus: #16a34a;--color-success-bg: #dcfce7;--color-success: #15803d;--color-warning-bg: #fef3c7;--color-warning: #b45309;--color-error-bg: #fef2f2;--color-error: #b91c1c;--color-info-bg: #e0f2fe;--color-info: #0369a1;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--text-xs: 11px;--text-sm: 12px;--text-base: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 28px;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--font-extrabold: 800;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-sm: 0 1px 4px rgba(0, 0, 0, .07);--shadow-md: 0 2px 10px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .12);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .14);--shadow-brand: 0 4px 20px rgba(22, 163, 74, .28);--shadow-card-hover: 0 12px 32px rgba(22, 163, 74, .15);--transition-fast: .12s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--text-base);color:var(--color-text);background:var(--color-bg)}button{cursor:pointer;font:inherit}input,select{font:inherit}input:focus,select:focus{outline:none;border-color:var(--color-border-focus);box-shadow:0 0 0 3px #16a34a1f}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px;border-radius:99px;cursor:pointer;border:none!important;box-shadow:none!important}input[type=range]:focus{box-shadow:none!important}input[type=range]::-webkit-slider-runnable-track{height:5px;border-radius:99px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2.5px solid currentColor;box-shadow:0 1px 4px #0000002e;cursor:pointer;margin-top:-6.5px}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2.5px solid currentColor;box-shadow:0 1px 4px #0000002e;cursor:pointer}
