@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Merriweather:wght@400;700&display=swap";:root{--color-primary: #2D5A27;--color-primary-hover: #1e3e1b;--color-secondary: #8D6E63;--color-bg: #FAF9F6;--color-surface: #FFFFFF;--color-text-main: #1F2937;--color-text-muted: #6B7280;--color-border: #E5E7EB;--color-status-good: #81C784;--color-status-good-bg: #E8F5E9;--color-status-warning: #FF8A65;--color-status-warning-bg: #FBE9E7;--color-status-error: #C62828;--color-status-error-bg: #FFEBEE;--font-heading: "Merriweather", serif;--font-body: "Inter", sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);font-weight:700}button{cursor:pointer;font-family:var(--font-body)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.w-full{width:100%}.h-screen{height:100vh}aside nav::-webkit-scrollbar{width:6px}aside nav::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}aside nav::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}aside nav::-webkit-scrollbar-thumb:hover{background:#ffffff80}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}*{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}@media print{aside{display:none!important}header{display:none!important}aside+div{margin-left:0!important}}
