:root{
  --bg:#070410;--bg2:#12041f;--panel:#13091f;--panel2:#1d0d31;--line:#43206e;--line2:#6b27ad;
  --txt:#fff7ff;--mut:#c7b7d8;--mut2:#9483a8;--pri:#a83cff;--pri2:#6d22ff;--bad:#ef4444;--ok:#22c55e;--warn:#f59e0b;
  --shadow:0 22px 70px rgba(0,0,0,.38);--glow:0 0 40px rgba(168,60,255,.20)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 100% 0,#3b0f65 0,#10051c 34%,#06030c 72%);color:var(--txt);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden}a{color:inherit}.app-shell{display:flex;min-height:100vh;width:100%}.side{width:280px;min-width:280px;background:rgba(7,4,16,.88);border-right:1px solid rgba(107,39,173,.55);padding:20px;position:sticky;top:0;height:100vh;z-index:30;backdrop-filter:blur(18px);box-shadow:14px 0 60px rgba(0,0,0,.25)}.brand{display:flex;gap:12px;align-items:center;margin:4px 0 24px;font-size:24px;font-weight:950;letter-spacing:-.03em}.brand span{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--pri),var(--pri2));box-shadow:var(--glow)}.brand small{display:block;font-size:12px;color:var(--mut2);font-weight:700;letter-spacing:0}.side nav{display:grid;gap:7px}.side a{display:flex;align-items:center;gap:10px;color:var(--mut);text-decoration:none;padding:13px 14px;border-radius:16px;font-weight:800;border:1px solid transparent;transition:.18s ease}.side a:hover,.side a.active{background:linear-gradient(135deg,rgba(168,60,255,.22),rgba(109,34,255,.13));color:#fff;border-color:rgba(168,60,255,.35);box-shadow:0 0 22px rgba(168,60,255,.12)}.main{flex:1;min-width:0;padding:22px;overflow:hidden}.top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-bottom:20px;min-height:76px}.top h1{font-size:clamp(30px,4vw,48px);line-height:1;margin:0;letter-spacing:-.05em}.top p{margin:6px 0 0;color:var(--mut);font-size:clamp(14px,2.4vw,18px)}.user-chip{display:flex;align-items:center;gap:9px;white-space:nowrap;color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(168,60,255,.25);padding:12px 15px;border-radius:18px}.menu-btn{width:54px;height:54px;border-radius:18px;border:1px solid rgba(168,60,255,.45);background:rgba(168,60,255,.13);display:none;place-items:center;gap:4px;padding:14px;cursor:pointer;box-shadow:var(--glow);margin:0}.menu-btn span{display:block;width:24px;height:3px;background:#fff;border-radius:20px}.panel,.card,.metric-banner{background:linear-gradient(160deg,rgba(29,13,49,.88),rgba(10,5,19,.96));border:1px solid rgba(107,39,173,.65);border-radius:28px;padding:clamp(18px,4vw,30px);margin-bottom:22px;box-shadow:var(--shadow),0 0 42px rgba(168,60,255,.10);max-width:100%}.panel h2{font-size:clamp(26px,4vw,42px);line-height:1.1;margin:0 0 18px;letter-spacing:-.04em}.panel h3{font-size:22px;margin:22px 0 12px}.panel p{color:var(--mut);font-size:clamp(16px,3vw,20px);line-height:1.45}.grid{display:grid;gap:16px}.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.card b{display:block;color:var(--mut);font-size:15px}.card strong{display:block;margin-top:10px;font-size:clamp(30px,5vw,44px);letter-spacing:-.05em}.metric-banner{background:linear-gradient(135deg,rgba(34,197,94,.17),rgba(6,95,70,.13));border-color:rgba(34,197,94,.38);font-size:clamp(18px,3vw,25px);color:#dcffe8}.metric-banner b{font-size:clamp(25px,5vw,40px);margin-right:8px}.form label{display:block;margin:14px 0 8px;color:#e8dafa;font-weight:850}input,textarea,select{width:100%;max-width:100%;padding:15px 16px;border:1px solid rgba(107,39,173,.70);border-radius:17px;background:rgba(6,3,12,.86);color:#fff;outline:none;font-size:16px;transition:.16s ease}input:focus,textarea:focus,select:focus{border-color:var(--pri);box-shadow:0 0 0 4px rgba(168,60,255,.12)}textarea{resize:vertical;min-height:130px}.row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;background:linear-gradient(135deg,var(--pri),var(--pri2));color:#fff;border:0;border-radius:17px;padding:13px 20px;font-weight:950;text-decoration:none;cursor:pointer;box-shadow:0 0 24px rgba(168,60,255,.24);margin-top:10px;font-size:15px;white-space:nowrap}.btn:hover,button:hover{filter:brightness(1.07);transform:translateY(-1px)}.btn.ghost{background:rgba(255,255,255,.08);border:1px solid rgba(168,60,255,.28)}.btn.danger,.danger{background:linear-gradient(135deg,#ef4444,#991b1b)}.btn.mini{padding:8px 11px;border-radius:12px;min-height:36px;font-size:12px}.table-wrap{width:100%;overflow-x:auto;border-radius:18px}table{width:100%;border-collapse:collapse;min-width:680px}th,td{text-align:left;border-bottom:1px solid rgba(107,39,173,.35);padding:14px 12px;vertical-align:top}th{color:#d9c8ef;font-size:14px;text-transform:none}td{color:#f8efff}small{color:var(--mut2);overflow-wrap:anywhere}.alert{border-radius:17px;padding:14px 16px;margin-bottom:16px;font-weight:800}.alert.ok{background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.35)}.alert.bad{background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.35)}.pill{border-radius:20px;padding:7px 11px;font-size:12px;font-weight:950;display:inline-flex}.okp{background:rgba(34,197,94,.16);color:#86efac}.badp{background:rgba(239,68,68,.16);color:#fca5a5}.checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:360px;overflow:auto;background:rgba(6,3,12,.82);border:1px solid rgba(107,39,173,.60);border-radius:18px;padding:14px}.checks label,.checkline{display:flex!important;align-items:flex-start;gap:9px;margin:0!important;font-weight:750;color:#fff}.checks input,.checkline input{width:auto;margin-top:4px}.inline{display:flex;gap:10px;align-items:flex-end;margin:0}.inline input{width:min(260px,100%)}.login-body{display:grid;place-items:center;min-height:100vh;padding:18px}.login-card{width:min(430px,94vw);background:linear-gradient(160deg,rgba(29,13,49,.92),rgba(10,5,19,.98));border:1px solid rgba(107,39,173,.70);border-radius:30px;padding:30px;box-shadow:0 0 80px rgba(168,60,255,.25)}.login-card h1{margin:0 0 8px;font-size:42px;letter-spacing:-.05em}.login-card p{color:var(--mut);margin:0 0 18px}pre{white-space:pre-wrap;background:#06030c;border:1px solid var(--line);border-radius:16px;padding:14px;max-height:360px;overflow:auto;overflow-wrap:anywhere}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.status-grid>div{background:rgba(255,255,255,.05);border:1px solid rgba(168,60,255,.22);border-radius:18px;padding:15px;min-width:0}.status-grid small{display:block;margin-bottom:8px}.status-grid b{font-size:18px;overflow-wrap:anywhere}.debug-box,.empty-state{background:rgba(245,158,11,.10);border:1px solid rgba(245,158,11,.35);border-radius:18px;padding:14px;margin-top:16px;color:#ffe6b3;overflow-wrap:anywhere}.empty-state{background:rgba(255,255,255,.05);border-color:rgba(168,60,255,.25);color:var(--mut)}code{background:rgba(255,255,255,.08);padding:3px 6px;border-radius:7px;color:#fff}.backdrop{display:none}
@media(max-width:1100px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.row{grid-template-columns:repeat(2,minmax(0,1fr))}.checks{grid-template-columns:1fr}}
@media(max-width:820px){.app-shell{display:block}.menu-btn{display:grid}.side{position:fixed;left:0;top:0;height:100dvh;transform:translateX(-105%);transition:.22s ease;width:min(86vw,310px);min-width:0}.menu-open .side{transform:translateX(0)}.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.58);backdrop-filter:blur(3px);z-index:20}.menu-open .backdrop{display:block}.main{padding:14px;width:100%;overflow:hidden}.top{grid-template-columns:auto 1fr;align-items:start}.user-chip{grid-column:2;justify-self:start;padding:0;background:transparent;border:0;color:var(--mut)}.panel,.card,.metric-banner{border-radius:24px;padding:22px}.row,.cards,.status-grid{grid-template-columns:1fr}.actions{align-items:stretch}.actions .btn,.actions button,.inline button{width:100%}.inline{width:100%;display:grid;grid-template-columns:1fr}.inline input{width:100%}table.responsive-table,table.responsive-table thead,table.responsive-table tbody,table.responsive-table th,table.responsive-table td,table.responsive-table tr{display:block;min-width:0;width:100%}table.responsive-table thead{display:none}table.responsive-table tr{border:1px solid rgba(107,39,173,.40);border-radius:18px;margin-bottom:12px;padding:10px;background:rgba(255,255,255,.035)}table.responsive-table td{border:0;display:grid;grid-template-columns:118px 1fr;gap:10px;padding:10px 8px;align-items:start}table.responsive-table td::before{content:attr(data-label);color:#d9c8ef;font-weight:950}table:not(.responsive-table){min-width:620px}.table-wrap{overflow-x:auto}.top h1{font-size:38px}.top p{font-size:15px}}
@media(max-width:430px){.main{padding:12px}.top{gap:10px}.top h1{font-size:34px}.panel h2{font-size:31px}.btn,button{white-space:normal;width:100%}table.responsive-table td{grid-template-columns:1fr;gap:4px}.brand{font-size:21px}.panel,.card,.metric-banner{padding:18px;border-radius:22px}}

/* =====================================================
   FIX MENU PROFISSIONAL: sidebar sempre fechado por padrão
   Abre somente ao tocar no botão hambúrguer, em qualquer tela.
   ===================================================== */
body{overflow-x:hidden!important}.app-shell{display:block!important;min-height:100vh!important}.menu-btn{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;min-width:54px!important;border-radius:18px!important;padding:0!important;margin:0!important;position:relative!important;z-index:45!important;background:linear-gradient(135deg,rgba(168,60,255,.95),rgba(109,34,255,.95))!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 0 28px rgba(168,60,255,.34)!important}.menu-btn span{display:block!important;width:24px!important;height:3px!important;background:#fff!important;border-radius:99px!important;position:absolute!important;left:14px!important;transition:.18s ease!important}.menu-btn span:nth-child(1){top:16px!important}.menu-btn span:nth-child(2){top:25px!important}.menu-btn span:nth-child(3){top:34px!important}.menu-open .menu-btn span:nth-child(1){top:25px!important;transform:rotate(45deg)!important}.menu-open .menu-btn span:nth-child(2){opacity:0!important}.menu-open .menu-btn span:nth-child(3){top:25px!important;transform:rotate(-45deg)!important}.side{position:fixed!important;left:0!important;top:0!important;height:100dvh!important;width:min(86vw,320px)!important;min-width:0!important;transform:translateX(-108%)!important;transition:transform .24s ease!important;z-index:40!important;padding:20px!important;border-right:1px solid rgba(168,60,255,.42)!important;background:linear-gradient(180deg,rgba(11,5,24,.97),rgba(5,2,11,.98))!important;box-shadow:22px 0 80px rgba(0,0,0,.55)!important;overflow-y:auto!important}.menu-open .side{transform:translateX(0)!important}.backdrop{display:none!important;position:fixed!important;inset:0!important;background:rgba(0,0,0,.62)!important;backdrop-filter:blur(4px)!important;z-index:35!important}.menu-open .backdrop{display:block!important}.main{width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:clamp(14px,3vw,26px)!important;overflow:hidden!important}.top{display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;min-height:76px!important;margin-bottom:20px!important}.top h1{overflow-wrap:anywhere!important}.top p{max-width:100%!important}.user-chip{justify-self:end!important}.panel,.card,.metric-banner{max-width:100%!important}.table-wrap{max-width:100%!important;overflow-x:auto!important}.side nav a{min-height:48px!important}
@media(max-width:760px){.main{padding:12px!important}.top{grid-template-columns:54px minmax(0,1fr)!important;align-items:start!important}.user-chip{grid-column:2!important;justify-self:start!important;background:transparent!important;border:0!important;padding:0!important}.top h1{font-size:clamp(30px,10vw,40px)!important}.top p{font-size:15px!important}.panel,.card,.metric-banner{padding:18px!important;border-radius:22px!important}.cards{grid-template-columns:1fr!important}.row{grid-template-columns:1fr!important}.actions{display:grid!important;grid-template-columns:1fr!important}.actions .btn,.actions button{width:100%!important}table.responsive-table,table.responsive-table thead,table.responsive-table tbody,table.responsive-table th,table.responsive-table td,table.responsive-table tr{display:block!important;min-width:0!important;width:100%!important}table.responsive-table thead{display:none!important}table.responsive-table tr{border:1px solid rgba(107,39,173,.40)!important;border-radius:18px!important;margin-bottom:12px!important;padding:10px!important;background:rgba(255,255,255,.035)!important}table.responsive-table td{border:0!important;display:grid!important;grid-template-columns:1fr!important;gap:4px!important;padding:10px 8px!important;align-items:start!important}table.responsive-table td::before{content:attr(data-label)!important;color:#d9c8ef!important;font-weight:950!important}}


.prompt-panel{margin:18px 0 22px;padding:18px;border:1px solid rgba(168,60,255,.32);border-radius:22px;background:linear-gradient(160deg,rgba(168,60,255,.09),rgba(6,3,12,.74));box-shadow:inset 0 0 40px rgba(168,60,255,.05)}
.prompt-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.prompt-head h3{margin:0 0 6px!important}.prompt-head p{margin:0;color:var(--mut);font-size:15px;line-height:1.35}.prompt-panel textarea{min-height:360px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.45}.prompt-panel small{display:block;margin-top:10px;line-height:1.45}
@media(max-width:760px){.prompt-head{display:grid;grid-template-columns:1fr}.prompt-head .btn{width:100%}.prompt-panel textarea{min-height:430px;font-size:13px}.prompt-panel{padding:14px!important}}

/* =====================================================
   CENTRAL DE LEADS IA + FOLLOW-UP
   ===================================================== */
.leads-summary .card strong{font-size:34px}.lead-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:18px;margin-top:18px}.lead-card{border:1px solid rgba(168,60,255,.30);border-radius:24px;background:linear-gradient(160deg,rgba(23,8,45,.86),rgba(5,2,12,.94));padding:18px;box-shadow:0 18px 60px rgba(0,0,0,.25),inset 0 0 42px rgba(168,60,255,.045);overflow:hidden}.lead-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.lead-head h3{margin:0;font-size:22px;line-height:1.1}.lead-head p{margin:5px 0 0;color:var(--mut);font-size:14px;overflow-wrap:anywhere}.lead-badge{display:inline-flex;align-items:center;justify-content:center;min-width:82px;padding:8px 12px;border-radius:999px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.4px}.lead-badge.buy{background:rgba(38,214,123,.18);color:#94ffbc;border:1px solid rgba(38,214,123,.36)}.lead-badge.support{background:rgba(255,189,74,.16);color:#ffd28b;border:1px solid rgba(255,189,74,.34)}.lead-badge.question{background:rgba(92,185,255,.15);color:#a8dcff;border:1px solid rgba(92,185,255,.32)}.lead-badge.neutral{background:rgba(168,60,255,.15);color:#e1c9ff;border:1px solid rgba(168,60,255,.32)}.lead-meta{display:flex;flex-wrap:wrap;gap:8px;margin:9px 0}.lead-meta span{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);padding:7px 9px;border-radius:12px;color:var(--mut);font-size:13px}.lead-meta b{color:#fff}.chat-box{display:grid;gap:8px;margin:14px 0;max-height:310px;overflow:auto;padding:10px;border-radius:18px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.06)}.chat-line{padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.42;overflow-wrap:anywhere}.chat-line.user{background:rgba(255,255,255,.06);border-top-left-radius:5px}.chat-line.bot{background:rgba(168,60,255,.18);border-top-right-radius:5px}.lead-actions{margin-top:12px}.follow-panel textarea{min-height:110px!important;font-family:inherit!important}.debug-box{margin-top:14px;padding:14px;border-radius:16px;background:rgba(255,185,70,.08);border:1px solid rgba(255,185,70,.28);color:#ffe6bd;overflow-wrap:anywhere}.empty-state{color:var(--mut);text-align:center;padding:24px!important}
@media(max-width:760px){.lead-grid{grid-template-columns:1fr}.lead-card{padding:15px;border-radius:21px}.lead-head{display:grid;grid-template-columns:1fr}.lead-badge{justify-self:start}.chat-box{max-height:360px}.lead-meta{display:grid;grid-template-columns:1fr}.leads-summary{grid-template-columns:1fr!important}}

/* =====================================================
   TELEMENSAGENS - landing pública, cliente, biblioteca e QR
   ===================================================== */
.tele-green{background:linear-gradient(135deg,#00ff8a,#00c969)!important;color:#031409!important;border-color:rgba(0,255,138,.45)!important;box-shadow:0 0 35px rgba(0,255,138,.22)!important}.tele-public-body{min-height:100vh;background:radial-gradient(circle at top left,rgba(0,255,138,.18),transparent 38%),radial-gradient(circle at bottom right,rgba(75,255,174,.10),transparent 34%),#020503;color:#fff;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif}.tele-hero{min-height:92vh;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:34px;max-width:1180px;margin:0 auto;padding:52px 22px}.tele-kicker{display:inline-flex;padding:9px 14px;border:1px solid rgba(0,255,138,.32);border-radius:999px;background:rgba(0,255,138,.08);color:#85ffc1;font-weight:900}.tele-hero h1{font-size:clamp(44px,8vw,86px);line-height:.92;margin:18px 0 16px;letter-spacing:-3px}.tele-hero p{font-size:20px;line-height:1.55;color:#cce9d8;max-width:680px}.tele-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.tele-live-card{border:1px solid rgba(0,255,138,.30);border-radius:34px;padding:32px;background:linear-gradient(160deg,rgba(0,255,138,.12),rgba(6,14,9,.94));box-shadow:0 25px 100px rgba(0,0,0,.42),inset 0 0 60px rgba(0,255,138,.05)}.tele-live-card h2{font-size:38px;margin:12px 0}.pulse-dot{width:18px;height:18px;border-radius:50%;background:#00ff8a;box-shadow:0 0 0 12px rgba(0,255,138,.12),0 0 35px rgba(0,255,138,.8);animation:pulseTele 1.4s infinite}@keyframes pulseTele{50%{box-shadow:0 0 0 18px rgba(0,255,138,.02),0 0 45px rgba(0,255,138,.65)}}.tele-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.tele-mini-stats span{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);border-radius:20px;padding:16px;color:#bfe9d0}.tele-mini-stats b{color:#fff}.tele-section{max-width:1180px;margin:0 auto;padding:34px 22px}.tele-section h2{font-size:42px;margin:0 0 20px}.tele-steps,.tele-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tele-steps>div,.tele-plan{border:1px solid rgba(0,255,138,.22);border-radius:28px;background:rgba(255,255,255,.045);padding:24px}.tele-steps b{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:#00ff8a;color:#061409}.tele-plan.hot{background:linear-gradient(160deg,rgba(0,255,138,.16),rgba(255,255,255,.05));transform:translateY(-8px);box-shadow:0 22px 80px rgba(0,255,138,.12)}.tele-plan span{color:#84ffc0;font-weight:900}.tele-plan h3{font-size:30px;margin:12px 0}.tele-plan strong{font-size:34px}.tele-plan ul{padding:0;list-style:none;display:grid;gap:9px;color:#d4f5df}.tele-footer{text-align:center;color:#9dc5ab;padding:34px}.tele-login-card{border-color:rgba(0,255,138,.28)!important;box-shadow:0 25px 90px rgba(0,255,138,.12)!important}.tele-client-body{min-height:100vh;background:radial-gradient(circle at 10% 0,rgba(0,255,138,.13),transparent 34%),#050907;color:#fff;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif}.tele-client-top{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px clamp(14px,4vw,42px);background:rgba(2,7,4,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,255,138,.16)}.tele-logo{color:#fff;text-decoration:none;font-size:21px}.tele-client-top nav{display:flex;gap:10px;flex-wrap:wrap}.tele-client-top nav a{color:#d9ffe7;text-decoration:none;border:1px solid rgba(0,255,138,.17);border-radius:999px;padding:10px 14px;background:rgba(0,255,138,.06)}.tele-client-main{max-width:1180px;margin:0 auto;padding:24px}.tele-client-title{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:12px 0 22px}.tele-client-title h1{font-size:clamp(36px,6vw,62px);margin:0;letter-spacing:-2px}.tele-client-title p{color:#badbc7}.tele-balance{min-width:138px;border:1px solid rgba(0,255,138,.26);border-radius:24px;padding:16px;background:rgba(0,255,138,.08);text-align:center}.tele-balance span{display:block;color:#a4eabd;font-size:13px}.tele-balance b{font-size:38px}.tele-client-cards .card,.tele-admin-cards .card{border-color:rgba(0,255,138,.22)!important}.tele-panel-green{border-color:rgba(0,255,138,.26)!important;background:linear-gradient(160deg,rgba(0,255,138,.10),rgba(255,255,255,.035))!important}.tele-picker-box{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(0,255,138,.18);border-radius:20px;background:rgba(0,255,138,.055);padding:16px;margin:14px 0}.tele-picker-box small{display:block;color:#a5d9b8}.tele-picker-box b{font-size:20px}.tele-credit-preview{margin:12px 0 18px;padding:14px;border-radius:16px;background:rgba(0,255,138,.08);border:1px solid rgba(0,255,138,.20);color:#d9ffe7}.tele-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.72);backdrop-filter:blur(5px);z-index:80;padding:18px}.tele-modal.open{display:flex}.tele-modal-card{width:min(980px,96vw);max-height:88vh;overflow:auto;border:1px solid rgba(0,255,138,.26);border-radius:30px;background:linear-gradient(180deg,#07110c,#030604);padding:22px;box-shadow:0 25px 120px rgba(0,0,0,.65)}.tele-modal-close{float:right;width:44px!important;height:44px!important;border-radius:50%!important;padding:0!important;background:rgba(255,255,255,.08)!important;color:#fff!important}.tele-search{margin:10px 0 16px}.tele-audio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:14px}.tele-audio-item,.tele-template-item{border:1px solid rgba(0,255,138,.16);border-radius:22px;background:rgba(255,255,255,.045);padding:16px}.tele-audio-item span,.tele-template-item span{display:inline-flex;color:#8affbf;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.4px}.tele-audio-item h3,.tele-template-item h3{margin:8px 0;font-size:20px}.tele-audio-item p,.tele-template-item p{color:#c8e6d2;font-size:14px;line-height:1.4}.tele-audio-item audio{width:100%;margin:10px 0}.tele-template-list{display:grid;gap:12px}.tele-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.tele-tabs button{width:auto!important;padding:10px 13px!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important}.tele-tabs button.active{background:linear-gradient(135deg,#00ff8a,#00c969)!important;color:#041409!important}.tele-qr-wrap{display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:center}.tele-qr-wrap img{width:300px;border-radius:24px;background:#fff;padding:14px}.tele-youtube-results{display:grid;gap:14px}.tele-youtube-results article{display:grid;grid-template-columns:160px 1fr;gap:14px;border:1px solid rgba(0,255,138,.15);border-radius:20px;padding:12px;background:rgba(255,255,255,.04)}.tele-youtube-results img{width:160px;border-radius:14px}.tele-inline-credit{display:grid;grid-template-columns:80px 1fr auto;gap:8px}.warnp{background:rgba(255,195,76,.16);color:#ffe1a3;border:1px solid rgba(255,195,76,.32)}
@media(max-width:850px){.tele-hero,.tele-steps,.tele-plans,.tele-qr-wrap{grid-template-columns:1fr}.tele-hero{padding-top:28px}.tele-live-card{padding:24px}.tele-mini-stats{grid-template-columns:1fr}.tele-client-title,.tele-picker-box,.tele-client-top{display:grid}.tele-client-top nav{display:grid;grid-template-columns:1fr 1fr 1fr}.tele-youtube-results article{grid-template-columns:1fr}.tele-youtube-results img{width:100%}.tele-inline-credit{grid-template-columns:1fr}.tele-qr-wrap img{width:100%;max-width:320px}.tele-hero h1{letter-spacing:-1px}}

/* =====================================================
   TELEMENSAGENS UI V3 - igual referência: preto + verde,
   cards compactos, modais reais e mobile premium.
   ===================================================== */
.tele-public-body,
.tele-client-body{
  --tele-bg:#05080e;
  --tele-bg2:#090e17;
  --tele-card:#0f141d;
  --tele-card2:#121923;
  --tele-line:#222b38;
  --tele-line2:#174d37;
  --tele-green:#00c776;
  --tele-green2:#079b5e;
  --tele-text:#f5fff9;
  --tele-muted:#8e99a8;
  --tele-warning:#ff7a1a;
  background:
    radial-gradient(circle at 10% 0,rgba(0,199,118,.15),transparent 28%),
    radial-gradient(circle at 100% 20%,rgba(0,110,255,.08),transparent 30%),
    #05080e!important;
  color:var(--tele-text)!important;
}
.tele-client-body .panel,
.tele-client-body .card{
  background:linear-gradient(180deg,rgba(18,25,35,.96),rgba(10,14,21,.98))!important;
  border:1px solid var(--tele-line)!important;
  box-shadow:0 18px 70px rgba(0,0,0,.42)!important;
}
.tele-green,
.tele-client-body .tele-green,
.tele-public-body .tele-green{
  background:linear-gradient(135deg,var(--tele-green),var(--tele-green2))!important;
  color:#04100b!important;
  border:1px solid rgba(0,199,118,.55)!important;
  box-shadow:0 0 0 1px rgba(0,199,118,.15),0 18px 45px rgba(0,199,118,.18)!important;
}
.tele-client-body input,
.tele-client-body textarea,
.tele-client-body select{
  background:#0a0f18!important;
  border:1px solid #273141!important;
  border-radius:8px!important;
  color:#fff!important;
  box-shadow:none!important;
}
.tele-client-body input:focus,
.tele-client-body textarea:focus,
.tele-client-body select:focus{
  border-color:var(--tele-green)!important;
  box-shadow:0 0 0 3px rgba(0,199,118,.12)!important;
}
.tele-client-top{
  background:#0a0f18!important;
  border-bottom:1px solid #1d2532!important;
  padding:13px clamp(14px,4vw,42px)!important;
  box-shadow:0 8px 26px rgba(0,0,0,.22)!important;
}
.tele-logo{font-size:18px!important;display:flex!important;align-items:center!important;gap:9px!important}
.tele-logo:before{content:'☎';display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--tele-green);color:#031008;font-size:16px}
.tele-logo b{font-size:16px!important;color:#fff!important}
.tele-client-top nav a{
  background:#0e1420!important;
  border:1px solid #222c3a!important;
  color:#e5f8ed!important;
  border-radius:8px!important;
  padding:9px 13px!important;
  font-size:13px!important;
}
.tele-client-top nav a:hover{border-color:var(--tele-green)!important;color:#fff!important}
.tele-client-main{max-width:1180px!important;padding:28px 18px 46px!important}
.tele-client-title{text-align:center!important;justify-content:center!important;margin:8px 0 20px!important}
.tele-client-title h1{font-size:clamp(27px,4vw,40px)!important;color:var(--tele-green)!important;letter-spacing:-.02em!important}
.tele-client-title p{font-size:14px!important;color:var(--tele-muted)!important;margin-top:8px!important}
.tele-balance{display:none!important}
.tele-send-page{display:grid;place-items:start center;padding:0 0 30px}
.tele-send-card{
  width:min(760px,100%);
  background:linear-gradient(180deg,#101620,#0a0f17)!important;
  border:1px solid #232d3b!important;
  border-radius:10px!important;
  box-shadow:0 24px 90px rgba(0,0,0,.48)!important;
  padding:28px!important;
}
.tele-send-head{text-align:center;margin-bottom:24px;border-bottom:1px solid #1b2431;padding-bottom:18px}
.tele-send-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;color:var(--tele-green);font-size:22px}
.tele-send-head h2{margin:0;color:var(--tele-green);font-size:26px;letter-spacing:-.03em}
.tele-send-head p{margin:8px 0 0;color:var(--tele-muted);font-size:14px;line-height:1.4}
.tele-credit-box{
  border:1px solid #1c3b32;
  background:linear-gradient(135deg,rgba(0,199,118,.08),rgba(12,18,27,.96));
  border-radius:9px;
  padding:18px;
  margin-bottom:22px;
  box-shadow:inset 0 0 40px rgba(0,199,118,.035)
}
.tele-credit-title{display:flex;gap:10px;align-items:center;margin-bottom:14px;color:#f6fff9;font-size:14px}
.tele-credit-title span{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;background:rgba(0,199,118,.15);color:var(--tele-green)}
.tele-credit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tele-credit-item{display:flex;gap:12px;align-items:center;background:#111823;border:1px solid #1d2633;border-radius:8px;padding:14px}
.tele-credit-item i{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:rgba(0,199,118,.12);font-style:normal}
.tele-credit-item b{display:block;font-size:14px;color:#fff}.tele-credit-item small{display:block;color:var(--tele-muted);font-size:12px}.tele-credit-item strong{color:var(--tele-green)}
.tele-credit-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:14px;font-size:12px;color:var(--tele-muted)}
.tele-credit-foot b{color:var(--tele-green)}
.tele-credit-alert{display:none;background:rgba(255,122,26,.10);border:1px solid rgba(255,122,26,.45);color:#ffb98b;border-radius:8px;padding:18px;margin:0 0 22px;text-align:center;line-height:1.45}
.tele-credit-alert.show{display:grid;gap:7px}
.tele-section-label{margin:18px 0 8px;color:var(--tele-green);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #273141;padding-bottom:8px}
.tele-selected-audio{
  width:100%;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;
  min-height:72px!important;background:rgba(0,199,118,.10)!important;border:1px solid rgba(0,199,118,.55)!important;
  border-radius:8px!important;margin:0 0 20px!important;padding:14px!important;text-align:left!important;color:#fff!important;box-shadow:none!important
}
.tele-selected-audio span:nth-child(2){display:grid;gap:3px;flex:1;min-width:0}.tele-selected-audio b{font-size:17px}.tele-selected-audio small{font-size:11px;color:#acb7c5;text-transform:uppercase;letter-spacing:.04em}.tele-selected-audio em{font-style:normal;color:#caffe5;font-size:12px}
.tele-play-dot{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;background:var(--tele-green)!important;color:#031008!important}
.tele-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tele-two-cols label,.tele-extra-head label,.tele-music-label{font-weight:800;color:#fff;margin:0 0 8px;display:block;font-size:14px}.tele-extra-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:8px 0}.tele-extra-head label{margin-right:auto}.tele-extra-head label span{color:#b6c0ce}.tele-extra-head small{color:#5cb8ff}.tele-template-btn{width:auto!important;min-height:30px!important;padding:6px 10px!important;border-radius:999px!important;background:rgba(0,199,118,.13)!important;border:1px solid rgba(0,199,118,.38)!important;color:#aaffd3!important;font-size:12px!important;margin:0!important;box-shadow:none!important}.tele-send-card textarea{min-height:104px!important}.tele-music-label{margin-top:16px!important}.tele-helper,.tele-final-note{font-size:12px;color:var(--tele-muted);line-height:1.4;margin:8px 0 0}.tele-final-note{margin:12px 0 14px}.tele-final-note b{color:var(--tele-green)}.tele-submit{width:100%!important;background:linear-gradient(135deg,#008f55,#00c776)!important;color:#04100b!important;border-radius:3px!important;min-height:56px!important;margin-top:6px!important;box-shadow:0 18px 40px rgba(0,199,118,.18)!important}
.tele-modal{position:fixed!important;inset:0!important;display:none!important;align-items:center!important;justify-content:center!important;background:rgba(0,0,0,.76)!important;backdrop-filter:blur(7px)!important;z-index:9999!important;padding:18px!important;overflow:auto!important}.tele-modal.open{display:flex!important}.tele-modal-card{width:min(790px,94vw)!important;max-height:82vh!important;overflow:auto!important;background:#131922!important;border:1px solid #303947!important;border-radius:4px!important;padding:26px!important;box-shadow:0 30px 120px rgba(0,0,0,.78)!important;color:#fff!important}.tele-modal-card h2{font-size:22px!important;margin:0 44px 8px 0!important;color:#fff!important}.tele-modal-card>p{font-size:14px!important;color:var(--tele-muted)!important;margin:0 0 18px!important}.tele-modal-close{position:sticky!important;top:0!important;float:right!important;width:30px!important;height:30px!important;min-height:30px!important;padding:0!important;margin:0!important;border-radius:50%!important;background:transparent!important;border:0!important;color:#aab3bf!important;font-size:22px!important;box-shadow:none!important}.tele-search{height:46px!important;border-radius:0!important;background:#101720!important;border:1px solid #303a48!important;margin:0 0 14px!important}.tele-folder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0 18px}.tele-folder-grid button{justify-content:flex-start!important;text-align:left!important;margin:0!important;min-height:52px!important;border-radius:3px!important;background:#111823!important;border:1px solid #303a48!important;color:#eef6f2!important;box-shadow:none!important;font-size:13px!important}.tele-folder-grid button:hover{border-color:var(--tele-green)!important;color:#b8ffd9!important}.tele-audio-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:13px!important}.tele-audio-item,.tele-template-item{background:#111823!important;border:1px solid #263241!important;border-radius:8px!important;padding:14px!important;box-shadow:none!important}.tele-audio-item:hover,.tele-template-item:hover{border-color:rgba(0,199,118,.55)!important}.tele-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.tele-audio-item span,.tele-template-item span{background:rgba(0,199,118,.12)!important;color:#60f0ad!important;border-radius:4px!important;padding:4px 8px!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important}.tele-audio-item h3,.tele-template-item h3{font-size:15px!important;margin:10px 0 4px!important;color:#fff!important}.tele-audio-item p,.tele-template-item p{font-size:13px!important;color:var(--tele-muted)!important;margin:0 0 10px!important;line-height:1.45!important}.tele-audio-item audio{width:100%!important;height:38px!important;margin:10px 0!important}.tele-audio-item .mini,.tele-template-item .mini{width:100%!important;margin-top:8px!important}.tele-tabs{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin:0 0 16px!important}.tele-tabs button{width:auto!important;min-height:36px!important;padding:8px 13px!important;border-radius:4px!important;background:#18202b!important;border:1px solid #2c3543!important;color:#aeb7c4!important;box-shadow:none!important;margin:0!important;font-size:12px!important}.tele-tabs button.active{background:var(--tele-green)!important;color:#031008!important;border-color:var(--tele-green)!important}.tele-template-list{display:grid!important;gap:12px!important}.tele-template-item .tele-item-top h3{margin:0!important}.tele-template-item .tele-item-top span{margin-left:auto}.tele-client-body .empty-state{background:#111823!important;border-color:#263241!important;color:#aeb7c4!important}.tele-client-body .btn.ghost{background:#151c26!important;border-color:#303a48!important;color:#fff!important}
@media(max-width:760px){
  .tele-client-top{display:flex!important;align-items:center!important;padding:10px 12px!important}.tele-logo b{font-size:14px!important}.tele-client-top nav{display:flex!important;gap:6px!important}.tele-client-top nav a{font-size:11px!important;padding:8px 9px!important}.tele-client-main{padding:18px 10px 36px!important}.tele-client-title h1{font-size:26px!important}.tele-client-title p{font-size:12px!important}.tele-send-card{padding:18px!important;border-radius:8px!important}.tele-send-head h2{font-size:23px!important}.tele-credit-grid,.tele-two-cols{grid-template-columns:1fr!important}.tele-credit-foot{display:grid}.tele-extra-head{display:grid;grid-template-columns:1fr auto;align-items:center}.tele-extra-head label{grid-column:1/-1}.tele-extra-head small{justify-self:end}.tele-folder-grid{grid-template-columns:1fr!important}.tele-modal{align-items:flex-end!important;padding:0!important}.tele-modal-card{width:100%!important;max-height:86vh!important;border-radius:16px 16px 0 0!important;padding:20px 16px!important}.tele-audio-grid{grid-template-columns:1fr!important}.tele-selected-audio{align-items:center!important}.tele-selected-audio em{display:none}.tele-play-dot{width:38px!important;height:38px!important;min-width:38px!important}.tele-send-card input,.tele-send-card textarea,.tele-send-card select{font-size:14px!important}.tele-submit{min-height:52px!important}.tele-client-body .btn, .tele-client-body button{white-space:normal!important}
}
