:root{--ink:#10233c;--muted:#66768b;--blue:#1769e0;--blue-dark:#0e4eae;--cyan:#29c7d8;--line:#dce5ef;--surface:#fff;--soft:#f4f8fc;--danger:#b42318;--shadow:0 24px 70px rgba(31,64,104,.12)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#f8fbfe;font-size:16px}body{margin:0;min-width:320px;background:radial-gradient(circle at 50% -12%,#d9f7fb 0,transparent 34rem),linear-gradient(#f8fbfe,#fff 45rem);min-height:100vh}a{color:inherit}.site-header{height:78px;max-width:1120px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;font-size:1.25rem;letter-spacing:-.03em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-size:.76rem;box-shadow:0 8px 20px rgba(23,105,224,.22)}.language-nav{display:flex;gap:5px}.language-nav a{font-size:.76rem;font-weight:700;text-decoration:none;padding:8px;border-radius:8px;color:var(--muted)}.language-nav a:hover,.language-nav a:focus-visible{background:#eaf2fb;color:var(--blue)}main{width:min(100% - 32px,760px);margin:auto}.hero{text-align:center;padding:60px 0 30px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eyebrow span{width:7px;height:7px;background:var(--cyan);border-radius:50%;box-shadow:0 0 0 5px rgba(41,199,216,.14)}h1{font-size:clamp(2.2rem,7vw,4rem);line-height:1.04;letter-spacing:-.055em;margin:16px auto 14px;max-width:700px}.intro{margin:0;color:var(--muted);font-size:1.05rem}.tool-card{position:relative;background:rgba(255,255,255,.94);border:1px solid rgba(199,214,230,.8);border-radius:24px;padding:30px;box-shadow:var(--shadow);backdrop-filter:blur(12px)}label,legend{font-weight:700;font-size:.88rem}input,select,button,.result-link{font:inherit}.url-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:9px}input[type=url],select{width:100%;min-height:52px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);padding:0 15px;outline:none;transition:.18s border-color,.18s box-shadow}input[type=url]:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(23,105,224,.12)}button{border:0;cursor:pointer}.secondary{min-width:90px;border:1px solid var(--line);background:var(--soft);border-radius:12px;color:var(--blue);font-weight:750}.secondary:hover{background:#e7f0fa}.field-note{min-height:18px;margin:7px 2px 0;color:var(--muted);font-size:.78rem}.mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;border:0;padding:0;margin:20px 0}.mode-switch legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.mode-switch label{position:relative}.mode-switch input{position:absolute;opacity:0}.mode-switch span{display:flex;align-items:center;justify-content:center;min-height:48px;border:1px solid var(--line);border-radius:12px;color:var(--muted);transition:.18s}.mode-switch input:checked+span{border-color:var(--blue);background:#edf5ff;color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.mode-switch input:focus-visible+span{box-shadow:0 0 0 4px rgba(23,105,224,.15)}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.options-grid label{display:block;margin-bottom:8px}.checkbox{display:flex;align-items:center;gap:10px;margin-top:22px;cursor:pointer}.checkbox input{width:19px;height:19px;accent-color:var(--blue)}.primary{width:100%;min-height:56px;margin-top:22px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(105deg,var(--blue),#0e7fd1);border-radius:13px;color:#fff;text-decoration:none;font-weight:850;letter-spacing:.035em;box-shadow:0 12px 25px rgba(23,105,224,.2);transition:.18s transform,.18s box-shadow}.primary:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(23,105,224,.28)}.primary:disabled{opacity:.55;cursor:wait;transform:none}.form-message{margin-top:14px;color:var(--danger);font-weight:650;font-size:.9rem}.progress-panel{border-top:1px solid var(--line);margin-top:26px;padding-top:23px}.status-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.progress-track{height:10px;border-radius:99px;background:#e8eef5;overflow:hidden}.progress-track div{height:100%;width:0;background:linear-gradient(90deg,var(--cyan),var(--blue));border-radius:inherit;transition:width .35s ease}.progress-panel h2{font-size:1rem;margin:16px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-panel p{color:var(--muted);margin:0}.result-link{margin-top:18px}.ad{display:grid;place-items:center;min-height:66px;border:1px dashed #c9d4e1;border-radius:12px;color:#8a98a9;font-size:.76rem;background:#f8fafc}.ad-top{margin:0 0 16px}.ad-inline{margin-top:18px}.ad-footer{margin:18px 0}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:22px 0 80px}.trust-row div{display:flex;flex-direction:column;gap:3px;padding:14px 4px}.trust-row strong{font-size:.84rem}.trust-row span{font-size:.74rem;color:var(--muted);line-height:1.45}.legal{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);margin:60px 0 100px;padding:clamp(24px,6vw,52px);line-height:1.75}.legal h1{font-size:clamp(2rem,5vw,3rem);margin-top:0}.legal p{color:#42556d}footer{border-top:1px solid var(--line);max-width:1120px;margin:auto;padding:28px 24px 36px;color:var(--muted);font-size:.78rem}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--ink)}.footer-row nav{display:flex;flex-wrap:wrap;gap:18px}.footer-row a{text-decoration:none}.footer-row a:hover{text-decoration:underline}footer p{margin:18px 0 0}@media(max-width:600px){.site-header{height:66px;padding:0 16px}main{width:min(100% - 22px,760px)}.hero{padding:42px 6px 24px}.hero h1{font-size:2.35rem}.intro{font-size:.95rem}.tool-card{padding:20px 16px;border-radius:19px}.url-row{grid-template-columns:1fr}.secondary{min-height:46px}.options-grid{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr;margin-bottom:54px;gap:0}.trust-row div{border-bottom:1px solid var(--line)}.footer-row{align-items:flex-start;flex-direction:column}.footer-row nav{gap:13px 17px}}
