:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:#0b1020;color:#e8ecf3}.wrap{max-width:980px;margin:0 auto;padding:24px}.app-header{display:flex;align-items:center;gap:12px;margin-bottom:18px}.logo-dot{width:14px;height:14px;border-radius:50%;background:#3f7cff;box-shadow:0 0 14px #3f7cff}.app-title h1{margin:0 0 4px;font-size:1.45rem}.app-title p{margin:0;color:#a9b6d2}.card{margin-top:14px;background:#141b31;border:1px solid #2a365e;border-radius:12px;padding:16px}.drop{display:flex;flex-direction:column;gap:8px;border:2px dashed #3e4f85;border-radius:12px;padding:26px;cursor:pointer;text-align:center}.drop:hover{border-color:#7ba4ff}.drop-title{font-size:1.05rem;font-weight:700}.muted{color:#a9b6d2}.small{font-size:.9rem}.controls .row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}input[type=color]{width:50px;height:36px;border:none;border-radius:8px;background:transparent}.preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}.preview-card{min-height:340px}.section-title{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:#7ba4ff;margin-bottom:10px}.preview{width:100%;max-height:280px;object-fit:contain;border-radius:10px;border:1px solid #2a365e;background:#0b1020}.placeholder{height:280px;border-radius:10px;border:1px dashed #2a365e;display:grid;place-items:center;color:#a9b6d2;background:#0b1020}.actions{display:flex;gap:10px;flex-wrap:wrap}button{border:0;background:#3f7cff;color:#fff;border-radius:10px;padding:10px 14px;font-size:.9rem;cursor:pointer}button.ghost{background:#263456}button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:760px){.preview-grid{grid-template-columns:1fr}}
