.converter-div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.converter-shell{width:min(900px,100%);margin-bottom:var(--section-space)}.converter-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.85fr);gap:22px;align-items:stretch}.converter-input-wrap{width:min(640px,100%);padding:0!important}.converter-upload-form{width:100%}.converter-file-input{min-height:58px;padding:14px 16px;border:1px dashed rgba(45,106,87,.22);border-radius:18px;background:#ffffffd9}.converter-side-panel{height:100%;padding:22px;border-radius:24px;border:1px solid rgba(45,106,87,.12);background:#ffffff8a}.converter-side-panel h3{margin:14px 0 12px}.converter-checklist{margin:0 0 14px;padding-left:18px}.converter-checklist li{margin-bottom:8px}.converter-side-note{margin:0;font-size:.94rem}.facts{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;min-height:36px}.converter-actions{justify-content:center}.btn-convert{background:var(--brand);color:#fff;padding:12px 18px;border-radius:999px;border:0;display:flex;justify-content:center;align-items:center;text-align:center;column-gap:5px;min-width:116px;font-weight:700}.btn-download{background:var(--success);color:#fff;padding:12px 18px;border-radius:999px;border:0;display:none;justify-content:center;align-items:center;text-align:center;column-gap:5px;min-width:116px;font-weight:700}.loader{display:none;border-radius:50%;border-top:5px solid white;border-right:5px solid rgba(255,255,255,.3);border-bottom:5px solid white;border-left:5px solid rgba(255,255,255,.3);width:15px;height:15px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-row{width:100%;margin-bottom:var(--section-space)}.about-col{font-size:.98rem}.about-col-title{font-size:1.4rem;margin-bottom:12px;color:var(--heading);font-family:var(--font-heading)}.more-options-stack{display:flex;flex-direction:column;gap:14px}.more-options-row{display:grid;grid-template-columns:220px 1fr;gap:14px;align-items:stretch}.more-options-col{display:flex;justify-content:center;align-items:center;color:#fff;background:var(--brand-strong);border-radius:18px;padding:18px;text-align:center;font-weight:700}.more-option-items-col{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-start;padding:10px 0}.converter-link-chip{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;text-decoration:none;background:#ffffffd1;border:1px solid rgba(45,106,87,.14);color:var(--brand-strong);font-weight:600}@media (max-width: 720px){.converter-layout,.more-options-row{grid-template-columns:1fr}}
