:root{--primary: #003020;--primary-light: #003020;--accent: #12a756;--accent-light: #12a756;--bg: #f8faf8;--surface: #ffffff;--surface-2: #f0f5f0;--text: #1a2e1a;--text-muted: #5a7a5a;--border: #d0e0d0;--shadow: rgba(26, 92, 42, .12)}body.dark-mode{--primary: #4caf50;--primary-light: #66bb6a;--accent: #12a756;--accent-light: #12a756;--bg: #0d1a0f;--surface: #1a2e1a;--surface-2: #243824;--text: #e8f5e9;--text-muted: #a5c8a5;--border: #2d4a2d;--shadow: rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s}h1,h2,h3,h4,h5,h6{font-family:Poppins,system-ui,-apple-system,sans-serif;font-weight:700;line-height:1.2}img{max-width:100%;display:block}a{color:inherit}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}::selection{background:#4caf5040;color:var(--text)}:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px;border-radius:4px}.care-easy{color:#22c55e}.care-mid{color:#eab308}.care-hard{color:#ef4444}
