:root{color:#18302b;background:#f5f2e9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;--ink: #173f35;--muted: #60736d;--paper: #fffdf7;--lime: #d9f36a;--line: #d8ddd4;--danger: #a4312d;--shadow: 0 18px 50px rgba(25, 56, 48, .09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit}button,input{font:inherit}button{cursor:pointer}.site-header,footer{max-width:1180px;margin:auto;padding:24px 28px;display:flex;align-items:center;justify-content:space-between}.site-header nav,footer nav{display:flex;gap:24px}.site-header nav a,footer nav a{color:#50645e;text-decoration:none;font-size:.92rem}.site-header nav a:hover,footer nav a:hover{color:var(--ink)}.brand{display:inline-flex;gap:9px;align-items:center;font:800 1.15rem ui-sans-serif,system-ui,sans-serif;text-decoration:none;letter-spacing:-.03em}.brand span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;color:#f8f8e9;background:var(--ink)}.brand.small{font-size:1rem}main{min-height:calc(100vh - 170px)}.tool-hero,.home-hero,.dashboard,.empty{max-width:900px;margin:0 auto;padding:72px 28px 76px;text-align:center}.eyebrow{color:#597166;font-size:.75rem;font-weight:700;letter-spacing:.18em;margin:0 0 18px}h1,h2,h3{font-family:ui-sans-serif,system-ui,sans-serif;color:var(--ink);letter-spacing:-.045em}h1{font-size:clamp(2.7rem,8vw,5.3rem);line-height:.99;margin:0}.tool-hero h1{font-size:clamp(2.55rem,7vw,4.7rem)}.lede{max-width:680px;margin:22px auto 38px;color:#526862;font-size:clamp(1.05rem,2.6vw,1.28rem);line-height:1.6}.converter{max-width:700px;margin:0 auto;padding:16px;border:1px solid #dce1d9;border-radius:24px;background:#fffdf7e6;box-shadow:var(--shadow)}.drop-zone{min-height:220px;padding:34px 20px;border:2px dashed #b6c4ba;border-radius:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:.16s ease;cursor:pointer;background:#fafaf3}.drop-zone:hover,.drop-zone.dragging{border-color:var(--ink);background:#f2f5e7;transform:translateY(-1px)}.drop-zone input{position:absolute;width:1px;height:1px;opacity:0}.drop-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:7px;border-radius:50%;background:var(--lime);color:var(--ink);font-size:1.6rem;font-weight:700}.drop-zone strong{font-family:ui-sans-serif,system-ui,sans-serif;font-size:1.08rem}.drop-help{font-size:.88rem;color:var(--muted)}.primary{display:block;width:100%;margin-top:12px;padding:15px 20px;border:0;border-radius:12px;color:#fff;background:var(--ink);font-weight:700;text-decoration:none;transition:transform .14s ease,opacity .14s ease,background .14s ease}.primary:hover:not(:disabled){background:#205347;transform:translateY(-1px)}.primary:disabled{cursor:not-allowed;opacity:.35}.primary.inline{display:inline-block;width:auto;padding-inline:24px}.selection{margin:11px 0 0;padding:10px 13px;border:1px solid var(--line);border-radius:11px;text-align:left;background:#fff}.selected-file{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 3px}.selected-file+.selected-file{border-top:1px solid #edf0ea}.selected-file strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}.selected-file span{flex:0 0 auto;color:var(--muted);font-size:.82rem}.target-row{margin-top:10px;padding:8px 10px 8px 15px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--muted);font-size:.9rem;text-align:left}.target-row[hidden]{display:none}.target-row select{min-width:150px;padding:9px 34px 9px 11px;border:1px solid #b9c6bd;border-radius:8px;color:var(--ink);background:#fafbf6;font-weight:700}.progress-wrap{padding:16px 2px 3px}.progress-label{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.84rem;color:var(--muted)}progress{display:block;width:100%;height:8px;border:0;border-radius:8px;overflow:hidden;appearance:none}progress::-webkit-progress-bar{background:#e4e8df}progress::-webkit-progress-value{background:#749b30;transition:width .2s}progress::-moz-progress-bar{background:#749b30}.message{min-height:0;margin-top:12px;color:var(--danger);font-size:.9rem;line-height:1.5}.message:empty{margin:0}.message.success{color:#306538}.results{display:grid;gap:9px;margin-top:12px}.result-card{padding:13px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;align-items:center;border:1px solid var(--line);border-radius:12px;text-align:left;background:#fff}.result-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem}.result-card small{color:var(--muted)}.result-card a{grid-column:2;grid-row:1 / 3;display:inline-flex;align-items:center;padding:9px 13px;border-radius:9px;color:#fff;background:var(--ink);font-size:.84rem;font-weight:700;text-decoration:none}.privacy-note{margin:20px 0 0;color:#597067;font-size:.88rem}.privacy-note span{color:#749b30}.facts,.related,.catalog,.plain-cta{max-width:1120px;margin:0 auto;padding:64px 28px}.facts h2,.related h2,.catalog h2,.plain-cta h2{font-size:clamp(1.7rem,4vw,2.4rem);margin:0 0 24px}.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fact-grid article{padding:27px;border-top:1px solid #aab9b0}.fact-grid h3{margin:0 0 10px;font-size:1.02rem;letter-spacing:-.02em}.fact-grid p,.plain-cta p{margin:0;color:#586c66;line-height:1.65}.related{padding-top:40px;padding-bottom:100px}.link-grid{display:flex;flex-wrap:wrap;gap:10px}.link-grid a{padding:11px 15px;border:1px solid #cbd4cc;border-radius:99px;text-decoration:none;background:#faf9f2}.link-grid a:hover{border-color:var(--ink)}.home-hero{padding-bottom:54px}.home-hero h1{max-width:750px;margin:auto}.home-hero .converter{margin-top:38px}.home-hero .privacy-note{margin-top:17px}.trust-row{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 23px;margin-top:20px;color:#50665e;font-size:.88rem}.catalog{padding-top:40px;padding-bottom:30px}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tool-grid a{min-height:145px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #d3dad2;border-radius:14px;background:var(--paper);text-decoration:none;transition:.15s ease}.tool-grid a:hover{border-color:#95a99e;transform:translateY(-2px);box-shadow:0 12px 30px #19383012}.tool-grid strong{font:700 1.16rem ui-sans-serif,system-ui,sans-serif;letter-spacing:-.03em}.tool-grid strong span{padding:0 4px;color:#749b30}.tool-grid small{color:var(--muted);line-height:1.45}.plain-cta{margin-top:75px;margin-bottom:75px;padding:54px;border-radius:20px;color:#eaf0ec;background:var(--ink)}.plain-cta h2{color:#fff}.plain-cta p{max-width:690px;color:#d4dfda}.plain-cta a{display:inline-block;margin-top:20px;color:var(--lime);font-weight:700}.prose{max-width:790px;margin:0 auto;padding:74px 28px 110px}.prose h1{font-size:clamp(2.6rem,7vw,4.6rem)}.prose .lede{margin-left:0}.prose h2{margin:52px 0 12px;font-size:1.6rem}.prose p{color:#52655f;font-size:1.02rem;line-height:1.8}.prose code,.dashboard code{padding:2px 5px;border-radius:4px;background:#e8e7df;font-size:.88em}.steps{margin:28px 0;padding:0;list-style:none;counter-reset:steps}.steps li{counter-increment:steps;display:grid;grid-template-columns:52px 110px 1fr;align-items:baseline;padding:20px 0;border-bottom:1px solid var(--line)}.steps li:before{content:"0" counter(steps);color:#789084;font-weight:700}.steps span{color:#5a6c66}.updated,.fineprint{font-size:.84rem!important;color:#778781!important}.dashboard{max-width:720px}.dashboard h1{font-size:clamp(2.5rem,7vw,4.6rem)}#affiliate-form{max-width:560px;margin:38px auto 0;text-align:left}#affiliate-form label{display:block;margin-bottom:8px;font-weight:700}#affiliate-form div{display:grid;grid-template-columns:1fr 130px;gap:9px}#affiliate-form input{min-width:0;padding:14px;border:1px solid #bfc9c1;border-radius:11px;color:var(--ink);background:#fff}#affiliate-form .primary{margin:0}.affiliate-results{margin-top:28px;text-align:left}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.stat{padding:18px 12px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.stat strong{display:block;font:700 1.7rem ui-sans-serif,system-ui,sans-serif}.stat span{color:var(--muted);font-size:.78rem}.affiliate-results table{width:100%;margin-top:18px;border-collapse:collapse;font-size:.88rem}.affiliate-results th,.affiliate-results td{padding:10px 8px;border-bottom:1px solid var(--line);text-align:left}.empty{padding-top:130px}.empty h1{font-size:clamp(2.4rem,6vw,4.2rem)}.empty p{margin:20px 0 30px;color:var(--muted)}footer{margin-top:20px;padding-top:38px;padding-bottom:38px;border-top:1px solid #d9ddd5}footer p{margin:8px 0 0;color:#71817b;font-size:.82rem}@media(max-width:760px){.site-header{padding:18px 19px}.site-header nav a:first-child{display:none}.site-header nav{gap:15px}.tool-hero,.home-hero{padding:50px 18px 60px}.converter{padding:10px;border-radius:18px}.drop-zone{min-height:190px}.fact-grid,.tool-grid{grid-template-columns:1fr}.fact-grid article{padding:21px 3px}.facts,.related,.catalog{padding-left:19px;padding-right:19px}.tool-grid a{min-height:125px}.plain-cta{margin:50px 18px;padding:35px 24px}.steps li{grid-template-columns:40px 88px 1fr;font-size:.9rem}.stats-grid{grid-template-columns:1fr 1fr}footer{margin:0 19px;padding:30px 0;align-items:flex-start}footer nav{flex-direction:column;gap:8px;text-align:right}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
