:root{--primary:#059669;--primary-light:#10b981;--primary-dark:#047857;--accent:#0d9488;--bg:#fff;--bg-alt:#f9fafb;--bg-card:#fff;--border:#e5e7eb;--text:#111827;--text-muted:#6b7280;--text-inverse:#fff;--radius:.5rem;--radius-lg:.75rem;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--header-h:64px;--max-w:1200px;--color-salud:#dc2626;--color-salud-light:#fef2f2;--color-conversores:#063062;--color-conversores-light:#e8eef6;--color-generadores:#7c3aed;--color-generadores-light:#f5f3ff}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0f172a;--bg-alt:#1e293b;--bg-card:#1e293b;--border:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--text-inverse:#0f172a;--shadow-sm:0 1px 2px #0000004d;--shadow:0 1px 3px #0006, 0 1px 2px #0000004d;--shadow-md:0 4px 6px #0006, 0 2px 4px #0000004d;--color-salud:#f87171;--color-salud-light:#3b0d1a;--color-conversores:#5b8abf;--color-conversores-light:#0a1a30;--color-generadores:#a78bfa;--color-generadores-light:#1e1340}}:root[data-theme=dark]{--bg:#0f172a;--bg-alt:#1e293b;--bg-card:#1e293b;--border:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--text-inverse:#0f172a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--text);background:var(--bg);min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6}img,svg{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font:inherit}input,textarea,button{font:inherit}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1rem}main{padding-block:2rem}.section{padding-block:2.5rem}.section__title{color:var(--text);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.section__sub{color:var(--text-muted);margin-bottom:1.5rem}.section__more{text-align:center;margin-top:1.5rem}.btn{border-radius:var(--radius);align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn--primary{background:var(--primary);color:var(--text-inverse)}.btn--primary:hover{background:var(--primary-dark);text-decoration:none}.btn--ghost{color:var(--primary);border:1px solid var(--border);background:0 0}.btn--ghost:hover{background:var(--bg-alt);text-decoration:none}.btn--sm{padding:.4rem .875rem;font-size:.875rem}.btn--block{width:100%}.tag{background:var(--bg-alt);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}.page-title{margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1.2}.page-title--article{font-size:2.25rem}.page-title--tool{font-size:1.875rem}.prose{max-width:72ch}.prose h2{margin:2rem 0 .75rem;font-size:1.5rem;font-weight:700}.prose h3{margin:1.5rem 0 .5rem;font-size:1.25rem;font-weight:600}.prose p{margin-bottom:1rem}.prose ul,.prose ol{margin-bottom:1rem;padding-left:1.5rem}.prose li{margin-bottom:.35rem}.prose table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.9rem}.prose th,.prose td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem .75rem}.prose th{background:var(--bg-alt);font-weight:600}.prose code{background:var(--bg-alt);border-radius:3px;padding:.15rem .35rem;font-size:.875em}.prose blockquote{border-left:3px solid var(--primary);color:var(--text-muted);margin-bottom:1rem;padding:.75rem 1rem;font-style:italic}.prose strong{font-weight:700}.prose em{font-style:italic}.prose img{border-radius:var(--radius);margin-bottom:1rem}.lead{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.125rem}.header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);position:sticky;top:0}.header__inner{height:var(--header-h);align-items:center;gap:1.5rem;display:flex}.header__logo{color:var(--text);flex-shrink:0;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.header__logo:hover{text-decoration:none}.header__logo-icon{flex-shrink:0}.header__actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.header__nav{align-items:center;gap:.25rem;display:flex}.header__nav-link{border-radius:var(--radius);color:var(--text-muted);white-space:nowrap;padding:.35rem .7rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s}.header__nav-link:hover{color:var(--primary);background:var(--bg-alt);text-decoration:none}.header__nav-link--active{color:var(--primary);background:var(--bg-alt);font-weight:600}.header__menu-btn{color:var(--text);background:0 0;border:none;padding:.5rem;display:none}.header__search{padding:.5rem 0 .75rem}@media (width<=768px){.header__nav{top:var(--header-h);background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);z-index:100;flex-direction:column;gap:.25rem;padding:1rem;display:none;position:absolute;left:0;right:0}.header__nav--open{display:flex}.header__menu-btn{display:block}.header__inner{position:relative}}.lang-toggle{border:1px solid var(--border);border-radius:var(--radius);font-size:.75rem;font-weight:600;display:flex;overflow:hidden}.lang-toggle__btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.3rem .6rem;transition:all .15s;display:flex}.lang-toggle__btn:hover{background:var(--bg-alt)}.lang-toggle__btn--active{background:var(--primary);color:var(--text-inverse)}.lang-toggle__btn span{font-size:.7rem}.header__lang{gap:.25rem;display:flex}.header__lang-btn{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;background:0 0;padding:.35rem .5rem;font-size:1rem;transition:all .15s}.header__lang-btn:hover{background:var(--bg-alt)}.header__lang-btn[aria-pressed=true]{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#063062 0%,#041f3d 100%);padding:3.5rem 0 3rem}.hero__title{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.15}.hero__highlight{color:#93b4d8;font-style:normal}.hero__subtitle{opacity:.92;margin-inline:auto;max-width:640px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.hero__actions .btn--primary{color:#063062;background:#fff}.hero__actions .btn--primary:hover{background:#e8eef6}.hero__actions .btn--ghost{color:#fff;border-color:#ffffff80}.hero__actions .btn--ghost:hover{background:#ffffff26}@media (width<=640px){.hero__title{font-size:1.75rem}}.category-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.category-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);align-items:flex-start;gap:1rem;padding:1.25rem;text-decoration:none;transition:box-shadow .15s,border-color .15s;display:flex}.category-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);text-decoration:none}.category-card__icon{flex-shrink:0;font-size:2rem;line-height:1}.category-card__title{color:var(--text);margin-bottom:.25rem;font-size:1rem;font-weight:700}.category-card__desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.tool-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.tool-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);transition:box-shadow .15s,border-color .15s;overflow:hidden}.tool-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light)}.tool-card__link{color:var(--text);gap:1rem;padding:1.25rem;text-decoration:none;display:flex}.tool-card__link:hover{text-decoration:none}.tool-card__icon{flex-shrink:0;font-size:2.25rem;line-height:1}.tool-card__title{color:var(--text);margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.tool-card__desc{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.tool-card__footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.tool-card__category{text-transform:capitalize;color:var(--primary);font-size:.75rem;font-weight:600}.tool-card__arrow{color:var(--primary);font-weight:700;transition:transform .15s}.tool-card__link:hover .tool-card__arrow{transform:translate(3px)}.article-header__excerpt{color:var(--text-muted);background:var(--bg-alt);border-left:3px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;margin:.75rem 0 0;padding:.75rem 1rem;font-size:.95rem;line-height:1.6}.article-grid{gap:1.25rem;display:grid}.article-grid--columns-2{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.article-grid--columns-3{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.article-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);transition:box-shadow .15s,border-color .15s;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light)}.article-card__link{color:var(--text);padding:1.25rem;text-decoration:none;display:block}.article-card__link:hover{text-decoration:none}.article-card__meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.article-card__category{text-transform:uppercase;letter-spacing:.05em;background:var(--bg-alt);color:var(--primary);border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.article-card__date{color:var(--text-muted);font-size:.8rem}.article-card__title{margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.3}.article-card__excerpt{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.article-card__reading{color:var(--text-muted);font-size:.75rem}.footer{background:var(--bg-alt);border-top:1px solid var(--border);padding:2.5rem 0 1rem}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer__brand-name{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:700;display:flex}.footer__brand-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.footer__heading{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.footer__links{flex-direction:column;gap:.35rem;display:flex}.footer__link{color:var(--text-muted);font-size:.85rem;text-decoration:none}.footer__link:hover{color:var(--primary);text-decoration:none}.footer__bottom{border-top:1px solid var(--border);color:var(--text-muted);text-align:center;padding-top:1rem;font-size:.8rem}@media (width<=768px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.footer__grid{grid-template-columns:1fr}}.breadcrumbs{margin-bottom:1rem}.breadcrumbs__list{color:var(--text-muted);flex-wrap:wrap;gap:.35rem;font-size:.8rem;list-style:none;display:flex}.breadcrumbs__item:after{content:"›";color:var(--border);margin-left:.35rem}.breadcrumbs__item:last-child:after{display:none}.breadcrumbs__link{color:var(--text-muted);text-decoration:none}.breadcrumbs__link:hover{color:var(--primary);text-decoration:none}.breadcrumbs__current{color:var(--text);font-weight:500}.faq{margin-top:2rem}.faq__title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.faq__item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem;overflow:hidden}.faq__question{cursor:pointer;background:var(--bg-card);padding:.9rem 1rem;font-size:.95rem;font-weight:600;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question:before{content:"+ ";color:var(--primary);font-weight:700}details[open]>.faq__question:before{content:"− "}.faq__answer{color:var(--text-muted);padding:0 1rem 1rem;font-size:.9rem;line-height:1.6}.search-bar{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.5rem;max-width:560px;padding:.35rem .75rem;display:flex}.search-bar__icon{color:var(--text-muted);flex-shrink:0}.search-bar__input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.9rem}.search-bar__input::placeholder{color:var(--text-muted)}.search-bar__submit{background:var(--primary);color:var(--text-inverse);border-radius:var(--radius);border:none;padding:.3rem .7rem;font-size:.8rem;font-weight:600}.page-search{padding-top:2rem}.search-results{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.search-result-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text);padding:1rem;text-decoration:none;transition:box-shadow .15s,border-color .15s;display:block}.search-result-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);text-decoration:none}.search-result-card__category{text-transform:uppercase;color:var(--primary);margin-bottom:.25rem;font-size:.7rem;font-weight:700;display:block}.search-result-card__title{margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.search-result-card__desc{color:var(--text-muted);font-size:.85rem}.search-empty{color:var(--text-muted);margin-top:1.5rem}.page-error{text-align:center;padding:4rem 1rem}.page-error__text{color:var(--text-muted);margin:1rem 0 2rem;max-width:50ch;margin-inline:auto}.page-simple{padding-top:1.5rem}.page-simple .lead{max-width:70ch}.tool-widget{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);margin-bottom:1.5rem;padding:1.5rem}.tool-widget__form{margin-bottom:1rem}.tool-widget__grid{gap:1rem;display:grid}.tool-widget__grid--2{grid-template-columns:1fr 1fr}@media (width<=560px){.tool-widget__grid--2{grid-template-columns:1fr}}.tool-widget__field{flex-direction:column;gap:.35rem;display:flex}.tool-widget__label{color:var(--text);font-size:.85rem;font-weight:600}.tool-widget__control{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);align-items:center;transition:border-color .15s;display:flex;overflow:hidden}.tool-widget__control:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px #06306226}.tool-widget__adorn{color:var(--text-muted);background:var(--bg-alt);border-right:1px solid var(--border);user-select:none;align-items:center;height:100%;padding:0 .6rem;font-size:.9rem;display:flex}.tool-widget__input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.55rem .75rem;font-size:1rem}.tool-widget__input--textarea{resize:vertical;min-height:120px}.tool-widget__actions{gap:.75rem;margin-top:1rem;display:flex}.tool-widget__result{margin-top:1rem}.tool-widget__error{color:#dc2626;border-radius:var(--radius);background:#fef2f2;border:1px solid #fecaca;margin-bottom:.75rem;padding:.6rem .8rem;font-size:.9rem;font-weight:500}.tool-widget__success{color:var(--primary-dark);border-radius:var(--radius);text-align:center;background:#ecfdf5;border:1px solid #a7f3d0;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.tool-widget__note{color:var(--text-muted);margin-top:1rem;font-size:.8rem;font-style:italic}.tool-widget__details{border:1px solid var(--border);border-radius:var(--radius);margin-top:1rem;overflow:hidden}.tool-widget__details-summary{cursor:pointer;background:var(--bg-alt);padding:.75rem 1rem;font-size:.9rem;font-weight:600;list-style:none}.tool-widget__details-summary::-webkit-details-marker{display:none}.tool-widget__table{border-collapse:collapse;width:100%;font-size:.85rem}.tool-widget__table th,.tool-widget__table td{text-align:right;border-bottom:1px solid var(--border);padding:.5rem .75rem}.tool-widget__table th{background:var(--bg-alt);text-align:right;font-size:.8rem;font-weight:600}.tool-widget__table td:first-child,.tool-widget__table th:first-child{text-align:left}.tool-widget__table-row--last{background:var(--bg-alt);font-weight:700}.tool-widget__table-wrap{margin-bottom:.75rem;overflow-x:auto}.tool-widget__subtitle{color:var(--text);margin:1.25rem 0 .5rem;font-size:.9rem;font-weight:700}.tool-widget__zones{gap:.4rem;margin:0 0 .5rem;padding:0;list-style:none;display:grid}.tool-widget__zone{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:baseline;gap:.75rem;padding:.6rem .75rem;font-size:.9rem;display:flex}.tool-widget__zone span{color:var(--text-muted);white-space:nowrap;font-size:.8rem}@media (width<=480px){.tool-widget__zone{flex-direction:column;gap:.15rem}}.tool-widget__uuids{counter-reset:uuid;gap:.35rem;margin:0 0 .5rem;padding:0;list-style:none;display:grid}.tool-widget__uuids li{counter-increment:uuid;align-items:center;gap:.5rem;display:flex}.tool-widget__uuids li:before{content:counter(uuid);color:var(--text-muted);text-align:right;min-width:2ch;font-size:.7rem;font-weight:700}.tool-widget__uuids code{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);word-break:break-all;flex:1;padding:.4rem .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;overflow-x:auto}.tool-widget__select{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);outline:none;padding:.55rem .75rem;font-size:1rem;transition:border-color .15s}.tool-widget__select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #06306226}.tool-widget__textarea{width:100%;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);resize:vertical;outline:none;min-height:6rem;padding:.6rem .75rem;font-family:inherit;font-size:1rem;transition:border-color .15s}.tool-widget__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px #06306226}.tool-widget__adorn--right{border-right:none;border-left:1px solid var(--border)}.tool-widget__color{cursor:pointer;background:0 0;border:none;width:2.6rem;height:2.1rem;padding:0}.tool-widget__segmented{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);display:inline-flex;overflow:hidden}.tool-widget__segment{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem .9rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.tool-widget__segment:hover{color:var(--text)}.tool-widget__segment.is-active{background:var(--primary);color:#fff}.tool-widget__range,.tool-widget__toggles{align-items:center;gap:.75rem;display:flex}.tool-widget__toggles{flex-wrap:wrap;gap:.5rem 1.25rem}.tool-widget__range-input{accent-color:var(--primary);flex:1;min-width:0}.tool-widget__range-value{text-align:center;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);min-width:2.5ch;padding:.15rem .6rem;font-size:1.1rem;font-weight:700}.tool-widget__check{color:var(--text);cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:inline-flex}.tool-widget__check input{accent-color:var(--primary);width:1rem;height:1rem;margin:0}.tool-widget__swatch{border-radius:var(--radius);border:1px solid var(--border);height:4rem;margin-bottom:.75rem}.tool-widget__codestack{gap:.4rem;margin-bottom:.6rem;display:grid}.tool-widget__coderow{align-items:center;gap:.5rem;display:flex}.tool-widget__coderow code{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);flex:1;min-width:0;padding:.45rem .6rem;font-size:.85rem;overflow-x:auto}.tool-widget__coderow-label{min-width:2.75rem;color:var(--text-muted);text-transform:uppercase;font-size:.78rem;font-weight:700}.tool-widget__copied{color:var(--primary);white-space:nowrap;font-size:.75rem;font-weight:600}.tool-widget__qr{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);justify-content:center;margin-bottom:.5rem;padding:1rem;display:flex}.tool-widget__qr svg{background:#fff;max-width:100%;height:auto}.tool-widget__qr-content{color:var(--text-muted);word-break:break-all;font-size:.8rem}.tool-widget__password{word-break:break-all;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.6rem;padding:.8rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.05rem}.tool-widget__strength{color:var(--primary-dark);font-size:.9rem;font-weight:600}.tool-widget__progress{background:var(--bg-alt);border:1px solid var(--border);border-radius:999px;height:.75rem;margin-top:.5rem;overflow:hidden}.tool-widget__progress-bar{background:var(--primary);height:100%;transition:width .3s}.tool-widget__conversion{text-align:center;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);word-break:break-word;padding:1rem;font-size:1.35rem;font-weight:800}.tool-widget__conversion-eq{color:var(--text-muted);word-break:break-word;margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.tool-widget-wrapper,.tool-content{max-width:700px}.result-stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem;display:grid}@media (width<=560px){.result-stats{grid-template-columns:1fr}}.result-stat{text-align:center;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-alt);padding:1rem}.result-stat__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.result-stat__value{color:var(--text);font-size:1.35rem;font-weight:800;display:block}.result-stat__unit{color:var(--text-muted);margin-top:.15rem;font-size:.72rem;display:block}.result-stat--needs{border-left:3px solid #f59e0b}.result-stat--wants{border-left:3px solid #8b5cf6}.result-stat--savings{border-left:3px solid var(--primary)}.budget-bar{border-radius:var(--radius);border:1px solid var(--border);height:2.25rem;margin-bottom:1rem;display:flex;overflow:hidden}.budget-bar__segment{color:var(--text-inverse);justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:width .3s;display:flex}.budget-bar__segment--needs{background:#f59e0b}.budget-bar__segment--wants{background:#8b5cf6}.budget-bar__segment--savings{background:var(--primary)}.budget-bar__pct{font-size:.8rem}.tool-cta{border:1px solid var(--primary);border-radius:var(--radius-lg);background:#ecfdf5;margin-bottom:2rem;padding:1.25rem}.tool-cta__label{color:var(--primary-dark);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.tool-cta__btn{color:var(--primary-dark);align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:inline-flex}.tool-cta__btn:hover{text-decoration:none}.tool-cta__arrow{transition:transform .15s}.tool-cta__btn:hover .tool-cta__arrow{transform:translate(3px)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .tool-cta{background:#064e3b;border-color:#047857}:root:not([data-theme=light]) .tool-cta__label,:root:not([data-theme=light]) .tool-cta__btn{color:#a7f3d0}}:root[data-theme=dark] .tool-cta{background:#064e3b;border-color:#047857}:root[data-theme=dark] .tool-cta__label,:root[data-theme=dark] .tool-cta__btn{color:#a7f3d0}.related{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.tool-disclaimer{border-radius:var(--radius);color:#92400e;background:#fffbeb;border:1px solid #fde68a;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.article-disclaimer{border-radius:var(--radius);background:var(--bg-alt);color:var(--text-muted);border:1px solid var(--border);margin:2rem 0 1rem;padding:.75rem 1rem;font-size:.85rem}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .tool-disclaimer{color:#fef3c7;background:#78350f;border-color:#92400e}}:root[data-theme=dark] .tool-disclaimer{color:#fef3c7;background:#78350f;border-color:#92400e}.ad-slot{text-align:center;background:var(--bg-alt);border-radius:var(--radius);margin:2rem 0;padding:1rem}.ad-slot__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem}.ad-slot__ins{margin-inline:auto}.page-tool{padding-top:1.5rem}.page-tool__header{margin-bottom:1.5rem}.page-tool__icon{margin-bottom:.5rem;font-size:3rem;display:block}.page-tool__short{color:var(--text-muted);max-width:65ch;font-size:1.05rem}.tool-ad{margin-top:2rem}.page-category{padding-top:1.5rem}.page-category__header{margin-bottom:2rem}.page-category__icon{margin-bottom:.5rem;font-size:3rem;display:block}.page-category__desc{color:var(--text-muted);max-width:65ch;font-size:1.05rem}.page-article{padding-top:1.5rem}.page-article__header{margin-bottom:2rem}.page-article__category{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.page-article__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;font-size:.85rem;display:flex}.page-article__tags{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.contact-form{max-width:540px;margin-top:1.5rem}.contact-form__field{margin-bottom:1rem}.contact-form__note{color:var(--text-muted);margin-top:1rem;font-size:.8rem;font-style:italic}
