:root{--brand: #2f6bea;--brand-2: #4d8bff;--brand-d: #2257d6;--ink: #16213e;--ink-soft: #46527a;--muted: #8b93ab;--line: #e8ecf7;--bg: #eef1fb;--card: #ffffff;--green: #2fc25d;--red: #f0506b;--amber: #f5a623;--violet: #8b7cf0;--r: 18px;--shadow: 0 18px 40px -28px rgba(60, 80, 160, .55)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%}body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:radial-gradient(100% 60% at 90% 0%,#ffffffb0 0%,transparent 55%),linear-gradient(180deg,#f1f4fd 0%,var(--bg) 100%);-webkit-font-smoothing:antialiased}h1,h2,h3,.brand-name{font-family:Manrope,sans-serif;letter-spacing:-.02em}button{font-family:inherit;cursor:pointer}a{text-decoration:none;color:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d3daec;border-radius:8px;border:3px solid transparent;background-clip:padding-box}.app{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.main{min-width:0;display:flex;flex-direction:column}.btn{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:12px;font-family:Manrope;font-weight:700;font-size:14px;padding:10px 16px;transition:.15s;cursor:pointer}.btn svg{width:17px;height:17px}.btn-primary{color:#fff;background:linear-gradient(150deg,var(--brand-2),var(--brand));box-shadow:0 14px 26px -14px #2f6beacc}.btn-primary:hover{transform:translateY(-1px)}.btn-ghost{background:#fff;color:var(--ink-soft);border:1px solid var(--line)}.btn-ghost:hover{background:#f6f8fe;color:var(--ink)}.btn-danger{background:#fdeaee;color:#cf3b56;border:1px solid #f9ccd4}.icon-btn{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--line);background:#fff;color:var(--muted);cursor:pointer}.icon-btn:hover{color:var(--ink);background:#f6f8fe}.icon-btn svg{width:17px;height:17px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}.grid{display:grid;gap:16px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.b-green{color:#1e9e49;background:#e7f8ee}.b-amber{color:#b9791a;background:#fdf2e0}.b-blue{color:var(--brand);background:#eaf0fe}.b-gray{color:#7a849f;background:#eef1f7}.b-red{color:#cf3b56;background:#fdeaee}.tbl{width:100%;border-collapse:collapse}.tbl th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700;padding:0 14px 12px}.tbl td{padding:13px 14px;border-top:1px solid var(--line);font-size:13.5px;vertical-align:middle}.tbl tr:hover td{background:#f8faff}.tbl-wrap{overflow-x:auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 28px 8px}.topbar h1{font-size:24px;font-weight:800}.topbar p{font-size:13.5px;color:var(--muted);margin-top:2px}.topbar-actions{display:flex;gap:10px;flex-wrap:wrap}.view{padding:18px 28px 40px;min-width:0}.fld label{font-size:12.5px;font-weight:600;color:var(--ink-soft);display:block;margin-bottom:6px}.fld input,.fld textarea,.fld select{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px 13px;font-size:14px;color:var(--ink);outline:none;background:#fff;transition:.15s}.fld textarea{resize:vertical;min-height:90px}.fld input:focus,.fld textarea:focus,.fld select:focus{border-color:var(--brand-2);box-shadow:0 0 0 3px #d9e6ff}.hint{font-size:12.5px;color:var(--muted)}.toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.tabs{display:flex;gap:4px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:4px}.tabs button{border:none;background:transparent;color:var(--ink-soft);font-size:13px;font-weight:600;padding:7px 13px;border-radius:9px}.tabs button.active{background:#eef2fc;color:var(--brand)}.search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 12px;color:var(--muted)}.search svg{width:16px;height:16px}.search input{border:none;outline:none;font-size:13.5px;padding:10px 0;background:transparent;width:180px;color:var(--ink)}.spacer{margin-left:auto}.panel{padding:20px}.panel-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-h h3{font-size:16px;font-weight:700}.panel-h .sub{font-size:12.5px;color:var(--muted)}.kpis{grid-template-columns:repeat(4,1fr)}.kpi{padding:18px}.kpi .top{display:flex;align-items:center;justify-content:space-between}.kpi .ic{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff}.kpi .ic svg{width:20px;height:20px}.kpi .delta{font-size:12.5px;font-weight:700;display:inline-flex;align-items:center;gap:3px}.kpi .delta.up{color:var(--green)}.kpi .delta.down{color:var(--red)}.kpi .delta svg{width:13px;height:13px}.kpi .num{font-family:Manrope;font-weight:800;font-size:28px;margin-top:14px;letter-spacing:-.03em}.kpi .lbl{font-size:13px;color:var(--muted);margin-top:2px}.bars{display:flex;align-items:flex-end;gap:10px;height:150px;padding-top:8px}.bars .b{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end}.bars .b i{width:100%;max-width:34px;border-radius:7px 7px 4px 4px;background:linear-gradient(180deg,var(--brand-2),var(--brand));transition:height .6s cubic-bezier(.2,.8,.2,1)}.bars .b span{font-size:11px;color:var(--muted)}.area-svg{width:100%;height:170px;display:block;overflow:visible}.donut-wrap{display:flex;align-items:center;gap:20px}.donut{width:128px;height:128px;flex:none;position:relative}.donut .ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;-webkit-mask:radial-gradient(closest-side,transparent 58%,#000 59%);mask:radial-gradient(closest-side,transparent 58%,#000 59%)}.donut .center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;text-align:center}.donut .center b{font-family:Manrope;font-size:22px;font-weight:800}.donut .center span{font-size:11px;color:var(--muted)}.legend{display:flex;flex-direction:column;gap:10px;font-size:13px}.legend .row{display:flex;align-items:center;gap:9px}.legend .dot{width:10px;height:10px;border-radius:3px;flex:none}.legend .row b{margin-left:auto;font-family:Manrope}.feed{display:flex;flex-direction:column}.feed .it{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--line)}.feed .it:first-child{border-top:none}.feed .av{width:36px;height:36px;border-radius:10px;flex:none;display:grid;place-items:center;color:#fff}.feed .av svg{width:18px;height:18px}.feed .tx{font-size:13.5px}.feed .tm{margin-left:auto;font-size:12px;color:var(--muted);white-space:nowrap}.cards{grid-template-columns:repeat(3,1fr)}.lp{padding:14px;display:flex;flex-direction:column}.lp .thumb{height:128px;border-radius:13px;position:relative;overflow:hidden;display:grid;place-items:center}.lp .thumb .glow{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.9}.lp .thumb .mock{position:relative;width:62%;background:#fff;border-radius:9px;padding:11px;box-shadow:0 12px 24px -14px #0006}.lp .thumb .mock .l{height:7px;border-radius:5px;background:#dfe6f5;margin-bottom:6px}.lp .thumb .mock .l.s{width:60%}.lp .thumb .mock .l.t{height:10px;width:78%;background:#c3d0ee}.lp .thumb .mock .btn-mini{height:14px;width:50%;border-radius:5px;background:linear-gradient(90deg,var(--brand-2),var(--brand));margin-top:8px}.lp h3{font-size:15px;font-weight:700;margin:14px 0 3px}.lp .url{font-size:12px;color:var(--muted)}.lp .stats{display:flex;gap:18px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.lp .stats div b{font-family:Manrope;font-size:16px;display:block}.lp .stats div span{font-size:11.5px;color:var(--muted)}.lp .foot{display:flex;align-items:center;gap:8px;margin-top:14px}.who{display:flex;align-items:center;gap:11px}.av-circle{width:34px;height:34px;border-radius:50%;flex:none;display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px}.who b{font-weight:600;display:block}.who span{font-size:12px;color:var(--muted)}.seg-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;color:var(--ink-soft);cursor:pointer}.chip b{color:var(--brand);margin-left:6px}.chip.active{background:#eaf0fe;border-color:#cfe0ff;color:var(--brand)}.bar-mini{height:6px;background:#eef1f9;border-radius:99px;overflow:hidden;min-width:70px}.bar-mini i{display:block;height:100%;background:linear-gradient(90deg,var(--brand-2),var(--brand));border-radius:99px}.empty{text-align:center;color:var(--muted);padding:40px;font-size:14px}.tabbar{display:none}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,80px);z-index:90;background:#16213e;color:#fff;font-size:13.5px;font-weight:600;padding:12px 18px;border-radius:13px;box-shadow:0 18px 40px -12px #0006;transition:.3s;display:flex;align-items:center;gap:9px;opacity:0;pointer-events:none}.toast.show{transform:translate(-50%);opacity:1}.toast svg{width:17px;height:17px;color:var(--green)}@media(max-width:900px){.app{grid-template-columns:1fr}.topbar{padding:18px 16px 6px}.topbar h1{font-size:21px}.view{padding:14px 16px 96px}.kpis{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:1fr}.search input{width:120px}.tabbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:70;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:8px 8px calc(8px + env(safe-area-inset-bottom));justify-content:space-around}.tabbar button{border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--muted);font-size:11px;font-weight:600;padding:6px 10px;border-radius:12px;flex:1}.tabbar button svg{width:22px;height:22px}.tabbar button.active{color:var(--brand)}}@media(max-width:430px){.kpis{grid-template-columns:1fr 1fr}}a:focus-visible,button:focus-visible{outline:3px solid #2f6bea;outline-offset:2px}
