 .sxmlg-app{max-width:1100px;margin:30px auto;padding:0 16px;font-family:Inter,Arial,sans-serif;color:#172033;box-sizing:border-box}
.sxmlg-app *{box-sizing:border-box}
.sxmlg-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,#f5f8ff,#eef5ff);border:1px solid #dce7ff;border-radius:18px;padding:30px;margin-bottom:18px}
.sxmlg-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;color:#2070fb}
.sxmlg-hero h2{font-size:30px;margin:8px 0}
.sxmlg-hero p{color:#64748b;line-height:1.6;margin:0}
.sxmlg-badge{background:#2070fb;color:#fff;font-weight:700;border-radius:999px;padding:10px 15px;white-space:nowrap}
.sxmlg-card{background:#fff;border:1px solid #e3e8ef;border-radius:16px;padding:24px;margin-bottom:18px;box-shadow:0 7px 25px rgba(15,23,42,.05)}
.sxmlg-card h3{margin:0 0 6px;font-size:21px}
.sxmlg-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.sxmlg-app label{display:block;font-weight:700;font-size:14px;margin-bottom:8px}
.sxmlg-app input[type=url],.sxmlg-app select,.sxmlg-app textarea{width:100%;border:1px solid #cfd7e3;border-radius:9px;background:#fff;padding:13px;font:inherit;outline:none}
.sxmlg-app input[type=url]:focus,.sxmlg-app select:focus,.sxmlg-app textarea:focus{border-color:#2070fb;box-shadow:0 0 0 3px rgba(32,112,251,.10)}
#sxmlg-urls{min-height:230px;resize:vertical;margin:6px 0 15px}
.sxmlg-options{display:flex;gap:20px;flex-wrap:wrap;margin:0 0 17px}
.sxmlg-options label{font-weight:600}
.sxmlg-options input{margin-right:7px}
.sxmlg-actions{display:flex;gap:10px;flex-wrap:wrap}
.sxmlg-btn{border:0;border-radius:9px;background:#2070fb;color:#fff;padding:12px 18px;font-weight:750;cursor:pointer}
.sxmlg-btn:hover{filter:brightness(.95)}
.sxmlg-btn:disabled{opacity:.5;cursor:not-allowed}
.sxmlg-secondary{background:#172033}
.sxmlg-message{margin-top:14px;padding:11px 13px;border-radius:8px;font-size:14px}
.sxmlg-message.success{background:#ecfdf3;color:#166534}
.sxmlg-message.error{background:#fef2f2;color:#991b1b}
#sxmlg-output{min-height:400px;font-family:Consolas,Monaco,monospace;font-size:13px;line-height:1.5}
.sxmlg-info{color:#64748b;font-size:13px;line-height:1.6;margin:15px 2px}
@media(max-width:700px){.sxmlg-grid{grid-template-columns:1fr}.sxmlg-hero{display:block}.sxmlg-badge{display:inline-block;margin-top:15px}}
