:root{color:#11172f;font-synthesis:none;text-rendering:optimizelegibility;--ink:#11172f;--muted:#637087;--line:#a9bfd8;--pink:#ff4f93;--pink-soft:#ffe0ed;--blue:#21aef4;--blue-deep:#087ee0;--blue-soft:#dcf4ff;--green:#82da4d;--green-deep:#42a928;--green-soft:#e6fbd8;--yellow:#ffdc3a;--danger:#e7395d;--surface:#fff;--display:"Arial Rounded MT Bold", "Trebuchet MS", ui-rounded, sans-serif;background:#eef8ff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:#eef8ff;min-height:100vh}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display)}.mono{letter-spacing:-.02em;font-family:SFMono-Regular,Consolas,monospace}.muted{color:var(--muted)}.align-right{text-align:right}.push-right{margin-left:auto}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.button{border:2px solid var(--ink);cursor:pointer;min-height:44px;box-shadow:0 3px 0 var(--ink);border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-weight:800;transition:transform .12s,box-shadow .12s,opacity .12s;display:inline-flex}.button:hover:not(:disabled){box-shadow:0 4px 0 var(--ink);transform:translateY(-1px)}.button:active:not(:disabled){box-shadow:0 1px 0 var(--ink);transform:translateY(2px)}.button:disabled{cursor:not-allowed;opacity:.55}.button.primary{background:var(--blue-deep);color:#fff}.button.secondary{color:var(--ink);background:#fff}.button.danger{background:var(--danger);color:#fff}.button.small{min-height:36px;box-shadow:0 2px 0 var(--ink);border-width:1.5px;padding:0 13px;font-size:.86rem}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:inline-grid}.icon-button:hover{background:#e9f2fb}.auth-shell{background:#cfeeff;place-items:center;min-height:100vh;padding:38px 20px;display:grid;position:relative;overflow:hidden}.auth-scenery{filter:saturate(1.12);background:url(/assets/cozy-room.png) 50%/cover no-repeat;position:absolute;inset:0}.auth-scenery:after{content:"";background:#cdeeff5c;position:absolute;inset:0}.auth-card{border:4px solid var(--ink);background:#fff;border-radius:22px;width:min(540px,100%);padding:34px;position:relative;box-shadow:13px 13px #11172f33}.auth-card:before,.auth-card:after{content:"★";font:900 34px var(--display);-webkit-text-stroke:2px var(--ink);position:absolute}.auth-card:before{color:var(--pink);top:85px;right:-21px;transform:rotate(12deg)}.auth-card:after{color:var(--green);bottom:92px;left:-18px;transform:rotate(-14deg)}.auth-brand{align-items:center;gap:20px;margin-bottom:28px;display:flex}.auth-burst{background:var(--pink);border:3px solid var(--ink);width:114px;height:114px;box-shadow:6px 6px 0 var(--blue);border-radius:50% 42% 54% 45%;flex:none;padding:8px;overflow:hidden;transform:rotate(-4deg)}.auth-burst img{object-fit:cover;border-radius:50%;width:100%;height:100%;transform:rotate(4deg)}.wordmark{font:900 clamp(2rem, 6vw, 3.1rem)/.95 var(--display);color:var(--yellow);-webkit-text-stroke:2.5px var(--ink);paint-order:stroke fill;letter-spacing:-.06em;text-shadow:3px 3px 0 var(--pink);display:inline-block;transform:rotate(-2deg)}.auth-brand h1{margin:12px 0 0;font-size:1.15rem}.auth-form,.mfa-panel{gap:17px;display:grid}.auth-provider-copy{color:#4d5870;margin:0;font-size:.88rem;font-weight:700;line-height:1.5}.google-sign-in{justify-content:center;width:100%}.auth-form label,.mfa-panel label,.adjustment-modal label,.catalog-modal>label{gap:7px;font-size:.9rem;font-weight:800;display:grid}.auth-form input,.mfa-panel input,.adjustment-modal input,.adjustment-modal textarea,.catalog-modal input{background:#fdfefe;border:2px solid #9babc0;border-radius:9px;width:100%;min-height:48px;padding:0 13px}.adjustment-modal textarea{resize:vertical;min-height:86px;padding-top:12px}.password-field{position:relative}.password-field button{cursor:pointer;background:0 0;border:0;border-radius:7px;width:40px;height:40px;position:absolute;top:4px;right:4px}.password-field input{padding-right:50px}.auth-note{color:#34405a;justify-content:center;align-items:center;gap:8px;margin:24px 0 0;font-size:.88rem;font-weight:750;display:flex}.auth-progress{justify-content:center;align-items:center;gap:12px;min-height:180px;font-weight:800;display:flex}.spinner{border:3px solid var(--blue-soft);border-top-color:var(--blue-deep);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}.mfa-panel h2{margin-bottom:0;font-size:1.35rem}.mfa-enrollment{background:var(--blue-soft);border:2px solid var(--ink);text-align:center;border-radius:12px;padding:17px}.mfa-enrollment p{margin-bottom:12px}.qr-code{aspect-ratio:1;border:3px solid var(--ink);background:#fff;border-radius:9px;width:190px;max-width:100%;padding:8px}.mfa-enrollment label{text-align:left;margin-top:12px}.access-denied{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;display:flex}.access-denied svg{color:var(--danger)}.access-denied h2{margin:12px 0 8px}.access-denied p{color:var(--muted);max-width:390px}.form-error{color:#a41434;background:#ffe7ed;border:1px solid #e77b93;border-radius:8px;margin:0;padding:10px 12px;font-weight:700}.app-shell{background:#f5fbff;grid-template-columns:218px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:40;border-right:4px solid var(--ink);background-color:var(--pink);background-image:radial-gradient(#ffffff47 1.5px,#0000 1.5px);background-size:12px 12px;align-self:start;height:100vh;min-height:100vh;padding:22px 10px;position:sticky;top:0;overflow:hidden}.sidebar:after{content:"";border:4px solid var(--ink);background:#fff;width:170px;height:170px;position:absolute;bottom:-75px;left:-70px;transform:rotate(26deg)}.sidebar-brand{z-index:1;text-align:center;min-height:210px;position:relative}.sidebar-brand .wordmark{font-size:2.35rem}.brand-burst{border:4px solid var(--ink);width:130px;height:130px;box-shadow:8px 7px 0 var(--blue);background:#fff;border-radius:48% 52% 44% 56%;margin:18px auto 0;padding:7px;transform:rotate(3deg)}.brand-burst img{object-fit:cover;border-radius:50%;width:100%;height:100%;transform:rotate(-3deg)}.sidebar nav{z-index:2;gap:8px;display:grid;position:relative}.sidebar nav button{border:3px solid var(--ink);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:12px;min-height:54px;padding:0 14px;font-weight:900;display:flex;box-shadow:3px 3px #11172f24}.sidebar nav button:hover{background:#f1faff}.sidebar nav button.active{background:var(--blue);color:#fff}.sidebar-spark{color:var(--green);font:900 56px var(--display);-webkit-text-stroke:3px var(--ink);z-index:1;position:absolute;bottom:32px;right:10px;transform:rotate(16deg)}.sidebar-close,.sidebar-scrim{display:none}.workspace{min-width:0}.topbar{border-bottom:3px solid var(--ink);z-index:30;background:#eff9ff;align-items:center;min-height:70px;padding:0 24px;display:flex;position:sticky;top:0}.topbar h1{letter-spacing:-.04em;margin:0;font-size:clamp(1.65rem,3vw,2.2rem)}.staff-chip{align-items:center;gap:9px;margin-left:auto;display:flex}.staff-chip>img{object-fit:cover;border:2px solid var(--ink);border-radius:50%;width:42px;height:42px}.staff-chip>span{gap:2px;display:grid}.staff-chip strong{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.88rem;overflow:hidden}.staff-chip small{color:var(--green-deep);text-transform:capitalize;align-items:center;gap:4px;font-weight:800;display:flex}.menu-button{background:0 0;border:0;width:40px;height:40px;display:none}.content{max-width:1700px;margin:0 auto;padding:20px 22px 44px}.page-actions{min-height:38px;color:var(--muted);justify-content:flex-end;align-items:center;gap:14px;margin-bottom:12px;font-size:.82rem;font-weight:700;display:flex}.panel{background:var(--surface);border:2px solid var(--line);border-radius:12px;box-shadow:0 4px #11172f12}.panel-heading{justify-content:space-between;align-items:center;gap:14px;min-height:62px;padding:14px 17px;display:flex}.panel-heading h2{margin:0 0 3px;font-size:1.25rem}.panel-heading p{color:var(--muted);margin:0;font-size:.8rem}.loading-state{min-height:360px;color:var(--muted);place-content:center;justify-items:center;gap:12px;font-weight:800;display:grid}.loading-state svg{color:var(--blue-deep)}.error-state{background:#ffe6ec;border:2px solid #e66b86;border-radius:10px;align-items:center;gap:13px;margin-bottom:14px;padding:12px 14px;display:flex}.error-state>svg{color:var(--danger);flex:none}.error-state strong{display:block}.error-state p{color:#71152c;margin:2px 0 0;font-size:.85rem}.error-state .button{margin-left:auto}.empty-state{text-align:center;min-height:175px;color:var(--muted);place-content:center;justify-items:center;padding:24px;display:grid}.empty-state svg{color:var(--green-deep);margin-bottom:9px}.empty-state strong{color:var(--ink);font-family:var(--display);font-size:1.1rem}.empty-state p{max-width:470px;margin:6px 0 0}.table-scroll{width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.82rem}th{text-align:left;letter-spacing:.02em;border-top:1px solid var(--line);border-bottom:2px solid var(--blue-deep);white-space:nowrap;background:#edf8ff;padding:10px 12px;font-size:.73rem}td{vertical-align:middle;border-bottom:1px solid #d9e4f0;padding:11px 12px}tr:last-child td{border-bottom:0}tbody tr:hover{background:#f5fbff}td small{color:var(--muted);text-overflow:ellipsis;max-width:260px;margin-top:3px;display:block;overflow:hidden}.status-label{text-transform:capitalize;white-space:nowrap;align-items:center;gap:6px;font-size:.75rem;font-weight:800;display:inline-flex}.status-label i{background:#93a0af;border-radius:50%;width:9px;height:9px}.status-label.success i{background:var(--green-deep)}.status-label.warning i{background:#df9c10}.status-label.danger i{background:var(--danger)}.toggle{border:2px solid var(--ink);cursor:pointer;background:#c8d2dd;border-radius:18px;width:50px;height:27px;padding:2px;transition:background .14s}.toggle span{border:1px solid var(--ink);width:19px;height:19px;box-shadow:1px 1px 0 var(--ink);background:#fff;border-radius:50%;transition:transform .14s;display:block}.toggle.on{background:var(--green)}.toggle.on span{transform:translate(21px)}.toggle:disabled{opacity:.52;cursor:not-allowed}.metric-band{border:3px solid var(--ink);border-radius:12px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden;box-shadow:5px 5px #11172f1f}.metric{border-right:3px solid var(--ink);justify-content:space-between;align-items:center;min-height:132px;padding:17px 18px;display:flex;position:relative;overflow:hidden}.metric:last-child{border-right:0}.metric:after{content:"";background:#ffffff4d;width:48px;height:100px;position:absolute;top:13px;right:-37px;transform:rotate(15deg)}.metric.pink{background:var(--pink)}.metric.blue{background:var(--blue)}.metric.green{background:var(--green)}.metric>div:first-child{z-index:1;gap:9px;display:grid;position:relative}.metric span{font-family:var(--display);font-size:.9rem;font-weight:900}.metric strong{font:900 clamp(2.3rem, 4.5vw, 4.2rem)/.9 var(--display);color:#fff;-webkit-text-stroke:2px var(--ink);paint-order:stroke fill;text-shadow:2px 2px 0 var(--ink)}.metric-icon{z-index:1;place-items:center;width:55px;height:55px;display:grid;position:relative}.metric-icon svg{stroke-width:2.6px;width:48px;height:48px}.metric-icon img{object-fit:contain;width:68px;height:68px}.overview-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.72fr);gap:16px;margin-top:18px;display:grid}.chart-panel{min-height:410px}.chart-wrap{height:285px;padding:0 12px 0 6px}.range-button{border:2px solid var(--ink);background:var(--blue-deep);color:#fff;border-radius:7px;padding:7px 13px;font-weight:900}.chart-legend{gap:18px;padding:5px 18px 14px;font-size:.78rem;font-weight:800;display:flex}.chart-legend span:before{content:"";border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.chart-legend .blue:before{background:var(--blue-deep)}.chart-legend .green:before{background:var(--green-deep)}.revenue-row{border:1.5px solid var(--line);border-radius:9px;grid-template-columns:54px 1fr auto;align-items:center;min-height:72px;margin:0 13px 12px;display:grid;overflow:hidden}.platform-icon{border-right:1.5px solid var(--line);place-items:center;height:100%;display:grid}.platform-icon.apple{background:var(--pink)}.platform-icon.google{background:var(--blue)}.revenue-row>div:nth-child(2){gap:3px;padding:0 12px;display:grid}.revenue-row span{color:var(--muted);font-size:.75rem}.revenue-values{text-align:right;padding-right:13px;display:grid}.data-caveat{color:var(--muted);margin:14px;font-size:.72rem;line-height:1.45}.activity-panel{min-height:330px}.controls-panel{grid-row:span 1}.control-list{border-top:1px solid var(--line)}.control-row{border-bottom:1px solid #dce6ef;justify-content:space-between;align-items:center;min-height:48px;padding:0 16px;font-weight:850;display:flex}.permission-note{background:var(--yellow);border:1.5px solid var(--ink);border-radius:7px;margin:12px;padding:9px 11px;font-size:.76rem;font-weight:800}.notification-panel{grid-column:1/-1}.notification-list{border-top:1px solid var(--line);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.notification-list>div{border-right:1px solid var(--line);gap:7px;padding:14px;display:grid}.notification-list>div:last-child{border-right:0}.notification-list time{color:var(--muted);font-size:.72rem}.players-layout{grid-template-columns:minmax(0,1fr);gap:15px;display:grid}.players-layout.with-detail{grid-template-columns:minmax(620px,1fr) minmax(360px,470px)}.players-main{min-width:0}.search-toolbar{border:2px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:10px;height:52px;margin-bottom:13px;padding:0 14px;display:flex}.search-toolbar:focus-within{border-color:var(--blue-deep)}.search-toolbar input{border:0;outline:0;flex:1;min-width:80px}.search-toolbar span{color:var(--muted);font-size:.75rem;font-weight:800}.player-table-panel{overflow:hidden}.player-table tbody tr{cursor:pointer}.player-table tbody tr.selected{background:var(--blue-soft);box-shadow:inset 4px 0 var(--blue-deep)}.row-select{cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.protected,.unprotected{align-items:center;gap:5px;font-weight:800;display:inline-flex}.protected{color:var(--green-deep)}.unprotected{color:#a87512}.provider-icons{gap:6px;display:inline-flex}.provider-icons svg{width:18px;height:18px}.treat-value{align-items:center;gap:6px;font-weight:900;display:inline-flex}.treat-value img{object-fit:contain;width:29px;height:29px}.player-drawer{border:3px solid var(--ink);background:#fff;border-radius:11px;align-self:start;min-height:calc(100vh - 115px);max-height:calc(100vh - 108px);position:sticky;top:89px;overflow-y:auto;box-shadow:7px 7px #11172f1f}.drawer-heading{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;min-height:68px;padding:12px 14px;display:flex}.drawer-heading>div{gap:4px;display:grid}.drawer-heading span{font:900 1.25rem var(--display)}.drawer-heading strong{color:var(--muted);font-size:.76rem}.player-summary-band{grid-template-columns:1fr 1fr;gap:10px;padding:12px;display:grid}.player-summary-band>div{border:2px solid var(--line);border-radius:9px;align-content:center;gap:7px;min-height:88px;padding:11px;display:grid}.player-summary-band>div:first-child{background:var(--blue-soft);border-color:var(--blue-deep)}.player-summary-band>div:last-child{background:var(--pink-soft);border-color:var(--pink)}.player-summary-band span{font-size:.72rem;font-weight:800}.player-summary-band strong{font:900 1.45rem var(--display);align-items:center;gap:6px;display:flex}.player-summary-band img{object-fit:contain;width:34px;height:34px}.success-text{color:var(--green-deep)}.warning-text{color:#9c6e0c}.drawer-tabs{border:1.5px solid var(--line);border-radius:8px;grid-template-columns:repeat(4,1fr);margin:0 12px;display:grid;overflow:hidden}.drawer-tabs button{border:0;border-right:1px solid var(--line);cursor:pointer;background:#fff;min-height:39px;font-size:.72rem;font-weight:800}.drawer-tabs button:last-child{border-right:0}.drawer-tabs button.active{background:var(--blue-deep);color:#fff}.drawer-content{padding:13px}.detail-stat-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.detail-stat-grid>div{border:1.5px solid var(--line);border-radius:8px;gap:4px;padding:10px;display:grid}.detail-stat-grid span{color:var(--muted);font-size:.7rem;font-weight:800}.detail-stat-grid strong{font:900 1.35rem var(--display)}.detail-section{margin-top:18px}.detail-section h3{margin-bottom:9px;font-size:1rem}.identity-row{border:1px solid var(--line);border-radius:8px;grid-template-columns:28px 1fr 36px;align-items:center;min-height:54px;margin-bottom:7px;padding:6px 8px;display:grid}.identity-row>div{gap:3px;display:grid}.identity-row span{color:var(--muted);font-size:.7rem}.timeline{display:grid}.timeline>div{border-bottom:1px solid #dce6ef;grid-template-columns:16px 1fr auto;align-items:center;gap:8px;min-height:54px;display:grid}.timeline i{border-radius:50%;width:10px;height:10px;position:relative}.timeline i:after{content:"";background:#d1deeb;width:2px;height:47px;position:absolute;top:10px;left:4px}.timeline>div:last-child i:after{display:none}.timeline i.positive{background:var(--green-deep)}.timeline i.negative{background:var(--pink)}.timeline>div>div{gap:3px;display:grid}.timeline span{color:var(--muted);font-size:.68rem}.timeline b{font-size:.82rem}.positive-text{color:var(--green-deep)}.negative-text{color:var(--danger)}.detail-list{gap:8px;display:grid}.detail-list article{border:1.5px solid var(--line);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:66px;padding:9px;display:grid}.detail-list article>div{gap:4px;min-width:0;display:grid}.detail-list span{color:var(--muted);font-size:.68rem}.detail-list strong{text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.drawer-action{width:calc(100% - 26px);margin:4px 13px 16px}.drawer-note{margin:4px 13px 16px}.section-tabs{border:2px solid var(--ink);background:#fff;border-radius:9px;display:inline-flex;overflow:hidden}.section-tabs button{border:0;border-right:1.5px solid var(--ink);cursor:pointer;background:#fff;min-height:42px;padding:0 20px;font-weight:850}.section-tabs button:last-child{border-right:0}.section-tabs button.active{background:var(--blue-deep);color:#fff}.report-toolbar{align-items:center;gap:10px;min-height:70px;display:flex}.inline-search{border:1.5px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:8px;width:min(480px,100%);height:42px;padding:0 11px;display:flex}.inline-search:focus-within{border-color:var(--blue-deep)}.inline-search input{border:0;outline:0;flex:1;min-width:100px}.select-field{border:1.5px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:6px;height:42px;padding:0 9px;display:flex}.select-field select{background:#fff;border:0;outline:0}.report-table-panel{overflow:hidden}.report-table-panel table{min-width:920px}.pipeline-summary{background:var(--blue-soft);border-bottom:2px solid var(--line);align-items:center;gap:13px;padding:15px;display:flex}.pipeline-summary svg{color:var(--blue-deep)}.pipeline-summary div{gap:4px;display:grid}.pipeline-summary span{color:var(--muted);font-size:.78rem}.test-purchase-summary{background:#fff4cf}.test-purchase-summary svg{color:#8b5b00}.environment-pill{border:1.5px solid var(--ink);white-space:nowrap;border-radius:999px;align-items:center;padding:3px 8px;font-size:.7rem;font-weight:900;display:inline-flex}.environment-pill.test{color:#714900;background:#fff0bd}.environment-pill.production{color:#145c34;background:#dff7e9}.error-cell{max-width:230px;color:var(--danger);font-size:.72rem}.economy-hero{background:var(--green);border:3px solid var(--ink);border-radius:12px;align-items:center;min-height:140px;padding:22px 25px;display:flex;position:relative;overflow:hidden;box-shadow:5px 5px #11172f21}.economy-hero:after{content:"★";font:900 90px var(--display);color:var(--yellow);-webkit-text-stroke:3px var(--ink);position:absolute;top:-15px;right:140px;transform:rotate(16deg)}.economy-hero>div{z-index:1;max-width:740px;position:relative}.economy-hero h2{margin-bottom:7px;font-size:1.8rem}.economy-hero p{margin:0;font-weight:700;line-height:1.5}.economy-hero img{object-fit:contain;z-index:1;width:150px;height:110px;margin-left:auto;position:relative}.economy-kpi-grid{border:2px solid var(--ink);background:#fff;border-radius:11px;grid-template-columns:repeat(4,1fr);margin-top:16px;display:grid;overflow:hidden;box-shadow:4px 4px #11172f1a}.economy-kpi-grid article{border-right:1px solid var(--line);align-content:center;gap:5px;min-height:112px;padding:16px;display:grid}.economy-kpi-grid article:last-child{border-right:0}.economy-kpi-grid span,.economy-kpi-grid small{color:var(--muted);font-weight:800}.economy-kpi-grid strong{font:900 2rem var(--display)}.aspiration-ladder{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:10px;display:grid}.aspiration-ladder>article{border:2px solid var(--ink);background:var(--yellow-soft);border-radius:11px;align-content:center;gap:6px;min-height:132px;padding:18px;display:grid;box-shadow:4px 4px #11172f1a}.aspiration-ladder>article:nth-of-type(2){background:var(--green-soft)}.aspiration-ladder>article:nth-of-type(3){background:var(--pink-soft)}.aspiration-ladder>div{font:900 1.5rem var(--display);align-self:center}.aspiration-ladder span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:900}.aspiration-ladder strong{font:900 2.25rem var(--display)}.aspiration-ladder p{margin:0;font-weight:800}.economy-two-column{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.economy-source-panel{overflow:hidden}.section-heading.compact{border-bottom:1px solid var(--line);margin:0;padding:16px}.economy-facts{margin:0}.economy-facts>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:9px 16px;display:flex}.economy-facts>div:last-child{border-bottom:0}.economy-facts dt{font-weight:800}.economy-facts dd{color:var(--blue-deep);text-align:right;margin:0;font-weight:900}.economy-reconciliation{border:2px solid var(--line);background:#fff;border-radius:11px;overflow:hidden}.reconciliation-state{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:74px;padding:13px 16px;display:flex}.reconciliation-state svg{flex:none}.reconciliation-state>div{gap:4px;display:grid}.reconciliation-state span{color:var(--muted);font-size:.78rem}.reconciliation-state.healthy svg{color:#277c18}.reconciliation-state.warning svg{color:#9a6700}.economy-reconciliation table{min-width:700px}.economy-quality-note{color:var(--muted);border-top:1px solid var(--line);margin:0;padding:11px 16px;font-size:.75rem;font-weight:800}.control-matrix{grid-template-columns:repeat(3,1fr);margin-top:17px;display:grid;overflow:hidden}.control-matrix>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:88px;padding:15px;display:flex}.control-matrix>div:nth-child(3n){border-right:0}.control-matrix>div:nth-last-child(-n+3){border-bottom:0}.control-matrix>div>div{gap:5px;display:grid}.control-matrix span{color:var(--muted);font-size:.73rem;line-height:1.35}.control-matrix>.permission-note{border:1.5px solid var(--ink);grid-column:1/-1;min-height:0;margin:10px;display:block}.section-heading{justify-content:space-between;align-items:flex-end;margin:30px 0 12px;display:flex}.section-heading h2{margin:0 0 3px}.section-heading p{color:var(--muted);margin:0}.section-heading>span{color:var(--muted);font-weight:800}.catalog-list{gap:10px;display:grid}.catalog-list article{border:2px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:78px minmax(160px,1fr) 130px minmax(250px,1fr) auto;align-items:center;gap:15px;min-height:104px;padding:11px 14px;display:grid}.catalog-list article.dimmed{opacity:.65}.catalog-art{background:var(--pink-soft);border:2px solid var(--ink);border-radius:10px;place-items:center;width:72px;height:72px;display:grid}.catalog-art svg{color:#c88d00;width:38px;height:38px}.catalog-copy h3{margin:3px 0}.catalog-copy p{color:var(--muted);margin:0;font-size:.7rem}.rarity{text-transform:uppercase;color:#a764d6;letter-spacing:.08em;font-size:.66rem;font-weight:900}.catalog-price{grid-template-columns:38px auto;align-items:center;display:grid}.catalog-price img{object-fit:contain;grid-row:1/3;width:38px;height:38px}.catalog-price strong{font:900 1.3rem var(--display)}.catalog-price span{color:var(--muted);font-size:.7rem}.catalog-flags{flex-wrap:wrap;gap:6px;display:flex}.catalog-flags span{border:1px solid var(--line);border-radius:6px;padding:5px 7px;font-size:.68rem;font-weight:800}.catalog-flags span.on{background:var(--green-soft);color:#277c18;border-color:#89ca66}.catalog-flags span.off{color:#7c8794;background:#edf0f3}.catalog-flags span.featured{background:var(--yellow-soft);color:#7b5700;border-color:#d7b650;align-items:center;gap:4px;display:inline-flex}.catalog-flags span.scheduled{background:var(--blue-soft);color:#075f9c;border-color:#71b9e6;align-items:center;gap:4px;display:inline-flex}.schedule-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.schedule-fields label{gap:7px;font-size:.9rem;font-weight:800;display:grid}.schedule-note{color:var(--muted);align-items:center;gap:7px;margin-top:-6px;display:flex}.whales-page{gap:14px;display:grid}.whale-toolbar{align-items:center;gap:10px;display:flex}.whale-filter{border:1.5px solid var(--ink);background:#fff;border-radius:8px;display:inline-flex;overflow:hidden}.whale-filter button{border:0;border-right:1px solid var(--line);cursor:pointer;background:#fff;min-height:38px;padding:0 14px;font-weight:900}.whale-filter button:last-child{border-right:0}.whale-filter button.active{color:#fff;background:var(--blue-deep)}.whale-search{border:1.5px solid var(--ink);background:#fff;border-radius:8px;align-items:center;gap:8px;min-width:240px;min-height:40px;margin-left:auto;padding:0 11px;display:flex}.whale-search input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-weight:700}.whale-hero{color:#fff;border:3px solid var(--ink);background:#087fd1;border-radius:13px;align-items:center;min-height:154px;padding:25px 30px;display:flex;position:relative;overflow:hidden;box-shadow:6px 6px #11172f24}.whale-hero:before{content:"";background-image:radial-gradient(circle at 18% 20%,#ffffff29 0 2px,#0000 3px);background-size:16px 16px;position:absolute;inset:0}.whale-hero-copy{z-index:1;position:relative}.whale-hero-copy>span{text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:7px;font-weight:900;display:flex}.whale-hero h2{color:#fff;margin:7px 0 3px;font-size:clamp(2rem,4vw,3.3rem)}.whale-hero p{margin:0;font-weight:800}.whale-mark{place-items:center;width:220px;height:205px;display:grid;position:absolute;bottom:-38px;right:22px}.whale-mark img{object-fit:contain;filter:drop-shadow(4px 5px #11172f47);width:100%;height:100%;transform:rotate(-4deg)}.whale-metrics{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.whale-metrics article{border:2px solid var(--line);background:#fff;border-radius:11px;align-items:flex-start;gap:12px;min-height:112px;padding:16px;display:flex}.whale-metrics article>svg{box-sizing:content-box;color:#087fd1;background:var(--blue-soft);border:1.5px solid var(--ink);border-radius:9px;flex:none;width:27px;height:27px;padding:5px}.whale-metrics article div{gap:3px;display:grid}.whale-metrics span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:900}.whale-metrics strong{font:900 1.6rem var(--display)}.whale-metrics small{color:var(--muted);font-size:.7rem}.whale-table-panel{overflow:hidden}.whale-table th,.whale-table td{white-space:nowrap}.whale-rank{background:#edf1f5;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.whale-rank svg{width:19px}.whale-rank.rank-1{color:#765100;background:var(--yellow);border:1.5px solid var(--ink)}.whale-rank.rank-2{color:#405369;background:#dfe7ef;border:1.5px solid #8ea0b3}.whale-rank.rank-3{color:#7c4017;background:#f2c49f;border:1.5px solid #b96d38}.logged-in-whale{text-transform:capitalize;color:#277c18;align-items:center;gap:5px;font-weight:800;display:inline-flex}.logged-in-whale svg{width:16px}.platform-spend{gap:4px;font-size:.72rem;display:grid}.platform-spend>span{align-items:center;gap:5px;display:flex}.platform-spend svg{width:14px}.audit-page code{text-overflow:ellipsis;white-space:nowrap;color:#47546a;max-width:460px;font-size:.68rem;display:block;overflow:hidden}.access-page{text-align:center;place-content:center;justify-items:center;min-height:500px;display:grid}.access-page svg{width:50px;height:50px;color:var(--danger)}.access-page h2{margin:13px 0 6px}.access-page p{max-width:520px;color:var(--muted)}.modal-backdrop{z-index:100;background:#11172f85;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-modal,.adjustment-modal,.catalog-modal{border:3px solid var(--ink);background:#fff;border-radius:13px;width:min(500px,100%);max-height:calc(100vh - 40px);padding:22px;overflow-y:auto;box-shadow:9px 9px #11172f47}.confirm-modal>svg{color:var(--danger)}.confirm-modal h2{margin:10px 0 8px}.confirm-modal p{color:#4e5a6e;line-height:1.5}.modal-actions{justify-content:flex-end;gap:10px;margin-top:19px;display:flex}.modal-heading{justify-content:space-between;gap:10px;margin-bottom:18px;display:flex}.modal-heading h2{margin:0 0 4px}.modal-heading p{color:var(--muted);margin:0;font-size:.72rem}.adjustment-modal,.catalog-modal{gap:14px;display:grid}.current-balance{background:var(--pink-soft);border:2px solid var(--pink);border-radius:9px;justify-content:space-between;align-items:center;padding:12px;display:flex}.current-balance span{font-size:.78rem;font-weight:800}.current-balance strong{font:900 1.4rem var(--display);align-items:center;display:flex}.current-balance img{object-fit:contain;width:38px;height:38px}.adjustment-modal label small{color:var(--muted);font-weight:500}.mfa-reminder{background:var(--blue-soft);border:1.5px solid var(--blue-deep);border-radius:8px;align-items:center;gap:8px;margin:0;padding:10px;font-size:.76rem;font-weight:800;display:flex}.modal-toggle-list{border:1px solid var(--line);border-radius:9px;overflow:hidden}.modal-toggle-list label{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:50px;padding:0 12px;font-weight:800;display:flex}.modal-toggle-list label:last-child{border-bottom:0}@media (width<=1180px){.metric-band{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:3px solid var(--ink)}.overview-grid{grid-template-columns:minmax(0,1fr)}.notification-panel{grid-column:auto}.notification-list{grid-template-columns:1fr 1fr}.players-layout.with-detail{grid-template-columns:minmax(0,1fr)}.player-drawer{z-index:35;border-radius:12px 0 0;width:min(500px,100vw - 20px);max-height:calc(100vh - 74px);position:fixed;inset:74px 0 0 auto}.control-matrix{grid-template-columns:1fr 1fr}.control-matrix>div:nth-child(3n){border-right:1px solid var(--line)}.control-matrix>div:nth-child(2n){border-right:0}.control-matrix>div:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.control-matrix>div:nth-last-child(-n+2){border-bottom:0}.catalog-list article{grid-template-columns:72px 1fr 110px auto}.catalog-flags{grid-column:2/5}.report-toolbar{flex-wrap:wrap;align-items:stretch;padding:12px 0}.report-toolbar .inline-search{flex:100%}.report-toolbar .push-right{margin-left:0}}@media (width<=780px){.app-shell{grid-template-columns:minmax(0,1fr)}.sidebar{width:230px;transition:transform .18s;position:fixed;top:0;left:0;transform:translate(-105%)}.sidebar.open{transform:translate(0)}.sidebar-close{z-index:5;background:#fff;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:7px;right:7px}.sidebar-scrim{z-index:39;background:#11172f6b;border:0;display:block;position:fixed;inset:0}.menu-button{place-items:center;margin-right:8px;display:grid}.topbar{padding:0 12px}.staff-chip>span,.staff-chip>svg{display:none}.content{padding:14px 12px 35px}.metric-band{grid-template-columns:1fr}.metric{border-right:0;border-bottom:3px solid var(--ink);min-height:110px}.metric:nth-child(-n+2){border-bottom:3px solid var(--ink)}.metric:last-child{border-bottom:0}.metric strong{font-size:2.7rem}.notification-list{grid-template-columns:1fr}.notification-list>div{border-right:0;border-bottom:1px solid var(--line)}.report-toolbar{flex-wrap:wrap;align-items:stretch;padding:12px 0}.inline-search{width:100%}.report-toolbar .push-right{margin-left:0}.section-tabs{grid-template-columns:repeat(2,1fr);width:100%;display:grid}.section-tabs button{padding:0 7px;font-size:.78rem}.player-drawer{border-width:3px 0 0;border-radius:0;width:100vw;inset:70px 0 0}.control-matrix{grid-template-columns:1fr}.control-matrix>div{border-right:0!important;border-bottom:1px solid var(--line)!important}.control-matrix>div:last-of-type{border-bottom:0!important}.economy-hero{min-height:180px;padding-right:105px}.economy-hero img{width:125px;position:absolute;bottom:0;right:-15px}.economy-hero:after{font-size:60px;top:-20px;right:30px}.economy-kpi-grid{grid-template-columns:1fr 1fr}.economy-kpi-grid article:nth-child(2){border-right:0}.economy-kpi-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.aspiration-ladder{grid-template-columns:1fr}.aspiration-ladder>div{display:none}.economy-two-column{grid-template-columns:1fr}.catalog-list article{grid-template-columns:62px 1fr auto;gap:10px}.catalog-art{width:58px;height:58px}.catalog-price{grid-column:2}.catalog-flags,.catalog-list article>.button{grid-column:1/-1}}@media (width<=560px){.auth-card{padding:24px 20px}.auth-brand{align-items:flex-start;gap:14px}.auth-burst{width:86px;height:86px}.auth-brand .wordmark{font-size:2.25rem}.auth-brand h1{font-size:.95rem}.page-actions{justify-content:space-between}.section-heading{flex-direction:column;align-items:flex-start;gap:7px}.player-summary-band,.detail-stat-grid{grid-template-columns:1fr}.drawer-tabs{grid-template-columns:1fr 1fr}.drawer-tabs button:nth-child(2){border-right:0}.drawer-tabs button:nth-child(-n+2){border-bottom:1px solid var(--line)}.modal-actions{flex-direction:column-reverse}.modal-actions .button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.growth-page{min-width:0}.growth-toolbar{align-items:center;gap:10px;min-height:48px;margin-bottom:14px;display:flex}.date-window,.data-mode{border:1.5px solid var(--line);white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:8px;min-height:38px;padding:0 11px;font-size:.78rem;font-weight:850;display:inline-flex}.range-picker{border:1.5px solid var(--ink);background:#fff;border-radius:8px;display:inline-flex;overflow:hidden}.range-picker button{border:0;border-right:1px solid var(--line);cursor:pointer;background:#fff;min-width:52px;min-height:36px;font-weight:900}.range-picker button:last-child{border-right:0}.range-picker button.active{color:#fff;background:var(--blue-deep);box-shadow:inset 0 -3px #0000002e}.data-mode{border-color:var(--green-deep);background:var(--green-soft);color:#277c18;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;margin-left:auto}.data-mode.preview{color:#765600;background:#fff2b9;border-color:#bc8e00}.growth-metrics{border:3px solid var(--ink);border-radius:12px;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden;box-shadow:5px 5px #090d2521}.growth-metric{border-right:3px solid var(--ink);isolation:isolate;min-height:134px;padding:18px 78px 15px 20px;position:relative;overflow:hidden}.growth-metric:last-child{border-right:0}.growth-metric:after{content:"";z-index:-1;opacity:.3;background-image:radial-gradient(#090d2559 1px,#0000 1px);background-size:8px 8px;position:absolute;inset:0}.growth-metric.pink{background:var(--pink)}.growth-metric.blue{background:var(--blue)}.growth-metric.green{background:var(--green)}.growth-metric.yellow{background:var(--yellow)}.growth-metric.purple{background:#aa86ff}.growth-metric>div{gap:3px;display:grid}.growth-metric span{font-family:var(--display);font-size:1rem}.growth-metric strong{font:1000 clamp(2rem, 3.1vw, 3.35rem)/1 var(--display);letter-spacing:-.055em;color:#fff;-webkit-text-stroke:2.5px var(--ink);paint-order:stroke fill;text-shadow:3px 3px 0 var(--ink);white-space:nowrap}.growth-metric small{margin-top:7px;font-size:.68rem;font-weight:800;line-height:1.25}.growth-metric>svg{stroke-width:2.5px;filter:drop-shadow(3px 3px #fff);width:48px;height:48px;position:absolute;top:34px;right:18px;transform:rotate(5deg)}.product-analytics-panel{margin-bottom:16px;overflow:hidden}.product-source-health{align-items:center;gap:9px;display:flex}.product-source-health small{color:var(--muted);font-size:.68rem}.product-kpi-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.product-kpi{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;grid-template-columns:auto 1fr;align-content:center;gap:3px 8px;min-height:126px;padding:15px;display:grid}.product-kpi:nth-child(4n){border-right:0}.product-kpi:nth-last-child(-n+4){border-bottom:0}.product-kpi>svg{box-sizing:content-box;width:28px;height:28px;color:var(--blue-deep);background:var(--blue-soft);border:1.5px solid var(--ink);border-radius:8px;grid-row:1/4;align-self:start;padding:5px}.product-kpi span{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:900}.product-kpi strong{font:1000 1.85rem/1 var(--display);letter-spacing:-.035em}.product-kpi small{color:var(--muted);font-size:.65rem;font-weight:750;line-height:1.3}.product-detail-grid{grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);display:grid}.product-guardrails{border-right:1px solid var(--line);background:#fff9df;align-content:center;gap:8px;padding:14px 16px;display:grid}.product-guardrails span{color:var(--muted);justify-content:space-between;gap:12px;font-size:.68rem;font-weight:800;display:flex}.product-guardrails strong{color:var(--ink)}.product-platform-table table{min-width:880px}.product-note{border-top:1px solid var(--line);padding-top:12px}.growth-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);align-items:start;gap:16px;display:grid}.performance-panel,.platform-panel,.campaign-panel{grid-column:1}.attribution-panel,.source-panel,.economy-quick-panel{grid-column:2}.integration-panel{grid-column:1;overflow:hidden}.performance-panel{grid-row:1;overflow:hidden}.attribution-panel{grid-row:1}.source-performance-panel{grid-area:2/1/auto/-1;overflow:hidden}.platform-panel{grid-row:3;overflow:hidden}.insight-comic{border:3px solid var(--ink);background:#fff;border-radius:12px;grid-area:3/2;min-height:226px;padding:22px 42% 18px 18px;position:relative;overflow:hidden;box-shadow:5px 5px #090d2521}.insight-comic:before{content:"";background:radial-gradient(var(--pink) 1.1px, transparent 1.1px);opacity:.23;background-size:9px 9px;position:absolute;inset:0}.insight-comic>div{z-index:2;position:relative}.insight-comic span{font:900 .72rem var(--display);text-transform:uppercase;background:var(--green);border:2px solid var(--ink);padding:5px 8px;display:inline-block;transform:rotate(-2deg)}.insight-comic h2{margin:12px 0 8px;font-size:clamp(1.35rem,2vw,2rem);line-height:1.05}.insight-comic em{color:var(--pink);font-style:normal}.insight-comic p{margin:0;font-size:.78rem;font-weight:700;line-height:1.4}.insight-comic img{z-index:1;width:49%;filter:drop-shadow(-5px 2px 0 #fff) drop-shadow(-8px 2px 0 var(--ink));position:absolute;bottom:-25%;right:-2%;transform:rotate(-3deg)}.store-environment-panel{grid-area:4/1/auto/-1;overflow:hidden}.developer-postback-panel{grid-area:5/1/auto/-1;overflow:hidden}.campaign-panel{grid-row:6;overflow:hidden}.source-panel{grid-row:6}.integration-panel,.economy-quick-panel{grid-row:7}.chart-key{flex-wrap:wrap;gap:13px;font-size:.68rem;font-weight:850;display:flex}.chart-key span:before{content:"";border-radius:50%;width:9px;height:9px;margin-right:5px;display:inline-block}.chart-key .revenue:before{background:var(--blue-deep)}.chart-key .spend:before{background:var(--pink)}.chart-key .tiktok:before{background:#7f56d9}.chart-key .meta:before{background:#12a879}.network-attribution-list{gap:9px;margin:12px 0;display:grid}.network-attribution-list>div{border:2px solid var(--ink);background:#fff;border-radius:10px;grid-template-columns:1fr auto;padding:10px 12px;display:grid}.network-attribution-list span{text-transform:capitalize;align-items:center;gap:6px;font-weight:900;display:flex}.network-attribution-list span svg{width:15px;height:15px}.network-attribution-list strong{font:950 1.25rem var(--display)}.network-attribution-list small{color:var(--muted);grid-column:1/-1;font-weight:750}.network-attribution-list .tiktok{box-shadow:3px 3px #aa86ff}.network-attribution-list .meta{box-shadow:3px 3px #67d7a7}.network-badge{border:1.5px solid var(--ink);border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:900;display:inline-flex}.network-badge.tiktok{background:#eadfff}.network-badge.meta{background:#d7f8e9}.campaign-panel select{border:2px solid var(--ink);background:#fff;border-radius:8px;padding:8px 10px;font-weight:850}.integration-panel table{min-width:760px}.integration-panel td small{max-width:220px;color:var(--muted);overflow-wrap:anywhere;margin-top:3px;font-size:.62rem;display:block}.setup-status{text-transform:capitalize;background:#fff4c7;border-radius:999px;align-items:center;gap:4px;padding:4px 7px;font-size:.66rem;font-weight:900;display:inline-flex}.setup-status svg{width:13px;height:13px}.setup-status.healthy{color:#126345;background:#d7f8e9}.setup-status.testing{color:#075f99;background:#e5f4ff}.setup-status.error{color:#a12242;background:#ffe0e5}.setup-status.neutral{color:var(--muted);background:#edf1f5}.growth-chart{height:320px;padding:0 10px 4px}.performance-footer{border-top:1px solid var(--line);background:#f7fbff;flex-wrap:wrap;align-items:center;gap:18px;min-height:45px;padding:8px 17px;font-size:.72rem;font-weight:800;display:flex}.performance-footer span{align-items:center;gap:6px;display:inline-flex}.performance-footer span:last-child{color:#2f7c25;margin-left:auto}.attribution-panel{overflow:hidden}.attribution-compare{border-block:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.attribution-compare>div{gap:4px;padding:15px;display:grid}.attribution-compare>div:first-child{border-right:1px solid var(--line)}.attribution-compare span,.attribution-compare small{color:var(--muted);font-size:.68rem}.attribution-compare strong{font:900 1.35rem var(--display)}.attribution-gap{background:#fff3bd;border:2px solid #dfa900;border-radius:9px;grid-template-columns:1fr auto;gap:2px 10px;margin:14px;padding:12px;display:grid}.attribution-gap span{font-size:.76rem;font-weight:900}.attribution-gap strong{font:1000 1.45rem var(--display);grid-area:1/2/3;align-self:center}.attribution-gap small{color:#765600}.attribution-gap.under{background:var(--blue-soft);border-color:var(--blue-deep)}.panel-note{color:var(--muted);margin:0;padding:0 15px 15px;font-size:.68rem;line-height:1.45}.platform-table td:first-child{align-items:center;gap:8px;display:flex}.platform-mark{border:1.5px solid var(--ink);border-radius:7px;place-items:center;width:30px;height:30px;display:inline-grid}.platform-mark svg{width:18px;height:18px}.platform-mark.ios{background:var(--pink-soft)}.platform-mark.android{background:var(--green-soft)}.source-performance-panel table,.store-environment-panel table,.developer-postback-panel table{min-width:880px}.postback-summary{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.postback-summary>div{border-right:1px solid var(--line);background:#f7fbff;gap:3px;padding:14px 16px;display:grid}.postback-summary>div:last-child{border-right:0}.postback-summary span{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:850}.postback-summary strong{font:950 1.35rem var(--display)}.postback-summary small{color:var(--muted);overflow-wrap:anywhere;font-size:.64rem}.source-name{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.source-name svg{box-sizing:content-box;border:1.5px solid var(--ink);border-radius:7px;width:20px;height:20px;padding:4px}.source-name.meta svg{background:#d7f8e9}.source-name.tiktok svg{background:#eadfff}.source-name.apple svg{background:var(--pink-soft)}.source-name.google svg{background:var(--green-soft)}.campaign-panel table{min-width:1040px}.campaign-panel td,.campaign-panel th{padding-inline:10px}.campaign-status,.source-status{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;gap:4px;padding:4px 7px;font-size:.62rem;font-weight:950;display:inline-flex}.campaign-status.active,.source-status.healthy{color:#216d16;background:var(--green-soft);border:1px solid #7dbf5c}.campaign-status.paused,.source-status.pending,.source-status.mock{color:#785900;background:#fff2b9;border:1px solid #d2a900}.source-status.error{color:#9a1733;background:#ffe3ea;border:1px solid #df6a82}.source-status.syncing,.source-status.degraded{color:#075b97;background:var(--blue-soft);border:1px solid #6cbce9}.source-status svg{width:12px;height:12px}.sparkline{width:90px;height:28px;color:var(--blue-deep);display:block}.empty-growth{text-align:center;place-content:center;justify-items:center;min-height:210px;padding:25px;display:grid}.empty-growth svg{color:var(--pink);width:40px;height:40px}.empty-growth h3{margin:9px 0 4px}.empty-growth p{max-width:480px;color:var(--muted);font-size:.78rem;line-height:1.45}.source-list{border-top:1px solid var(--line)}.source-list>div{border-bottom:1px solid #dce5ef;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:8px 14px;display:grid}.source-list>div:last-child{border-bottom:0}.source-icon{background:var(--blue-soft);border:1px solid var(--line);border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.source-icon svg{width:19px;height:19px}.source-list>div>div{gap:2px;min-width:0;display:grid}.source-list small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.economy-quick-grid{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.economy-quick-grid div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-transform:capitalize;justify-content:space-between;align-items:center;gap:8px;min-height:52px;padding:0 13px;font-size:.74rem;font-weight:800;display:flex}.economy-quick-grid div:nth-child(2n){border-right:0}.economy-quick-grid div:nth-last-child(-n+2){border-bottom:0}.economy-quick-grid strong{border-radius:999px;padding:4px 7px;font-size:.66rem}.economy-quick-grid strong.on{color:#216d16;background:var(--green-soft)}.economy-quick-grid strong.off{color:#9a1733;background:#ffe3ea}@media (width<=1280px){.growth-metrics{grid-template-columns:1fr 1fr}.growth-metric:nth-child(2n){border-right:0}.growth-metric:not(:last-child){border-bottom:3px solid var(--ink)}.growth-metric:last-child{grid-column:1/-1}.growth-metric strong{font-size:2.6rem}.product-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-kpi:nth-child(odd){border-right:1px solid var(--line)}.product-kpi:nth-child(2n){border-right:0}.product-kpi:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.product-kpi:nth-last-child(-n+2){border-bottom:0}.growth-grid{grid-template-columns:minmax(0,1fr)}.growth-grid>*{grid-area:auto/1}.insight-comic{min-height:210px;padding-right:35%}.insight-comic img{width:36%;bottom:-45%}}@media (width<=900px){.whale-metrics{grid-template-columns:1fr 1fr}.growth-toolbar{flex-wrap:wrap}.data-mode{margin-left:0}.range-picker{order:4;width:100%}.range-picker button{flex:1}.growth-chart{height:280px}.performance-footer span:last-child{margin-left:0}.postback-summary{grid-template-columns:1fr 1fr}.postback-summary>div:nth-child(2){border-right:0}.postback-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-detail-grid{grid-template-columns:1fr}.product-guardrails{border-right:0;border-bottom:1px solid var(--line)}}@media (width<=620px){.whale-toolbar{flex-wrap:wrap}.whale-search{order:3;min-width:100%}.whale-filter,.whale-filter button{flex:1}.whale-hero{min-height:185px;padding:22px 120px 22px 20px}.whale-mark{width:155px;right:-25px}.whale-metrics,.schedule-fields,.growth-metrics{grid-template-columns:1fr}.growth-metric:last-child{grid-column:auto}.growth-metric{border-right:0;border-bottom:3px solid var(--ink)!important}.growth-metric:last-child{border-bottom:0!important}.product-source-health{flex-direction:column;align-items:flex-end}.product-kpi-grid{grid-template-columns:1fr}.product-kpi,.product-kpi:nth-child(odd),.product-kpi:nth-child(2n),.product-kpi:nth-last-child(-n+4){border-right:0;border-bottom:1px solid var(--line)}.product-kpi:last-child{border-bottom:0}.date-window{flex:1}.growth-toolbar>.button{gap:0;width:40px;padding:0;font-size:0}.growth-toolbar>.button svg{width:18px;height:18px}.chart-key{display:none}.growth-chart{height:255px}.attribution-compare{grid-template-columns:1fr}.attribution-compare>div:first-child{border-right:0;border-bottom:1px solid var(--line)}.postback-summary{grid-template-columns:1fr}.postback-summary>div{border-right:0;border-bottom:1px solid var(--line)}.postback-summary>div:last-child{border-bottom:0}.insight-comic{padding-bottom:145px;padding-right:22px}.insight-comic img{width:58%;bottom:-28%;right:-6%}}
