:root{--bg:#f4f7fb;--text:#172033;--muted:#7b879d;--line:#e6ebf2;--blue:#2868d7;--blue2:#5c79ed;--soft:#eef4ff;--danger:#d74b61;--ok:#158967;--shadow:0 8px 28px rgba(31,50,84,.065)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.loginPage{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;background:white}.loginBrand{position:relative;display:flex;align-items:center;justify-content:center;padding:70px;background:linear-gradient(150deg,#f1f6ff,#e7f0ff 40%,#f8fbff);overflow:hidden}.loginBrand:after,.loginBrand:before{content:"";position:absolute;border-radius:50%;filter:blur(2px)}.loginBrand:before{width:440px;height:440px;background:rgba(52,108,224,.08);right:-130px;top:-90px}.loginBrand:after{width:280px;height:280px;background:rgba(109,85,237,.07);left:-80px;bottom:-80px}.brandHero{z-index:1}.brandLine{display:flex;align-items:center;gap:18px;margin-bottom:70px}.wordmark{display:flex;gap:7px;align-items:baseline;font-size:32px;letter-spacing:-1.4px}.wordmark strong{font-weight:750;color:#192236}.wordmark span{font-weight:620;color:#77859b}.wordmark.small{font-size:24px}.wordmark.side{font-size:20px;gap:4px;letter-spacing:-.7px}.brandHero h1{font-size:56px;line-height:1.04;max-width:550px;letter-spacing:-2.6px;margin:0 0 24px}.brandHero>p{font-size:19px;line-height:1.65;max-width:560px;color:#66748c}.brandStats{display:flex;gap:48px}.brandStats div{display:flex;flex-direction:column;gap:7px}.brandStats b{font-size:17px}.brandStats span{font-size:13px;color:var(--muted)}.loginPanel{display:flex;align-items:center;justify-content:center;padding:45px}.loginCard{width:min(430px,100%);display:flex;flex-direction:column;gap:24px}.loginCard h2{font-size:36px;letter-spacing:-1.2px;margin:6px 0 7px}.loginCard p{margin:0;color:var(--muted)}.loginCard small{text-align:center;color:#9aa4b4}.mobileBrand{display:none}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.8px;color:#6f83a8}.loginCard label,.modal label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:650;color:#4d596d}.dateFilter input,.loginCard input,.modal input,.modal select,.modal textarea,.orgSelect select{border:1px solid var(--line);background:#fff;border-radius:11px;padding:13px 14px;outline:none;color:var(--text);transition:.18s}.loginCard input:focus,.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#89a9eb;box-shadow:0 0 0 3px rgba(40,104,215,.08)}.passwordField{position:relative}.passwordField input{width:100%;padding-right:48px}.passwordField button{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#8793a8;padding:6px}.primaryBtn,.secondaryBtn{border:0;border-radius:10px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px;transition:.18s}.primaryBtn{background:linear-gradient(135deg,var(--blue),#4e73e7);color:white;box-shadow:0 6px 18px rgba(40,104,215,.18)}.primaryBtn:hover{box-shadow:0 8px 22px rgba(40,104,215,.24)}.primaryBtn:disabled{opacity:.6;cursor:default;transform:none}.secondaryBtn{color:#354056;border:1px solid var(--line)}.secondaryBtn.compact{padding:7px 10px}.loginBtn{height:48px;font-size:14px}.errorBox,.notice{padding:12px 14px;border-radius:10px;background:#fff2f4;color:#a62e43;border:1px solid #f5ced5;font-size:13px}.notice{margin-bottom:18px}.shell{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#fbfcfe;border-right:1px solid var(--line);padding:18px 14px;display:flex;flex-direction:column;z-index:30}.sideTop{justify-content:space-between;padding:0 7px 24px}.sideBrand,.sideTop{display:flex;align-items:center}.sideBrand{gap:10px}.navLabel{font-size:9px;font-weight:800;letter-spacing:1.5px;color:#a0a9b8;padding:12px 11px 8px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{display:flex;align-items:center;gap:11px;border-radius:9px;color:#657188;font-weight:620}.sidebar nav a svg{color:#8b97aa}.sidebar nav a:hover{background:#f2f5fa;color:#243149}.sidebar nav a.active{background:#eaf1ff;color:#245fc9}.sidebar nav a.active svg{color:#245fc9}.sideFooter{margin-top:auto;border-top:1px solid var(--line);padding:16px 4px 0;justify-content:space-between}.sideFooter,.userBadge{display:flex;align-items:center}.userBadge{gap:9px;min-width:0}.avatar{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#2d69d4,#6c75e9);color:white;display:flex;align-items:center;justify-content:center;font-weight:800}.avatar.big{width:70px;height:70px;border-radius:20px;font-size:25px}.userBadge>div:last-child{display:flex;flex-direction:column;min-width:0}.userBadge b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:145px}.userBadge span{font-size:10px;color:var(--muted);margin-top:2px}.iconBtn,.mobileClose,.mobileMenu,.sideFooter>button{border:0;background:transparent;color:#7b879b;padding:7px;border-radius:8px;display:flex}.iconBtn:hover,.sideFooter>button:hover{background:#eef2f7}.content{margin-left:250px;width:calc(100% - 250px);min-height:100vh}.topbar{height:66px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);justify-content:space-between;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.context,.topbar{display:flex;align-items:center}.context{gap:8px;color:#65738a}.orgSelect{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:9px;padding-left:10px;background:#fff}.orgSelect select{border:0;padding:8px 26px 8px 2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;min-width:190px;font-size:12px}.orgSelect svg:last-child{margin-left:-28px;pointer-events:none}.main{padding:28px;max-width:1600px;margin:0 auto}.pageHead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.pageHead h1{font-size:30px;letter-spacing:-1px;margin:5px 0}.pageHead p{margin:0;color:var(--muted)}.dateFilter{display:flex;align-items:center;gap:7px;padding:6px;border:1px solid var(--line);background:#fff;border-radius:11px;box-shadow:0 2px 8px rgba(35,55,90,.03)}.dateFilter input{border:0;padding:6px 4px;font-size:12px}.dateFilter span{color:#a3acba}.dateFilter button{background:#edf3ff;color:#2d64c6;border:0;border-radius:8px;padding:8px 11px;font-size:12px;font-weight:700}.card{background:var(--card);border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow)}.kpiGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px;margin-bottom:15px}.kpi{padding:19px 20px;display:flex;flex-direction:column;gap:8px}.kpi>span{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.6px}.kpi strong{font-size:26px;letter-spacing:-.8px}.kpi small{color:#98a1b0;font-size:11px}.chartGrid{display:grid;grid-template-columns:1.55fr 1fr;grid-gap:15px;gap:15px}.chartCard{padding:19px;min-width:0}.cardTitle{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.cardTitle h3{font-size:15px;margin:3px 0}.cardTitle span{font-size:9px;color:#97a1b1;letter-spacing:1.2px;font-weight:800}.cardTitle svg{color:#8795aa}.chart{height:300px}.tableGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin-top:15px}.listCard{padding:18px}.rank{display:grid;grid-template-columns:26px 1fr auto;align-items:center;grid-gap:9px;gap:9px;padding:10px 0;border-top:1px solid #f0f3f7}.rankNo{font-size:11px;color:#9ba5b5}.rank>div{display:flex;flex-direction:column;min-width:0}.rank b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank small{font-size:10px;color:#9aa5b5;margin-top:3px}.rank>strong{font-size:11px}.toolbar{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;margin-bottom:14px}.toolbar>span{font-size:11px;color:var(--muted);padding-right:7px}.search{display:flex;align-items:center;gap:7px;background:#f7f9fc;border-radius:9px;padding:0 10px;min-width:280px}.search svg{color:#98a2b2}.search input{border:0;background:transparent;padding:9px 3px;outline:0;width:100%;font-size:12px}.cardsList{display:flex;flex-direction:column;gap:10px}.clientCard{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:15px;gap:15px;padding:15px}.artistIcon,.clientIcon,.fileIcon,.uploadIcon{display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eef4ff;color:#3466c6}.clientIcon{width:43px;height:43px}.clientMain{display:flex;align-items:center;justify-content:space-between;gap:20px}.clientMain h3{margin:0 0 4px;font-size:14px}.clientMain p{margin:0;color:var(--muted);font-size:11px}.clientMeta{display:flex;gap:17px;color:#7d889a;font-size:10px}.clientMeta span{display:flex}.clientMeta span,.status{align-items:center;gap:5px}.status{display:inline-flex;justify-content:center;font-size:10px;font-weight:750;padding:5px 8px;border-radius:999px;white-space:nowrap}.status.ok{background:#eaf8f3;color:#107657}.status.off{background:#fff0f2;color:#b83c50}.status.warn{background:#fff6e6;color:#9b691a}.status.run{background:#edf3ff;color:#3766bd}.dataTable{overflow:hidden}.dataTable.clean{box-shadow:none;border:0;border-radius:0}.dataTable table{width:100%;border-collapse:collapse}.dataTable th{text-align:left;padding:11px 15px;background:#f8fafc;color:#8c97a9;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.dataTable td{border-top:1px solid #edf1f5;font-size:12px;color:#536076}.dataTable td b{color:#253147}.artistCell{display:flex;align-items:center;gap:9px}.artistCell>div:last-child{display:flex;flex-direction:column;gap:3px}.artistCell small{color:#9aa4b3}.artistIcon,.fileIcon{width:32px;height:32px}.empty{padding:35px;text-align:center;color:#98a2b2;font-size:12px}.uploadCard{min-height:230px;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-style:dashed;cursor:pointer;padding:30px;transition:.2s}.uploadCard:hover{background:#fbfdff;border-color:#b9cae8}.uploadIcon{width:56px;height:56px;border-radius:16px;margin-bottom:10px}.uploadCard h3{font-size:14px;margin:6px}.uploadCard p{font-size:11px;color:var(--muted);margin:2px 0 15px}.importList{display:flex;flex-direction:column}.importRow{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:12px;gap:12px;padding:12px 0;border-top:1px solid #eef1f5}.importMain{display:flex;flex-direction:column;gap:3px;min-width:0}.importMain b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.importMain small{font-size:10px;color:#9ca6b5}.importStats{display:flex;gap:14px;font-size:10px;color:#8490a2}.progress{width:180px;height:3px;background:#edf1f6;border-radius:5px;margin-top:4px;overflow:hidden}.progress i{display:block;height:100%;background:#3970dc;border-radius:5px;transition:.4s}.modalWrap{position:fixed;inset:0;background:rgba(23,32,51,.36);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:60;display:flex;justify-content:center;padding:25px}.modal{width:min(500px,100%);max-height:90vh;background:#fff;border-radius:18px;padding:23px;box-shadow:0 30px 80px rgba(20,35,65,.25)}.modal.large{width:min(850px,100%)}.modalHead{display:flex;justify-content:space-between;margin-bottom:22px}.modalHead h2{font-size:21px;margin:3px 0}.modalHead button{border:0;background:#f2f4f7;width:30px;height:30px;border-radius:8px;font-size:20px;color:#7d8795}.modal form{display:flex;flex-direction:column;gap:16px}.modal h4{font-size:11px;text-transform:uppercase;color:#8d98a9;letter-spacing:1px;margin:7px 0 -5px}.modal textarea{min-height:80px;resize:vertical}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}.modalActions{display:flex;justify-content:flex-end;gap:8px;padding-top:5px}.settingsGrid{display:grid;grid-template-columns:320px 1fr;grid-gap:15px;gap:15px}.profileCard{padding:28px;display:flex;align-items:center;flex-direction:column;text-align:center}.profileCard h3{margin:14px 0 3px}.profileCard p{margin:0 0 12px;color:var(--muted);font-size:12px}.secureCard{padding:28px;display:flex;gap:18px;align-items:flex-start}.secureCard svg{color:#2d6cdf}.secureCard h3{margin:0 0 8px}.secureCard p{margin:0;line-height:1.65;color:#728097;font-size:12px}.fullLoader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;background:#f7f9fc;color:#536079;font-weight:700}.skeletonGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px}.skeletonGrid div{height:125px;border-radius:15px;background:linear-gradient(90deg,#eef2f6,#f8fafc,#eef2f6);background-size:200% 100%;animation:shine 1.4s infinite}@keyframes shine{to{background-position:-200% 0}}.backdrop,.mobileClose,.mobileMenu{display:none}@media(max-width:1100px){.kpiGrid{grid-template-columns:repeat(2,1fr)}.tableGrid{grid-template-columns:1fr 1fr}.chartGrid{grid-template-columns:1fr}.clientMeta{display:none}}@media(max-width:760px){.loginPage{grid-template-columns:1fr}.loginBrand{display:none}.loginPanel{min-height:100vh;padding:28px}.mobileBrand{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sidebar{transform:translateX(-105%);transition:.25s;box-shadow:0 0 30px rgba(20,35,65,.18)}.sidebar.open{transform:translateX(0)}.mobileClose,.mobileMenu{display:flex}.backdrop{display:block;position:fixed;inset:0;background:rgba(15,25,45,.28);z-index:25}.content{margin-left:0;width:100%}.topbar{padding:0 15px;height:60px}.context{display:none}.orgSelect{max-width:240px}.main{padding:19px 14px}.pageHead{align-items:flex-start;flex-direction:column}.pageHead>button{width:100%}.dateFilter{width:100%;flex-wrap:wrap}.kpiGrid,.settingsGrid,.tableGrid{grid-template-columns:1fr}.chart{height:250px}.clientCard{grid-template-columns:auto 1fr}.clientCard>.secondaryBtn,.clientCard>.status{grid-column:2}.clientMain{display:block}.search{min-width:0;width:100%}.toolbar>span{display:none}.formGrid{grid-template-columns:1fr}.importRow{grid-template-columns:auto 1fr auto}.importStats{display:none}.dataTable{overflow-x:auto}.dataTable table{min-width:650px}.modalWrap{padding:10px}.modal{border-radius:15px;padding:18px}.orgSelect select{min-width:150px}.skeletonGrid{grid-template-columns:1fr 1fr}}.backLink{display:flex;border:0;background:transparent;color:#738098;padding:0;margin-bottom:13px}.successBox{padding:12px 14px;border-radius:10px;background:#eaf8f3;color:#107657;border:1px solid #caecdf;font-size:12px;margin-bottom:18px}.clientDetails{grid-template-columns:360px 1fr}.detailsCard,.usersCard{padding:20px}.infoRow{display:grid;grid-template-columns:130px 1fr;grid-gap:10px;gap:10px;padding:9px 0;border-top:1px solid #eef1f5;font-size:11px}.infoRow span{color:#8b96a7}.infoRow b{font-weight:650;color:#3b485e;overflow-wrap:anywhere}.cellSub{font-size:10px;color:#95a0b0;margin-top:3px}.passwordHint{font-size:11px;line-height:1.5;color:#7e899b;background:#f7f9fc;padding:10px 12px;border-radius:9px}@media(max-width:900px){.clientDetails{grid-template-columns:1fr}}.clickRow{cursor:pointer}.clickRow:hover td{background:#fbfcff}.artistDates{width:max-content;margin:0 0 15px auto}.artistKpis{margin-top:0}.artistBottom{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;margin-top:15px}.catalogRow,.contractRow{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-top:1px solid #edf1f5}.catalogRow>div,.contractRow>div{display:flex;flex-direction:column;gap:4px}.catalogRow b,.contractRow b{font-size:12px}.catalogRow small,.contractRow small{font-size:10px;color:#96a1b1}.contractRow strong{font-size:14px;color:#2d64c6}@media(max-width:760px){.artistDates{width:100%;margin:0 0 15px}.artistBottom{grid-template-columns:1fr}}.rememberRow{align-items:center;gap:11px;margin-top:-2px}.rememberRow input{width:18px!important;height:18px!important;accent-color:#1268d8;flex:0 0 auto}.rememberRow span{font-size:13px}.rememberRow small{font-size:11px;color:#8993a5;font-weight:400}.sessionsCard{margin-top:18px}.sessionList{display:flex;flex-direction:column}.sessionRow{grid-template-columns:42px 1fr auto;grid-gap:12px;gap:12px;padding:14px 0;border-top:1px solid #edf0f5}.sessionRow:first-child{border-top:0}.sessionIcon{width:38px;height:38px;background:#f1f5fb;color:#45627f}.sessionRow>div:nth-child(2){gap:4px}.sessionRow b{font-size:13px}.sessionRow small{color:#8993a5;font-size:11px}.sessionRow>span{font-size:11px;color:#6f7d90}.currentSession{margin-left:7px;padding:3px 7px;background:#eaf7ef;color:#23864a;font-size:10px}@media(max-width:720px){.sessionRow{grid-template-columns:38px 1fr}.sessionRow>span{grid-column:2}.sessionsCard .cardTitle{align-items:flex-start;gap:12px;flex-direction:column}.sessionsCard .secondaryBtn{width:100%;justify-content:center}}.importWizard{width:min(1120px,94vw);max-height:92vh;overflow:auto}.importWizard .modalHead p{margin:5px 0 0;color:#7b8797;font-size:12px}.mappingGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:16px 0 22px}.mappingGrid label{font-size:11px;color:#637083}.mappingGrid select{margin-top:6px}.previewTable{overflow:auto;border:1px solid #e6eaf0;border-radius:12px;max-height:260px}.previewTable table{border-collapse:collapse;width:max-content;min-width:100%;font-size:11px}.previewTable td,.previewTable th{padding:9px 10px;border-bottom:1px solid #edf0f4;border-right:1px solid #edf0f4;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.previewTable th{position:-webkit-sticky;position:sticky;top:0;background:#f7f9fc;font-weight:700;color:#526273}.rowError{color:#b84b4b!important;max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.mappingGrid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.mappingGrid{grid-template-columns:1fr}.importWizard{width:96vw}}.reportModal{width:min(900px,96vw)}.reportModal .modalHead p{margin:5px 0 0;color:var(--muted);font-size:12px}.reportPreview{border:1px solid #dce6f5;background:#f8fbff;border-radius:14px;padding:16px}.previewTitle{display:flex;align-items:center;gap:10px;color:#2d67c7}.previewTitle>div{display:flex;flex-direction:column;gap:2px}.previewTitle b{font-size:13px}.previewTitle span{font-size:10px;color:#7b8798}.previewKpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px;margin-top:14px}.previewKpis>div{background:#fff;border:1px solid #e6ebf3;border-radius:10px;padding:11px;display:flex;flex-direction:column;gap:5px}.previewKpis span{font-size:9px;color:#8b96a7;text-transform:uppercase;letter-spacing:.4px}.previewKpis b{font-size:13px}.previewKpis .strong{background:#edf5ff;border-color:#cbdcf5}.previewKpis .strong b{color:#1f63c9;font-size:15px}@media(max-width:760px){.previewKpis{grid-template-columns:1fr 1fr}}.filterBar{padding:10px 12px;margin-bottom:12px;display:flex;align-items:center;gap:9px}.filterReset{border:0;background:transparent;color:#63758f;font-size:11px}.filterPanel{padding:15px;margin-bottom:15px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px;align-items:end}.filterPanel label{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:700;color:#68768b}.filterPanel input,.filterPanel select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px;min-width:0;color:var(--text)}@media(max-width:1000px){.filterPanel{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.filterPanel{grid-template-columns:1fr}}.templateTools{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:12px;background:#f7f9fc;border-radius:12px;margin-bottom:13px}.templateTools label{font-size:11px;color:#637083;font-weight:650}.templateName,.templateTools select{margin-top:6px}.templateName input,.templateTools select{width:100%;padding:10px}.templateName,.templateName input,.templateTools select{border:1px solid var(--line);border-radius:9px;background:#fff}.templateName{display:flex;align-items:center;gap:8px;padding-left:10px}.templateName input{border:0;padding-left:0;outline:0}@media(max-width:700px){.templateTools{grid-template-columns:1fr}}.passwordCard{margin-top:18px;padding:22px}.passwordCard form{grid-template-columns:repeat(3,1fr) auto;grid-gap:12px;gap:12px}.passwordCard label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;color:#637083}.passwordCard input{border:1px solid var(--line);border-radius:9px;padding:10px;outline:0}.passwordCard input:focus{border-color:#89a9eb;box-shadow:0 0 0 3px rgba(40,104,215,.08)}@media(max-width:900px){.passwordCard form{grid-template-columns:1fr 1fr}}@media(max-width:600px){.passwordCard form{grid-template-columns:1fr}}.reportBuilderModal{width:min(980px,96vw);border-radius:24px}.reportBuilderModal .modalHead{padding-bottom:4px}.reportBuilderModal .modalHead p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.reportBuilderSection{border:1px solid #e7ecf3;background:linear-gradient(180deg,#fff,#fbfcff);border-radius:18px;margin-bottom:2px}.builderSectionTitle{display:flex;align-items:center;gap:10px;margin-bottom:14px}.builderSectionTitle>span{background:#edf3ff;color:#2b66ca;font-size:10px;font-weight:850}.builderSectionTitle>div{display:flex;flex-direction:column;gap:2px}.builderSectionTitle b{font-size:13px}.builderSectionTitle small{font-size:10px;color:#919cad}.artistPicker{position:relative}.artistSearch{display:flex;align-items:center;gap:9px;border:1px solid #dce4ef;background:#fff;border-radius:13px;padding:0 12px;transition:.18s}.artistSearch:focus-within{border-color:#8aaaea;box-shadow:0 0 0 4px rgba(40,104,215,.07)}.artistSearch svg{color:#8492a7;flex:0 0 auto}.artistSearch input{border:0!important;box-shadow:none!important;width:100%;padding:13px 0!important}.artistSearchResults{position:absolute;z-index:15;left:0;right:0;top:calc(100% + 7px);background:#fff;border:1px solid #dfe5ee;border-radius:14px;box-shadow:0 18px 45px rgba(28,43,70,.16);padding:6px;max-height:270px;overflow:auto}.artistSearchResults>button{width:100%;border:0;background:transparent;border-radius:10px;padding:9px 10px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;grid-gap:9px;gap:9px;text-align:left;color:var(--text)}.artistSearchResults>button:hover{background:#f4f7fc}.artistSearchResults>button>span:nth-child(2){display:flex;flex-direction:column;gap:2px}.artistSearchResults b{font-size:12px}.artistSearchResults small{font-size:10px;color:#949faf}.miniAvatar{width:29px;height:29px;border-radius:9px;background:linear-gradient(135deg,#ecf3ff,#f1efff);color:#426dc9;display:grid;place-items:center}.searchEmpty{padding:15px;text-align:center;color:#9aa4b3;font-size:11px}.selectedArtistList{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.artistChip{display:inline-flex;align-items:center;gap:7px;background:#f4f7fc;border:1px solid #e2e8f1;border-radius:12px;padding:6px 7px 6px 6px}.artistChip b{font-size:11px}.artistChip button{border:0;background:transparent;color:#8793a5;display:flex;padding:3px;border-radius:6px}.artistChip button:hover{background:#e8edf5;color:#4c596d}.wholeLabelHint{color:#7b889a;font-size:10px;background:#f8fafc;border-radius:10px;padding:8px 10px}.periodPresetRow,.wholeLabelHint{display:flex;align-items:center;gap:7px}.periodPresetRow{flex-wrap:wrap;margin-bottom:12px}.periodPresetRow button,.periodPresetRow select{border:1px solid #e0e6ef;background:#fff;border-radius:10px;padding:9px 12px;color:#556378;font-size:11px;font-weight:700}.periodPresetRow button:hover{border-color:#afc5eb;background:#f5f8ff;color:#2f65c5}.formGrid.two{grid-template-columns:1fr 1fr}.fieldHint{color:#9aa4b3!important}.reportToggles{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.reportToggle{border:1px solid #e1e6ee;background:#fff;border-radius:11px;padding:9px 11px;display:inline-flex;align-items:center;gap:7px;color:#667388;font-size:11px;font-weight:700}.reportToggle>span{width:17px;height:17px;border:1px solid #cfd7e3;border-radius:5px;display:grid;place-items:center}.reportToggle.active{background:#f2f7ff;border-color:#c7d9f6;color:#2b62c0}.reportToggle.active>span{background:#2d69d4;border-color:#2d69d4;color:#fff}.reportBuilderModal .reportPreview{border-radius:17px}.reportBuilderModal .modalActions{position:-webkit-sticky;position:sticky;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 -26px -26px;padding:14px 26px 22px;border-top:1px solid #edf0f5}@media(max-width:760px){.reportBuilderModal{padding:18px;border-radius:18px}.reportBuilderModal .modalActions{bottom:-18px;margin:0 -18px -18px;padding:12px 18px 18px}.formGrid.two{grid-template-columns:1fr}.periodPresetRow select{width:100%}.reportToggles{flex-direction:column}.reportToggle{width:100%}.artistSearchResults{position:static;margin-top:7px;box-shadow:none}.builderSectionTitle small{line-height:1.35}}:root{--bg:#f6f7f9;--text:#151d2b;--muted:#7f8999;--line:#e8ebf0;--blue2:#5b7ff1;--soft:#f1f5fb;--danger:#ce465b;--ok:#178760;--shadow:0 10px 34px rgba(22,35,56,.055)}body,html{font-family:SF Pro Display,SF Pro Text,Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);letter-spacing:-.01em}body{overflow-x:hidden}.card,.surface{border:1px solid rgba(223,228,235,.9);border-radius:22px;box-shadow:0 8px 30px rgba(24,38,61,.045)}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}.primaryBtn{background:linear-gradient(135deg,#1768d5,#4477e8);box-shadow:0 8px 20px rgba(23,104,213,.17)}.secondaryBtn{border-color:#e3e7ed}.primaryBtn:hover,.secondaryBtn:hover{transform:translateY(-1px)}.sidebar{width:228px;padding:18px 12px 14px;background:rgba(251,252,253,.94);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid #e9ecf1}.sideTop{padding:1px 8px 24px}.sideBrand img{border-radius:11px}.sidebar .mainNav{gap:5px}.sidebar nav a{padding:11px 12px;border-radius:13px;font-size:13px;font-weight:650;color:#687387;transition:.18s ease}.sidebar nav a svg{color:#8c97a8}.sidebar nav a:hover{background:#f1f3f6;color:#202a3a;transform:translateX(1px)}.sidebar nav a.active{color:#1760c9;box-shadow:inset 0 0 0 1px rgba(29,103,211,.04)}.sideFooter{padding:15px 5px 1px}.userBadge{padding:5px;border-radius:14px;transition:.18s}.userBadge:hover{background:#f2f4f7}.avatar{width:36px;height:36px}.avatarImage{background:#edf1f6}.content{margin-left:228px;width:calc(100% - 228px)}.topbar{height:70px;padding:0 30px;background:rgba(246,247,249,.82);border-bottom:0}.context{font-size:12px;color:#758095}.orgSelect{border-radius:13px;border-color:#e3e7ed;box-shadow:0 5px 16px rgba(24,38,61,.035)}.orgSelect select{min-width:205px}.main{padding:28px 30px 46px;max-width:1560px}.pageHead{margin-bottom:21px}.pageHead h1{font-size:32px;line-height:1.05;margin:0 0 7px;font-weight:780}.pageHead p{color:#8791a0}.pageHead .eyebrow{display:none}.iconAction{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:13px;display:grid;place-items:center;color:#6e7b8e;transition:.18s}.iconAction:hover{transform:rotate(10deg);box-shadow:var(--shadow)}.periodDock{align-items:center;justify-content:space-between;gap:14px}.periodDock,.periodPresets{display:flex;flex-wrap:wrap}.periodPresets{gap:6px}.filterButton,.periodPresets button,.textButton{border:1px solid #e2e6eb;background:#fff;border-radius:12px;padding:9px 12px;color:#68758a;font-size:11px;font-weight:720}.filterButton.active,.filterButton:hover,.periodPresets button:hover{background:#edf4ff;border-color:#cfe0fb;color:#1b63c9}.dateFilter{padding:5px 6px;border-color:#e3e7ed;box-shadow:0 6px 18px rgba(23,35,55,.035)}.dateFilter input,.dateFilter select{background:transparent;box-shadow:none!important;padding:7px 5px}.dateFilter select{max-width:88px}.dateFilter button{background:#edf4ff}.filterLine{display:flex;gap:8px;align-items:center;margin-bottom:15px}.filterButton{display:inline-flex;align-items:center;gap:7px}.textButton{border:0;background:transparent}.floatingPanel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px;animation:fadeUp .22s ease}.floatingPanel label,.passwordCard label,.profileForm label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:720;color:#6d788a}.floatingPanel input,.floatingPanel select,.passwordCard input,.profileForm input{border:1px solid #e1e6ed;border-radius:12px;padding:11px 12px;background:#fff;outline:0}.floatingPanel input:focus,.floatingPanel select:focus,.passwordCard input:focus,.profileForm input:focus{border-color:#a9c2ed;box-shadow:0 0 0 4px rgba(34,103,210,.06)}.heroMetrics{margin-bottom:14px}.metricCard{border:1px solid #e6e9ef;border-radius:20px;padding:17px 17px 16px;gap:7px;animation:fadeUp .32s ease both;transition:.2s ease}.metricCard:hover{box-shadow:0 12px 30px rgba(24,38,61,.07)}.metricCard.featured{background:linear-gradient(145deg,#1768d5,#4777e7)}.metricCard.featured .metricIcon{background:rgba(255,255,255,.14);color:#fff}.metricIcon{width:34px;height:34px;border-radius:11px;background:#eff5ff;color:#2367c8;margin-bottom:3px}.metricLabel{color:#8a94a3;font-weight:720;letter-spacing:.5px}.metricCard strong{letter-spacing:-.65px}.metricCard small{color:#98a1ae;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analyticsGrid{grid-template-columns:1.55fr 1fr;grid-gap:14px;gap:14px;margin-bottom:14px}.chartSurface{padding:20px;min-width:0}.sectionTitle{align-items:center}.sectionTitle>div{display:flex;flex-direction:column;gap:3px}.sectionTitle span{font-size:9px;letter-spacing:1.2px;font-weight:800;color:#9aa3b1}.sectionTitle h3,.sectionTitle>h3{font-size:15px;margin:0;letter-spacing:-.3px}.sectionTitle svg{color:#7f8b9c}.modernChart{height:305px}.overviewLists{grid-gap:14px;gap:14px}.overviewLists.twoCols{grid-template-columns:1fr 1fr}.detailBreakdown,.listSurface,.rankSurface{padding:19px}.seeAll{display:inline-flex;align-items:center;gap:2px;font-size:10px;color:#54709a}.rankList{display:flex;flex-direction:column}.rankItem{display:grid;align-items:center;grid-gap:9px;gap:9px;padding:11px 0;border-top:1px solid #f0f2f5;transition:.16s}.rankItem:first-child{border-top:0}.rankItem[href]:hover{padding-left:5px}.rankIndex{font-size:10px;color:#abb2bd}.rankItem>div{display:flex;min-width:0;flex-direction:column;gap:3px}.rankItem b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rankItem small{font-size:9px;color:#9ca5b2}.rankItem strong{font-size:11px;white-space:nowrap}.dashboardSkeleton{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.dashboardSkeleton i{display:block;height:120px;border-radius:20px;background:linear-gradient(90deg,#eef1f5 25%,#f7f8fa 50%,#eef1f5 75%);background-size:220% 100%;animation:shimmer 1.3s infinite}.errorNotice{display:flex;align-items:center;justify-content:space-between;gap:10px}.errorNotice button{border:0;background:transparent;color:inherit;font-weight:700}.catalogToolbar{padding:10px 12px;margin-bottom:13px;display:flex;align-items:center;gap:10px}.modernSearch{flex:1 1;min-width:240px;background:#f7f8fa;border:1px solid transparent;border-radius:13px}.modernSearch:focus-within{background:#fff;border-color:#cbdcf5}.catalogToolbar>span{margin-left:auto;font-size:11px;color:#8893a3}.catalogTable{overflow:hidden}.trackIdentity{display:flex;align-items:center;gap:10px}.coverPlaceholder{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#eaf2ff,#f1efff);color:#3b6ed1;flex:0 0 auto}.coverPlaceholder.large{width:58px;height:58px;border-radius:18px}.codes,.trackIdentity>span:last-child{display:flex;flex-direction:column;gap:3px}.codes small,.trackIdentity small{font-size:9px;color:#9ca5b1}.rowArrow{font-size:22px;color:#9da6b2}.tableLoading{padding:25px;text-align:center;color:#919ba9;font-size:11px}.artistHero,.trackHeroTitle{display:flex;align-items:center;gap:14px;margin-top:10px}.artistHero h1,.trackHeroTitle h1{margin:0 0 5px}.artistMeta,.trackCodes{display:flex;gap:8px;flex-wrap:wrap;margin-top:7px}.artistMeta span,.trackCodes span{font-size:9px;color:#778398;background:#eef2f7;padding:5px 8px}.artistMetrics,.trackMetrics{grid-template-columns:repeat(4,1fr)}.detailBreakdown{min-width:0}.detailRow{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #eff1f4;font-size:11px}.detailRow span{color:#68758a}.artistHeroAvatar{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#1768d5,#6b78e7);color:#fff;display:grid;place-items:center;font-weight:800;font-size:22px}.headerActions{display:flex;gap:8px}.artistDetailGrid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:14px;gap:14px;margin-top:14px}.catalogLinkRow{display:grid;grid-template-columns:38px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:9px 0;border-top:1px solid #eff1f4}.catalogLinkRow>div{display:flex;flex-direction:column;gap:3px;min-width:0}.catalogLinkRow b{font-size:11px}.catalogLinkRow small{font-size:9px;color:#9aa3b0}.financeRow{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-top:1px solid #eff1f4}.financeRow>div{display:flex;flex-direction:column;gap:3px}.financeRow b{font-size:12px}.financeRow small{font-size:9px;color:#98a2af}.settingsV2Grid{display:grid;grid-gap:14px;gap:14px}.profileSettings{padding:22px;display:flex;gap:16px}.profileSettings h3{font-size:17px;margin:0 0 4px}.profileSettings p,.profileSettings span{font-size:10px;color:#8c96a4;margin:0}.profileAvatarWrap{position:relative;width:74px;height:74px}.profileAvatar{width:74px;height:74px;background:#eef2f6}.profileAvatar.fallback{display:grid;place-items:center;color:#6d7e94}.profileAvatarWrap button{position:absolute;right:-4px;bottom:-4px;width:30px;height:30px;border-radius:10px;border:3px solid #fff;background:#1768d5;color:#fff;display:grid;place-items:center}.profileForm{padding:21px}.profileForm form{display:flex;flex-direction:column;gap:13px}.profileForm .formGrid{grid-template-columns:repeat(3,1fr)}.usernameInput{display:flex;align-items:center;border:1px solid #e1e6ed;border-radius:12px;background:#fff;padding-left:11px}.usernameInput span{color:#9aa4b1}.usernameInput input{border:0!important;box-shadow:none!important;width:100%;padding-left:4px}.auditSettings{padding:20px;margin-top:14px}.auditSettingRow{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #eff1f4}.auditSettingRow>div{display:flex;flex-direction:column;gap:3px}.auditSettingRow b{font-size:11px}.auditSettingRow small,.auditSettingRow>span{font-size:9px;color:#98a2af}.modalWrap{background:rgba(18,28,43,.32);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:18px}.modal{border-radius:26px!important;box-shadow:0 28px 80px rgba(14,25,42,.22)!important;border:1px solid rgba(255,255,255,.75)!important;animation:modalPop .22s cubic-bezier(.2,.8,.2,1)}.modal input,.modal select,.modal textarea{border-radius:13px}.modalHead>button{width:34px;height:34px;border-radius:11px!important}.errorBox,.notice,.successBox{border-radius:14px}.loginPage{background:#f5f6f8}.loginBrand{background:radial-gradient(circle at 15% 15%,rgba(56,120,236,.15),transparent 31%),linear-gradient(145deg,#f7f9fd,#edf3fc 55%,#f8f9fb)}.brandHero h1{font-size:54px;letter-spacing:-2.8px}.loginPanel{background:#f8f9fb}.loginCard.surface{padding:32px;border-radius:26px;box-shadow:0 24px 70px rgba(28,43,68,.09)}.mobileBottomNav{display:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes shimmer{to{background-position:-220% 0}}@keyframes modalPop{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:1250px){.heroMetrics{grid-template-columns:repeat(3,1fr)}.overviewLists{grid-template-columns:1fr 1fr}.analyticsGrid{grid-template-columns:1fr}.floatingPanel{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.sidebar{transform:translateX(-110%);transition:.25s;width:min(310px,88vw);box-shadow:20px 0 60px rgba(20,31,47,.15)}.sidebar.open{transform:translateX(0)}.content{margin-left:0;width:100%}.topbar{height:62px;padding:0 17px}.main{padding:20px 16px 105px}.mobileClose,.mobileMenu{display:flex!important}.mobileBottomNav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:25;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #e3e7ed;border-radius:22px;padding:7px 5px;box-shadow:0 18px 50px rgba(18,31,50,.16)}.mobileBottomNav a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#8b95a3;font-size:8px;font-weight:700;padding:6px 2px;border-radius:14px}.mobileBottomNav a.active{color:#1768d5;background:#edf4ff}.pageHead{align-items:flex-start}.pageHead h1{font-size:28px}.periodDock{align-items:stretch}.dateFilter{width:100%;overflow-x:auto}.dateFilter input{min-width:110px}.heroMetrics{grid-template-columns:1fr 1fr}.artistDetailGrid,.overviewLists,.overviewLists.twoCols,.settingsV2Grid{grid-template-columns:1fr}.floatingPanel,.profileForm .formGrid{grid-template-columns:1fr 1fr}.catalogToolbar{flex-wrap:wrap}.catalogToolbar .modernSearch{width:100%}.dataTable{overflow-x:auto}.dataTable table{min-width:760px}.loginPage{grid-template-columns:1fr}.loginBrand{display:none}.loginPanel{min-height:100vh;padding:22px}.mobileBrand{display:flex!important;align-items:center;gap:10px}.artistHeader,.trackDetailHead{flex-direction:column;align-items:stretch}.headerActions{width:100%}.headerActions>*{flex:1 1}.artistMetrics,.trackMetrics{grid-template-columns:1fr 1fr}}@media(max-width:600px){.main{padding:17px 13px 100px}.topbar .context span{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orgSelect{max-width:160px}.orgSelect select{min-width:0;max-width:145px}.pageHead{margin-bottom:17px}.pageHead h1{font-size:26px}.pageHead p{font-size:11px;line-height:1.45}.periodPresets{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.periodPresets button{padding:8px 6px}.heroMetrics{grid-template-columns:1fr 1fr;gap:9px}.metricCard{padding:14px;border-radius:18px}.metricCard strong{font-size:18px}.metricCard:nth-child(n+5){display:none}.chartSurface{padding:15px;border-radius:20px}.chart,.modernChart{height:255px}.floatingPanel,.overviewLists,.profileForm .formGrid{grid-template-columns:1fr}.profileSettings{padding:18px}.passwordCard form{grid-template-columns:1fr}.loginCard.surface{padding:24px 20px}.loginCard h2{font-size:30px}.modal{border-radius:22px!important;padding:20px!important}.mobileBottomNav{left:7px;right:7px;bottom:max(7px,env(safe-area-inset-bottom));border-radius:20px}.mobileBottomNav a span{font-size:7px}.artistHero,.trackHeroTitle{align-items:flex-start}.artistMeta,.trackCodes{gap:5px}.artistMetrics,.trackMetrics{grid-template-columns:1fr 1fr}.sessionRow{grid-template-columns:38px 1fr}.sessionRow>span{grid-column:2}.sectionTitle h3{font-size:14px}}:root{--bg:#f3f5f8;--card:#fff;--text:#152033;--muted:#8490a4;--line:#e7ebf0;--blue:#1768d5;--blue2:#5079e8;--soft:#edf4ff;--shadow:0 1px 2px rgba(19,33,53,.025),0 10px 34px rgba(19,33,53,.045)}body,html{font-family:Inter,SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.012em}body{background:radial-gradient(circle at 72% -20%,rgba(36,105,220,.055),transparent 32%),var(--bg)}.sidebar{width:232px;background:rgba(251,252,254,.96);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:17px 12px;border-right:1px solid #e8ecf1}.content{margin-left:232px;width:calc(100% - 232px)}.sideTop{padding:0 7px 22px}.sideBrand img{border-radius:12px}.wordmark.side{font-size:19px}.sidebar nav{gap:3px}.sidebar nav a{border-radius:12px;padding:10px 11px;font-size:12.5px;transition:transform .16s ease,background .16s ease,color .16s ease}.sidebar nav a:hover{transform:translateX(2px)}.sidebar nav a.active{background:#eaf2ff;color:#1d5fc5;box-shadow:inset 0 0 0 1px rgba(39,103,207,.035)}.sideFooter{padding:14px 5px 2px}.avatar{border-radius:12px;box-shadow:0 4px 13px rgba(38,92,181,.18)}.topbar{height:62px;padding:0 25px;background:rgba(255,255,255,.82);border-bottom:1px solid rgba(224,229,236,.86);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.context{font-size:11.5px;font-weight:600;color:#728096}.orgSelect{border-radius:12px;background:#f9fafc;border-color:#e4e9ef}.orgSelect select{min-width:200px;font-weight:650;color:#344056}.main{padding:30px 32px 52px;max-width:1510px}.main>*{animation:fadeUp .34s cubic-bezier(.2,.75,.2,1) both}.pageHead{align-items:center;margin-bottom:22px}.pageHead h1{font-size:31px;letter-spacing:-1.25px;font-weight:760;margin:0 0 5px}.pageHead p{font-size:12.5px;color:#8994a5}.card,.surface{background:rgba(255,255,255,.96);border:1px solid #e6eaf0;border-radius:21px;box-shadow:var(--shadow)}.primaryBtn,.secondaryBtn{min-height:38px;padding:10px 14px}.primaryBtn{background:linear-gradient(140deg,#1768d5,#3977e4);box-shadow:0 7px 19px rgba(23,104,213,.17)}.secondaryBtn{background:#fff;border-color:#e3e8ef}.iconAction,.iconBtn{transition:.16s}.iconAction:hover,.iconBtn:hover{transform:translateY(-1px)}.dashboardHeadActions{display:flex;align-items:center;gap:8px}.periodCaption{color:#8d97a6;background:#fff;border:1px solid #e6eaf0;border-radius:999px;padding:7px 10px}.modernPeriodDock{gap:9px;flex-wrap:wrap;padding:8px;margin-bottom:12px;background:rgba(255,255,255,.72);border:1px solid #e5eaf0;border-radius:18px;box-shadow:0 6px 22px rgba(25,40,66,.035)}.periodMode,.quarterPicker{display:flex;align-items:center;gap:4px}.periodMode{padding:4px;background:#f2f4f7;border-radius:13px}.periodMode button,.quarterPicker button{border:0;background:transparent;color:#68758a;border-radius:10px;padding:8px 10px;font-size:10.5px;font-weight:720;transition:.15s}.periodMode button:hover,.quarterPicker button:hover{background:#fff;color:#235fbf;box-shadow:0 2px 8px rgba(23,44,77,.05)}.quarterPicker{padding-left:3px}.quarterPicker select{border:1px solid #e5e9ef;background:#fff;border-radius:10px;padding:8px 9px;font-size:10.5px;color:#4d5a70;outline:0}.modernPeriodDock .dateFilter{margin-left:auto;box-shadow:none;border:0;background:#f8f9fb;border-radius:13px}.filterLine{margin:10px 0 14px}.filterButton{border-radius:12px!important}.floatingPanel{box-shadow:0 20px 55px rgba(24,37,58,.09)!important}.heroMetrics{gap:11px;margin-bottom:13px}.metricCard{min-height:132px;padding:16px 16px 15px;border-radius:21px;background:#fff;border:1px solid #e7ebf0;box-shadow:0 7px 28px rgba(21,36,61,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.metricCard:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-50px;top:-55px;background:radial-gradient(circle,rgba(36,104,224,.09),transparent 70%);pointer-events:none}.metricCard:hover{box-shadow:0 15px 36px rgba(21,36,61,.07);border-color:#dce4ed}.metricCard.featured{background:linear-gradient(145deg,#1768d5,#315fc8 72%,#486fd4);box-shadow:0 14px 34px rgba(24,96,199,.22)}.metricCard.featured:before{background:radial-gradient(circle,rgba(255,255,255,.17),transparent 70%)}.metricDot{width:5px;height:5px;border-radius:50%;background:#cad2de}.featured .metricDot{background:rgba(255,255,255,.65)}.metricLabel{font-size:9.5px;text-transform:uppercase;letter-spacing:.08em;font-weight:760;color:#8b96a7}.metricCard.featured .metricLabel,.metricCard.featured small{color:rgba(255,255,255,.72)}.metricCard strong{font-size:21px;line-height:1.15;letter-spacing:-.75px;margin-top:8px}.metricCard small{font-size:9.5px;color:#9aa4b1}.chartSurface{padding:18px;border-radius:22px}.sectionTitle{margin-bottom:12px}.sectionTitle h3,.sectionTitle>h3{font-size:14.5px}.modernChart{height:292px}.rankSurface{padding:17px;border-radius:21px}.rankItem{border-color:#f0f2f5}.rankItem[href]:hover{background:#fafbfc;margin:0 -7px;padding-left:12px;padding-right:7px;border-radius:11px}.overviewEmpty{padding:58px 22px;margin-bottom:14px}.overviewEmpty h3{margin:14px 0 7px;font-size:17px}.overviewEmpty p{max-width:620px;margin:0 auto;color:#8b95a4;font-size:11.5px;line-height:1.6}.emptyPulse{width:52px;height:52px;margin:auto;border-radius:17px;display:grid;place-items:center;background:#edf4ff;color:#1768d5;animation:softPulse 2.8s ease-in-out infinite}.catalogToolbar{border-radius:18px;padding:9px 10px}.modernSearch{border-radius:12px}.catalogTable{border-radius:21px}.dataTable th{background:#fafbfc;padding:12px 15px}.dataTable td{padding:13px 15px}.dataTable tr{transition:background .15s}.dataTable tbody tr:hover{background:#fafcff}.coverPlaceholder{border-radius:13px}.trackHeroTitle .coverPlaceholder.large{border-radius:18px}.artistMeta span,.trackCodes span{border-radius:999px}.artistHeroAvatar{border-radius:19px;box-shadow:0 12px 26px rgba(28,96,202,.18)}.artistCardsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:11px;gap:11px}.artistBrowseCard{border:1px solid #e6eaf0;text-align:left;width:100%;display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center;transition:.18s}.artistBrowseCard:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(20,35,58,.07);border-color:#dbe3ed}.artistBrowseAvatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#edf4ff,#f1efff);color:#2a67ca}.artistBrowseMain{display:flex;flex-direction:column;min-width:0}.artistBrowseMain b{font-size:13px}.artistBrowseMain span{font-size:10px;color:#8b96a7;margin:3px 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.artistBrowseMain small{display:flex;align-items:center;gap:5px;font-size:9.5px;color:#9aa3b0}.artistBrowseSide{display:flex;align-items:center;gap:9px}.artistBrowseSide strong{font-size:11px;color:#60708a}.bigEmpty{grid-column:1/-1;padding:50px}.clientAdminGrid{display:grid;grid-template-columns:360px minmax(0,1fr);grid-gap:13px;gap:13px;margin-bottom:13px}.accessCard,.clientProfileCard,.modernUsers{padding:19px}.clientMiniStats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin:3px 0 15px}.clientMiniStats div{padding:10px;background:#f7f9fb;border-radius:13px;display:flex;flex-direction:column;gap:3px}.clientMiniStats b{font-size:16px}.clientMiniStats span{font-size:8.5px;color:#929cab}.sectionLead{font-size:10.5px;line-height:1.55;color:#8792a2;margin:-2px 0 14px}.accessSearch{display:flex;align-items:center;gap:8px;background:#f6f8fa;border:1px solid #eef0f3;border-radius:13px;padding:0 11px}.accessSearch input{border:0;background:transparent;outline:0;width:100%;padding:11px 0;font-size:11px}.accessSearch svg{color:#94a0af}.accessResults{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:10px;padding:10px;background:#f8f9fb;border-radius:16px}.accessResults h4{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:#8a95a5;margin:4px 5px 7px}.accessCandidate,.linkedRow{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:8px;border-radius:11px;transition:.14s}.accessCandidate:hover{background:#fff}.candidateIcon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#eef4ff;color:#2868cf}.candidateIcon.artist{background:#f0edff;color:#6557d7}.accessCandidate>div,.linkedRow>div{display:flex;flex-direction:column;min-width:0}.accessCandidate b,.linkedRow b{font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accessCandidate small,.linkedRow small{font-size:8.5px;color:#97a1af;margin-top:2px}.accessCandidate button{border:0;background:#eaf2ff;color:#2463c9;border-radius:9px;padding:6px 8px;font-size:9px;font-weight:750}.accessCandidate button:disabled{background:#eef0f3;color:#9099a6}.linkedCatalog{margin-top:13px}.linkedHeader{display:flex;justify-content:space-between;align-items:center;padding:5px 2px 8px}.linkedHeader b{font-size:11px}.linkedHeader span{font-size:9px;color:#909aa8}.linkedRow{border-top:1px solid #eff2f5;border-radius:0;padding:9px 2px}.linkedRow>button{border:0;background:transparent;color:#a5aeba;padding:7px;border-radius:9px}.linkedRow>button:hover{background:#fff0f2;color:#bd4056}.reportBuilderModal{border-radius:28px!important}.reportBuilderSection{border-radius:19px!important}.artistSearchResults{border-radius:15px!important;box-shadow:0 18px 45px rgba(22,35,55,.12)!important}.artistChip{border-radius:999px!important}.reportPreview{border-radius:18px!important}.settingsV2Grid{grid-template-columns:300px 1fr}.auditSettings,.passwordCard,.profileForm,.profileSettings,.sessionsCard{border-radius:21px}.profileAvatar{border-radius:22px}.profileAvatarWrap button{border-radius:11px}.sessionRow{border-radius:12px}.modalWrap{background:rgba(16,25,40,.3);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px)}.modal{box-shadow:0 30px 90px rgba(14,25,42,.22)!important}.modalHead>button{border-radius:12px!important}.modal form input,.modal form select,.modal form textarea{border-radius:13px}.errorBox,.notice,.successBox{border-radius:15px}@keyframes softPulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(23,104,213,.04)}50%{transform:scale(1.04);box-shadow:0 0 0 10px rgba(23,104,213,0)}}@media(max-width:1280px){.heroMetrics{grid-template-columns:repeat(3,1fr)}.clientAdminGrid{grid-template-columns:310px 1fr}}@media(max-width:1000px){.accessResults,.artistCardsGrid,.clientAdminGrid{grid-template-columns:1fr}.modernPeriodDock .dateFilter{margin-left:0;width:100%}.periodMode,.quarterPicker{flex:1 1}.periodMode{justify-content:space-between}.quarterPicker{justify-content:flex-end}}@media(max-width:900px){.sidebar{width:min(300px,88vw)}.content{margin-left:0;width:100%}.main{padding:22px 16px 106px}.topbar{height:58px}.heroMetrics{grid-template-columns:1fr 1fr}.modernPeriodDock{align-items:stretch}.periodMode,.quarterPicker{width:100%;flex:none;overflow-x:auto}.dateFilter{width:100%;overflow-x:auto}.mobileBottomNav{border-radius:23px;padding:6px;background:rgba(255,255,255,.91)}}@media(max-width:600px){.main{padding:18px 12px 96px}.pageHead h1{font-size:27px}.pageHead{align-items:flex-start}.dashboardHeadActions{align-self:flex-end}.periodCaption{display:none}.modernPeriodDock{padding:7px;border-radius:17px}.periodMode{display:grid;grid-template-columns:repeat(4,1fr)}.periodMode button{padding:8px 5px}.quarterPicker{display:grid;grid-template-columns:1.2fr repeat(4,1fr)}.quarterPicker button{padding:8px 4px}.heroMetrics{gap:8px}.metricCard{min-height:118px;padding:13px;border-radius:18px}.metricCard strong{font-size:18px}.metricCard,.metricCard:nth-child(n+5){display:flex}.metricCard{flex-direction:column}.metricCard:nth-child(n+5){display:flex!important}.analyticsGrid{gap:9px}.chartSurface,.rankSurface{border-radius:19px}.overviewLists{gap:9px}.artistBrowseCard{border-radius:18px}.accessCard,.clientProfileCard,.modernUsers{padding:15px}.accessResults{padding:8px}.modal{border-radius:24px!important}.modalWrap{padding:10px}.reportBuilderModal{border-radius:24px!important}.headerActions{flex-wrap:wrap}.headerActions>*{min-width:0}.dataTable table{min-width:690px}}.mulzLogo{display:block;width:106px;height:auto;object-fit:contain}.smallLogo{width:96px}.sideLogo{width:94px;height:auto}.registrationNote{flex-direction:column;gap:4px;margin-top:2px;font-size:12px;line-height:1.35;color:var(--muted,#7b8493)}.registrationNote a{color:inherit;text-decoration:none}.registrationNote a:hover{text-decoration:underline}.periodPicker{display:flex;align-items:center;gap:5px;padding-left:3px}.periodPicker select{border:1px solid #e5e9ef;background:#fff;border-radius:10px;font-size:10.5px;color:#4d5a70;outline:0}.periodPicker button{border:0;background:#f5f7fa;color:#68758a;border-radius:10px;padding:8px 9px;font-size:10.5px;font-weight:750;transition:.16s}.periodPicker button:hover{background:#eaf2ff;color:#2867ce;transform:translateY(-1px)}.metricDelta{gap:2px;padding:4px 6px;border-radius:999px;background:#f1f4f8;color:#7a8596;font-size:8.5px;font-weight:800}.metricDelta.up{background:#e9f8f1;color:#15825f}.metricDelta.down{background:#fff0f2;color:#bd4056}.metricCard.featured .metricDelta{background:rgba(255,255,255,.15);color:#fff}.artistBrowseCard,.clientCard,.metricCard,.surface{animation:mulzFadeUp .32s ease both}.heroMetrics>:nth-child(2),.overviewLists>:nth-child(2){animation-delay:35ms}.heroMetrics>:nth-child(3),.overviewLists>:nth-child(3){animation-delay:.07s}.heroMetrics>:nth-child(4){animation-delay:.105s}.heroMetrics>:nth-child(5){animation-delay:.14s}.heroMetrics>:nth-child(6){animation-delay:.175s}@keyframes mulzFadeUp{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.artistBrowseCard,.clientCard,.emptyPulse,.metricCard,.surface{animation:none!important}.artistBrowseCard,.metricCard,.primaryBtn{transition:none!important}}@media(max-width:1000px){.periodPicker{flex:1 1;justify-content:flex-end}}@media(max-width:900px){.periodPicker{width:100%;flex:none;overflow-x:auto;justify-content:flex-start;padding-bottom:1px}}@media(max-width:600px){.periodPicker{display:grid;grid-template-columns:1.1fr 1.4fr repeat(5,minmax(42px,1fr));grid-gap:4px;gap:4px;overflow:visible}.periodPicker button,.periodPicker select{min-width:0;padding:8px 4px}.modernPeriodDock .dateFilter{display:grid;grid-template-columns:auto minmax(118px,1fr) auto minmax(118px,1fr);grid-gap:5px;gap:5px;overflow:visible}.modernPeriodDock .dateFilter button,.modernPeriodDock .dateFilter select{grid-column:span 2;width:100%}.modernPeriodDock .dateFilter input{min-width:0;width:100%}.metricDelta{font-size:8px}.loginBrand{display:none}.loginPage{grid-template-columns:1fr;background:linear-gradient(180deg,#f7faff,#fff)}.loginPanel{padding:24px 14px}.loginCard{border-radius:26px!important}.mobileBrand{display:block;margin-bottom:6px}}.reportRowActions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.rowError{display:block;margin-top:4px;color:#b84356!important;max-width:430px;white-space:normal!important;line-height:1.35}.rowActions{display:flex;justify-content:flex-end;gap:3px}@font-face{font-family:Mulz Formular;src:local("Formular Regular"),local("Formular-Regular"),local("Formular");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Mulz Formular;src:local("Formular Medium"),local("Formular-Medium"),local("Formular");font-style:normal;font-weight:500 800;font-display:swap}@font-face{font-family:Mulz Geometria;src:local("Geometria Medium"),local("Geometria-Medium"),local("Geometria");font-style:normal;font-weight:500 800;font-display:swap}@font-face{font-family:Mulz Montserrat;src:local("Montserrat Regular"),local("Montserrat-Regular"),local("Montserrat");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Mulz Montserrat;src:local("Montserrat Medium"),local("Montserrat-Medium"),local("Montserrat");font-style:normal;font-weight:500 800;font-display:swap}:root{--mulz-sidebar:232px;--mulz-topbar:76px;--mulz-gutter:clamp(18px,2.45vw,38px);--mulz-max:1720px;--mulz-radius:22px;--mulz-radius-sm:15px;--mulz-ink:#151b2b;--mulz-muted:#78849a;--mulz-line:#e7ebf1;--mulz-bg:#f6f7fa;--mulz-blue:#2e73df;--mulz-shadow:0 14px 42px rgba(28,42,64,.055)}body,html{font-family:Mulz Formular,Mulz Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;letter-spacing:0;background:var(--mulz-bg);color:var(--mulz-ink)}body{font-size:14px}button,input,select,textarea{font-family:inherit;letter-spacing:0}.brandHero h1,.loginCard h2,.pageHead h1,h1,h2,h3,h4,h5,h6{font-family:Mulz Geometria,Mulz Formular,Mulz Montserrat,sans-serif;letter-spacing:-.025em}.builderSectionTitle>span,.cardTitle span,.dataTable th,.eyebrow,.metricLabel,.microLabel,.navLabel,.pageKicker,.sectionTitle span{letter-spacing:0!important;text-transform:none!important}.shell{background:var(--mulz-bg)}.sidebar{width:var(--mulz-sidebar);background:#fff;border-right:1px solid var(--mulz-line);padding:28px 18px 24px;box-shadow:none}.content{margin-left:var(--mulz-sidebar);width:calc(100% - var(--mulz-sidebar))}.sideTop{height:68px;padding:0 10px 22px;justify-content:flex-start}.sideLogo{width:106px}.sidebar nav a{min-height:44px;gap:13px;padding:9px 11px;border-radius:14px;color:#5f6879;font-size:14px;font-weight:500;transition:background .16s,color .16s,transform .16s}.sidebar nav a:hover{background:#f6f8fb;color:#242b3a}.sidebar nav a.active{background:#edf4ff;color:#1e63c8}.navIcon{width:24px;height:24px;flex:0 0 24px}.navIcon svg{width:22px!important;height:22px!important;color:currentColor!important}.sidebar nav a.active .navIcon{color:#1e63c8}.sidebar nav a:active{transform:scale(.985)}.topbar{height:var(--mulz-topbar);padding:0 var(--mulz-gutter);background:rgba(255,255,255,.92);border-bottom:1px solid var(--mulz-line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);justify-content:flex-end;gap:9px}.topbarSpacer{flex:1 1}.notificationButton{border-radius:50%;display:grid;place-items:center;color:#5f6879}.notificationButton:hover{background:#f5f7fa}.notificationButton i{position:absolute;width:6px;height:6px;background:#ff5f63;border:2px solid #fff;border-radius:50%;right:8px;top:8px}.profileMenuWrap{position:relative}.topProfile{border:0;background:transparent;min-width:220px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:6px 8px;border-radius:16px;text-align:left;color:var(--mulz-ink);transition:.16s}.topProfile:hover{background:#f6f7fa}.avatar{width:42px;height:42px;overflow:hidden;background:linear-gradient(145deg,#2d6ede,#6577e7);font-size:15px}.avatarImage{object-fit:cover}.topProfileText{display:flex;flex-direction:column;min-width:0}.topProfileText b{font-size:13px;font-weight:700}.topProfileText b,.topProfileText small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topProfileText small{font-size:10.5px;color:#8a94a5;margin-top:2px}.verifiedBadge{width:14px;height:14px;border-radius:50%;display:inline-grid;place-items:center;color:#fff;font-size:8.5px;font-weight:800;line-height:1;flex:0 0 14px}.verifiedBadge.user{background:#2f80ed}.verifiedBadge.admin{background:#ef4c5d}.profileDropdown{position:absolute;right:0;top:calc(100% + 10px);width:292px;padding:9px;background:#fff;border:1px solid var(--mulz-line);border-radius:20px;box-shadow:0 24px 70px rgba(19,31,48,.16);z-index:60;animation:dropdownIn .16s ease}.profileDropdownHead{display:grid;grid-template-columns:42px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:9px 9px 12px;border-bottom:1px solid #eef1f5;margin-bottom:7px}.profileDropdownHead>div:last-child{display:flex;flex-direction:column;min-width:0}.profileDropdownHead b{font-size:12.5px;display:flex;align-items:center;gap:5px}.profileDropdownHead span{font-size:10px;color:#8a94a5;margin-top:2px}.contextPicker{padding:8px 9px 10px;border-bottom:1px solid #eef1f5;margin-bottom:7px}.contextPicker>span{font-size:10px;color:#8a94a5;display:block;margin-bottom:6px}.contextPicker select{width:100%;border:1px solid #e4e8ee;background:#fafbfc;border-radius:12px;padding:9px 10px;font-size:11px;color:#404a5b;outline:0}.profileDropdown>a,.profileDropdown>button{width:100%;border:0;background:transparent;border-radius:12px;padding:10px;display:flex;align-items:center;gap:10px;color:#4d586b;font-size:12px;text-align:left}.profileDropdown>a:hover,.profileDropdown>button:hover{background:#f6f8fa;color:#1e293b}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:none}}.main{max-width:none;margin:0;padding:var(--mulz-gutter)}.pageContainer{width:min(100%,var(--mulz-max))}.pageHead{align-items:flex-start;margin:0 0 22px;min-height:60px}.pageHead h1{font-size:clamp(29px,2vw,38px);line-height:1.06;margin:4px 0 7px}.pageHead p{font-size:13px;line-height:1.5;color:#7f8a9d}.pageKicker{display:block;font-size:10px;font-weight:700;color:#7b8da8;margin-bottom:5px}.artistBrowseCard,.card,.clientCard,.metricCard,.surface{background:#fff;border:1px solid var(--mulz-line);border-radius:var(--mulz-radius);box-shadow:var(--mulz-shadow)}.primaryBtn,.secondaryBtn{min-height:40px;border-radius:13px;padding:10px 15px;font-size:12px}.primaryBtn{background:#2d73df;box-shadow:0 8px 20px rgba(45,115,223,.18)}.primaryBtn:hover{background:#2769cf;box-shadow:0 10px 26px rgba(45,115,223,.22)}.secondaryBtn{border-color:#e1e6ed}.periodDock{margin-bottom:14px}.modernPeriodDock{padding:10px;border:1px solid var(--mulz-line);background:#fff;border-radius:20px;box-shadow:var(--mulz-shadow);display:flex;align-items:center;gap:10px}.periodMode{display:flex;gap:3px}.periodMode button,.periodPicker button{border:0;background:#f6f7f9;color:#657185;border-radius:11px;padding:9px 10px;font-size:11px;font-weight:600}.periodMode button:hover,.periodPicker button:hover{background:#edf4ff;color:#1f64ca}.periodPicker{padding:0;gap:4px}.periodPicker select{border-color:#e4e8ee;border-radius:11px;padding:8px 9px;font-size:11px}.dateFilter{margin-left:auto;border-radius:14px;box-shadow:none;border-color:#e4e8ee;padding:5px}.dateFilter input,.dateFilter select{font-size:11px}.dateFilter button{border-radius:10px}.filterLine{min-height:42px;margin:0 0 14px}.filterButton,.textButton{border-radius:12px}.floatingPanel{border-radius:20px!important;padding:16px;margin-bottom:14px}.heroMetrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:12px}.metricCard{min-width:0;min-height:146px;padding:17px;display:flex;flex-direction:column}.metricCard.featured{background:linear-gradient(145deg,#2870df,#476fd7);color:#fff;border-color:transparent}.metricTop{margin-bottom:13px}.metricIcon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#f0f5ff;color:#2c6fd5}.featured .metricIcon{background:rgba(255,255,255,.14);color:#fff}.metricLabel{font-size:10px;color:#8390a4;font-weight:700;margin-bottom:8px}.featured .metricLabel,.featured small{color:rgba(255,255,255,.72)}.metricCard strong{font-size:clamp(20px,1.7vw,29px);line-height:1.08;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metricCard small{font-size:10px;color:#9aa4b2;margin-top:auto;padding-top:8px}.analyticsGrid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(360px,.92fr);grid-gap:12px;gap:12px;margin-bottom:12px}.chartSurface,.platformSurface,.rankSurface{padding:18px;border-radius:var(--mulz-radius)}.chartSurface.large{min-width:0}.modernChart{height:326px}.sectionTitle{margin-bottom:14px}.sectionTitle>div{min-width:0}.sectionTitle span{font-size:9.5px;color:#8995a6;font-weight:650}.sectionTitle h3{font-size:16px;margin:3px 0 0;letter-spacing:-.015em}.sectionTitle>svg{color:#7d899b}.platformList{display:flex;flex-direction:column;gap:0}.platformRow{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 14px;gap:8px 14px;padding:9px 0;border-top:1px solid #eff2f5}.platformRow:first-child{border-top:0;padding-top:2px}.platformIdentity{display:flex;align-items:center;gap:10px;min-width:0}.platformDot{width:34px;height:34px;border-radius:11px;background:#f2f6fc;display:grid;place-items:center;color:#2c69c9;font-size:10px;font-weight:800;flex:0 0 34px}.platformIdentity>div,.platformMoney{display:flex;flex-direction:column;min-width:0}.platformIdentity b{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.platformIdentity small,.platformMoney span{font-size:9px;color:#98a1ae;margin-top:2px}.platformMoney{text-align:right;align-items:flex-end}.platformMoney b{font-size:11px}.platformTrack{grid-column:1/-1;height:4px;background:#f0f2f5;border-radius:99px;overflow:hidden}.platformTrack i{display:block;height:100%;background:linear-gradient(90deg,#4b8ae9,#2c70de);border-radius:99px}.overviewLists{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.overviewLists.four{grid-template-columns:repeat(4,minmax(0,1fr))}.rankItem{grid-template-columns:28px minmax(0,1fr) auto;gap:8px;padding:10px 0}.rankItem b{font-size:11.5px}.rankItem strong{font-size:10.5px}.countryFlag{font-size:15px;margin-right:7px;vertical-align:-1px}.breakdownRow{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #eff2f5}.breakdownRow:first-child{border-top:0}.breakdownRow>div{display:flex;flex-direction:column}.breakdownRow>div:last-child{text-align:right;align-items:flex-end}.breakdownRow b,.breakdownRow strong{font-size:11px}.breakdownRow small,.breakdownRow span{font-size:9px;color:#99a2af;margin-top:2px}.modalWrap{padding:20px;overflow:auto;align-items:center}.modal{max-width:min(1020px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;border-radius:28px!important}.reportBuilderModal{width:min(1020px,100%);padding:26px}.reportBuilderModal form{display:flex;flex-direction:column;gap:12px}.reportBuilderSection{border:1px solid #e7ebf0;background:#fff;border-radius:20px!important;padding:16px;overflow:visible}.builderSectionTitle{margin-bottom:12px}.builderSectionTitle>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#edf4ff;color:#2469cc;font-size:9px}.artistPicker{z-index:8}.artistSearchResults{max-height:245px}.selectedArtistList{min-height:0}.stickyModalActions{z-index:5}.reportPreview{border-radius:20px!important}.reportError{margin:0}.clientReportSelect{border-radius:13px}.reportScopeChip{border-radius:14px}.reportBuilderModal .modalActions{bottom:-26px}.pager,.pagination{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:14px;flex-wrap:wrap}.pager button,.pagination button{min-width:36px;height:36px;border:1px solid #e3e7ed;background:#fff;border-radius:11px;color:#657185;font-size:11px}.pager button.active,.pagination button.active{background:#2d73df;color:#fff;border-color:#2d73df}.catalogToolbar,.toolbar{padding:10px 12px;border-radius:17px;margin-bottom:12px}.modernSearch,.search{border-radius:12px}.catalogTable,.dataTable{border-radius:20px}.dataTable th{padding:12px 16px;letter-spacing:.01em!important;font-size:9.5px}.dataTable td{padding:13px 16px}.artistCardsGrid{gap:10px}.artistBrowseCard{border-radius:18px;padding:14px}.artistBrowseAvatar,.coverPlaceholder{border-radius:13px}.labelsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.settingsV2Grid{grid-template-columns:290px minmax(0,1fr);gap:12px;margin-bottom:12px}.auditSettings,.passwordCard,.profileForm,.profileSettings,.sessionsCard{border-radius:var(--mulz-radius)!important;padding:20px!important;overflow:hidden}.profileSettings{align-items:center}.profileAvatarWrap{flex:0 0 88px}.profileAvatar,.profileAvatarWrap{width:88px;height:88px}.profileAvatarWrap button{right:0;bottom:1px;width:31px;height:31px;border-radius:50%!important}.profileIdentity{display:flex;flex-direction:column;min-width:0}.profileIdentity h3{font-size:16px;margin:0 0 4px}.profileIdentity p,.profileIdentity span{margin:0;font-size:10.5px;color:#8792a3}.profileIdentity small{font-size:9px;color:#a0a8b4;line-height:1.4;margin-top:8px}.profileForm .formGrid{gap:11px}.passwordCard form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;grid-gap:11px;gap:11px;align-items:end}.surfaceHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.surfaceHeader>div{min-width:0}.surfaceHeader h3{margin:3px 0;font-size:16px}.surfaceHeader p{margin:0;font-size:10px;color:#929cab}.microLabel{display:block;font-size:9.5px;color:#8995a6;font-weight:650}.sessionList{border-top:1px solid #eff2f5}.sessionRow{display:grid;grid-template-columns:38px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #eff2f5;border-radius:0!important}.sessionRow:last-child{border-bottom:0}.sessionIcon{width:34px;height:34px;border-radius:11px;background:#f2f6fc;color:#54708e;display:grid;place-items:center}.sessionRow>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.sessionRow b{font-size:11.5px}.sessionRow small,.sessionRow>span{font-size:9.5px;color:#929cab}.currentSession{font-size:8.5px;padding:3px 6px;background:#eaf8f1;color:#187b5e;margin-left:6px}.auditSettingRow{padding:11px 0}.loginPage{grid-template-columns:minmax(0,1.08fr) minmax(470px,.92fr);background:#fff;overflow:hidden}.loginBrand{padding:clamp(46px,6vw,92px);background:linear-gradient(145deg,#f6f9ff,#eef4ff 52%,#f9fbff)}.loginBrand:after,.loginBrand:before{display:none}.loginGlassScene{z-index:-2}.loginGlassVeil{background:linear-gradient(135deg,rgba(255,255,255,.26),rgba(255,255,255,.07));-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.loginOrb{position:absolute;border-radius:50%;filter:blur(.2px);box-shadow:inset 0 0 60px rgba(255,255,255,.22),0 30px 80px rgba(64,108,200,.06)}.orbA{width:36vw;height:36vw;min-width:360px;min-height:360px;right:-12vw;top:-10vw;background:radial-gradient(circle at 36% 32%,rgba(255,255,255,.58),rgba(71,119,222,.14) 46%,rgba(84,83,210,.05));animation:orbA 18s ease-in-out infinite alternate}.orbB{width:23vw;height:23vw;min-width:240px;min-height:240px;left:-8vw;bottom:-8vw;background:radial-gradient(circle at 42% 36%,rgba(255,255,255,.62),rgba(102,113,235,.13) 55%,rgba(73,116,209,.04));animation:orbB 15s ease-in-out infinite alternate}.orbC{width:14vw;height:14vw;min-width:150px;min-height:150px;left:44%;top:58%;background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.64),rgba(65,134,229,.1) 58%,rgba(255,255,255,.04));animation:orbC 13s ease-in-out infinite alternate}.orbD{width:9vw;height:9vw;min-width:100px;min-height:100px;left:20%;top:14%;background:radial-gradient(circle at 35% 34%,rgba(255,255,255,.7),rgba(109,119,225,.1));animation:orbD 17s ease-in-out infinite alternate}@keyframes orbA{0%{transform:translate(0) rotate(0)}42%{transform:translate(-8vw,12vh) rotate(8deg)}to{transform:translate(-2vw,28vh) rotate(-6deg)}}@keyframes orbB{0%{transform:translate(0)}55%{transform:translate(12vw,-13vh)}to{transform:translate(21vw,-6vh)}}@keyframes orbC{0%{transform:translate(0)}50%{transform:translate(-9vw,-18vh)}to{transform:translate(13vw,-26vh)}}@keyframes orbD{0%{transform:translate(0)}50%{transform:translate(15vw,9vh)}to{transform:translate(5vw,24vh)}}.brandHero{max-width:610px}.brandLine{margin-bottom:clamp(48px,7vh,78px)}.brandHero h1{font-size:clamp(45px,4.4vw,67px);line-height:1.01;letter-spacing:-.04em;margin-bottom:26px}.brandHero>p{font-size:18px;line-height:1.6}.brandStats{margin-top:50px}.loginPanel{padding:clamp(28px,5vw,70px);background:rgba(255,255,255,.96)}.loginCard{width:min(440px,100%);padding:31px!important;border-radius:27px!important;gap:20px;box-shadow:0 30px 80px rgba(26,39,58,.1)}.loginCard h2{font-size:37px;letter-spacing:-.035em}.loginIntro p{font-size:13px}.loginCard input{border-radius:13px;padding:13px 14px}.loginBtn{order:6;height:49px}.rememberRow{order:7!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-gap:14px!important;gap:14px!important;padding:2px 1px!important;cursor:pointer}.rememberRow span{display:flex;flex-direction:column;gap:2px}.rememberRow b{font-size:11.5px}.rememberRow small{text-align:left!important;font-size:9.5px!important}.rememberRow input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:21px!important;height:21px!important;padding:0!important;border:1px solid #ccd5e2!important;border-radius:7px!important;background:#fff;display:grid;place-items:center}.rememberRow input:checked{background:#2d73df;border-color:#2d73df!important}.rememberRow input:checked:after{content:"✓";color:#fff;font-size:13px;font-weight:800}.registrationNote{order:8;margin-top:3px;font-size:11px}.errorBox{order:5}.loginCard label:not(.rememberRow){gap:7px;font-size:12px}.loginCard>*{animation:loginCardIn .35s ease both}.loginCard>:nth-child(2){animation-delay:25ms}.loginCard>:nth-child(3){animation-delay:.05s}.loginCard>:nth-child(4){animation-delay:75ms}.loginCard>:nth-child(5){animation-delay:.1s}.loginCard>:nth-child(6){animation-delay:.125s}@keyframes loginCardIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.card,.catalogTable,.dataTable,.modal,.profileDropdown,.surface{min-width:0}b,h1,h2,h3,p,small,span{max-width:100%}.headerActions,.pageHead>div,.surfaceHeader>div{min-width:0}.cardTitle,.pageHead,.sectionTitle,.surfaceHeader{box-sizing:border-box}.dataTable,.reportsTable{overflow:hidden}.errorBox,.notice,.successBox{margin-left:0;margin-right:0}.modalHead{align-items:flex-start}.modalHead>div{min-width:0}.modalHead p{line-height:1.45}.overviewEmpty{padding:46px 24px;text-align:center}@media(max-width:1450px){.heroMetrics{grid-template-columns:repeat(3,minmax(0,1fr))}.labelsGrid,.overviewLists.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){:root{--mulz-sidebar:214px;--mulz-gutter:22px}.analyticsGrid{grid-template-columns:1fr}.platformSurface{min-height:auto}.modernChart{height:300px}.topProfile{min-width:190px}.settingsV2Grid{grid-template-columns:250px minmax(0,1fr)}.passwordCard form{grid-template-columns:1fr 1fr}.passwordCard form button{align-self:end}}@media(max-width:900px){:root{--mulz-gutter:16px}.sidebar{width:min(292px,86vw);padding:22px 16px}.content{margin-left:0;width:100%}.topbar{height:64px;padding:0 14px}.topProfile{min-width:0;padding:5px}.notificationButton,.topProfileText{display:none}.main{padding:18px 14px 98px}.pageContainer{max-width:100%}.mobileBottomNav .navIcon{width:22px;height:22px}.mobileBottomNav .navIcon svg{width:20px!important;height:20px!important}.heroMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.overviewLists.four{grid-template-columns:1fr 1fr}.modernPeriodDock{align-items:stretch;flex-direction:column}.dateFilter,.periodMode,.periodPicker{width:100%;overflow-x:auto}.dateFilter{margin-left:0}.settingsV2Grid{grid-template-columns:1fr}.profileSettings{justify-content:flex-start}.passwordCard form{grid-template-columns:1fr 1fr}.surfaceHeader{align-items:flex-start}.loginPage{grid-template-columns:1fr}.loginBrand{display:none}.loginPanel{min-height:100vh;padding:22px}.mobileBrand{display:flex!important}.loginCard{width:min(460px,100%)}}@media(max-width:640px){.main{padding:16px 11px 92px}.pageHead{margin-bottom:16px;min-height:0}.pageHead h1{font-size:29px}.heroMetrics{gap:8px}.metricCard{min-height:124px;padding:13px}.metricCard strong{font-size:19px}.analyticsGrid,.overviewLists.four{grid-template-columns:1fr;gap:8px}.chartSurface,.platformSurface,.rankSurface{padding:14px}.modernChart{height:250px}.periodMode{display:grid;grid-template-columns:repeat(2,1fr)}.periodPicker{display:grid;grid-template-columns:1fr 1.35fr repeat(5,minmax(38px,1fr));overflow:visible}.modernPeriodDock .dateFilter{display:grid;grid-template-columns:auto minmax(112px,1fr) auto minmax(112px,1fr);grid-gap:4px;gap:4px;overflow:visible}.modernPeriodDock .dateFilter button,.modernPeriodDock .dateFilter select{grid-column:span 2;width:100%}.floatingPanel,.labelsGrid{grid-template-columns:1fr}.modalWrap{padding:8px;align-items:flex-end}.modal{max-width:100%;width:100%;max-height:92dvh;border-radius:25px 25px 0 0!important}.reportBuilderModal{padding:17px}.reportBuilderSection{padding:13px}.reportBuilderModal .modalActions{bottom:-17px;margin:0 -17px -17px;padding:12px 17px calc(17px + env(safe-area-inset-bottom))}.artistSearchResults{position:fixed;left:12px;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));top:auto;max-height:42dvh;border-radius:20px!important}.passwordCard form{grid-template-columns:1fr}.surfaceHeader{flex-direction:column}.surfaceHeader .secondaryBtn{width:100%}.sessionRow{grid-template-columns:36px minmax(0,1fr)}.sessionRow>span{grid-column:2}.auditSettings,.passwordCard,.profileForm,.profileSettings,.sessionsCard{padding:15px!important}.profileAvatarWrap{flex-basis:76px}.profileAvatar,.profileAvatarWrap{width:76px;height:76px}.topProfile .avatar{width:38px;height:38px}.profileDropdown{position:fixed;left:10px;right:10px;top:72px;width:auto}.dataTable{overflow-x:auto}.dataTable table{min-width:700px}.loginPanel{padding:15px}.loginCard{padding:23px!important;border-radius:24px!important}.loginCard h2{font-size:31px}.registrationNote{font-size:10.5px}}@media(min-width:1900px){:root{--mulz-sidebar:246px;--mulz-gutter:42px}.sidebar nav a{font-size:14.5px}.pageContainer{max-width:1840px}.metricCard{min-height:154px}.modernChart{height:360px}}@media(prefers-reduced-motion:reduce){.loginCard>*,.loginOrb{animation:none!important}}.scopeTabs{display:inline-flex;gap:3px;padding:3px;background:#f4f6f9;border-radius:12px;margin-bottom:10px}.scopeTabs button{border:0;background:transparent;border-radius:9px;padding:8px 11px;display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:650;color:#788397}.scopeTabs button.active{background:#fff;color:#235fc2;box-shadow:0 2px 8px rgba(28,46,72,.07)}.labelSearchResults{position:relative;top:auto;margin-top:7px}.loginOrb.physicsOrb{left:0!important;top:0!important;right:auto!important;bottom:auto!important;animation:none!important}.loginOrb.physicsOrb.orbA{width:38vw;height:38vw;min-width:360px;min-height:360px}.loginOrb.physicsOrb.orbB{width:24vw;height:24vw;min-width:235px;min-height:235px}.loginOrb.physicsOrb.orbC{width:15vw;height:15vw;min-width:150px;min-height:150px}.loginOrb.physicsOrb.orbD{width:10vw;height:10vw;min-width:105px;min-height:105px}.tableSurface{padding:0!important;overflow:hidden}.tableSurface>.surfaceHeader{padding:18px 20px 14px;margin:0;border-bottom:1px solid #eff2f5;align-items:center}.tableSurface>.surfaceHeader h3{margin:0 0 3px}.tableSurface>.surfaceHeader p{margin:0}.tableSurface>.dataTable{border-radius:0!important}.tableSurface>.dataTable td:first-child,.tableSurface>.dataTable th:first-child{padding-left:20px}.tableSurface>.dataTable td:last-child,.tableSurface>.dataTable th:last-child{padding-right:20px}.labelGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.labelCard{display:grid;grid-template-columns:44px minmax(0,1fr) auto 20px;align-items:center;grid-gap:12px;gap:12px;padding:15px 16px;transition:.16s}.labelCard:hover{transform:translateY(-1px);border-color:#d8e1ed;box-shadow:0 18px 42px rgba(24,39,62,.075)}.labelMark{width:42px;height:42px;border-radius:13px;background:#f0f5ff;color:#2d6ed2;display:grid;place-items:center}.labelCardMain{display:flex;flex-direction:column;min-width:0}.labelCardMain>b{font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.labelCardMain>span{display:flex;align-items:center;gap:5px;color:#909baa;font-size:9.5px;margin-top:5px}.labelCardMain i{width:3px;height:3px;background:#c2cad5;border-radius:50%}.labelCardValue{display:flex;flex-direction:column;text-align:right}.labelCardValue strong{font-size:12px}.labelCardValue small{font-size:8.5px;color:#9ba4b1;margin-top:2px}@media(max-width:900px){.labelGrid{grid-template-columns:1fr}}@media(max-width:540px){.labelCard{grid-template-columns:40px minmax(0,1fr) 18px}.labelCardValue{grid-column:2;text-align:left}.labelCardValue strong{font-size:11px}}.catalogToolbarMeta{display:flex;align-items:center;gap:10px}.catalogToolbarMeta select{min-width:84px;border:1px solid var(--mulz-line,#e4e8ef);background:#fff;border-radius:11px;padding:8px 28px 8px 10px;color:var(--mulz-ink,#172033);outline:none}.catalogToolbarMeta span{white-space:nowrap}@media(max-width:640px){.catalogToolbar{align-items:stretch!important}.catalogToolbarMeta{justify-content:space-between}.catalogToolbarMeta select{min-width:96px}}.sideLogo{width:78px!important;height:auto!important}.sideTop{padding-top:0!important;padding-bottom:18px!important}.mainNav .navIcon svg{stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}.avatar,.profileAvatar{border-radius:50%!important;overflow:hidden}.profileAvatar{object-fit:cover}.loginOrb.physicsOrb.orbA{animation:orbA 18s ease-in-out infinite alternate!important}.loginOrb.physicsOrb.orbB{animation:orbB 15s ease-in-out infinite alternate!important}.loginOrb.physicsOrb.orbC{animation:orbC 13s ease-in-out infinite alternate!important}.loginOrb.physicsOrb.orbD{animation:orbD 17s ease-in-out infinite alternate!important}.loginGlassScene.running .loginOrb.physicsOrb{animation:none!important}.loginGlassScene{pointer-events:none}.loginOrb{opacity:.92}.workflowPageHead{margin-bottom:18px}.backLink{display:inline-flex;align-items:center;gap:6px;color:#7f8a9d;font-size:11px;font-weight:650;margin-bottom:10px}.backLink:hover{color:#2d73df}.reportBuilderPage{width:100%;display:block}.reportBuilderFull{width:100%;max-width:none!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;max-height:none!important;overflow:visible!important}.reportBuilderFull>.modalHead{padding:18px 20px;margin:0 0 12px;background:#fff;border:1px solid var(--mulz-line);border-radius:20px}.reportBuilderFull>form{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);grid-gap:12px;gap:12px;align-items:start}.reportBuilderFull .reportBuilderSection,.reportBuilderFull .reportComment,.reportBuilderFull .reportError{grid-column:1;background:#fff;border:1px solid var(--mulz-line);border-radius:20px;padding:18px;margin:0}.reportBuilderFull .reportPreview{grid-column:2;grid-row:1/span 7;position:-webkit-sticky;position:sticky;top:92px;margin:0;border-radius:20px;max-height:none;overflow:visible}.reportBuilderFull .stickyModalActions{grid-column:1;position:static!important;margin:0!important;padding:14px 0 0!important;background:transparent!important;border:0!important;box-shadow:none!important}.reportBuilderFull .modalHead{border-bottom:0}.reportBuilderFull .builderSectionTitle{margin-bottom:14px}.reportBuilderFull .artistSearchResults{z-index:15}.reportBuilderFull textarea{min-height:90px}.partnerStateBar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:-8px 0 14px;padding:10px 13px;border:1px solid var(--mulz-line);border-radius:15px;background:#fff;font-size:11px;color:#7b8799}.partnerMetrics{margin-bottom:12px}.partnerDetailGrid{display:grid;grid-template-columns:1.35fr .85fr;grid-gap:12px;gap:12px;margin-bottom:12px}.catalogAccessSurface,.notesSurface,.partnerDetailGrid>.surface{padding:18px}.featurePermissionGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.featurePermission{border:1px solid #e7ebf0;background:#fafbfc;border-radius:14px;padding:12px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#687487}.featurePermission>span{display:flex;flex-direction:column;gap:3px}.featurePermission b{font-size:11px;color:#344054}.featurePermission small{font-size:9.5px;color:#929dac}.featurePermission i{font-style:normal;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eef1f5}.featurePermission.on{background:#f1f7ff;border-color:#dbe9ff}.featurePermission.on i{background:#2d73df;color:#fff}.simpleRows{display:flex;flex-direction:column}.simpleRow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid #eef1f5}.simpleRow:first-child{border-top:0}.simpleRow>div{display:flex;flex-direction:column;gap:3px;min-width:0}.simpleRow>div:last-child{align-items:flex-end}.simpleRow b{font-size:11.5px}.simpleRow small,.simpleRow span{font-size:9.5px;color:#8994a6}.accessColumns{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;margin-top:14px}.accessColumns h4{font-size:12px;margin:0 0 7px}.accessColumns h4 span{color:#94a0b0;font-weight:500}.accessRow{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid #eef1f5}.accessRow>div{display:flex;flex-direction:column;gap:3px;min-width:0}.accessRow b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accessRow small{font-size:9.5px;color:#8c97a7}.accessRow button{border:0;background:#f3f5f8;color:#697486;border-radius:9px;padding:6px 9px;font-size:9.5px}.accessRow.candidate button{background:#eaf3ff;color:#2365c7}.noteComposer{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:end}.noteComposer textarea{min-height:72px;border:1px solid #e1e6ed;border-radius:14px;padding:11px 12px;resize:vertical}.noteList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:12px}.noteList article{border:1px solid #e9edf2;background:#fafbfc;border-radius:14px;padding:12px}.noteList p{font-size:11px;line-height:1.55;margin:0 0 8px}.noteList small{font-size:9px;color:#929cab}.reportActionStrip{display:flex;align-items:center;gap:3px;justify-content:flex-end}.reportActionStrip .iconBtn{width:32px;height:32px;display:grid;place-items:center}.dangerIcon{color:#d84e61!important}.notificationHead{display:flex!important;align-items:center;justify-content:space-between;gap:10px}.notificationHead button{border:0;background:transparent;color:#2d73df;font-size:10px;font-weight:650}.notificationDropdown{width:min(390px,calc(100vw - 24px))!important}.notificationList{max-height:420px;overflow:auto}.notificationItem{width:100%;border:0;background:#fff;display:grid;grid-template-columns:8px 1fr;grid-gap:8px;gap:8px;text-align:left;padding:11px;border-radius:12px}.notificationItem:hover{background:#f7f9fc}.notificationItem>i{width:6px;height:6px;border-radius:50%;background:#d5dbe5;margin-top:5px}.notificationItem.unread>i{background:#2d73df}.notificationItem>div{display:flex;flex-direction:column;gap:3px}.notificationItem b{font-size:11px}.notificationItem span{font-size:10px;color:#667386;line-height:1.4}.notificationItem small{font-size:9px;color:#9aa4b2}.clickableMetrics .metricLink{position:relative;color:inherit;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.clickableMetrics .metricLink:hover{transform:translateY(-2px);border-color:#d7e3f5;box-shadow:0 14px 34px rgba(32,56,92,.085)}.metricChevron{color:#adb6c4}.dashboardCustomizer{padding:16px 18px;margin-bottom:12px}.dashboardCustomizer>div:first-child{display:flex;flex-direction:column;gap:3px}.dashboardCustomizer>div:first-child b{font-size:12px}.dashboardCustomizer>div:first-child span{font-size:10px;color:#8792a3}.widgetChips{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.widgetChips button{border:1px solid #e2e7ed;background:#f8fafc;border-radius:999px;padding:7px 10px;font-size:9.5px;color:#697588}.widgetChips button.active{background:#edf5ff;border-color:#d7e8ff;color:#2365c7}.widgetOrder{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.widgetOrder>div{display:flex;align-items:center;gap:5px;background:#fff;border:1px solid #e7ebf0;border-radius:10px;padding:6px 7px}.widgetOrder span{font-size:9.5px}.widgetOrder button{width:22px;height:22px;border:0;background:#f5f7f9;border-radius:7px;display:grid;place-items:center;color:#7d8898}.dashboardWidgetGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboardWidget{min-width:0;padding:18px}.dashboardWidget.wide{grid-column:1/-1}.forecastWidget>strong{display:block;font-size:32px;letter-spacing:-1px;margin:18px 0 8px}.forecastWidget p{font-size:11px;color:#626f82;margin:0 0 10px}.forecastWidget>small{font-size:9.5px;color:#98a2b1}.alertList,.calendarList,.feedList{display:flex;flex-direction:column}.alertRow{display:grid;grid-template-columns:28px 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:10px 0;border-top:1px solid #eef1f5}.alertRow:first-child{border-top:0}.alertRow>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#fff5e8;color:#d78c22}.alertRow.success>span{background:#eaf8f3;color:#17896a}.alertRow.info>span{background:#edf4ff;color:#2d73df}.alertRow>div{display:flex;flex-direction:column;gap:2px}.alertRow b{font-size:10.5px}.alertRow small{font-size:9px;color:#8a95a6}.calendarList>a{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #eef1f5}.calendarList>a:first-child{border-top:0}.calendarList a>div{display:flex;flex-direction:column;gap:3px}.calendarList b,.calendarList strong{font-size:10.5px}.calendarList small{font-size:9px;color:#8d98a8}.feedList>div{display:grid;grid-template-columns:10px 1fr;grid-gap:8px;gap:8px;padding:9px 0;border-top:1px solid #eef1f5}.feedList>div:first-child{border-top:0}.feedList i{width:7px;height:7px;border-radius:50%;background:#78a4eb;margin-top:4px}.feedList>div>div{display:flex;flex-direction:column;gap:2px}.feedList b{font-size:10.5px}.feedList small{font-size:9px;color:#919cac}.traceHero{padding:20px;display:grid;grid-template-columns:1fr 1fr;align-items:end;grid-gap:20px;gap:20px;margin-bottom:12px}.traceHero>div{display:flex;flex-direction:column;gap:4px}.traceHero span{font-size:10px;color:#8290a3}.traceHero strong{font-size:36px;letter-spacing:-1.3px}.traceHero p,.traceHero small{font-size:10px;color:#8b96a7;line-height:1.5;margin:0}.traceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:12px}.traceBreak{padding:18px}.traceRow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid #eef1f5}.traceRow>div{display:flex;flex-direction:column;gap:2px}.traceRow>div:last-child{align-items:flex-end}.traceRow b,.traceRow strong{font-size:10.5px}.traceRow small,.traceRow span{font-size:9px;color:#909baa}.sourceRows{padding:0}.tableSub{display:block;margin-top:3px;color:#929cad;font-size:9px}.selectableGrid .artistBrowseCard{position:relative;display:block!important;padding:0!important;overflow:hidden}.artistCardLink{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;padding:15px 42px 15px 15px}.selectionCheck{position:absolute;right:11px;top:11px;width:23px;height:23px;border:1px solid #dfe5ed;background:#fff;border-radius:8px;color:#fff;z-index:2}.selectionCheck.on{background:#2d73df;border-color:#2d73df}.artistDelete{position:absolute;right:11px;bottom:11px;width:23px;height:23px;border:0;background:transparent;border-radius:7px;color:#b1bac7;display:grid;place-items:center}.artistDelete:hover{background:#fff0f2;color:#d64e62}.artistBrowseCard.selected{border-color:#b9d4ff;box-shadow:0 0 0 2px rgba(45,115,223,.07)}.bulkActionBar{position:fixed;left:calc(var(--mulz-sidebar) + 50%);transform:translateX(-50%);bottom:22px;z-index:50;padding:9px 10px;background:rgba(27,34,47,.94);border-radius:16px;box-shadow:0 20px 50px rgba(17,25,39,.25);color:#fff}.bulkActionBar,.bulkActionBar>div{display:flex;align-items:center;gap:8px}.bulkActionBar>div{padding:0 8px}.bulkActionBar b{font-size:11px}.bulkActionBar>div button{border:0;background:transparent;color:#b9c1ce;display:flex;align-items:center;gap:4px;font-size:9px}.bulkActionBar .secondaryBtn{background:#333c4d;border-color:#495365;color:#fff}.financialTabs{margin-bottom:12px}.expenseTypeCell{gap:7px}.compactFinancialModal{max-width:620px!important}.publicReportPage{min-height:100vh;background:#eef2f7;padding:clamp(18px,4vw,54px);font-family:Formular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.publicReportDocument{max-width:980px;margin:0 auto;background:#fff;border:1px solid #dfe5ed;border-radius:28px;box-shadow:0 28px 90px rgba(26,39,59,.13);overflow:hidden}.publicReportHeader{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #edf0f4}.documentVerified{display:flex;align-items:center;gap:7px;color:#657286;font-size:10px}.publicReportHero{padding:34px 28px 26px}.publicReportHero h1{font-size:clamp(30px,4vw,44px);letter-spacing:-1.5px;margin:5px 0 8px}.publicReportHero p{margin:0 0 14px;color:#7e899a;font-size:12px}.publicReportMetrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:#e9edf2;border-top:1px solid #e9edf2;border-bottom:1px solid #e9edf2}.publicReportMetrics>div{background:#fff;padding:18px 20px;display:flex;flex-direction:column;gap:6px}.publicReportMetrics span{font-size:9.5px;color:#8792a3}.publicReportMetrics b{font-size:18px}.publicReportMetrics .strong{background:#f1f7ff}.publicReportBreakdown{padding:26px 28px}.publicReportBreakdown h2{font-size:16px;margin:0 0 12px}.publicReportBreakdown>div{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid #edf0f4;font-size:11px}.publicReportBreakdown .strong{font-size:13px}.publicReportNote{margin:0 28px 24px;padding:14px;border:1px solid #e8ecf2;border-radius:14px;background:#fafbfc}.publicReportNote b{font-size:10px}.publicReportNote p{font-size:10.5px;color:#687487;line-height:1.5;margin:5px 0 0}.publicReportFooter{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 28px;background:#fafbfc;border-top:1px solid #edf0f4}.publicReportFooter>div{display:flex;align-items:center;gap:7px;color:#728095;font-size:9.5px}.publicReportError,.publicReportLoading{max-width:520px;margin:15vh auto;background:#fff;border-radius:24px;padding:28px;border:1px solid #e1e6ed;text-align:center}.publicReportError h1{font-size:26px;margin:22px 0 8px}.publicReportError p{color:#7e899a;font-size:12px}@media(max-width:1050px){.reportBuilderFull>form{grid-template-columns:1fr}.reportBuilderFull .reportPreview{grid-column:1;grid-row:auto;position:static}.dashboardWidgetGrid,.partnerDetailGrid{grid-template-columns:1fr}.dashboardWidget.wide{grid-column:auto}.accessColumns,.traceGrid{grid-template-columns:1fr}.publicReportMetrics{grid-template-columns:1fr 1fr}}@media(max-width:760px){.sideLogo{width:74px!important}.reportBuilderFull>.modalHead{padding:15px}.reportBuilderFull .reportBuilderSection,.reportBuilderFull .reportComment{padding:14px;border-radius:17px}.featurePermissionGrid,.noteComposer,.noteList,.traceHero{grid-template-columns:1fr}.accessColumns{gap:12px}.bulkActionBar{left:12px;right:12px;bottom:82px;transform:none;flex-wrap:wrap;justify-content:center}.publicReportPage{padding:0}.publicReportDocument{border-radius:0;border:0;min-height:100vh}.publicReportBreakdown,.publicReportFooter,.publicReportHeader,.publicReportHero{padding-left:18px;padding-right:18px}.publicReportMetrics{grid-template-columns:1fr 1fr}.publicReportFooter{align-items:flex-start;flex-direction:column}.publicReportFooter .primaryBtn{width:100%}.dashboardHeadActions{width:100%;flex-wrap:wrap}.dashboardHeadActions .secondaryBtn{flex:1 1}.widgetOrder{display:grid;grid-template-columns:1fr 1fr}.artistCardLink{grid-template-columns:auto minmax(0,1fr)}.artistBrowseSide{display:none}}@media(prefers-reduced-motion:reduce){.loginGlassScene:not(.running) .loginOrb{animation:none!important}}.reportSliceChips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.reportSliceChips span{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:7px 11px;border:1px solid var(--line,#e5eaf1);border-radius:12px;background:var(--surface-soft,#f7f9fc);font-size:12px;color:var(--muted,#708096)}.reportSliceChips b{color:var(--text,#17263b);font-weight:600}:root{--ds-bg:#f5f7fb;--ds-surface:#ffffff;--ds-surface-2:#f8fafc;--ds-surface-3:#eef4ff;--ds-text:#151b2b;--ds-text-2:#5e6a7d;--ds-text-3:#8b96a8;--ds-line:#e4e9f0;--ds-blue:#2f73df;--ds-blue-2:#5b72ea;--ds-blue-soft:#edf4ff;--ds-red:#ef4c5d;--ds-green:#178969;--ds-amber:#c98624;--ds-radius:20px;--ds-radius-sm:14px;--ds-shadow:0 12px 34px rgba(25,39,61,.07);--ds-shadow-hover:0 18px 48px rgba(25,39,61,.11);--mulz-bg:var(--ds-bg);--mulz-ink:var(--ds-text);--mulz-muted:var(--ds-text-2);--mulz-line:var(--ds-line);--mulz-shadow:var(--ds-shadow)}html[data-theme=dark]{color-scheme:dark;--ds-bg:#0d1118;--ds-surface:#141a23;--ds-surface-2:#1a212c;--ds-surface-3:#17233a;--ds-text:#f3f6fb;--ds-text-2:#aeb8c8;--ds-text-3:#7d899c;--ds-line:#28313d;--ds-blue:#4d8df4;--ds-blue-2:#6c78f3;--ds-blue-soft:#172846;--ds-red:#ff6572;--ds-green:#43c39a;--ds-amber:#e5aa52;--ds-shadow:0 14px 38px rgba(0,0,0,.22);--ds-shadow-hover:0 20px 55px rgba(0,0,0,.34)}.content,.main,.shell,body,html{background:var(--ds-bg)!important;color:var(--ds-text)!important;transition:background-color .22s ease,color .22s ease}::selection{background:rgba(47,115,223,.2)}.sideTop{height:62px!important;padding:0 10px 18px!important}.sideBrand{display:flex!important;align-items:center!important;min-width:0}.sideMark{width:34px!important;height:34px!important;flex:0 0 34px;display:block}.sideWordmark{font-family:Mulz Geometria,Mulz Formular,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.045em;color:var(--ds-text);line-height:1}.loginWordmark{display:inline-flex;align-items:center;gap:11px;color:var(--ds-text)}.loginWordmark b{font-family:Mulz Geometria,Mulz Formular,sans-serif;font-size:30px;letter-spacing:-.045em}.loginWordmark.compact b{font-size:24px}.loaderBrand{display:flex;align-items:center;gap:10px;color:var(--ds-text);animation:loaderPulse 1.2s ease-in-out infinite}.loaderBrand b{font-family:Mulz Geometria,Mulz Formular,sans-serif;font-size:24px;letter-spacing:-.04em}@keyframes loaderPulse{50%{opacity:.58;transform:scale(.985)}}.sidebar{background:var(--ds-surface)!important}.sidebar,.topbar{border-color:var(--ds-line)!important}.topbar{background:color-mix(in srgb,var(--ds-surface) 88%,transparent)!important}.sidebar nav a{color:var(--ds-text-2)!important;border:1px solid transparent!important}.sidebar nav a:hover{background:var(--ds-surface-2)!important;color:var(--ds-text)!important}.sidebar nav a.active{background:linear-gradient(135deg,var(--ds-blue-soft),color-mix(in srgb,var(--ds-blue-soft) 55%,var(--ds-surface)))!important;color:var(--ds-blue)!important;border-color:color-mix(in srgb,var(--ds-blue) 12%,transparent)!important}.navIcon svg{stroke-linecap:round;stroke-linejoin:round}.topProfile{color:var(--ds-text)!important}.notificationButton:hover,.topProfile:hover{background:var(--ds-surface-2)!important}.topProfileText small{color:var(--ds-text-3)!important}.notificationButton{color:var(--ds-text-2)!important}.profileDropdown{background:var(--ds-surface)!important;box-shadow:0 24px 70px rgba(0,0,0,.16)!important}.contextPicker,.profileDropdown,.profileDropdownHead{border-color:var(--ds-line)!important}.contextPicker>span,.profileDropdownHead span{color:var(--ds-text-3)!important}.contextPicker select{background:var(--ds-surface-2)!important;border-color:var(--ds-line)!important;color:var(--ds-text)!important}.profileDropdown>a,.profileDropdown>button{color:var(--ds-text-2)!important}.profileDropdown>a:hover,.profileDropdown>button:hover{background:var(--ds-surface-2)!important;color:var(--ds-text)!important}.themeMenuButton{justify-content:flex-start!important}.verifiedBadge.admin,.verifiedBadge.user{box-shadow:0 0 0 2px var(--ds-surface)}.artistBrowseCard,.card,.clientCard,.metricCard,.reportBuilderFull .reportBuilderSection,.reportBuilderFull .reportComment,.reportBuilderFull>.modalHead,.stickySummary,.surface,.workflowSection{background:var(--ds-surface)!important;border:1px solid var(--ds-line)!important;border-radius:var(--ds-radius)!important;box-shadow:var(--ds-shadow)!important;color:var(--ds-text)!important}.surface:hover{border-color:color-mix(in srgb,var(--ds-line) 74%,var(--ds-blue) 26%)}.loginCard label,.main label{display:flex;flex-direction:column;gap:8px;color:var(--ds-text-2);font-size:12px;font-weight:600}.loginCard input,.loginCard select,.loginCard textarea,.main input,.main select,.main textarea{width:100%;min-height:44px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--ds-line)!important;background:var(--ds-surface-2)!important;color:var(--ds-text)!important;border-radius:var(--ds-radius-sm)!important;padding:11px 13px!important;outline:none;box-shadow:none!important;transition:border-color .16s,box-shadow .16s,background .16s}.loginCard textarea,.main textarea{min-height:96px;resize:vertical}.loginCard input:focus,.loginCard select:focus,.loginCard textarea:focus,.main input:focus,.main select:focus,.main textarea:focus{border-color:color-mix(in srgb,var(--ds-blue) 60%,var(--ds-line))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 12%,transparent)!important;background:var(--ds-surface)!important}.loginCard input::placeholder,.main input::placeholder,.main textarea::placeholder{color:var(--ds-text-3)}.primaryBtn,.secondaryBtn{min-height:42px!important;border-radius:13px!important;padding:10px 15px!important;font-weight:650!important;letter-spacing:0!important;transition:transform .16s ease,box-shadow .16s ease,background .16s,border-color .16s!important}.primaryBtn{background:linear-gradient(135deg,var(--ds-blue),var(--ds-blue-2))!important;box-shadow:0 9px 22px color-mix(in srgb,var(--ds-blue) 24%,transparent)!important}.primaryBtn:hover{transform:translateY(-1px);box-shadow:0 13px 30px color-mix(in srgb,var(--ds-blue) 30%,transparent)!important}.secondaryBtn{background:var(--ds-surface)!important;border:1px solid var(--ds-line)!important;color:var(--ds-text-2)!important;box-shadow:none!important}.secondaryBtn:hover{background:var(--ds-surface-2)!important;color:var(--ds-text)!important;border-color:color-mix(in srgb,var(--ds-line) 65%,var(--ds-blue) 35%)!important}.iconAction,.iconBtn{width:38px;height:38px;display:grid!important;place-items:center!important;padding:0!important;border:1px solid var(--ds-line)!important;background:var(--ds-surface)!important;color:var(--ds-text-2)!important;border-radius:12px!important}.iconAction:hover,.iconBtn:hover{background:var(--ds-surface-2)!important;color:var(--ds-text)!important}.microLabel,.pageHead p,.pageKicker,.sectionTitle span,.surfaceHeader p,.workflowSectionHead p{color:var(--ds-text-3)!important}.pageHead h1,.sectionTitle h3,.surface h3,.workflowSection h3{color:var(--ds-text)!important}.workflowGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,360px);grid-gap:16px;gap:16px;align-items:start}.workflowMain{display:flex;flex-direction:column;gap:16px;min-width:0}.workflowAside{min-width:0}.workflowSection{padding:22px!important}.workflowSectionHead{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;margin-bottom:18px}.workflowSectionHead h3{margin:1px 0 5px;font-size:17px}.workflowSectionHead p{margin:0;font-size:11px;line-height:1.5}.stepBadge{width:32px;height:32px;border-radius:10px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center;font-size:10px;font-weight:750}.formGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:14px 16px!important;gap:14px 16px!important}.formGrid.two{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fullField{margin-top:14px}.stickySummary{position:-webkit-sticky;position:sticky;top:calc(var(--mulz-topbar) + 20px);padding:20px!important}.stickySummary h3{margin:6px 0 18px;font-size:21px}.summaryRows{display:flex;flex-direction:column;gap:0;margin-bottom:18px}.summaryRows>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid var(--ds-line)}.summaryRows>div:first-child{border-top:0}.summaryRows span{font-size:10px;color:var(--ds-text-3)}.summaryRows b{font-size:11px;color:var(--ds-text)}.wideBtn{width:100%;margin-top:8px}.summaryMark{width:40px;height:40px;border-radius:13px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center;margin-bottom:12px}.accountModeCards{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.accountModeCards>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--ds-line)!important;background:var(--ds-surface-2)!important;color:var(--ds-text-2)!important;border-radius:16px!important;padding:16px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;grid-template-rows:auto auto!important;grid-gap:4px 10px!important;gap:4px 10px!important;text-align:left!important;box-shadow:none!important}.accountModeCards>button svg{grid-row:1/3;color:var(--ds-blue)}.accountModeCards>button b{font-size:12px;color:var(--ds-text)}.accountModeCards>button span{font-size:10px;line-height:1.45;color:var(--ds-text-3)}.accountModeCards>button.active{background:linear-gradient(145deg,var(--ds-blue-soft),var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-blue) 35%,var(--ds-line))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-blue) 8%,transparent)!important}.permissionGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.permissionGrid>button{min-height:48px;border:1px solid var(--ds-line)!important;background:var(--ds-surface-2)!important;color:var(--ds-text-2)!important;border-radius:14px!important;padding:11px 12px!important;display:flex!important;align-items:center!important;gap:9px!important;text-align:left!important}.permissionGrid>button>span{width:22px;height:22px;border-radius:7px;border:1px solid var(--ds-line);display:grid;place-items:center;flex:0 0 22px}.permissionGrid>button.active{background:var(--ds-blue-soft)!important;color:var(--ds-blue)!important;border-color:color-mix(in srgb,var(--ds-blue) 28%,var(--ds-line))!important}.permissionGrid>button.active>span{background:var(--ds-blue);color:#fff;border-color:var(--ds-blue)}.permissionGrid>button:disabled{opacity:.42}.periodPresetRow,.scopeTabs,.tabs{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pager button,.periodMode button,.periodPicker button,.periodPresetRow button,.scopeTabs button,.tabs button,.widgetChips button,.widgetOrder button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--ds-line)!important;background:var(--ds-surface)!important;color:var(--ds-text-2)!important;border-radius:12px!important;min-height:36px;padding:8px 11px!important;font-size:10.5px!important;font-weight:650!important}.periodMode button:hover,.periodPicker button:hover,.periodPresetRow button:hover,.scopeTabs button:hover,.tabs button:hover{background:var(--ds-surface-2)!important;color:var(--ds-text)!important}.pager button.active,.scopeTabs button.active,.tabs button.active,.widgetChips button.active{background:var(--ds-blue-soft)!important;color:var(--ds-blue)!important;border-color:color-mix(in srgb,var(--ds-blue) 25%,var(--ds-line))!important}.financialTabs{margin:0 0 14px!important}.catalogTable,.tableSurface{overflow:hidden}.dataTable th{border-color:var(--ds-line)!important}.dataTable tbody tr{transition:background .14s}.dataTable tbody tr:hover{background:color-mix(in srgb,var(--ds-blue-soft) 35%,transparent)}.empty,.emptyCompact{color:var(--ds-text-3)!important}.status.ok{background:color-mix(in srgb,var(--ds-green) 13%,transparent)!important}.status.off{background:color-mix(in srgb,var(--ds-red) 13%,transparent)!important}.status.warn{background:color-mix(in srgb,var(--ds-amber) 15%,transparent)!important}.metricCard{position:relative;overflow:hidden;transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease!important}.metricCard:hover{transform:translateY(-2px);box-shadow:var(--ds-shadow-hover)!important}.metricCard.featured{background:linear-gradient(135deg,#256bd7,#3a78e7 52%,#696fe8)!important;color:#fff!important;box-shadow:0 16px 38px rgba(47,115,223,.24)!important}.metricCard.featured:after{width:130px;height:130px;background:rgba(255,255,255,.08);right:-50px;top:-58px}.metricCard.featured .metricChevron,.metricCard.featured .metricLabel,.metricCard.featured small,.metricCard.featured strong{color:#fff!important}.metricIcon{background:var(--ds-blue-soft)!important;color:var(--ds-blue)!important}.featured .metricIcon{background:rgba(255,255,255,.16)!important;color:#fff!important}.metricCard small,.metricLabel{color:var(--ds-text-3)!important}.chartSurface,.dashboardWidget,.platformSurface,.rankSurface{background:var(--ds-surface)!important}.alertRow,.breakdownRow,.calendarList>a,.feedList>div,.platformRow,.rankItem,.simpleRow,.traceRow{border-color:var(--ds-line)!important}.platformDot{background:var(--ds-blue-soft)!important;color:var(--ds-blue)!important}.platformTrack{background:var(--ds-surface-2)!important}.alertRow small,.calendarList small,.feedList small,.forecastWidget p,.forecastWidget small{color:var(--ds-text-3)!important}.floatingPanel,.modernPeriodDock{background:var(--ds-surface)!important;border-color:var(--ds-line)!important}.periodMode button,.periodPicker button{background:var(--ds-surface-2)!important}.dateFilter{background:var(--ds-surface)!important;border-color:var(--ds-line)!important}.dateFilter input,.dateFilter select{background:transparent!important;border:0!important;min-height:34px!important;padding:6px 4px!important}.dashboardCustomizer{background:var(--ds-surface)!important}.reportBuilderFull>.modalHead{padding:22px!important}.reportBuilderFull .reportBuilderSection,.reportBuilderFull .reportComment{padding:20px!important}.reportBuilderFull .reportPreview{background:linear-gradient(160deg,var(--ds-surface),var(--ds-surface-2))!important;border:1px solid var(--ds-line)!important;box-shadow:var(--ds-shadow)!important}.artistSearch,.clientReportSelect{background:var(--ds-surface-2)!important;border-color:var(--ds-line)!important}.artistSearchResults{background:var(--ds-surface)!important;border-color:var(--ds-line)!important;box-shadow:var(--ds-shadow-hover)!important}.artistSearchResults button{background:transparent!important;color:var(--ds-text)!important}.artistSearchResults button:hover{background:var(--ds-surface-2)!important}.artistChip,.reportScopeChip,.reportSliceChips span,.wholeLabelHint{background:var(--ds-surface-2)!important;border-color:var(--ds-line)!important;color:var(--ds-text-2)!important}.profileAvatarWrap button{background:var(--ds-blue)!important;color:#fff!important;border:3px solid var(--ds-surface)!important}.profileIdentity p,.profileIdentity small,.securityCopy p,.securityState span,.sessionRow small,.subsectionTitle span{color:var(--ds-text-3)!important}.auditSettingRow,.securityState,.sessionRow,.switchRow,.switchRow.boxed,.trustedDeviceRow{border-color:var(--ds-line)!important}.switchRow{background:var(--ds-surface-2)!important;border-radius:14px!important;padding:12px!important}.rememberRow input[type=checkbox],.switchRow input[type=checkbox]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:42px!important;height:24px!important;min-height:24px!important;border-radius:999px!important;padding:0!important;background:var(--ds-line)!important;position:relative;cursor:pointer;flex:0 0 42px}.rememberRow input[type=checkbox]:after,.switchRow input[type=checkbox]:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:2px;left:2px;box-shadow:0 2px 5px rgba(0,0,0,.18);transition:.18s}.rememberRow input[type=checkbox]:checked,.switchRow input[type=checkbox]:checked{background:var(--ds-blue)!important}.rememberRow input[type=checkbox]:checked:after,.switchRow input[type=checkbox]:checked:after{transform:translateX(18px)}.themeChoice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.themeChoice button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--ds-line);background:var(--ds-surface-2);color:var(--ds-text-2);border-radius:16px;padding:15px;display:grid;grid-template-columns:30px 1fr;grid-gap:10px;gap:10px;text-align:left;align-items:center}.themeChoice button>span{display:flex;flex-direction:column;gap:3px}.themeChoice b{color:var(--ds-text);font-size:12px}.themeChoice small{color:var(--ds-text-3);font-size:10px}.themeChoice button.active{border-color:color-mix(in srgb,var(--ds-blue) 35%,var(--ds-line));background:var(--ds-blue-soft);color:var(--ds-blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-blue) 8%,transparent)}.sheetBackdrop{position:fixed;inset:0;z-index:89;border:0;background:rgba(7,12,20,.36);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:sheetFade .2s ease}.notificationSheet{position:fixed;left:50%;bottom:0;z-index:90;width:min(760px,calc(100vw - 24px));max-height:min(72vh,720px);transform:translateX(-50%);background:var(--ds-surface);border:1px solid var(--ds-line);border-bottom:0;border-radius:26px 26px 0 0;box-shadow:0 -24px 70px rgba(0,0,0,.18);padding:8px 18px calc(18px + env(safe-area-inset-bottom));animation:sheetUp .28s cubic-bezier(.2,.78,.2,1)}.sheetHandle{width:42px;height:4px;border-radius:99px;background:var(--ds-line);margin:2px auto 12px}.sheetHead{padding:4px 2px 14px;border-bottom:1px solid var(--ds-line)}.sheetHead>div:first-child{display:flex;flex-direction:column;gap:3px}.sheetHead b{font-size:18px;color:var(--ds-text)}.sheetHead span{font-size:10px;color:var(--ds-text-3)}.sheetActions{display:flex;align-items:center;gap:8px}.sheetActions>button:first-child{border:0;background:transparent;color:var(--ds-blue);font-size:10px;font-weight:650}.sheetList{max-height:calc(min(72vh,720px) - 82px);overflow:auto;padding:8px 0}.notificationItem{background:transparent!important;border:1px solid transparent!important;border-radius:14px!important;color:var(--ds-text)!important;padding:12px!important}.notificationItem:hover{background:var(--ds-surface-2)!important}.notificationItem.unread{background:color-mix(in srgb,var(--ds-blue-soft) 55%,transparent)!important}.notificationItem small,.notificationItem span{color:var(--ds-text-3)!important}.notificationEmpty{padding:42px 12px;text-align:center;color:var(--ds-text-3);font-size:11px}.notificationCount{position:absolute;right:2px;top:1px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--ds-red);color:#fff;font-size:9px;font-weight:750;display:grid;place-items:center;border:2px solid var(--ds-surface)}@keyframes sheetUp{0%{transform:translate(-50%,105%);opacity:.65}to{transform:translate(-50%);opacity:1}}@keyframes sheetFade{0%{opacity:0}to{opacity:1}}.loginPage{background:var(--ds-surface)!important}.loginBrand{background:linear-gradient(145deg,color-mix(in srgb,var(--ds-blue-soft) 78%,var(--ds-surface)),var(--ds-surface))!important}.loginPanel{background:var(--ds-surface)!important}.loginCard{background:color-mix(in srgb,var(--ds-surface) 92%,transparent)!important;border:1px solid var(--ds-line)!important;box-shadow:0 24px 70px rgba(20,36,60,.11)!important}.brandHero h1,.brandHero p,.brandStats b{color:var(--ds-text)!important}.brandHero>p,.brandStats span,.loginIntro p,.registrationNote span{color:var(--ds-text-3)!important}.loginOrb{will-change:transform;filter:saturate(1.08)}.loginGlassScene.running .loginOrb{animation:orbBreath 5.5s ease-in-out infinite alternate}.loginGlassScene.running .orbB{animation-delay:-1.3s}.loginGlassScene.running .orbC{animation-delay:-2.7s}.loginGlassScene.running .orbD{animation-delay:-3.9s}@keyframes orbBreath{0%{box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 18px 70px rgba(53,109,225,.12)}to{box-shadow:inset 0 0 0 1px rgba(255,255,255,.34),0 28px 90px rgba(84,94,230,.2)}}html[data-theme=dark] .dataTable th,html[data-theme=dark] .publicReportFooter,html[data-theme=dark] .surfaceHeader{background:var(--ds-surface-2)!important}html[data-theme=dark] .cellSub,html[data-theme=dark] .clientMain p,html[data-theme=dark] .clientMeta,html[data-theme=dark] .codes small,html[data-theme=dark] .rank small,html[data-theme=dark] .rankNo{color:var(--ds-text-3)!important}html[data-theme=dark] .publicReportPage{background:var(--ds-bg)!important}html[data-theme=dark] .publicReportDocument,html[data-theme=dark] .publicReportError,html[data-theme=dark] .publicReportLoading,html[data-theme=dark] .publicReportMetrics>div{background:var(--ds-surface)!important;border-color:var(--ds-line)!important;color:var(--ds-text)!important}html[data-theme=dark] .publicReportMetrics{background:var(--ds-line)!important;border-color:var(--ds-line)!important}html[data-theme=dark] .publicReportMetrics .strong{background:var(--ds-blue-soft)!important}@media(max-width:1050px){.workflowGrid{grid-template-columns:1fr}.workflowAside{order:2}.stickySummary{position:static}.heroMetrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.sideMark{width:32px!important;height:32px!important}.sideWordmark{font-size:20px}.workflowSection{padding:16px!important}.accountModeCards,.formGrid,.formGrid.two,.permissionGrid,.themeChoice{grid-template-columns:1fr!important}.heroMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.notificationSheet{width:100%;max-height:82vh;border-radius:24px 24px 0 0}.pageHead{gap:12px}.pageHead>.primaryBtn{width:100%}.loginWordmark b{font-size:25px}}@media(prefers-reduced-motion:reduce){.loaderBrand,.loginGlassScene.running .loginOrb,.notificationSheet,.sheetBackdrop{animation:none!important}.metricCard,.primaryBtn{transition:none!important}}:root{--ui-card-r:20px;--ui-gap:14px;--ui-shadow-soft:0 10px 32px rgba(28,42,68,.065);--ui-shadow-lift:0 18px 46px rgba(28,42,68,.105);--ui-gradient:linear-gradient(135deg,var(--ds-blue) 0%,var(--ds-blue-2) 100%);--ui-gradient-soft:linear-gradient(145deg,var(--ds-surface) 0%,color-mix(in srgb,var(--ds-blue-soft) 34%,var(--ds-surface)) 100%)}html[data-theme=dark]{--ui-shadow-soft:0 12px 34px rgba(0,0,0,.25);--ui-shadow-lift:0 20px 54px rgba(0,0,0,.38);--ui-gradient-soft:linear-gradient(145deg,var(--ds-surface) 0%,color-mix(in srgb,var(--ds-blue-soft) 25%,var(--ds-surface)) 100%)}.pageContainer{width:min(1540px,100%);margin:0 auto;min-width:0}.main{padding:30px 30px 56px!important}.pageHead{align-items:center!important;margin-bottom:20px!important;min-height:68px}.pageHead>div:first-child{min-width:0}.pageHead h1{font-family:Mulz Geometria,Mulz Formular,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:32px!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:700!important;margin:5px 0 7px!important}.pageHead p{font-size:12px!important;line-height:1.55!important;max-width:760px}.eyebrow,.microLabel,.pageKicker{font-size:10px!important;line-height:1!important;letter-spacing:.04em!important;text-transform:none!important;font-weight:700!important;color:var(--ds-text-3)!important}.headerActions,.inlineActions,.pageTools{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.inlineLink{color:var(--ds-blue)!important;font-size:11px;font-weight:650}.inlineLink:hover{text-decoration:underline}.sideTop{height:60px!important;padding:0 11px 17px!important}.sideBrand{gap:9px!important}.sideMark{width:31px!important;height:31px!important;min-width:31px!important;object-fit:contain!important;transform:none!important}.sideWordmark{font-size:20px!important;line-height:31px!important;letter-spacing:-.045em!important}.loginWordmark img{object-fit:contain}.topProfile .avatar{width:36px!important;height:36px!important;flex:0 0 36px!important}.avatar{border-radius:50%!important}.sidebar{width:228px!important;padding:16px 13px!important;box-shadow:none!important}.content{margin-left:228px!important;width:calc(100% - 228px)!important}.topbar{height:64px!important;padding:0 24px!important}.mainNav{gap:4px!important}.sidebar nav a{min-height:45px!important;padding:9px 12px!important;border-radius:14px!important;font-size:13px!important;font-weight:620!important;gap:12px!important}.navIcon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px}.navIcon svg{width:20px;height:20px;stroke-width:1.55!important}.sidebar nav a.active{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ds-blue) 10%,transparent)!important}.notificationButton{position:relative;width:40px;height:40px;border-radius:13px!important;display:grid!important;place-items:center!important;border:0;background:transparent}.topProfile{min-height:46px!important;border-radius:14px!important;padding:5px 8px!important;gap:9px!important}.topProfileText b{display:flex;align-items:center;gap:5px;font-size:12px!important}.topProfileText small{font-size:9.5px!important}.verifiedBadge{display:inline-grid!important;place-items:center!important;width:15px!important;height:15px!important;min-width:15px!important;border-radius:50%!important;color:#fff!important;font-size:9px!important;font-weight:850!important;line-height:1!important}.verifiedBadge.admin{background:#ef4c5d!important}.verifiedBadge.user{background:#2f80ed!important}.appearanceCard,.artistBrowseCard,.auditSettings,.card,.metricCard,.partnerCard,.passwordCard,.profileForm,.profileSettings,.reportBuilderFull .reportBuilderSection,.reportBuilderFull .reportComment,.reportBuilderFull>.modalHead,.securityCard,.sessionsCard,.stickySummary,.surface,.workflowSection{border-radius:var(--ui-card-r)!important;border:1px solid var(--ds-line)!important;background:var(--ui-gradient-soft)!important;box-shadow:var(--ui-shadow-soft)!important;color:var(--ds-text)!important}.artistBrowseCard:hover,.partnerCard:hover,.surface:hover{border-color:color-mix(in srgb,var(--ds-line) 72%,var(--ds-blue) 28%)!important}.loginCard input:not([type=checkbox]):not([type=radio]),.loginCard select,.loginCard textarea,.main input:not([type=checkbox]):not([type=radio]),.main select,.main textarea{min-height:var(--ui-control-h)!important;width:100%!important;border-radius:var(--ui-control-r)!important;border:1px solid var(--ds-line)!important;background:var(--ds-surface-2)!important;color:var(--ds-text)!important;padding:10px 13px!important;font-size:12px!important;line-height:1.35!important;box-shadow:none!important;outline:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.loginCard input:focus,.loginCard select:focus,.loginCard textarea:focus,.main input:not([type=checkbox]):not([type=radio]):focus,.main select:focus,.main textarea:focus{border-color:color-mix(in srgb,var(--ds-blue) 62%,var(--ds-line))!important;background:var(--ds-surface)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 11%,transparent)!important}.loginCard label,.main label{font-size:11px!important;line-height:1.3!important;color:var(--ds-text-2)!important;font-weight:650!important;gap:7px!important}.main textarea{min-height:96px!important}.main button:not([class]),.main select:not([class]){border-radius:var(--ui-control-r)}.backTextButton,.primaryBtn,.secondaryBtn{min-height:42px!important;border-radius:13px!important;padding:10px 15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:11.5px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important}.primaryBtn{background:var(--ui-gradient)!important;border:1px solid transparent!important;color:#fff!important;box-shadow:0 9px 24px color-mix(in srgb,var(--ds-blue) 25%,transparent)!important}.primaryBtn:hover{transform:translateY(-1px)!important;box-shadow:0 14px 30px color-mix(in srgb,var(--ds-blue) 31%,transparent)!important}.backTextButton,.secondaryBtn{background:var(--ds-surface)!important;border:1px solid var(--ds-line)!important;color:var(--ds-text-2)!important;box-shadow:none!important}.backTextButton:hover,.secondaryBtn:hover{background:var(--ds-surface-2)!important;color:var(--ds-text)!important;border-color:color-mix(in srgb,var(--ds-line) 65%,var(--ds-blue) 35%)!important}.secondaryBtn.compact{min-height:34px!important;padding:7px 10px!important;font-size:10.5px!important}.danger,.dangerText{color:var(--ds-red)!important}.iconMini{width:36px;height:36px;border:1px solid var(--ds-line);background:var(--ds-surface);color:var(--ds-text-2);border-radius:12px;display:grid;place-items:center}.iconMini:hover{background:var(--ds-surface-2);color:var(--ds-text)}.iconMini.danger:hover{background:color-mix(in srgb,var(--ds-red) 10%,var(--ds-surface))}.iconAction,.iconBtn,.segmentedTabs,.tabs{box-shadow:none!important}.segmentedTabs,.tabs{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:4px!important;background:var(--ds-surface-2)!important;border:1px solid var(--ds-line)!important;border-radius:15px!important}.segmentedTabs button,.tabs button{min-height:34px!important;border:0!important;background:transparent!important;color:var(--ds-text-2)!important;border-radius:11px!important;padding:7px 11px!important;font-size:10.5px!important;font-weight:650!important}.segmentedTabs button.active,.tabs button.active{background:var(--ds-surface)!important;color:var(--ds-blue)!important;box-shadow:0 4px 12px rgba(25,39,61,.07)!important}.segmentedTabs button span{margin-left:5px;color:var(--ds-text-3);font-size:9px}.financialTabs,.partnerToolbar{margin-bottom:14px!important}.partnerToolbar{padding:10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}.partnerToolbar .modernSearch{margin-left:auto;max-width:390px}.partnerCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.partnerCard{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-gap:14px!important;gap:14px!important;align-items:center!important;padding:16px!important}.partnerCardIcon{width:44px;height:44px;border-radius:14px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.partnerCardMain{min-width:0}.partnerNameLine{display:flex;align-items:center;gap:8px;min-width:0}.partnerNameLine h3{font-size:13px!important;margin:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.partnerCardMain>p{font-size:10px!important;color:var(--ds-text-3)!important;margin:4px 0 9px!important}.partnerMeta{display:flex;gap:12px;flex-wrap:wrap;color:var(--ds-text-3);font-size:9.5px}.partnerCardActions{display:flex;align-items:center;gap:6px}.partnerCardActions .secondaryBtn{min-height:36px!important}.partnerCardActions .iconMini{flex:0 0 36px}.workflowPage{width:100%}.workflowGrid,.workflowMain{gap:16px!important}.workflowSection{padding:21px!important}.workflowSectionHead{margin-bottom:17px!important}.workflowSectionHead h3{font-size:16px!important;margin:1px 0 4px!important}.workflowSectionHead p{font-size:10.5px!important}.stepBadge{border-radius:11px!important;background:linear-gradient(145deg,var(--ds-blue-soft),color-mix(in srgb,var(--ds-blue-soft) 55%,var(--ds-surface)))!important}.accountModeCards>button,.permissionGrid>button{box-shadow:none!important;transition:.16s ease}.accountModeCards>button:hover,.permissionGrid>button:hover:not(:disabled){border-color:color-mix(in srgb,var(--ds-blue) 35%,var(--ds-line))!important;transform:translateY(-1px)}.permissionGrid>button span:first-child{width:20px;height:20px;border-radius:7px;border:1px solid var(--ds-line);display:grid;place-items:center;flex:0 0 20px}.permissionGrid>button.active span:first-child{background:var(--ds-blue);border-color:var(--ds-blue);color:#fff}.permissionGrid>button:disabled{opacity:.45;cursor:not-allowed}.summaryNotice{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:14px;background:var(--ds-blue-soft);border:1px solid color-mix(in srgb,var(--ds-blue) 14%,transparent);margin-bottom:10px}.summaryNotice b{font-size:10.5px}.summaryNotice span{font-size:9.5px;line-height:1.45;color:var(--ds-text-3)}.catalogTable{overflow:hidden!important}.dataTable{border-radius:var(--ui-card-r)!important}.dataTable table{font-size:11px}.dataTable th{height:42px!important;background:var(--ds-surface-2)!important;color:var(--ds-text-3)!important;font-size:9.5px!important;text-transform:none!important;letter-spacing:.02em!important;font-weight:700!important}.dataTable td{height:52px!important;color:var(--ds-text-2)!important;border-color:var(--ds-line)!important;font-size:11px!important}.dataTable td b{color:var(--ds-text)!important}.expenseTypeCell{display:flex;align-items:center;gap:8px}.expenseTypeCell svg{color:var(--ds-blue)}.bigEmpty,.empty,.emptyCompact{color:var(--ds-text-3)!important}.empty{min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:11px}.status{border:1px solid transparent}.status.ok{background:color-mix(in srgb,var(--ds-green) 12%,var(--ds-surface))!important;color:var(--ds-green)!important}.status.run{background:var(--ds-blue-soft)!important;color:var(--ds-blue)!important}.status.warn{background:color-mix(in srgb,var(--ds-amber) 12%,var(--ds-surface))!important;color:var(--ds-amber)!important}.status.off{background:color-mix(in srgb,var(--ds-red) 10%,var(--ds-surface))!important;color:var(--ds-red)!important}.financeModeCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.financeModeCards button{min-height:72px;border:1px solid var(--ds-line);background:var(--ds-surface-2);color:var(--ds-text-2);border-radius:16px;padding:14px;text-align:left;display:flex;align-items:flex-start;gap:10px}.financeModeCards button.active{background:var(--ds-blue-soft);border-color:color-mix(in srgb,var(--ds-blue) 34%,var(--ds-line));color:var(--ds-blue)}.reconciliationGrid,.reconciliationMetrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.reconciliationMetric{border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:15px;padding:13px;display:flex;flex-direction:column;gap:4px}.reconciliationMetric span{font-size:9.5px;color:var(--ds-text-3)}.reconciliationMetric strong{font-size:16px;color:var(--ds-text)}.reconcileAmount{font-size:28px!important;letter-spacing:-.04em}.attentionIcon,.processingIcon,.reconcileMark,.softIcon{width:42px;height:42px;border-radius:14px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.processingHero{padding:22px!important;display:flex;align-items:center;gap:14px}.processingHero h3{margin:0 0 4px}.processingHero p{margin:0;color:var(--ds-text-3);font-size:10.5px}.bigProgress{height:9px;border-radius:999px;background:var(--ds-surface-2);overflow:hidden}.bigProgress>i{display:block;height:100%;border-radius:inherit;background:var(--ui-gradient)}.recognitionStrip{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 12px;border-radius:14px;background:var(--ds-blue-soft);color:var(--ds-text-2);font-size:10px}.pageMappingGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.dashboardPage{display:flex;flex-direction:column;gap:0}.dashboardHead{align-items:flex-end!important}.heroMetrics{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-gap:11px!important;gap:11px!important;margin:0 0 12px!important}.metricCard{position:relative!important;min-width:0!important;min-height:142px!important;padding:16px!important;display:flex!important;flex-direction:column!important;gap:6px!important;overflow:hidden!important;text-decoration:none!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}.metricCard:hover{transform:translateY(-2px)!important;box-shadow:var(--ui-shadow-lift)!important}.metricCard strong{font-size:22px!important;line-height:1.08!important;letter-spacing:-.045em!important;color:var(--ds-text)!important}.metricCard.featured{background:var(--ui-gradient)!important;border-color:transparent!important;box-shadow:0 14px 34px color-mix(in srgb,var(--ds-blue) 26%,transparent)!important}.metricCard.featured:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-58px;top:-70px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,0) 68%)}.metricCard.featured *{color:#fff!important}.metricCard.featured .metricLabel,.metricCard.featured small{opacity:.78}.metricTop{display:flex;align-items:center;justify-content:space-between;gap:8px}.metricIcon{width:32px!important;height:32px!important;border-radius:11px!important;display:grid!important;place-items:center!important}.metricDelta{display:inline-flex;align-items:center;gap:3px;font-size:9px;font-weight:700;color:var(--ds-text-3)}.metricDelta.up{color:var(--ds-green)}.metricDelta.down{color:var(--ds-red)}.metricChevron{position:absolute;right:14px;bottom:14px;color:var(--ds-text-3)}.dashboardWidgetGrid{gap:12px!important}.dashboardWidget{padding:18px!important}.sectionTitle{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sectionTitle h3{font-size:13px!important;margin:2px 0!important}.sectionTitle>div>span,.sectionTitle>span{font-size:9px!important;color:var(--ds-text-3)!important}.detailRow,.platformRow,.rankItem{min-height:42px}.alertList,.attentionList,.breakdownList,.calendarList,.feedList{display:flex;flex-direction:column}.attentionList>*+*,.breakdownList>*+*{border-top:1px solid var(--ds-line)}.dashboardCustomizer{border-radius:18px!important}.widgetChips button,.widgetOrder button{font-family:inherit}.widgetChips button{border-color:var(--ds-line)!important;background:var(--ds-surface-2)!important;color:var(--ds-text-2)!important}.widgetChips button.active{background:var(--ds-blue-soft)!important;color:var(--ds-blue)!important}.widgetOrder>div{border-color:var(--ds-line)!important;background:var(--ds-surface)!important}.compactDock{border-radius:17px!important}.compactSearch{min-width:0!important}.reportBuilderPage{min-width:0}.reportBuilderFull>.modalHead{background:var(--ui-gradient-soft)!important}.reportBuilderHead h2{font-size:22px!important;letter-spacing:-.035em!important;margin:4px 0 7px!important}.reportBuilderHead p{font-size:10.5px!important;color:var(--ds-text-3)!important;margin:0!important;max-width:820px}.reportBuilderSection{padding:19px!important}.builderSectionTitle b,.reportPreview{color:var(--ds-text)!important}.fullPreview{width:100%}.moneyTrace{display:flex;flex-direction:column;gap:6px}.traceArrow{color:var(--ds-text-3)}.reportBuilderFull .modalActions{display:flex;gap:9px;justify-content:flex-end}.reportBuilderFull .modalActions>*{min-width:150px}.clientReportSelect{width:100%}.reportScopeChip{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--ds-line);border-radius:13px;padding:8px 10px;background:var(--ds-surface-2)}.entityHead{align-items:flex-end!important}.traceHero{background:var(--ui-gradient-soft)!important}.traceHero strong{color:var(--ds-text)!important}.traceBreak{padding:18px!important}.sourceRows{overflow:hidden}.tableSub{color:var(--ds-text-3)!important}.entityHero,.entityMetrics{margin-bottom:12px}.entityAvatar{width:54px;height:54px;border-radius:17px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.entityHero{display:flex;align-items:center;gap:14px}.entityHero h1{margin:0}.entityHero p{margin:4px 0 0;color:var(--ds-text-3);font-size:10.5px}.selectionCheck{border-color:var(--ds-line)!important;background:var(--ds-surface)!important;color:var(--ds-text-3)!important}.selectionCheck.on{background:var(--ds-blue)!important;border-color:var(--ds-blue)!important;color:#fff!important}.bulkActionBar{background:color-mix(in srgb,var(--ds-surface) 91%,transparent)!important;border-color:var(--ds-line)!important;box-shadow:0 18px 50px rgba(0,0,0,.18)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bulkActionBar>div:first-child b{color:var(--ds-text)}.settingsV2Grid{display:grid!important;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)!important;grid-gap:14px!important;gap:14px!important;align-items:stretch!important}.appearanceCard,.auditSettings,.passwordCard,.profileForm,.profileSettings,.securityCard,.sessionsCard{padding:20px!important;margin-bottom:14px!important}.profileSettings{display:flex!important;align-items:center!important;gap:16px!important}.profileAvatarWrap{flex:0 0 82px!important}.profileAvatar,.profileAvatarWrap{width:82px!important;height:82px!important}.profileAvatar{border-radius:50%!important;object-fit:cover!important}.profileIdentity h3{font-size:16px!important;margin:0 0 4px!important}.profileIdentity p,.profileIdentity small,.profileIdentity span{font-size:10px!important}.passwordCard form,.profileForm form,.twofaForm{gap:12px!important}.profileForm .primaryBtn{margin-top:13px}.securitySetupGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,.8fr);grid-gap:16px;gap:16px}.securityState{border:1px solid var(--ds-line);border-radius:15px;padding:13px;display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;background:var(--ds-surface-2)}.securityState svg{color:var(--ds-blue)}.securityState b{font-size:11px}.securityState span{display:block;font-size:9.5px;line-height:1.45;margin-top:3px}.securityCopy>p{font-size:10px;line-height:1.55}.trustedDevices{margin-top:13px}.trustedDeviceRow{display:grid;grid-template-columns:36px minmax(0,1fr) 38px;grid-gap:10px;gap:10px;align-items:center;padding:11px 0;border-top:1px solid var(--ds-line)}.sessionRow b,.trustedDeviceRow b{font-size:10.5px}.sessionRow small,.trustedDeviceRow small{font-size:9.5px}.disable2fa{margin-top:14px;padding-top:14px;border-top:1px solid var(--ds-line)}.appearanceCard{clear:both}.themeChoice button{min-height:74px!important}.themeChoice button.active{box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-blue) 10%,transparent)!important}.currentSession{display:inline-flex;padding:2px 6px;border-radius:999px;background:var(--ds-blue-soft);color:var(--ds-blue);font-size:8px!important;margin-left:4px}.twoFactorLogin{max-width:460px!important}.twoFactorMark{width:50px;height:50px;border-radius:16px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.twoFactorCode{text-align:center!important;font-size:23px!important;letter-spacing:.32em!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.codeSent,.securityHint{padding:11px 12px;border-radius:13px;background:var(--ds-blue-soft);border:1px solid color-mix(in srgb,var(--ds-blue) 13%,transparent);font-size:10px;color:var(--ds-text-2)}.backTextButton{align-self:flex-start;min-height:34px!important;padding:7px 10px!important}.rememberRow{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.rememberRow>span{display:flex;flex-direction:column;gap:3px}.rememberRow b{font-size:11px}.rememberRow small{font-size:9.5px;color:var(--ds-text-3)}.notificationWrap{display:flex;align-items:center}.notificationSheet{width:min(780px,calc(100vw - 28px))!important;max-height:min(70vh,700px)!important;background:var(--ui-gradient-soft)!important;border-color:var(--ds-line)!important;box-shadow:0 -28px 80px rgba(0,0,0,.22)!important}.sheetList{scrollbar-width:thin;scrollbar-color:var(--ds-line) transparent}.notificationItem{min-height:64px!important}.notificationItem b{font-size:11px!important}.notificationItem span{font-size:10px!important}.notificationItem small{font-size:9px!important}.loginBrand{isolation:isolate}.loginGlassScene{position:absolute;inset:0;overflow:hidden;z-index:0}.brandHero{position:relative;z-index:2}.loginOrb{position:absolute!important;left:0!important;top:0!important;border-radius:50%!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border:1px solid rgba(255,255,255,.34)!important;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.46),rgba(83,128,238,.16) 42%,rgba(90,78,220,.1) 70%,rgba(255,255,255,.06))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2),0 24px 70px rgba(46,103,215,.13)!important}.orbA{width:310px!important;height:310px!important}.orbB{width:210px!important;height:210px!important}.orbC{width:150px!important;height:150px!important}.orbD{width:105px!important;height:105px!important}.loginGlassVeil{position:absolute;inset:0;background:linear-gradient(130deg,rgba(255,255,255,.18),rgba(255,255,255,0) 48%,rgba(255,255,255,.13));-webkit-backdrop-filter:blur(.2px);backdrop-filter:blur(.2px)}.loginCard{padding:28px!important;border-radius:24px!important}.registrationNote{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.registrationNote a{color:var(--ds-blue);font-weight:700}html[data-theme=dark] .content,html[data-theme=dark] .main,html[data-theme=dark] body{background:var(--ds-bg)!important}html[data-theme=dark] .appearanceCard,html[data-theme=dark] .auditSettings,html[data-theme=dark] .card,html[data-theme=dark] .metricCard:not(.featured),html[data-theme=dark] .passwordCard,html[data-theme=dark] .profileForm,html[data-theme=dark] .profileSettings,html[data-theme=dark] .securityCard,html[data-theme=dark] .sessionsCard,html[data-theme=dark] .stickySummary,html[data-theme=dark] .surface,html[data-theme=dark] .workflowSection{background:linear-gradient(145deg,#141a23,#151d28)!important}html[data-theme=dark] .dataTable td,html[data-theme=dark] .dataTable th{border-color:var(--ds-line)!important}html[data-theme=dark] .recharts-cartesian-grid line{stroke:#252e3a!important}html[data-theme=dark] .recharts-text{fill:#7f8b9d!important}html[data-theme=dark] .recharts-default-tooltip{background:#151c26!important;border:1px solid #29323f!important;color:#f3f6fb!important;border-radius:12px!important}html[data-theme=dark] input[type=date]{color-scheme:dark}@media(max-width:1280px){.heroMetrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}.partnerCards{grid-template-columns:1fr}.settingsV2Grid{grid-template-columns:1fr!important}.securitySetupGrid{grid-template-columns:1fr}.pageMappingGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.sidebar{width:220px!important}.content{margin-left:220px!important;width:calc(100% - 220px)!important}.main{padding:24px 20px 52px!important}.partnerToolbar{align-items:stretch!important;flex-direction:column!important}.partnerToolbar .modernSearch{max-width:none;width:100%}.partnerCard{grid-template-columns:42px minmax(0,1fr)!important}.partnerCardActions{grid-column:1/-1;justify-content:flex-end}.reconciliationGrid,.reconciliationMetrics{grid-template-columns:1fr 1fr}}@media(max-width:760px){.content{margin-left:0!important;width:100%!important}.sidebar{width:min(310px,88vw)!important}.main{padding:18px 12px 94px!important}.pageHead{align-items:flex-start!important;flex-direction:column!important}.pageHead h1{font-size:28px!important}.heroMetrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.metricCard{min-height:130px!important}.metricCard strong{font-size:19px!important}.partnerCard{grid-template-columns:40px minmax(0,1fr)!important;padding:14px!important}.partnerCardActions{justify-content:flex-start;overflow:auto;padding-top:4px}.accountModeCards,.financeModeCards,.formGrid,.formGrid.two,.pageMappingGrid,.permissionGrid,.reconciliationGrid,.reconciliationMetrics{grid-template-columns:1fr!important}.workflowSection{padding:16px!important}.reportBuilderFull .modalActions{flex-direction:column}.reportBuilderFull .modalActions>*{width:100%;min-width:0}.notificationSheet{width:100%!important;max-height:84vh!important}.loginCard{padding:22px!important}.orbA{width:220px!important;height:220px!important}.orbB{width:160px!important;height:160px!important}.orbC{width:115px!important;height:115px!important}.orbD{width:82px!important;height:82px!important}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.loginOrb,.notificationSheet,.sheetBackdrop{animation:none!important;transition:none!important}}.metricDetailHero{padding:20px!important;display:grid;grid-template-columns:48px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;margin-bottom:12px}.metricDetailIcon{width:48px;height:48px;border-radius:15px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.metricDetailHero>div:nth-child(2){display:flex;flex-direction:column;gap:4px}.metricDetailHero>div:nth-child(2)>span{font-size:10px;color:var(--ds-text-3)}.metricDetailHero strong{font-size:30px;letter-spacing:-.045em;color:var(--ds-text)}.metricDetailHero small{font-size:9.5px;color:var(--ds-text-3)}.metricDetailAside{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.metricDetailAside span{min-width:130px;padding:9px 11px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:13px;display:flex;flex-direction:column;gap:3px;font-size:9px;color:var(--ds-text-3)}.metricDetailAside b{font-size:11px;color:var(--ds-text)}@media(max-width:760px){.metricDetailHero{grid-template-columns:42px minmax(0,1fr)}.metricDetailIcon{width:42px;height:42px}.metricDetailAside{grid-column:1/-1;justify-content:stretch}.metricDetailAside span{flex:1 1}.metricDetailHero strong{font-size:24px}}.allGood{display:flex;align-items:center;gap:8px;padding:12px;border-radius:14px;background:color-mix(in srgb,var(--ds-green) 10%,var(--ds-surface));color:var(--ds-green);font-size:10.5px}.clickable{cursor:pointer!important}.clickable:hover{background:var(--ds-surface-2)!important}.searchInput{display:flex;align-items:center;gap:8px;min-height:42px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:13px;padding:0 11px;color:var(--ds-text-3)}.searchInput input{border:0!important;background:transparent!important;box-shadow:none!important;padding:8px 0!important;min-height:40px!important}.securityEnabled{display:flex;flex-direction:column;gap:13px}.smallModal{width:min(470px,100%)!important}.smallModal form{display:flex;flex-direction:column;gap:13px}.smallModal .modalActions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.loginPage{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:linear-gradient(135deg,#eef5ff,#e8f0ff 42%,#f5f8ff)!important}.loginPage>.loginGlassScene{position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;overflow:hidden!important}.loginBrand,.loginPanel{position:relative!important;z-index:1!important;background:transparent!important}.loginBrand:after,.loginBrand:before{display:none!important}.loginPanel{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.loginCard{background:color-mix(in srgb,var(--ds-surface) 82%,transparent)!important;backdrop-filter:blur(24px) saturate(1.1)!important;-webkit-backdrop-filter:blur(24px) saturate(1.1)!important;border:1px solid color-mix(in srgb,var(--ds-line) 72%,rgba(255,255,255,.55))!important;box-shadow:0 28px 90px rgba(29,54,105,.15)!important}.loginGlassVeil{background:linear-gradient(115deg,rgba(255,255,255,.2),rgba(255,255,255,.03) 46%,rgba(108,126,238,.08))!important}html[data-theme=dark] .loginPage{background:linear-gradient(135deg,#0b1018,#0d1420 48%,#101727)!important}html[data-theme=dark] .loginCard{background:rgba(18,25,36,.76)!important;border-color:rgba(117,139,178,.18)!important;box-shadow:0 34px 100px rgba(0,0,0,.42)!important}html[data-theme=dark] .loginGlassVeil{background:linear-gradient(115deg,rgba(255,255,255,.025),rgba(255,255,255,0) 48%,rgba(63,102,211,.1))!important}.dashboardFilterToggle.active{background:var(--ds-blue-soft)!important;color:var(--ds-blue)!important;border-color:color-mix(in srgb,var(--ds-blue) 30%,var(--ds-line))!important}.dashboardFilterPanel{padding:20px!important;margin:0 0 14px!important;display:flex!important;flex-direction:column!important;gap:16px!important}.dashboardFilterHead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid var(--ds-line)}.dashboardFilterHead h3{font-size:16px!important;margin:4px 0 5px!important}.dashboardFilterHead p{margin:0!important;color:var(--ds-text-3)!important;font-size:10.5px!important}.filterPresetRow{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.filterPresetRow button{min-height:36px;border:1px solid var(--ds-line);background:var(--ds-surface-2);color:var(--ds-text-2);border-radius:12px;padding:8px 12px;font-size:10.5px;font-weight:700}.filterPresetRow button:hover{background:var(--ds-surface);color:var(--ds-text)}.filterPresetRow button.active{background:var(--ds-blue-soft);color:var(--ds-blue);border-color:color-mix(in srgb,var(--ds-blue) 28%,var(--ds-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-blue) 7%,transparent)}.singleCalendarRange{display:grid;grid-template-columns:40px minmax(150px,1fr) auto minmax(150px,1fr) minmax(120px,.55fr);align-items:end;grid-gap:10px;gap:10px;padding:12px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:16px}.singleCalendarIcon{width:40px;height:40px;border-radius:12px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center;align-self:end}.singleCalendarRange label{min-width:0}.singleCalendarRange input,.singleCalendarRange select{background:var(--ds-surface)!important}.singleCalendarRange input[type=date]::-webkit-calendar-picker-indicator{opacity:0;width:0;min-width:0;margin:0;padding:0}.rangeDash{align-self:center;color:var(--ds-text-3);padding-top:17px}.currencyFilter{min-width:0}.dashboardFilterGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px}.dashboardFilterActions{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding-top:2px}.dashboardFilterActions .primaryBtn{min-width:158px}.periodCaption{display:inline-flex;align-items:center;min-height:36px;padding:0 11px;border:1px solid var(--ds-line);border-radius:12px;background:var(--ds-surface-2);color:var(--ds-text-3);font-size:10px;white-space:nowrap}.dashboardPage>.filterLine,.dashboardPage>.periodDock{display:none!important}html[data-theme=dark] .dashboardFilterPanel,html[data-theme=dark] .singleCalendarRange{background:linear-gradient(145deg,#141b25,#171f2b)!important}html[data-theme=dark] .metricCard.featured{background:linear-gradient(135deg,#2f73da,#485fd8)!important}@media(max-width:1100px){.dashboardFilterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.singleCalendarRange{grid-template-columns:40px 1fr auto 1fr}.currencyFilter{grid-column:2/-1}}@media(max-width:760px){.dashboardHeadActions{width:100%;justify-content:flex-start!important}.periodCaption{order:4;width:100%}.dashboardFilterPanel{padding:16px!important}.dashboardFilterGrid{grid-template-columns:1fr}.singleCalendarRange{grid-template-columns:40px minmax(0,1fr);align-items:end}.singleCalendarIcon{grid-row:1/3}.singleCalendarRange .rangeDash{display:none}.singleCalendarRange .currencyFilter,.singleCalendarRange label{grid-column:2}.dashboardFilterActions{flex-direction:column-reverse}.dashboardFilterActions>*{width:100%}.loginPage{grid-template-columns:1fr!important}.loginBrand{min-height:42vh;padding:44px 24px 24px!important}.loginPanel{padding:24px!important}.brandLine{margin-bottom:34px!important}.brandHero h1{font-size:42px!important}.loginPage>.loginGlassScene{position:absolute!important}}.compactDashboardHead{min-height:56px!important;align-items:center!important}.compactDashboardHead h1{margin:0!important}.compactDashboardHead .dashboardHeadActions{margin-left:auto}.dashboardHeadActions .iconAction{width:42px!important;height:42px!important;border-radius:13px!important;border:1px solid var(--ds-line)!important;background:var(--ds-surface)!important;color:var(--ds-text-2)!important;display:grid!important;place-items:center!important}.dashboardHeadActions .iconAction:hover{background:var(--ds-surface-2)!important;color:var(--ds-text)!important;border-color:color-mix(in srgb,var(--ds-line) 65%,var(--ds-blue) 35%)!important}.periodCaption{display:none!important}.appearanceCard,.artistBrowseCard,.auditSettings,.card,.metricCard,.partnerCard,.passwordCard,.profileForm,.profileSettings,.securityCard,.sessionsCard,.stickySummary,.surface,.workflowSection{transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease!important}.surface:focus-within,.workflowSection:focus-within{border-color:color-mix(in srgb,var(--ds-line) 68%,var(--ds-blue) 32%)!important}.filterPresetRow button:focus-visible,.iconAction:focus-visible,.iconBtn:focus-visible,.primaryBtn:focus-visible,.secondaryBtn:focus-visible,.segmentedTabs button:focus-visible,.tabs button:focus-visible{outline:0!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 12%,transparent)!important}.dashboardPage>.dashboardFilterPanel{animation:filterReveal .18s ease-out}@keyframes filterReveal{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}html[data-theme=dark] .topbar{background:color-mix(in srgb,var(--ds-surface) 88%,transparent)!important}html[data-theme=dark] .sidebar{background:color-mix(in srgb,var(--ds-surface) 96%,var(--ds-bg))!important}html[data-theme=dark] .segmentedTabs button.active,html[data-theme=dark] .tabs button.active{box-shadow:0 5px 16px rgba(0,0,0,.24)!important}html[data-theme=dark] .dashboardHeadActions .iconAction{background:var(--ds-surface)!important}@media(max-width:760px){.compactDashboardHead{align-items:flex-start!important}.compactDashboardHead .dashboardHeadActions{margin-left:0;width:100%;display:grid!important;grid-template-columns:1fr 1fr 42px}.compactDashboardHead .dashboardHeadActions .secondaryBtn{min-width:0!important}.compactDashboardHead .dashboardHeadActions .iconAction{width:42px!important}.dashboardFilterPanel{margin-top:2px!important}}.notificationWrap{position:relative!important;display:flex!important;align-items:center!important;z-index:45}.notificationDropdown{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;width:min(380px,calc(100vw - 28px))!important;max-height:470px!important;overflow:hidden!important;padding:8px!important;border:1px solid var(--ds-line)!important;border-radius:18px!important;background:color-mix(in srgb,var(--ds-surface) 96%,transparent)!important;box-shadow:0 22px 55px rgba(20,34,58,.16)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;transform-origin:top right!important;animation:notificationDrop .18s cubic-bezier(.2,.75,.25,1) both!important;display:flex!important;flex-direction:column!important}.notificationDropdownHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 9px 10px;border-bottom:1px solid var(--ds-line)}.notificationDropdownHead>div{display:flex;flex-direction:column;gap:2px;min-width:0}.notificationDropdownHead b{font-size:13px;color:var(--ds-text)}.notificationDropdownHead span{font-size:9.5px;color:var(--ds-text-3)}.notificationDropdownHead>button{border:0;background:transparent;color:var(--ds-blue);font-size:9.5px;font-weight:700;padding:7px 5px;border-radius:9px;white-space:nowrap}.notificationDropdownHead>button:hover{background:var(--ds-blue-soft)}.notificationDropdown .notificationList{flex:1 1 auto!important;min-height:0!important;max-height:390px!important;overflow:auto!important;padding:6px 0 0!important;scrollbar-width:thin;scrollbar-color:var(--ds-line) transparent}.notificationDropdown .notificationItem{min-height:0!important;padding:9px 10px!important;border-radius:11px!important;background:transparent!important;border:0!important;grid-template-columns:7px minmax(0,1fr)!important;gap:7px!important}.notificationDropdown .notificationItem:hover{background:var(--ds-surface-2)!important}.notificationDropdown .notificationItem.unread{background:color-mix(in srgb,var(--ds-blue-soft) 46%,transparent)!important}.notificationDropdown .notificationItem b{font-size:10.5px!important;line-height:1.3!important}.notificationDropdown .notificationItem span{font-size:9.5px!important;line-height:1.35!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notificationDropdown .notificationItem small{font-size:8.5px!important}.notificationDropdown .notificationEmpty{padding:28px 10px!important}.notificationDropdownFooter{flex:0 0 auto;padding:7px 4px 1px;border-top:1px solid var(--ds-line)}.notificationAllLink{display:flex;align-items:center;justify-content:center;gap:5px;min-height:34px;border-radius:10px;color:var(--ds-blue);font-size:10px;font-weight:800;text-decoration:none}.notificationAllLink:hover{background:var(--ds-blue-soft)}@keyframes notificationDrop{0%{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:none}}.tableSurface .importList{display:flex!important;flex-direction:column!important}.tableSurface .importRow{display:grid!important;grid-template-columns:42px minmax(0,1fr) minmax(420px,auto)!important;align-items:center!important;grid-column-gap:14px!important;column-gap:14px!important;min-height:84px!important;padding:13px 16px!important;border-top:1px solid var(--ds-line)!important}.tableSurface .importRow:first-child{border-top:0!important}.tableSurface .importRow .fileIcon{width:36px!important;height:36px!important;border-radius:11px!important}.tableSurface .importMain{min-width:0!important;gap:4px!important}.tableSurface .importMain b{display:block!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:11.5px!important;line-height:1.35!important;color:var(--ds-text)!important}.tableSurface .importMain small{font-size:9.5px!important;color:var(--ds-text-3)!important}.tableSurface .importSide{gap:12px!important;min-width:0!important}.tableSurface .importSide,.tableSurface .importStats{display:flex!important;align-items:center!important;justify-content:flex-end!important}.tableSurface .importStats{gap:10px!important;white-space:nowrap!important;font-size:9.5px!important;color:var(--ds-text-3)!important}.tableSurface .importSide>.status{flex:0 0 auto!important}.tableSurface .rowActions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;flex:0 0 auto!important}.tableSurface .rowActions .secondaryBtn.compact{min-height:34px!important;padding:7px 11px!important;border-radius:11px!important}.tableSurface .rowActions .iconMini{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border-radius:11px!important}.tableSurface .progress{width:min(260px,100%)!important}.clientReportSelect{display:block!important;width:100%!important;padding:0!important;border:0!important;background:transparent!important}.clientReportSelect select{display:block!important;width:100%!important;min-height:46px!important;border:1px solid var(--ds-line)!important;border-radius:13px!important;background:var(--ds-surface-2)!important;color:var(--ds-text)!important;padding:0 42px 0 14px!important;outline:0!important;box-shadow:none!important}.clientReportSelect select:focus{border-color:var(--ds-blue)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 10%,transparent)!important}.artistSearch,.modernSearch,.search,.searchInput{display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;min-height:44px!important;padding:0 12px!important;border:1px solid var(--ds-line)!important;border-radius:13px!important;background:var(--ds-surface-2)!important;box-shadow:none!important;overflow:hidden!important;color:var(--ds-text-3)!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important}.artistSearch:focus-within,.modernSearch:focus-within,.search:focus-within,.searchInput:focus-within{border-color:color-mix(in srgb,var(--ds-blue) 72%,var(--ds-line))!important;background:var(--ds-surface)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 9%,transparent)!important}.artistSearch>svg,.modernSearch>svg,.search>svg,.searchInput>svg{flex:0 0 auto!important;color:var(--ds-text-3)!important;margin:0!important}.artistSearch>input,.modernSearch>input,.search>input,.searchInput>input{flex:1 1 auto!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 2px!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;color:var(--ds-text)!important;box-shadow:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.artistSearch>input:focus,.modernSearch>input:focus,.search>input:focus,.searchInput>input:focus{border:0!important;outline:0!important;box-shadow:none!important}.artistSearch>input::placeholder,.modernSearch>input::placeholder,.search>input::placeholder,.searchInput>input::placeholder{color:var(--ds-text-3)!important;opacity:.9}@media(max-width:1180px){.tableSurface .importRow{grid-template-columns:42px minmax(0,1fr)!important;align-items:start!important}.tableSurface .importSide{grid-column:2!important;margin-top:8px!important}.tableSurface .importSide,.tableSurface .importStats{justify-content:flex-start!important;flex-wrap:wrap!important}}@media(max-width:760px){.notificationDropdown{position:fixed!important;top:70px!important;left:12px!important;right:12px!important;width:auto!important;max-height:min(58vh,460px)!important;border-radius:17px!important}.notificationDropdown .notificationList{max-height:calc(min(58vh,460px) - 58px)!important}.tableSurface .importRow{grid-template-columns:36px minmax(0,1fr)!important;padding:12px!important;column-gap:10px!important}.tableSurface .importRow .fileIcon{width:34px!important;height:34px!important}.tableSurface .importSide{grid-column:1/-1!important;margin-top:9px!important;gap:8px!important}.tableSurface .importStats{width:100%!important}}@media(prefers-reduced-motion:reduce){.notificationDropdown{animation:none!important}}.reportBuilderFull .unifiedScopeTabs,.reportBuilderModal .unifiedScopeTabs{display:flex!important;align-items:center!important;gap:8px!important}.reportBuilderFull .unifiedScopeTabs>button,.reportBuilderModal .unifiedScopeTabs>button{min-height:var(--ui-control-h,44px)!important;height:var(--ui-control-h,44px)!important;padding:0 16px!important;border-radius:var(--ui-control-r,14px)!important;font-family:inherit!important;font-size:12px!important;line-height:1!important;font-weight:650!important;letter-spacing:0!important;gap:8px!important;opacity:1!important}.reportBuilderFull .unifiedScopeTabs>button:not(.active),.reportBuilderModal .unifiedScopeTabs>button:not(.active){color:var(--ds-text-2)!important}.reportBuilderFull .unifiedScopeTabs>button>svg,.reportBuilderModal .unifiedScopeTabs>button>svg{width:17px!important;height:17px!important;stroke-width:1.8!important}.artistPicker .artistSearch,.catalogToolbar .modernSearch,.unifiedSearchField{box-sizing:border-box!important;min-height:var(--ui-control-h,44px)!important;height:var(--ui-control-h,44px)!important;padding:0 13px!important;border:1px solid var(--ds-line)!important;border-radius:var(--ui-control-r,14px)!important;background:var(--ds-surface-2)!important;box-shadow:none!important;overflow:hidden!important}.artistPicker .artistSearch>input,.catalogToolbar .modernSearch>input,.unifiedSearchField>input{flex:1 1 auto!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:0!important}.artistPicker .artistSearch:focus-within,.catalogToolbar .modernSearch:focus-within,.unifiedSearchField:focus-within{border-color:color-mix(in srgb,var(--ds-blue) 72%,var(--ds-line))!important;background:var(--ds-surface)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 9%,transparent)!important}.reportBuilderFull>form{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important}.reportBuilderFull .reportBuilderSection,.reportBuilderFull .reportComment,.reportBuilderFull .reportError,.reportBuilderFull .reportPreview,.reportBuilderFull .stickyModalActions{width:100%!important;min-width:0!important;grid-column:auto!important;grid-row:auto!important}.reportBuilderFull .reportPreview{position:static!important;top:auto!important;margin:0!important;overflow:hidden!important}.reportBuilderFull .previewKpis{grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important}.reportBuilderFull .previewKpis>div{min-width:0!important}.dashboardCustomizer .widgetChips{gap:8px!important;margin-top:14px!important}.dashboardCustomizer .widgetChips>button{min-height:var(--ui-control-h,44px)!important;height:var(--ui-control-h,44px)!important;padding:0 14px!important;border-radius:var(--ui-control-r,14px)!important;font-family:inherit!important;font-size:12px!important;line-height:1!important;font-weight:650!important}.dashboardCustomizer .widgetOrder{gap:8px!important;margin-top:10px!important}.dashboardCustomizer .widgetOrder>div{min-height:var(--ui-control-h,44px)!important;padding:4px 6px 4px 12px!important;border-radius:var(--ui-control-r,14px)!important;gap:8px!important}.dashboardCustomizer .widgetOrder>div>svg{width:16px!important;height:16px!important;flex:0 0 auto!important}.dashboardCustomizer .widgetOrder span{font-size:12px!important;line-height:1!important;font-weight:650!important;color:var(--ds-text-2)!important;white-space:nowrap!important}.dashboardCustomizer .widgetOrder button{flex:0 0 36px!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;border-radius:10px!important;display:grid!important;place-items:center!important}.dashboardCustomizer .widgetOrder button>svg{width:15px!important;height:15px!important}@media(max-width:760px){.reportBuilderFull .previewKpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboardCustomizer .widgetOrder{display:flex!important;flex-direction:column!important}.dashboardCustomizer .widgetOrder>div{width:100%!important}.dashboardCustomizer .widgetOrder span{flex:1 1 auto!important}}@media(max-width:460px){.reportBuilderFull .previewKpis{grid-template-columns:1fr!important}}.systemBanner{width:min(1540px,100%);margin:0 auto 14px;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:stretch;border:1px solid color-mix(in srgb,var(--ds-blue) 22%,var(--ds-line));background:linear-gradient(135deg,color-mix(in srgb,var(--ds-blue-soft) 78%,var(--ds-surface)),var(--ds-surface));border-radius:16px;box-shadow:var(--ds-shadow);overflow:hidden}.systemBanner.type-important{border-color:color-mix(in srgb,var(--ds-red) 24%,var(--ds-line));background:linear-gradient(135deg,color-mix(in srgb,var(--ds-red) 8%,var(--ds-surface)),var(--ds-surface))}.systemBanner.type-warning{border-color:color-mix(in srgb,var(--ds-amber) 30%,var(--ds-line));background:linear-gradient(135deg,color-mix(in srgb,var(--ds-amber) 9%,var(--ds-surface)),var(--ds-surface))}.systemBanner.type-success,.systemBanner.type-update{border-color:color-mix(in srgb,var(--ds-green) 25%,var(--ds-line));background:linear-gradient(135deg,color-mix(in srgb,var(--ds-green) 8%,var(--ds-surface)),var(--ds-surface))}.systemBannerBody{border:0;background:transparent;display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:11px;gap:11px;align-items:center;text-align:left;padding:11px 12px;color:var(--ds-text)}.systemBannerBody>span:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}.systemBannerBody b{font-size:11.5px}.systemBannerBody small{font-size:10px;line-height:1.45;color:var(--ds-text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.systemBannerIcon{width:32px;height:32px;border-radius:10px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.systemBanner.type-important .systemBannerIcon{background:color-mix(in srgb,var(--ds-red) 12%,var(--ds-surface));color:var(--ds-red)}.systemBanner.type-warning .systemBannerIcon{background:color-mix(in srgb,var(--ds-amber) 13%,var(--ds-surface));color:var(--ds-amber)}.systemBanner.type-success .systemBannerIcon,.systemBanner.type-update .systemBannerIcon{background:color-mix(in srgb,var(--ds-green) 12%,var(--ds-surface));color:var(--ds-green)}.systemBannerClose{border:0;border-left:1px solid var(--ds-line);background:transparent;color:var(--ds-text-3);display:grid;place-items:center}.systemBannerClose:hover{background:var(--ds-surface-2);color:var(--ds-text)}.notificationAdminGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,370px);grid-gap:14px;gap:14px;align-items:start;margin-bottom:14px}.notificationComposer,.notificationHistory,.notificationPreview{padding:20px!important}.notificationComposer .surfaceHeader,.notificationHistory .surfaceHeader,.notificationPreview .surfaceHeader{margin:0 0 18px}.composerIcon{width:38px;height:38px;border-radius:12px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.notificationFormBlock{margin-top:18px}.notificationFormBlock>label,.notificationTargetField>label{display:block!important;margin-bottom:9px;color:var(--ds-text-2);font-size:12px;font-weight:600}.audienceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.audienceGrid>button{min-height:62px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:14px;padding:10px 11px;display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:center;text-align:left;color:var(--ds-text-2)}.audienceGrid>button:last-child{grid-column:1/-1}.audienceGrid>button>svg{color:var(--ds-blue)}.audienceGrid>button>span{display:flex;flex-direction:column;gap:3px}.audienceGrid b{font-size:11px;color:var(--ds-text)}.audienceGrid small{font-size:9.5px;line-height:1.35;color:var(--ds-text-3)}.audienceGrid>button.active{background:linear-gradient(145deg,var(--ds-blue-soft),var(--ds-surface));border-color:color-mix(in srgb,var(--ds-blue) 36%,var(--ds-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-blue) 7%,transparent)}.notificationTargetField{margin-top:14px}.recipientResults{margin-top:7px;border:1px solid var(--ds-line);background:var(--ds-surface);border-radius:14px;padding:6px;max-height:250px;overflow:auto;box-shadow:var(--ds-shadow)}.recipientResults>button{width:100%;border:0;background:transparent;border-radius:10px;padding:8px;display:grid;grid-template-columns:32px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:center;text-align:left;color:var(--ds-text)}.recipientResults>button:hover{background:var(--ds-surface-2)}.recipientAvatar{width:30px;height:30px;border-radius:9px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center;font-size:10px;font-weight:700}.recipientResults>button>span:last-child{display:flex;flex-direction:column;gap:2px;min-width:0}.recipientResults b{font-size:10.5px}.recipientResults small{font-size:9px;color:var(--ds-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectedRecipient{min-height:50px;border:1px solid color-mix(in srgb,var(--ds-blue) 25%,var(--ds-line));background:var(--ds-blue-soft);border-radius:14px;padding:8px 9px;display:grid;grid-template-columns:30px minmax(0,1fr) 30px;grid-gap:9px;gap:9px;align-items:center;color:var(--ds-blue)}.selectedRecipient>div{display:flex;flex-direction:column;gap:2px;min-width:0}.selectedRecipient b{font-size:10.5px;color:var(--ds-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectedRecipient small{font-size:9px;color:var(--ds-text-3)}.selectedRecipient>button{width:28px;height:28px;border:0;background:transparent;border-radius:9px;color:var(--ds-text-3);display:grid;place-items:center}.selectedRecipient>button:hover{background:var(--ds-surface);color:var(--ds-text)}.notificationTypeGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.notificationTypeGrid>button{min-height:44px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:12px;padding:8px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--ds-text-2);font-size:10px;font-weight:650}.notificationTypeGrid>button.active{background:var(--ds-blue-soft);border-color:color-mix(in srgb,var(--ds-blue) 35%,var(--ds-line));color:var(--ds-blue)}.notificationTypeGrid .type-important.active{background:color-mix(in srgb,var(--ds-red) 10%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-red) 30%,var(--ds-line));color:var(--ds-red)}.notificationTypeGrid .type-warning.active{background:color-mix(in srgb,var(--ds-amber) 11%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-amber) 32%,var(--ds-line));color:var(--ds-amber)}.notificationTypeGrid .type-update.active{background:color-mix(in srgb,var(--ds-green) 10%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-green) 30%,var(--ds-line));color:var(--ds-green)}.notificationComposer .formGrid{margin-top:16px}.inlineInputIcon{display:flex;align-items:center;gap:8px;min-height:44px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:var(--ds-radius-sm);padding:0 12px}.inlineInputIcon:focus-within{border-color:color-mix(in srgb,var(--ds-blue) 60%,var(--ds-line));box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 12%,transparent);background:var(--ds-surface)}.inlineInputIcon svg{color:var(--ds-text-3);flex:0 0 auto}.inlineInputIcon input{border:0!important;background:transparent!important;padding:0!important;min-height:42px!important;box-shadow:none!important}.fieldCounter{display:block;margin-top:-3px;text-align:right;font-size:9px;color:var(--ds-text-3)}.bannerToggle{width:100%;margin-top:14px;min-height:60px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:14px;padding:10px 12px;display:grid;grid-template-columns:32px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;text-align:left;color:var(--ds-text-2)}.bannerToggle>span{width:30px;height:30px;border-radius:9px;background:var(--ds-surface);color:var(--ds-text-3);display:grid;place-items:center}.bannerToggle>div{display:flex;flex-direction:column;gap:3px}.bannerToggle b{font-size:10.5px;color:var(--ds-text)}.bannerToggle small{font-size:9px;color:var(--ds-text-3)}.bannerToggle.active{background:var(--ds-blue-soft);border-color:color-mix(in srgb,var(--ds-blue) 30%,var(--ds-line))}.bannerToggle.active>span{background:var(--ds-blue);color:#fff}.notificationComposerActions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--ds-line)}.notificationComposerActions .primaryBtn,.notificationComposerActions .secondaryBtn{display:inline-flex;align-items:center;gap:7px}.notificationComposerActions .primaryBtn:disabled{opacity:.65;pointer-events:none}.notificationPreview{position:-webkit-sticky;position:sticky;top:84px}.notificationPreview>h3{margin:5px 0 16px;font-size:18px}.notificationPreviewCard{border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:16px;padding:13px;display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:10px;gap:10px}.previewTypeIcon{width:32px;height:32px;border-radius:10px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.notificationPreviewCard.type-important .previewTypeIcon{background:color-mix(in srgb,var(--ds-red) 12%,var(--ds-surface));color:var(--ds-red)}.notificationPreviewCard.type-warning .previewTypeIcon{background:color-mix(in srgb,var(--ds-amber) 13%,var(--ds-surface));color:var(--ds-amber)}.notificationPreviewCard.type-update .previewTypeIcon{background:color-mix(in srgb,var(--ds-green) 12%,var(--ds-surface));color:var(--ds-green)}.notificationPreviewCard>div:last-child{display:flex;flex-direction:column;gap:4px;min-width:0}.notificationPreviewCard b{font-size:11px}.notificationPreviewCard p{margin:0;font-size:10px;line-height:1.5;color:var(--ds-text-2);white-space:pre-wrap}.notificationPreviewCard small{font-size:8.5px;color:var(--ds-text-3)}.previewMeta{margin-top:15px}.previewMeta>div{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:10px 0;border-top:1px solid var(--ds-line)}.previewMeta span{font-size:9px;color:var(--ds-text-3)}.previewMeta b{max-width:62%;font-size:9.5px;text-align:right;color:var(--ds-text);word-break:break-word}.notificationHistory{padding:0!important;overflow:hidden}.notificationHistory>.surfaceHeader{padding:18px 20px 14px;margin:0;border-bottom:1px solid var(--ds-line)}.historyCount{min-width:30px;height:30px;border-radius:10px;background:var(--ds-surface-2);border:1px solid var(--ds-line);display:grid;place-items:center;font-size:10px;font-weight:700;color:var(--ds-text-2)}.notificationHistoryTable{overflow-x:auto}.notificationHistoryTable table{min-width:980px}.historyAudience,.historyMessage{display:flex;flex-direction:column;gap:3px;max-width:310px}.historyAudience b,.historyMessage b{font-size:10.5px;color:var(--ds-text)}.historyAudience small,.historyMessage small{font-size:9px;color:var(--ds-text-3);line-height:1.4}.notificationTypeBadge{display:inline-flex;align-items:center;min-height:24px;padding:5px 8px;border-radius:999px;background:var(--ds-blue-soft);color:var(--ds-blue);font-size:8.5px;font-weight:700}.notificationTypeBadge.type-error,.notificationTypeBadge.type-important{background:color-mix(in srgb,var(--ds-red) 12%,var(--ds-surface));color:var(--ds-red)}.notificationTypeBadge.type-warning{background:color-mix(in srgb,var(--ds-amber) 13%,var(--ds-surface));color:var(--ds-amber)}.notificationTypeBadge.type-success,.notificationTypeBadge.type-update{background:color-mix(in srgb,var(--ds-green) 12%,var(--ds-surface));color:var(--ds-green)}.bannerTag{display:block;margin-top:4px;font-size:8px;color:var(--ds-text-3)}.readProgress{min-width:112px}.readProgress>div{height:5px;border-radius:999px;background:var(--ds-surface-2);overflow:hidden;margin-bottom:5px}.readProgress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--ds-blue),var(--ds-blue-2))}.historyDate,.readProgress small{font-size:8.5px;color:var(--ds-text-3);white-space:nowrap}@media(max-width:980px){.notificationAdminGrid{grid-template-columns:1fr}.notificationPreview{position:static}.notificationTypeGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.notificationButton{display:grid!important}.systemBanner{grid-template-columns:minmax(0,1fr) 36px;margin-bottom:10px;border-radius:14px}.systemBannerBody{grid-template-columns:30px minmax(0,1fr);padding:9px}.systemBannerIcon{width:29px;height:29px}.systemBannerBody small{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notificationComposer,.notificationPreview{padding:15px!important}.audienceGrid{grid-template-columns:1fr}.audienceGrid>button:last-child{grid-column:auto}.notificationTypeGrid{grid-template-columns:1fr 1fr}.notificationComposerActions{flex-direction:column-reverse}.notificationComposerActions>*{width:100%;justify-content:center}.notificationHistory>.surfaceHeader{padding:15px}.notificationAdminGrid{gap:10px;margin-bottom:10px}}.reportLinkSection{overflow:visible}.reportLinkMaster{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:11px 12px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:14px}.reportLinkMaster>div{display:flex;align-items:center;gap:10px;min-width:0}.reportLinkMaster>div>svg{color:var(--ds-blue);flex:0 0 auto}.reportLinkMaster span{display:flex;flex-direction:column;gap:3px}.reportLinkMaster b{font-size:11px;color:var(--ds-text)}.reportLinkMaster small{font-size:9.5px;line-height:1.35;color:var(--ds-text-3)}.mulzSwitch{width:42px;height:24px;border:1px solid var(--ds-line);background:var(--ds-surface);border-radius:999px;padding:2px;display:flex;align-items:center;transition:.18s;flex:0 0 auto}.mulzSwitch>span{width:18px;height:18px;border-radius:50%;background:var(--ds-text-3);transition:.18s;box-shadow:0 1px 5px rgba(0,0,0,.14)}.mulzSwitch.active{background:var(--ds-blue);border-color:var(--ds-blue)}.mulzSwitch.active>span{transform:translateX(18px);background:#fff}.reportLinkOptions{margin-top:12px;padding-top:12px;border-top:1px solid var(--ds-line)}.reportLinkPermissions{margin-top:10px}.reportLinkSecurity{margin-top:12px;display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border-radius:12px;background:var(--ds-blue-soft);color:var(--ds-text-2);font-size:9.5px;line-height:1.45}.reportLinkSecurity svg{color:var(--ds-blue);flex:0 0 auto;margin-top:1px}.reportLinkCreated{display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-gap:11px;gap:11px;align-items:center;margin:12px 0;padding:12px 13px;border:1px solid color-mix(in srgb,var(--ds-green) 28%,var(--ds-line));background:color-mix(in srgb,var(--ds-green) 7%,var(--ds-surface));border-radius:15px}.reportLinkCreatedIcon{width:32px;height:32px;border-radius:10px;background:color-mix(in srgb,var(--ds-green) 12%,var(--ds-surface));color:var(--ds-green);display:grid;place-items:center}.reportLinkCreated>div:nth-child(2){display:flex;flex-direction:column;gap:3px;min-width:0}.reportLinkCreated b{font-size:11px}.reportLinkCreated span{font-size:9px;color:var(--ds-text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reportLinkCreated small{font-size:8.5px;color:var(--ds-text-3)}.reportLinkCreatedActions{display:flex;gap:7px}.reportLinkCreatedActions .secondaryBtn{padding:8px 10px;font-size:10px}.reportShareMeta{display:flex!important;align-items:center;gap:4px!important;color:var(--ds-blue)!important}.iconBtn.hasPublicLink{background:var(--ds-blue-soft)!important;color:var(--ds-blue)!important}.reportShareModal{width:min(900px,96vw);max-height:90vh;overflow:auto}.reportShareModal .modalHead p{margin:5px 0 0;color:var(--ds-text-3);font-size:10px}.reportShareFormActions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--ds-line)}.reportRemovePassword{margin-top:9px;display:inline-flex;align-items:center;gap:6px}.reportShareHistory{margin-top:14px;border:1px solid var(--ds-line);border-radius:16px;overflow:hidden;background:var(--ds-surface)}.reportShareHistory .surfaceHeader.compact{padding:13px 14px;border-bottom:1px solid var(--ds-line)}.shareRows{display:flex;flex-direction:column}.shareRow{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;align-items:center;padding:12px 14px;border-top:1px solid var(--ds-line)}.shareRow:first-child{border-top:0}.shareRow.inactive{opacity:.58}.shareRowIcon{width:32px;height:32px;border-radius:10px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.shareRowMain{display:flex;flex-direction:column;gap:3px;min-width:0}.shareRowMain b{font-size:10.5px;color:var(--ds-text)}.shareRowMain span{font-size:9px;color:var(--ds-text-2)}.shareRowMain small{display:flex;align-items:center;gap:4px;font-size:8.5px;color:var(--ds-text-3)}.shareRowFormats{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.shareRowFormats span{padding:4px 6px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:7px;font-size:7.5px;font-weight:800;color:var(--ds-text-3)}.shareRowActions{display:flex;gap:4px}.publicReportPassword{max-width:460px;margin:12vh auto;background:var(--ds-surface);border:1px solid var(--ds-line);border-radius:24px;padding:28px;box-shadow:var(--ds-shadow);display:flex;flex-direction:column;gap:14px;text-align:center}.publicReportPassword>img{margin:0 auto 8px}.publicPasswordIcon{width:44px;height:44px;margin:0 auto;border-radius:14px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.publicReportPassword h1{margin:0;font-size:25px;letter-spacing:-.7px}.publicReportPassword p{margin:0;color:var(--ds-text-2);font-size:11px;line-height:1.55}.publicReportPassword label{text-align:left;display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:650;color:var(--ds-text-2)}.publicReportPassword input{border:1px solid var(--ds-line);background:var(--ds-surface-2);color:var(--ds-text);border-radius:11px;padding:12px 13px;outline:0}.publicReportPassword input:focus{border-color:color-mix(in srgb,var(--ds-blue) 55%,var(--ds-line));box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 10%,transparent)}.publicReportPassword>small{font-size:8.5px;color:var(--ds-text-3)}.publicReportHeroMeta{display:flex;align-items:center;gap:9px}.publicReportHeroMeta small{font-size:9px;color:var(--ds-text-3)}.publicAnalyticsGrid{display:grid;grid-template-columns:1.35fr 1fr;grid-gap:12px;gap:12px;padding:24px 28px 0}.publicAnalyticsCard{border:1px solid var(--ds-line);background:var(--ds-surface);border-radius:16px;padding:15px;min-width:0}.publicAnalyticsCard.wide{grid-row:span 2}.publicAnalyticsTitle{display:flex;align-items:center;gap:9px;margin-bottom:12px}.publicAnalyticsTitle>svg{color:var(--ds-blue);flex:0 0 auto}.publicAnalyticsTitle>div{display:flex;flex-direction:column;gap:2px}.publicAnalyticsTitle b{font-size:11px;color:var(--ds-text)}.publicAnalyticsTitle small{font-size:8.5px;color:var(--ds-text-3)}.publicTimeline{height:190px;display:flex;align-items:flex-end;gap:8px;padding:14px 2px 0}.publicTimeline>div{height:100%;flex:1 1;min-width:12px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px}.publicTimeline i{display:block;width:min(18px,72%);min-height:8px;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,var(--ds-blue-2),var(--ds-blue));opacity:.92}.publicTimeline span{font-size:7.5px;color:var(--ds-text-3);white-space:nowrap}.publicRankList,.publicTopList{display:flex;flex-direction:column}.publicRankList>div{display:grid;grid-template-columns:minmax(90px,1fr) minmax(70px,1.25fr) auto;grid-gap:8px;gap:8px;align-items:center;padding:7px 0;border-top:1px solid var(--ds-line)}.publicRankList>div:first-child,.publicTopList>div:first-child{border-top:0}.publicRankName{display:flex;flex-direction:column;gap:2px;min-width:0}.publicRankName b{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.publicRankName small{font-size:7.5px;color:var(--ds-text-3)}.publicRankBar{height:5px;border-radius:999px;background:var(--ds-surface-2);overflow:hidden}.publicRankBar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--ds-blue),var(--ds-blue-2))}.publicRankList strong{font-size:8.5px}.publicTopGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:12px 28px 0}.publicTopList>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid var(--ds-line)}.publicTopList span{display:flex;flex-direction:column;gap:2px;min-width:0}.publicTopList b{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.publicTopList small{font-size:7.5px;color:var(--ds-text-3)}.publicTopList strong{font-size:8.5px;white-space:nowrap}.publicDetailSection{padding:24px 28px}.publicDetailTable{overflow:auto;border:1px solid var(--ds-line);border-radius:13px}.publicDetailTable table{width:100%;border-collapse:collapse;min-width:760px}.publicDetailTable th{background:var(--ds-surface-2);text-align:left;padding:9px 10px;font-size:7.5px;color:var(--ds-text-3);text-transform:uppercase;letter-spacing:.45px}.publicDetailTable td{padding:9px 10px;border-top:1px solid var(--ds-line);font-size:8.5px;color:var(--ds-text-2)}.publicDetailTable td:first-child{max-width:220px}.publicDetailTable td b,.publicDetailTable td small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.publicDetailTable td b{font-size:9px;color:var(--ds-text)}.publicDetailTable td small{margin-top:2px;font-size:7.5px;color:var(--ds-text-3)}.publicDownloadActions{display:flex!important;align-items:center!important;gap:8px!important;color:inherit!important;font-size:inherit!important}.publicDownloadActions .primaryBtn,.publicDownloadActions .secondaryBtn{font-size:10px;padding:9px 11px}.publicDownloadError{margin:0 28px 12px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--ds-red) 25%,var(--ds-line));background:color-mix(in srgb,var(--ds-red) 7%,var(--ds-surface));color:var(--ds-red);border-radius:11px;font-size:9.5px}html[data-theme=dark] .publicAnalyticsCard,html[data-theme=dark] .publicReportPassword,html[data-theme=dark] .reportShareHistory{background:var(--ds-surface)!important;border-color:var(--ds-line)!important}html[data-theme=dark] .publicReportPassword input,html[data-theme=dark] .reportLinkMaster{background:var(--ds-surface-2)!important;color:var(--ds-text)!important}@media(max-width:900px){.publicAnalyticsGrid,.publicTopGrid{grid-template-columns:1fr}.publicAnalyticsCard.wide{grid-row:auto}.shareRow{grid-template-columns:34px minmax(0,1fr) auto}.shareRowFormats{grid-column:2}.shareRowActions{grid-column:3;grid-row:1/3}}@media(max-width:760px){.reportLinkCreated{grid-template-columns:32px 1fr}.reportLinkCreatedActions{grid-column:1/-1}.reportLinkCreatedActions>*{flex:1 1}.reportShareModal{padding:16px}.shareRow{grid-template-columns:30px minmax(0,1fr)}.shareRowActions,.shareRowFormats{grid-column:2}.shareRowActions{grid-row:auto}.publicAnalyticsGrid,.publicTopGrid{padding-left:18px;padding-right:18px}.publicDetailSection{padding:20px 18px}.publicTimeline{height:155px}.publicDownloadActions{width:100%;display:grid!important;grid-template-columns:1fr 1fr!important}.publicDownloadActions>*{width:100%}.publicReportPassword{margin:8vh 14px;padding:22px}.reportLinkMaster{align-items:flex-start}.reportLinkSecurity{font-size:9px}}.reportLinksPage{width:100%;max-width:1180px;margin:0 auto}.reportLinksPageHead{margin-bottom:18px}.reportLinksPageStack{display:flex;flex-direction:column;gap:16px}.reportLinksCreateCard,.reportLinksHistory{overflow:hidden}.reportLinksCardHead{padding:18px 20px;border-bottom:1px solid var(--ds-line)}.reportLinksCardHead .builderSectionTitle{margin:0}.reportLinksCardHead .builderSectionTitle h3{margin:0;font-size:14px;line-height:1.25;color:var(--ds-text)}.reportLinksCardHead .builderSectionTitle p{margin:4px 0 0;font-size:10px;line-height:1.4;color:var(--ds-text-3)}.reportLinksCardBody{padding:20px}.reportLinksPermissions{margin-top:12px}.reportLinksHistory{margin-top:0}.reportLinksHistory>.surfaceHeader{padding:16px 20px;border-bottom:1px solid var(--ds-line)}@media(max-width:760px){.reportLinksPage{max-width:none}.reportLinksCardBody,.reportLinksCardHead,.reportLinksHistory>.surfaceHeader{padding-left:16px;padding-right:16px}.reportLinksPageStack{gap:12px}.reportLinksPermissions{display:grid;grid-template-columns:1fr}.reportLinksPermissions .reportToggle{width:100%;justify-content:flex-start}}.mulzBrandAsset{display:inline-grid;align-items:center}.mulzBrandAsset>img{grid-area:1/1;width:100%!important;height:auto!important;display:block!important;object-fit:contain!important}.mulzBrandDark,html[data-theme=dark] .mulzBrandLight{display:none!important}html[data-theme=dark] .mulzBrandDark{display:block!important}.loaderBrand .mulzBrandAsset,.loginWordmark .mulzBrandAsset,.sideBrand .mulzBrandAsset{max-width:106px}.loginWordmark.compact .mulzBrandAsset{max-width:96px}.mulzBrandAsset{display:inline-block;line-height:0;flex:0 0 auto;max-width:100%}.mulzBrandAsset>.mulzBrandOriginal{width:100%!important;height:auto!important;display:block!important;object-fit:contain!important;filter:none!important;opacity:1!important}.loaderBrand .mulzBrandAsset,.loginWordmark .mulzBrandAsset,.sideBrand .mulzBrandAsset{max-width:106px!important}.loginWordmark.compact .mulzBrandAsset,.sideBrand .mulzBrandAsset{max-width:96px!important}.main .artistSearch>input:not([type=checkbox]):not([type=radio]),.main .modernSearch>input:not([type=checkbox]):not([type=radio]),.main .search>input:not([type=checkbox]):not([type=radio]),.main .searchInput>input:not([type=checkbox]):not([type=radio]),.main .unifiedSearchField>input:not([type=checkbox]):not([type=radio]){flex:1 1 auto!important;width:100%!important;min-width:0!important;height:42px!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.main .artistSearch>input:focus,.main .inlineInputIcon>input:not([type=checkbox]):not([type=radio]),.main .modernSearch>input:focus,.main .search>input:focus,.main .searchInput>input:focus,.main .unifiedSearchField>input:focus{border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.main .inlineInputIcon>input:not([type=checkbox]):not([type=radio]){flex:1 1 auto!important;width:100%!important;min-width:0!important;height:42px!important;min-height:0!important;margin:0!important;padding:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.main .inlineInputIcon>input:focus{border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.notificationDropdown .notificationItem{border:1px solid transparent!important}.notificationDropdown .notificationItem.type-info{background:color-mix(in srgb,var(--ds-blue) 5%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-blue) 16%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-important{background:color-mix(in srgb,var(--ds-red) 6%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-red) 18%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-warning{background:color-mix(in srgb,var(--ds-amber) 7%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-amber) 20%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-update{background:color-mix(in srgb,var(--ds-green) 6%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-green) 18%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-info.unread{background:color-mix(in srgb,var(--ds-blue) 10%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-blue) 28%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-important.unread{background:color-mix(in srgb,var(--ds-red) 10%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-red) 28%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-warning.unread{background:color-mix(in srgb,var(--ds-amber) 11%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-amber) 30%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-update.unread{background:color-mix(in srgb,var(--ds-green) 10%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-green) 28%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-info>i{background:var(--ds-blue)!important}.notificationDropdown .notificationItem.type-important>i{background:var(--ds-red)!important}.notificationDropdown .notificationItem.type-warning>i{background:var(--ds-amber)!important}.notificationDropdown .notificationItem.type-update>i{background:var(--ds-green)!important}.notificationPreviewCard.type-info{background:color-mix(in srgb,var(--ds-blue) 7%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-blue) 24%,var(--ds-line))}.notificationPreviewCard.type-important{background:color-mix(in srgb,var(--ds-red) 8%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-red) 25%,var(--ds-line))}.notificationPreviewCard.type-warning{background:color-mix(in srgb,var(--ds-amber) 9%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-amber) 28%,var(--ds-line))}.notificationPreviewCard.type-update{background:color-mix(in srgb,var(--ds-green) 8%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-green) 25%,var(--ds-line))}.notificationSender,.systemBannerSender{display:inline-flex!important;align-items:center!important;gap:5px!important;width:max-content!important;color:var(--ds-text-2)!important;font-size:8.5px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;-webkit-line-clamp:unset!important}.notificationSender .verifiedBadge,.systemBannerSender .verifiedBadge{width:13px!important;height:13px!important;min-width:13px!important;font-size:7px!important;flex:0 0 13px!important}.notificationDropdown .notificationItem .notificationSender{margin-top:2px!important}.notificationDropdown .notificationItem .notificationSender>span:first-child{display:inline!important;color:inherit!important;font-size:inherit!important;line-height:inherit!important;overflow:visible!important;-webkit-line-clamp:unset!important}.previewSender{margin-top:2px}.systemBannerSender{margin-top:1px}.reportRecipientBlock{margin-top:16px;padding-top:16px;border-top:1px solid var(--ds-line)}.reportRecipientHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:9px}.reportRecipientHead>div{display:flex;flex-direction:column;gap:4px}.reportRecipientHead b{font-size:11px;color:var(--ds-text)}.reportRecipientHead b span{font-size:8.5px;font-weight:600;color:var(--ds-text-3);margin-left:5px}.reportRecipientHead small{font-size:9.5px;line-height:1.45;color:var(--ds-text-3)}.recipientPicker{position:relative}.recipientSearchResults{z-index:20}.recipientChip{background:color-mix(in srgb,var(--ds-blue) 8%,var(--ds-surface));border-color:color-mix(in srgb,var(--ds-blue) 25%,var(--ds-line))}.partnerReportsSurface,.partnerSettingsSurface{padding:18px;margin-bottom:12px}.partnerSettingsForm{margin-top:12px}.partnerSettingsActions{display:flex;justify-content:flex-end;margin-top:12px}.partnerSettingsActions .primaryBtn{display:inline-flex;align-items:center;gap:7px}.successNotice{border-color:color-mix(in srgb,var(--ds-green) 28%,var(--ds-line))!important;background:color-mix(in srgb,var(--ds-green) 8%,var(--ds-surface))!important;color:var(--ds-green)!important}.partnerUserBlock{border-top:1px solid var(--ds-line)}.partnerUserBlock .simpleRow,.partnerUserBlock:first-child{border-top:0}.partnerUserBlock .simpleRow>div:last-child{display:flex;flex-direction:row;align-items:center;gap:7px}.passwordResetRow{display:grid;grid-template-columns:24px minmax(0,1fr) auto 30px;grid-gap:8px;gap:8px;align-items:center;padding:0 0 12px;color:var(--ds-text-3)}.passwordResetRow input{min-height:38px!important}.passwordResetRow .primaryBtn.compact{min-height:36px;padding:7px 11px}.accessColumnsThree{grid-template-columns:repeat(3,minmax(0,1fr))}.accessColumnsThree>div{min-width:0}.accessColumnsThree .accessRow{min-height:50px}.accessColumnsThree .accessRow small{white-space:normal;line-height:1.35}.partnerReportList{display:flex;flex-direction:column;margin-top:12px}.partnerReportRow{display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;align-items:center;padding:11px 0;border-top:1px solid var(--ds-line);color:var(--ds-text);text-decoration:none}.partnerReportRow:first-child{border-top:0}.partnerReportRow>div{display:flex;flex-direction:column;gap:3px;min-width:0}.partnerReportRow b{font-size:10.5px}.partnerReportRow small{font-size:9px;color:var(--ds-text-3)}.partnerReportRow strong{font-size:10.5px;white-space:nowrap}.partnerReportRow .softIcon{width:34px;height:34px;border-radius:11px}.partnerReportsSurface>.sectionLead{margin:8px 0 0}.importDetailHead h1{max-width:1100px;overflow-wrap:anywhere;line-height:1.08}.reconciliationStack{display:flex;flex-direction:column;gap:12px}.reconciliationStack .reconciliationHero{margin:0}.reconciliationHero{padding:20px!important;display:grid;grid-template-columns:48px minmax(0,1fr) minmax(190px,auto);grid-gap:14px;gap:14px;align-items:center}.reconciliationHero.balanced{border-color:color-mix(in srgb,var(--ds-green) 24%,var(--ds-line));background:linear-gradient(145deg,color-mix(in srgb,var(--ds-green) 5%,var(--ds-surface)),var(--ds-surface))}.reconciliationHero.mismatch{border-color:color-mix(in srgb,var(--ds-amber) 30%,var(--ds-line));background:linear-gradient(145deg,color-mix(in srgb,var(--ds-amber) 6%,var(--ds-surface)),var(--ds-surface))}.reconciliationHero.balanced .reconcileMark{background:color-mix(in srgb,var(--ds-green) 12%,var(--ds-surface));color:var(--ds-green)}.reconciliationHero.mismatch .reconcileMark{background:color-mix(in srgb,var(--ds-amber) 13%,var(--ds-surface));color:var(--ds-amber)}.reconcileCopy h2{margin:3px 0 5px;font-size:19px;color:var(--ds-text)}.reconcileCopy p{margin:0;font-size:10.5px;line-height:1.5;color:var(--ds-text-3)}.reconcileAmount{display:flex;flex-direction:column;align-items:flex-end;gap:5px;text-align:right}.reconcileAmount span{font-size:9px;color:var(--ds-text-3)}.reconcileAmount b{font-size:18px;color:var(--ds-text);letter-spacing:-.02em}.reconciliationMetrics{margin:0!important}.reconciliationRowMetrics{grid-template-columns:repeat(4,minmax(0,1fr))}.reconciliationCatalogMetrics{grid-template-columns:repeat(3,minmax(0,1fr))}.reconciliationMetric{min-height:72px;justify-content:center;padding:13px 15px!important}.reconciliationMetric b{font-size:16px;color:var(--ds-text)}.reconciliationMoneySurface{padding:18px!important}.currencyReconciliationList{display:flex;flex-direction:column;gap:10px;margin-top:12px}.currencyReconciliation{border:1px solid var(--ds-line);border-radius:16px;background:var(--ds-surface-2);padding:14px}.currencyReconciliation.ok{border-color:color-mix(in srgb,var(--ds-green) 18%,var(--ds-line))}.currencyReconciliation.bad{border-color:color-mix(in srgb,var(--ds-red) 25%,var(--ds-line))}.currencyReconHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--ds-line)}.currencyReconHead b{font-size:13px}.currencyReconHead span{font-size:9px;color:var(--ds-green);font-weight:700}.currencyReconciliation.bad .currencyReconHead span{color:var(--ds-red)}.currencyReconGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:10px}.currencyMoneyMetric{min-width:0;padding:10px;border:1px solid var(--ds-line);border-radius:12px;background:var(--ds-surface);display:flex;flex-direction:column;gap:4px}.currencyMoneyMetric span{font-size:8.5px;color:var(--ds-text-3)}.currencyMoneyMetric b{font-size:11.5px;color:var(--ds-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.currencyMoneyMetric small{font-size:8px;line-height:1.35;color:var(--ds-text-3)}.currencyMoneyMetric.strong{border-color:color-mix(in srgb,var(--ds-red) 30%,var(--ds-line));background:color-mix(in srgb,var(--ds-red) 7%,var(--ds-surface))}.currencyMoneyMetric.strong b{color:var(--ds-red)}.reconciliationFormula{margin-top:10px;font-size:8.5px;color:var(--ds-text-3)}.reconciliationUnknown{margin:12px 0 0!important;display:flex;align-items:center;gap:8px}.reconciliationAttention{padding:18px!important}.attentionRow.severity-info .attentionIcon{background:var(--ds-blue-soft);color:var(--ds-blue)}.attentionRow.severity-danger .attentionIcon{background:color-mix(in srgb,var(--ds-red) 12%,var(--ds-surface));color:var(--ds-red)}.importProcessingHero{margin-bottom:12px}@media(max-width:1100px){.accessColumnsThree{grid-template-columns:1fr 1fr}.currencyReconGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.reconciliationRowMetrics{grid-template-columns:1fr 1fr}}@media(max-width:760px){.accessColumnsThree,.currencyReconGrid,.reconciliationCatalogMetrics,.reconciliationRowMetrics{grid-template-columns:1fr!important}.reconciliationHero{grid-template-columns:42px minmax(0,1fr)}.reconcileAmount{grid-column:1/-1;align-items:flex-start;text-align:left;padding-top:10px;border-top:1px solid var(--ds-line)}.passwordResetRow{grid-template-columns:22px minmax(0,1fr) 30px}.passwordResetRow .primaryBtn{grid-column:2/3;width:100%}.partnerReportRow{grid-template-columns:34px minmax(0,1fr)}.partnerReportRow>.status,.partnerReportRow>strong{grid-column:2}.partnerSettingsActions .primaryBtn{width:100%;justify-content:center}}.notificationDropdown .notificationItem.type-success{border-color:color-mix(in srgb,var(--ds-green) 20%,var(--ds-line))!important;background:color-mix(in srgb,var(--ds-green) 5%,var(--ds-surface))!important}.notificationDropdown .notificationItem.type-error{border-color:color-mix(in srgb,var(--ds-red) 22%,var(--ds-line))!important;background:color-mix(in srgb,var(--ds-red) 5%,var(--ds-surface))!important}.notificationDropdown .notificationItem.type-success>i{background:var(--ds-green)!important}.notificationDropdown .notificationItem.type-error>i{background:var(--ds-red)!important}:root{--ui-control-h:44px;--ui-control-r:14px;--ui-section-gap:16px;--ui-card-pad:20px;--ui-sidebar-w:228px}.navSvgMask{display:block;width:21px;height:21px;background:currentColor;-webkit-mask-image:var(--nav-icon);mask-image:var(--nav-icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.sidebar nav a .navIcon{color:var(--ds-text-2)}.sidebar nav a:hover .navIcon{color:var(--ds-text)}.sidebar nav a.active .navIcon{color:var(--ds-blue)}.sidebarPulse{margin-top:auto;margin-bottom:6px;display:flex;flex-direction:column;gap:7px;padding:13px;border:1px solid var(--ds-line);border-radius:16px;background:linear-gradient(145deg,var(--ds-surface-2),var(--ds-surface));color:var(--ds-text);min-height:156px;box-shadow:0 8px 24px rgba(25,39,61,.045);overflow:hidden}.sidebarPulse:hover{border-color:color-mix(in srgb,var(--ds-blue) 26%,var(--ds-line));background:linear-gradient(145deg,var(--ds-blue-soft),var(--ds-surface))}.sidebarPulseHead{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--ds-text-3)}.sidebarPulseHead>span{font-size:9px;font-weight:700}.sidebarPulseHead svg{color:var(--ds-blue)}.sidebarPulse>b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebarPulse>strong{font-family:Mulz Geometria,Mulz Formular,sans-serif;font-size:20px;line-height:1;color:var(--ds-green);letter-spacing:-.035em}.sidebarPulse.down>strong{color:var(--ds-red)}.sidebarPulse>small{font-size:9px;line-height:1.42;color:var(--ds-text-3);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sidebarPulseLink{margin-top:auto;display:flex;align-items:center;gap:4px;font-size:9px;font-weight:700;color:var(--ds-blue)}.verifiedBadge.admin{width:15px!important;height:15px!important;min-width:15px!important;flex:0 0 15px!important;background:var(--ds-red)!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--ds-red) 10%,transparent)!important;vertical-align:middle!important;transform:none!important}.verifiedBadge.admin svg{display:block!important;width:9px!important;height:9px!important;stroke:#fff!important;color:#fff!important;margin:0!important}.notificationSender,.profileDropdownHead b,.systemBannerSender,.topProfileText b{align-items:center!important}.notificationSender .verifiedBadge.admin,.systemBannerSender .verifiedBadge.admin{width:15px!important;height:15px!important;min-width:15px!important;flex-basis:15px!important}.notificationDropdown .notificationList{display:flex!important;flex-direction:column!important;gap:8px!important;padding:8px!important}.notificationDropdown .notificationItem{flex:0 0 auto!important;border:1px solid var(--ds-line)!important;border-radius:14px!important;padding:11px 12px!important;min-height:84px!important;align-items:flex-start!important}.notificationDropdown .notificationItem.type-info{background:color-mix(in srgb,var(--ds-blue) 7%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-blue) 28%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-important{background:color-mix(in srgb,var(--ds-red) 8%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-red) 28%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-warning{background:color-mix(in srgb,var(--ds-amber) 9%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-amber) 31%,var(--ds-line))!important}.notificationDropdown .notificationItem.type-update{background:color-mix(in srgb,var(--ds-green) 8%,var(--ds-surface))!important;border-color:color-mix(in srgb,var(--ds-green) 27%,var(--ds-line))!important}.fieldLabelLine{display:flex;align-items:baseline;gap:5px;min-height:15px}.fieldLabelLine em{font-style:normal;font-size:9px;font-weight:600;color:var(--ds-text-3)}.notificationFormBlock .formGrid>label{align-self:start}.notificationFormBlock .formGrid>label>.unifiedSearchField,.notificationFormBlock .formGrid>label>input{margin-top:0}.smartPicker,.smartPickerLabel{position:relative;min-width:0}.smartPicker{width:100%}.smartPickerControl{width:100%;height:var(--ui-control-h);border:1px solid var(--ds-line);background:var(--ds-surface-2);color:var(--ds-text);border-radius:var(--ui-control-r);padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;box-shadow:none}.smartPickerControl:hover{border-color:color-mix(in srgb,var(--ds-blue) 28%,var(--ds-line));background:var(--ds-surface)}.smartPicker.open .smartPickerControl{border-color:color-mix(in srgb,var(--ds-blue) 58%,var(--ds-line));box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 10%,transparent);background:var(--ds-surface)}.smartPickerControl>span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.smartPickerControl .placeholder{color:var(--ds-text-3)}.smartPickerControl svg{flex:0 0 auto;color:var(--ds-text-3)}.smartPicker.disabled{opacity:.58}.smartPickerMenu{position:absolute;z-index:80;left:0;right:0;top:calc(100% + 7px);padding:7px;background:var(--ds-surface);border:1px solid var(--ds-line);border-radius:16px;box-shadow:0 20px 54px rgba(25,39,61,.16)}.smartPickerSearch{height:42px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--ds-line);border-radius:12px;background:var(--ds-surface-2);color:var(--ds-text-3)}.smartPickerSearch:focus-within{border-color:color-mix(in srgb,var(--ds-blue) 55%,var(--ds-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-blue) 8%,transparent);background:var(--ds-surface)}.smartPickerSearch input{height:40px!important;min-height:40px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}.smartPickerSearch button{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:var(--ds-text-3);display:grid;place-items:center}.smartPickerSearch button:hover{background:var(--ds-surface);color:var(--ds-text)}.smartPickerResults{display:flex;flex-direction:column;gap:3px;max-height:300px;overflow:auto;margin-top:6px}.smartPickerResults>button{width:100%;min-height:42px;border:0;background:transparent;color:var(--ds-text);border-radius:11px;padding:8px 9px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.smartPickerResults>button:hover{background:var(--ds-surface-2)}.smartPickerResults>button.selected{background:var(--ds-blue-soft);color:var(--ds-blue)}.smartPickerResults>button>span{display:flex;flex-direction:column;gap:2px;min-width:0}.smartPickerResults b{font-size:11px}.smartPickerResults b,.smartPickerResults small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smartPickerResults small{font-size:9px;color:var(--ds-text-3)}.smartPickerEmpty{padding:18px 10px;text-align:center;font-size:10px;color:var(--ds-text-3)}.catalogAccessSurface,.notesSurface,.partnerDetailGrid,.partnerReportsSurface,.partnerSettingsSurface{margin-bottom:var(--ui-section-gap)!important}.partnerReportsSurface+.notesSurface{margin-top:0!important}.catalogAccessSurface .surfaceHeader{align-items:center;gap:16px}.catalogAccessSurface .unifiedSearchField{flex:0 1 320px;max-width:320px}.importDetailHead{align-items:center!important}.importDetailHead .importFileTitle{font-size:26px!important;line-height:1.12!important;letter-spacing:-.035em!important;max-width:min(1080px,78vw)!important;margin-top:6px!important}.reconciliationHero.warning{border-color:color-mix(in srgb,var(--ds-amber) 30%,var(--ds-line));background:linear-gradient(145deg,color-mix(in srgb,var(--ds-amber) 7%,var(--ds-surface)),var(--ds-surface))}.reconciliationHero.warning .reconcileMark{background:color-mix(in srgb,var(--ds-amber) 14%,var(--ds-surface));color:var(--ds-amber)}.reconcileMark{width:48px;height:48px;border-radius:15px;display:grid;place-items:center}.reconcileCopy{min-width:0}.reconcileCopy .pageKicker{display:block;margin-bottom:5px}.reconcileCopy h2{line-height:1.16!important}.reconcileAmount{min-width:190px}.reconcileAmount span{max-width:190px;line-height:1.3}.reconcileAmount b{white-space:normal!important;overflow-wrap:anywhere}.reconciliationUnknownPanel{margin-top:12px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--ds-red) 26%,var(--ds-line));border-radius:14px;background:color-mix(in srgb,var(--ds-red) 6%,var(--ds-surface));display:flex;align-items:center;justify-content:space-between;gap:14px}.reconciliationUnknownPanel>div:first-child{display:flex;align-items:flex-start;gap:10px;min-width:0;color:var(--ds-red)}.reconciliationUnknownPanel>div:first-child>span{display:flex;flex-direction:column;gap:3px;min-width:0}.reconciliationUnknownPanel b{font-size:11px}.reconciliationUnknownPanel small{font-size:9.5px;line-height:1.45;color:var(--ds-text-3)}.reconciliationUnknownActions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.importErrorPreview{margin-top:10px;padding:8px 12px;border:1px solid var(--ds-line);border-radius:14px;background:var(--ds-surface-2)}.importErrorPreview>div{display:grid;grid-template-columns:100px minmax(0,1fr);grid-gap:10px;gap:10px;padding:9px 0;border-top:1px solid var(--ds-line)}.importErrorPreview>div:first-child{border-top:0}.importErrorPreview b{font-size:10px;color:var(--ds-text)}.importErrorPreview span,.importErrorPreview>small{font-size:9.5px;line-height:1.45;color:var(--ds-text-3)}.reconciliationAttention .sectionTitle{margin-bottom:12px}.attentionList{gap:9px!important}.attentionList>*+*{border-top:0!important}.attentionRow{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:11px;gap:11px;align-items:center;padding:10px 12px;border:1px solid var(--ds-line);border-radius:14px;background:var(--ds-surface-2)}.attentionIcon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center}.attentionRow>div{display:flex;flex-direction:column;gap:3px;min-width:0}.attentionRow b{font-size:11.5px}.attentionRow small{font-size:9.5px;line-height:1.4;color:var(--ds-text-3)}.attentionRow small strong{color:var(--ds-text-2);font-weight:700}.attentionRow.severity-warning{border-color:color-mix(in srgb,var(--ds-amber) 24%,var(--ds-line));background:color-mix(in srgb,var(--ds-amber) 5%,var(--ds-surface))}.attentionRow.severity-warning .attentionIcon{background:color-mix(in srgb,var(--ds-amber) 13%,var(--ds-surface));color:var(--ds-amber)}.attentionRow.severity-danger{border-color:color-mix(in srgb,var(--ds-red) 25%,var(--ds-line));background:color-mix(in srgb,var(--ds-red) 5%,var(--ds-surface))}.currencyMoneyMetric b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.reconciliationFormula{line-height:1.45}.sourceRows{overflow:hidden!important}.sourceRows .surfaceHeader{margin:0!important;padding:18px 20px!important;border-bottom:1px solid var(--ds-line);display:flex;align-items:center;justify-content:space-between;gap:18px}.sourceRows .surfaceHeader>div{min-width:0}.sourceRows .surfaceHeader h3{font-size:15px!important;margin:3px 0 4px!important}.sourceRows .surfaceHeader p{margin:0!important;font-size:10px!important;line-height:1.4}.sourceRowsSearch{flex:0 1 360px!important;width:min(360px,100%)!important;min-width:240px!important}.sourceRowsSearch input{font-size:11px!important}.sourceRowsEmpty{padding:18px!important;border-top:1px solid var(--ds-line)}.paymentCalendarWidget .calendarList{gap:7px}.paymentCalendarWidget .calendarList>a{border:1px solid var(--ds-line)!important;border-radius:13px;padding:10px 11px!important;background:var(--ds-surface-2);min-height:54px}.paymentCalendarWidget .calendarList>a:first-child{border-top:1px solid var(--ds-line)!important}.paymentCalendarWidget .calendarList>a:hover{background:var(--ds-surface)}.paymentCalendarWidget .calendarList>a.overdue{border-color:color-mix(in srgb,var(--ds-red) 25%,var(--ds-line))!important;background:color-mix(in srgb,var(--ds-red) 5%,var(--ds-surface))}.paymentCalendarWidget .calendarList>a.overdue small span{color:var(--ds-red);font-weight:700}.calendarEmptyState{min-height:104px;display:flex;align-items:center;gap:12px;padding:14px;border:1px dashed var(--ds-line);border-radius:14px;background:var(--ds-surface-2);color:var(--ds-text-3)}.calendarEmptyState>svg{width:36px;height:36px;padding:9px;border-radius:11px;background:var(--ds-blue-soft);color:var(--ds-blue);flex:0 0 36px}.calendarEmptyState>div{display:flex;flex-direction:column;gap:4px}.calendarEmptyState b{font-size:11px;color:var(--ds-text-2)}.calendarEmptyState small{font-size:9.5px;line-height:1.4;color:var(--ds-text-3)}.dashboardInsightList{display:flex;flex-direction:column;gap:7px}.dashboardInsightRow{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;min-height:58px;padding:9px 10px;border:1px solid var(--ds-line);border-radius:13px;background:var(--ds-surface-2)}.dashboardInsightRow:hover{background:var(--ds-surface);border-color:color-mix(in srgb,var(--ds-blue) 23%,var(--ds-line))}.dashboardInsightSignal{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--ds-blue-soft);color:var(--ds-blue)}.dashboardInsightRow.signal-growth .dashboardInsightSignal{background:color-mix(in srgb,var(--ds-green) 11%,var(--ds-surface));color:var(--ds-green)}.dashboardInsightRow.signal-decline .dashboardInsightSignal{background:color-mix(in srgb,var(--ds-red) 11%,var(--ds-surface));color:var(--ds-red)}.dashboardInsightRow>div{display:flex;flex-direction:column;gap:3px;min-width:0}.dashboardInsightRow b{font-size:11px}.dashboardInsightRow small{font-size:9px;color:var(--ds-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboardInsightRow>strong{font-size:11px;white-space:nowrap}.dashboardInsightRow.signal-growth>strong{color:var(--ds-green)}.dashboardInsightRow.signal-decline>strong{color:var(--ds-red)}.platformLogo{width:34px;height:34px;border-radius:11px;background:transparent;border:0;display:grid;place-items:center;overflow:hidden;flex:0 0 34px}.platformLogo.official img{display:block;width:24px;height:24px;object-fit:contain;max-width:24px;max-height:24px}.platformLogo.fallback{color:var(--ds-blue);font-size:9.5px;font-weight:800}.platformLogo.fallback>span{max-width:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.insightsPage{display:flex;flex-direction:column;gap:0}.insightIntro{padding:16px 18px!important;display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;margin-bottom:var(--ui-section-gap)}.insightIntroIcon{width:40px;height:40px;border-radius:13px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.insightIntro b{font-size:11.5px}.insightIntro p{margin:4px 0 0;font-size:9.5px;line-height:1.5;color:var(--ds-text-3)}.insightCardGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--ui-section-gap);gap:var(--ui-section-gap)}.artistInsightCard{padding:18px!important;min-width:0}.artistInsightHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--ds-line)}.artistInsightHead h3{font-size:16px!important;margin:4px 0 0!important}.insightDelta{display:inline-flex;align-items:center;gap:4px;padding:7px 9px;border-radius:10px;background:var(--ds-surface-2);color:var(--ds-text-2);font-size:10px;font-weight:750;white-space:nowrap}.insightDelta.up{background:color-mix(in srgb,var(--ds-green) 10%,var(--ds-surface));color:var(--ds-green)}.insightDelta.down{background:color-mix(in srgb,var(--ds-red) 10%,var(--ds-surface));color:var(--ds-red)}.insightStats{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:12px}.insightStats>div{padding:10px 11px;border:1px solid var(--ds-line);border-radius:12px;background:var(--ds-surface-2);display:flex;flex-direction:column;gap:4px}.insightForecast small,.insightForecast span,.insightOpportunity small,.insightStats span{font-size:8.8px;color:var(--ds-text-3)}.insightStats b{font-size:12px}.insightOpportunity{margin-top:10px;display:grid;grid-template-columns:36px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;padding:10px;border:1px solid var(--ds-line);border-radius:13px;background:var(--ds-surface-2)}.insightOpportunity .softIcon{width:34px;height:34px;border-radius:11px;background:var(--ds-blue-soft);color:var(--ds-blue);display:grid;place-items:center}.insightOpportunity>div{display:flex;flex-direction:column;gap:2px;min-width:0}.insightOpportunity b{font-size:11px}.insightOpportunity>div>span{font-size:9px;color:var(--ds-green)}.insightRecommendation{margin:10px 0 0;padding:0 1px;font-size:10px;line-height:1.52;color:var(--ds-text-2)}.insightForecast{margin-top:10px;padding:11px;border:1px solid var(--ds-line);border-radius:13px;background:linear-gradient(145deg,var(--ds-blue-soft),var(--ds-surface));display:flex;flex-direction:column;gap:4px}.insightForecast b{font-size:13px}.insightMore{margin-top:12px;display:inline-flex;align-items:center;gap:4px;color:var(--ds-blue);font-size:10px;font-weight:700}.artistInsightSummary{margin-bottom:var(--ui-section-gap);padding:18px!important}.artistInsightSummaryGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:9px;gap:9px;margin-top:12px}.artistInsightSummaryGrid>div{padding:11px;border:1px solid var(--ds-line);border-radius:13px;background:var(--ds-surface-2);display:flex;flex-direction:column;gap:4px}.artistInsightSummaryGrid span{font-size:9px;color:var(--ds-text-3)}.artistInsightSummaryGrid b{font-size:12px}.artistInsightSummary .inlineLink{margin-top:12px;display:inline-flex}.reconciliationStack>.surface+.surface,.workflowMain>.surface+.surface{margin-top:0!important}@media(max-width:1100px){.insightCardGrid{grid-template-columns:1fr}.artistInsightSummaryGrid{grid-template-columns:1fr 1fr}.sourceRows .surfaceHeader{align-items:stretch;flex-direction:column}.sourceRowsSearch{max-width:none!important;width:100%!important;min-width:0!important}.reconciliationUnknownPanel{align-items:flex-start;flex-direction:column}.reconciliationUnknownActions{width:100%;flex-wrap:wrap}}@media(max-width:760px){.sidebarPulse{display:none}.importDetailHead .importFileTitle{font-size:22px!important;max-width:100%!important}.reconciliationUnknownActions>*{flex:1 1}.artistInsightSummaryGrid,.insightStats{grid-template-columns:1fr}.smartPickerMenu{position:fixed;left:12px;right:12px;top:auto;bottom:84px;max-height:60vh}.smartPickerResults{max-height:calc(60vh - 70px)}.platformLogo{width:32px;height:32px;flex-basis:32px}.platformLogo.official img{width:22px;height:22px}}.insightOpportunity>.platformLogo{align-self:center}.artistInsightPlatform{display:flex;align-items:center;gap:8px;min-width:0}.artistInsightPlatform>.platformLogo{width:28px;height:28px;flex-basis:28px;border-radius:9px}.artistInsightPlatform>.platformLogo.official img{width:20px;height:20px;max-width:20px;max-height:20px}.artistInsightPlatform>b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platformDetailRow>span:first-child{display:flex;align-items:center;gap:9px;min-width:0}.platformDetailRow .platformLogo{width:28px;height:28px;flex-basis:28px;border-radius:9px}.platformDetailRow .platformLogo.official img{width:20px;height:20px;max-width:20px;max-height:20px}.platformDetailRow>span:first-child>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platformLogo.compact{width:22px!important;height:22px!important;flex:0 0 22px!important;border-radius:7px!important}.platformLogo.compact.official img{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important}.platformLogo.compact.fallback{font-size:8px!important}.platformNameInline,.platformTraceIdentity,.publicRankName.withPlatformLogo,.reportPlatformChip{display:flex!important;align-items:center!important;gap:8px!important;min-width:0}.platformNameInline>span,.platformTraceIdentity>span,.publicRankName.withPlatformLogo>span,.reportPlatformChip>span{min-width:0}.platformNameInline>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platformTraceIdentity>span,.publicRankName.withPlatformLogo>span{display:flex;flex-direction:column;min-width:0}.reportPlatformChip{padding-left:7px!important}.workflowSection{position:relative;overflow:visible!important}.workflowSection:has(.mulzDatePicker.open),.workflowSection:has(.smartPicker.open){z-index:160}.smartPickerMenu{z-index:220!important;padding:0!important;overflow:hidden!important;border-radius:var(--ui-control-r)!important}.smartPickerSearch{height:46px!important;min-height:46px!important;display:flex!important;align-items:center!important;gap:9px!important;padding:0 12px!important;border:0!important;border-bottom:1px solid var(--ds-line)!important;border-radius:0!important;background:var(--ds-surface)!important;box-shadow:none!important}.smartPickerSearch:focus-within{border-color:var(--ds-line)!important;box-shadow:none!important;background:var(--ds-surface)!important}.smartPickerSearch .smartPickerSearchInput{display:block!important;width:100%!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;color:var(--ds-text)!important;font-size:12px!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.smartPickerSearch .smartPickerSearchInput:focus{border:0!important;outline:0!important;box-shadow:none!important}.smartPickerResults{margin-top:0!important;padding:6px!important;max-height:286px!important}.smartPickerResults>button{min-height:44px!important;border-radius:11px!important}.smartPicker.open .smartPickerControl{position:relative;z-index:1}.mulzDateLabel{position:relative;display:flex;flex-direction:column;gap:7px;min-width:0;color:var(--ds-text-2);font-size:12px;font-weight:600}.mulzDatePicker{position:relative;min-width:0;width:100%}.mulzDateControl{width:100%;height:var(--ui-control-h);border:1px solid var(--ds-line);background:var(--ds-surface-2);color:var(--ds-text);border-radius:var(--ui-control-r);padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;box-shadow:none}.mulzDateControl:hover{border-color:color-mix(in srgb,var(--ds-blue) 28%,var(--ds-line));background:var(--ds-surface)}.mulzDatePicker.open .mulzDateControl{border-color:color-mix(in srgb,var(--ds-blue) 58%,var(--ds-line));box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 10%,transparent);background:var(--ds-surface)}.mulzDateControl>span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mulzDateControl .placeholder,.mulzDateControl svg{color:var(--ds-text-3)}.mulzDateControl svg{flex:0 0 auto}.mulzDatePicker.disabled{opacity:.58}.mulzCalendarPopover{position:absolute;z-index:230;left:0;top:calc(100% + 7px);width:292px;padding:10px;background:var(--ds-surface);border:1px solid var(--ds-line);border-radius:16px;box-shadow:0 20px 54px rgba(25,39,61,.16)}.mulzCalendarHead{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;grid-gap:5px;gap:5px;margin-bottom:8px}.mulzCalendarHead b{text-align:center;font-size:11px;color:var(--ds-text)}.mulzCalendarHead button{width:32px;height:32px;border:0;border-radius:9px;background:transparent;color:var(--ds-text-2);display:grid;place-items:center}.mulzCalendarHead button:hover{background:var(--ds-surface-2);color:var(--ds-text)}.mulzCalendarGrid,.mulzCalendarWeek{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:3px;gap:3px}.mulzCalendarWeek{margin-bottom:4px}.mulzCalendarWeek span{height:24px;display:grid;place-items:center;font-size:8px;font-weight:700;color:var(--ds-text-3)}.mulzCalendarGrid button,.mulzCalendarGrid>span{height:32px;min-width:0}.mulzCalendarGrid button{border:0;border-radius:9px;background:transparent;color:var(--ds-text);font-size:10px;font-weight:600}.mulzCalendarGrid button:hover{background:var(--ds-blue-soft);color:var(--ds-blue)}.mulzCalendarGrid button.selected{background:var(--ds-blue);color:#fff}.mulzCalendarGrid button:disabled{opacity:.3;cursor:default;background:transparent;color:var(--ds-text-3)}.mulzCalendarFooter{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid var(--ds-line)}.mulzCalendarFooter button{border:0;background:transparent;color:var(--ds-blue);font-size:9px;font-weight:700;padding:7px 8px;border-radius:8px}.mulzCalendarFooter button:hover{background:var(--ds-blue-soft)}.mulzCalendarFooter button.clear{display:flex;align-items:center;gap:4px;color:var(--ds-text-3)}.singleCalendarRange .mulzDateLabel{min-width:180px}.singleCalendarRange .mulzDateControl{background:transparent;border:0;height:38px;padding:0 4px}.singleCalendarRange .mulzDatePicker.open .mulzDateControl{box-shadow:none}.dateFilter .mulzDatePicker{width:150px}.dateFilter .mulzDateControl{border:0;background:transparent;height:34px;padding:0 4px}.dateFilter .mulzDatePicker.open .mulzDateControl{box-shadow:none}.dateFilter>.mulzDatePicker+.rangeDash,.dateFilter>.mulzDatePicker+span{color:var(--ds-text-3)}.verifiedBadgeAsset{width:15px;height:15px;min-width:15px;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:0;flex:0 0 15px}.verifiedBadgeAsset img{display:block;width:100%;height:100%;object-fit:contain}.notificationSender .verifiedBadgeAsset,.systemBannerSender .verifiedBadgeAsset{width:13px;height:13px;min-width:13px;flex-basis:13px}@media(max-width:760px){.mulzCalendarPopover{position:fixed;left:12px;right:12px;top:auto;bottom:84px;width:auto;max-width:none}.singleCalendarRange .mulzDateLabel{min-width:0}}.providerRecognition{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;margin-bottom:10px;border:1px solid var(--ds-line);border-radius:16px;background:var(--ds-surface-2)}.providerRecognitionMain{display:flex;flex-direction:column;gap:3px;min-width:0}.providerRecognitionMain>b{font-size:13px;color:var(--ds-text)}.providerRecognitionMain>small{font-size:10px;line-height:1.5;color:var(--ds-text-3);max-width:680px}.providerConfidence{flex:0 0 auto;min-width:58px;height:30px;padding:0 10px;border-radius:10px;background:var(--ds-blue-soft);color:var(--ds-blue);font-size:10px;font-weight:750;display:grid;place-items:center}.providerRecognition.unknown .providerConfidence{background:color-mix(in srgb,var(--ds-amber) 12%,var(--ds-surface));color:var(--ds-amber)}.providerRecognition.review .providerConfidence{background:color-mix(in srgb,var(--ds-amber) 10%,var(--ds-surface));color:var(--ds-amber)}@media(max-width:700px){.providerRecognition{align-items:flex-start}.providerRecognitionMain>small{max-width:none}.providerConfidence{min-width:54px}}.optionalInline{font-size:10px;font-weight:500;color:var(--ds-text-3)}.publicationTextarea{min-height:190px!important;resize:vertical}.notificationPublicationGrid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);grid-gap:14px;gap:14px;margin-top:14px}.notificationImageField,.notificationLinksField{min-width:0;display:flex;flex-direction:column;gap:7px}.notificationImageDrop{min-height:142px!important;border:1px dashed var(--ds-line)!important;border-radius:16px!important;background:var(--ds-surface-2)!important;padding:18px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;color:var(--ds-text-2)!important;text-align:center!important;cursor:pointer}.notificationImageDrop:hover{border-color:color-mix(in srgb,var(--ds-blue) 42%,var(--ds-line))!important;background:var(--ds-blue-soft)!important}.notificationImageDrop svg{color:var(--ds-blue)}.notificationImageDrop b{font-size:11px}.notificationImageDrop small{font-size:9px;color:var(--ds-text-3)}.notificationImageDrop input{display:none!important}.notificationImagePreview{height:142px;border:1px solid var(--ds-line);border-radius:16px;overflow:hidden;position:relative;background:var(--ds-surface-2)}.notificationImagePreview img{width:100%;height:100%;object-fit:cover;display:block}.notificationImagePreview button{position:absolute;right:8px;top:8px;background:rgba(255,255,255,.94)!important}.notificationLinksHead{min-height:25px;display:flex;align-items:center;justify-content:space-between;gap:8px}.notificationLinksHead>button{border:0;background:transparent;color:var(--ds-blue);font-size:9px;font-weight:750;display:flex;align-items:center;gap:4px;padding:5px 3px}.notificationLinkRow{display:grid;grid-template-columns:18px minmax(90px,.6fr) minmax(130px,1.4fr) 28px;align-items:center;grid-gap:7px;gap:7px;border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:14px;padding:7px 8px;color:var(--ds-text-3)}.notificationLinkRow input{height:34px!important;min-height:34px!important;border:0!important;background:transparent!important;border-radius:0!important;padding:0 5px!important;box-shadow:none!important}.notificationLinkRow input+input{border-left:1px solid var(--ds-line)!important;padding-left:10px!important}.notificationLinkRow>button{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:var(--ds-text-3);display:grid;place-items:center}.notificationLinkRow>button:hover{background:var(--ds-surface);color:var(--ds-red)}.notificationLinksEmpty{min-height:68px;border:1px dashed var(--ds-line);border-radius:14px;display:flex;align-items:center;padding:13px;font-size:9.5px;line-height:1.5;color:var(--ds-text-3);background:var(--ds-surface-2)}.notificationPreviewThumb{grid-column:1/-1;width:100%;height:110px;object-fit:cover;border-radius:12px;margin-bottom:4px}.notificationInbox{display:flex;flex-direction:column;gap:14px}.notificationInboxCard{position:relative!important;display:grid!important;grid-template-columns:5px minmax(0,1fr)!important;grid-gap:14px!important;gap:14px!important;padding:18px 20px!important;text-decoration:none!important;color:var(--ds-text)!important}.notificationInboxCard>i{width:5px;height:100%;min-height:74px;border-radius:999px;background:var(--ds-blue)}.notificationInboxCard.type-error>i,.notificationInboxCard.type-important>i{background:var(--ds-red)}.notificationInboxCard.type-warning>i{background:var(--ds-amber)}.notificationInboxCard.type-success>i,.notificationInboxCard.type-update>i{background:var(--ds-green)}.notificationInboxCard:not(.unread){opacity:.78}.notificationInboxMain{min-width:0}.notificationInboxTitle{display:flex;align-items:center;justify-content:space-between;gap:10px}.notificationInboxTitle>b{font-size:14px}.notificationInboxTitle>span{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--ds-blue);background:var(--ds-blue-soft);padding:5px 7px;border-radius:8px}.notificationInboxMain>p{margin:6px 0 12px;font-size:11px;line-height:1.55;color:var(--ds-text-2)}.notificationInboxMeta{display:flex;align-items:center;justify-content:space-between;gap:10px}.notificationInboxMeta>span{display:flex;align-items:center;gap:5px;font-size:9.5px;font-weight:700;color:var(--ds-text-2)}.notificationInboxMeta>small{font-size:9px;color:var(--ds-text-3)}.notificationPublicationPage{max-width:900px;margin:0 auto}.notificationPublicationHead{align-items:flex-end}.notificationPublicationByline{display:flex;align-items:center;gap:12px;margin-top:10px}.notificationPublicationByline>span{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:var(--ds-text-2)}.notificationPublicationByline>small{font-size:9.5px;color:var(--ds-text-3)}.publicationTypeMark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--ds-blue-soft);color:var(--ds-blue)}.publicationTypeMark.type-error,.publicationTypeMark.type-important{background:color-mix(in srgb,var(--ds-red) 10%,var(--ds-surface));color:var(--ds-red)}.publicationTypeMark.type-warning{background:color-mix(in srgb,var(--ds-amber) 11%,var(--ds-surface));color:var(--ds-amber)}.publicationTypeMark.type-success,.publicationTypeMark.type-update{background:color-mix(in srgb,var(--ds-green) 10%,var(--ds-surface));color:var(--ds-green)}.notificationPublicationArticle{padding:20px!important;overflow:hidden}.notificationPublicationImage{width:100%;max-height:440px;border-radius:16px;overflow:hidden;background:var(--ds-surface-2);margin-bottom:22px}.notificationPublicationImage img{display:block;width:100%;max-height:440px;object-fit:cover}.notificationPublicationText{white-space:pre-wrap;font-size:13px;line-height:1.75;color:var(--ds-text);overflow-wrap:anywhere}.notificationPublicationLinks{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:24px;padding-top:18px;border-top:1px solid var(--ds-line)}.notificationPublicationLinks>a{display:inline-flex;align-items:center;gap:6px;text-decoration:none}@media(max-width:760px){.notificationPublicationGrid{grid-template-columns:1fr}.notificationLinkRow{grid-template-columns:18px minmax(0,1fr) 28px}.notificationLinkRow input:nth-of-type(2){grid-column:2/3;border-left:0!important;border-top:1px solid var(--ds-line)!important;padding-left:5px!important}.notificationLinkRow>button{grid-column:3;grid-row:1/3}.notificationInboxCard{padding:15px!important}.notificationInboxMeta{align-items:flex-start;flex-direction:column;gap:5px}.notificationPublicationHead{align-items:flex-start}.publicationTypeMark{display:none}}.smartPickerActiveSearch{justify-content:flex-start!important;gap:9px!important;padding:0 12px!important;background:var(--ds-surface)!important}.smartPickerActiveSearch>svg{color:var(--ds-text-3);flex:0 0 auto}.smartPickerActiveSearch .smartPickerSearchInput{flex:1 1!important;min-width:0!important;width:auto!important;height:42px!important;min-height:42px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--ds-text)!important;font-size:12px!important;font-family:inherit!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.smartPickerActiveSearch .smartPickerSearchInput:focus{border:0!important;outline:0!important;box-shadow:none!important}.smartPickerActiveSearch .smartPickerSearchInput::placeholder{color:var(--ds-text-3)!important}.smartPickerAnchor,.smartPickerClear{width:28px!important;height:28px!important;min-height:28px!important;flex:0 0 28px!important;padding:0!important;border:0!important;border-radius:8px!important;background:transparent!important;color:var(--ds-text-3)!important;display:grid!important;place-items:center!important}.smartPickerAnchor:hover,.smartPickerClear:hover{background:var(--ds-surface-2)!important;color:var(--ds-text)!important}.smartPickerPortalMenu{position:fixed!important;right:auto!important;z-index:2147483000!important;padding:6px!important;border:1px solid var(--ds-line)!important;border-radius:var(--ui-control-r)!important;background:var(--ds-surface)!important;box-shadow:0 20px 54px rgba(25,39,61,.16)!important;overflow:hidden!important}.smartPickerPortalMenu .smartPickerResults{display:flex!important;flex-direction:column!important;gap:3px!important;margin:0!important;padding:0!important;overflow:auto!important}.smartPickerPortalMenu .smartPickerResults>button{min-height:44px!important;border-radius:11px!important}.mulzCalendarPortal{position:fixed!important;right:auto!important;z-index:2147483000!important}@media(max-width:760px){.mulzCalendarPortal,.smartPickerPortalMenu{max-width:calc(100vw - 24px)!important}.smartPickerMenu{left:auto;max-height:none}.mulzCalendarPopover,.smartPickerMenu{position:fixed!important;right:auto;top:auto;bottom:auto}}.reportBuilderFull .artistPicker,.reportBuilderModal .artistPicker{z-index:auto!important}.reportBuilderFull .artistSearchResults,.reportBuilderModal .artistSearchResults{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin-top:7px!important;max-height:260px!important;box-shadow:none!important;border:1px solid var(--ds-line)!important;background:var(--ds-surface)!important}.reportBuilderFull .artistSearch.unifiedSearchField,.reportBuilderModal .artistSearch.unifiedSearchField{position:relative!important;z-index:1!important;isolation:isolate!important}.reportBuilderFull .artistSearch.unifiedSearchField>input,.reportBuilderModal .artistSearch.unifiedSearchField>input{position:static!important;z-index:auto!important;background:transparent!important;box-shadow:none!important;border:0!important}.reportBuilderFull .reportSliceChips,.reportBuilderModal .reportSliceChips{position:relative!important;z-index:0!important;display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.reportBuilderFull .reportPlatformChip,.reportBuilderModal .reportPlatformChip{min-height:36px!important;align-items:center!important}.importDetailHead>div{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.importDetailHead .backLink{margin-bottom:14px!important}.importDetailHead .pageKicker{margin:0 0 9px!important;line-height:1.25!important;letter-spacing:.055em!important}.importDetailHead .importFileTitle{font-size:20px!important;line-height:1.2!important;letter-spacing:-.022em!important;max-width:min(980px,74vw)!important;margin:0!important;overflow-wrap:anywhere!important}.importDetailHead p{margin:11px 0 0!important;font-size:10.5px!important;line-height:1.55!important;color:var(--ds-text-3)!important}.reconciliationStack{gap:14px!important;margin-top:4px!important}.reconcileCopy .pageKicker{margin-bottom:7px!important}.reconcileCopy h2{margin:0 0 7px!important}.reconcileCopy p{line-height:1.58!important}.reconcileAmount{gap:7px!important;padding-left:12px!important}.reconcileAmount span{display:block!important;max-width:220px!important;font-size:9.5px!important;line-height:1.55!important;letter-spacing:.012em!important;word-spacing:.08em!important;white-space:normal!important}.reconcileAmount b{font-size:19px!important;line-height:1.25!important;font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important;letter-spacing:-.015em!important}.platformDetailRow>span:first-child{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;align-items:center!important;grid-column-gap:9px!important;column-gap:9px!important;min-width:0!important}.platformDetailRow .platformLogo{grid-column:1!important;justify-self:start!important;margin:0!important}.platformDetailRow>span:first-child>span:last-child{grid-column:2!important;min-width:0!important;margin:0!important}.insightsToolbar{padding:12px!important;display:flex!important;gap:12px!important}.insightsArtistSearch{flex:1 1 420px!important;max-width:560px!important;min-width:220px!important;height:44px!important}.insightsArtistSearch>input{height:42px!important;min-height:42px!important}.insightsToolbar>span{margin-left:auto;font-size:9.5px;color:var(--ds-text-3);white-space:nowrap}.insightsPagination{display:flex;align-items:center;justify-content:center;gap:6px;margin:16px 0 2px}.insightsPagination>button{width:34px;height:34px;border:1px solid var(--ds-line);border-radius:10px;background:var(--ds-surface);color:var(--ds-text-2);display:grid;place-items:center;font-size:10px;font-weight:750;box-shadow:none}.insightsPagination>button:hover:not(:disabled){border-color:color-mix(in srgb,var(--ds-blue) 34%,var(--ds-line));color:var(--ds-blue);background:var(--ds-blue-soft)}.insightsPagination>button.active{background:var(--ds-blue)!important;border-color:var(--ds-blue)!important;color:#fff!important}.insightsPagination>button:disabled{opacity:.38;cursor:not-allowed}.artistHero{gap:16px!important}.artistHeroAvatarWrap{width:76px;height:76px;flex:0 0 76px;position:relative}.artistHeroAvatar{width:76px!important;height:76px!important;border-radius:17px!important;overflow:hidden!important;padding:0!important;border:0!important;position:relative!important;display:grid!important;place-items:center!important;box-shadow:0 12px 28px rgba(28,96,202,.16)!important;font:inherit;cursor:default}button.artistHeroAvatarEditable{cursor:pointer!important}.artistHeroAvatar>img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}.artistHeroAvatar>span{font-size:25px;font-weight:800;color:#fff}.artistHeroAvatar>i{position:absolute;right:5px;bottom:5px;width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.94);color:var(--ds-blue);box-shadow:0 3px 10px rgba(20,35,60,.18);opacity:0;transform:translateY(2px);transition:.16s}.artistHeroAvatarEditable:focus-visible>i,.artistHeroAvatarEditable:hover>i{opacity:1;transform:none}.artistHeroAvatarEditable:disabled{opacity:.65;cursor:wait!important}@media(max-width:760px){.importDetailHead .importFileTitle{font-size:18px!important;max-width:100%!important}.importDetailHead p{margin-top:9px!important}.insightsToolbar{align-items:stretch!important;flex-direction:column!important}.insightsArtistSearch{max-width:none!important;min-width:0!important;width:100%!important;flex-basis:auto!important}.insightsToolbar>span{margin-left:0!important}.artistHeroAvatar,.artistHeroAvatarWrap{width:68px!important;height:68px!important;flex-basis:68px!important}.artistHeroAvatar>i{opacity:1}}.platformTraceIdentity{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;align-items:center!important;grid-column-gap:8px!important;column-gap:8px!important;min-width:0!important}.platformTraceIdentity>.platformLogo{grid-column:1!important;justify-self:start!important;margin:0!important}.platformTraceIdentity>span{grid-column:2!important;min-width:0!important;margin:0!important}.insightsToolbar{padding:0!important;margin-bottom:var(--ui-section-gap)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;grid-gap:14px!important;gap:14px!important;background:transparent!important;border:0!important;box-shadow:none!important}.insightsArtistSearch{box-sizing:border-box!important;min-width:0!important;width:100%!important;max-width:none!important;height:50px!important;margin:0!important;padding:0 16px!important;display:flex!important;align-items:center!important;gap:10px!important;border:1px solid var(--ds-line)!important;border-radius:16px!important;background:var(--ds-surface)!important;box-shadow:var(--ds-shadow)!important;overflow:hidden!important}.insightsArtistSearch>svg{position:static!important;flex:0 0 auto!important;width:18px!important;height:18px!important;color:var(--ds-text-3)!important;transform:none!important;margin:0!important}.insightsArtistSearch>input{position:static!important;flex:1 1 auto!important;min-width:0!important;width:100%!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font:inherit!important;font-size:12px!important;line-height:48px!important;color:var(--ds-text)!important}.insightsArtistSearch>input::placeholder{color:var(--ds-text-3)!important;opacity:1!important}.insightsArtistSearch:focus-within{border-color:color-mix(in srgb,var(--ds-blue) 70%,var(--ds-line))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 8%,transparent),var(--ds-shadow)!important}.insightsCount{font-size:10px!important;font-weight:650!important;color:var(--ds-text-3)!important;white-space:nowrap!important;padding-right:2px!important}@media(max-width:760px){.insightsToolbar{grid-template-columns:1fr!important;gap:8px!important}.insightsCount{padding-left:4px!important}}.artistCardsGrid .artistBrowseCard{position:relative!important;display:block!important;padding:0!important;overflow:hidden!important}.artistCardsGrid .artistCardLink{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;grid-gap:13px!important;gap:13px!important;padding:15px 42px 15px 15px!important}.artistBrowseAvatar{overflow:hidden!important;font-weight:800!important;font-size:16px!important}.artistBrowseAvatar>img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.artistBrowseAvatar.hasPhoto{background:var(--ds-surface-2)!important;color:transparent!important}.workflowSectionHead{grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important}.recognitionStrip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:0!important;gap:0!important;padding:0!important;overflow:hidden!important;background:var(--ds-blue-soft)!important}.recognitionStrip>div{min-width:0!important;padding:11px 13px!important;display:flex!important;flex-direction:column!important;gap:4px!important;border-right:1px solid color-mix(in srgb,var(--ds-blue) 10%,var(--ds-line))!important}.recognitionStrip>div:last-child{border-right:0!important}.recognitionStrip span{font-size:9px!important;line-height:1.25!important;color:var(--ds-text-3)!important}.recognitionStrip b{font-size:11px!important;line-height:1.25!important;color:var(--ds-text)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.importPreviewFailure{padding:20px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.importPreviewFailure .notice{width:100%!important;margin:0!important}.importPreviewFailure p{margin:0!important;font-size:10.5px!important;line-height:1.55!important;color:var(--ds-text-3)!important;max-width:760px!important}@media(max-width:640px){.recognitionStrip{grid-template-columns:1fr!important}.recognitionStrip>div{border-right:0!important;border-bottom:1px solid color-mix(in srgb,var(--ds-blue) 10%,var(--ds-line))!important}.recognitionStrip>div:last-child{border-bottom:0!important}}.insightsSearchToolbar{margin:0 0 var(--ui-section-gap)!important;padding:0!important;grid-template-columns:minmax(0,1fr) auto!important;grid-gap:16px!important;gap:16px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.insightsSearchBar,.insightsSearchToolbar{width:100%!important;display:grid!important;align-items:center!important}.insightsSearchBar{box-sizing:border-box!important;min-width:0!important;height:52px!important;padding:0 16px!important;grid-template-columns:20px minmax(0,1fr)!important;grid-column-gap:10px!important;column-gap:10px!important;position:relative!important;isolation:isolate!important;overflow:hidden!important;border:1px solid var(--ds-line)!important;border-radius:16px!important;background:var(--ds-surface)!important;box-shadow:var(--ds-shadow)!important}.insightsSearchBar>svg{position:static!important;inset:auto!important;width:18px!important;height:18px!important;margin:0!important;transform:none!important;color:var(--ds-text-3)!important;pointer-events:none!important}.insightsSearchInput{box-sizing:border-box!important;position:static!important;inset:auto!important;display:block!important;width:100%!important;min-width:0!important;height:50px!important;min-height:50px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font-family:inherit!important;font-size:12px!important;font-weight:600!important;line-height:normal!important;color:var(--ds-text)!important}.insightsSearchInput,.insightsSearchInput:focus{outline:0!important;background:transparent!important;box-shadow:none!important}.insightsSearchInput:focus{border:0!important}.insightsSearchInput::placeholder{color:var(--ds-text-3)!important;opacity:1!important;font-weight:600!important}.insightsSearchBar:focus-within{border-color:color-mix(in srgb,var(--ds-blue) 66%,var(--ds-line))!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 8%,transparent),var(--ds-shadow)!important}.insightsSearchCount{align-self:center!important;justify-self:end!important;margin:0!important;padding:0 2px 0 0!important;font-size:10px!important;line-height:1.3!important;font-weight:650!important;color:var(--ds-text-3)!important;white-space:nowrap!important}@media(max-width:760px){.insightsSearchToolbar{grid-template-columns:1fr!important;gap:8px!important}.insightsSearchBar{height:50px!important;border-radius:14px!important}.insightsSearchInput{height:48px!important;min-height:48px!important}.insightsSearchCount{justify-self:start!important;padding-left:3px!important}}.insightsPartnerSearchToolbar{width:100%!important;margin:0 0 var(--ui-section-gap)!important;padding:10px!important;display:flex!important;align-items:center!important;gap:14px!important}.insightsPartnerSearchToolbar .insightsPartnerSearch{flex:1 1 auto!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0!important}.insightsPartnerSearchToolbar .insightsPartnerSearch>svg{position:static!important;flex:0 0 auto!important;margin:0!important;transform:none!important}.insightsPartnerSearchToolbar .insightsPartnerSearch>input{position:static!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:0!important}.insightsPartnerSearchCount{flex:0 0 auto!important;margin:0!important;padding:0 2px!important;font-size:10px!important;line-height:1.3!important;font-weight:650!important;color:var(--ds-text-3)!important;white-space:nowrap!important}@media(max-width:760px){.insightsPartnerSearchToolbar{align-items:stretch!important;flex-direction:column!important;gap:8px!important}.insightsPartnerSearchToolbar .insightsPartnerSearch{width:100%!important}.insightsPartnerSearchCount{padding-left:3px!important}}.paymentArtistPicker,.paymentArtistPicker>.smartPickerLabel{min-width:0!important;width:100%!important}.paymentArtistPicker>.smartPickerLabel{display:flex!important;flex-direction:column!important;gap:8px!important}.paymentArtistPicker .smartPicker{min-width:0!important;width:100%!important}.paymentArtistPicker .smartPickerControl{box-sizing:border-box!important;width:100%!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0 12px!important;display:flex!important;align-items:center!important;gap:9px!important;border:1px solid var(--ds-line)!important;border-radius:13px!important;background:var(--ds-surface-2)!important;box-shadow:none!important;overflow:hidden!important}.paymentArtistPicker .smartPicker.open .smartPickerControl{border-color:color-mix(in srgb,var(--ds-blue) 72%,var(--ds-line))!important;background:var(--ds-surface)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 9%,transparent)!important}.paymentArtistPicker .smartPickerActiveSearch{justify-content:flex-start!important}.paymentArtistPicker .smartPickerActiveSearch>svg:first-child{position:static!important;inset:auto!important;width:17px!important;height:17px!important;margin:0!important;transform:none!important;flex:0 0 17px!important;color:var(--ds-text-3)!important}.main .paymentArtistPicker .smartPickerActiveSearch .smartPickerSearchInput,.paymentArtistPicker .smartPickerActiveSearch .smartPickerSearchInput{box-sizing:border-box!important;position:static!important;inset:auto!important;display:block!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;padding:0 2px!important;border:0 transparent!important;border-radius:0!important;outline:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:12px!important;font-weight:600!important;line-height:42px!important;color:var(--ds-text)!important}.main .paymentArtistPicker .smartPickerActiveSearch .smartPickerSearchInput:focus,.paymentArtistPicker .smartPickerActiveSearch .smartPickerSearchInput:focus{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.paymentArtistPicker .smartPickerActiveSearch .smartPickerSearchInput::placeholder{color:var(--ds-text-3)!important;opacity:1!important}.paymentArtistPicker .smartPickerAnchor,.paymentArtistPicker .smartPickerClear{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;margin:0!important;padding:0!important;flex:0 0 28px!important;border:0!important;box-shadow:none!important;background:transparent!important}.expenseArtistPicker,.expenseArtistPicker>.smartPickerLabel{min-width:0!important;width:100%!important}.expenseArtistPicker>.smartPickerLabel{display:flex!important;flex-direction:column!important;gap:8px!important}.expenseArtistPicker .smartPicker{min-width:0!important;width:100%!important}.expenseArtistPicker .smartPickerControl{box-sizing:border-box!important;width:100%!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0 12px!important;display:flex!important;align-items:center!important;gap:9px!important;border:1px solid var(--ds-line)!important;border-radius:13px!important;background:var(--ds-surface-2)!important;box-shadow:none!important;overflow:hidden!important}.expenseArtistPicker .smartPicker.open .smartPickerControl{border-color:color-mix(in srgb,var(--ds-blue) 72%,var(--ds-line))!important;background:var(--ds-surface)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 9%,transparent)!important}.expenseArtistPicker .smartPickerActiveSearch{justify-content:flex-start!important}.expenseArtistPicker .smartPickerActiveSearch>svg:first-child{position:static!important;inset:auto!important;width:17px!important;height:17px!important;margin:0!important;transform:none!important;flex:0 0 17px!important;color:var(--ds-text-3)!important}.expenseArtistPicker .smartPickerActiveSearch .smartPickerSearchInput,.main .expenseArtistPicker .smartPickerActiveSearch .smartPickerSearchInput{box-sizing:border-box!important;position:static!important;inset:auto!important;display:block!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;padding:0 2px!important;border:0 transparent!important;border-radius:0!important;outline:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:12px!important;font-weight:600!important;line-height:42px!important;color:var(--ds-text)!important}.expenseArtistPicker .smartPickerActiveSearch .smartPickerSearchInput:focus,.main .expenseArtistPicker .smartPickerActiveSearch .smartPickerSearchInput:focus{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.expenseArtistPicker .smartPickerActiveSearch .smartPickerSearchInput::placeholder{color:var(--ds-text-3)!important;opacity:1!important}.expenseArtistPicker .smartPickerAnchor,.expenseArtistPicker .smartPickerClear{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;margin:0!important;padding:0!important;flex:0 0 28px!important;border:0!important;box-shadow:none!important;background:transparent!important}.reportRecipientPicker,.reportRecipientPicker .smartPicker{min-width:0!important;width:100%!important}.reportRecipientPicker .smartPickerControl{box-sizing:border-box!important;width:100%!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0 12px!important;display:flex!important;align-items:center!important;gap:9px!important;border:1px solid var(--ds-line)!important;border-radius:13px!important;background:var(--ds-surface-2)!important;box-shadow:none!important;overflow:hidden!important}.reportRecipientPicker .smartPicker.open .smartPickerControl{border-color:color-mix(in srgb,var(--ds-blue) 72%,var(--ds-line))!important;background:var(--ds-surface)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 9%,transparent)!important}.reportRecipientPicker .smartPickerActiveSearch{justify-content:flex-start!important}.reportRecipientPicker .smartPickerActiveSearch>svg:first-child{position:static!important;inset:auto!important;width:17px!important;height:17px!important;margin:0!important;transform:none!important;flex:0 0 17px!important;color:var(--ds-text-3)!important}.main .reportRecipientPicker .smartPickerActiveSearch .smartPickerSearchInput,.reportRecipientPicker .smartPickerActiveSearch .smartPickerSearchInput{box-sizing:border-box!important;position:static!important;inset:auto!important;display:block!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;padding:0 2px!important;border:0 transparent!important;border-radius:0!important;outline:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;font-family:inherit!important;font-size:12px!important;font-weight:600!important;line-height:42px!important;color:var(--ds-text)!important}.main .reportRecipientPicker .smartPickerActiveSearch .smartPickerSearchInput:focus,.reportRecipientPicker .smartPickerActiveSearch .smartPickerSearchInput:focus{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.reportRecipientPicker .smartPickerActiveSearch .smartPickerSearchInput::placeholder{color:var(--ds-text-3)!important;opacity:1!important}.reportRecipientPicker .smartPickerAnchor,.reportRecipientPicker .smartPickerClear{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;margin:0!important;padding:0!important;flex:0 0 28px!important;border:0!important;box-shadow:none!important;background:transparent!important}.mulzDatePicker{position:relative!important;overflow:visible!important}.mulzDatePicker.open{z-index:260!important}.mulzCalendarInline{position:absolute!important;left:0!important;right:auto!important;top:calc(100% + 7px)!important;bottom:auto!important;width:min(292px,calc(100vw - 32px))!important;z-index:2147483000!important}@media(max-width:760px){.mulzCalendarInline{position:absolute!important;left:0!important;right:auto!important;top:calc(100% + 7px)!important;bottom:auto!important;width:min(292px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important}}.authCard>*{order:0!important}.loginIntroV1010{margin-top:-3px}.loginIntroV1010 h2{font-size:31px!important;line-height:1.05!important;margin:0 0 8px!important}.loginIntroV1010 p{font-size:13px!important}.forgotInline{display:flex;justify-content:flex-end;margin-top:-12px}.authFooter a,.authSwitchPrompt a,.authTextButton,.forgotInline a,.legalChecks a{color:var(--ds-blue,#2868d7);font-weight:700}.forgotInline a{font-size:11px}.authSwitchPrompt{text-align:center;color:var(--ds-text-3,#8995a8);font-size:13.5px;margin:-4px 0 0}.authTextButton{border:0;background:transparent;padding:7px;align-self:center;font-size:11px}.authTextButton:disabled{opacity:.5;cursor:default}.authFooter{border-top:1px solid var(--ds-line,#e6ebf2);padding-top:16px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--ds-text-3,#8995a8);font-size:10px;text-align:center}.authFooter nav{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.authFooter nav a{font-weight:600;color:var(--ds-text-3,#8995a8)}.authFormGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.authFormGrid .authFull{grid-column:1/-1}.registerCard{width:min(560px,100%)!important}.verificationCard{width:min(460px,100%)!important}.authHoneypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.legalChecks{display:flex;flex-direction:column;gap:10px}.loginCard .legalCheck{display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:start;grid-gap:10px!important;gap:10px!important;font-size:10.5px!important;line-height:1.45;color:var(--ds-text-2,#596579)}.loginCard .legalCheck input[type=checkbox]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:18px!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0!important;border:1px solid var(--ds-line,#dce3ed)!important;border-radius:5px!important;background:var(--ds-surface,#fff)!important;position:relative}.loginCard .legalCheck input[type=checkbox]:checked{background:var(--ds-blue,#2868d7)!important;border-color:var(--ds-blue,#2868d7)!important}.loginCard .legalCheck input[type=checkbox]:checked:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:800}.legalChecks>p{margin:0!important;font-size:9.5px!important;line-height:1.5;text-align:left;color:var(--ds-text-3,#8995a8)!important}.authDone .twoFactorMark.success{background:#eaf8f2;color:#14845e}.backTextButton{display:inline-flex;align-items:center;gap:6px;color:var(--ds-text-2,#596579);font-size:11px;font-weight:700;text-decoration:none;border:0;background:transparent}.fieldHint{font-size:9px!important;line-height:1.35;color:var(--ds-text-3)!important;text-align:left!important;font-weight:500!important}.cookieNotice{position:fixed;left:24px;bottom:24px;z-index:1000;width:min(430px,calc(100vw - 48px));padding:15px 16px;border:1px solid var(--ds-line,#e2e8f0);border-radius:16px;background:color-mix(in srgb,var(--ds-surface,#fff) 96%,transparent);box-shadow:0 18px 50px rgba(26,40,65,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;align-items:center;gap:14px}.cookieNotice>div{min-width:0;flex:1 1}.cookieNotice b{font-size:12px}.cookieNotice p{font-size:10px;line-height:1.45;color:var(--ds-text-3,#8490a3);margin:3px 0}.cookieNotice a{font-size:10px;color:var(--ds-blue,#2868d7);font-weight:700}.cookieNotice button{border:0;border-radius:10px;background:var(--ds-blue,#2868d7);color:#fff;padding:9px 12px;font-size:11px;font-weight:700}.legalPage{min-height:100vh;background:var(--ds-bg,#f5f7fb);padding:28px}.legalHeader{max-width:1040px;margin:0 auto 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.legalHeader nav{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.legalHeader nav a{padding:8px 10px;border-radius:9px;color:var(--ds-text-2,#5f6c80);font-size:10px;font-weight:650}.legalDocument,.legalHeader nav a:hover{background:var(--ds-surface,#fff)}.legalDocument{max-width:1040px;margin:0 auto;border:1px solid var(--ds-line,#e4e9f0);border-radius:24px;padding:clamp(24px,5vw,58px);box-shadow:0 18px 55px rgba(27,42,70,.07)}.legalTitle{padding-bottom:26px;margin-bottom:28px;border-bottom:1px solid var(--ds-line,#e4e9f0)}.legalTitle>span{font-size:9px;letter-spacing:.13em;font-weight:800;color:var(--ds-blue,#2868d7)}.legalTitle h1{font-size:clamp(28px,4vw,44px);letter-spacing:-.035em;line-height:1.06;margin:10px 0}.legalTitle p{margin:0;color:var(--ds-text-3,#8490a3);font-size:10px}.legalDocument h2{font-size:18px;margin:30px 0 10px;letter-spacing:-.015em}.legalDocument li,.legalDocument>p{font-size:13px;line-height:1.72;color:var(--ds-text-2,#566277)}.legalDocument ul{padding-left:22px}.legalDocument li{margin:6px 0}.legalFooter{margin-top:38px;padding-top:22px;border-top:1px solid var(--ds-line,#e4e9f0);color:var(--ds-text-3,#8490a3)}.legalFooter p{font-size:10px!important;line-height:1.5!important;margin:3px 0}.legalFooter a{color:var(--ds-blue,#2868d7);font-weight:700}.dataRightsCard,.supportCard{padding:20px!important;margin-bottom:14px!important}.supportCardBody{display:flex;align-items:center;justify-content:space-between;gap:18px}.dataRightsCard>p,.supportCardBody p{margin:0 0 7px;color:var(--ds-text-3);font-size:11px;line-height:1.55}.supportCardBody b{font-size:10px;color:var(--ds-text-2)}.legalQuickLinks{display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid var(--ds-line);margin-top:15px;padding-top:13px}.legalQuickLinks a{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:var(--ds-text-2);font-weight:650}.dataRightsCard .inlineActions{margin-top:13px;display:flex;gap:9px;flex-wrap:wrap}.emptyWorkspace{max-width:1100px}.onboardingHero{padding:clamp(28px,5vw,58px)!important;text-align:center;display:flex;flex-direction:column;align-items:center}.onboardingMark{width:58px;height:58px;border-radius:18px;background:var(--ds-blue-soft,#edf3ff);color:var(--ds-blue,#2868d7);display:grid;place-items:center;margin-bottom:18px}.onboardingHero h2{font-size:clamp(28px,4vw,42px);letter-spacing:-.04em;margin:8px 0 10px}.onboardingHero>p{max-width:650px;color:var(--ds-text-3);font-size:13px;line-height:1.6;margin:0}.onboardingActions{display:flex;gap:10px;margin:24px 0 30px;flex-wrap:wrap;justify-content:center}.onboardingSteps{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;text-align:left}.onboardingSteps>div{border:1px solid var(--ds-line);background:var(--ds-surface-2);border-radius:14px;padding:15px;display:flex;gap:10px;align-items:center}.onboardingSteps b{color:var(--ds-blue);font-size:10px}.onboardingSteps span{font-size:10px;color:var(--ds-text-2);font-weight:650}@media(max-width:760px){.authFormGrid{grid-template-columns:1fr}.authFormGrid .authFull{grid-column:auto}.registerCard{padding:22px!important}.legalPage{padding:14px}.legalHeader{align-items:flex-start;flex-direction:column}.legalHeader nav{justify-content:flex-start}.legalDocument{padding:22px;border-radius:18px}.supportCardBody{align-items:flex-start;flex-direction:column}.supportCardBody .primaryBtn{width:100%}.onboardingSteps{grid-template-columns:1fr}.cookieNotice{left:14px;bottom:14px;width:calc(100vw - 28px)}}.profileForm .usernameInput.unifiedSearchField{display:flex!important;align-items:center!important;gap:10px!important;padding:0 14px!important;min-height:var(--ui-control-h,44px)!important;height:var(--ui-control-h,44px)!important;border:1px solid var(--ds-line)!important;border-radius:var(--ui-control-r,14px)!important;background:var(--ds-surface-2)!important;box-shadow:none!important;overflow:hidden!important}.profileForm .usernameInput.unifiedSearchField:focus-within{border-color:color-mix(in srgb,var(--ds-blue) 72%,var(--ds-line))!important;background:var(--ds-surface)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--ds-blue) 9%,transparent)!important}.profileForm .usernameInput.unifiedSearchField .usernamePrefix{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;color:var(--ds-text-3)!important;font-size:14px!important;font-weight:700!important;line-height:1!important}.profileForm .usernameInput.unifiedSearchField>input{flex:1 1 auto!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.profileForm .usernameInput.unifiedSearchField>input:focus{border:0!important;outline:0!important;box-shadow:none!important}.emptyWorkspace{max-width:none!important;align-items:stretch!important}.emptyWorkspace,.emptyWorkspace .onboardingHero{width:100%!important;min-height:calc(100vh - 122px)!important;display:flex!important}.emptyWorkspace .onboardingHero{margin:0!important;padding:clamp(42px,6vw,86px)!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.emptyWorkspace .onboardingHero>p{max-width:760px!important}.emptyWorkspace .onboardingActions{margin:26px 0 38px!important}.emptyWorkspace .onboardingActions .primaryBtn{min-height:48px!important;padding:0 22px!important}.emptyWorkspace .onboardingSteps{max-width:1220px!important;margin:0 auto!important}.emptyWorkspace .onboardingSteps>div{justify-content:center!important;text-align:center!important}@media(max-width:760px){.emptyWorkspace,.emptyWorkspace .onboardingHero{min-height:calc(100vh - 108px)!important}.emptyWorkspace .onboardingHero{padding:34px 20px!important}.emptyWorkspace .onboardingActions{width:100%!important;margin:24px 0 30px!important}.emptyWorkspace .onboardingActions .primaryBtn{width:100%!important}}.mulzBrandAsset{position:relative!important;display:inline-block!important;aspect-ratio:241/99!important;line-height:0!important;flex:0 0 auto!important;max-width:100%!important}.mulzBrandAsset>.mulzBrandMarkOriginal,.mulzBrandAsset>.mulzBrandWordmarkOriginal{position:absolute!important;display:block!important;object-fit:contain!important;max-width:none!important;filter:none!important;opacity:1!important;margin:0!important}.mulzBrandAsset>.mulzBrandMarkOriginal{left:0!important;top:0!important;width:41.078838%!important;height:100%!important}.mulzBrandAsset>.mulzBrandWordmarkDark,.mulzBrandAsset>.mulzBrandWordmarkLight{left:48.962656%!important;top:16.161616%!important;width:51.037344%!important;height:80.808081%!important}.mulzBrandAsset>.mulzBrandWordmarkDark,html[data-theme=dark] .mulzBrandAsset>.mulzBrandWordmarkLight{display:none!important}html[data-theme=dark] .mulzBrandAsset>.mulzBrandWordmarkDark{display:block!important}.mulzAuthBrandAsset{position:relative!important;display:inline-block!important;aspect-ratio:241/99!important;line-height:0!important;flex:0 0 auto!important;max-width:100%!important}.mulzAuthBrandAsset>.mulzAuthBrandMarkOriginal,.mulzAuthBrandAsset>.mulzAuthBrandWordmarkOriginal{position:absolute!important;display:block!important;object-fit:contain!important;max-width:none!important;filter:none!important;opacity:1!important;margin:0!important}.mulzAuthBrandAsset>.mulzAuthBrandMarkOriginal{left:0!important;top:0!important;width:41.078838%!important;height:100%!important}.mulzAuthBrandAsset>.mulzAuthBrandWordmarkOriginal{left:48.962656%!important;top:16.161616%!important;width:51.037344%!important;height:80.808081%!important}.loginWordmark .mulzAuthBrandAsset{max-width:106px!important}.loginWordmark.compact .mulzAuthBrandAsset{max-width:96px!important}.publicReportError>.publicReportBrand,.publicReportPassword>.publicReportBrand{margin:0 auto 8px}.publicAnalyticsGrid,.publicTopGrid{width:100%;max-width:100%;column-gap:12px;row-gap:12px;align-items:stretch}.publicAnalyticsGrid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.publicAnalyticsGrid>.publicAnalyticsCard,.publicTopGrid>.publicAnalyticsCard{width:100%;height:100%;min-width:0;margin:0;align-self:stretch}.publicAnalyticsGrid>.publicAnalyticsCard.wide{grid-column:1;grid-row:1/span 2}.publicTopGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.publicPlatformsCard .publicRankList>div{display:grid;grid-template-columns:minmax(148px,1.08fr) minmax(86px,1fr) 88px;grid-column-gap:12px;column-gap:12px;align-items:center;min-height:48px;padding:7px 0}.publicPlatformsCard .publicRankName.withPlatformLogo{display:grid!important;grid-template-columns:22px minmax(0,1fr);grid-column-gap:9px!important;column-gap:9px!important;align-items:center!important;min-width:0;min-height:28px}.publicPlatformsCard .publicRankName.withPlatformLogo>.platformLogo{grid-column:1;justify-self:center;align-self:center;margin:0!important}.publicPlatformsCard .publicRankName.withPlatformLogo>span{grid-column:2;display:flex!important;flex-direction:column;justify-content:center;gap:2px;min-width:0;line-height:1.15}.publicPlatformsCard .publicRankName b,.publicPlatformsCard .publicRankName small{display:block;width:100%;margin:0;line-height:1.15}.publicPlatformsCard .publicRankBar{width:100%;align-self:center}.publicPlatformsCard .publicRankList strong{width:88px;white-space:nowrap}.publicAnalyticsCard:not(.publicPlatformsCard) .publicRankList strong,.publicPlatformsCard .publicRankList strong,.publicTopList strong{justify-self:end;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media(max-width:900px){.publicAnalyticsGrid,.publicTopGrid{grid-template-columns:1fr}.publicAnalyticsGrid>.publicAnalyticsCard.wide{grid-column:auto;grid-row:auto}}@media(max-width:560px){.publicPlatformsCard .publicRankList>div{grid-template-columns:minmax(118px,1fr) minmax(58px,.8fr) 78px;column-gap:8px}.publicPlatformsCard .publicRankList strong{width:78px}}