:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#14213d;background:#f5f7fb;line-height:1.5;font-size:16px}*{box-sizing:border-box}body{margin:0}.shell{max-width:940px;margin:auto;padding:28px 20px 48px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}.brand{font-weight:800;letter-spacing:-.04em;color:#14213d;text-decoration:none;font-size:20px}.brand span{color:#8390a8;font-weight:500}.local-pill{font-size:13px;color:#385a47;background:#e8f4ec;border:1px solid #cae8d4;border-radius:99px;padding:7px 12px}.tool-card{background:#fff;border:1px solid #e1e7f0;border-radius:24px;padding:42px;box-shadow:0 16px 40px #1d31530d}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:#1b5cff;margin-bottom:12px}.tool-card h1{font-size:clamp(34px,6vw,56px);line-height:1.05;letter-spacing:-.055em;margin:0}.lede{font-size:18px;color:#68758b;margin:14px 0 28px}.dropzone{min-height:245px;border:1.5px dashed #aebbd1;border-radius:18px;background:#fbfcff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:.2s}.dropzone:hover,.dropzone:focus,.dropzone.over{border-color:#1b5cff;background:#f1f5ff;outline:none}.drop-icon{width:48px;height:48px;border-radius:14px;background:#e9efff;color:#1b5cff;font-size:32px;line-height:44px;margin-bottom:14px}.drop-title{font-size:19px;font-weight:750}.drop-sub{color:#68758b;margin-top:3px}.text-button{border:0;background:none;color:#1b5cff;font:inherit;font-weight:700;padding:0;cursor:pointer}.formats{color:#98a4b7;font-size:13px;margin-top:14px}.paste-hint{text-align:center;color:#7b8799;font-size:13px;margin:13px 0 23px}.controls{display:flex;gap:14px;border-top:1px solid #edf0f5;padding-top:20px}.controls label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:#516078;flex:1}.controls select{appearance:none;border:1px solid #d9e0eb;border-radius:10px;padding:11px 12px;background:white;color:#14213d;font:inherit;font-weight:600}.status{font-size:14px;color:#68758b;margin-top:18px;min-height:22px}.results{margin-top:14px;border-top:1px solid #edf0f5;padding-top:20px}.results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:750}.secondary,.download{border:1px solid #cbd6e6;background:#fff;color:#1b5cff;border-radius:9px;padding:9px 13px;font-weight:750;cursor:pointer}.download{padding:7px 10px;font-size:13px}.result-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #f0f2f6}.result-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#43516a}.details{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:26px 4px}.details h2,.faq h2{font-size:15px;margin:0 0 7px;letter-spacing:-.02em}.details p,.faq p{font-size:14px;color:#68758b;margin:0}.faq{border-top:1px solid #dde4ef;padding:26px 4px 0}.faq strong{color:#33415c}footer{text-align:center;color:#8b97a9;font-size:13px;margin-top:32px}@media(max-width:640px){.shell{padding:18px 14px 34px}.topbar{margin-bottom:24px}.tool-card{padding:25px 17px;border-radius:18px}.lede{font-size:16px;margin-bottom:22px}.dropzone{min-height:220px}.controls{gap:9px}.details{grid-template-columns:1fr;gap:20px;margin:24px 3px}.local-pill{font-size:12px;padding:6px 9px}}
.topbar nav, footer nav { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.topbar nav a, footer nav a { color: #46536b; text-decoration: none; font-size: 13px; font-weight: 650; }
.topbar nav a:hover, footer nav a:hover { color: #1b5cff; }
.page-card { background: rgba(255,255,255,.88); border: 1px solid #e5eaf3; border-radius: 24px; padding: clamp(24px, 5vw, 64px); box-shadow: 0 18px 50px rgba(33,55,92,.08); }
.page-card h1 { margin: 8px 0 20px; color: #17233b; font-size: clamp(30px, 5vw, 48px); }
.page-card p { max-width: 700px; color: #53617a; font-size: 17px; line-height: 1.75; }
.page-card a { color: #1b5cff; }
footer nav { justify-content: center; margin-bottom: 12px; }
footer p { margin: 6px 0; }
@media (max-width: 700px) { .topbar { align-items: flex-start; flex-wrap: wrap; gap: 12px; } .topbar nav { order: 3; width: 100%; gap: 12px; } .local-pill { margin-left: auto; } .page-card { border-radius: 18px; padding: 28px 22px; } .page-card p { font-size: 16px; } }
