@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");:root{--navy:#0A1628;--navy-mid:#132034;--navy-border:rgba(255,255,255,0.08);--logo-surface:#F8FAFC;--logo-shell:#E9EEF5;--teal:#14B8A6;--teal-dark:#0D9488;--teal-bg:rgba(20,184,166,0.08);--cyan:#06B6D4;--cyan-bg:rgba(6,182,212,0.08);--green:#14B8A6;--green-dark:#0D9488;--green-bg:rgba(20,184,166,0.08);--orange:#F97316;--orange-bg:rgba(249,115,22,0.09);--red:#EF4444;--red-bg:rgba(239,68,68,0.09);--yellow:#F59E0B;--yellow-bg:rgba(245,158,11,0.09);--blue:#2563EB;--blue-bg:rgba(37,99,235,0.09);--success:#10B981;--ink:#0F172A;--muted:#64748B;--subtle:#94A3B8;--bg:#F8FAFC;--card:#FFFFFF;--line:#E2E8F0;--line-strong:#CBD5E1;--sidebar-width:228px;--radius:12px;--shadow-sm:0 1px 3px rgba(0,0,0,0.07),0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 16px rgba(0,0,0,0.08),0 2px 6px rgba(0,0,0,0.06);--shadow-lg:0 8px 32px rgba(0,0,0,0.10),0 4px 12px rgba(0,0,0,0.07);--brand:var(--navy);--warn:var(--orange);--danger:var(--red)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}p{line-height:1.6}button{font-family:inherit}.shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh}.embeddedShell{min-height:100vh;background:var(--bg)}.embeddedContent{padding:20px 28px 28px}ui-nav-menu{display:none}.embeddedTabs{display:flex;align-items:center;gap:6px;padding:4px;margin-bottom:18px;width:fit-content;max-width:100%;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.72);overflow-x:auto}.embeddedTab{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border-radius:7px;color:#475569;font-size:13px;font-weight:650;white-space:nowrap}.embeddedTab:hover{background:#EEF2F7;color:var(--ink)}.embeddedTab.active{background:var(--navy);color:#FFFFFF}.merchantDashboard{--bg:#F4F6FA;--card:#FFFFFF;--line:#E8EDF3;--ink:#0F172A;--muted:#64748B;--subtle:#94A3B8;background:#F4F6FA;color:#0F172A}.merchantDashboard .sidebar{background:#FFFFFF;border-right:1px solid #e8edf3;box-shadow:2px 0 8px rgba(15,23,42,.04);display:flex;flex-direction:column}.merchantDashboard .brand{padding:20px 16px 18px;border-bottom:1px solid #f0f3f8;justify-content:flex-start;margin-bottom:8px}.merchantDashboard .logoWrap{background:transparent;box-shadow:none;padding:0;border-radius:0}.merchantDashboard .content{background:#F4F6FA}.merchantDashboard .card{background:#FFFFFF;border:1px solid #e8edf3;border-radius:12px;box-shadow:0 1px 4px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);transition:box-shadow .2s,border-color .2s}.merchantDashboard .card:hover{box-shadow:0 4px 16px rgba(20,184,166,.08),0 2px 6px rgba(15,23,42,.06);border-color:#A5F3FC;transform:translateY(-1px)}.merchantDashboard .emptyState div:first-child,.merchantDashboard .pageTitle,.merchantDashboard .sectionTitle,.merchantDashboard .statValue,.merchantDashboard .table td{color:#0F172A}.merchantDashboard .pageSubtitle,.merchantDashboard .statHint,.merchantDashboard .table th{color:#64748B}.merchantDashboard .pageTitle{font-size:22px;font-weight:800;letter-spacing:-.03em;color:#0F172A;line-height:1.2}.merchantDashboard .sectionTitle{font-size:13px;font-weight:700;color:#1E293B;letter-spacing:-.01em}.merchantDashboard .pageSubtitle{font-size:13.5px;color:#64748B;margin-top:3px}.merchantDashboard .sectionHint{color:#94A3B8;font-size:12.5px}.merchantDashboard .navLink{color:#475569;border-radius:8px;font-size:13px;font-weight:500;padding:8px 10px;margin-bottom:1px;transition:all .12s}.merchantDashboard .navLink:hover:not(.active){background:#F0FDFA;color:#0F172A}.merchantDashboard .navLink.active{background:#CCFBF1;color:#0F766E;font-weight:700;border-left:3px solid #14b8a6;padding-left:7px}.merchantDashboard .navLink svg{opacity:.5;transition:opacity .12s}.merchantDashboard .navLink.active svg,.merchantDashboard .navLink:hover svg{opacity:1}.merchantDashboard .navLabel{color:#94A3B8;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;padding:0 10px;margin-bottom:3px;margin-top:4px}.merchantDashboard .statCard{border-top:3px solid #e8edf3;transition:border-top-color .2s,box-shadow .2s,transform .2s}.merchantDashboard .statCard:hover{border-top-color:#14B8A6;box-shadow:0 4px 20px rgba(20,184,166,.12),0 2px 8px rgba(15,23,42,.07)}.merchantDashboard .table tbody tr:hover td{background:#F8FAFC}.merchantDashboard .table th{background:#FAFBFD;border-bottom:1px solid #e8edf3;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:#94A3B8}.merchantDashboard .table td{border-bottom:1px solid #f1f5f9;font-size:13px;color:#1E293B}.merchantDashboard .button:not(.primary){background:#FFFFFF;border-color:#D1D9E6;color:#334155}.merchantDashboard .button:not(.primary):hover{background:#F8FAFC;border-color:#B8C4D4;color:#0F172A}.merchantDashboard input,.merchantDashboard select,.merchantDashboard textarea{background:#FFFFFF;border-color:#D1D9E6;color:#0F172A}.merchantDashboard input::placeholder,.merchantDashboard select::placeholder{color:#94A3B8}.merchantDashboard input:focus,.merchantDashboard select:focus,.merchantDashboard textarea:focus{border-color:#14B8A6;box-shadow:0 0 0 3px rgba(20,184,166,.12);background:#FFFFFF}.merchantDashboard .emptyState{background:#FAFBFD;border:1px dashed #d1d9e6;border-radius:12px}.merchantDashboard .uploadZone{background:#FAFBFD;border-color:#D1D9E6}.merchantDashboard .uploadZone:hover{border-color:#14B8A6;background:rgba(20,184,166,.03)}.merchantDashboard .uploadZoneTitle{color:#334155}.merchantDashboard .uploadZone input[type=file]{color:#64748B}.merchantDashboard .planStatusCard{display:flex;flex-direction:column;gap:16px}.merchantDashboard .planStatusGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.merchantDashboard .pill.success{background:#DCFCE7;color:#15803D}.merchantDashboard .pill.warn{background:#FFF7ED;color:#C2410C}.merchantDashboard .pill.danger{background:#FEF2F2;color:#DC2626}.merchantDashboard .pill.neutral{background:#F1F5F9;color:#475569}.merchantDashboard .pill.info{background:#EFF6FF;color:#1D4ED8}.merchantDashboard .sourceMeta>div{border-bottom:1px solid #f1f5f9}.merchantDashboard .embeddedTabs{background:#FFFFFF;border-color:#E8EDF3}.merchantDashboard .embeddedTab{color:#64748B}.merchantDashboard .embeddedTab:hover{background:#F4F6FA;color:#0F172A}.merchantDashboard .embeddedTab.active{background:#14B8A6;color:#FFFFFF}.merchantDashboard .insightItem{background:#FAFBFD;border:1px solid #edf0f5}.merchantDashboard .breakdownLabel,.merchantDashboard .insightText{color:#475569}.merchantDashboard .breakdownBar{background:#E8EDF3}.merchantDashboard .grid.stats .card{border-top:3px solid transparent;padding-top:17px}.merchantDashboard .grid.stats .card:first-child{border-top-color:#2563EB}.merchantDashboard .grid.stats .card:nth-child(2){border-top-color:#EF4444}.merchantDashboard .grid.stats .card:nth-child(3){border-top-color:#F59E0B}.merchantDashboard .grid.stats .card:nth-child(4){border-top-color:#10B981}.sidebarSupport{display:flex;align-items:center;gap:8px;color:#94A3B8;font-size:12px;font-weight:500;border-radius:7px;padding:7px 8px;text-decoration:none;transition:background .15s,color .15s}.sidebarSupport:hover{background:#F0FDFA;color:#0F766E}.settingsList{display:flex;flex-direction:column;gap:10px;margin-top:12px}.sectionHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.sectionHint{color:var(--muted);font-size:13px;line-height:1.5}.settingsRow{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.03)}.settingsRow strong{display:block;margin-bottom:3px}.settingsRow span{color:var(--muted);font-size:12.5px}.planRibbon{position:absolute;top:-1px;right:14px;background:var(--green);color:#FFFFFF;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:0 0 6px 6px}.billingToggle{gap:4px;padding:4px;margin-bottom:18px;border:1px solid #1e3a52;border-radius:9px;background:#0F2035}.billingToggle,.billingToggle span{display:inline-flex;align-items:center}.billingToggle span{min-height:32px;padding:7px 12px;border-radius:7px;color:#7A9BB5;font-size:12.5px;font-weight:700}.billingToggle span.active{background:var(--green);color:#FFFFFF;border-radius:7px}.billingToggle span:hover:not(.active){background:rgba(255,255,255,.05);color:#FFFFFF}.billingActions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.billingActions .button{width:100%}.tableHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.compactCard{padding:14px 16px}.button:disabled{cursor:not-allowed;opacity:.65}.roiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.reportHero,.roiGrid{display:grid;gap:14px}.reportHero{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);margin-bottom:14px}.healthCard{display:flex;align-items:center;gap:22px}.healthCircle{width:138px;height:138px;flex:0 0 auto;border:8px solid var(--green);border-radius:999px;display:grid;place-items:center;text-align:center;background:#0A1628}.healthCircleScore{font-size:32px;font-weight:850;line-height:1}.healthCircleLabel{margin-top:-26px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.reportStats{grid-template-columns:repeat(6,minmax(0,1fr))}.filterBar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px}.filterInput,.filterPill{min-height:32px;padding:7px 10px;border:1px solid #1e3a52;border-radius:8px;color:#7A9BB5;background:#0A1628;font-size:12px;font-weight:700}.filterPill.active{border-color:#14B8A6;color:#14B8A6;background:rgba(20,184,166,.08)}.filterInput{margin-left:auto;min-width:180px;font-weight:500}.logoWrap{background:rgba(255,255,255,.97);border-radius:10px;padding:7px 14px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 16px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.12);transition:box-shadow .2s}.logoWrap:hover{box-shadow:0 4px 24px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.18)}.sidebar{background:var(--logo-surface);border-right:1px solid var(--line);padding:20px 12px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.brand{display:flex;align-items:center;gap:0;padding:6px 10px 16px;margin-bottom:14px;border-bottom:1px solid var(--line);font-size:21px;font-weight:800;letter-spacing:-.04em;line-height:1;text-decoration:none;cursor:pointer}.brandFin{color:var(--ink)}.brandAccent{color:var(--green)}.tagline{color:var(--muted);font-size:11px;padding:0 10px;margin-bottom:16px;line-height:1.4}.navSection{margin-bottom:18px}.navLabel{color:var(--subtle);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:0 10px;margin-bottom:4px;display:block}.navLink{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:7px;color:#475569;font-size:13.5px;font-weight:500;transition:background .12s,color .12s;margin-bottom:1px;cursor:pointer}.navLink:hover{background:#EEF2F7;color:var(--ink)}.navLink.active{background:rgba(20,184,166,.12);color:var(--teal);font-weight:600}.navLink svg{width:15px;height:15px;flex-shrink:0;opacity:.7}.navLink.active svg{opacity:1}.merchantDashboard .navLink svg{stroke:currentColor}.content{padding:24px 28px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.topbarActions{display:flex;align-items:center;gap:8px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.pageTitle{font-size:21px;font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.2}.pageSubtitle{color:var(--muted);font-size:13.5px;margin-top:4px;line-height:1.5;max-width:600px}.sectionTitle{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:14px;letter-spacing:-.01em}.grid{display:grid;gap:14px}.stats{grid-template-columns:repeat(4,1fr);margin-bottom:16px}.twoCol{grid-template-columns:1.6fr 1fr;margin-bottom:14px}.twoEven{grid-template-columns:repeat(2,1fr)}.threeCol{grid-template-columns:repeat(3,1fr)}.pricingGrid{grid-template-columns:repeat(4,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;box-shadow:var(--shadow-sm)}.statLabel{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:10px}.statValue{font-size:28px;font-weight:800;color:var(--ink);letter-spacing:-.03em;line-height:1}.smallStat{font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.3}.statHint{color:var(--muted);font-size:11.5px;margin-top:6px}.healthGauge{display:flex;flex-direction:column;gap:10px}.healthScore{font-size:38px;font-weight:800;letter-spacing:-.04em;line-height:1}.healthBar{height:5px;background:var(--line);border-radius:99px;overflow:hidden}.healthFill{height:100%;border-radius:99px}.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px solid var(--line-strong);background:var(--card);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;text-decoration:none;white-space:nowrap;letter-spacing:-.01em}.button:hover{background:var(--bg);border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.button.primary{background:linear-gradient(135deg,#14B8A6,#0D9488);border-color:#0D9488;color:#FFFFFF;font-weight:700;box-shadow:0 2px 8px rgba(20,184,166,.3)}.button.primary:hover{background:linear-gradient(135deg,#2DD4BF,#14B8A6);box-shadow:0 4px 16px rgba(20,184,166,.4);transform:translateY(-1px)}.button.compact{padding:5px 11px;font-size:12px}.button.danger{background:var(--red-bg);color:var(--red);border-color:var(--red)}.button.shopifyBtn{background:#14B8A6;color:#fff;border-color:#0D9488}.button.shopifyBtn:hover{background:#0D9488}.pill{display:inline-flex;align-items:center;padding:3px 9px;border-radius:99px;font-size:11.5px;font-weight:600}.pill.success{background:var(--green-bg);color:var(--green-dark)}.pill.warn{background:var(--orange-bg);color:var(--orange)}.pill.danger{background:var(--red-bg);color:var(--red)}.pill.info{background:rgba(59,130,246,.08);color:#2563EB}.pill.neutral{background:rgba(100,116,139,.1);color:var(--muted)}.pill.yellow{background:var(--yellow-bg);color:#92400E}.badge{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:var(--card);padding:6px 12px;border-radius:7px;font-size:12.5px;font-weight:500;color:var(--muted)}.alert{padding:10px 14px;border-radius:8px;border:1px solid #bfdbfe;background:#EFF6FF;color:#1D4ED8;font-size:13px;margin-bottom:14px;line-height:1.5}.alert.dangerAlert,.dangerAlert{border-color:#FECACA;background:#FEF2F2;color:var(--red)}.alert.warnAlert,.warnAlert{border-color:#FED7AA;background:#FFF7ED;color:var(--orange)}.table{width:100%;border-collapse:collapse}.table th{text-align:left;padding:10px 14px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);background:rgba(0,0,0,.018);white-space:nowrap}.table td,.table th{border-bottom:1px solid var(--line)}.table td{padding:12px 14px;font-size:13.5px;vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:rgba(0,0,0,.012)}.tableSub{color:var(--muted);font-size:11.5px;margin-top:2px}.form{display:flex;flex-direction:column;gap:12px}.compactForm{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.field{display:flex;flex-direction:column;gap:5px}.field span,.field>label>span{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;padding:9px 12px;font-size:13.5px;font-family:inherit;background:var(--card);color:var(--ink);transition:border-color .12s,box-shadow .12s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-bg)}.field input[type=file]{padding:6px 10px;font-size:12.5px}.input,input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{padding:8px 12px;border-radius:8px;border:1px solid var(--line-strong);background:var(--card);color:var(--ink);font-size:13.5px;font-family:inherit;transition:all .15s;outline:none;width:100%}.input:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,201,122,.12)}.uploadZone{border:2px dashed var(--line-strong);border-radius:10px;padding:28px 16px;text-align:center;background:#FAFBFC;transition:border-color .15s,background .15s}.uploadZone:hover{border-color:var(--green);background:var(--green-bg)}.uploadZoneTitle{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:4px}.uploadZoneHint{color:var(--muted);font-size:12px}.inlineForm{display:flex;align-items:center;gap:6px}.inlineForm select{border:1px solid var(--line-strong);border-radius:7px;padding:5px 8px;font-size:12px;font-family:inherit;background:var(--card);max-width:168px}.emptyState{border:1px dashed var(--line-strong);border-radius:10px;padding:32px 20px;text-align:center;color:var(--muted);background:#FAFBFC;font-size:13.5px}.timeline{display:flex;flex-direction:column;gap:12px}.timelineItem{border-left:2px solid var(--green);padding-left:14px}.timelineTitle{font-weight:600;font-size:13.5px;margin-bottom:2px}.timelineText{color:var(--muted);font-size:12.5px;line-height:1.4}.sourceMeta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.sourceMeta div{border:1px solid var(--line);border-radius:8px;padding:10px 12px;background:#FAFBFC}.sourceMeta span,.sourceMeta strong{display:block}.sourceMeta strong{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:4px}.sourceMeta span{font-size:13px;color:var(--ink)}.list{padding-left:18px;color:var(--muted);font-size:13.5px;line-height:1.8}.loginShell{min-height:100vh;display:grid;place-items:center;background:#0A1628;padding:24px}.loginPanel{width:min(420px,100%);background:var(--card);border:1px solid rgba(0,201,122,.15);border-radius:14px;padding:36px;box-shadow:0 24px 80px rgba(15,23,42,.14)}.loginPanel .brand{padding:0;margin:0 0 12px;border:none;font-size:32px;font-weight:800;letter-spacing:-.05em}.loginPanel .pageSubtitle{color:var(--muted);margin-bottom:28px}.loginPanel .field span{color:var(--muted)}.loginPanel .field input{background:#F8FAFC;border-color:var(--line-strong);color:var(--ink)}.loginPanel .field input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(0,201,122,.15)}.loginDivider{display:none;align-items:center;gap:12px;color:var(--subtle);font-size:12px;margin:20px 0}.loginDivider:after,.loginDivider:before{content:"";flex:1 1;height:1px;background:var(--line)}.loginTrust{margin-top:20px;color:var(--muted);font-size:11.5px;text-align:center;line-height:1.6}.loginTrustIcon{display:inline-block;margin-right:5px;color:var(--green-dark);vertical-align:-2px}.marketingPage{min-height:100vh;background:var(--card)}.marketingNav{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 28px;border-bottom:1px solid var(--line);background:var(--card)}.heroBand{background:var(--navy);color:#fff;padding:56px 28px}.heroBand>div,.marketingSection{max-width:1100px;margin:0 auto}.heroTitle{font-size:38px;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}.heroText{color:#64748B;font-size:16px;line-height:1.6;max-width:680px}.proofBand{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;padding:14px 28px;background:var(--bg);border-bottom:1px solid var(--line)}.proofBand strong{font-size:12px;font-weight:600;color:var(--muted);padding:5px 10px;background:var(--card);border:1px solid var(--line);border-radius:6px}.trustRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.trustRow span{font-size:12px;color:#64748B;border:1px solid rgba(255,255,255,.1);border-radius:99px;padding:5px 10px}.ctaRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.marketingSection{padding:40px 28px}@media (max-width:1024px){.shell{grid-template-columns:1fr}.sidebar{height:auto;position:static;flex-direction:row;flex-wrap:wrap;align-items:center;padding:10px 14px;gap:2px}.brand{margin-bottom:0;border-bottom:none}.navLabel,.tagline{display:none}.navSection{margin-bottom:0;display:flex;flex-wrap:wrap;gap:2px}.pricingGrid,.stats{grid-template-columns:repeat(2,1fr)}.threeCol,.twoCol{grid-template-columns:1fr}.sourceMeta{grid-template-columns:1fr 1fr}.heroTitle{font-size:28px}}@media (max-width:640px){.content{padding:16px}.topbar{flex-direction:column;align-items:flex-start}.stats{grid-template-columns:1fr 1fr}.pricingGrid,.sourceMeta,.twoEven{grid-template-columns:1fr}}.dashMain{display:grid;grid-template-columns:1.55fr 1fr;gap:14px;margin-bottom:14px;min-width:0}.dashRight{display:flex;flex-direction:column;gap:14px;min-width:0}@media (max-width:1100px){.dashMain{grid-template-columns:1fr}.dashRight{display:grid;grid-template-columns:repeat(2,1fr)}}.trendBadge{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:2px 7px;border-radius:5px;line-height:1.4}.trendBadge--better{background:rgba(20,184,166,.14);color:#14B8A6}.trendBadge--worse{background:rgba(255,59,48,.14);color:#FF3B30}.trendBadge--flat{background:rgba(100,116,139,.1);color:var(--muted)}.intelligenceBadge{background:linear-gradient(135deg,#14B8A6,#06B6D4);color:#fff;font-size:9px;font-weight:800;letter-spacing:.14em;padding:4px 8px;border-radius:6px;flex-shrink:0}.insightList{display:flex;flex-direction:column;gap:8px}.insightItem{display:flex;align-items:flex-start;gap:10px;padding:11px 14px;border-radius:8px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}.insightDot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}.insightDot--ok{background:#14B8A6}.insightDot--warn{background:#FF6B00;box-shadow:0 0 5px rgba(255,107,0,.4)}.insightDot--critical{background:#FF3B30;box-shadow:0 0 6px rgba(255,59,48,.5);animation:pulseDot 2s infinite}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.4}}.insightText{color:#A8C4D8;font-size:13px;line-height:1.55;margin:0}.breakdownList{display:flex;flex-direction:column;gap:12px}.breakdownLabel{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;font-size:12px;font-weight:600;color:#A8C4D8}.breakdownBar{height:6px;background:#1E3A52;border-radius:99px;overflow:hidden}.breakdownFill{height:100%;border-radius:99px}.skeletonLine{background:linear-gradient(90deg,#1E3A52 25%,#243f5c 50%,#1E3A52 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.riSummaryBox{padding:16px 20px;background:#ECFEFF;border:1px solid #a5f3fc;border-radius:10px;margin-bottom:14px}.riSummaryNarrative{font-size:14px;font-weight:500;color:#1E293B;line-height:1.7;margin:0}.riStatChipsRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.riStatChip{display:inline-flex;flex-direction:column;padding:8px 14px;background:#FFFFFF;border:1px solid #e2e8f0;border-radius:8px;flex:1 1;min-width:100px}.riStatChipValue{font-size:16px;font-weight:800;color:#09090B;line-height:1;margin-bottom:3px}.riStatChipLabel{font-weight:600;color:#94A3B8;letter-spacing:.06em}.riSectionLabel,.riStatChipLabel{font-size:10px;text-transform:uppercase}.riSectionLabel{font-weight:700;letter-spacing:.1em;color:#06B6D4;margin-bottom:10px;margin-top:2px}.uspCapabilityGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:16px}.uspCapabilityCard{display:flex;align-items:flex-start;gap:10px;padding:11px 13px;background:#FAFAFA;border:1px solid #f1f5f9;border-radius:9px}.uspCapabilityDot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}.leakageBarWrap{height:10px;border-radius:99px;overflow:hidden;background:#F1F5F9;display:flex;margin-bottom:12px}.leakageLegend{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.leakageLegendChip{display:flex;align-items:center;gap:5px;padding:4px 10px;background:#F8FAFC;border:1px solid #e4e4e7;border-radius:6px;font-size:11px;font-weight:600;color:#374151}.riDivider{border:none;border-top:1px solid #f1f5f9;margin:16px 0}.riProseBlock{font-size:13px;color:#374151;line-height:1.75;margin:0 0 6px}.riProseBlock:last-child{margin-bottom:0}.riPriorityLabel{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px}.riPriorityCard{display:flex;gap:14px;padding:12px 16px;border-radius:9px;background:#FAFAFA;border:1px solid #e4e4e7}.riPriorityBadge{width:30px;height:30px;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.findingStoryBlock{padding:10px 14px;border-radius:8px;border-left:3px solid #cbd5e1;margin-bottom:8px;background:#FAFAFA}.findingStoryBlock:last-child{margin-bottom:0}.findingStoryText{font-size:13px;color:#374151;line-height:1.65;margin:0}.scoreExplainBox{display:flex;align-items:flex-start;gap:20px;padding:16px 20px;background:#ECFEFF;border:1px solid #a5f3fc;border-radius:10px}.scoreExplainNumber{font-size:52px;font-weight:900;line-height:1;letter-spacing:-.03em;flex-shrink:0;margin-top:2px}.scoreExplainLabel{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94A3B8;margin-top:4px;text-align:center}.dailyBriefCard{background:#0F172A;border-radius:10px;padding:16px 20px}.dailyBriefDate{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#475569;margin-bottom:8px}.dailyBriefStatus{font-size:13px;font-weight:700;color:#F8FAFC;margin-bottom:10px}.dailyBriefBullet{font-size:12px;color:#94A3B8;line-height:1.6;margin:0 0 4px;padding-left:14px;position:relative}.dailyBriefBullet:before{content:"›";position:absolute;left:0;color:#475569;font-weight:700}.dailyBriefClosing{font-size:11px;color:#475569;margin-top:10px;font-style:italic}