:root{
  --tv-page-bg:#f6f8fc;
  --tv-card:#fff;
  --tv-text:#0b234a;
  --tv-muted:#667894;
  --tv-border:#e2e8f1;
  --tv-blue:#3563e9;
  --tv-blue-hover:#2f57d5;
  --tv-gold:#d2a91e;
}
body{background:var(--tv-page-bg)}
#app{padding:24px 32px}
.tv-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tv-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0 0 20px}
.tv-summary .tv-stat{display:flex;align-items:center;gap:12px;min-height:92px;padding:16px;border:1px solid var(--tv-border);border-radius:16px;background:var(--tv-card);color:var(--tv-text);text-align:left;box-shadow:0 8px 24px rgba(11,35,74,.055);transition:border-color .18s,box-shadow .18s,transform .18s}
.tv-summary .tv-stat:hover{border-color:#c8d4e8;box-shadow:0 12px 28px rgba(11,35,74,.09);transform:translateY(-1px)}
.tv-summary .tv-stat.is-active{border-color:#b7c8fb;box-shadow:0 0 0 2px rgba(53,99,233,.1),0 10px 24px rgba(11,35,74,.07)}
.tv-stat-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:12px;background:#edf3ff;color:var(--tv-blue)}
.tv-stat:nth-child(2) .tv-stat-icon{background:#fff5dd;color:#9a6900}
.tv-stat:nth-child(3) .tv-stat-icon{background:#e7f8ef;color:#087849}
.tv-stat:nth-child(4) .tv-stat-icon{background:#eaf1ff;color:#285bc4}
.tv-stat:nth-child(5) .tv-stat-icon{background:#fff0f1;color:#b42332}
.tv-stat:nth-child(6) .tv-stat-icon{background:#f1edff;color:#6b4ce6}
.tv-stat-copy{display:grid;gap:3px;min-width:0}
.tv-summary .tv-stat-copy small{color:var(--tv-muted);font-size:.76rem;font-weight:650;white-space:nowrap}
.tv-summary .tv-stat-copy strong{color:var(--tv-text);font-size:1.65rem;line-height:1;font-weight:750}
.tv-panel{padding:24px!important;border:1px solid var(--tv-border)!important;border-radius:20px!important;background:var(--tv-card)!important;box-shadow:0 12px 34px rgba(11,35,74,.055)!important}
.tv-panel-head{gap:18px;margin-bottom:16px}
.tv-panel-head h3{margin:0;color:var(--tv-text);font-size:1.3rem}
.tv-panel-head p{margin:5px 0 0;color:var(--tv-muted);font-size:.82rem}
.tv-create{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 17px;border-radius:12px;background:var(--tv-blue);color:#fff;font-size:.84rem;font-weight:700;box-shadow:0 8px 18px rgba(53,99,233,.2)}
.tv-create:hover{background:var(--tv-blue-hover)}
.tv-list-tools{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.tv-list-tools label{display:flex;align-items:center;gap:10px;width:min(520px,100%);min-height:44px;padding:0 14px;border:1px solid var(--tv-border);border-radius:12px;background:#f9fbfe;color:#8493aa}
.tv-list-tools label:focus-within{border-color:#9bb2f7;box-shadow:0 0 0 3px rgba(53,99,233,.1)}
.tv-list-tools input{width:100%;padding:0;border:0;outline:0;background:transparent;color:var(--tv-text);font:inherit;font-size:.84rem}
.tv-list{display:grid;gap:10px}
.tv-card{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:center;gap:14px 20px;padding:17px 18px;border:1px solid var(--tv-border);border-radius:16px;background:#fff;transition:border-color .18s,box-shadow .18s,transform .18s}
.tv-card:hover{border-color:#ccd7e8;box-shadow:0 9px 22px rgba(11,35,74,.06);transform:translateY(-1px)}
.tv-voucher-main{display:flex!important;align-items:center;gap:13px;min-width:0}
.tv-voucher-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:12px;background:#edf3ff;color:var(--tv-blue)}
.tv-voucher-main>div{display:grid;gap:2px;min-width:0}
.tv-voucher-main .tv-reference{color:var(--tv-blue);font-size:.78rem;font-weight:750;letter-spacing:.02em}
.tv-voucher-main b{overflow:hidden;color:var(--tv-text);font-size:.96rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.tv-voucher-main small{color:var(--tv-muted);font-size:.76rem}
.tv-voucher-state{display:grid;justify-items:end;gap:5px}
.tv-voucher-state>small{color:#8493aa;font-size:.68rem}
.tv-status{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}
.tv-status.pending{background:#fff5dd;color:#946200}
.tv-status.issued{background:#e5f8ee;color:#087849}
.tv-status.sent-to-customer{background:#e8efff;color:#285bc4}
.tv-status.deleted{background:#fff0f1;color:#aa2635}
.tv-card-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap;padding-top:12px;border-top:1px solid #edf1f6}
.tv-card-actions button,.tv-card-actions .button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 12px;border-radius:10px;font-size:.75rem;font-weight:650;line-height:1;white-space:nowrap;text-decoration:none}
.tv-card-actions .tv-action-primary{order:-5;border-color:var(--tv-blue);background:var(--tv-blue);color:#fff}
.tv-card-actions .tv-action-primary:hover{background:var(--tv-blue-hover)}
.tv-card-actions .tv-action-whatsapp{order:-4;border-color:#bfe8d2;background:#eaf9f1;color:#087849}
.tv-card-actions .tv-action-email{order:-3;border-color:#d6e1f4;background:#eff4fb;color:#23426f}
.tv-card-actions .secondary{border-color:#d8e0ec;background:#fff;color:#29405f}
.tv-card-actions .danger{border-color:#ffd8dc;background:#fff0f1;color:#b42332}
.tv-card.is-deleted{background:#f8fafc;opacity:1}
.tv-card.is-deleted .tv-voucher-icon{background:#edf0f4;color:#7a879a}
.tv-card.is-deleted .tv-voucher-main b,.tv-card.is-deleted .tv-reference{color:#536178}
.tv-empty{display:grid;justify-items:center;gap:8px;padding:46px 20px;color:var(--tv-muted);text-align:center}
.tv-empty>.tv-icon{width:30px;height:30px;color:#8da0bd}
.tv-empty h4,.tv-empty p{margin:0}.tv-empty h4{color:var(--tv-text)}
button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(53,99,233,.25);outline-offset:2px}
@media(max-width:1320px){.tv-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){#app{padding:22px 24px}.tv-panel{padding:20px!important}.tv-card{grid-template-columns:1fr auto}.tv-card-actions{justify-content:flex-start}}
@media(max-width:640px){#app{padding:18px 16px}.tv-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.tv-summary .tv-stat{min-height:78px;padding:12px;gap:9px}.tv-stat-icon{width:36px;height:36px;flex-basis:36px}.tv-summary .tv-stat-copy strong{font-size:1.35rem}.tv-panel{padding:16px!important;border-radius:16px!important}.tv-panel-head{align-items:stretch}.tv-panel-head,.tv-list-tools{display:grid}.tv-create{width:100%}.tv-card{grid-template-columns:1fr;padding:15px}.tv-voucher-state{justify-items:start}.tv-card-actions{display:grid;grid-template-columns:1fr 1fr}.tv-card-actions button,.tv-card-actions .button{width:100%;min-height:42px}.tv-card-actions .tv-action-primary{grid-column:1/-1}.tv-voucher-main b{white-space:normal}}
@media(max-width:390px){.tv-summary{grid-template-columns:1fr}}
