.import-panel{background:#f7f9fc;border:1px solid #e3e8ef;border-radius:14px;padding:18px;margin:8px 0 24px}
.import-panel h3{margin:0 0 6px}
.import-panel p{color:#667386;font-size:13px}
.import-panel form{display:flex;gap:10px;align-items:center}
.import-panel input{flex:1;background:white;border:1px solid #dce3ea;border-radius:10px;padding:10px}
.import-panel button{border:0;border-radius:10px;background:#ff7043;color:white;padding:11px 18px;font-weight:700}
.success{color:#178a51;font-size:13px;margin-top:10px}
@media(max-width:560px){.import-panel form{display:grid}.import-panel button{padding:12px}}
