:root { --ink:#17343a; --muted:#65777a; --line:#d8e2e2; --paper:#fff; --wash:#f3f7f7; --teal:#0b5962; --teal-dark:#07454c; --teal-pale:#e1f0ef; --danger:#aa3940; font-family:"Avenir Next",Avenir,"Segoe UI",sans-serif; color:var(--ink); background:var(--wash); }
* { box-sizing:border-box; } body { margin:0; min-width:320px; } button,input { font:inherit; } button { cursor:pointer; } button:disabled { cursor:not-allowed; opacity:.55; }
[hidden] { display:none !important; }
:focus-visible { outline:3px solid #e0a632; outline-offset:2px; } .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.auth-view { min-height:100vh; display:grid; place-content:center; gap:22px; padding:24px; background:linear-gradient(145deg,#e4f0ef 0%,#f7fbfb 55%,#d7e9e8 100%); }
.auth-mark { width:48px; height:48px; display:grid; place-items:center; margin:auto; border-radius:14px; background:var(--teal); color:#fff; font-size:25px; font-weight:750; box-shadow:0 8px 22px #0b596233; }.auth-card { width:min(100%,420px); padding:34px; background:var(--paper); border:1px solid var(--line); border-radius:16px; box-shadow:0 16px 45px #23484c1a; }.product-name { color:var(--teal); font-weight:700; margin:0 0 24px; }.auth-card h1,.page-heading h1 { margin:0; letter-spacing:-.035em; }.auth-card h1 { font-size:28px; }.auth-card > p:not(.product-name) { color:var(--muted); margin:8px 0 26px; }.auth-card form { display:grid; gap:8px; }.auth-card label,.filters label,.search-label { font-size:14px; font-weight:650; }.auth-card input,.filters input,.search-label input { width:100%; min-height:42px; padding:8px 10px; color:var(--ink); background:#fff; border:1px solid #afc1c2; border-radius:7px; }.field-help { color:var(--muted); font-size:13px; margin:0 0 8px; }.form-error { color:var(--danger); margin:0 0 8px; font-size:14px; }
.topbar { min-height:64px; display:flex; align-items:center; justify-content:space-between; padding:0 max(24px,calc((100% - 1180px)/2)); background:#fff; border-bottom:1px solid var(--line); }.wordmark { color:var(--teal); text-decoration:none; font-size:20px; font-weight:750; letter-spacing:-.04em; }.topbar-meta,.actions { display:flex; align-items:center; gap:12px; }.connection { display:inline-flex; align-items:center; gap:7px; font-size:13px; }.connection::before { content:""; width:8px; height:8px; border-radius:50%; background:#89989a; }.connection.connected::before { background:#268461; }.connection.error::before { background:var(--danger); }.updated { color:var(--muted); font-size:13px; }
.page { width:min(100% - 48px,1180px); margin:0 auto; padding:46px 0 64px; }.page-heading,.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; }.page-heading h1 { font-size:34px; }.page-heading p,.section-heading p { margin:8px 0 0; color:var(--muted); }.button { min-height:40px; padding:0 15px; border:1px solid transparent; border-radius:7px; font-weight:650; }.primary { color:#fff; background:var(--teal); }.primary:hover { background:var(--teal-dark); }.quiet { color:var(--teal-dark); background:#fff; border-color:#b9cbcb; }.quiet:hover { background:var(--teal-pale); }.filters { display:flex; align-items:end; flex-wrap:wrap; gap:12px; margin:34px 0 18px; padding:15px; background:#eaf2f2; border-left:3px solid var(--teal); }.filters label { display:grid; gap:5px; }.filters input { min-width:142px; }.quick-dates { display:flex; gap:2px; margin-right:auto; }.date-button { min-height:36px; padding:0 10px; color:var(--teal-dark); background:transparent; border:0; border-radius:5px; }.date-button:hover,.date-button.active { background:#d4e7e6; }.filter-submit { min-height:42px; }.notice { margin:0 0 18px; padding:11px 14px; color:#4b5960; background:#fff5d8; border-left:3px solid #c78b13; font-size:14px; }
.metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:38px; }.metrics article { padding:19px 20px 17px; background:#fff; border:1px solid var(--line); border-radius:10px; }.metrics span,.metrics small { display:block; }.metrics span { color:var(--muted); font-size:14px; }.metrics strong { display:block; margin:7px 0 3px; color:var(--teal-dark); font-size:31px; letter-spacing:-.045em; }.metrics small { color:#758587; font-size:12px; }.group-section { background:#fff; border:1px solid var(--line); border-radius:10px; overflow:hidden; }.section-heading { padding:22px 22px 18px; }.section-heading h2,.empty h2,.integration h2 { margin:0; font-size:19px; letter-spacing:-.02em; }.search-label { width:240px; display:grid; gap:5px; color:var(--muted); font-weight:500; }.table-wrap { overflow:auto; border-top:1px solid var(--line); } table { width:100%; border-collapse:collapse; min-width:710px; } th,td { padding:15px 22px; text-align:left; border-bottom:1px solid #e5ecec; } th { color:#506468; background:#f8faf9; font-size:12px; font-weight:700; } td { font-size:14px; } tbody tr:last-child td { border-bottom:0; } td:first-child { color:#173f45; font-weight:650; }.empty { padding:54px 24px; text-align:center; border-top:1px solid var(--line); }.empty p { max-width:440px; margin:10px auto 20px; color:var(--muted); }.integration { display:flex; align-items:start; justify-content:space-between; gap:18px; margin-top:16px; padding:18px 20px; background:#eaf2f2; border:1px solid #c9dcdb; border-radius:9px; }.integration p { max-width:600px; margin:5px 0 0; color:var(--muted); }
@media (max-width:680px) { .topbar { padding:0 18px; }.updated { display:none; }.page { width:min(100% - 32px,1180px); padding-top:28px; }.page-heading,.section-heading { align-items:start; flex-direction:column; }.page-heading h1 { font-size:29px; }.actions { width:100%; }.actions .button { flex:1; }.filters { align-items:stretch; }.quick-dates { width:100%; margin:0; }.date-button { flex:1; }.filters label { flex:1; }.filter-submit { width:100%; }.metrics { grid-template-columns:1fr; gap:8px; }.metrics article { display:grid; grid-template-columns:1fr auto; align-items:center; padding:14px 16px; }.metrics strong { grid-column:2; grid-row:1 / span 2; margin:0; }.search-label { width:100%; }.section-heading { padding:18px; }.integration { flex-direction:column; }.auth-card { padding:27px 22px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition:none!important; } }

.tabs { display:flex; align-self:stretch; gap:4px; margin-left:auto; margin-right:24px; }
.tab { padding:0 10px; color:var(--muted); background:transparent; border:0; border-bottom:3px solid transparent; font-size:14px; font-weight:650; }
.tab:hover,.tab.active { color:var(--teal-dark); border-bottom-color:var(--teal); }
.visible-message { position:fixed; z-index:3; right:18px; bottom:18px; max-width:min(440px,calc(100% - 36px)); margin:0; padding:11px 14px; color:#763036; background:#fdebed; border-left:3px solid var(--danger); box-shadow:0 5px 16px #17343a22; font-size:14px; }
.assistant-grid,.audio-grid { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(260px,.8fr); gap:16px; margin-top:30px; }
.chat-card,.assistant-note,.audio-card,.voice-card { padding:22px; background:#fff; border:1px solid var(--line); border-radius:10px; }
.chat-history { min-height:260px; max-height:440px; overflow:auto; padding:4px 0 12px; }
.chat-placeholder { color:var(--muted); }
.message { max-width:84%; margin:12px 0; padding:11px 13px; border-radius:9px; white-space:pre-wrap; line-height:1.45; }
.message.user { margin-left:auto; color:#fff; background:var(--teal); }
.message.assistant { background:#edf4f4; }
.message-actions { margin:0 0 18px; }
.message-actions button,.prompt-examples button { padding:6px 8px; color:var(--teal-dark); background:#fff; border:1px solid #b9cbcb; border-radius:5px; font-size:13px; }
.prompt-examples { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:10px; }
.chat-form { display:grid; grid-template-columns:1fr auto; align-items:end; gap:10px; }
textarea,select { width:100%; padding:9px 10px; color:var(--ink); background:#fff; border:1px solid #afc1c2; border-radius:7px; resize:vertical; }
.assistant-note p,.voice-card p { color:var(--muted); line-height:1.45; }
.audio-card,.voice-card { display:grid; align-content:start; gap:8px; }.audio-card h2,.voice-card h2 { margin:0 0 6px; font-size:19px; }
.audio-mode { display:flex; flex-wrap:wrap; gap:12px; padding:0; margin:0 0 8px; border:0; }.audio-mode legend { margin-bottom:6px; font-size:14px; font-weight:650; }.audio-mode label { font-size:14px; }
.whatsapp-qr { display:block; width:min(100%,240px); margin:12px 0; border:1px solid var(--line); border-radius:7px; background:#fff; }
.audio-preview { display:grid; gap:10px; margin-top:10px; padding-top:16px; border-top:1px solid var(--line); }.audio-preview p { margin:0; color:var(--muted); font-size:13px; }.audio-preview audio { width:100%; }
.recording-actions { display:flex; align-items:center; gap:10px; }.recording-actions span { color:var(--muted); font-size:13px; }.consent { display:flex; align-items:start; gap:8px; margin:8px 0; font-size:14px; }
dialog { width:min(100% - 32px,520px); padding:0; color:var(--ink); background:#fff; border:1px solid var(--line); border-radius:10px; box-shadow:0 20px 65px #17343a44; }.send-dialog { padding:22px; }.send-dialog h2 { margin:0; }.send-dialog > p { color:var(--muted); }.send-groups { max-height:300px; overflow:auto; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }.send-groups label { display:flex; gap:9px; padding:11px 2px; border-bottom:1px solid #edf1f1; }.dialog-actions { display:flex; justify-content:flex-end; gap:10px; margin-top:18px; }.send-results { margin:16px 0; white-space:pre-wrap; }
@media (max-width:680px) { .tabs { order:3; width:100%; min-height:38px; margin:0; }.topbar { flex-wrap:wrap; padding-top:7px; }.topbar-meta { margin-left:auto; }.tab { flex:1; }.assistant-grid,.audio-grid { grid-template-columns:1fr; }.chat-form { grid-template-columns:1fr; }.chat-form .button { width:100%; } }

/* Promo Indica: operations console */
:root { --ink:#202427; --muted:#687077; --line:#e4e5e4; --paper:#fff; --wash:#f7f7f5; --teal:#2b3134; --teal-dark:#171a1b; --teal-pale:#f1f2ef; --yellow:#f7c948; --yellow-dark:#d9a700; --danger:#b1433e; font-family:Inter,"Avenir Next",Avenir,"Segoe UI",sans-serif; background:var(--wash); }
body { background:var(--wash); } .topbar { position:fixed; z-index:5; inset:0 auto 0 0; width:224px; min-height:100vh; display:flex; flex-direction:column; align-items:stretch; justify-content:flex-start; padding:26px 16px; background:#202425; border:0; color:#fff; } .wordmark { display:block; margin:4px 12px 32px; color:#fff; font-size:20px; line-height:.87; letter-spacing:-.075em; } .wordmark-dot { color:var(--yellow); font-size:15px; vertical-align:top; } .tabs { display:grid; align-self:auto; gap:4px; margin:0; } .tab { min-height:42px; padding:0 12px; border:0; border-radius:7px; color:#bfc3c2; text-align:left; font-size:14px; font-weight:650; } .tab:hover,.tab.active { color:#202425; background:var(--yellow); border:0; } .topbar-meta { display:grid; gap:10px; margin-top:auto; padding:16px 12px 0; border-top:1px solid #454a4a; } .connection,.updated { color:#d6d9d8; line-height:1.25; } .connection.connected::before { background:#69cd89; } .topbar .quiet { color:#fff; background:transparent; border-color:#606766; } .page { width:min(calc(100% - 288px),1320px); margin-left:256px; padding:48px 0 72px; } .page-heading h1 { font-size:38px; font-weight:760; } .page-heading p { max-width:650px; } .section-kicker { margin:0 0 7px !important; color:#8b6400 !important; font-size:13px; font-weight:750; } .surface { background:var(--paper); border:1px solid var(--line); border-radius:12px; box-shadow:0 5px 18px rgba(26,28,27,.04); } .button { border-radius:7px; transition:background-color .15s ease, border-color .15s ease; } .primary { color:#1c1c19; background:var(--yellow); } .primary:hover { background:#ffd768; } .quiet { color:#303436; border-color:#cfd1ce; } .quiet:hover { background:#f6f7f4; } .danger { color:#fff; background:var(--danger); } .promo-panel .notice { border-left-color:var(--yellow-dark); } .error-notice { color:#822c2a; background:#fff0ef !important; border-left-color:var(--danger) !important; }
.inline-form { display:flex; gap:8px; align-items:center; } .inline-form input,.stack-form input,.schedule-form input,.schedule-form select { min-height:42px; padding:8px 10px; border:1px solid #cdd0cc; border-radius:7px; } .inline-form input { width:270px; } .promo-metrics { grid-template-columns:repeat(5,1fr); margin:30px 0 18px; } .promo-metrics article { min-height:106px; border-radius:10px; } .promo-metrics strong { color:#222726; }
.offer-workspace { display:grid; grid-template-columns:minmax(460px,1.45fr) minmax(320px,.9fr); gap:18px; align-items:start; } .offer-list { overflow:hidden; } .offer-list .section-heading,.offer-preview .section-heading { align-items:center; padding:20px; } .offer-list select { min-height:38px; padding:0 8px; color:var(--ink); background:#fff; border:1px solid #cdd0cc; border-radius:6px; } .offer-rows { border-top:1px solid var(--line); } .offer-row { display:grid; grid-template-columns:72px minmax(0,1fr) auto; gap:14px; align-items:center; padding:14px 20px; border-bottom:1px solid var(--line); background:#fff; } .offer-row:hover { background:#fffcf2; } .offer-row img { width:72px; height:72px; object-fit:contain; background:#f6f6f5; border-radius:7px; } .offer-row h3 { margin:0 0 4px; font-size:15px; line-height:1.25; } .offer-row p { margin:0 0 3px; font-weight:720; } .offer-row small { color:var(--muted); font-size:12px; } .offer-row-actions { display:flex; gap:7px; } .offer-row-actions .button { min-height:36px; padding:0 10px; font-size:13px; }
.offer-preview { position:sticky; top:24px; overflow:hidden; } .whatsapp-card { display:grid; gap:8px; margin:0 20px 16px; overflow:hidden; background:#efece6; border:1px solid #e5e1d9; border-radius:10px; } .wa-bar { padding:10px 13px; color:#fff; background:#267a54; font-weight:700; font-size:13px; } .whatsapp-card img { width:100%; max-height:280px; object-fit:contain; background:#fff; } .whatsapp-card strong,.whatsapp-card span,.whatsapp-card p { margin:0 13px; } .whatsapp-card strong { font-size:16px; line-height:1.3; } .whatsapp-card span { font-size:23px; font-weight:800; } .whatsapp-card p { margin-bottom:14px; white-space:pre-wrap; color:#343735; font-size:13px; line-height:1.45; } .preview-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; padding:0 20px 20px; } .preview-actions .primary { grid-column:span 2; }
.artwork-panel { display:grid; gap:10px; padding:20px; border-top:1px solid var(--line); } .artwork-panel .section-heading { padding:0; align-items:start; } .artwork-panel label { display:grid; gap:6px; font-size:13px; font-weight:680; } .artwork-compare { display:grid; grid-template-columns:1fr 1fr; gap:8px; } .artwork-compare figure { min-width:0; margin:0; padding:6px; background:#f4f4f1; border:1px solid var(--line); border-radius:7px; } .artwork-compare img { width:100%; aspect-ratio:1; object-fit:contain; background:#fff; } .artwork-compare figcaption { padding-top:5px; color:var(--muted); font-size:12px; } .artwork-actions { display:flex; flex-wrap:wrap; gap:8px; } .artwork-panel textarea { min-height:108px; } .artwork-panel input[type="file"] { max-width:100%; font-size:13px; } .artwork-panel .consent { align-items:start; }
.schedule-layout { display:grid; grid-template-columns:minmax(350px,.9fr) minmax(420px,1.3fr); gap:18px; margin-top:28px; } .schedule-form { display:grid; gap:20px; padding:22px; } .schedule-form fieldset { padding:0; margin:0; border:0; } .schedule-form legend { margin-bottom:10px; font-weight:720; } .schedule-state { display:flex; justify-content:space-between; align-items:center; padding-bottom:18px; border-bottom:1px solid var(--line); } .status-pill { display:inline-flex; padding:5px 9px; color:#6a4a00; background:#fff4cf; border-radius:999px; font-size:13px; font-weight:720; } .status-pill.active { color:#14633f; background:#e0f5e8; } .switch,.consent { display:flex; gap:8px; align-items:center; font-size:14px; } .time-fields { display:grid; gap:8px; margin-bottom:10px; } .time-field { display:flex; gap:8px; } .time-field input { flex:1; } .icon-button { min-height:42px; padding:0 10px; color:#586064; background:#fff; border:1px solid #cdd0cc; border-radius:7px; font-size:13px; } .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; } .form-grid label,.stack-form label { display:grid; gap:6px; font-size:13px; font-weight:680; } .job-list { max-height:540px; overflow:auto; } .job-row { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 20px; border-top:1px solid var(--line); } .job-row strong { font-size:14px; text-transform:capitalize; } .job-row p { max-width:520px; margin:3px 0 0; color:var(--muted); font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .job-unknown { border-left:3px solid var(--yellow-dark); }
.connections-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:28px; } .connections-grid .surface { padding:22px; } .connections-grid h2 { margin:0 0 16px; font-size:19px; } .stack-form { display:grid; gap:10px; } .stack-form select { min-height:42px; padding:8px 10px; border:1px solid #cdd0cc; border-radius:7px; background:#fff; } .simple-list { display:grid; gap:0; margin-top:18px; border-top:1px solid var(--line); } .simple-item { padding:10px 0; border-bottom:1px solid var(--line); color:#3e4546; font-size:13px; } .simple-item.with-action { display:flex; align-items:center; justify-content:space-between; gap:8px; } .text-button { padding:0; color:#756000; background:transparent; border:0; font-size:13px; font-weight:720; text-decoration:underline; } .worker-card hr { margin:22px 0; border:0; border-top:1px solid var(--line); } .token-result { margin-top:14px; padding:12px; background:#fff6d9; border:1px solid #f0d77d; border-radius:7px; } .token-result p { margin:0 0 8px; font-size:13px; } .token-result code { display:block; max-width:100%; margin-bottom:10px; overflow:auto; padding:8px; background:#202425; color:#fff; border-radius:4px; font-size:12px; }
@media (max-width:1100px) { .promo-heading { align-items:flex-start; flex-direction:column; } .promo-metrics { grid-template-columns:repeat(3,1fr); } .offer-workspace,.schedule-layout { grid-template-columns:1fr; } .offer-preview { position:static; } .connections-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:760px) { .topbar { position:static; width:auto; min-height:0; padding:14px 16px 0; } .wordmark { margin:3px 0 14px; } .tabs { display:flex; overflow:auto; margin:0 -16px; padding:0 16px 12px; } .tab { flex:0 0 auto; min-height:34px; padding:0 10px; } .topbar-meta { display:none; } .page { width:min(100% - 32px,1320px); margin:0 auto; padding:30px 0 52px; } .page-heading h1 { font-size:31px; } .page-heading,.promo-heading { align-items:start; } .inline-form { width:100%; } .inline-form input { min-width:0; flex:1; width:auto; } .promo-metrics { grid-template-columns:1fr 1fr; gap:8px; } .promo-metrics article:last-child { grid-column:span 2; } .offer-row { grid-template-columns:58px minmax(0,1fr); padding:12px; } .offer-row img { width:58px; height:58px; } .offer-row-actions { grid-column:2; } .connections-grid { grid-template-columns:1fr; } .form-grid { grid-template-columns:1fr; } }
