*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0b1120;--bg-panel: #111827;--bg-panel-hover: #1a2332;--border: #1e293b;--text: #f1f5f9;--text-muted: #94a3b8;--primary: #25d366;--primary-dim: #128c7e;--danger: #ef4444;--warning: #f59e0b;--success: #22c55e;--info: #3b82f6;--radius: 12px;--shadow: 0 4px 24px rgba(0, 0, 0, .35)}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}.app{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1.25rem 2rem;background:linear-gradient(135deg,#0f172a,#0b1120);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-brand{display:flex;align-items:center;gap:1rem}.header-logo{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-dim));display:grid;place-items:center;font-weight:700;font-size:1rem;color:#fff}.header-brand h1{font-size:1.35rem;font-weight:700}.header-brand p{color:var(--text-muted);font-size:.85rem}.header-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.header-meta{display:flex;flex-direction:column;align-items:flex-end;font-size:.8rem;color:var(--text-muted)}.meta-pill{background:var(--bg-panel);padding:.15rem .5rem;border-radius:999px;font-size:.75rem;margin-top:.25rem}.toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted);cursor:pointer}.btn-refresh{background:var(--primary);color:#fff;border:none;padding:.55rem 1.1rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:opacity .2s,transform .15s}.btn-refresh:hover:not(:disabled){opacity:.9;transform:scale(1.02)}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.main{flex:1;padding:1.5rem 2rem 2rem;max-width:1440px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:1.5rem}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:var(--shadow)}.section-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:1024px){.grid-2{grid-template-columns:1fr}}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.kpi-card{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1rem;border-top:3px solid var(--accent, var(--primary));transition:transform .15s,border-color .15s}.kpi-card:hover{transform:translateY(-2px);border-color:var(--accent, var(--primary))}.kpi-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.kpi-icon{font-size:1.1rem}.kpi-label{font-size:.8rem;color:var(--text-muted);font-weight:500}.kpi-value{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.kpi-sub{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.kpi-bar{height:4px;background:var(--border);border-radius:2px;margin-top:.75rem;overflow:hidden}.kpi-bar-fill{height:100%;background:var(--accent, var(--primary));border-radius:2px;transition:width .5s ease}.funnel-steps{display:flex;flex-direction:column;gap:.85rem}.funnel-step-meta{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.35rem}.funnel-step-meta small{color:var(--text-muted)}.funnel-bar-track{height:28px;background:var(--bg);border-radius:6px;overflow:hidden}.funnel-bar-fill{height:100%;border-radius:6px;transition:width .6s ease;min-width:4px}.chart-subtitle{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}.chart-empty{padding:3rem;text-align:center;color:var(--text-muted);background:var(--bg);border-radius:8px;border:1px dashed var(--border)}.chart-tooltip{background:#1e293b;border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;font-size:.85rem}.numbers-summary{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.pill{padding:.3rem .75rem;border-radius:999px;font-size:.8rem;font-weight:500}.pill-green{background:#22c55e26;color:#4ade80}.pill-red{background:#ef444426;color:#f87171}.pill-yellow{background:#f59e0b26;color:#fbbf24}.pill-muted{background:#94a3b826;color:var(--text-muted)}.table-wrap{overflow-x:auto;border-radius:8px;border:1px solid var(--border)}.numbers-table{width:100%;border-collapse:collapse;font-size:.875rem}.numbers-table th,.numbers-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.numbers-table th{background:var(--bg);color:var(--text-muted);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.numbers-table tbody tr:hover{background:var(--bg-panel-hover)}.badge{display:inline-block;padding:.2rem .55rem;border-radius:6px;font-size:.75rem;font-weight:600}.status-connected{background:#22c55e33;color:#4ade80}.status-red{background:#ef444433;color:#f87171}.status-payment{background:#f59e0b33;color:#fbbf24}.status-default{background:#94a3b833;color:var(--text-muted)}.quality-green{background:#22c55e33;color:#4ade80}.quality-yellow{background:#f59e0b33;color:#fbbf24}.quality-red{background:#ef444433;color:#f87171}.quality-default{background:#94a3b833;color:var(--text-muted)}.text-danger{color:#f87171;font-weight:600}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-muted)}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{margin:1rem 2rem 0;padding:.85rem 1.25rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.alert-error{background:#ef44441f;border:1px solid rgba(239,68,68,.35);color:#fca5a5}.alert-error button{background:transparent;border:1px solid currentColor;color:inherit;padding:.35rem .75rem;border-radius:6px;cursor:pointer}.footer{text-align:center;padding:1rem;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border)}@media(max-width:768px){.header,.main{padding-left:1rem;padding-right:1rem}.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.kpi-grid{grid-template-columns:1fr}}.panel-highlight{border-color:#25d36640;background:linear-gradient(180deg,#111827,#0f172a)}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.tabs::-webkit-scrollbar{display:none}.tab{display:flex;align-items:center;gap:.4rem;padding:.65rem 1.25rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-muted);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.tab-icon{font-size:1rem}.tab:hover{border-color:var(--primary);color:var(--text)}.tab-active{background:linear-gradient(135deg,#25d36626,#128c7e1a);border-color:var(--primary);color:var(--primary);box-shadow:0 0 12px #25d36633}.period-insight{animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.period-header{margin-bottom:1.25rem}.period-badge{display:inline-block;background:#25d36626;color:var(--primary);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .65rem;border-radius:6px;margin-bottom:.5rem}.period-title{font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;margin-bottom:.25rem}.period-range{color:var(--primary);font-weight:600;font-size:.95rem;margin-bottom:.35rem}.period-subtitle{color:var(--text-muted);font-size:.8rem}.period-subtitle code{background:var(--bg);padding:.1rem .35rem;border-radius:4px;font-size:.75rem}.reference-time{background:#3b82f61a;border:1px solid rgba(59,130,246,.25);border-radius:8px;padding:.6rem 1rem;font-size:.875rem;color:#93c5fd;margin-bottom:1.25rem}.metrics-hero{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:stretch;margin-bottom:1.75rem}.hero-funnel-connector{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:0 .5rem;min-width:72px}.hero-funnel-arrow{font-size:1.75rem;color:var(--primary);line-height:1}.hero-funnel-rate{display:flex;flex-direction:column;align-items:center;text-align:center;background:#25d3661a;border:1px solid rgba(37,211,102,.3);border-radius:8px;padding:.4rem .65rem}.hero-funnel-rate-value{font-size:.95rem;font-weight:700;color:var(--primary)}.hero-funnel-rate-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.metrics-section{margin-bottom:1.75rem}.metrics-section:last-child{margin-bottom:0}.metrics-section-header{margin-bottom:1rem}.metrics-section-title{font-size:.95rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.04em}.metrics-section-subtitle{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.metrics-grid{display:grid;gap:1rem}.metrics-grid--send{grid-template-columns:repeat(6,1fr)}.metrics-grid--result{grid-template-columns:repeat(4,1fr)}.metric-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.15rem 1.2rem 1rem;border-top:3px solid var(--accent, var(--primary));display:flex;flex-direction:column;gap:.65rem;min-height:130px;transition:transform .15s,box-shadow .15s;overflow:hidden}.metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.metric-card--hero{min-height:160px;padding:1.35rem 1.5rem;background:linear-gradient(145deg,var(--bg) 0%,rgba(37,211,102,.04) 100%);border-width:1px;border-color:#25d36633;border-top-width:4px}.metric-card--hero .metric-card-value{font-size:clamp(2rem,4vw,2.75rem)}.metric-card--hero .metric-card-pct{font-size:.85rem}.metric-card--hero .metric-icon-wrap{width:44px;height:44px}.metric-card-top{display:flex;align-items:center;gap:.55rem;min-height:28px}.metric-icon-wrap{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#ffffff0a;border:1px solid var(--border);flex-shrink:0}.metric-card-label{font-size:.8rem;color:var(--text-muted);font-weight:600;line-height:1.35;flex:1}.metric-card-value{font-size:clamp(1.5rem,2.5vw,1.9rem);font-weight:700;letter-spacing:-.03em;color:var(--text);line-height:1.15;margin-top:.15rem}.metric-card-pct{font-size:.75rem;color:var(--accent, var(--primary));font-weight:500;line-height:1.4;opacity:.95}.metric-card-bar{height:4px;background:var(--border);border-radius:4px;margin-top:auto;overflow:hidden}.metric-card-bar-fill{height:100%;background:var(--accent, var(--primary));border-radius:4px;transition:width .4s ease}@media(max-width:1200px){.metrics-grid--send{grid-template-columns:repeat(3,1fr)}.metrics-grid--result{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.header{padding:1rem;flex-direction:column;align-items:stretch}.header-actions{flex-direction:column;align-items:stretch}.header-meta{align-items:flex-start}.btn-refresh{width:100%;text-align:center}.main{padding:1rem;gap:1rem}.panel{padding:1rem}.metrics-hero{grid-template-columns:1fr;gap:.75rem}.hero-funnel-connector{flex-direction:row;padding:.25rem 0;min-width:unset}.hero-funnel-arrow{transform:rotate(90deg)}.metrics-grid--send,.metrics-grid--result{grid-template-columns:repeat(2,1fr);gap:.75rem}.metric-card{min-height:125px;padding:1rem}.metric-card--hero{min-height:140px}.metric-card-value{font-size:1.45rem}.tab{padding:.55rem 1rem;font-size:.85rem}.grid-2{grid-template-columns:1fr}.alert{margin:.75rem 1rem 0;flex-direction:column;align-items:stretch}}@media(max-width:380px){.metrics-grid--send,.metrics-grid--result{grid-template-columns:1fr}}
