:root{--brand: #8b5fd1;--brand-dark: #6c44b3;--brand-soft: #ede5fa;--bg: #f6f2fc;--card: #ffffff;--border: #e2e8f0;--text: #1f1335;--muted: #64748b;--ok: #166534;--ok-bg: #dcfce7;--warn: #92400e;--warn-bg: #fef3c7;--err: #991b1b;--err-bg: #fee2e2;--shadow: 0 4px 24px rgba(108, 68, 179, .08);--radius: 14px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100vh}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.app-sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;padding:20px 14px;background:var(--card);border-right:1px solid var(--border)}.sidebar-brand{display:flex;flex-direction:column;gap:2px;margin-bottom:20px;padding:0 8px}.sidebar-brand strong{font-size:16px;color:var(--brand-dark)}.sidebar-brand span{font-size:12px;color:var(--muted)}.sidebar-group{margin-bottom:18px}.sidebar-group h2{margin:0 0 8px;padding:0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.sidebar-link{display:block;padding:8px 10px;margin-bottom:2px;border-radius:8px;color:var(--text);text-decoration:none;font-size:14px;font-weight:500}.sidebar-link:hover{background:var(--brand-soft);color:var(--brand-dark)}.sidebar-link.active{background:var(--brand-soft);color:var(--brand-dark);font-weight:600}.app-main{display:flex;flex-direction:column;min-width:0}.app-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:18px 24px;background:linear-gradient(135deg,var(--brand-soft) 0%,#fff 55%,#faf6ff 100%);border-bottom:1px solid var(--border)}.app-header h1{margin:0;font-size:1.4rem;color:var(--brand-dark)}.header-sub{margin:4px 0 0;font-size:13px;color:var(--muted)}.header-actions{display:flex;gap:8px;flex-wrap:wrap}.app-content{flex:1;padding:20px 24px 40px;min-height:0}.legacy-frame{display:block;width:100%;height:calc(100vh - 120px);min-height:480px;border:none;border-radius:var(--radius);background:var(--card)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:10px;border:1px solid var(--border);background:var(--card);color:var(--text);font-size:14px;font-weight:600;cursor:pointer;text-decoration:none}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark)}.btn-ghost{background:transparent}.btn-sm{padding:6px 12px;font-size:12px}.btn-danger{background:var(--err-bg);color:var(--err);border-color:#fecaca}.card{background:var(--card);border-radius:var(--radius);padding:22px;margin-bottom:20px;box-shadow:var(--shadow);border:1px solid var(--border)}.card h2{margin:0 0 14px;font-size:1.1rem}.hint{color:var(--muted);font-size:13px}.status{padding:12px 14px;border-radius:10px;margin-bottom:16px;font-size:14px}.status.info{background:#eff6ff;color:#1e40af}.status.ok{background:var(--ok-bg);color:var(--ok)}.status.warn{background:var(--warn-bg);color:var(--warn)}.status.err{background:var(--err-bg);color:var(--err)}.alert.warn{background:var(--warn-bg);color:var(--warn);padding:12px 14px;border-radius:10px;margin-bottom:16px}.help-backdrop,.help-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;z-index:100}.app-brand{display:flex;flex-direction:column;gap:2px;margin-bottom:20px;padding:0 8px}.app-brand strong{font-size:16px;color:var(--brand-dark)}.app-brand span{font-size:12px;color:var(--muted)}.nav-group{margin-bottom:18px}.nav-group-title{margin:0 0 8px;padding:0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.nav-link{display:block;padding:8px 10px;margin-bottom:2px;border-radius:8px;color:var(--text);text-decoration:none;font-size:14px;font-weight:500}.nav-link:hover{background:var(--brand-soft);color:var(--brand-dark)}.nav-link.active{background:var(--brand-soft);color:var(--brand-dark);font-weight:600}.app-header-actions{display:flex;gap:8px;flex-wrap:wrap}.help-drawer-loading{color:var(--muted)}.help-drawer-error{color:var(--err)}.help-drawer{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:var(--card);z-index:101;display:flex;flex-direction:column;box-shadow:-8px 0 32px #0000001f}.help-drawer-head,.help-drawer-foot{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--border)}.help-drawer-foot{border-bottom:none;border-top:1px solid var(--border)}.help-drawer-full-link{color:var(--accent);font-size:.9rem;font-weight:600;text-decoration:none}.help-drawer-full-link:hover{text-decoration:underline}.help-drawer-body{flex:1;overflow-y:auto;padding:16px 18px}.help-content h2{font-size:1.1rem;margin-top:0}.help-content ol,.help-content ul{padding-left:1.2rem}.help-content .code-block{background:#0f172a;color:#e2e8f0;padding:10px 12px;border-radius:8px;font-family:ui-monospace,monospace;font-size:12px;margin:8px 0}.tag{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--brand-soft);color:var(--brand-dark)}.tag.promo{background:#ffedd5;color:#c2410c}.editor-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.editor-head h2{margin:0}.editor-section{padding:20px 22px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.editor-section h3{margin:0 0 14px;font-size:1.05rem;color:var(--brand-dark)}.section-note{margin:-6px 0 16px;padding:10px 12px;background:var(--brand-soft);border-radius:10px;font-size:13px}input,textarea,select{padding:10px 12px;border:1px solid var(--border);border-radius:10px;font-size:14px;font-family:inherit}.chk{display:flex;align-items:center;gap:8px;font-weight:500}.chk input{width:auto}.vis-grid{display:flex;flex-wrap:wrap;gap:20px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.promo-checklist{list-style:none;padding:0;margin:0}.promo-checklist li{padding:6px 0;font-size:14px}.media-block{margin-bottom:20px}.media-block-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.galeria-counter{font-size:12px;font-weight:600;color:var(--brand-dark)}.drop-zone{border:2px dashed #cbd5e1;border-radius:14px;background:#f8fafc;cursor:pointer;min-height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;overflow:hidden}.drop-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:12px}.drop-icon{font-size:28px;opacity:.75}.drop-preview{max-width:100%;max-height:200px;border-radius:10px;object-fit:contain}.galeria-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:10px;margin-bottom:8px}.galeria-item{position:relative;margin:0;border-radius:10px;overflow:hidden;border:1px solid var(--border);aspect-ratio:1}.galeria-item img{width:100%;height:100%;object-fit:cover;display:block}.galeria-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border:none;border-radius:999px;background:#000000a6;color:#fff;cursor:pointer}.galeria-add{aspect-ratio:1;border:2px dashed var(--brand);border-radius:10px;background:var(--brand-soft);color:var(--brand-dark);font-weight:600;font-size:12px;cursor:pointer}.inline-upload{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.video-preview-player{width:100%;max-width:420px;border-radius:12px;background:#000}.entrega-block{margin-top:4px;padding:14px;background:#f8fafc;border-radius:10px;border:1px dashed var(--border)}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.app-sidebar{position:static;height:auto;border-right:none;border-bottom:1px solid var(--border)}.grid2,.prod-item{grid-template-columns:1fr}}@media(max-width:640px){.app-content{padding:16px}}.produtos-page{max-width:960px}.loading-row{display:flex;align-items:center;gap:12px;padding:32px 0;color:var(--muted)}.spinner{width:22px;height:22px;border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.toolbar .hint{margin:0}.prod-list{display:flex;flex-direction:column;gap:12px}.prod-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--border);border-radius:12px;background:#fafafa}.prod-item.inativo{opacity:.65}.prod-thumb{width:72px;height:90px;object-fit:cover;border-radius:8px;background:var(--brand-soft)}.prod-thumb-empty{display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--muted);text-align:center}.prod-meta strong{display:block;font-size:15px}.prod-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:var(--brand-soft);color:var(--brand-dark)}.tag.ok{background:var(--ok-bg);color:var(--ok)}.tag.warn{background:var(--warn-bg);color:var(--warn)}.tag.promo{background:#fce7f3;color:#9d174d}.editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.editor-section{margin-bottom:0;padding-bottom:0;border-bottom:none}.editor-section h3{margin:0 0 12px;font-size:1rem;color:var(--brand-dark)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:640px){.grid2{grid-template-columns:1fr}}.row{display:flex;flex-direction:column;gap:6px}.row.full{grid-column:1 / -1}label{font-size:13px;font-weight:600}input,select,textarea{padding:10px 12px;border:1px solid var(--border);border-radius:10px;font-size:14px;font-family:inherit}textarea{resize:vertical}.section-note{font-size:13px;color:var(--muted);margin:0 0 14px}.drop-zone{border:2px dashed var(--border);border-radius:12px;padding:16px;text-align:center;cursor:pointer;background:#fafafa}.drop-zone.has-image{padding:8px}.drop-preview{max-width:100%;max-height:220px;border-radius:8px}.drop-placeholder{display:flex;flex-direction:column;gap:4px;align-items:center}.galeria-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.galeria-counter{font-size:12px;font-weight:700;color:var(--brand-dark);background:var(--brand-soft);padding:2px 10px;border-radius:999px}.galeria-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;margin-bottom:10px}.galeria-item{position:relative;margin:0;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.galeria-item img{width:100%;height:100%;object-fit:cover}.galeria-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border:0;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer;font-size:16px;line-height:1}.galeria-add{aspect-ratio:1;border:2px dashed var(--brand);border-radius:10px;background:var(--brand-soft);color:var(--brand-dark);font-weight:600;font-size:13px;cursor:pointer;padding:8px}.promo-block{grid-column:1 / -1;padding:12px;border-radius:10px;background:#faf5ff;border:1px solid #e9d5ff}.promo-toggle{font-weight:600}.promo-checklist{margin:8px 0 0;padding-left:0;list-style:none;font-size:13px}.promo-checklist li{margin:4px 0}.promo-checklist li.ok{color:var(--ok)}.promo-checklist li.pending{color:var(--muted)}.vis-grid{display:flex;flex-wrap:wrap;gap:16px}.chk{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500}.inline-upload{display:flex;gap:10px;flex-wrap:wrap}.inline-upload input[type=text]{flex:1;min-width:200px}.video-preview-player{max-width:100%;border-radius:10px;margin-top:8px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.seo-block summary{cursor:pointer;font-weight:600;color:var(--brand-dark)}.entrega-block{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.produtos-editor-page{max-width:1160px;padding-bottom:88px}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:20px;align-items:start}.editor-main,.editor-sidebar{display:flex;flex-direction:column;gap:16px;min-width:0}.editor-sidebar{position:sticky;top:16px;align-self:start}.editor-main .card,.editor-sidebar .card{margin-bottom:0}.editor-media-card{border-color:#c4b5fd;background:linear-gradient(180deg,#faf5ff,#fff)}.editor-sidebar .galeria-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}.editor-sidebar .inline-upload{flex-direction:column}.editor-sidebar .inline-upload input[type=text]{min-width:0;width:100%}@media(max-width:900px){.editor-layout{grid-template-columns:1fr}.editor-sidebar{position:static}.editor-sidebar .inline-upload{flex-direction:row}}.editor-topbar{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px}.editor-topbar h1{margin:0;font-size:1.35rem;color:var(--brand-dark)}.editor-sections{display:flex;flex-direction:column;gap:16px}.editor-section h2{margin:0 0 12px;font-size:1.05rem;color:var(--brand-dark)}.entrega-card{border-color:#c4b5fd;background:linear-gradient(180deg,#faf5ff,#fff)}.entrega-note{margin-bottom:10px}.entrega-formats{margin:0 0 14px;padding-left:1.2rem;font-size:13px;color:var(--muted)}.entrega-status-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;font-size:14px}.entrega-status-label{color:var(--muted)}.entrega-ok{color:var(--ok)}.entrega-missing{color:var(--warn)}.entrega-drop{border-color:#a78bfa;background:#fff}.entrega-hint-new{margin-top:10px}.galeria-dirty-hint{font-size:13px;color:var(--warn);margin:0 0 8px}.editor-actions-sticky{position:sticky;bottom:0;display:flex;flex-wrap:wrap;gap:10px;padding:14px 0;margin-top:8px;background:linear-gradient(180deg,transparent,var(--bg) 24%)}.url-fallback{margin-top:8px;font-size:12px;font-weight:500}
