@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #f5f7fb;--surface: #ffffff;--surface-2: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--primary: #0ea5e9;--primary-strong: #0284c7;--primary-soft: #e0f2fe;--success: #16a34a;--success-soft: #dcfce7;--warning: #d97706;--warning-soft: #fef3c7;--danger: #dc2626;--danger-soft: #fee2e2;--muted-soft: #e2e8f0;--sidebar-bg: #0f172a;--sidebar-text: #cbd5e1;--sidebar-active: #0ea5e9;--shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 4px 16px rgba(15, 23, 42, .06);--radius: 14px}[data-theme=dark]{--bg: #0b1120;--surface: #111a2e;--surface-2: #1a2438;--border: #263248;--text: #e2e8f0;--text-muted: #94a3b8;--primary-soft: #0c2f47;--success-soft: #0d2e1c;--warning-soft: #33230a;--danger-soft: #331111;--muted-soft: #263248;--sidebar-bg: #0a0f1c;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 4px 16px rgba(0, 0, 0, .4)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}button,a{cursor:pointer}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.app-shell{display:flex;min-height:100vh}.sidebar{width:260px;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;padding:20px 14px;position:fixed;inset:0 auto 0 0;z-index:40;transition:transform .2s ease}.app-main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-width:0}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:4px 8px 20px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;font-weight:700;font-size:14px}.brand-mark--lg{width:44px;height:44px;font-size:18px;border-radius:12px}.brand-name{font-size:16px;font-weight:700;color:#fff}.sidebar__tenant{padding:12px;border-radius:10px;background:#ffffff0d;margin-bottom:16px;display:flex;flex-direction:column;gap:2px}.sidebar__tenant-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.sidebar__tenant-name{font-size:13px;color:#e2e8f0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1;min-height:0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:9px;color:var(--sidebar-text);text-decoration:none;font-size:14px;transition:background .15s ease}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item--active{background:var(--sidebar-active);color:#fff;font-weight:600}.nav-item--disabled{opacity:.55;cursor:default}.nav-item__icon{width:20px;text-align:center}.nav-item__badge{margin-left:auto;font-size:10px;text-transform:uppercase;letter-spacing:.03em;background:#ffffff14;padding:2px 6px;border-radius:6px}.nav-section{display:block;margin:16px 12px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.header{height:64px;display:flex;align-items:center;gap:12px;padding:0 24px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.header__spacer{flex:1}.header__menu{display:none}.header__user{display:flex;align-items:center;gap:10px}.header__user-meta{display:flex;flex-direction:column;line-height:1.2}.header__user-name{font-size:13px;font-weight:600}.header__user-role{font-size:11px;color:var(--text-muted)}.avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--primary-soft);color:var(--primary-strong);font-weight:700}.icon-button{border:1px solid var(--border);background:var(--surface);border-radius:9px;padding:7px 10px;cursor:pointer;font-size:15px;color:var(--text)}.icon-button:hover{background:var(--surface-2)}.app-content{padding:28px 24px;max-width:1200px;width:100%;margin:0 auto}.page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.page__title{font-size:24px;font-weight:700;margin:0 0 4px}.page__subtitle{color:var(--text-muted);margin:0;font-size:14px}.page__note{margin-top:24px;color:var(--text-muted);font-size:13px;border-top:1px solid var(--border);padding-top:16px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.status-card{padding:18px;display:flex;flex-direction:column;gap:10px}.status-card__top{display:flex;align-items:center;justify-content:space-between}.status-card__icon{font-size:22px}.status-card__title{margin:0;font-size:15px;font-weight:600}.status-card__detail{margin:0;color:var(--text-muted);font-size:13px}.badge{display:inline-flex;align-items:center;font-size:12px;font-weight:600;padding:3px 9px;border-radius:999px}.badge--ok{background:var(--success-soft);color:var(--success)}.badge--nao_configurado,.badge--em_breve{background:var(--muted-soft);color:var(--text-muted)}.badge--erro{background:var(--danger-soft);color:var(--danger)}.button{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background .18s ease,opacity .15s ease,transform .05s ease}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background:var(--primary);color:#fff}.button--primary:hover:not(:disabled){background:var(--primary-strong)}.button--ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.button--ghost:hover{background:var(--surface-2)}.button--danger{background:var(--danger-soft);border:1px solid var(--danger);color:var(--danger)}.button--danger:hover{background:var(--danger);color:#fff}.button--sm{padding:6px 12px;font-size:13px}.button--block{width:100%}.auth-page{min-height:100vh;display:flex;align-items:stretch;background:var(--bg)}.auth-layout{display:flex;width:100%}.auth-hero{flex:1;display:flex;flex-direction:column;justify-content:center;padding:56px;background:linear-gradient(150deg,#0ea5e9,#2563eb 55%,#4338ca);color:#fff;position:relative;overflow:hidden}.auth-hero:after{content:"";position:absolute;right:-120px;bottom:-120px;width:360px;height:360px;border-radius:50%;background:#ffffff14}.auth-hero__brand{display:flex;align-items:center;gap:12px;margin-bottom:40px}.auth-hero__brand .brand-mark{background:#ffffff2e;color:#fff}.auth-hero__name{font-size:20px;font-weight:700}.auth-hero__title{font-size:30px;font-weight:700;line-height:1.25;margin:0 0 28px;max-width:440px}.auth-hero__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.auth-hero__list li{display:flex;align-items:center;gap:12px;font-size:15px;opacity:.95}.auth-hero__check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#ffffff2e;flex-shrink:0}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px}.auth-card{width:100%;max-width:420px}.auth-card__title{margin:0 0 4px;font-size:24px}.auth-card__subtitle{margin:0 0 22px;color:var(--text-muted);font-size:14px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:var(--surface-2);padding:4px;border-radius:10px;margin-bottom:22px}.auth-tab{border:none;background:transparent;padding:9px;border-radius:8px;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer}.auth-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.auth-form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field span{font-size:13px;font-weight:600}.field input,.field textarea{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:10px 12px;font-size:14px;outline:none;font-family:inherit}.field input:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.textarea{width:100%;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:10px 12px;font-size:13px;outline:none;resize:vertical;font-family:SFMono-Regular,ui-monospace,Cascadia Mono,Menlo,monospace;line-height:1.5}.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.auth-error{margin:0;color:var(--danger);background:var(--danger-soft);border-radius:8px;padding:10px 12px;font-size:13px}.banner{border-radius:10px;padding:12px 16px;margin-bottom:20px;font-size:14px}.banner--error{background:var(--danger-soft);color:var(--danger)}.fullscreen-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.overlay{display:none}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}.app-main{margin-left:0}.header__menu{display:inline-flex}.overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:35}.header__user-meta{display:none}.app-content{padding:20px 16px}}.section-title{font-size:15px;font-weight:700;margin:0 0 14px}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:28px}.metric{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;display:flex;flex-direction:column;gap:4px}.metric__valor{font-size:28px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--primary)}.metric__rotulo{font-size:13px;color:var(--text-muted)}.dashboard-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.status-card--link{text-decoration:none;color:inherit;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.status-card--link:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 24px #0f172a1f}.status-card__cta{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--primary)}.status-card__cta-icon{transform:rotate(180deg)}.page--narrow{max-width:720px}.page__header-title{display:flex;align-items:center;gap:14px}.page__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--primary-soft);color:var(--primary);flex-shrink:0}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-muted);text-decoration:none;margin-bottom:18px}.back-link:hover{color:var(--primary)}.form-card{padding:24px;display:flex;flex-direction:column;gap:18px}.form-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.switch{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.switch input{position:absolute;opacity:0;width:0;height:0}.switch__track{width:40px;height:22px;border-radius:999px;background:var(--muted-soft);position:relative;transition:background .18s ease;flex-shrink:0}.switch__track:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .18s ease;box-shadow:0 1px 2px #0003}.switch input:checked+.switch__track{background:var(--success)}.switch input:checked+.switch__track:after{transform:translate(18px)}.switch input:focus-visible+.switch__track{outline:2px solid var(--primary);outline-offset:2px}.switch__label{font-size:13px;font-weight:600}.field__req{color:var(--danger);font-style:normal;margin-left:2px}.field__control{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.field__control:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.field__control input{flex:1;min-width:0;border:none;background:transparent;outline:none;box-shadow:none;padding:10px 12px;font-size:14px;color:var(--text);border-radius:0}.field__control input:focus{border:none;box-shadow:none}.field__reveal{border:none;border-left:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);padding:0 14px;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0}.field__reveal:hover{background:var(--muted-soft);color:var(--text)}.field__hint{margin:0;font-size:12px;color:var(--text-muted)}.form-card__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:4px}.form-card__actions-right{display:flex;gap:12px}.danger-zone{margin-top:20px;padding:18px;border:1px solid var(--danger);border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:var(--danger-soft)}.danger-zone__text{margin:0;font-size:13px;color:var(--danger)}.run-card{padding:20px;display:flex;align-items:flex-end;gap:12px;margin-bottom:24px;flex-wrap:wrap}.run-card .field{flex:1;min-width:240px}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap}.table td{padding:12px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--surface-2)}.table__termos{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted)}.table__actions{text-align:right;white-space:nowrap}.badge--exec-executando{background:var(--warning-soft);color:var(--warning)}.badge--exec-sucesso{background:var(--success-soft);color:var(--success)}.badge--exec-falha{background:var(--danger-soft);color:var(--danger)}.badge--desconto{background:var(--success-soft);color:var(--success)}.oferta{display:flex;align-items:center;gap:12px;max-width:420px}.oferta__thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;background:var(--surface-2);flex-shrink:0}.oferta__meta{display:flex;flex-direction:column;min-width:0}.oferta__titulo{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oferta__termo{font-size:12px;color:var(--text-muted)}.oferta__preco{display:flex;flex-direction:column;gap:2px}.oferta__preco-original{font-size:12px;color:var(--text-muted)}.filter-bar{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.filter-bar__search{display:flex;align-items:center;gap:8px;flex:1;min-width:220px;max-width:420px;border:1px solid var(--border);border-radius:10px;padding:0 12px;background:var(--surface);color:var(--text-muted)}.filter-bar__search input{flex:1;border:none;outline:none;background:transparent;color:var(--text);padding:10px 0;font-size:14px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;gap:8px;border:1px dashed var(--border);border-radius:var(--radius)}.empty-state__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:var(--surface-2);color:var(--text-muted);margin-bottom:8px}.empty-state__title{margin:0;font-size:16px;font-weight:700}.empty-state__text{margin:0;font-size:13px;color:var(--text-muted);max-width:360px}.skeleton-row{height:60px;border-radius:var(--radius);background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;margin-bottom:14px}@keyframes shimmer{to{background-position:-200% 0}}.toast-stack{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:100;max-width:calc(100vw - 32px)}.toast{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;box-shadow:0 8px 24px #0f172a2e;font-size:14px;font-weight:500;color:#fff;animation:toast-in .18s ease;min-width:260px}.toast__icon{display:inline-flex;flex-shrink:0}.toast__msg{flex:1}.toast__close{background:transparent;border:none;color:inherit;opacity:.7;padding:2px;display:inline-flex}.toast__close:hover{opacity:1}.toast--sucesso{background:var(--success)}.toast--erro{background:var(--danger)}.toast--info{background:var(--primary-strong)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.toast-stack{left:16px;right:16px;bottom:16px}.form-card__actions{flex-direction:column;align-items:stretch}.form-card__actions-right{justify-content:flex-end}.danger-zone{flex-direction:column;align-items:stretch}}.sidebar__brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-subtitle{font-size:11px;color:#64748b;letter-spacing:.04em;text-transform:uppercase}.nav-item{transition:background .15s ease,color .15s ease}.nav-item--active{box-shadow:inset 3px 0 0 var(--sidebar-active)}.sidebar__footer{margin-top:auto;padding-top:16px;flex-shrink:0;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:10px}.sidebar__user{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.sidebar__user .avatar{background:#ffffff1a;color:#e2e8f0}.sidebar__user-meta{display:flex;flex-direction:column;min-width:0}.sidebar__user-name{font-size:13px;font-weight:600;color:#e2e8f0}.sidebar__tenant-name{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__logout{background:transparent;border:none;color:#64748b;padding:8px;border-radius:8px;display:inline-flex}.sidebar__logout:hover{color:#fff;background:#ffffff14}.ml-sessao{padding:22px;margin-bottom:20px;display:flex;flex-direction:column;gap:14px}.ml-sessao__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.ml-sessao__status{display:flex;align-items:center;gap:8px}.ml-sessao__expira{margin:0;font-size:13px;color:var(--text-muted)}.ml-sessao__actions{display:flex;gap:12px;flex-wrap:wrap}.termos-form{padding:16px;display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.termos-form__input{display:flex;align-items:center;gap:8px;flex:1;min-width:220px;border:1px solid var(--border);border-radius:10px;padding:0 12px;background:var(--surface);color:var(--text-muted)}.termos-form__input input{flex:1;border:none;outline:none;background:transparent;color:var(--text);padding:10px 0;font-size:14px}.termos-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.termo-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.termo-item__text{font-size:14px;font-weight:500}.top-termos{padding:20px;margin-bottom:24px}.top-termos__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.top-termos__item{display:grid;grid-template-columns:160px 1fr 40px;align-items:center;gap:14px}.top-termos__termo{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-termos__bar{height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.top-termos__bar-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),#6366f1)}.top-termos__qtd{font-size:13px;font-weight:600;color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums}.run-card__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}@media(max-width:768px){.auth-hero{display:none}.auth-main{padding:24px 16px}.top-termos__item{grid-template-columns:120px 1fr 32px;gap:10px}}.table__resultado{color:var(--text-muted);white-space:nowrap}.run-card--block{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:24px}.run-card__hint{margin:0;font-size:13px;color:var(--text-muted)}.run-card__footer{display:flex;justify-content:flex-end}.chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 8px 6px 12px;background:var(--primary-soft);color:var(--primary-strong);border-radius:999px;font-size:13px;font-weight:500}.chip__remove{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--primary-strong);opacity:.7;padding:2px;border-radius:50%}.chip__remove:hover{opacity:1;background:#0284c71f}
