
.alada-banner-generator{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:start}
.abg-panel{background:#0f172a;color:#fff;padding:16px;border-radius:14px;box-shadow:0 6px 20px rgba(0,0,0,.25)}
.abg-title{margin:0 0 12px;font-size:18px;line-height:1.2}
.abg-row{margin-bottom:12px}
.abg-label{display:flex;flex-direction:column;gap:6px;font-size:14px}
.abg-label input[type="text"]{padding:10px;border-radius:10px;border:1px solid #1f2937;background:#111827;color:#fff}
.abg-label input[type="file"]{padding:8px;border-radius:10px;background:#111827;border:1px dashed #334155;color:#e5e7eb}
.abg-label input[type="range"]{width:100%}
.abg-btn{background:#22c55e;border:none;color:#0b1218;padding:10px 14px;border-radius:12px;font-weight:700;margin-right:8px;cursor:pointer}
.abg-secondary{background:#94a3b8;color:#0b1218}
.abg-help{opacity:.8;font-size:12px;margin-top:6px}
.abg-canvas-wrap{background:#0b1220;padding:12px;border-radius:14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.abg-canvas-wrap canvas{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:10px}
@media(max-width:980px){.alada-banner-generator{grid-template-columns:1fr;}.abg-panel{order:2}.abg-canvas-wrap{order:1}}
.abg-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
