*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #c2f711;--secondary-color: #5e5e5e;--dark-bg: #1a1a1a;--light-bg: #f8f9fa;--white: #ffffff;--text-dark: #333333;--text-light: #666666;--border-color: #e0e0e0;--success-color: #28a745;--warning-color: #ffc107;--danger-color: #dc3545;--shadow: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .15)}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{min-width:320px;overflow-x:hidden;background:var(--white);color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none;transition:all .3s ease}button{color:inherit}::selection{background:var(--primary-color);color:var(--text-dark)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.animated-bg{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;height:100vh;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.shape{position:absolute;opacity:.1;animation:float 20s infinite ease-in-out}.shape1{top:10%;left:10%;width:80px;height:80px;border-radius:50%;background:var(--primary-color)}.shape2{top:60%;left:80%;width:120px;height:120px;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;background:var(--secondary-color);animation-delay:2s}.shape3{top:80%;left:20%;width:100px;height:100px;border-radius:20px;background:var(--primary-color);animation-delay:4s;transform:rotate(45deg)}.shape4{top:30%;left:70%;width:60px;height:60px;border-radius:50%;background:var(--secondary-color);animation-delay:1s}.shape5{top:50%;left:5%;width:150px;height:150px;border-radius:50% 50% 0;background:var(--primary-color);animation-delay:3s}.shape6{top:15%;left:90%;width:90px;height:90px;border-radius:50%;background:var(--secondary-color);animation-delay:5s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-30px) rotate(5deg)}50%{transform:translateY(-60px) rotate(-5deg)}75%{transform:translateY(-30px) rotate(3deg)}}.site-header{position:sticky;z-index:1000;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding:0 max(20px,calc((100vw - 1160px)/2));background:var(--white);box-shadow:var(--shadow)}.brand{display:flex;align-items:center;gap:10px;color:var(--text-dark);font-size:1.5rem;font-weight:700}.brand svg{color:var(--primary-color)}.site-header nav{display:flex;align-items:center;gap:2rem}.site-header nav a{position:relative;padding:.5rem 0;color:var(--text-dark);font-size:.95rem;font-weight:500}.site-header nav a:after{position:absolute;bottom:0;left:0;width:0;height:2px;content:"";background:var(--primary-color);transition:width .3s ease}.site-header nav a:hover:after,.site-header nav a.active:after{width:100%}.header-cta{justify-self:end;padding:.6rem 1.5rem;border-radius:25px;background:var(--primary-color);color:var(--text-dark);font-size:.9rem;font-weight:600}.header-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.menu-button{display:none;flex-direction:column;gap:5px;border:0;background:none;cursor:pointer}.menu-button span{width:25px;height:3px;background:var(--text-dark)}.tool-shell{padding:4rem max(20px,calc((100vw - 1160px)/2));background:var(--white)}.tool-intro{text-align:center}.tool-intro h1{margin-bottom:1rem;color:var(--text-dark);font-size:2.5rem;font-weight:700;line-height:1.2}.tool-intro p{margin-bottom:3rem;color:var(--text-light);font-size:1.1rem}.tool-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.tool-tabs button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:2px solid transparent;border-radius:10px;background:var(--light-bg);cursor:pointer;font-weight:600;transition:all .3s ease}.tool-tabs button:hover{border-color:var(--primary-color);transform:translateY(-2px)}.tool-tabs button.active{border-color:var(--primary-color);background:var(--primary-color)}.tool-card{max-width:800px;margin:0 auto;border-radius:15px;background:var(--white);box-shadow:var(--shadow-lg)}.tool-panel{min-height:480px;padding:2rem;animation:fade-in .5s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.converter-heading h2{margin-bottom:.5rem;color:var(--text-dark);font-size:1.8rem;line-height:1.25}.converter-heading p{margin-bottom:2rem;color:var(--text-light)}.simple-form{display:flex;flex-direction:column;gap:1.5rem}.field{display:flex;min-width:0;flex-direction:column;gap:.5rem}.field>span,.mini-label{color:var(--text-dark);font-size:.95rem;font-weight:600}.field select,.field input,textarea{width:100%;min-height:52px;padding:.8rem 1rem;border:2px solid var(--border-color);border-radius:8px;background:var(--white);color:var(--text-dark);font-size:1rem;transition:all .3s ease}.field select:focus,.field input:focus,textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #c2f7111a;outline:none}.result-input{background:var(--light-bg)!important;font-weight:600}.convert-button,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.8rem 2rem;border:0;border-radius:30px;cursor:pointer;font-weight:600;transition:all .3s ease}.convert-button,.primary-button{background:var(--primary-color);color:var(--text-dark)}.convert-button{width:100%;margin-top:1rem}.convert-button:hover,.primary-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #c2f71166}.secondary-button{background:var(--secondary-color);color:var(--white)}.secondary-button:hover{background:#4a4a4a;transform:translateY(-3px);box-shadow:var(--shadow-lg)}.batch-list{display:grid;gap:1rem}.batch-row{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:1rem;align-items:end}.batch-row .field>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.remove-button{min-width:48px;height:52px;border:0;border-radius:8px;background:var(--danger-color);color:var(--white);cursor:pointer;font-size:1.4rem}.remove-button:disabled{opacity:.4;cursor:not-allowed}.batch-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.batch-convert{width:auto;margin-top:0}.parser-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.parser-column{display:flex;min-width:0;flex-direction:column;gap:1rem}.parser-column textarea{min-height:300px;resize:vertical;font-family:Courier New,monospace}.parser-column .primary-button{align-self:stretch}.parser-output{min-height:300px;padding:1.5rem;border:2px solid var(--border-color);border-radius:8px;background:var(--light-bg)}.parser-output pre{min-height:220px;overflow:auto;white-space:pre-wrap;color:var(--text-dark);font-family:Courier New,monospace;font-size:.82rem}.output-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.output-head p{color:var(--text-light);font-size:.75rem}.icon-text-button{display:inline-flex;align-items:center;gap:.4rem;border:0;background:transparent;color:var(--text-dark);cursor:pointer;font-weight:600}.icon-text-button:disabled{opacity:.35}.section-white{padding:4rem 0;background:var(--white)}.section-title{margin-bottom:1rem;color:var(--text-dark);font-size:2.5rem;font-weight:700;text-align:center}.section-subtitle{margin-bottom:3rem;color:var(--text-light);font-size:1.1rem;text-align:center}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.guide-card{display:flex;flex-direction:column;align-items:center;padding:2.25rem 1.75rem;border:1px solid var(--border-color);border-radius:16px;background:var(--white);box-shadow:var(--shadow);text-align:center;transition:all .3s ease}.guide-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.guide-icon{display:grid;place-items:center;width:60px;height:60px;margin-bottom:1.25rem;border-radius:50%;background:var(--primary-color);color:var(--dark-bg);font-size:1.5rem}.guide-card h3{margin-bottom:.75rem;color:var(--text-dark);font-size:1.25rem}.guide-card p{flex:1;margin-bottom:1.75rem;color:var(--text-light);font-size:.95rem}.guide-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.8rem 1.25rem;border:2px solid var(--dark-bg);border-radius:30px;background:var(--dark-bg);color:var(--white);font-weight:600}.guide-btn:hover{border-color:var(--primary-color);background:var(--primary-color);color:var(--text-dark);transform:translateY(-3px);box-shadow:0 6px 20px #c2f71166}.breadcrumbs{display:flex;align-items:center;gap:.65rem;padding-top:1.25rem;padding-bottom:.5rem;background:var(--white);color:var(--text-light);font-size:.9rem}.breadcrumbs a{color:#557000;font-weight:600}.breadcrumbs a:hover{text-decoration:underline}.page-heading{padding:1rem 0 3.5rem}.page-heading .breadcrumbs{padding-top:0}.page-heading-copy{max-width:900px;text-align:center}.page-heading h1{margin:1.25rem 0 1rem;color:var(--text-dark);font-size:2.75rem;line-height:1.2}.page-heading-copy>p{max-width:760px;margin:0 auto;color:var(--text-light);font-size:1.1rem}.page-heading-copy .page-byline{margin-top:1.25rem;color:var(--secondary-color);font-size:.84rem}.page-byline time{color:inherit}.content-guide{padding:4rem 0;background:var(--light-bg)}.content-block{margin-bottom:3rem;padding:3rem;border-radius:15px;background:var(--white);box-shadow:var(--shadow)}.content-block h2{margin-bottom:1.5rem;padding-left:1rem;border-left:5px solid var(--primary-color);color:var(--text-dark);font-size:2rem}.content-block h3{margin:1.5rem 0 .7rem;color:var(--text-dark);font-size:1.2rem}.content-block>p{margin-bottom:1rem;color:var(--text-light);line-height:1.8}.highlight-box{border:3px solid var(--primary-color);background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.formula-display{margin:1.5rem 0;padding:1.5rem;border-radius:10px;background:var(--white);box-shadow:var(--shadow);font-size:1.3rem;text-align:center}.example-list{list-style:none}.example-list li{margin-bottom:.5rem;padding:1rem;border-left:4px solid var(--primary-color);border-radius:8px;background:var(--white);color:var(--text-light)}.steps-list{counter-reset:step-counter;list-style:none}.steps-list li{position:relative;min-height:2rem;margin-bottom:1.5rem;padding-left:3rem;color:var(--text-light)}.steps-list li:before{position:absolute;top:0;left:0;display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;content:counter(step-counter);counter-increment:step-counter;background:var(--primary-color);color:var(--text-dark);font-weight:700}.example-box{margin:1.5rem 0;padding:1.5rem;border-left:4px solid var(--secondary-color);border-radius:10px;background:var(--white)}.example-box p{color:var(--text-light)}.text-link{color:#557000;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.text-link:hover{color:var(--text-dark)}.inline-cta{display:inline-flex;margin-top:1.25rem;color:#557000;font-weight:700}.inline-cta:hover{transform:translate(4px)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.content-list{display:grid;gap:.85rem;padding-left:1.35rem;color:var(--text-light)}.content-list li::marker{color:#7da300}.note-text{color:var(--text-light);font-size:.9rem}.related-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.related-links a{position:relative;display:flex;min-height:130px;flex-direction:column;padding:1.35rem 2.8rem 1.35rem 1.35rem;border:2px solid var(--border-color);border-radius:10px;background:var(--white)}.related-links a:hover{border-color:var(--primary-color);box-shadow:var(--shadow);transform:translateY(-3px)}.related-links strong{margin-bottom:.45rem;color:var(--text-dark)}.related-links span{color:var(--text-light);font-size:.9rem}.related-links b{position:absolute;right:1.25rem;bottom:1.1rem;color:#557000}.contact-card{border:2px solid var(--primary-color)}.not-found{min-height:65vh}.not-found .content-block{max-width:800px;margin:0 auto;text-align:center}.not-found .content-block h1{margin-bottom:1rem;font-size:2.5rem}.not-found .content-block>p{color:var(--text-light)}.not-found .error-code{margin-bottom:0!important;color:#7da300!important;font-size:4rem;font-weight:800;line-height:1}.table-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0}.table-card{overflow-x:auto;padding:1.5rem;border-radius:10px;background:var(--white);box-shadow:var(--shadow);transition:all .3s ease}.table-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.table-card h3{margin:0 0 1rem;font-size:1.3rem;text-align:center}.conversion-table{width:100%;border-collapse:collapse}.conversion-table thead{background:var(--primary-color)}.conversion-table th,.conversion-table td{padding:.8rem;text-align:left}.conversion-table td{border-bottom:1px solid var(--border-color)}.conversion-table tbody tr:hover{background:var(--light-bg)}.ingredient-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:2rem 0}.ingredient-card{padding:1.5rem;border-radius:10px;background:var(--white);box-shadow:var(--shadow);text-align:center;transition:all .3s ease}.ingredient-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.ingredient-icon{display:block;margin-bottom:.7rem;color:var(--primary-color);font-size:2.25rem}.ingredient-card h3{margin:0 0 .5rem;font-size:1rem}.ingredient-card .density{margin:.5rem 0;color:#7da300;font-size:1.2rem;font-weight:700}.ingredient-card .note{margin:0;color:var(--text-light);font-size:.82rem}.tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.tip-card{padding:1.5rem;border-radius:10px;background:var(--white);box-shadow:var(--shadow);text-align:center;transition:all .3s ease}.tip-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.tip-card>span{color:#7da300;font-size:2.5rem}.tip-card h3{margin:.5rem 0}.tip-card p{color:var(--text-light)}.faq-container{margin-top:2rem}.faq-item{margin-bottom:1rem;overflow:hidden;border:2px solid var(--border-color);border-radius:10px;background:var(--white);transition:border-color .3s ease}.faq-item:hover{border-color:var(--primary-color)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;cursor:pointer;color:var(--text-dark);font-size:1.05rem;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{color:#7da300}.faq-item p{padding:0 1.5rem 1.5rem;color:var(--text-light);line-height:1.8}.blog-section{padding:5rem 0;border-top:1px solid #ececec}.page-heading+.blog-section{background:var(--light-bg)}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.section-heading-row>div{max-width:760px}.section-kicker{margin-bottom:.55rem;color:#638300;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-heading-row .section-title,.section-heading-row .section-subtitle{margin-bottom:0;text-align:left}.section-heading-row .section-title{font-size:2.35rem;line-height:1.15}.section-heading-row .section-subtitle{margin-top:.8rem}.section-view-all{display:inline-flex;flex:0 0 auto;align-items:center;gap:.55rem;padding-bottom:.35rem;border-bottom:2px solid var(--primary-color);font-weight:700}.section-view-all:hover{gap:.8rem}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.blog-card{min-width:0;overflow:hidden;border:1px solid var(--border-color);border-radius:16px;background:var(--white);box-shadow:0 4px 16px #0000000f;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.blog-card-featured{grid-column:span 2}.blog-card:hover{border-color:#a6d600;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.blog-card-image{position:relative;display:block;overflow:hidden;aspect-ratio:3 / 2;background:#ececec}.blog-card-featured .blog-card-image{aspect-ratio:2 / 1}.blog-card-image:after{position:absolute;inset:auto 0 0;height:4px;content:"";background:var(--primary-color);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.blog-card:hover .blog-card-image:after{transform:scaleX(1)}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.blog-card:hover .blog-card-image img{transform:scale(1.025)}.blog-card-content{display:flex;min-height:270px;flex-direction:column;padding:1.5rem}.blog-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.85rem;color:var(--text-light);font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.blog-card-meta span:first-child{color:#638300}.blog-card h3{margin-bottom:.8rem;font-size:1.32rem;line-height:1.3}.blog-card h3 a:hover{color:#638300}.blog-card-content>p{flex:1;margin-bottom:1.25rem;color:var(--text-light);font-size:.93rem;line-height:1.7}.blog-card-link{display:inline-flex;align-items:center;gap:.45rem;align-self:flex-start;color:var(--text-dark);font-weight:700}.blog-card-link span{color:#638300;transition:transform .2s ease}.blog-card-link:hover span{transform:translate(4px)}.blog-article{background:var(--light-bg)}.article-header{padding:2.5rem 0 3rem}.article-header-copy{max-width:940px;text-align:center}.article-eyebrow{display:flex;justify-content:center;gap:.55rem;margin-bottom:1.25rem;color:#638300;font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.article-header h1{max-width:900px;margin:0 auto 1.2rem;font-size:clamp(2.25rem,5vw,4.2rem);line-height:1.06;letter-spacing:-.035em}.article-dek{max-width:760px;margin:0 auto;color:var(--text-light);font-size:1.12rem;line-height:1.75}.article-byline{margin-top:1.35rem;color:var(--secondary-color);font-size:.85rem}.article-byline a{color:var(--text-dark);font-weight:700}.article-cover-wrap{position:relative;z-index:1;margin-top:-.5rem}.article-cover{max-width:1080px;margin:0 auto;overflow:hidden;border:8px solid var(--white);border-radius:18px;background:var(--white);box-shadow:var(--shadow-lg)}.article-cover img{display:block;width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover}.article-cover figcaption{padding:.7rem .85rem .2rem;color:var(--text-light);font-size:.75rem;text-align:center}.article-shell{display:grid;grid-template-columns:230px minmax(0,760px);justify-content:center;gap:3.5rem;padding-top:4rem;padding-bottom:5rem}.article-contents{position:sticky;top:98px;align-self:start;padding:1.25rem 0 1.25rem 1.25rem;border-left:3px solid var(--primary-color)}.article-contents>p{margin-bottom:.7rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.article-contents ol{display:grid;gap:.65rem;padding-left:1.15rem;color:var(--text-light);font-size:.82rem;line-height:1.45}.article-contents>a{display:inline-flex;gap:.35rem;margin-top:1.2rem;color:#557000;font-size:.84rem;font-weight:800}.article-body{min-width:0}.article-introduction{padding-bottom:1.25rem}.article-introduction p{margin-bottom:1.25rem;color:#484848;font-size:1.08rem;line-height:1.9}.article-introduction p:first-child:first-letter{float:left;margin:.12rem .45rem 0 0;color:var(--text-dark);font-size:3.9rem;font-weight:800;line-height:.82}.truth-box{margin:1.5rem 0 3.5rem;overflow:hidden;border:2px solid var(--primary-color);border-radius:14px;background:var(--white)}.truth-box-heading{display:flex;align-items:center;gap:.65rem;padding:1rem 1.25rem;background:var(--primary-color)}.truth-box-heading span{display:grid;place-items:center;width:25px;height:25px;border:2px solid var(--dark-bg);border-radius:50%;font-weight:800}.truth-box-heading h2{font-size:1.2rem}.truth-box dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.truth-box dl div{padding:1.15rem 1.25rem;border-top:1px solid var(--border-color)}.truth-box dl div:nth-child(odd){border-right:1px solid var(--border-color)}.truth-box dt{margin-bottom:.3rem;color:var(--text-dark);font-size:.86rem;font-weight:800}.truth-box dd{color:var(--text-light);font-size:.86rem;line-height:1.6}.article-section{margin-bottom:3.75rem}.article-section>h2,.article-conclusion>h2{margin-bottom:1.25rem;color:var(--text-dark);font-size:2rem;line-height:1.25;letter-spacing:-.02em}.article-section>h2:after{display:block;width:52px;height:4px;margin-top:.75rem;content:"";background:var(--primary-color)}.article-section>p{margin-bottom:1.15rem;color:#555;font-size:1rem;line-height:1.9}.article-steps{display:grid;gap:1rem;margin:1.6rem 0;padding:0;counter-reset:article-step;list-style:none}.article-steps li{display:grid;grid-template-columns:40px minmax(0,1fr);gap:1rem;padding:1.1rem;border:1px solid var(--border-color);border-radius:10px;background:var(--white)}.article-steps li:before{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;content:counter(article-step);counter-increment:article-step;background:var(--primary-color);font-weight:800}.article-steps h3{margin-bottom:.25rem;font-size:1rem}.article-steps p{color:var(--text-light);font-size:.9rem;line-height:1.65}.article-table-wrap{margin:2rem 0;overflow-x:auto;border:1px solid var(--border-color);border-radius:12px;background:var(--white);box-shadow:var(--shadow)}.article-table{width:100%;border-collapse:collapse}.article-table caption{padding:1rem 1.2rem;background:var(--dark-bg);color:var(--white);font-size:.95rem;font-weight:700;text-align:left}.article-table thead{background:var(--primary-color)}.article-table th,.article-table td{padding:.85rem 1rem;border-bottom:1px solid var(--border-color);text-align:left}.article-table th{color:var(--text-dark);font-size:.8rem}.article-table td{color:var(--text-light);font-size:.86rem}.misconception-grid{display:grid;gap:.85rem}.misconception-grid>div{position:relative;padding:1.15rem 1.2rem 1.15rem 3.5rem;border-left:4px solid var(--primary-color);background:var(--white);box-shadow:var(--shadow)}.misconception-grid>div:before{position:absolute;top:1rem;left:1rem;content:"×";color:#7da300;font-size:1.7rem;font-weight:800}.misconception-grid h3{margin-bottom:.25rem;font-size:1rem}.misconception-grid p{color:var(--text-light);font-size:.9rem;line-height:1.65}.article-faq .faq-container{margin-top:1.25rem}.article-conclusion{margin-bottom:3.25rem;padding:2rem;border:3px solid var(--primary-color);border-radius:14px;background:var(--white)}.article-conclusion p:not(.section-kicker){color:var(--text-light);line-height:1.85}.article-cta{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.25rem;padding:.75rem 1.25rem;border-radius:30px;background:var(--primary-color);font-weight:800}.article-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c2f71159}.article-sources{padding-top:1.5rem;border-top:1px solid var(--border-color)}.article-sources h2{margin-bottom:.8rem;font-size:1.05rem}.article-sources ul{display:grid;gap:.45rem;padding-left:1.2rem}.article-sources li{color:var(--text-light);font-size:.82rem}.article-sources a{color:#557000;text-decoration:underline;text-underline-offset:2px}footer{padding:3rem 0 1rem;background:var(--dark-bg);color:var(--white)}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:.3rem;color:var(--white);font-size:1.5rem;font-weight:700}.footer-logo svg{color:var(--primary-color)}.footer-column>p{max-width:28rem;color:#b0b0b0;line-height:1.8}.footer-column h2{margin-bottom:.3rem;color:var(--primary-color);font-size:1.2rem}.footer-column>a:not(.footer-logo){color:#b0b0b0}.footer-column>a:not(.footer-logo):hover{padding-left:5px;color:var(--primary-color)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--secondary-color);color:#b0b0b0;text-align:center}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 900px){.site-header{grid-template-columns:1fr auto;padding-inline:20px}.site-header nav{position:fixed;top:72px;left:-100%;display:flex;width:100%;height:calc(100vh - 72px);flex-direction:column;padding:2rem;background:var(--white);box-shadow:var(--shadow-lg);transition:left .3s ease}.site-header nav.open{left:0}.header-cta{display:none}.menu-button{display:flex}.guide-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-card-featured{grid-column:span 2}.article-shell{grid-template-columns:1fr;gap:1.5rem}.article-contents{position:static;display:none}.ingredient-grid{grid-template-columns:repeat(2,1fr)}.related-links{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.tool-shell{padding-block:3rem}.tool-tabs{flex-direction:column}.tool-tabs button{width:100%;justify-content:center}.batch-row{grid-template-columns:1fr}.batch-row .field>span{position:static;width:auto;height:auto;overflow:visible;clip:auto}.batch-actions{flex-direction:column}.batch-actions>button{width:100%}.parser-grid,.table-grid,.tips-grid{grid-template-columns:1fr}.section-heading-row{align-items:flex-start;flex-direction:column}.blog-grid{grid-template-columns:1fr}.blog-card-featured{grid-column:auto}.blog-card-featured .blog-card-image{aspect-ratio:3 / 2}.blog-card-content{min-height:0}.article-header{padding-top:1.75rem}.article-header h1{font-size:2.45rem}.article-shell{padding-top:2.5rem}.truth-box dl{grid-template-columns:1fr}.truth-box dl div:nth-child(odd){border-right:0}.article-section>h2,.article-conclusion>h2{font-size:1.65rem}.tool-panel,.content-block{padding:1.5rem}.section-title,.tool-intro h1{font-size:2rem}.page-heading h1{font-size:2.15rem}.footer-grid{grid-template-columns:1fr}}@media (max-width: 480px){.brand{font-size:1.15rem}.tool-shell{padding:2.5rem 12px}.tool-intro p{margin-bottom:2rem;font-size:.95rem}.tool-panel{min-height:0;padding:1rem}.converter-heading h2{font-size:1.5rem}.content-block{padding:1rem}.content-block h2{font-size:1.5rem}.blog-section{padding:3.5rem 0}.section-heading-row .section-title{font-size:1.85rem}.article-header h1{font-size:2.1rem}.article-dek{font-size:1rem}.article-cover{border-width:4px;border-radius:12px}.article-introduction p:first-child:first-letter{float:none;margin:0;font-size:inherit;line-height:inherit}.article-steps li{grid-template-columns:34px minmax(0,1fr);padding:.9rem}.article-steps li:before{width:32px;height:32px}.article-conclusion{padding:1.3rem}.ingredient-grid{grid-template-columns:1fr}}
