:root{--ink:#17211c;--muted:#65736b;--green:#216c4a;--lime:#dff06d;--cream:#f6f6ed;--line:#dfe5de}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{border-bottom:1px solid #17211c14;justify-content:space-between;align-items:center;max-width:1240px;height:76px;margin:auto;padding:0 28px;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-size:20px;font-weight:900;display:flex}.brand-mark{border-radius:11px;width:36px;height:36px;display:block;box-shadow:0 4px 12px #0a4a3324}.desktop-nav{color:#4f5c55;gap:35px;font-size:14px;font-weight:700;display:flex}.desktop-nav a:hover{color:var(--green)}.search-button{border:1px solid var(--line);color:#506057;cursor:pointer;background:#fff;border-radius:999px;padding:9px 16px;font-size:13px}.search-button span{vertical-align:-1px;font-size:18px}.hero{background:radial-gradient(circle at 85% 30%,#eff4d5 0,#0000 28%);grid-template-columns:1.15fr .85fr;align-items:center;gap:90px;max-width:1240px;min-height:625px;margin:auto;padding:86px 54px 78px;display:grid}.eyebrow{color:var(--green);letter-spacing:.18em;margin:0 0 18px;font-size:11px;font-weight:900;line-height:1}.hero h1{letter-spacing:-.055em;margin:0;font-size:54px;font-weight:900;line-height:1.22}.hero h1 em{color:var(--green);z-index:0;font-style:normal;position:relative}.hero h1 em:after{content:"";z-index:-1;background:var(--lime);border-radius:2px;height:12px;position:absolute;bottom:3px;left:-3px;right:-3px;transform:rotate(-1deg)}.hero-description{color:var(--muted);letter-spacing:-.025em;margin:26px 0 0;font-size:17px;line-height:1.75}.hero-actions{gap:10px;margin-top:32px;display:flex}.button{border-radius:10px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-size:14px;font-weight:800;display:inline-flex}.button.primary{background:var(--green);color:#fff;gap:22px;box-shadow:0 8px 20px #216c4a29}.button.secondary{border:1px solid var(--line);background:#fff}.hero-note{color:#78857e;margin-top:22px;font-size:12px}.hero-note span{width:17px;height:17px;color:var(--green);background:#e7f2ec;border-radius:50%;place-items:center;margin-right:6px;font-weight:900;display:inline-grid}.hero-media{min-height:520px;position:relative}.hero-media>img{object-fit:cover;object-position:56% center;border-radius:26px;width:100%;height:520px;display:block;box-shadow:0 28px 65px #23352b24}.answer-card{background:#ffffffed;border:1px solid #dae2d9;border-radius:22px;justify-self:end;max-width:410px;padding:28px 30px 24px;position:relative;transform:rotate(1deg);box-shadow:0 28px 65px #23352b1f}.answer-card.photo-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;width:340px;padding:21px 23px 18px;position:absolute;bottom:-30px;left:-48px;transform:none}.answer-card.photo-overlay .card-question{margin:15px 0 13px;font-size:19px}.answer-card.photo-overlay .verdict{padding:13px 15px}.answer-card.photo-overlay>a{margin-top:14px}.answer-card:before{content:"";background:var(--lime);z-index:-1;opacity:.8;border-radius:50%;width:100px;height:100px;position:absolute;top:-32px;right:-32px}.card-topline{color:#526159;justify-content:space-between;font-size:12px;font-weight:800;display:flex}.live-dot{color:#88a52d;font-size:9px}.aircon-icon{color:#32795a;background:#e7f1eb;border-radius:13px;place-items:center;width:44px;height:44px;margin:27px 0 15px;font-size:21px;display:grid}.card-question{letter-spacing:-.045em;margin:0 0 22px;font-size:25px;font-weight:900;line-height:1.35}.verdict{background:var(--cream);border-radius:14px;padding:19px}.verdict-label{color:#718078;margin-bottom:7px;font-size:10px;font-weight:900;display:block}.verdict strong{color:var(--green);font-size:18px;display:block}.verdict p{color:#66746c;margin:10px 0 0;font-size:12px;line-height:1.65}.answer-card>a{justify-content:space-between;margin-top:20px;font-size:13px;font-weight:900;display:flex}.category-strip{border-top:1px solid var(--line);max-width:1240px;margin:auto;padding:52px 54px 80px}.section-intro{justify-content:space-between;align-items:end;margin-bottom:25px;display:flex}.section-intro .eyebrow{margin:0}.section-intro h2{letter-spacing:-.04em;margin:0;font-size:26px}.category-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.category-card{border:1px solid var(--line);border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:20px;transition:all .2s;display:grid}.category-card:hover{border-color:#a9bead;transform:translateY(-2px);box-shadow:0 10px 30px #1b322512}.category-icon{width:42px;height:42px;color:var(--green);background:#eef2e7;border-radius:12px;place-items:center;font-size:20px;font-weight:900;display:grid}.category-card strong,.category-card small{display:block}.category-card small{color:#5f6c64;margin-top:5px;font-size:11px;line-height:1.45}.category-card b{color:#8a968e}@media (max-width:800px){.site-header{height:66px;padding:0 20px}.desktop-nav{display:none}.search-button{width:39px;height:39px;padding:0;font-size:0}.hero{grid-template-columns:1fr;gap:54px;min-height:auto;padding:58px 22px 50px}.hero h1{font-size:40px}.hero-description{font-size:15px}.desktop-break{display:none}.answer-card{justify-self:stretch;max-width:none}.hero-media{min-height:auto;padding-bottom:68px}.hero-media>img{aspect-ratio:4/3;object-position:center;height:auto}.answer-card.photo-overlay{width:calc(100% - 28px);margin:-76px auto 0;position:relative;bottom:auto;left:auto}.category-strip{padding:42px 22px 60px}.section-intro{display:block}.section-intro .eyebrow{margin-bottom:12px}.category-grid{grid-template-columns:1fr}}.content-visual{break-inside:avoid;background:linear-gradient(145deg,#fbfdfb,#f2f6f0);border:1px solid #cddbd1;border-radius:20px;margin:34px 0 48px;padding:28px;overflow:hidden}.content-visual>figcaption{gap:7px;margin-bottom:22px;display:grid}.content-visual>figcaption .visual-kicker{color:#2b7450;letter-spacing:.14em;font-size:12px;font-weight:900}.content-visual>figcaption>strong{color:#163b2a;letter-spacing:-.035em;font-size:clamp(21px,2.4vw,26px);line-height:1.4}.content-visual>figcaption>p{color:#53665b;margin:0;font-size:15px;line-height:1.7}.visual-source-note{color:#64746b;border-top:1px solid #dbe5de;margin:22px 0 0;padding-top:15px;font-size:13px;line-height:1.65}.visual-source-note span{color:#315d46;font-weight:850}.visual-source-note a{color:#285f45;text-underline-offset:3px;font-weight:750;text-decoration:underline}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.metric-grid>div{background:#fff;border:1px solid #dce6df;border-radius:15px;padding:20px}.metric-grid small{color:#607168;font-size:14px;font-weight:800;display:block}.metric-grid strong{color:#17613e;letter-spacing:-.045em;align-items:baseline;gap:7px;margin-top:9px;font-size:32px;line-height:1.2;display:flex}.metric-grid strong em{color:#416653;letter-spacing:0;font-size:14px;font-style:normal}.metric-grid p{color:#67766e;margin:9px 0 0;font-size:14px;line-height:1.55}.comparison-columns,.decision-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.comparison-columns section,.decision-grid section{background:#fff;border:1px solid #d9e4dc;border-radius:16px;padding:22px}.comparison-columns h3,.decision-grid h3{color:#163b2a;margin:0;font-size:21px}.comparison-columns>section>strong{color:#187148;letter-spacing:-.035em;margin:12px 0 14px;font-size:25px;display:block}.comparison-columns ul,.decision-grid ul{margin:0;padding-left:20px}.comparison-columns li,.decision-grid li{color:#53655b;margin:7px 0;font-size:15px;line-height:1.55}.comparison-columns section>p{color:#69776f;margin:12px 0 0;font-size:14px}.visual-bars{gap:20px;display:grid}.visual-bars>div>span{color:#274637;justify-content:space-between;gap:18px;margin-bottom:9px;font-size:15px;display:flex}.visual-bars>div>span strong{color:#134e32;font-size:17px}.visual-bars i{background:#e0e8e2;border-radius:999px;height:15px;display:block;overflow:hidden}.visual-bars i b{width:var(--bar-size);border-radius:inherit;background:linear-gradient(90deg,#236c49,#9ccf39);height:100%;display:block}.visual-bars p{color:#69776f;margin:7px 0 0;font-size:13px}.visual-steps{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.visual-steps li{background:#fff;border:1px solid #d9e4dc;border-radius:15px;min-width:0;padding:20px;position:relative}.visual-steps li>span{color:#fff;background:#1d6844;border-radius:50%;place-items:center;width:34px;height:34px;margin-bottom:18px;font-size:12px;font-weight:900;display:grid}.visual-steps strong{color:#183c2b;font-size:18px}.visual-steps p{color:#627169;margin:7px 0 0;font-size:14px;line-height:1.55}.visual-timeline{gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.visual-timeline:before{content:"";background:#c8d8ce;width:2px;position:absolute;top:13px;bottom:13px;left:66px}.visual-timeline li{grid-template-columns:46px 1fr;gap:42px;padding:0 0 24px;display:grid;position:relative}.visual-timeline li:last-child{padding-bottom:0}.visual-timeline li:before{content:"";background:#22734c;border:3px solid #f5f8f4;border-radius:50%;width:12px;height:12px;position:absolute;top:7px;left:61px}.visual-timeline time{color:#225e41;font-size:14px;font-weight:900}.visual-timeline strong{color:#183c2b;font-size:17px}.visual-timeline p{color:#627169;margin:4px 0 0;font-size:14px}.visual-timeline span{color:#285e43;background:#e7f2ea;border-radius:99px;margin-top:7px;padding:4px 8px;font-size:12px;font-weight:850;display:inline-block}.cost-list{gap:10px;display:grid}.cost-list>div{background:#fff;border:1px solid #dce5df;border-radius:13px;justify-content:space-between;align-items:center;gap:22px;padding:17px 19px;display:flex}.cost-list span{gap:4px;display:grid}.cost-list strong{color:#243e31;font-size:16px}.cost-list small{color:#69776f;font-size:13px}.cost-list>div>b{color:#17613e;text-align:right;font-size:18px}.payback-result{color:#fff;text-align:center;background:#175f3d;border-radius:17px;padding:26px}.payback-result small{color:#d9ecdf;font-size:14px;font-weight:800;display:block}.payback-result strong{letter-spacing:-.06em;margin:8px 0;font-size:clamp(38px,7vw,58px);line-height:1.1;display:block}.payback-result p{color:#edf7f0;margin:0;font-size:14px}.payback-flow{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.payback-flow>div{background:#fff;border:1px solid #dbe5de;border-radius:13px;padding:17px}.payback-flow small{color:#68776f;font-size:13px;font-weight:800;display:block}.payback-flow strong{color:#214c36;margin-top:7px;font-size:17px;display:block}.decision-grid section>span{color:#2f6749;background:#e8f1ea;border-radius:99px;margin-bottom:11px;padding:5px 8px;font-size:12px;font-weight:850;display:inline-block}.factcheck-visual blockquote{background:#fff;border-left:5px solid #8ca19a;border-radius:0 14px 14px 0;margin:0;padding:22px}.factcheck-visual blockquote small,.factcheck-verdict small{color:#607168;font-size:13px;font-weight:900}.factcheck-visual blockquote p{color:#2f4138;margin:8px 0 0;font-size:20px;font-weight:750;line-height:1.5}.factcheck-verdict{background:#e7f1c9;border-radius:16px;margin-top:12px;padding:24px}.factcheck-verdict strong{color:#134f32;letter-spacing:-.04em;margin:8px 0;font-size:27px;display:block}.factcheck-verdict p{color:#4b5f52;margin:0;font-size:15px;line-height:1.7}.factor-list{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.factor-list>strong{color:#284537;margin-right:4px;font-size:14px}.factor-list>span{color:#456051;background:#fff;border:1px solid #d2ded6;border-radius:99px;padding:7px 10px;font-size:13px}.status-row{color:#fff;background:#175f3d;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;padding:17px 19px;display:flex}.status-row span{font-size:14px;font-weight:800}.status-row strong{font-size:20px}.summary-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.summary-facts>div{background:#fff;border:1px solid #dce5df;border-radius:13px;padding:17px}.summary-facts dt{color:#68776f;font-size:13px;font-weight:850}.summary-facts dd{color:#203d2e;margin:7px 0 0;font-size:16px;font-weight:750;line-height:1.5}.promo-warning{color:#694b2d;background:#fff6e9;border-radius:12px;margin:12px 0 0;padding:14px 16px;font-size:14px;line-height:1.6}.design-system-page{max-width:900px;margin:0 auto;padding:100px 28px 140px}.design-system-page>header{max-width:720px;margin-bottom:65px}.design-system-page h1{letter-spacing:-.06em;margin:10px 0 18px;font-size:clamp(40px,7vw,66px)}.design-system-page>header>p:last-child{color:#56675d;font-size:17px;line-height:1.75}@media (max-width:560px){.content-visual{border-radius:17px;margin:30px -4px 42px;padding:20px}.metric-grid,.comparison-columns,.decision-grid,.summary-facts,.payback-flow,.visual-steps{grid-template-columns:1fr}.cost-list>div{flex-direction:column;align-items:flex-start;gap:8px}.cost-list>div>b{text-align:left}.visual-bars>div>span{flex-direction:column;align-items:flex-start;gap:4px}.factcheck-visual blockquote p{font-size:18px}.status-row{flex-direction:column;align-items:flex-start;gap:6px}.design-system-page{padding:70px 20px 100px}}@media print{.content-visual{box-shadow:none;background:#fff}.visual-bars i b{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media (max-width:430px){.hero h1{font-size:36px}.hero-actions{flex-direction:column}.answer-card{padding:24px 22px}.answer-card.photo-overlay{padding:20px}}.skip-link{z-index:100;background:var(--ink);color:#fff;border-radius:8px;padding:10px 16px;position:fixed;top:-60px;left:16px}.skip-link:focus{top:12px}.header-actions{align-items:center;gap:8px;display:flex}.menu-button{border:1px solid var(--line);width:39px;height:39px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;display:none}.home-section{max-width:1240px;margin:auto;padding:95px 54px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:35px;display:flex}.section-heading h2{letter-spacing:-.05em;margin:0;font-size:34px;line-height:1.3}.section-heading .eyebrow{margin-bottom:12px}.section-heading>a,.text-link{color:var(--green);font-size:13px;font-weight:900}.section-heading>p{color:var(--muted);margin:0;font-size:13px}.categories-section{border-top:1px solid var(--line)}.category-grid{grid-template-columns:repeat(5,1fr)}.category-card{grid-template-columns:1fr auto;align-content:space-between;min-height:190px;padding:24px}.category-card .category-icon{grid-column:1/-1}.category-card strong{letter-spacing:-.03em;font-size:17px}.category-card small{margin-top:8px;font-size:12px}.category-card.mint .category-icon{background:#dff0e7}.category-card.lime .category-icon{background:#eff5c5}.category-card.sand .category-icon{background:#f5ead7}.category-card.blue .category-icon{background:#e0edf3}.category-card.coral .category-icon{background:#f6e4dd}.latest-section{background:#f7f8f4;max-width:none;padding-left:max(54px,50vw - 566px);padding-right:max(54px,50vw - 566px)}.featured-grid{grid-template-columns:1.15fr .85fr;gap:18px;display:grid}.stacked-articles{gap:18px;display:grid}.article-card{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:190px 1fr;min-width:0;display:grid;position:relative;overflow:hidden}.article-card-hit-area{z-index:1;border-radius:inherit;position:absolute;inset:0}.article-card-hit-area:focus-visible{outline-offset:-4px;outline:3px solid #68a27f}.article-card>.article-visual,.article-card>.article-card-body{z-index:2;pointer-events:none;position:relative}.article-card .article-card-labels a{z-index:3;pointer-events:auto;position:relative}.article-card.featured{grid-template-columns:1fr}.article-visual{background:#dbe7df;justify-content:space-between;align-items:flex-start;min-height:180px;padding:22px;display:flex;position:relative;overflow:hidden}.article-card.featured .article-visual{min-height:265px}.article-visual:before{content:"";z-index:1;background:linear-gradient(#0c1a1214,#0000 45%,#0c1a121f);position:absolute;inset:0}.article-visual img{object-fit:cover;width:100%;height:100%;transition:transform .45s;position:absolute;inset:0}.article-card:hover .article-visual img{transform:scale(1.035)}.article-visual span{z-index:1;background:#ffffffb8;border-radius:15px;place-items:center;width:48px;height:48px;font-size:25px;display:grid}.article-visual small{z-index:1;background:#ffffffad;border-radius:99px;padding:7px 10px;font-size:10px;font-weight:900}.article-visual.mint{background:#cfe8db}.article-visual.lime{background:#e5efa7}.article-visual.sand{background:#efe0c5}.article-card-body{align-self:center;padding:24px}.article-card-labels{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.timely-status{min-height:28px;color:var(--muted);background:#eef3ef;border-radius:999px;align-items:center;padding:4px 9px;font-size:13px;font-weight:800;line-height:1.2;display:inline-flex}.timely-status.open,.timely-status.ongoing{color:#17613e;background:#e3f2e8}.timely-status.closing-soon{color:#8a5100;background:#fff1d9}.timely-status.ended{color:#666;background:#f1f1f1}.category-label{color:var(--green);font-size:11px;font-weight:900}.article-card h3{letter-spacing:-.04em;margin:10px 0;font-size:20px;line-height:1.42}.article-card-body>p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.article-meta{color:#647168;gap:15px;margin-top:20px;font-size:10px;display:flex}.factcheck-section{grid-template-columns:.75fr 1.25fr;gap:90px;max-width:1240px;margin:auto;padding:100px 54px;display:grid}.factcheck-copy h2{letter-spacing:-.05em;margin:0;font-size:35px;line-height:1.35}.factcheck-copy>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.8}.factcheck-copy .text-link{margin-top:16px;display:inline-block}.myth-list{border-top:1px solid var(--ink)}.myth-list a{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:24px 4px;display:grid}.myth-list a:hover strong{color:var(--green)}.myth-list strong{font-size:15px}.myth-list b{color:#5f6b64;font-size:11px;font-weight:600}.myth-badge{color:var(--green);background:#e8f0eb;border-radius:5px;padding:6px 8px;font-size:10px;font-weight:900}.tool-cta{color:#fff;background:#1d3c2e;border-radius:28px;grid-template-columns:1fr 420px;align-items:center;gap:80px;max-width:1132px;margin:0 auto 100px;padding:60px 70px;display:grid;position:relative;overflow:hidden}.tool-cta:after{content:"";background:#315d48;border-radius:50%;width:300px;height:300px;position:absolute;top:-120px;right:-120px}.tool-cta h2{letter-spacing:-.05em;margin:0;font-size:36px;line-height:1.35}.tool-cta>div>p:not(.eyebrow){color:#b9cbc1;font-size:14px;line-height:1.7}.button.dark{color:var(--ink);background:var(--lime);margin-top:15px}.mini-calculator{z-index:1;color:var(--ink);background:#fff;border-radius:18px;padding:25px;box-shadow:0 20px 50px #00000026}.mini-top{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mini-top span{background:#f2f4ef;border-radius:8px;padding:12px;font-size:11px;font-weight:800}.mini-bars{gap:9px;margin:22px 0;display:grid}.mini-bars i{background:#dce8e0;border-radius:9px;height:9px;display:block}.mini-bars i:first-child{background:var(--green);width:92%}.mini-bars i:last-child{background:#aaba49;width:76%}.mini-result{background:var(--cream);border-radius:12px;padding:17px}.mini-result small,.mini-result span{color:#758178;font-size:9px;display:block}.mini-result strong{color:var(--green);margin:5px 0;font-size:27px;display:block}.mini-result em{font-size:12px;font-style:normal}.standards-section{max-width:1132px;margin:auto;padding:0 0 110px}.standards-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.standards-grid>div{border-top:2px solid var(--ink);background:#f8f8f4;padding:26px}.standards-grid span{color:var(--green);font-size:11px;font-weight:900}.standards-grid strong{margin:38px 0 10px;font-size:17px;display:block}.standards-grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.text-link.centered{text-align:center;margin-top:28px;display:block}.site-footer{color:#dce7e0;background:#17271f}.footer-main{grid-template-columns:1fr 180px 180px;gap:80px;max-width:1132px;margin:auto;padding:62px 0;display:grid}.footer-brand{color:#fff}.footer-main>div>p{color:#97aaa0;margin-top:20px;font-size:12px;line-height:1.7}.footer-links{flex-direction:column;gap:13px;font-size:12px;display:flex}.footer-links strong{color:#fff;margin-bottom:7px;font-size:13px}.footer-links a{color:#a9b9b0}.footer-bottom{color:#82968b;border-top:1px solid #304138;justify-content:space-between;max-width:1132px;margin:auto;padding:18px 0 25px;font-size:10px;display:flex}.page-main{min-height:70vh}.page-hero{background:#f4f6ef}.page-hero.compact,.page-hero.tool-hero{padding:80px max(24px,50vw - 500px)}.page-hero h1{letter-spacing:-.055em;margin:0;font-size:47px;line-height:1.3}.page-hero>p:not(.eyebrow){max-width:620px;color:var(--muted);margin:22px 0 0;font-size:15px;line-height:1.75}.content-container,.tool-container{max-width:1000px;margin:auto;padding:55px 0 100px}.content-search label{margin-bottom:12px;font-size:13px;font-weight:800;display:block}.content-search>div{background:#fff;border:1px solid #cfd8d1;border-radius:12px;align-items:center;gap:12px;height:58px;padding:0 20px;display:flex}.content-search span{color:var(--green);font-size:22px}.content-search input{height:100%;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:15px}.filter-chips{flex-wrap:wrap;gap:8px;margin:25px 0 35px;display:flex}.filter-chips button{border:1px solid var(--line);color:#66736b;cursor:pointer;background:#fff;border-radius:99px;padding:9px 14px;font-size:11px}.filter-chips button.active{border-color:var(--green);background:var(--green);color:#fff}.result-count{color:#77837b;justify-content:space-between;gap:16px;scroll-margin-top:110px;font-size:12px;display:flex}.result-count span{color:#65736b;font-weight:750}.article-list-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.article-list-grid .article-card{grid-template-columns:1fr}.article-list-grid .article-visual{min-height:200px}.article-list-grid.two{grid-template-columns:repeat(2,1fr)}.content-pagination{justify-content:center;align-items:center;gap:14px;margin-top:42px;display:flex}.content-pagination>div{justify-content:center;align-items:center;gap:7px;display:flex}.content-pagination button{border:1px solid var(--line);color:#526159;cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-size:15px;font-weight:800;transition:border-color .2s,color .2s,background .2s,transform .2s;display:grid}.content-pagination button:hover:not(:disabled){border-color:var(--green);color:var(--green);transform:translateY(-1px)}.content-pagination button.active{border-color:var(--green);color:#fff;background:var(--green)}.content-pagination button:disabled{opacity:.35;cursor:not-allowed}.content-pagination .pagination-arrow{border-color:#cad6ce}.pagination-ellipsis{color:#839087;text-align:center;width:28px}@media (max-width:600px){.result-count{align-items:flex-end}.content-pagination{gap:6px}.content-pagination>div{scrollbar-width:none;justify-content:flex-start;min-width:0;padding:3px;overflow-x:auto}.content-pagination>div::-webkit-scrollbar{display:none}.content-pagination button{flex:none}}.empty-state{text-align:center;background:#f6f7f3;border-radius:15px;padding:70px 20px}.empty-state p{color:var(--muted)}.article-page>article{max-width:1000px;margin:auto}.article-header{max-width:780px;padding:70px 0 48px}.article-hero-image{margin:0 0 54px}.article-hero-image img{aspect-ratio:16/9;object-fit:cover;border-radius:20px;width:100%;height:auto;display:block}.article-hero-image figcaption{color:#859087;text-align:right;margin-top:10px;font-size:10px}.breadcrumb{color:#7e8b83;gap:8px;margin-bottom:32px;font-size:11px;display:flex}.article-header h1{letter-spacing:-.055em;margin:14px 0 18px;font-size:46px;line-height:1.28}.article-lead{color:var(--muted);font-size:17px;line-height:1.75}.article-byline{align-items:center;gap:10px;margin-top:28px;display:flex}.author-mark{border-radius:11px;width:38px;height:38px;display:block}.article-byline strong,.article-byline small{display:block}.article-byline small{color:#87928c;margin-top:4px;font-size:10px}.article-layout{grid-template-columns:minmax(0,680px) 240px;gap:80px;padding-bottom:100px;display:grid}.answer-box{border-left:4px solid var(--green);background:#eff5f1;margin-bottom:24px;padding:28px 30px}.answer-box>span{color:var(--green);font-size:11px;font-weight:900}.answer-box h2{letter-spacing:-.04em;margin:10px 0;font-size:22px}.answer-box p{color:#526158;margin:0;font-size:14px;line-height:1.8}.demo-notice{background:#faf8f0;border:1px solid #e4dfce;border-radius:10px;gap:18px;margin-bottom:48px;padding:18px 20px;display:flex}.demo-notice strong{flex:none;font-size:11px}.demo-notice p{color:#716d61;margin:0;font-size:11px;line-height:1.65}.article-section{margin:0 0 54px}.article-section h2,.faq-section h2{letter-spacing:-.045em;margin:0 0 22px;font-size:27px}.article-section p{color:#404d46;letter-spacing:-.015em;font-size:16px;line-height:1.95}.article-section ul{color:#445149;background:#f6f7f3;border-radius:12px;padding:20px 25px 20px 42px}.faq-section{margin-top:70px}.faq-section details{border-top:1px solid var(--line)}.faq-section details:last-child{border-bottom:1px solid var(--line)}.faq-section summary{cursor:pointer;justify-content:space-between;padding:19px 0;font-size:14px;font-weight:800;list-style:none;display:flex}.faq-section details p{color:var(--muted);margin:0 0 20px;font-size:13px;line-height:1.75}.source-note{color:#fff;background:#1e382b;border-radius:12px;margin-top:50px;padding:24px}.source-note p{color:#b7c7be;font-size:12px;line-height:1.7}.source-note a{color:var(--lime);font-size:11px;font-weight:800}.article-sidebar{align-self:start;padding-top:10px;position:sticky;top:25px}.toc{border-left:1px solid var(--line);flex-direction:column;gap:14px;padding-left:18px;display:flex}.toc strong{margin-bottom:5px;font-size:12px}.toc span{color:#758178;font-size:10px;line-height:1.5}.sidebar-tool{background:#eaf1c7;border-radius:14px;flex-direction:column;gap:10px;margin-top:35px;padding:22px;display:flex}.sidebar-tool span{color:#66714b;font-size:10px}.sidebar-tool strong{font-size:16px;line-height:1.4}.sidebar-tool b{margin-top:15px;font-size:11px}.related-section{background:#f5f6f2;padding:70px max(24px,50vw - 500px)}.tool-hero{background:linear-gradient(120deg,#edf5ef,#f4f5dd)}.calculator-shell{border:1px solid var(--line);border-radius:20px;grid-template-columns:.9fr 1.1fr;display:grid;overflow:hidden;box-shadow:0 20px 60px #23372b14}.calculator-inputs{background:#fff;padding:30px}.product-fields{border:1px solid var(--line);border-radius:13px;margin:0 0 24px;padding:20px}.product-fields legend{color:var(--green);padding:0 7px;font-size:12px;font-weight:900}.product-fields label,.contact-form label{color:#536159;margin-bottom:13px;font-size:11px;font-weight:800;display:block}.product-fields label>span{float:right;color:#87938c;font-weight:500}.product-fields input,.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #d8ded9;border-radius:8px;outline:none;margin-top:7px;padding:11px 12px}.product-fields input:focus,.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #216c4a14}.field-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.calculator-results{background:#f4f6f1;padding:34px}.result-head{color:#65726a;justify-content:space-between;font-size:11px;font-weight:800;display:flex}.result-head button{color:#718078;cursor:pointer;background:0 0;border:0;font-size:10px}.result-summary{margin:28px 0}.result-summary small{color:#758178;font-size:10px}.result-summary strong{letter-spacing:-.04em;margin:7px 0;font-size:30px;display:block}.result-summary p{color:#5b685f;margin:0;font-size:13px}.result-summary b{color:var(--green)}.comparison-bars>div{margin:18px 0}.comparison-bars span{justify-content:space-between;margin-bottom:7px;font-size:11px;display:flex}.comparison-bars em{color:#637068;font-style:normal}.comparison-bars i{background:#e0e5e1;border-radius:10px;height:10px;display:block;overflow:hidden}.comparison-bars i b{background:var(--green);border-radius:10px;height:100%;transition:width .3s;display:block}.comparison-bars>div:nth-child(2) i b{background:#9bb144}.formula-box{background:#fff;border-radius:11px;margin-top:30px;padding:18px}.formula-box>strong,.cost-reference>span{color:#65736b;margin-bottom:8px;font-size:10px;display:block}.formula-box code{color:#405048;background:#f1f3ef;border-radius:6px;padding:9px;font:10px/1.5 monospace;display:block}.formula-box p,.cost-reference p{color:#65736b;margin:8px 0 0;font-size:10px;line-height:1.6}.cost-reference{border:1px dashed #b9c4bd;border-radius:10px;margin-top:12px;padding:16px}.tool-disclaimer{background:#fff7e5;border-radius:12px;gap:15px;margin-top:20px;padding:20px 24px;display:flex}.tool-disclaimer>span{color:#fff;background:#d99d2c;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-weight:900;display:grid}.tool-disclaimer p{color:#756b56;margin:5px 0 0;font-size:11px;line-height:1.65}.tool-explainer{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:80px;margin-top:80px;padding-top:60px;display:grid}.tool-explainer h2{letter-spacing:-.05em;margin:0;font-size:29px;line-height:1.4}.tool-explainer>div:last-child{color:var(--muted);font-size:14px;line-height:1.85}.contact-layout{grid-template-columns:.8fr 1.2fr;gap:90px;max-width:920px;margin:auto;padding:70px 0 100px;display:grid}.contact-info h2{margin:0 0 16px;font-size:24px}.contact-info>p{color:var(--muted);font-size:13px;line-height:1.75}.contact-info>div{margin-top:28px}.contact-info strong,.contact-info span{display:block}.contact-info span{color:#7a877f;margin-top:6px;font-size:11px}.contact-form{border:1px solid var(--line);border-radius:16px;padding:30px}.contact-form textarea{resize:vertical}.contact-form .check-label{align-items:flex-start;gap:8px;font-weight:500;line-height:1.5;display:flex}.contact-form .check-label input{width:auto;margin-top:2px}.contact-form .button{cursor:pointer;border:0;width:100%}.contact-form .button:disabled{opacity:.62;cursor:wait}.contact-form [role=alert]{color:#9b3328;margin:-4px 0 14px;font-size:14px;line-height:1.55}.contact-success{text-align:center;background:#f4faf6;border:1px solid #cddfd3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:40px 30px;display:flex}.contact-success>span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:20px;font-size:28px;display:grid}.contact-success h2{margin:0 0 12px;font-size:26px}.contact-success p{color:#536159;max-width:430px;margin:0 0 24px;font-size:16px;line-height:1.7}.contact-success .button{border:1px solid var(--green)}.form-message{color:#536159;background:#eff5f1;border-radius:8px;padding:14px;font-size:11px;line-height:1.6}.form-message strong{color:var(--green);display:block}.form-message.error{color:#7b3028;background:#fff1ed}.form-message.error strong{color:#7b3028}.about-intro{grid-template-columns:1fr 1fr;gap:80px;max-width:1000px;margin:auto;padding:80px 0;display:grid}.about-intro>div{flex-direction:column;gap:8px;display:flex}.about-intro span{letter-spacing:-.04em;font-size:28px;font-weight:900}.about-intro span:nth-child(2){color:var(--green)}.about-intro p{color:#45534b;margin:0;font-size:18px;line-height:1.85}.principles{background:#f5f6f1;padding:85px max(24px,50vw - 500px)}.principles>h2{margin:0 0 38px;font-size:32px}.principle-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.principle-grid article{border-top:2px solid var(--green);background:#fff;padding:25px 20px}.principle-grid span{color:var(--green);font-size:10px;font-weight:900}.principle-grid h3{margin:40px 0 12px;font-size:16px}.principle-grid p{color:var(--muted);margin:0;font-size:11px;line-height:1.7}.about-method{grid-template-columns:.8fr 1.2fr;gap:100px;max-width:1000px;margin:auto;padding:95px 0;display:grid}.about-method h2{letter-spacing:-.04em;font-size:30px;line-height:1.4}.about-method ol{margin:0;padding:0;list-style:none}.about-method li{border-top:1px solid var(--line);gap:20px;padding:20px 0;display:flex}.about-method li>b{color:var(--green);font-size:11px}.about-method li span{color:var(--muted);font-size:12px;line-height:1.6}.about-method li strong{color:var(--ink);margin-bottom:5px;font-size:14px;display:block}.demo-banner{color:#fff;background:#1c382a;border-radius:16px;max-width:1000px;margin:0 auto 90px;padding:30px}.demo-banner p{color:#b7c8bf;margin-bottom:0;font-size:12px;line-height:1.7}.legal-page{max-width:800px;margin:auto;padding:75px 0 110px}.legal-page header{border-bottom:1px solid var(--line);padding-bottom:30px}.legal-page h1{letter-spacing:-.05em;margin:0;font-size:40px}.legal-page header>p:last-child{color:#849087;font-size:11px}.legal-alert{background:#fff8e8;border-left:3px solid #d8a340;margin:30px 0 55px;padding:20px 22px}.legal-alert.green{border-left-color:var(--green);background:#eef5f0}.legal-alert strong{font-size:12px}.legal-alert p{color:#716c5e;margin:7px 0 0;font-size:11px;line-height:1.7}.legal-content section{margin:0 0 42px}.legal-content h2{margin:0 0 14px;font-size:19px}.legal-content p,.legal-content li{color:#4d5a52;font-size:13px;line-height:1.9}.legal-content a{color:var(--green);text-decoration:underline}@media (max-width:1000px){.category-grid{grid-template-columns:repeat(3,1fr)}.home-section,.factcheck-section{padding-left:28px;padding-right:28px}.tool-cta,.standards-section,.footer-main,.footer-bottom,.content-container,.tool-container,.article-page>article,.contact-layout,.about-intro,.about-method,.demo-banner{margin-left:28px;margin-right:28px}.article-layout{gap:40px}.footer-main{grid-template-columns:1fr 150px 150px}}@media (max-width:800px){.menu-button{display:block}.site-header{position:relative}.desktop-nav{z-index:20;border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:0;padding:18px;display:none;position:absolute;top:60px;left:16px;right:16px;box-shadow:0 15px 40px #14231b1f}.desktop-nav.nav-open{display:flex}.desktop-nav a{padding:12px}.hero{overflow:hidden}.section-heading{display:block}.section-heading>a{margin-top:15px;display:inline-block}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:165px}.featured-grid,.factcheck-section,.tool-cta,.calculator-shell,.contact-layout,.about-intro,.about-method{grid-template-columns:1fr}.featured-grid{gap:14px}.factcheck-section{gap:45px;padding-top:70px;padding-bottom:70px}.myth-list a{grid-template-columns:auto 1fr}.myth-list b{grid-column:2}.tool-cta{gap:45px;margin-bottom:70px;padding:45px 28px}.standards-section{padding-bottom:80px}.standards-grid,.principle-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr;gap:40px}.footer-main>div:first-child{grid-column:1/-1}.page-hero.compact,.page-hero.tool-hero{padding-top:60px;padding-bottom:60px}.page-hero h1{font-size:37px}.article-list-grid,.article-list-grid.two{grid-template-columns:1fr}.article-header{padding:50px 24px 35px}.article-hero-image{margin:0 24px 45px}.article-header h1{font-size:36px}.article-layout{grid-template-columns:1fr;padding:0 24px 70px}.article-sidebar{display:none}.related-section{padding-top:55px;padding-bottom:65px}.tool-explainer{grid-template-columns:1fr;gap:20px}.contact-layout,.about-intro,.about-method{gap:45px;padding-top:55px;padding-bottom:70px}.principle-grid article{min-height:180px}.legal-page{padding:55px 24px 80px}}@media (max-width:560px){.home-section{padding-top:70px;padding-bottom:70px}.category-grid{grid-template-columns:1fr}.category-card{min-height:135px}.featured-grid .article-card,.stacked-articles .article-card{grid-template-columns:1fr}.article-card.featured .article-visual,.article-visual{min-height:180px}.factcheck-copy h2,.tool-cta h2{font-size:29px}.standards-grid{gap:10px}.footer-main{grid-template-columns:1fr}.footer-main>div:first-child{grid-column:auto}.footer-bottom{line-height:2;display:block}.page-hero h1{font-size:32px}.content-container,.tool-container{margin-left:20px;margin-right:20px}.article-header h1{font-size:31px}.article-lead{font-size:15px}.answer-box{padding:23px 20px}.demo-notice{display:block}.demo-notice p{margin-top:7px}.article-section p{font-size:15px}.calculator-inputs,.calculator-results{padding:20px}.field-row{grid-template-columns:1fr}.contact-layout,.about-intro,.about-method,.demo-banner{margin-left:20px;margin-right:20px}}body{font-size:16px;line-height:1.7}.site-header{height:82px}.brand{font-size:21px}.desktop-nav{font-size:15px}.desktop-nav a{align-items:center;min-height:44px;display:flex}.search-button{min-height:44px;padding:10px 18px;font-size:14px}.eyebrow{font-size:13px;line-height:1.2}.hero h1{font-size:clamp(52px,4.3vw,64px);line-height:1.18}.hero-description{font-size:18px}.button{min-height:50px;padding:0 22px;font-size:15px}.hero-note,.card-topline,.verdict-label{font-size:14px}.answer-card.photo-overlay .card-question{font-size:21px}.answer-card>a{font-size:15px}.verdict strong{font-size:20px}.category-card strong{font-size:18px}.category-card small{font-size:15px;line-height:1.6}.category-card em{color:var(--green);margin-top:12px;font-size:14px;font-style:normal;font-weight:800;display:block}.category-card.is-empty{background:#f8f9f6}.category-card.is-empty em{color:#5d6962}.section-heading h2{font-size:36px}.section-heading>a,.text-link,.section-heading>p{font-size:15px}.article-visual small,.category-label{font-size:14px}.article-card h3{font-size:22px}.article-card.featured h3{font-size:28px}.article-card-body>p{font-size:16px;line-height:1.75}.article-meta{font-size:14px}.factcheck-copy h2{font-size:38px}.factcheck-copy>p:not(.eyebrow),.tool-cta>div>p:not(.eyebrow){font-size:16px;line-height:1.75}.myth-list strong{font-size:17px;line-height:1.55}.myth-list b,.myth-badge,.mini-top span,.mini-result small,.mini-result span{font-size:14px}.mini-result strong{font-size:32px}.standards-grid span{font-size:14px}.standards-grid strong{font-size:20px}.standards-grid p{font-size:15px;line-height:1.75}.footer-main>div>p,.footer-links,.footer-links strong,.footer-bottom{font-size:14px}.footer-links a{min-height:28px}.page-hero h1{font-size:clamp(40px,4.1vw,52px)}.page-hero>p:not(.eyebrow){max-width:680px;font-size:17px;line-height:1.75}.content-search label{font-size:16px}.content-search>div{height:64px}.content-search input{font-size:16px}.filter-chips button{min-height:44px;padding:10px 16px;font-size:14px}.result-count{font-size:15px}.article-header{max-width:820px}.article-header h1{font-size:clamp(38px,4vw,48px)}.article-lead{font-size:18px;line-height:1.75}.article-hero-image figcaption,.breadcrumb{font-size:14px}.article-byline{gap:12px}.article-byline strong{font-size:15px}.article-byline small{font-size:14px}.author-mark{width:42px;height:42px}.answer-box>span{font-size:14px}.answer-box h2{font-size:25px;line-height:1.45}.answer-box p{font-size:16px;line-height:1.8}.calculation-notice{background:#faf8f0;border:1px solid #e4dfce;border-radius:12px;gap:18px;margin-bottom:52px;padding:20px 22px;display:flex}.calculation-notice strong{flex:none;font-size:14px}.calculation-notice p{color:#625f55;margin:0;font-size:15px;line-height:1.7}.article-section{scroll-margin-top:30px}.article-section h2,.faq-section h2,.sources-section h2{letter-spacing:-.045em;margin:0 0 24px;font-size:30px;line-height:1.4}.article-section p{color:#36443c;margin:0 0 22px;font-size:17px;line-height:1.85}.article-section li{margin:10px 0;font-size:16px;line-height:1.7}.article-inline-image{margin:-18px 0 64px}.article-inline-image img{border-radius:16px;width:100%;height:auto;display:block}.article-inline-image figcaption{color:#65736b;margin-top:12px;font-size:14px;line-height:1.65}.faq-section summary{padding:22px 0;font-size:17px}.faq-section details p{font-size:16px;line-height:1.8}.source-note strong{font-size:16px}.source-note p{font-size:15px;line-height:1.75}.source-note a{font-size:14px}.toc strong{font-size:15px}.toc a{color:#66756c;font-size:14px;line-height:1.55}.toc a:hover{color:var(--green)}.sidebar-tool span,.sidebar-tool b{font-size:14px}.sidebar-tool strong{font-size:18px}.sources-section{border-top:1px solid var(--line);margin-top:70px;padding-top:42px}.source-basis{color:#6c7a72;margin:-12px 0 22px;font-size:15px}.sources-section ul{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.sources-section li{border-bottom:1px solid var(--line);grid-template-columns:150px 1fr;gap:20px;padding:17px 0;font-size:15px;display:grid}.sources-section li span{color:#66756c}.sources-section li a{justify-content:space-between;gap:12px;font-weight:750;display:flex}.sources-section>p:last-child{color:#66756c;font-size:15px;line-height:1.75}.article-tags{flex-wrap:wrap;gap:8px;margin-top:28px;display:flex}.article-tags span{color:#526158;background:#f0f3ee;border-radius:99px;padding:7px 11px;font-size:14px}.product-fields legend{font-size:16px}.product-fields label,.contact-form label{font-size:15px}.product-fields input,.contact-form input,.contact-form select,.contact-form textarea{min-height:48px;padding:12px 13px;font-size:16px}.result-head{font-size:15px}.result-head button{min-height:40px;font-size:14px}.result-summary small{font-size:15px}.result-summary strong{font-size:36px}.result-summary p{font-size:16px}.monthly-results{grid-template-columns:1fr 1fr;gap:12px;margin:24px 0;display:grid}.monthly-results>div{background:#fff;border-radius:12px;padding:18px}.monthly-results small{color:#66756c;font-size:14px;display:block}.monthly-results strong{color:var(--green);margin-top:8px;font-size:28px;line-height:1.2;display:block}.monthly-results strong span,.comparison-bars span{font-size:15px}.formula-box>strong,.calculation-scope>strong{color:#536159;margin-bottom:10px;font-size:15px;display:block}.formula-box code{white-space:normal;padding:12px;font-size:14px;line-height:1.65}.formula-box p,.calculation-scope p{font-size:15px;line-height:1.7}.calculation-scope{border:1px dashed #aebcb3;border-radius:10px;margin-top:14px;padding:18px}.tool-disclaimer strong{font-size:16px}.tool-disclaimer p{font-size:15px;line-height:1.75}.tool-explainer h2{font-size:32px}.tool-explainer>div:last-child{font-size:16px;line-height:1.85}.contact-info h2{font-size:28px}.contact-info>p,.contact-info span{font-size:16px;line-height:1.75}.contact-info strong{font-size:16px}.form-message{font-size:15px}.about-intro p{font-size:19px}.principles>h2{font-size:34px}.principle-grid h3{font-size:20px}.principle-grid p{font-size:15px;line-height:1.75}.about-method h2{font-size:32px}.about-method li>b{font-size:14px}.about-method li span{font-size:15px;line-height:1.7}.about-method li strong{font-size:18px}.operations-banner{color:#fff;background:#1c382a;border-radius:16px;max-width:1000px;margin:0 auto 90px;padding:32px}.operations-banner strong{font-size:20px}.operations-banner p{color:#c3d1c9;margin-bottom:0;font-size:15px;line-height:1.75}.operations-banner a{color:var(--lime);text-decoration:underline}.legal-page{max-width:820px}.legal-page h1{font-size:44px}.legal-page header>p:last-child,.legal-alert strong{font-size:14px}.legal-alert p{font-size:15px;line-height:1.75}.legal-content h2{font-size:24px}.legal-content p,.legal-content li{font-size:16px;line-height:1.85}.category-index,.category-content{max-width:1000px;margin:auto;padding:70px 0 100px}.category-index{grid-template-columns:1fr 1fr;gap:18px;display:grid}.category-index-card{border:1px solid var(--line);border-radius:18px;grid-template-columns:auto 1fr auto;align-items:start;gap:20px;min-height:230px;padding:28px;transition:all .2s;display:grid}.category-index-card:hover{border-color:#aabbb0;transform:translateY(-3px);box-shadow:0 16px 40px #1b322514}.category-index-card small{color:var(--green);font-size:14px;font-weight:800}.category-index-card h2{margin:12px 0 8px;font-size:25px}.category-index-card p{color:#58675f;margin:0;font-size:16px;line-height:1.7}.category-hero{padding:76px max(24px,50vw - 500px)}.category-hero-icon{width:54px;height:54px;color:var(--green);background:#fff;border-radius:15px;place-items:center;margin-bottom:20px;font-size:25px;display:grid}.category-hero h1{letter-spacing:-.05em;margin:0;font-size:clamp(40px,4vw,50px)}.category-hero>p:not(.eyebrow){color:#4f5e56;max-width:650px;margin:18px 0 0;font-size:17px}.category-hero.mint{background:#eaf4ee}.category-hero.lime{background:#f2f6da}.category-hero.sand{background:#f7efe2}.category-hero.blue{background:#eaf2f5}.category-empty{text-align:center;background:#f5f7f3;border-radius:18px;padding:56px 34px}.category-empty strong{font-size:23px}.category-empty p{color:#58675f;max-width:580px;margin:14px auto 24px;font-size:16px;line-height:1.75}.search-overlay{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0d1b147a;justify-content:center;align-items:flex-start;padding:90px 20px 30px;display:flex;position:fixed;inset:0}.site-search-dialog{background:#fff;border-radius:22px;width:min(720px,100%);max-height:calc(100vh - 120px);padding:30px;overflow:auto;box-shadow:0 28px 80px #0a1b123d}.site-search-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.site-search-head .eyebrow{margin-bottom:8px}.site-search-head h2{letter-spacing:-.045em;margin:0;font-size:30px}.site-search-head>button{border:1px solid var(--line);color:#445149;cursor:pointer;background:#fff;border-radius:50%;flex:none;width:44px;height:44px;font-size:26px}.site-search-field{border:2px solid var(--green);border-radius:13px;align-items:center;gap:12px;height:62px;margin-top:24px;padding:0 18px;display:flex}.site-search-field>span{color:var(--green);font-size:24px}.site-search-field input{width:100%;height:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:17px}.site-search-count{color:#66756c;margin:22px 0 10px;font-size:14px;font-weight:750}.site-search-results{border-top:1px solid var(--line)}.site-search-results>a{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr auto;align-items:center;gap:16px;padding:17px 4px;display:grid}.site-search-results>a:hover strong{color:var(--green)}.site-search-results small{color:var(--green);font-size:14px;font-weight:850}.site-search-results strong{font-size:17px;line-height:1.45;display:block}.site-search-results p{color:#66756c;margin:4px 0 0;font-size:14px;line-height:1.6}.site-search-results b{color:#78867e}.site-search-empty{text-align:center;padding:42px 10px}.site-search-empty strong{font-size:18px}.site-search-empty p{color:#66756c;font-size:15px}@media (max-width:1000px){.category-index,.category-content,.operations-banner{margin-left:28px;margin-right:28px}}@media (max-width:800px){.site-header{height:70px}.desktop-nav{font-size:16px}.desktop-nav a{min-height:48px}.search-button,.menu-button{width:44px;height:44px}.search-button{padding:0;font-size:0}.search-button span{font-size:20px}.hero h1{font-size:clamp(40px,10vw,48px)}.hero-description{font-size:17px}.section-heading h2{font-size:31px}.article-header h1{font-size:clamp(35px,8vw,42px)}.article-layout{gap:0}.category-index{grid-template-columns:1fr}.category-index-card{min-height:auto}.category-content{padding-top:55px}.operations-banner{margin-bottom:70px}}@media (max-width:560px){.hero h1{font-size:38px}.page-hero h1,.article-header h1,.category-hero h1{font-size:34px;line-height:1.3}.article-lead{font-size:17px}.calculation-notice{display:block}.calculation-notice p{margin-top:8px}.article-section p{font-size:16px}.article-inline-image{margin:-10px 0 52px}.article-inline-image img{border-radius:13px}.article-section h2,.faq-section h2,.sources-section h2{font-size:26px}.sources-section li{grid-template-columns:1fr;gap:5px}.monthly-results{grid-template-columns:1fr}.product-fields{padding:16px}.result-head button{min-height:44px}.category-index,.category-content,.operations-banner{margin-left:20px;margin-right:20px}.category-index-card{grid-template-columns:auto 1fr;padding:22px}.category-index-card>b{display:none}.footer-main,.footer-bottom{margin-left:20px;margin-right:20px}.search-overlay{align-items:center;padding:18px 12px}.site-search-dialog{border-radius:18px;max-height:calc(100vh - 36px);padding:22px 18px}.site-search-head h2{font-size:25px}.site-search-field{height:58px;padding:0 14px}.site-search-field input{font-size:16px}.site-search-results>a{grid-template-columns:52px 1fr auto;gap:10px}.site-search-results p{display:none}}.article-body{min-width:0}.breadcrumb{align-items:center;min-width:0}.breadcrumb [aria-current=page]{color:#526057;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.article-format-guide{border-left:4px solid var(--green);background:#f4f7f3;border-radius:0 12px 12px 0;align-items:center;gap:20px;margin:26px 0 48px;padding:18px 20px;display:flex}.article-format-guide>strong{color:var(--green);flex:none;font-size:15px}.article-format-guide ol{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.article-format-guide li{color:#46534b;background:#fff;border-radius:99px;padding:7px 11px;font-size:14px;font-weight:700}.article-type-fact-check .answer-box{border-top:5px solid #1e7750}.article-type-buy-or-not .answer-box{border-top:5px solid #a8bc38}.article-type-cost-calculation .answer-box{border-top:5px solid #4d8298}.article-type-comparison .answer-box{border-top:5px solid #b28a50}.article-type-benefit-guide .answer-box{border-top:5px solid #4d8298}.article-type-deal-analysis .answer-box{border-top:5px solid #b66c4d}.timely-info{background:#f3f8f4;border:1px solid #cbdacf;border-radius:16px;margin-bottom:24px;padding:24px}.timely-info-head{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.timely-info-head>span{color:#526159;font-size:15px;font-weight:900}.timely-info-head>strong{color:#fff;background:var(--green);border-radius:99px;padding:7px 12px;font-size:14px}.timely-info-head>strong.closed{background:#777}.timely-info dl{grid-template-columns:repeat(2,1fr);gap:10px 24px;margin:0;display:grid}.timely-info dl>div{border-top:1px solid #dce6df;grid-template-columns:82px 1fr;gap:8px;padding:10px 0;display:grid}.timely-info dt{color:#66756c;font-size:14px;font-weight:800}.timely-info dd{color:#26372d;margin:0;font-size:15px;line-height:1.6}.timely-info ul{background:#fff;border-radius:10px;margin:15px 0 0;padding:14px 18px 14px 36px}.timely-info li{color:#526159;margin:5px 0;font-size:14px;line-height:1.65}.not-found-page{text-align:center;max-width:850px;min-height:62vh;margin:0 auto;padding:150px 30px 120px}.not-found-page h1{letter-spacing:-.055em;margin:12px 0 20px;font-size:clamp(38px,6vw,64px)}.not-found-page>p:not(.eyebrow){max-width:650px;color:var(--muted);margin:0 auto 34px;font-size:17px;line-height:1.75}.not-found-page>div{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.categories-section .category-grid{grid-template-columns:repeat(4,1fr)}.filter-groups{border:1px solid var(--line);background:#f8f9f5;border-radius:16px;margin:28px 0 34px;padding:24px}.filter-groups>div+div{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.filter-groups>div>strong{margin-bottom:12px;font-size:16px;display:block}.filter-groups .filter-chips{margin:0}.category-hero{justify-content:space-between;align-items:center;gap:40px;min-height:285px;display:flex}.category-hero>div>p:not(.eyebrow){color:#4f5e56;max-width:650px;margin:18px 0 0;font-size:17px}.category-hero>span{width:90px;height:90px;color:var(--green);background:#ffffffb8;border-radius:28px;flex:none;place-items:center;font-size:38px;font-weight:900;display:grid}.category-switcher{gap:8px;margin-bottom:60px;padding-bottom:4px;display:flex;overflow-x:auto}.category-switcher a{border:1px solid var(--line);color:#5c6a62;border-radius:99px;flex:none;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:800;display:flex}.category-switcher a.active{border-color:var(--green);background:var(--green);color:#fff}.category-type-links{background:#f4f6f1;border-radius:15px;flex-wrap:wrap;align-items:center;gap:12px;margin-top:40px;padding:24px;display:flex}.category-type-links strong{margin-right:auto;font-size:16px}.category-type-links a{color:var(--green);font-size:14px;font-weight:800}.empty-category{text-align:center;background:#f5f7f3;border-radius:20px;padding:70px 30px}.empty-category>span{font-size:36px}.empty-category h2{margin:20px 0 10px;font-size:28px}.empty-category p{max-width:650px;color:var(--muted);margin:0 auto 24px;font-size:16px}.empty-category a{color:var(--green);font-weight:900}.article-table-wrap{border:1px solid var(--line);border-radius:14px;width:100%;max-width:100%;margin:28px 0;overflow-x:auto}.article-table-wrap table{border-collapse:collapse;width:100%;min-width:520px;font-size:15px}.article-table-wrap caption{color:#68766e;text-align:left;background:#f8f9f6;padding:12px 16px;font-size:14px}.article-table-wrap th,.article-table-wrap td{border-bottom:1px solid var(--line);text-align:left;padding:15px 16px;line-height:1.55}.article-table-wrap thead th{color:#fff;background:#285f45;font-weight:800}.article-table-wrap tbody th{color:#285f45;background:#f4f7f3}.article-table-wrap tr:last-child th,.article-table-wrap tr:last-child td{border-bottom:0}.article-data-visual{background:linear-gradient(145deg,#f8fbf8,#f2f6ef);border:1px solid #cedbd1;border-radius:18px;margin:32px 0 44px;padding:26px}.article-data-visual figcaption{gap:7px;margin-bottom:20px;display:grid}.article-data-visual figcaption strong{color:#173c2b;letter-spacing:-.035em;font-size:22px;line-height:1.4}.article-data-visual figcaption span{color:#5e6f65;font-size:15px;line-height:1.7}.data-visual-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;display:grid}.data-visual-grid>div{background:#fff;border:1px solid #dce6df;border-radius:13px;min-width:0;padding:18px}.data-visual-grid small{color:#66776d;margin-bottom:8px;font-size:13px;font-weight:850;display:block}.data-visual-grid b{color:#165b3a;letter-spacing:-.035em;font-size:22px;line-height:1.3;display:block}.data-visual-grid p{color:#64736a;margin:8px 0 0;font-size:13px;line-height:1.55}.article-data-visual.process .data-visual-grid>div{position:relative}.article-data-visual.process .data-visual-grid>div:not(:last-child):after{content:"→";z-index:1;color:#7c9587;font-weight:900;position:absolute;top:50%;right:-11px;transform:translateY(-50%)}.data-visual-source{color:#69786f;border-top:1px solid #dce6df;margin:18px 0 0;padding-top:14px;font-size:13px;line-height:1.65}.data-visual-source a{color:#285f45;text-underline-offset:3px;font-weight:750;text-decoration:underline}.article-tool-cta{background:#eaf1c7;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin:55px 0;padding:24px;display:grid}.article-tool-cta>span{color:#68734f;font-size:14px;font-weight:800}.article-tool-cta strong{font-size:19px;display:block}.article-tool-cta p{color:#5a6655;margin:3px 0 0;font-size:14px}.article-tool-cta a{color:#fff;background:#214f39;border-radius:9px;align-items:center;min-height:44px;padding:0 16px;font-size:14px;font-weight:900;display:flex}.sidebar-tool strong{overflow-wrap:anywhere}.buy-section{border-top:1px solid var(--line)}.home-tools{background:#eff4ec;max-width:none;padding-left:max(54px,50vw - 566px);padding-right:max(54px,50vw - 566px)}.tool-card-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.tool-card-grid>a{background:#fff;border:1px solid #d5dfd6;border-radius:18px;flex-direction:column;min-height:240px;padding:26px;transition:all .2s;display:flex}.tool-card-grid>a:hover{border-color:#96ae9e;transform:translateY(-3px);box-shadow:0 15px 38px #18352514}.tool-card-grid span{width:48px;height:48px;color:var(--green);background:#e8f1eb;border-radius:14px;place-items:center;font-size:22px;display:grid}.tool-card-grid strong{margin-top:28px;font-size:21px}.tool-card-grid p{color:var(--muted);margin:8px 0 20px;font-size:15px;line-height:1.7}.tool-card-grid b{color:var(--green);margin-top:auto;font-size:14px}.tool-related,.other-tools{border-top:1px solid var(--line);margin-top:85px;padding-top:65px}.other-tools .tool-card-grid{grid-template-columns:repeat(3,1fr)}.other-tools .tool-card-grid>a{min-height:210px}.single-calculator{grid-template-columns:.85fr 1.15fr}.single-calculator .calculator-inputs{display:contents}.field-row.three{grid-template-columns:repeat(3,1fr)}.field-help{color:#738078;margin:4px 0 0;font-size:14px;line-height:1.65}.monthly-results.three{grid-template-columns:repeat(3,1fr)}.result-summary strong em{color:var(--green);font-size:18px;font-style:normal}.calculator-error{color:#77473c;background:#fff4f1;border:1px solid #e5c9c2;border-radius:12px;margin-top:28px;padding:24px}.calculator-error strong{font-size:18px}.calculator-error p{margin:8px 0 0;font-size:15px}.shared-fields{background:#f8faf6}@media (max-width:1000px){.categories-section .category-grid,.tool-card-grid,.other-tools .tool-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.category-hero{min-height:auto;padding-top:60px;padding-bottom:60px}.category-hero>span{border-radius:20px;width:68px;height:68px;font-size:28px}.article-tool-cta{grid-template-columns:1fr}.article-tool-cta>a{justify-content:center}.field-row.three,.monthly-results.three{grid-template-columns:1fr}}@media (max-width:560px){.categories-section .category-grid,.tool-card-grid,.other-tools .tool-card-grid{grid-template-columns:1fr}.filter-groups{padding:18px}.category-hero>span{display:none}.category-type-links{flex-direction:column;align-items:flex-start}.tool-card-grid>a{min-height:205px}.article-table-wrap{margin-left:-4px;margin-right:-4px}.article-data-visual{margin:28px -4px 38px;padding:20px}.article-data-visual figcaption strong{font-size:20px}.data-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-visual-grid>div{padding:15px}.data-visual-grid b{font-size:19px}.article-data-visual.process .data-visual-grid>div:not(:last-child):after{display:none}.article-tool-cta{margin:45px 0;padding:20px}.article-format-guide{flex-direction:column;align-items:flex-start;gap:12px}.breadcrumb [aria-current=page],.breadcrumb [aria-current=page]+span{display:none}.not-found-page{padding:100px 20px 80px}.not-found-page>div{flex-direction:column;align-items:stretch}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header .desktop-nav{gap:22px}.home-hero-carousel{border-bottom:1px solid var(--line);background:radial-gradient(circle at 82% 24%,#eff4d5 0,#0000 31%),#fff;position:relative;overflow:hidden}.home-hero-stage{max-width:1240px;min-height:650px;margin:auto;position:relative}.home-hero-slide{opacity:0;visibility:hidden;pointer-events:none;grid-template-columns:1.04fr .96fr;align-items:center;gap:72px;padding:64px 54px 96px;transition:opacity .45s,transform .45s,visibility .45s;display:grid;position:absolute;inset:0;transform:translate(22px)}.home-hero-slide.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.home-hero-hit-area{z-index:1;border-radius:28px;position:absolute;inset:0}.home-hero-hit-area:focus-visible{outline-offset:-6px;outline:3px solid #68a27f}.home-hero-copy,.home-hero-media{z-index:2;pointer-events:none;position:relative}.home-hero-copy{min-width:0}.home-hero-actions a{z-index:3;pointer-events:auto;position:relative}.home-hero-copy h1,.home-hero-copy h2{letter-spacing:-.062em;margin:0;font-size:clamp(49px,4.5vw,66px);font-weight:900;line-height:1.18}.home-hero-copy h1 span,.home-hero-copy h2 span{display:block}.home-hero-copy .highlighted{z-index:0;width:max-content;max-width:100%;color:var(--green);position:relative}.home-hero-copy .highlighted:after{content:"";z-index:-1;background:var(--lime);border-radius:3px;height:13px;position:absolute;bottom:4px;left:-3px;right:-3px;transform:rotate(-.7deg)}.home-hero-copy>p:not(.eyebrow):not(.home-hero-note){color:#526159;letter-spacing:-.02em;max-width:590px;margin:25px 0 0;font-size:18px;line-height:1.78}.home-hero-actions{gap:10px;margin-top:30px;display:flex}.home-hero-actions .button{min-height:52px;padding:0 22px;font-size:15px}.home-hero-note{color:#65736b;align-items:center;gap:7px;margin:20px 0 0;font-size:14px;display:flex}.home-hero-note span{width:19px;height:19px;color:var(--green);background:#e7f2ec;border-radius:50%;place-items:center;font-size:12px;font-weight:900;display:grid}.home-hero-media{min-width:0;height:486px}.home-hero-media>img{object-fit:cover;border-radius:27px;width:100%;height:100%;display:block;box-shadow:0 28px 65px #23352b24}.home-hero-example{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #dae2d9e6;border-radius:18px;width:min(350px,80%);padding:20px 22px;position:absolute;bottom:24px;left:-42px;box-shadow:0 20px 45px #23352b24}.home-hero-example small,.home-hero-example strong,.home-hero-example span{display:block}.home-hero-example small{color:var(--green);font-size:13px;font-weight:900}.home-hero-example strong{letter-spacing:-.03em;margin:9px 0 11px;font-size:18px;line-height:1.45}.home-hero-example span{border-top:1px solid var(--line);color:#536159;padding-top:11px;font-size:14px;font-weight:750}.home-hero-tools{flex-wrap:wrap;justify-content:center;gap:8px;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.home-hero-tools span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#143222d1;border:1px solid #ffffffb3;border-radius:99px;padding:10px 14px;font-size:14px;font-weight:800}.home-hero-controls{z-index:3;align-items:center;gap:8px;width:min(1132px,100% - 108px);display:flex;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.home-hero-controls>button:not(.home-hero-pause){border:1px solid var(--line);color:#385044;cursor:pointer;background:#fff;border-radius:50%;flex:none;width:44px;height:44px}.home-hero-controls>button:hover,.home-hero-controls>button:focus-visible{border-color:var(--green);color:var(--green);outline:2px solid #0000}.home-hero-dots{align-items:center;gap:0;margin-left:4px;display:flex}.home-hero-dots button{cursor:pointer;background:0 0;border:0;width:32px;height:32px;padding:0;position:relative}.home-hero-dots button:after{content:"";background:#b9c4bd;border-radius:99px;width:9px;height:9px;transition:width .25s,background .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-hero-dots button.active:after{background:var(--green);width:24px}.home-hero-dots button:focus-visible{outline-offset:3px;outline:3px solid #b7d9c5}.home-hero-pause{color:#68766e;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;margin-left:1px;padding:0;font-size:10px;font-weight:900;display:grid}.home-hero-pause:hover,.home-hero-pause:focus-visible{background:#edf3ef}.home-topic-section{padding-top:80px;padding-bottom:80px}.home-topic-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.home-topic-card{border:1px solid var(--line);border-radius:18px;grid-template-columns:1fr auto;align-content:space-between;gap:17px;min-height:178px;padding:23px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid}.home-topic-card:hover{border-color:#a9bead;transform:translateY(-3px);box-shadow:0 14px 34px #1b322514}.home-topic-icon{width:46px;height:46px;color:var(--green);background:#e5f1ea;border-radius:14px;grid-column:1/-1;place-items:center;font-size:21px;font-weight:900;display:grid}.home-topic-card.lime .home-topic-icon{background:#eff5c5}.home-topic-card.sand .home-topic-icon{background:#f5ead7}.home-topic-card.blue .home-topic-icon{background:#e0edf3}.home-topic-card strong,.home-topic-card small,.home-topic-card em{display:block}.home-topic-card strong{letter-spacing:-.035em;font-size:19px}.home-topic-card small{color:#5b6961;margin-top:7px;font-size:14px;line-height:1.55}.home-topic-card em{color:var(--green);margin-top:12px;font-size:13px;font-style:normal;font-weight:800}.home-topic-card b{color:#7d8b83;align-self:end;font-size:18px}.home-featured-section{border-top:1px solid var(--line);background:#f7f8f4}.home-featured-section .home-section{padding-top:80px;padding-bottom:80px}.home-featured-grid{grid-template-columns:repeat(4,1fr)}.home-featured-grid .article-card-body{padding:21px}.home-featured-grid .article-visual{min-height:170px}.home-featured-grid .article-card h3{font-size:18px}.home-featured-grid .article-card-body>p{font-size:14px}.home-featured-grid .article-meta{flex-wrap:wrap;gap:6px 12px;font-size:11px}.home-tools{max-width:none;padding:80px max(54px,50vw - 566px)}.home-tools .tool-card-grid>a{min-height:220px}.home-trust-section{border-top:1px solid var(--line);grid-template-columns:290px 1fr;gap:64px;max-width:1132px;margin:auto;padding:76px 0 86px;display:grid}.home-trust-section h2{letter-spacing:-.045em;margin:0 0 22px;font-size:30px;line-height:1.35}.home-trust-section>div>a{color:var(--green);font-size:14px;font-weight:900}.home-trust-section ol{grid-template-columns:repeat(3,1fr);gap:14px;margin:0;padding:0;list-style:none;display:grid}.home-trust-section li{background:#f6f7f3;border-radius:15px;min-height:158px;padding:22px}.home-trust-section li span{color:var(--green);font-size:13px;font-weight:900}.home-trust-section li strong{margin:28px 0 8px;font-size:18px;display:block}.home-trust-section li p{color:#617068;margin:0;font-size:14px;line-height:1.65}@media (max-width:1080px){.site-header .desktop-nav{gap:15px;font-size:13px}.home-hero-slide{gap:48px;padding-left:38px;padding-right:38px}.home-topic-section,.home-featured-section .home-section{padding-left:28px;padding-right:28px}.home-featured-grid{grid-template-columns:repeat(2,1fr)}.home-topic-grid{grid-template-columns:repeat(3,1fr)}.home-trust-section{margin-left:28px;margin-right:28px}}@media (max-width:920px){.menu-button{display:block}.site-header{position:relative}.site-header .desktop-nav{z-index:20;border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:0;padding:18px;font-size:16px;display:none;position:absolute;top:68px;left:16px;right:16px;box-shadow:0 15px 40px #14231b1f}.site-header .desktop-nav.nav-open{display:flex}.site-header .desktop-nav a{align-items:center;min-height:48px;padding:0 12px;display:flex}.home-hero-stage{min-height:900px}.home-hero-slide{grid-template-columns:1fr;align-content:start;gap:34px;padding:55px 28px 100px}.home-hero-copy h1,.home-hero-copy h2{font-size:clamp(43px,7vw,58px)}.home-hero-copy>p:not(.eyebrow):not(.home-hero-note){max-width:700px}.home-hero-media{height:435px}.home-hero-controls{width:calc(100% - 56px)}.home-topic-grid{grid-template-columns:repeat(2,1fr)}.home-trust-section{grid-template-columns:1fr;gap:36px}}@media (max-width:700px){.home-featured-grid{grid-template-columns:1fr}.home-featured-grid .article-card{grid-template-columns:165px 1fr}.home-featured-grid .article-visual{min-height:210px}.home-featured-grid .article-card-body>p{display:none}.home-trust-section ol{grid-template-columns:1fr}.home-trust-section li{min-height:auto}.home-trust-section li strong{margin-top:18px}}@media (max-width:560px){.home-hero-stage{min-height:820px}.home-hero-slide{gap:28px;padding:42px 20px 90px}.home-hero-copy .eyebrow{margin-bottom:14px}.home-hero-copy h1,.home-hero-copy h2{font-size:clamp(35px,10vw,42px);line-height:1.22}.home-hero-copy .highlighted:after{height:10px;bottom:2px}.home-hero-copy>p:not(.eyebrow):not(.home-hero-note){margin-top:19px;font-size:16px;line-height:1.7}.home-hero-actions{flex-direction:column;margin-top:22px}.home-hero-actions .button{width:100%;min-height:50px}.home-hero-note{display:none}.home-hero-media{height:292px}.home-hero-media>img{border-radius:18px}.home-hero-example{border-radius:13px;width:auto;padding:14px 16px;bottom:12px;left:12px;right:12px}.home-hero-example small{font-size:12px}.home-hero-example strong{margin:6px 0 8px;font-size:15px}.home-hero-example span{padding-top:8px;font-size:12px}.home-hero-tools{gap:5px;bottom:12px;left:10px;right:10px}.home-hero-tools span{padding:8px 10px;font-size:12px}.home-hero-controls{width:calc(100% - 40px);bottom:20px}.home-hero-controls>button:not(.home-hero-pause){width:42px;height:42px}.home-hero-pause{font-size:12px}.home-topic-section,.home-featured-section .home-section{padding:65px 20px}.home-topic-grid{grid-template-columns:repeat(2,1fr);gap:10px}.home-topic-card{min-height:195px;padding:17px}.home-topic-card strong{font-size:17px}.home-topic-card small{font-size:13px}.home-featured-grid .article-card{grid-template-columns:1fr}.home-featured-grid .article-visual{min-height:190px}.home-featured-grid .article-card-body>p{display:block}.home-tools{padding:65px 20px}.home-trust-section{margin:0 20px;padding:65px 0 72px}.home-trust-section h2{font-size:28px}.timely-info{padding:20px}.timely-info dl{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.home-hero-slide,.home-hero-dots button:after,.home-topic-card,.home-featured-grid .article-visual img{transition:none}}.dictionary-hero{position:relative;overflow:hidden}.dictionary-hero:after{content:"가나다";color:#216c4a12;letter-spacing:-.08em;font-size:112px;font-weight:950;line-height:1;position:absolute;bottom:-18px;right:max(24px,50vw - 500px)}.dictionary-container{max-width:1132px;margin:auto;padding:64px 0 110px}.dictionary-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:64px;display:grid}.dictionary-main{min-width:0}.dictionary-mobile-search{display:none}.dictionary-initials{scrollbar-width:thin;gap:8px;padding:8px 0 20px;display:flex;overflow-x:auto}.dictionary-initials button{border:1px solid var(--line);color:#526159;cursor:pointer;background:#fff;border-radius:99px;flex:none;min-width:44px;min-height:44px;padding:0 13px;font-size:15px;font-weight:850}.dictionary-initials button:hover:not(:disabled),.dictionary-initials button:focus-visible{border-color:var(--green);color:var(--green)}.dictionary-initials button.active{border-color:var(--green);background:var(--green);color:#fff}.dictionary-initials button.active:before{content:"✓ "}.dictionary-initials button:disabled{opacity:.35;cursor:not-allowed}.dictionary-count{color:var(--muted);margin:4px 0 36px;font-size:15px}.dictionary-group{border-top:1px solid var(--line);grid-template-columns:58px minmax(0,1fr);gap:26px;padding:34px 0 26px;display:grid}.dictionary-group>h2{color:var(--green);align-self:start;margin:0;font-size:28px;line-height:1;position:sticky;top:24px}.dictionary-term-list{min-width:0}.dictionary-term-list details{border-bottom:1px solid var(--line);scroll-margin-top:24px}.dictionary-term-list details:first-child{border-top:1px solid var(--line)}.dictionary-term-list summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:16px;min-height:76px;padding:16px 4px;list-style:none;display:grid}.dictionary-term-list summary::-webkit-details-marker{display:none}.dictionary-term-list summary>span{align-items:baseline;gap:10px;min-width:0;display:flex}.dictionary-term-list summary strong{letter-spacing:-.035em;font-size:21px}.dictionary-term-list summary small{color:var(--muted);font-size:14px}.dictionary-term-list summary em{color:var(--green);background:#edf4ef;border-radius:99px;padding:6px 9px;font-size:12px;font-style:normal;font-weight:800;line-height:1.2}.dictionary-term-list summary>b{color:var(--green);font-size:22px;font-weight:500;transition:transform .2s}.dictionary-term-list details[open] summary>b{transform:rotate(45deg)}.dictionary-term-list details[open] summary strong{color:var(--green)}.dictionary-detail{padding:8px 4px 36px}.dictionary-definition{color:var(--ink);letter-spacing:-.025em;margin:0 0 24px;font-size:19px;font-weight:750;line-height:1.7}.dictionary-explanation-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dictionary-explanation-grid section{background:#f6f7f3;border-radius:14px;padding:22px}.dictionary-explanation-grid h3,.dictionary-related h3{margin:0 0 10px;font-size:16px}.dictionary-explanation-grid p{color:#536159;margin:0;font-size:15px;line-height:1.75}.dictionary-tip{border-left:4px solid var(--lime);background:#f8faed;margin-top:16px;padding:20px 22px}.dictionary-tip strong{color:var(--green);font-size:14px}.dictionary-tip p{color:#526159;margin:7px 0 0;font-size:15px;line-height:1.75}.dictionary-related{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:28px;margin-top:28px;padding-top:26px;display:grid}.dictionary-related section{min-width:0}.dictionary-related a{color:#3f5047;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:10px 0;font-size:14px;font-weight:750;line-height:1.55;display:grid}.dictionary-related a:hover,.dictionary-related a span{color:var(--green)}.dictionary-deep-link{color:var(--green);text-underline-offset:4px;margin-top:26px;font-size:13px;font-weight:800;text-decoration:underline;display:inline-block}.dictionary-sidebar{min-width:0}.dictionary-search-panel{border:1px solid var(--line);background:#f8f9f5;border-radius:18px;padding:25px;position:sticky;top:24px}.dictionary-search-panel h2{letter-spacing:-.035em;margin:0;font-size:23px}.dictionary-search label>span{color:#35443c;margin:22px 0 8px;font-size:14px;font-weight:850;display:block}.dictionary-search label>div{background:#fff;border:1px solid #ccd7cf;border-radius:11px;align-items:center;gap:10px;height:52px;padding:0 14px;display:flex}.dictionary-search label>div:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #216c4a14}.dictionary-search label b{color:var(--green);font-size:19px}.dictionary-search label>div>button{color:#536159;cursor:pointer;background:#f0f3ef;border:0;border-radius:50%;flex:none;width:34px;height:34px;font-size:20px}.dictionary-search input{width:100%;height:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:15px}.dictionary-search-results{border-top:1px solid var(--line);margin-top:14px}.dictionary-search-results>p{color:var(--muted);margin:0;padding:13px 2px 8px;font-size:13px}.dictionary-search-results button{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 2px;display:grid}.dictionary-search-results button:hover strong,.dictionary-search-results button:focus-visible strong{color:var(--green)}.dictionary-search-results button span{min-width:0}.dictionary-search-results button strong,.dictionary-search-results button small{display:block}.dictionary-search-results button strong{font-size:15px}.dictionary-search-results button small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;line-height:1.45;overflow:hidden}.dictionary-search-results button>b{color:var(--green)}.dictionary-search-help{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.dictionary-search-help strong{font-size:13px}.dictionary-search-help p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.65}.dictionary-count span{color:#87938c}.dictionary-empty{border:1px solid var(--line);text-align:center;background:#fafbf8;border-radius:16px;padding:64px 30px}.dictionary-empty strong{font-size:20px}.dictionary-empty p{color:var(--muted);margin:9px 0 22px;font-size:15px}.dictionary-empty button{border:1px solid var(--green);min-height:44px;color:var(--green);cursor:pointer;background:#fff;border-radius:99px;padding:0 18px;font-weight:850}.dictionary-pagination{border-top:1px solid var(--line);justify-content:center;align-items:center;gap:7px;margin-top:42px;padding-top:28px;display:flex}.dictionary-pagination button{border:1px solid var(--line);color:#526159;cursor:pointer;background:#fff;border-radius:99px;min-width:42px;height:42px;padding:0 12px;font-size:14px;font-weight:800}.dictionary-pagination button:hover:not(:disabled),.dictionary-pagination button:focus-visible{border-color:var(--green);color:var(--green)}.dictionary-pagination button.active{border-color:var(--green);background:var(--green);color:#fff}.dictionary-pagination button:disabled{opacity:.38;cursor:not-allowed}.dictionary-pagination span{color:#87938c;padding:0 3px}.global-dictionary-trigger{z-index:45;background:var(--ink);color:#fff;cursor:pointer;border:1px solid #ffffff38;border-radius:99px;align-items:center;gap:8px;min-height:48px;padding:0 17px;font-size:14px;font-weight:850;transition:opacity .2s,transform .2s,visibility .2s,background .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 34px #1122183d}.global-dictionary-trigger:hover,.global-dictionary-trigger:focus-visible{background:var(--green);transform:translateY(-1px)}.global-dictionary-trigger.hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px)}.global-dictionary-trigger span{color:var(--lime);font-size:19px}.dictionary-onboarding{z-index:46;background:#fff;border:1px solid #d7e0d8;border-radius:16px;width:min(310px,100vw - 32px);padding:18px 46px 18px 19px;animation:.22s ease-out both dictionary-onboarding-in;position:fixed;bottom:86px;right:24px;box-shadow:0 16px 45px #1122182e}.dictionary-onboarding:after{content:"";background:#fff;border-bottom:1px solid #d7e0d8;border-right:1px solid #d7e0d8;width:13px;height:13px;position:absolute;bottom:-7px;right:32px;transform:rotate(45deg)}.dictionary-onboarding>button{color:#536159;cursor:pointer;background:#f2f6f2;border:0;border-radius:50%;width:32px;height:32px;font-size:20px;position:absolute;top:9px;right:9px}.dictionary-onboarding strong{color:var(--ink);margin-bottom:5px;font-size:16px;display:block}.dictionary-onboarding p{color:#5b685f;margin:0;font-size:14px;line-height:1.55}@keyframes dictionary-onboarding-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.global-dictionary-backdrop{z-index:60;background:#121f171f;position:fixed;inset:0}.global-dictionary-dialog{background:#fff;border:1px solid #d4ddd6;border-radius:20px;width:min(420px,100vw - 48px);max-height:min(680px,100vh - 120px);position:absolute;bottom:84px;right:24px;overflow:auto;box-shadow:0 24px 70px #0e1f153d}.global-dictionary-dialog>header{z-index:2;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-start;gap:20px;padding:23px 24px 18px;display:flex;position:sticky;top:0}.global-dictionary-dialog>header .eyebrow{margin-bottom:9px}.global-dictionary-dialog>header h2{letter-spacing:-.04em;margin:0;font-size:24px}.global-dictionary-dialog>header>button{border:1px solid var(--line);color:#526159;cursor:pointer;background:#fff;border-radius:50%;flex:none;width:40px;height:40px;font-size:24px}.global-dictionary-search,.global-dictionary-term{padding:22px 24px 25px}.global-dictionary-search>label{color:#35443c;margin-bottom:8px;font-size:14px;font-weight:850;display:block}.global-dictionary-input{border:2px solid var(--green);border-radius:12px;align-items:center;gap:10px;height:52px;padding:0 14px;display:flex}.global-dictionary-input span{color:var(--green);font-size:20px}.global-dictionary-input input{width:100%;height:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:16px}.global-dictionary-guide{color:var(--muted);margin:9px 0 18px;font-size:13px}.global-dictionary-results{border-top:1px solid var(--line)}.global-dictionary-results>button{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);text-align:left;cursor:pointer;background:#fff;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px 3px;display:grid}.global-dictionary-results>button.active{background:#f3f7f3}.global-dictionary-results>button strong,.global-dictionary-results>button small{display:block}.global-dictionary-results>button strong{font-size:16px}.global-dictionary-results>button small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13px;line-height:1.5;overflow:hidden}.global-dictionary-results>button>b{color:var(--green);align-self:center}.global-dictionary-results>p{color:var(--muted);text-align:center;margin:0;padding:24px 4px}.global-dictionary-suggestions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.global-dictionary-suggestions>span{width:100%;color:var(--muted);margin-bottom:2px;font-size:13px}.global-dictionary-suggestions button{border:1px solid var(--line);color:#526159;cursor:pointer;background:#fff;border-radius:99px;min-height:38px;padding:0 12px;font-weight:750}.global-dictionary-definition{color:var(--ink);margin:0 0 18px;font-size:18px;font-weight:750;line-height:1.7}.global-dictionary-term>section{border-top:1px solid var(--line);padding:17px 0}.global-dictionary-term h3{margin:0 0 7px;font-size:15px}.global-dictionary-term>section p,.global-dictionary-term>aside p{color:#536159;margin:0;font-size:14px;line-height:1.7}.global-dictionary-term>aside{background:#f7fae9;border-radius:11px;padding:16px}.global-dictionary-term>aside strong{color:var(--green);margin-bottom:6px;font-size:13px;display:block}.global-dictionary-actions{flex-direction:column;gap:9px;margin-top:20px;display:flex}.global-dictionary-actions a,.global-dictionary-actions button{border:1px solid var(--line);color:#405047;cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:43px;padding:0 14px;font-size:14px;font-weight:850;display:flex}.global-dictionary-actions a:nth-child(2){border-color:var(--green);background:var(--green);color:#fff}.article-dictionary-links{border:1px solid var(--line);background:#f7faf7;border-radius:14px;margin-top:26px;padding:20px}.article-dictionary-links>strong{color:var(--ink);margin-bottom:12px;font-size:15px;display:block}.article-dictionary-links>div{flex-wrap:wrap;gap:8px;display:flex}.article-dictionary-links a{min-height:42px;color:var(--green);background:#fff;border:1px solid #d8e1d9;border-radius:99px;align-items:center;gap:9px;padding:0 13px;font-size:14px;font-weight:800;display:inline-flex}.home-dictionary-section{background:var(--ink);color:#fff;border-radius:22px;grid-template-columns:260px minmax(0,1fr) auto;align-items:center;gap:52px;max-width:1132px;margin:0 auto;padding:64px 48px;display:grid}.home-dictionary-section h2{letter-spacing:-.045em;margin:0;font-size:30px;line-height:1.35}.home-dictionary-section>div:nth-child(2)>p{color:#d4ded8;max-width:520px;margin:0;font-size:16px;line-height:1.75}.home-dictionary-section>div:nth-child(2)>p strong{color:var(--lime)}.home-dictionary-terms{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.home-dictionary-terms a{color:#fff;border:1px solid #fff3;border-radius:99px;padding:7px 11px;font-size:13px;font-weight:750}.home-dictionary-terms a:hover{border-color:var(--lime);color:var(--lime)}.home-dictionary-section>.button{white-space:nowrap}.tool-dictionary-links{border:1px solid var(--line);background:#f6f8f3;border-radius:18px;grid-template-columns:1fr 1fr;gap:60px;margin-top:70px;padding:32px;display:grid}.tool-dictionary-links h2{margin:0;font-size:25px}.tool-dictionary-links>div:first-child>p:not(.eyebrow){color:var(--muted);margin:10px 0 0;font-size:15px;line-height:1.7}.tool-dictionary-links>div:last-child{flex-direction:column;justify-content:center;display:flex}.tool-dictionary-links a{border-bottom:1px solid var(--line);color:#35443c;justify-content:space-between;gap:16px;padding:11px 2px;font-size:15px;font-weight:850;display:flex}.tool-dictionary-links a:hover{color:var(--green)}@media (max-width:1180px){.dictionary-container,.home-dictionary-section{margin-left:28px;margin-right:28px}}@media (max-width:920px){.dictionary-hero:after{font-size:82px}.dictionary-layout{grid-template-columns:1fr;gap:30px}.dictionary-mobile-search{border:1px solid var(--line);background:#f8f9f5;border-radius:16px;margin-bottom:26px;padding:22px;display:block}.dictionary-mobile-search .dictionary-search label>span{margin-top:0}.dictionary-sidebar{display:none}.home-dictionary-section{grid-template-columns:1fr 1fr;gap:32px}.home-dictionary-section>.button{width:max-content}.tool-dictionary-links{gap:35px}}@media (max-width:700px){.dictionary-container{margin-left:20px;margin-right:20px;padding-top:38px}.dictionary-hero:after{display:none}.dictionary-initials{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.dictionary-group{grid-template-columns:1fr;gap:15px;padding-top:28px}.dictionary-group>h2{font-size:24px;position:static}.dictionary-term-list summary{grid-template-columns:minmax(0,1fr) 22px;gap:12px}.dictionary-term-list summary em{display:none}.dictionary-term-list summary>span{flex-direction:column;gap:3px}.dictionary-term-list summary strong{font-size:19px}.dictionary-explanation-grid,.dictionary-related{grid-template-columns:1fr}.dictionary-definition{font-size:17px}.home-dictionary-section{grid-template-columns:1fr;gap:24px;margin:0 20px;padding:36px 26px}.home-dictionary-section h2{font-size:27px}.home-dictionary-section>.button{width:100%}.tool-dictionary-links{grid-template-columns:1fr;gap:22px;padding:24px}.dictionary-pagination{justify-content:flex-start;gap:4px;overflow-x:auto}.dictionary-pagination button{min-width:40px;padding:0 10px}.global-dictionary-trigger{min-height:46px;padding:0 15px;bottom:16px;right:16px}.dictionary-onboarding{width:min(280px,100vw - 32px);padding:15px 42px 15px 16px;bottom:76px;right:16px}.dictionary-onboarding strong{font-size:15px}.dictionary-onboarding p{font-size:13px}.global-dictionary-dialog{border-radius:20px 20px 0 0;width:100%;max-height:78vh;position:absolute;bottom:0;left:0;right:0}.global-dictionary-dialog>header{padding:20px 20px 16px}.global-dictionary-search,.global-dictionary-term{padding:20px}}
