:root{--bg:#f5f7fb;--card:#fff;--ink:#172033;--muted:#667085;--line:#e5eaf1;--accent:#101828;--accent2:#344054;--good:#087443;--bad:#a12626}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--ink)}.topbar{position:sticky;top:0;z-index:20;background:rgba(16,24,40,.97);color:#fff;padding:12px max(16px,calc((100vw - 1220px)/2));display:flex;align-items:center;gap:18px;box-shadow:0 8px 28px #10182818}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{width:38px;height:38px;border-radius:12px;background:#fff;color:#101828;display:grid;place-items:center;font-weight:900}.brand small{display:block;color:#98a2b3;font-size:11px}.topbar nav{display:flex;gap:3px;align-items:center;flex:1;justify-content:flex-end}.topbar nav a{color:#e4e7ec;text-decoration:none;padding:9px 10px;border-radius:9px;font-size:14px}.topbar nav a:hover{background:#344054}.menu-btn{display:none;width:auto;background:#344054;color:#fff;border:0;font-size:20px}.wrap{max-width:1220px;margin:26px auto;padding:0 16px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:20px;margin-bottom:16px;box-shadow:0 6px 24px #1018280b}.page-head{margin:4px 0 18px}.page-head h1,.page-head h2{margin-bottom:5px}.grid,.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.stat{font-size:34px;font-weight:850}.muted,small{color:var(--muted)}h1,h2,h3{margin-top:0}input,select,textarea,button{font:inherit;width:100%;padding:11px 12px;border:1px solid #d0d5dd;border-radius:11px;background:#fff;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:3px solid #10182810;border-color:#667085}textarea{min-height:110px;resize:vertical}button,.btn{background:var(--accent);color:#fff;border:0;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;padding:11px 14px;border-radius:11px;font-weight:700}.btn.secondary,.btn.ghost{background:#eef2f6;color:#172033}.actions{display:flex;gap:8px;flex-wrap:wrap}.actions .btn,.actions button{width:auto}label{display:block;font-size:13px;font-weight:750;margin:9px 0 6px}table{width:100%;border-collapse:collapse;min-width:700px}th,td{padding:11px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{font-size:12px;color:#667085;text-transform:uppercase}.table-wrap{overflow:auto}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#eef2f6;font-size:12px}.flash{padding:13px 15px;border-radius:12px;margin-bottom:14px}.flash.ok{background:#e8f7ef;color:#075c34}.flash.error{background:#fdeaea;color:#872020}.post-preview{white-space:pre-wrap;line-height:1.55}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}.image-grid img{width:100%;height:155px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}.login{max-width:440px;margin:9vh auto}.login .card{padding:28px}.tip{display:inline-grid;place-items:center;width:19px;height:19px;padding:0;border-radius:50%;background:#eef2f6;color:#344054;font-size:12px;position:relative;vertical-align:middle}.tip:hover:after,.tip:focus:after{content:attr(data-tip);position:absolute;z-index:50;left:24px;top:-8px;width:270px;padding:10px 12px;background:#101828;color:#fff;border-radius:10px;font-size:12px;font-weight:500;line-height:1.4;box-shadow:0 8px 25px #0003}.help-grid .card{margin-bottom:0}.help-grid h3{font-size:16px}.help-grid p{color:#475467;line-height:1.55;margin-bottom:0}@media(max-width:900px){.menu-btn{display:block;margin-left:auto}.topbar{padding:11px 14px;flex-wrap:wrap}.topbar nav{display:none;order:3;width:100%;flex-direction:column;align-items:stretch}.menu-open .topbar nav{display:flex}.topbar nav a{padding:11px 12px}.wrap{margin-top:16px}.grid,.help-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.grid,.help-grid{grid-template-columns:1fr}.card{padding:15px;border-radius:15px}.wrap{padding:0 10px}.actions .btn,.actions button{width:100%}.tip:hover:after,.tip:focus:after{position:fixed;left:12px;right:12px;top:auto;bottom:18px;width:auto}.brand small{display:none}h2{font-size:21px}}

.api-key-box{margin:16px 0 20px;padding:18px;border:1px solid #d7deea;border-radius:15px;background:#f8fafc}.api-key-box h3{margin-bottom:7px}.api-key-box p{color:#475467;line-height:1.55}.api-key-box .btn{width:auto}.api-key-steps{margin:14px 0 0;padding-left:22px;color:#475467;line-height:1.65}.security-note{margin-top:14px;padding:12px 13px;border-radius:11px;background:#fff4dd;color:#6b4b00;line-height:1.5}@media(max-width:620px){.api-key-box .btn{width:100%}}

.integration-status{display:flex;align-items:center;gap:11px;margin:14px 0;padding:12px 14px;border-radius:12px;border:1px solid var(--line)}.integration-status.ready{background:#eaf8f0;color:#075c34}.integration-status.pending{background:#fff4dd;color:#6b4b00}.integration-status small{display:block;margin-top:2px;color:inherit;opacity:.82}.status-dot{width:11px;height:11px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #ffffffa8}.model-note{margin-top:11px;padding:11px 13px;border-radius:11px;background:#eef2f6;color:#344054;line-height:1.5}.model-note code{font-weight:800}@media(max-width:620px){.integration-status{align-items:flex-start}}

/* v1.2 - geração de imagem */
.automation-box{margin:18px 0;padding:16px;border:1px solid #d7deea;border-radius:15px;background:#f8fafc}.automation-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.automation-title strong{display:block}.automation-title small{display:block;margin-top:3px}.switch{margin:0;display:inline-flex;align-items:center}.switch input{display:none}.switch span{position:relative;display:block;width:48px;height:28px;border-radius:999px;background:#d0d5dd;transition:.2s}.switch span:after{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;left:3px;top:3px;box-shadow:0 2px 6px #0002;transition:.2s}.switch input:checked+span{background:#101828}.switch input:checked+span:after{transform:translateX(20px)}.checkline{display:flex;align-items:flex-start;gap:9px;font-weight:650;line-height:1.45;margin-top:14px}.checkline input{width:auto;margin-top:3px;flex:0 0 auto}.billing-note{margin-top:14px;padding:12px 13px;border-radius:11px;background:#fff4dd;color:#6b4b00;line-height:1.5}.content-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:16px;align-items:start}.image-workbench{position:sticky;top:78px}.generated-preview{display:block;width:100%;max-height:680px;object-fit:contain;background:#f2f4f7;border:1px solid var(--line);border-radius:14px;margin-bottom:12px}.empty-image{min-height:280px;border:2px dashed #d0d5dd;border-radius:14px;display:grid;place-items:center;text-align:center;padding:24px;color:#667085;background:#fafbfc}.empty-image strong{display:block;color:#344054;font-size:18px}.empty-image span{display:block;margin-top:7px;max-width:280px}.tiny-thumb{width:64px;height:64px;object-fit:cover;border-radius:9px;border:1px solid var(--line)}.section-title{margin:24px 0 8px;padding-top:18px;border-top:1px solid var(--line)}.busy-overlay{position:fixed;inset:0;z-index:9999;background:#101828aa;display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(3px)}.busy-overlay.show{display:flex}.busy-card{width:min(430px,100%);background:#fff;border-radius:18px;padding:26px;text-align:center;box-shadow:0 20px 60px #0004}.busy-card strong{display:block;font-size:18px;margin:12px 0 5px}.busy-card span{display:block;color:#667085;line-height:1.45}.spinner{width:38px;height:38px;margin:auto;border:4px solid #e4e7ec;border-top-color:#101828;border-radius:50%;animation:c24spin .8s linear infinite}@keyframes c24spin{to{transform:rotate(360deg)}}button:disabled{opacity:.72;cursor:wait}
@media(max-width:900px){.content-layout{grid-template-columns:1fr}.image-workbench{position:static}}
@media(max-width:620px){.automation-title{align-items:flex-start}.generated-preview{max-height:none}.empty-image{min-height:220px}.checkline{font-size:14px}}
