:root{--bg-body:#fff;--bg-section-alt:#f8faf8;--bg-card:#fff;--bg-nav:#fffffff0;--text-body:#2d3748;--text-heading:#14281d;--text-secondary:#4a5568;--text-muted:#718096;--text-light:#fff;--green-hero-dark:#1b3524;--green-hero-mid:#254a32;--green-hero-light:#316243;--green:#2e7d32;--green-dark:#1b5e20;--green-accent:#43a047;--green-hover:#388e3c;--green-bg:#e8f5e9;--green-tag:#e0f2e3;--green-glow:#43a0472e;--border:#e2e8e4;--border-light:#edf2ee;--radius-xs:4px;--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000a, 0 1px 2px #00000005;--shadow-card:0 2px 8px #0000000a, 0 1px 3px #00000005;--shadow-card-hover:0 12px 28px #1b5e2017, 0 4px 10px #0000000a;--shadow-dropdown:0 12px 32px #0000001f;--font-body:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Montserrat", "Open Sans", sans-serif;--font-serif:"Merriweather", Georgia, serif;--max-width:1160px;--nav-height:68px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;width:100%;max-width:100%;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-body);background:var(--bg-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100%;font-size:16px;line-height:1.75;position:relative;overflow-x:hidden}.app{min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height);width:100%;max-width:100%;overflow-x:hidden}a{color:var(--green-dark);text-decoration:none;transition:color .2s}a:hover{color:var(--green-accent)}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}input,select,textarea,button{box-sizing:border-box;max-width:100%;font-family:inherit;font-size:1rem}p,h1,h2,h3,h4,h5,h6,li,a,span{overflow-wrap:break-word;word-wrap:break-word}pre,code{word-break:break-word;max-width:100%;overflow-x:auto}::selection{background:var(--green-bg);color:var(--green-dark)}.reading-progress{z-index:9999;background:linear-gradient(90deg,#43a047,#f0c64c);width:0%;height:3.5px;transition:width .1s ease-out;position:fixed;top:0;left:0}.nav{height:var(--nav-height);background:var(--bg-nav);border-bottom:1px solid var(--border);z-index:1000;-webkit-backdrop-filter:blur(16px);position:fixed;top:0;left:0;right:0}.nav-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 24px;display:flex}.nav-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.brand-logo{border-radius:8px;flex-shrink:0;transition:transform .2s;box-shadow:0 2px 6px #2d5a3c40}.nav-brand:hover .brand-logo{transform:rotate(-4deg)scale(1.05)}.brand-text{font-family:var(--font-heading);color:var(--green-hero-dark);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.nav-links{align-items:center;gap:4px;display:flex}.nav-link{color:var(--text-heading);border-radius:var(--radius-sm);align-items:center;gap:6px;padding:8px 13px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.nav-link:hover,.nav-link.active{color:var(--green-dark);background:var(--green-bg)}.nav-link-search{background:#f1f5f2;margin-left:4px}.nav-link-search:hover{background:var(--green-bg)}.nav-search-text{display:none}.nav-toggle{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:8px;display:none}.nav-toggle span{background:var(--text-heading);border-radius:2px;width:22px;height:2px;transition:all .25s;display:block}.nav-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.app{min-height:calc(100vh - var(--nav-height));padding-top:var(--nav-height)}.hero{text-align:center;background:linear-gradient(150deg, var(--green-hero-dark) 0%, var(--green-hero-mid) 40%, var(--green-hero-light) 80%, #3d7852 100%);color:#fff;padding:72px 24px 64px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff12 0%,#0000 68%);border-radius:50%;width:600px;height:600px;position:absolute;top:-40%;right:-15%}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#52be5814 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-30%;left:-10%}.hero-content{max-width:760px;margin:0 auto;position:relative}.hero-pill{border-radius:var(--radius-full);font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;align-items:center;gap:8px;margin-bottom:20px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.hero-pill-dot{background:#a8e6b8;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #a8e6b8}.hero h1{font-family:var(--font-heading);letter-spacing:-.015em;text-shadow:0 2px 10px #00000026;margin-bottom:16px;font-size:clamp(2rem,4.5vw,2.9rem);font-weight:800;line-height:1.2}.hero-subtitle-text{opacity:.94;max-width:620px;margin:0 auto 30px;font-size:1.06rem;line-height:1.65}.hero-search-wrap{max-width:580px;margin:0 auto 32px}.hero-search-form{border-radius:var(--radius-full);color:var(--text-body);background:#fff;align-items:center;padding:6px 8px 6px 16px;display:flex;box-shadow:0 8px 24px #0003}.hero-search-form svg{color:var(--text-muted);flex-shrink:0;margin-right:10px}.hero-search-form input{font-family:var(--font-body);color:var(--text-body);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.hero-search-form input::placeholder{color:#94a3b8}.hero-search-btn{background:var(--green);color:#fff;border-radius:var(--radius-full);font-family:var(--font-heading);cursor:pointer;border:none;padding:10px 22px;font-size:.85rem;font-weight:700;transition:background .2s,transform .15s}.hero-search-btn:hover{background:var(--green-dark);transform:scale(1.02)}.hero-stats{border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff24;justify-content:center;align-items:center;gap:24px;max-width:620px;margin:0 auto 32px;padding:16px 20px;display:flex}.hero-stat-item{flex-direction:column;align-items:center;display:flex}.hero-stat-num{font-family:var(--font-heading);color:#fef9c3;font-size:1.28rem;font-weight:800;line-height:1.1}.hero-stat-label{opacity:.85;text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:.74rem}.hero-stat-divider{background:#ffffff2e;width:1px;height:32px}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.hero-btn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm);justify-content:center;align-items:center;padding:12px 26px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex;box-shadow:0 2px 8px #0000001f}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000029}.hero-btn-primary{color:var(--green-dark);background:#fff}.hero-btn-primary:hover{background:var(--green-bg);color:var(--green-hero-dark)}.hero-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff40}.hero-btn-secondary:hover{color:#fff;background:#ffffff38}.hero-btn-accent{color:var(--green-dark);background:#fff;border:none}.hero-btn-accent:hover{color:var(--green-hero-dark);background:#f1f8f3}.hero-btn-sm{padding:9px 18px;font-size:.78rem}.hero-btn-outline{color:var(--green-dark);border:1px solid var(--border);background:0 0}.hero-btn-outline:hover{border-color:var(--green);background:#f8faf8}.intro-section{max-width:var(--max-width);margin:0 auto;padding:72px 24px}.intro-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:52px;display:grid}.badge-tag{background:var(--green-tag);color:var(--green-dark);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-xs);margin-bottom:12px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-block}.intro-text h2{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:16px;font-size:1.7rem;font-weight:800;line-height:1.3}.intro-text p{color:var(--text-secondary);margin-bottom:16px;font-size:.98rem;line-height:1.8}.intro-highlights{flex-direction:column;gap:10px;margin-top:24px;display:flex}.intro-check-item{color:var(--text-heading);align-items:center;gap:10px;font-size:.92rem;font-weight:600;display:flex}.intro-check-item svg{color:var(--green);flex-shrink:0}.blurb-list{flex-direction:column;gap:16px;display:flex}.blurb{background:var(--bg-section-alt);border:1px solid var(--border-light);border-radius:var(--radius);color:inherit;align-items:flex-start;gap:18px;padding:20px;text-decoration:none;transition:all .22s;display:flex}.blurb:hover{border-color:var(--green);box-shadow:var(--shadow-sm)}.blurb-interactive:hover{transform:translate(4px)}.blurb-icon{background:var(--green-bg);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--green-dark);flex-shrink:0;justify-content:center;align-items:center;display:flex}.blurb-icon svg{stroke:var(--green-dark)}.blurb h4{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:4px;font-size:1rem;font-weight:700}.blurb p{color:var(--text-secondary);font-size:.88rem;line-height:1.55}.highlight-banner{color:#fff;background:linear-gradient(145deg,#1b3524,#2d5a3c,#3e7853);padding:64px 24px;position:relative;overflow:hidden}.highlight-banner-inner{max-width:var(--max-width);grid-template-columns:1.25fr 1fr;align-items:center;gap:48px;margin:0 auto;display:grid}.highlight-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:#ffffff26;margin-bottom:12px;padding:4px 12px;font-size:.74rem;font-weight:700;display:inline-block}.highlight-banner h2{font-family:var(--font-heading);color:#fff;margin-bottom:14px;font-size:1.7rem;font-weight:800;line-height:1.3}.highlight-banner p{opacity:.94;margin-bottom:26px;font-size:1.02rem;line-height:1.7}.highlight-features{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff17;border:1px solid #ffffff26;flex-direction:column;gap:16px;padding:28px;display:flex}.highlight-feature-item{align-items:flex-start;gap:14px;display:flex}.highlight-feature-item strong{font-family:var(--font-heading);color:#fff;margin-bottom:3px;font-size:.94rem;font-weight:700;display:block}.highlight-feature-item p{opacity:.85;margin-bottom:0;font-size:.84rem;line-height:1.45}.highlight-check{width:24px;height:24px;color:var(--green-dark);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.highlight-check svg{stroke:var(--green-dark)}.section{max-width:var(--max-width);margin:0 auto;padding:60px 24px}.section-alt{background:var(--bg-section-alt);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px;display:flex}.section-title{font-family:var(--font-heading);color:var(--text-heading);font-size:1.55rem;font-weight:800;line-height:1.25}.section-desc{color:var(--text-secondary);margin-top:4px;font-size:.92rem}.section-link{font-family:var(--font-heading);color:var(--green-dark);white-space:nowrap;font-size:.86rem;font-weight:700;transition:all .2s}.section-link:hover{color:var(--green);transform:translate(2px)}.category-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.category-grid-lg{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px}.category-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:inherit;align-items:center;gap:16px;padding:18px 20px;text-decoration:none;transition:all .24s;display:flex}.category-card:hover{border-color:var(--green);box-shadow:var(--shadow-card-hover);color:inherit;transform:translateY(-3px)}.category-card-lg{flex-direction:column;align-items:flex-start;padding:24px}.category-card-top{justify-content:space-between;align-items:center;width:100%;margin-bottom:6px;display:flex}.category-badge-count{color:var(--green-dark);background:var(--green-tag);border-radius:var(--radius-xs);padding:2px 8px;font-size:.72rem;font-weight:700}.category-card-explore{font-family:var(--font-heading);color:var(--green-dark);margin-top:14px;font-size:.82rem;font-weight:700;display:inline-block}.category-icon{background:var(--green-bg);border-radius:var(--radius-sm);width:44px;height:44px;color:var(--green-dark);flex-shrink:0;justify-content:center;align-items:center;display:flex}.category-icon svg{stroke:var(--green-dark)}.category-info h3{font-family:var(--font-heading);color:var(--text-heading);font-size:.96rem;font-weight:700}.category-article-count{color:var(--text-muted);font-size:.78rem}.category-desc{color:var(--text-secondary);margin-top:4px;font-size:.84rem;line-height:1.5}.article-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:24px;display:grid}.article-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:inherit;box-shadow:var(--shadow-card);flex-direction:column;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}.article-card:hover{border-color:var(--green);box-shadow:var(--shadow-card-hover);color:inherit;transform:translateY(-4px)}.article-card-body{flex-direction:column;flex:1;padding:24px;display:flex}.article-card-meta{align-items:center;gap:8px;margin-bottom:12px;display:flex}.article-card-category{text-transform:uppercase;letter-spacing:.05em;color:var(--green-dark);background:var(--green-tag);border-radius:var(--radius-xs);padding:3px 9px;font-size:.72rem;font-weight:700}.article-card h3{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:10px;font-size:1.08rem;font-weight:700;line-height:1.4}.article-card p{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;font-size:.88rem;line-height:1.6;display:-webkit-box;overflow:hidden}.article-card-footer{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:18px;padding-top:14px;display:flex}.article-card-read{font-family:var(--font-heading);color:var(--green-dark);font-size:.82rem;font-weight:700;transition:all .2s}.article-card:hover .article-card-read{color:var(--green);transform:translate(4px)}.faq-section{max-width:var(--max-width);margin:0 auto;padding:68px 24px}.faq-header{text-align:center;margin-bottom:40px}.faq-header h2{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:8px;font-size:1.7rem;font-weight:800}.faq-header p{color:var(--text-secondary);font-size:.98rem}.faq-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);transition:border-color .2s;overflow:hidden}.faq-item:hover{border-color:var(--green)}.faq-question{text-align:left;cursor:pointer;width:100%;font-family:var(--font-heading);color:var(--text-heading);background:0 0;border:none;justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;font-size:.94rem;font-weight:700;transition:background .2s;display:flex}.faq-question:hover{background:var(--bg-section-alt)}.faq-icon{color:var(--green-dark);flex-shrink:0;font-size:1.2rem;font-weight:700;transition:transform .25s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{color:var(--text-secondary);padding:0 22px 20px;font-size:.92rem;line-height:1.75;display:none}.faq-item.open .faq-answer{display:block}.article-page{max-width:820px;margin:0 auto;padding:40px 24px 90px}.article-breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;font-size:.84rem;display:flex}.article-breadcrumb a{color:var(--green-dark);font-weight:600}.article-header{border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:24px}.article-meta-top{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.meta-dot{color:var(--border)}.read-time-badge,.word-count-badge{color:var(--text-muted);font-size:.78rem;font-weight:600}.cat-badge{color:var(--green-dark);background:var(--green-tag);border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;font-size:.74rem;font-weight:700;transition:background .2s}.cat-badge:hover{background:var(--green-bg)}.article-header h1{font-family:var(--font-heading);color:var(--text-heading);letter-spacing:-.015em;margin-bottom:20px;font-size:clamp(1.85rem,4vw,2.45rem);font-weight:800;line-height:1.25}.article-author-bar{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;gap:16px;padding-top:14px;display:flex}.author-info{align-items:center;gap:12px;display:flex}.author-avatar{background:var(--green-bg);width:36px;height:36px;color:var(--green-dark);border-radius:50%;justify-content:center;align-items:center;display:flex}.author-details{flex-direction:column;display:flex}.author-name{font-family:var(--font-heading);color:var(--text-heading);font-size:.88rem;font-weight:700}.author-role{color:var(--text-muted);font-size:.75rem}.share-btn{background:var(--bg-section-alt);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-heading);color:var(--text-heading);cursor:pointer;align-items:center;gap:6px;padding:7px 14px;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.share-btn:hover{background:var(--green-bg);border-color:var(--green);color:var(--green-dark)}.toc{border:1px solid var(--border);border-left:4px solid var(--green);border-radius:var(--radius);background:#f8faf8;margin:32px 0;padding:22px 24px}.toc-title{font-family:var(--font-heading);color:var(--text-heading);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:8px;margin-bottom:12px;font-size:.86rem;font-weight:800;display:flex}.toc-title svg{color:var(--green)}.toc ul{padding:0;list-style:none}.toc li{margin-bottom:4px}.toc a{color:var(--text-secondary);border-radius:var(--radius-xs);padding:4px 8px;font-size:.88rem;line-height:1.45;text-decoration:none;transition:all .15s;display:block}.toc a:hover{color:var(--green-dark);background:var(--green-bg);padding-left:12px}.toc a.active{color:var(--green-dark);background:var(--green-bg);padding-left:12px;font-weight:700}.toc .toc-h3{padding-left:18px;font-size:.82rem}.article-body{color:var(--text-body);font-size:1.04rem;line-height:1.9}.article-body h2{font-family:var(--font-heading);color:var(--text-heading);border-top:1px solid var(--border-light);margin:40px 0 16px;padding-top:20px;font-size:1.45rem;font-weight:800;line-height:1.3}.article-body h3{font-family:var(--font-heading);color:var(--text-heading);margin:28px 0 12px;font-size:1.2rem;font-weight:700;line-height:1.35}.article-body h4{font-family:var(--font-heading);color:var(--text-heading);margin:22px 0 10px;font-size:1.04rem;font-weight:700}.article-body p{margin-bottom:20px}.article-body ul,.article-body ol{margin:20px 0;padding-left:28px}.article-body li{margin-bottom:8px}.article-body blockquote{border-left:4px solid var(--green);background:var(--green-bg);border-radius:0 var(--radius) var(--radius) 0;color:var(--text-heading);margin:28px 0;padding:18px 24px;font-size:1.02rem;font-style:italic}.table-responsive{border:1px solid var(--border);border-radius:var(--radius);width:100%;box-shadow:var(--shadow-sm);-webkit-overflow-scrolling:touch;margin:28px 0;overflow-x:auto}.article-body table{border-collapse:collapse;text-align:left;width:100%;font-size:.92rem}.article-body th{border-bottom:2px solid var(--green);color:var(--text-heading);white-space:nowrap;background:#f1f8f3;padding:12px 16px;font-size:.88rem;font-weight:700}.article-body td{border-bottom:1px solid var(--border);padding:12px 16px}.article-body tr:last-child td{border-bottom:none}.article-body tr:hover td{background:var(--bg-section-alt)}.article-body strong{color:var(--text-heading)}.article-body a{color:var(--green-dark);text-underline-offset:3px;-webkit-text-decoration:underline #2e7d3259;text-decoration:underline #2e7d3259;transition:all .2s}.article-body a:hover{-webkit-text-decoration-color:var(--green-dark);text-decoration-color:var(--green-dark);color:var(--green)}.article-body hr{border:none;border-top:1px solid var(--border);margin:36px 0}.article-footer-cta{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#f0f7f2,#e8f5ec);border:1px solid #c8e6c9;margin:48px 0 32px;padding:32px}.cta-inner h3{font-family:var(--font-heading);color:var(--green-hero-dark);margin-bottom:8px;font-size:1.3rem;font-weight:800}.cta-inner p{color:var(--text-secondary);max-width:500px;margin:0 auto 20px;font-size:.95rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.related-section{border-top:2px solid var(--border-light);margin-top:56px;padding-top:36px}.related-section h2{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:24px;font-size:1.35rem;font-weight:800}.search-container{max-width:780px;margin:0 auto;padding:48px 24px 90px}.search-header{text-align:center;margin-bottom:28px}.search-heading{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:6px;font-size:1.85rem;font-weight:800}.search-subheading{color:var(--text-secondary);font-size:.96rem}.search-input-wrap{margin-bottom:18px;position:relative}.search-input{border:2px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-body);font-size:1.05rem;font-family:var(--font-body);box-shadow:var(--shadow-sm);background:#fff;outline:none;padding:15px 48px 15px 50px;transition:all .2s}.search-input:focus{border-color:var(--green);box-shadow:0 0 0 4px var(--green-glow)}.search-input::placeholder{color:#94a3b8}.search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.search-clear-btn{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:16px;line-height:1;transition:background .15s;display:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.search-clear-btn.visible{display:flex}.search-clear-btn:hover{background:#cbd5e1}.search-filter-chips{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.filter-chip{border:1px solid var(--border);border-radius:var(--radius-full);font-family:var(--font-heading);color:var(--text-secondary);cursor:pointer;background:#f1f5f2;padding:6px 14px;font-size:.78rem;font-weight:600;transition:all .2s}.filter-chip:hover{background:var(--green-bg);border-color:var(--green);color:var(--green-dark)}.filter-chip.active{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 2px 6px #2e7d3240}.search-meta-bar{color:var(--text-muted);border-bottom:1px solid var(--border-light);margin-bottom:18px;padding-bottom:10px;font-size:.88rem}.search-results-list{flex-direction:column;gap:12px;display:flex}.search-result-item{border:1px solid var(--border);border-radius:var(--radius);color:inherit;background:#fff;padding:20px 22px;text-decoration:none;transition:all .22s;display:block}.search-result-item:hover{border-color:var(--green);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.search-result-header{margin-bottom:8px}.cat-pill{text-transform:uppercase;letter-spacing:.05em;color:var(--green-dark);background:var(--green-tag);border-radius:var(--radius-xs);padding:2px 8px;font-size:.7rem;font-weight:700}.search-result-title{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:6px;font-size:1.05rem;font-weight:700;line-height:1.35}.search-result-excerpt{color:var(--text-secondary);margin-bottom:12px;font-size:.88rem;line-height:1.6}.search-read-link{font-family:var(--font-heading);color:var(--green-dark);font-size:.8rem;font-weight:700}.search-result-item:hover .search-read-link{color:var(--green)}mark.highlight{color:#1e293b;background:#fef08a;border-radius:2px;padding:1px 3px;font-weight:600}.search-empty{text-align:center;background:var(--bg-section-alt);border:1px dashed var(--border);border-radius:var(--radius);padding:56px 20px}.search-empty-icon{color:var(--text-muted);margin-bottom:16px}.search-empty h3{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:8px;font-size:1.15rem;font-weight:700}.search-empty p{color:var(--text-secondary);max-width:440px;margin:0 auto;font-size:.92rem}.category-header{text-align:center;color:#fff;background:linear-gradient(150deg,#1b3524,#254a32,#316243);padding:56px 24px 44px}.category-header-inner{max-width:680px;margin:0 auto}.category-header .breadcrumb{color:#ffffffb3;justify-content:center;align-items:center;gap:8px;margin-bottom:18px;font-size:.82rem;display:flex}.category-header .breadcrumb a{color:#a8e6b8}.category-header-badge{border-radius:var(--radius-full);background:#ffffff1f;align-items:center;gap:8px;margin-bottom:12px;padding:4px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.category-header-icon{align-items:center;display:inline-flex}.category-header-icon svg{stroke:#fff}.category-header h1{font-family:var(--font-heading);margin-bottom:10px;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800;line-height:1.25}.category-header p{opacity:.92;font-size:1.02rem;line-height:1.6}.not-found-page{text-align:center;padding:72px 24px 100px}.not-found-content{max-width:600px;margin:0 auto}.not-found-badge{color:#b91c1c;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:#fee2e2;margin-bottom:14px;padding:4px 12px;font-size:.78rem;font-weight:800;display:inline-block}.not-found-page h1{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:12px;font-size:clamp(2rem,5vw,3rem);font-weight:800}.not-found-page p{color:var(--text-secondary);font-size:1.05rem}.not-found-search{margin:32px 0}.not-found-popular{margin:28px 0}.not-found-popular h4{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:12px;font-size:.92rem;font-weight:700}.popular-links{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.popular-link-chip{background:var(--bg-section-alt);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--green-dark);padding:6px 14px;font-size:.82rem;font-weight:600;transition:all .2s}.popular-link-chip:hover{background:var(--green-bg);border-color:var(--green)}.back-to-top{width:44px;height:44px;color:var(--green-dark);border:1px solid var(--border);cursor:pointer;z-index:900;opacity:0;visibility:hidden;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:fixed;bottom:28px;right:28px;transform:translateY(12px);box-shadow:0 4px 16px #0000001f}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--green);color:#fff;border-color:var(--green);transform:translateY(-2px);box-shadow:0 6px 20px #2e7d324d}.toast-container{z-index:9998;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{color:#fff;border-radius:var(--radius-full);font-family:var(--font-heading);opacity:0;background:#1e293b;align-items:center;gap:10px;padding:12px 20px;font-size:.86rem;font-weight:600;transition:all .25s;display:flex;transform:translateY(14px);box-shadow:0 8px 24px #0003}.toast.visible{opacity:1;transform:translateY(0)}.toast svg{color:#4ade80;flex-shrink:0}.footer{color:#ffffffb3;background:#142419;padding:56px 24px 40px}.footer-inner{max-width:var(--max-width);text-align:center;margin:0 auto}.footer-brand{font-family:var(--font-heading);color:#fff;align-items:center;gap:8px;margin-bottom:20px;font-size:1.25rem;font-weight:800;display:inline-flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:28px;display:flex}.footer-links a{color:#ffffffa6;font-size:.85rem;font-weight:500;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copy{color:#ffffff73;font-size:.78rem}.loading{justify-content:center;align-items:center;min-height:350px;display:flex}.loading-spinner{border:3.5px solid var(--border);border-top-color:var(--green);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-enter{animation:.22s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tools-showcase-banner{color:#fff;background:linear-gradient(145deg,#183321,#254b32,#346845);padding:60px 24px;position:relative;overflow:hidden}.tools-showcase-inner{max-width:var(--max-width);grid-template-columns:1.3fr 1fr;align-items:center;gap:40px;margin:0 auto;display:grid}.tools-showcase-content h2{font-family:var(--font-heading);color:#fff;margin-bottom:12px;font-size:1.7rem;font-weight:800;line-height:1.3}.tools-showcase-content p{opacity:.94;margin-bottom:24px;font-size:1rem;line-height:1.7}.tools-showcase-btns{flex-wrap:wrap;gap:12px;display:flex}.tool-preview-pill{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff29;justify-content:space-around;padding:24px;display:flex}.preview-stat{flex-direction:column;align-items:center;display:flex}.preview-num{font-family:var(--font-heading);color:#fef08a;font-size:1.5rem;font-weight:800}.preview-label{opacity:.85;text-transform:uppercase;margin-top:4px;font-size:.76rem}.tools-hero{text-align:center;color:#fff;background:linear-gradient(150deg,#1b3524,#254a32,#316243);padding:56px 24px 44px}.tools-hero-inner{max-width:760px;margin:0 auto}.tools-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;align-items:center;gap:8px;margin-bottom:16px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.tools-badge svg{color:#f0c64c}.tools-hero h1{font-family:var(--font-heading);margin-bottom:12px;font-size:clamp(2rem,4.5vw,2.7rem);font-weight:800;line-height:1.25}.tools-hero p{opacity:.94;margin-bottom:28px;font-size:1.05rem;line-height:1.65}.tools-nav-tabs{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.tool-tab-btn{color:#fff;border-radius:var(--radius-full);font-family:var(--font-heading);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff38;align-items:center;gap:8px;padding:10px 20px;font-size:.86rem;font-weight:700;transition:all .2s;display:inline-flex}.tool-tab-btn:hover{background:#ffffff38;transform:translateY(-1px)}.tool-tab-btn.active{color:var(--green-hero-dark);background:#fff;border-color:#fff;box-shadow:0 4px 14px #0000002e}.tool-tab-btn.active svg{stroke:var(--green-hero-dark)}.tool-pane{display:none}.tool-pane.active{display:block}.calculator-grid{grid-template-columns:1.1fr 1fr;align-items:flex-start;gap:32px;display:grid}.tool-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;padding:32px}.tool-card-header{margin-bottom:24px}.tool-card-header h2{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:6px;font-size:1.4rem;font-weight:800}.tool-card-header p{color:var(--text-secondary);font-size:.92rem}.calc-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-label{font-family:var(--font-heading);color:var(--text-heading);font-size:.82rem;font-weight:700}.form-control{box-sizing:border-box;border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;min-width:0;max-width:100%;font-family:var(--font-body);color:var(--text-body);background:#fff;outline:none;padding:11px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.height-dual-inputs{gap:8px;width:100%;max-width:100%;display:flex}.height-dual-inputs .form-control{flex:1;width:100%;min-width:0}.toggle-group{gap:8px;display:flex}.toggle-btn{border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-heading);text-align:center;cursor:pointer;background:var(--bg-section-alt);color:var(--text-secondary);flex:1;padding:8px 12px;font-size:.82rem;font-weight:600;transition:all .2s}.toggle-btn input{display:none}.toggle-btn.active{background:var(--green);border-color:var(--green);color:#fff}.results-card{background:#fdfefe;border:1.5px solid #d1e7d6}.results-header h3{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:4px;font-size:1.25rem;font-weight:800}.results-subtitle{color:var(--text-muted);font-size:.84rem}.calorie-display{text-align:center;background:var(--green-bg);border-radius:var(--radius);margin:20px 0 24px;padding:20px}.calorie-num{font-family:var(--font-heading);color:var(--green-dark);font-size:2.5rem;font-weight:800;line-height:1.1;display:block}.calorie-unit{text-transform:uppercase;color:var(--green);letter-spacing:.05em;font-size:.86rem;font-weight:700}.macro-bar-wrap{margin-bottom:24px}.macro-bar{border-radius:var(--radius-full);background:#e2e8f0;height:16px;display:flex;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.macro-fill-fat{background:#3b82f6}.macro-fill-protein{background:#10b981}.macro-fill-carbs{background:#f59e0b}.macro-legend{color:var(--text-secondary);justify-content:space-between;margin-top:8px;font-size:.8rem;font-weight:600;display:flex}.dot{border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.dot-fat{background:#3b82f6}.dot-protein{background:#10b981}.dot-carbs{background:#f59e0b}.macro-cards-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.macro-card{border-radius:var(--radius);text-align:center;border:1px solid var(--border);flex-direction:column;padding:14px;display:flex}.macro-fat{background:#eff6ff;border-color:#bfdbfe}.macro-protein{background:#ecfdf5;border-color:#a7f3d0}.macro-carbs{background:#fffbeb;border-color:#fde68a}.macro-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin-bottom:4px;font-size:.76rem;font-weight:700}.macro-grams{font-family:var(--font-heading);color:var(--text-heading);font-size:1.45rem;font-weight:800;line-height:1.1}.macro-kcal{color:var(--text-muted);margin-top:2px;font-size:.72rem}.results-guidance{border-left:3px solid var(--green);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-body);background:#f8faf8;margin-bottom:24px;padding:14px 16px;font-size:.88rem}.results-guidance strong{color:var(--green-dark)}.quick-checker-box{border-radius:var(--radius);background:#f1f8f3;border:1px solid #c8e6c9;padding:18px}.quick-checker-box h4{font-family:var(--font-heading);color:var(--green-dark);align-items:center;gap:6px;margin-bottom:4px;font-size:.94rem;font-weight:800;display:flex}.quick-checker-desc{color:var(--text-secondary);margin-bottom:12px;font-size:.84rem}.checker-inputs{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px;display:grid}.checker-inputs input{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;outline:none;width:100%;padding:8px 10px;font-size:.85rem}.checker-result{color:var(--text-heading);justify-content:space-between;align-items:center;font-size:.92rem;display:flex}.checker-badge{border-radius:var(--radius-full);padding:3px 10px;font-size:.72rem;font-weight:700}.badge-green{color:#15803d;background:#dcfce7}.badge-yellow{color:#854d0e;background:#fef9c3}.badge-red{color:#b91c1c;background:#fee2e2}.grocery-tool-wrap,.chart-tool-wrap{max-width:980px;margin:0 auto}.grocery-header-bar,.chart-header-bar{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.grocery-header-bar h2,.chart-header-bar h2{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:4px;font-size:1.55rem;font-weight:800}.grocery-header-bar p,.chart-header-bar p{color:var(--text-secondary);font-size:.94rem}.grocery-actions{flex-shrink:0;gap:10px;display:flex}.custom-item-bar{border:1px solid var(--border);border-radius:var(--radius);background:#f8faf8;gap:10px;margin-bottom:28px;padding:16px;display:flex}.custom-item-bar input{border:1.5px solid var(--border);border-radius:var(--radius-sm);outline:none;flex:1;padding:10px 14px;font-size:.92rem}.custom-item-bar select{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:#fff;outline:none;padding:10px 14px;font-size:.88rem}.checklist-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.checklist-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;padding:20px}.checklist-cat-title{font-family:var(--font-heading);color:var(--green-dark);border-bottom:2px solid var(--green-tag);margin-bottom:12px;padding-bottom:10px;font-size:.94rem;font-weight:800}.checklist-items{flex-direction:column;gap:8px;list-style:none;display:flex}.checklist-item{border-radius:var(--radius-xs);justify-content:space-between;align-items:center;padding:6px 4px;transition:background .15s;display:flex}.checklist-item:hover{background:var(--bg-section-alt)}.checklist-item label{cursor:pointer;color:var(--text-body);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:.92rem;display:flex}.checklist-item.checked label span{color:var(--text-muted);text-decoration:line-through}.del-item-btn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px;line-height:1}.del-item-btn:hover{color:#ef4444}.chart-controls{flex-direction:column;gap:14px;display:flex}.chart-search-wrap{position:relative}.chart-search-wrap svg{color:#94a3b8;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.chart-search-wrap input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:#fff;outline:none;width:100%;padding:12px 16px 12px 44px;font-size:.95rem}.chart-pills{flex-wrap:wrap;gap:8px;display:flex}.food-chart-table{border-collapse:collapse;width:100%}@media print{.nav,.footer,.reading-progress,.back-to-top,.toast-container,.tools-hero,.no-print,.custom-item-bar,.grocery-actions{display:none!important}body,.app,.section{color:#000!important;background:#fff!important;padding:0!important}.checklist-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.checklist-card{break-inside:avoid;box-shadow:none!important;border:1px solid #ccc!important}}@media (width<=960px){.tools-showcase-inner{grid-template-columns:1fr;gap:32px}.calculator-grid{grid-template-columns:1fr;gap:24px}.grocery-header-bar,.chart-header-bar{flex-direction:column;align-items:flex-start;gap:16px}.nav-links{display:none}.nav-links.open{top:var(--nav-height);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-dropdown);max-height:calc(100vh - var(--nav-height));background:#fffffffa;flex-direction:column;align-items:stretch;gap:8px;padding:16px 20px;display:flex;position:absolute;left:0;right:0;overflow-y:auto}.nav-links.open .nav-link{padding:12px 16px;font-size:.95rem}.nav-links.open .nav-search-text{display:inline}.nav-toggle{display:flex}.intro-grid{grid-template-columns:1fr;gap:32px}.highlight-banner-inner{grid-template-columns:1fr;gap:28px}.faq-grid{grid-template-columns:1fr}.tools-showcase-visual{justify-content:flex-start}}@media (width<=768px){.section,.highlight-banner{padding:48px 16px}.table-responsive table,.article-body table,.static-page-body table,.food-chart-table{min-width:520px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=640px){.nav-inner{padding:0 14px}.brand-text{font-size:1.12rem}.brand-logo{width:28px;height:28px}.hero{padding:44px 14px 40px}.hero-pill{white-space:normal;max-width:100%;margin-bottom:16px;padding:5px 12px;font-size:.74rem}.hero h1{margin-bottom:12px;font-size:clamp(1.75rem,6.5vw,2.35rem);line-height:1.22}.hero-subtitle{margin-bottom:22px;font-size:.95rem;line-height:1.55}.hero-search-form{width:100%;padding:4px 6px 4px 14px}.hero-search-form input{min-width:0;font-size:.92rem}.hero-search-btn{white-space:nowrap;flex-shrink:0;padding:9px 16px;font-size:.82rem}.hero-stats{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;margin:0 auto 24px;padding:12px 10px;display:grid}.hero-stat-num{font-size:1.15rem}.hero-stat-label{letter-spacing:.02em;font-size:.65rem}.hero-stat-divider{display:none}.hero-actions{flex-direction:column;gap:10px;width:100%}.hero-btn{justify-content:center;width:100%;padding:12px 18px}.article-grid{grid-template-columns:1fr;gap:16px}.category-grid,.category-grid-lg{grid-template-columns:1fr;gap:14px}.blurb{gap:14px;padding:16px 14px}.blurb-icon{width:38px;height:38px}.blurb h4{font-size:.95rem}.blurb p{font-size:.85rem}.tools-showcase-btns{flex-direction:column;width:100%}.tools-showcase-btns .hero-btn{justify-content:center;width:100%}.article-page{padding:24px 14px 64px}.article-header h1{margin-bottom:16px;font-size:1.65rem;line-height:1.25}.article-meta-top{gap:6px;margin-bottom:12px}.article-author-bar{flex-direction:column;align-items:flex-start;gap:14px}.article-actions{width:100%}.share-btn{justify-content:center;width:100%;padding:9px 14px}.toc{margin:24px 0;padding:16px 14px}.article-body{font-size:.98rem;line-height:1.8}.article-body h2{margin:32px 0 12px;font-size:1.3rem}.article-body h3{margin:24px 0 10px;font-size:1.12rem}.article-body blockquote{margin:20px 0;padding:14px 16px;font-size:.95rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .hero-btn{justify-content:center;width:100%}.search-container{padding:24px 14px 64px}.search-heading{font-size:1.45rem}.search-subheading{font-size:.88rem}.search-input{padding:12px 42px 12px 44px;font-size:16px}.search-icon{left:14px}.search-filter-chips{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;margin-bottom:18px;padding-bottom:8px;overflow-x:auto}.search-filter-chips::-webkit-scrollbar{display:none}.filter-chip{flex-shrink:0;padding:6px 12px;font-size:.76rem}.tools-hero{padding:36px 14px 28px}.tools-badge{margin-bottom:12px;padding:4px 10px;font-size:.72rem}.tools-hero h1{margin-bottom:8px;font-size:1.65rem;line-height:1.22}.tools-hero p{margin-bottom:18px;font-size:.9rem;line-height:1.5}.tools-nav-tabs{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.tool-tab-btn{justify-content:center;width:100%;padding:11px 16px;font-size:.86rem}.tools-content-wrap{padding:20px 12px}.tool-card{border-radius:var(--radius);padding:20px 14px}.tool-card-header h2{font-size:1.25rem}.tool-card-header p{font-size:.85rem}.form-row{grid-template-columns:1fr;gap:12px}.form-control{padding:10px 12px;font-size:16px}.toggle-group{width:100%}.toggle-btn{padding:9px 8px;font-size:.8rem}.calorie-display{margin:16px 0 20px;padding:16px 12px}.calorie-num{font-size:2.2rem}.calorie-unit{font-size:.8rem}.macro-cards-grid{grid-template-columns:1fr;gap:8px;margin-bottom:20px}.macro-card{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 14px}.macro-title{margin-bottom:0;font-size:.82rem}.macro-grams{font-size:1.3rem}.macro-kcal{margin-top:0;margin-left:8px}.results-guidance{margin-bottom:20px;padding:12px 14px;font-size:.84rem}.quick-checker-box{padding:14px 12px}.quick-checker-box h4{font-size:.9rem}.quick-checker-desc{margin-bottom:10px;font-size:.8rem}.checker-inputs{grid-template-columns:1fr;gap:8px}.checker-inputs input{padding:10px 12px;font-size:16px}.checker-result{flex-direction:column;align-items:flex-start;gap:8px}.grocery-header-bar h2,.chart-header-bar h2{font-size:1.3rem}.grocery-header-bar p,.chart-header-bar p{font-size:.86rem}.grocery-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.grocery-actions .hero-btn{justify-content:center;width:100%;padding:9px 8px;font-size:.78rem}.custom-item-bar{flex-direction:column;gap:8px;margin-bottom:20px;padding:12px}.custom-item-bar input,.custom-item-bar select,.custom-item-bar button{width:100%;min-width:0;font-size:16px}.custom-item-bar button{padding:11px;font-size:.88rem}.checklist-grid{grid-template-columns:1fr;gap:14px}.checklist-card{padding:16px 14px}.chart-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:6px;overflow-x:auto}.chart-pills::-webkit-scrollbar{display:none}.chart-pills .filter-chip{flex-shrink:0}.section{padding:36px 14px}.footer-grid{grid-template-columns:1fr;gap:28px}.back-to-top{width:40px;height:40px;bottom:16px;right:16px}}@media (width<=480px){.hero-stats{grid-template-columns:1fr;gap:6px}.hero-stat-item{flex-direction:row;justify-content:space-between;width:100%;padding:4px 10px}.hero-stat-num{font-size:1.1rem}.grocery-actions{grid-template-columns:1fr}}
