.customer-form,.launcher-create,.device-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;align-items:end}
.empty-state{text-align:center;padding:40px}.image-error{opacity:.25;border:2px dashed #ff8da1}
.launcher-create label,.customer-form label,.device-form label{margin:0}
.log-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.log-console{background:#050d16;border:1px solid var(--line);border-radius:10px;padding:18px;max-height:560px;overflow:auto;font:13px/1.75 ui-monospace,SFMono-Regular,Menlo,monospace;color:#bfd0df;white-space:nowrap}.log-console time{color:var(--cyan)}
.banner-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.toggle-line{display:flex!important;gap:10px;align-items:center}.toggle-line input{width:auto}.preview-banner.portrait{width:32%;height:72%;object-fit:cover;align-self:flex-start}.tiny{padding:4px 7px;font-size:11px;margin-left:7px}.table-wrap td small{display:block;color:var(--muted);margin-top:4px}.table-wrap td b{display:block}.slot-grid select{width:100%}@media(max-width:800px){.banner-fields,.slot-grid{grid-template-columns:1fr}.preview-banner.portrait{width:42%}}

.protection-state{display:flex;align-items:center;gap:12px;padding:13px 14px;margin:10px 0 14px;border-radius:10px;border:1px solid var(--line);background:#071625}.protection-state .lock-icon{font-size:25px;line-height:1}.protection-state div{display:flex;flex-direction:column;gap:3px}.protection-state small{color:var(--muted)}.protection-state.locked{border-color:#2a8a66;background:rgba(21,92,70,.16)}.protection-state.unlocked{border-color:#b88a35;background:rgba(120,82,20,.13)}

/* Beta 2 — organizador visual da Home */
.home-organizer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.home-organizer-head h2{margin-bottom:5px}.home-order-badge{font-size:10px;font-weight:900;letter-spacing:.09em;color:var(--cyan);border:1px solid rgba(45,212,191,.35);background:rgba(45,212,191,.08);padding:7px 9px;border-radius:999px;white-space:nowrap}.home-sort-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-sort-card{position:relative;min-width:0;background:linear-gradient(145deg,#0a1b2c,#0b1624);border:1px solid var(--line);border-radius:14px;padding:12px;transition:.16s ease;box-shadow:0 9px 22px rgba(0,0,0,.16)}.home-sort-card[draggable="true"]{cursor:grab}.home-sort-card[draggable="true"]:active{cursor:grabbing}.home-sort-card.dragging{opacity:.45;transform:scale(.98)}.home-sort-card.drag-over{border-color:var(--cyan);box-shadow:0 0 0 2px rgba(43,207,219,.18),0 12px 28px rgba(0,0,0,.24)}.home-sort-top{display:flex;align-items:center;gap:7px;margin-bottom:10px}.drag-handle{font-weight:900;color:var(--cyan);letter-spacing:-3px;font-size:18px;line-height:1}.drag-handle.locked{letter-spacing:0;color:var(--muted)}.slot-number{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#17334b;color:#dff7ff}.slot-caption{text-transform:uppercase;font-size:9px;font-weight:800;letter-spacing:.08em;color:var(--muted)}.home-app-preview{display:flex;align-items:center;gap:11px;min-height:62px;margin-bottom:10px}.home-app-icon-wrap{width:56px;height:56px;border-radius:13px;display:grid;place-items:center;background:#07121e;border:1px solid rgba(255,255,255,.07);overflow:hidden;flex:0 0 auto}.home-app-icon{width:46px;height:46px;object-fit:contain}.home-app-placeholder{font-size:26px;color:#45647e}.is-hidden{display:none!important}.home-app-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.home-app-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-app-package{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-app-select{width:100%;margin:0}.home-sort-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.slot-move{background:#10263a;color:#cfe9f6;border:1px solid var(--line);padding:5px 9px;border-radius:7px}.slot-move:hover{border-color:var(--cyan);color:white}.home-plus-card{border-style:dashed;opacity:.78}.home-plus-preview{min-height:102px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.home-plus-preview>span{font-size:34px;color:var(--cyan);line-height:1}.home-plus-preview small{color:var(--muted)}.apply-home-order{margin-top:16px!important;padding:14px 15px;border:1px solid rgba(43,207,219,.22);background:rgba(10,30,48,.62);border-radius:12px;display:flex!important;gap:12px;align-items:flex-start}.apply-home-order input{width:auto;margin-top:3px}.apply-home-order span{display:flex;flex-direction:column;gap:3px}.apply-home-order small{color:var(--muted)}
@media(max-width:900px){.home-sort-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-organizer-head{flex-direction:column}.home-order-badge{align-self:flex-start}}@media(max-width:560px){.home-sort-grid{grid-template-columns:1fr}}
