:root{--bg: #050505;--bg-deep: #000000;--panel: rgba(18, 18, 18, .88);--panel-solid: #121212;--panel-raised: rgba(27, 27, 27, .92);--line: rgba(255, 255, 255, .12);--line-soft: rgba(255, 255, 255, .07);--text: #f4f2ef;--text-strong: #ffffff;--muted: #9b9892;--muted-soft: #6f6c67;--red: #ff2f35;--red-deep: #72080c;--red-dim: rgba(255, 47, 53, .14);--shadow: rgba(0, 0, 0, .5);color:var(--text);background:var(--bg);font-family:DIN Alternate,Avenir Next,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{background:var(--bg-deep)}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 18% 12%,rgba(255,47,53,.12),transparent 28%),radial-gradient(circle at 86% 4%,rgba(255,255,255,.07),transparent 24%),linear-gradient(140deg,#030303,#0b0b0b 44%,#050505);color:var(--text);font-size:14px;line-height:1.45}body:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:"";background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 86%);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 86%)}button,input,select,textarea{font:inherit}button{border:0}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(255,47,53,.72);outline-offset:2px}::selection{background:#ff2f3557;color:#fff}.app{display:grid;grid-template-columns:288px minmax(0,1fr);min-height:100vh;isolation:isolate}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;gap:28px;overflow:hidden;padding:28px 18px 22px;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(255,47,53,.08),transparent 24%),linear-gradient(180deg,#070707,#101010);box-shadow:22px 0 44px #00000061;color:var(--text)}.sidebar:before{position:absolute;right:-80px;bottom:118px;width:180px;height:180px;border-radius:50%;background:#ff2f3524;filter:blur(42px);content:""}.brand{position:relative;z-index:1;display:flex;align-items:flex-start;gap:12px;padding:0 5px}.brand>div{min-width:0;padding-top:6px}.brandMark{display:block;flex:0 0 54px;width:54px;height:54px;overflow:hidden;border-radius:50%;background:#f20707;box-shadow:0 0 20px #ff080852}.brandMark img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.2)}.brand strong,.brand span{display:block}.brand strong{color:var(--text-strong);font-size:14px;line-height:1.25;overflow-wrap:anywhere}.brand span{margin-top:5px;color:var(--muted);font-size:12px}.navList{position:relative;z-index:1;display:grid;gap:8px}.navGroup{display:grid;gap:6px;padding:6px 0}.navGroup+.navGroup{border-top:1px solid rgba(255,255,255,.055)}.navGroupTitle{display:flex;align-items:center;gap:7px;padding:0 14px 2px;color:#8b867f;font-size:10px;font-weight:900;letter-spacing:.08em;line-height:1.3}.navGroupTitle:before{width:4px;height:4px;border-radius:50%;background:#5e5a55;content:""}.navGroup:first-child .navGroupTitle:before{background:var(--red);box-shadow:0 0 8px #ff2f358c}.navButton{position:relative;display:flex;align-items:center;gap:11px;width:100%;min-height:46px;padding:12px 14px;border:1px solid transparent;border-radius:8px;background:transparent;color:#b6b1aa;text-align:left;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.navButton svg{flex:0 0 auto;color:#7f7a73;transition:color .16s ease}.navButton:hover{border-color:#ffffff1a;background:#ffffff0d;color:var(--text)}.navButton:hover svg{color:var(--text)}.navButton.isActive{border-color:#ff2f3557;background:linear-gradient(90deg,#ff2f356b,#ff2f3517),#ffffff08;box-shadow:inset 3px 0 0 var(--red),0 14px 34px #ff2f3529;color:#fff}.navButton.isActive svg{color:#fff}.sidebarMeta{position:relative;z-index:1;margin-top:auto;overflow:hidden;padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:linear-gradient(135deg,rgba(255,47,53,.18),transparent 44%),#ffffff0a}.sidebarMeta:before{position:absolute;right:-18px;bottom:8px;width:120px;height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);content:"";transform:rotate(-18deg)}.sidebarMeta span{display:block;color:var(--muted);font-size:12px}.sidebarMeta strong{display:block;margin-top:6px;color:#fff;font-size:24px;line-height:1}.workspace{min-width:0;padding:38px clamp(24px,3.2vw,48px) 48px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:28px}.eyebrow{margin:0 0 8px;color:var(--red);font-size:11px;font-weight:850;letter-spacing:0;text-transform:uppercase}h1,h2{margin:0;letter-spacing:0}h1{max-width:820px;color:#fff;font-size:clamp(30px,4vw,48px);font-weight:850;line-height:1}h2{color:#fff;font-size:18px;font-weight:800;line-height:1.22}.topbarStatus{display:flex;align-items:center;gap:9px;min-width:max-content;padding:10px 13px;border:1px solid var(--line);border-radius:8px;background:#0c0c0cb8;box-shadow:0 12px 28px #00000038;color:#cbc7c0;font-size:13px}.sessionStatus{align-items:center}.sessionStatus div{display:grid;gap:2px;min-width:82px}.sessionStatus strong{color:#fff;font-size:13px;line-height:1.2}.sessionStatus span{color:var(--muted);font-size:12px}.sessionLogoutButton{min-height:34px;padding:0 9px}.pulse{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px #ff2f3524,0 0 22px #ff2f35b8}.pageStack{display:grid;gap:20px}.metricsGrid{display:grid;grid-template-columns:repeat(6,minmax(132px,1fr));gap:16px}.dashboardMetricsGrid{grid-template-columns:repeat(5,minmax(150px,1fr))}.metricCard,.panel{border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#ffffff16,#ffffff05),var(--panel);box-shadow:0 18px 36px var(--shadow),inset 0 1px #ffffff0f}.metricCard{position:relative;display:grid;grid-template-rows:auto auto 1fr;gap:12px;min-height:162px;overflow:hidden;padding:18px}.metricCard:after{position:absolute;right:-24px;bottom:-34px;width:96px;height:96px;border-radius:50%;background:#ff2f351c;filter:blur(18px);content:""}.metricCard svg{box-sizing:content-box;width:18px;height:18px;padding:8px;border:1px solid rgba(255,47,53,.28);border-radius:8px;background:#ff2f351f;color:var(--red)}.metricCard span{color:var(--muted);font-size:13px;font-weight:700;line-height:1.35}.metricCard strong{position:relative;z-index:1;align-self:end;color:#fff;font-size:clamp(25px,2vw,34px);font-weight:900;line-height:1.05;overflow-wrap:anywhere}.panel{position:relative;min-width:0;overflow:hidden;padding:22px}.panel:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background:radial-gradient(circle at 92% 12%,rgba(255,47,53,.16),transparent 24%),linear-gradient(90deg,rgba(255,47,53,.08),transparent 30%);opacity:.82}.panel>*{position:relative;z-index:1}.panelHeader,.archiveHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.panelHeaderActions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.headerActionButton,.actionButton,.secondaryButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px}.headerActionButton{min-width:124px}.secondaryButton{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#ffffff0e;color:#fff;cursor:pointer;font-size:13px;font-weight:800}.secondaryButton:hover{background:#ffffff17}.primaryButton:disabled,.secondaryButton:disabled{cursor:not-allowed;filter:grayscale(.3);opacity:.55}.dataNotice,.formError{margin:0 0 14px;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:800;line-height:1.45}.duplicateWarningBackdrop{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;border:0;background:#000000c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.duplicateWarningDialog{position:fixed;z-index:91;top:50%;left:50%;display:grid;width:min(560px,calc(100vw - 36px));max-height:calc(100vh - 44px);gap:16px;overflow-y:auto;padding:20px;border:1px solid rgba(255,52,61,.68);border-radius:12px;background:radial-gradient(circle at 100% 0%,rgba(226,36,46,.24),transparent 35%),#151112;box-shadow:0 28px 90px #000000d1,0 0 44px #e2242e2e;transform:translate(-50%,-50%)}.duplicateWarningDialog header{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px}.duplicateWarningDialog header>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,59,68,.5);border-radius:10px;background:#e2242e2e;color:#ff545c}.duplicateWarningDialog header .eyebrow{margin-bottom:4px}.duplicateWarningLead{margin:0;padding:12px;border-left:3px solid #e23b45;background:#e23b4514;color:#d6cfca;font-size:12px;font-weight:750;line-height:1.65}.duplicateWarningMatches{display:grid;gap:8px}.duplicateWarningMatches article{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:9px;padding:11px;border:1px solid rgba(255,255,255,.085);border-radius:9px;background:#ffffff06;color:#ef4b54}.duplicateWarningMatches article div{display:grid;gap:3px}.duplicateWarningMatches strong{color:#fff;font-size:13px}.duplicateWarningMatches span{color:var(--muted);font-size:10px;font-weight:800}.duplicateWarningDialog footer{display:flex;justify-content:flex-end;gap:9px;padding-top:3px}.dangerButton{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 14px;border:1px solid #f04a53;border-radius:8px;background:linear-gradient(135deg,#d82b35,#98121a);color:#fff;font-size:12px;font-weight:900;cursor:pointer}.batchDuplicateConfirm{width:max-content;min-height:28px;margin:4px 0;padding:0 9px;border:1px solid rgba(255,59,68,.5);border-radius:6px;background:#e2242e24;color:#ffb8bb;font-size:9px;font-weight:900;cursor:pointer}.dataNotice{border:1px solid rgba(255,255,255,.12);background:#ffffff0b;color:var(--muted)}.customerStatsToolbar{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:0 0 14px;padding:12px;border:1px solid var(--line-soft);border-radius:10px;background:#ffffff0a}.customerStatsToolbar>div:first-child{display:grid;gap:6px}.customerStatsToolbar strong{color:#fff;font-size:15px;font-weight:950}.customerMonthPicker{width:min(320px,100%)}.customerControlBar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:10px;align-items:center;margin:0 0 14px}.customerSearchField{position:relative;display:flex;align-items:center;gap:10px;min-width:0;min-height:44px;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#05050594}.customerSearchField svg{flex:0 0 auto;color:var(--muted)}.customerSearchField input{min-height:42px;padding:0;border:0;background:transparent}.customerFilterButton{min-width:116px}.customerSortHint{min-height:36px;display:inline-flex;align-items:center;border:1px solid var(--line-soft);border-radius:999px;background:#ffffff0b;color:var(--muted);padding:0 12px;font-size:12px;font-weight:900;white-space:nowrap}.customerFilterPanel{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr)) auto;gap:12px;align-items:end;margin:-2px 0 14px;padding:12px;border:1px solid rgba(255,47,53,.22);border-radius:10px;background:linear-gradient(135deg,#ff2f3517,#ffffff06),#00000038}.customerFilterClearButton{min-height:42px;padding:0 12px}.customerFilterChips{margin:-2px 0 14px}.customerChipClearButton{min-height:34px;padding:0 10px}.formError{border:1px solid rgba(255,47,53,.38);background:#ff2f351a;color:#ffd6d8}.splitGrid{display:grid;grid-template-columns:minmax(0,1.34fr) minmax(340px,.9fr);gap:20px;align-items:stretch}.rankingPanel{min-height:430px}.tableWrap{position:relative;width:100%;overflow-x:auto;scrollbar-color:rgba(255,47,53,.42) rgba(255,255,255,.04)}.rankingPanel .tableWrap:after{display:block;width:100%;height:3px;margin-top:8px;border-radius:999px;background:linear-gradient(90deg,var(--red),rgba(255,47,53,.18),transparent);content:""}table{width:100%;min-width:760px;border-collapse:collapse}th,td{padding:14px 11px;border-bottom:1px solid var(--line-soft);text-align:left;white-space:nowrap}th{color:var(--muted-soft);font-size:11px;font-weight:850}.sortableHeaderButton{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:850}.sortableHeaderButton svg{color:#ffffff57;transition:color .18s ease,transform .18s ease}.sortableHeaderButton:hover,.sortableHeaderButton.isActive{color:#fff}.sortableHeaderButton:hover svg,.sortableHeaderButton.isActive svg{color:var(--red)}.sortableHeaderButton:focus-visible{outline:2px solid rgba(255,47,53,.72);outline-offset:3px}td{color:#dedbd5;font-size:13px}td:first-child{color:#fff;font-weight:800}tbody tr:hover td{background:#ffffff06}tbody tr:last-child td{border-bottom:0}.statusPill,.chip{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff12;color:#d8d3cb;font-size:12px;font-weight:900}.statusPill.danger{border-color:#ff2f3575;background:#ff2f3529;color:#ffb3b5}.statusPill.primary{border-color:#ff2f3585;background:linear-gradient(135deg,#ff2f35e0,#75080cd1);color:#fff}.archiveHeader span,.archiveStats span{display:block;margin-top:6px;color:var(--muted);font-size:13px}.archiveStats{min-width:128px;text-align:right}.archiveStats strong{display:block;color:#fff;font-size:26px;line-height:1}.archiveHero,.reportToolbar,.settingsHero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.reportToolbar{z-index:30;overflow:visible}.archiveHero span,.settingsHero span{display:block;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.5}.archiveHeroActions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;min-width:max-content}.archiveExportButton{min-height:34px}.archiveExportError{flex-basis:100%;color:#ffc4c6;font-size:12px;font-weight:850;text-align:right}.segmentedControl{display:inline-flex;gap:4px;min-width:max-content;padding:4px;border:1px solid var(--line);border-radius:8px;background:#ffffff0b}.segmentedControl button,.iconTextButton,.ghostButton{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:800}.segmentedControl button svg,.iconTextButton svg,.ghostButton svg{width:14px;height:14px}.segmentedControl button{padding:0 10px;background:transparent;color:var(--muted)}.segmentedControl button.isActive{background:#ff2f352e;color:#fff}.iconTextButton,.ghostButton{padding:0 9px;border:1px solid var(--line);background:#ffffff0e;color:#fff;white-space:nowrap}.iconTextButton:hover,.ghostButton:hover{background:#ffffff17}.tableActionGroup{display:flex;align-items:center;gap:6px;white-space:nowrap}.archiveControls{display:grid;gap:12px;margin:-4px 0 16px}.archiveControlRow{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:10px;align-items:center}.archiveSearchField{display:flex;grid-template-columns:none;align-items:center;gap:9px;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(135deg,rgba(255,47,53,.06),transparent 34%),#05050575;color:var(--muted)}.archiveSearchField svg{flex:0 0 auto;color:#ffffff70}.archiveSearchField input{min-height:40px;padding:0;border:0;background:transparent}.archiveSearchField input:focus-visible{outline:0}.archiveClearButton:disabled{cursor:not-allowed;opacity:.45}.archiveFilterBadge{display:inline-grid;min-width:20px;height:20px;place-items:center;padding:0 6px;border-radius:999px;background:var(--red);color:#fff;font-size:12px;line-height:1}.archiveActiveFilters{display:flex;flex-wrap:wrap;gap:8px}.archiveFilterChip{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 9px;border:1px solid rgba(255,47,53,.28);border-radius:999px;background:#ff2f351c;color:#ffd3d4;cursor:pointer;font-size:12px;font-weight:900}.archiveFilterChip svg{color:#ffffff8a}.archiveFilterPanel{display:grid;gap:14px;padding:14px;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:radial-gradient(circle at 92% 10%,rgba(255,47,53,.12),transparent 28%),#ffffff0b}.archiveFilterPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.archiveFilterPanelHeader strong,.archiveFilterPanelHeader span{display:block}.archiveFilterPanelHeader strong{color:#fff;font-size:15px}.archiveFilterPanelHeader span{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45}.archiveFilterGrid{display:grid;grid-template-columns:repeat(5,minmax(160px,1fr));gap:12px}.archiveFilterGrid label,.archiveFilterField{display:grid;gap:7px;min-width:0}.archiveFilterLabel{color:var(--muted);font-size:12px;font-weight:900}.archiveCustomerFilter{position:relative;min-width:0}.archiveFilterSelectButton{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:42px;padding:0 13px;border:1px solid var(--line);border-radius:10px;background:#05050580;color:#fff;cursor:pointer;font:inherit;font-weight:900;text-align:left}.archiveFilterSelectValue{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archiveFilterSelectIcon{flex:0 0 auto;color:var(--muted);font-size:13px;line-height:1;transition:transform .16s ease,color .16s ease}.archiveFilterSelectButton[aria-expanded=true]{border-color:#ff2f35a6;box-shadow:0 0 0 3px #ff2f3524}.archiveFilterSelectButton[aria-expanded=true] .archiveFilterSelectIcon{color:#fff;transform:rotate(180deg)}.archiveCustomerMenu{position:absolute;z-index:90;top:calc(100% + 8px);left:0;display:grid;gap:8px;width:min(420px,calc(100vw - 48px));min-width:min(360px,calc(100vw - 48px));padding:12px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:radial-gradient(circle at 94% 0%,rgba(255,47,53,.18),transparent 32%),linear-gradient(180deg,#1b1b1dfc,#0a0a0bfc);box-shadow:0 24px 70px #0000009e}.archiveCustomerSearchField{display:flex;align-items:center;gap:8px;min-height:38px;padding:0 11px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#0000007a;color:var(--muted)}.archiveCustomerSearchField input{width:100%;min-width:0;min-height:34px;padding:0;border:0;background:transparent;color:#fff}.archiveCustomerSearchField input:focus-visible{outline:0}.archiveCustomerList{display:grid;gap:5px;max-height:270px;overflow:auto;padding-right:2px;scrollbar-gutter:stable}.archiveCustomerOption{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;width:100%;padding:10px 11px;border:1px solid transparent;border-radius:10px;background:transparent;color:#fff;cursor:pointer;font:inherit;text-align:left}.archiveCustomerOption:hover,.archiveCustomerOption[aria-selected=true]{border-color:#ff2f3557;background:#ff2f3524}.archiveCustomerOption strong{font-size:13px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archiveCustomerOption span,.archiveCustomerEmpty{color:var(--muted);font-size:12px;font-weight:800;line-height:1.35}.archiveCustomerOption span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archiveCustomerEmpty{padding:12px 10px;text-align:center}.emptyTableCell{padding:28px 12px;color:var(--muted);text-align:center}.tablePagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;color:var(--muted);font-size:13px;font-weight:800}.tablePaginationRange,.tablePaginationPage{color:#d8d3cb}.tablePaginationControls,.pageSizeControl{display:inline-flex;align-items:center;gap:8px}.pageSizeControl select{min-height:34px;border:1px solid var(--line);border-radius:8px;background:#fff1;color:#fff;font-weight:900}.tableStrong,.tableSub{display:block}.tableStrong{color:#fff}.tableSub{margin-top:4px;color:var(--muted);font-size:12px;font-weight:700}.videoDetailGrid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(300px,1.1fr);gap:18px}.playbackPlaceholder{display:grid;min-height:220px;place-items:center;align-content:center;gap:10px;padding:20px;border:1px dashed rgba(255,47,53,.38);border-radius:8px;background:linear-gradient(135deg,rgba(255,47,53,.12),transparent 46%),#ffffff09;text-align:center}.playbackPlaceholder svg{color:var(--red)}.playbackPlaceholder strong{color:#fff}.playbackPlaceholder span{max-width:300px;color:var(--muted);font-size:13px;line-height:1.5}.videoPlayer{width:100%;max-height:240px;border-radius:8px;background:#080808}.playbackActions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.playbackActions .primaryButton,.playbackActions .ghostButton,.playbackActions .iconTextButton{min-height:38px;padding:0 12px}.playbackActions .primaryButton{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0}.detailList{display:grid;gap:10px}.detailList div{display:grid;gap:6px;padding:13px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff0b}.detailList span{color:var(--muted);font-size:12px;font-weight:900}.detailList strong{color:#fff;line-height:1.35}.wizardGrid,.breakdownGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.wizardPanel{display:grid;align-content:start;gap:15px}.wizardPanel svg{color:var(--red)}.uploadModeBar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding:12px 14px 12px 18px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:linear-gradient(90deg,#ff3a3f17,#ffffff06 45%)}.uploadModeBar>div:first-child{display:grid;gap:2px}.uploadModeBar span{color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.uploadModeBar strong{color:#fff;font-size:15px}.uploadModeSwitch{display:flex;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#0006}.uploadModeSwitch button{min-height:34px;border:0;border-radius:7px;background:transparent;color:var(--muted);padding:0 16px;font-weight:900;cursor:pointer}.uploadModeSwitch button.isActive{background:linear-gradient(135deg,#ff4248,#a7060b);box-shadow:0 7px 18px #ff191f38;color:#fff}.batchWorkspace{display:grid;gap:18px}.batchHero{position:relative;display:flex;align-items:end;justify-content:space-between;min-height:150px;overflow:hidden;border:1px solid rgba(255,76,81,.2);border-radius:14px;background:radial-gradient(circle at 85% 20%,rgba(255,49,55,.22),transparent 32%),linear-gradient(120deg,#301718eb,#0f0f0ffa 54%);padding:24px 26px}.batchHero:after{position:absolute;right:180px;bottom:-90px;width:260px;height:260px;border:1px solid rgba(255,255,255,.04);border-radius:50%;content:""}.batchHero h2,.batchSectionTitle h3{margin:0;color:#fff}.batchHero h2{margin-top:6px;font-size:clamp(25px,3vw,38px);letter-spacing:-.04em}.batchHero p:last-child,.batchSectionTitle p{margin:7px 0 0;color:var(--muted);font-size:12px}.batchHeroMetric{position:relative;z-index:1;display:grid;min-width:145px;border-left:1px solid rgba(255,255,255,.12);padding-left:24px}.batchHeroMetric span,.batchHeroMetric small{color:var(--muted);font-size:11px;font-weight:900}.batchHeroMetric strong{color:#fff;font-size:48px;line-height:1}.batchDefaults,.batchQueuePanel{padding:20px}.batchSectionTitle{display:flex;align-items:center;gap:12px}.batchSectionIndex{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,60,66,.4);border-radius:50%;color:var(--red);font-size:11px;font-weight:950}.batchDefaultGrid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:12px;margin-top:18px}.batchDropPanel{display:flex;align-items:center;gap:15px;border:1px dashed rgba(255,69,75,.5);border-radius:14px;background:linear-gradient(90deg,#ff32381a,#ffffff05);padding:18px 20px}.batchDropIcon,.batchFileIcon{display:grid;flex:0 0 auto;place-items:center;border-radius:10px;background:#ff3d431f;color:#ff5157}.batchDropIcon{width:48px;height:48px}.batchDropPanel>div:nth-child(2){display:grid;flex:1;gap:4px}.batchDropPanel strong{color:#fff;font-size:14px}.batchDropPanel span{color:var(--muted);font-size:11px}.batchFilePicker{display:inline-flex;width:auto;min-height:38px;align-items:center;cursor:pointer}.batchFilePicker input{display:none}.batchQueueHeader,.batchQueueFooter,.batchQueueActions,.batchQueueSummary,.batchQueueLegend{display:flex;align-items:center}.batchQueueHeader,.batchQueueFooter{justify-content:space-between;gap:20px}.batchQueueLegend,.batchQueueActions{gap:8px}.batchQueueLegend span{display:flex;align-items:center;gap:5px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.batchLegendReady{background:#709cff1f;color:#a9c0ff}.batchLegendWarning{background:#ffb13633;color:#ffc66d;box-shadow:inset 0 0 0 1px #ffb13640}.batchLegendFailed{background:#ff414733;color:#ff8d92;box-shadow:inset 0 0 0 1px #ff414747}.batchLegendSuccess{background:#30cd7e1f;color:#7ee2ac}.batchTableWrap{overflow-x:auto;margin:18px -20px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.batchTable{width:100%;min-width:1180px;border-collapse:collapse;text-align:left}.batchTable th{background:#ffffff05;color:var(--muted);padding:11px 12px;font-size:10px;letter-spacing:.08em}.batchTable td{border-top:1px solid rgba(255,255,255,.06);color:#e8e8e8;padding:11px 12px;font-size:11px}.batchTable select,.batchTable input{min-width:115px;min-height:34px;padding:5px 7px;font-size:11px}.batchTable td:nth-child(3) input{min-width:180px}.batchDurationInput{width:72px!important;min-width:72px!important;margin-right:7px}.batchTable tbody tr{transition:background .16s ease}.batchTable tbody tr:hover{background:#ffffff06}.batchTable tbody tr.batchRowWarning{background:linear-gradient(90deg,rgba(255,166,50,.18),rgba(255,166,50,.055) 58%,transparent);box-shadow:inset 3px 0 #ffb136d9}.batchTable tbody tr.batchRowFailed{background:linear-gradient(90deg,rgba(255,65,71,.18),rgba(255,65,71,.055) 58%,transparent);box-shadow:inset 3px 0 #ff4147d9}.batchTable tbody tr.batchRowSuccess{opacity:.68;background:#30cd7e09}.batchTable tbody tr.batchRowUploading{background:linear-gradient(90deg,rgba(112,156,255,.13),transparent 62%)}.batchFileCell{display:flex;align-items:center;gap:10px;min-width:290px}.batchFileIcon{width:32px;height:32px}.batchFileCell>div{display:grid;gap:5px}.batchFileTitleLine{display:flex;align-items:center;gap:8px;min-width:0}.batchFileCell strong{max-width:290px;overflow:hidden;color:#fff;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.batchFileCell span{color:var(--muted);font-size:10px}.batchStatusMessage{color:#e8e8e8!important;font-weight:700}.batchStatusPill{display:inline-flex;flex:0 0 auto;align-items:center;border-radius:999px;padding:3px 7px;font-size:10px!important;font-weight:900;line-height:1}.batchStatusPill-parsing,.batchStatusPill-uploading{background:#709cff24;color:#b8c8ff!important}.batchStatusPill-ready{background:#709cff29;color:#c4d0ff!important}.batchStatusPill-warning{background:#ffb13638;color:#ffd184!important;box-shadow:inset 0 0 0 1px #ffb13647}.batchStatusPill-failed{background:#ff41473d;color:#ffa0a4!important;box-shadow:inset 0 0 0 1px #ff41474d}.batchStatusPill-success{background:#30cd7e29;color:#8ef0b8!important}.batchInlineSelect,.batchEditable{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#00000047;color:#ddd;padding:7px 8px;white-space:nowrap}.batchInlineSelect{gap:7px;cursor:pointer}.batchInlineWarning{border-color:#ffae40f2!important;background:#ffae4017!important;color:#ffc66d;box-shadow:0 0 0 1px #ffae4029}.batchEditable{min-width:165px}.batchTag{display:inline-block;border-radius:999px;background:#ffffff0f;padding:5px 8px;white-space:nowrap}.batchDuration{color:#fff;font-variant-numeric:tabular-nums;font-weight:900}.batchPrimaryToggle{display:grid;width:28px;height:20px;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0f;color:transparent}.batchPrimaryToggle.isOn{border-color:#ff41478c;background:#c8151b;color:#fff}.batchDeleteButton{min-height:30px;color:var(--muted)}.batchQueueFooter{padding-top:16px}.batchQueueSummary{gap:9px;color:#fff}.batchQueueSummary svg{color:var(--red)}.batchQueueSummary span{font-size:12px}.batchQueueSummary small{border-left:1px solid rgba(255,255,255,.12);color:var(--muted);margin-left:4px;padding-left:12px;font-size:10px}.batchQueueActions button{display:inline-flex;align-items:center;gap:6px}.batchQueueActions .primaryButton:disabled{opacity:1;cursor:default}label{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:900}input,select,textarea{width:100%;min-height:43px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#05050594;color:#fff;padding:8px 10px}select{color-scheme:dark}textarea{resize:vertical;line-height:1.5}input::placeholder,textarea::placeholder{color:#77726c}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fieldStack{display:grid;gap:6px}.fieldHint{color:var(--muted);font-size:12px;line-height:1.4}.customerCreateForm{display:grid;gap:16px;margin:-2px 0 18px;padding:16px;border:1px solid rgba(255,47,53,.26);border-radius:8px;background:linear-gradient(120deg,rgba(255,47,53,.1),transparent 36%),#ffffff09}.customerImportPanel{display:grid;gap:14px;margin:-2px 0 18px;padding:16px;border:1px solid rgba(255,47,53,.24);border-radius:10px;background:radial-gradient(circle at 94% 0%,rgba(255,47,53,.14),transparent 30%),linear-gradient(135deg,#ff2f3514,#ffffff06),#0003}.customerImportHeader,.customerImportFooter{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.customerImportHeader strong,.customerImportHeader span,.customerImportDropZone strong,.customerImportDropZone small{display:block}.customerImportHeader strong,.customerImportDropZone strong{color:#fff}.customerImportHeader span,.customerImportDropZone small,.customerImportFooter span{color:var(--muted);font-size:12px;font-weight:800;line-height:1.5}.customerTemplateButton{min-height:36px;min-width:max-content;padding:0 11px}.customerImportDropZone{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;min-height:76px;padding:14px;border:1px dashed rgba(255,47,53,.38);border-radius:10px;background:linear-gradient(135deg,rgba(255,47,53,.1),transparent 40%),#05050570;cursor:pointer}.customerImportDropZone svg{color:var(--red)}.customerImportPreview{display:grid;gap:12px}.customerImportSummary{display:flex;flex-wrap:wrap;gap:8px}.customerImportSummary span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0e;color:#fff;font-size:12px;font-weight:900}.customerImportTableWrap{max-height:360px;border:1px solid rgba(255,255,255,.08);border-radius:10px}.customerImportTable{min-width:960px}.customerImportTable td{vertical-align:top}.customerImportFooter{align-items:center}.customerImportResult{margin-bottom:0}.customerFormGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.formActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.checkLine{display:flex;align-items:center;gap:9px}.checkLine input{width:18px;min-height:18px;accent-color:var(--red)}.dropZone{display:grid;min-height:154px;place-items:center;padding:18px;border:1px dashed rgba(255,47,53,.36);border-radius:8px;background:radial-gradient(circle at 50% 42%,rgba(255,47,53,.16),transparent 45%),#ffffff09;text-align:center}.dropZone strong{color:#fff}.dropZone span{max-width:260px;color:var(--muted);font-size:13px;line-height:1.5}.primaryButton{min-height:44px;border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.14),transparent 34%),linear-gradient(135deg,var(--red),var(--red-deep));box-shadow:0 14px 30px #ff2f3533;color:#fff;cursor:pointer;font-weight:900}.primaryButton:hover{filter:brightness(1.06)}.loginShell{display:grid;min-height:100vh;place-items:center;padding:24px}.loginPanel{display:grid;width:min(430px,100%);gap:22px;padding:28px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#ffffff16,#ffffff05),var(--panel);box-shadow:0 24px 50px var(--shadow),inset 0 1px #ffffff0f}.loginBrand{display:grid;gap:5px}.loginBrand strong{color:#fff;font-size:15px;line-height:1.25}.loginBrand span{color:var(--muted);font-size:12px;font-weight:800}.loginPanel h1{font-size:clamp(34px,5vw,48px)}.loginForm{display:grid;gap:14px}.loginButton{width:100%;margin-top:2px}.dashboardSummary{display:flex;align-items:end;justify-content:space-between;gap:18px}.dashboardSummary span{color:var(--muted);font-size:13px;font-weight:800}.tokenMetricsPanel{padding:16px}.tokenMetricsPanel .panelHeader{margin-bottom:12px}.tokenMetricsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tokenMetricsGrid .metricCard{min-height:126px;padding:14px}.tokenMetricsGrid .metricCard strong{font-size:clamp(22px,2.4vw,32px)}.reportMetrics{grid-template-columns:repeat(5,minmax(150px,1fr))}.reportActions{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:12px;align-items:end}.reportActions .primaryButton{min-width:112px;padding:0 14px}.monthPicker{position:relative;display:grid;gap:8px;min-width:0}.monthPickerLabel{color:var(--muted);font-size:13px;font-weight:900}.monthPickerButton{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:43px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#050505b8;color:#fff;padding:8px 12px;font-weight:900;text-align:left;cursor:pointer}.monthPickerButton svg{flex:0 0 auto;color:var(--muted);transition:transform .16s ease}.monthPickerButton[aria-expanded=true]{border-color:#ff2f359e;box-shadow:0 0 0 3px #ff2f351c}.monthPickerButton[aria-expanded=true] svg{transform:rotate(180deg)}.monthPickerMenu{position:absolute;z-index:20;top:calc(100% + 8px);left:0;right:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:6px;padding:10px;border:1px solid rgba(255,47,53,.34);border-radius:8px;background:linear-gradient(145deg,#4a0d10f5,#070707fa 58%),#0b0b0b;box-shadow:0 18px 48px #00000075}.monthPickerList{display:grid;gap:6px;max-height:250px;overflow:auto;padding-right:4px}.monthOption{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;min-height:43px;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#05050594;color:#fff;cursor:pointer}.monthOption input{position:absolute;width:1px;height:1px;opacity:0}.monthOptionControl{display:inline-grid;width:22px;height:22px;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:5px;background:#ffffffeb;color:transparent;box-shadow:inset 0 0 0 1px #00000029}.monthOption:has(input:checked){border-color:#ff2f35b3;background:linear-gradient(135deg,#ff2f355c,#8300076b);box-shadow:inset 0 0 0 1px #ffffff14}.monthOption:has(input:checked) .monthOptionControl{border-color:#ff2f35eb;background:linear-gradient(135deg,#ff3d43,#c8000a);color:#fff;box-shadow:0 0 0 3px #ff2f3524,inset 0 1px #ffffff3d}.monthOption:has(input:focus-visible){outline:2px solid rgba(255,47,53,.7);outline-offset:2px}.monthPickerFooter{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 2px 0;border-top:1px solid rgba(255,255,255,.1)}.monthPickerFooter strong{min-width:max-content;color:#fff;font-size:13px;font-weight:900}.monthPickerFooter div{display:inline-flex;gap:8px}.monthPickerClearButton,.monthPickerApplyButton{min-height:34px;padding:0 10px}.monthPickerClearButton{border:1px solid rgba(255,255,255,.11);background:#ffffff0d;color:#d8d3cb}.monthPickerApplyButton{min-width:74px}.miniStats,.chipList{display:flex;flex-wrap:wrap;gap:10px}.miniStats span{padding:10px 12px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff0e;color:#fff;font-weight:900}.breakdownGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.breakdownList{display:grid;margin-top:12px}.breakdownRow{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line-soft)}.breakdownRow:last-child{border-bottom:0}.breakdownRow span{color:var(--muted)}.breakdownRow strong{color:#fff;text-align:right}.settingsGrid{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr)}.settingsCenterGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.settingsCenterCard{display:grid;grid-template-rows:auto 1fr auto auto;align-items:start;gap:16px;min-height:218px;text-align:left;color:var(--text);cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.settingsCenterCard:hover{border-color:#ff2f356b;background:linear-gradient(145deg,#ff2f351f,#ffffff06),var(--panel);transform:translateY(-2px)}.settingsCenterCard svg{box-sizing:content-box;width:22px;height:22px;padding:10px;border:1px solid rgba(255,47,53,.28);border-radius:8px;background:#ff2f351f;color:var(--red)}.settingsCenterCard h2{font-size:20px}.settingsCenterCard div span{display:block;margin-top:8px;color:var(--muted);font-size:13px;font-weight:700;line-height:1.5}.settingsCenterCard strong{align-self:end;color:#fff;font-size:24px;line-height:1}.settingsCenterCard>span{color:var(--muted);font-size:12px;font-weight:900}.settingsBackButton{min-width:max-content}.settingsDetailStack{display:grid;gap:16px}.settingsDetailHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:2px}.settingsDetailHeader h2{font-size:28px}.fieldList,.optionGroupStack{display:grid;gap:10px}.compactFieldList{grid-template-columns:repeat(2,minmax(0,1fr))}.fieldRow{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff0b}.fieldRow span{color:var(--red);font-size:12px;font-weight:900}.fieldRow strong{color:#fff}.optionGroupCount{min-width:max-content;color:var(--muted);font-size:12px;font-weight:900}.optionSummaryList{display:grid;gap:10px}.optionSummaryCard{display:grid;grid-template-columns:minmax(120px,.34fr) minmax(0,1fr) auto;gap:14px;align-items:center;min-height:76px;padding:14px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff0a}.optionSummaryTitle{display:grid;gap:6px}.optionSummaryTitle h2{font-size:15px}.optionSummaryTitle span{color:var(--muted);font-size:12px;font-weight:900}.optionSummaryChips{min-width:0}.optionManageButton{min-width:92px;min-height:38px}.employeeSettingsPanel{align-content:start}.employeeList{display:grid;gap:10px}.employeeManageRow{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;min-height:58px;padding:12px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff09}.employeeManageRow[data-inactive=true]{opacity:.74}.settingsDrawerBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;width:100%;height:100%;border:0;background:#00000075;cursor:pointer}.settingsDrawer{position:fixed;top:0;right:0;z-index:41;display:grid;grid-template-rows:auto 1fr;width:min(560px,94vw);height:100vh;border-left:1px solid var(--line);background:radial-gradient(circle at 100% 0%,rgba(255,47,53,.18),transparent 34%),#101010;box-shadow:-30px 0 70px #00000080}.settingsDrawerHeader{display:flex;justify-content:space-between;gap:16px;padding:22px;border-bottom:1px solid var(--line-soft)}.settingsDrawerHeader span{display:block;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.45}.settingsDrawerBody{display:grid;align-content:start;gap:12px;min-height:0;overflow:auto;padding:18px 22px 24px}.twoColumnDrawerForm{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.videoEditDrawer{width:min(520px,calc(100vw - 24px))}.videoEditForm{grid-template-columns:repeat(2,minmax(0,1fr))}.videoEditForm .drawerFormActions,.videoEditForm .formError,.wideField{grid-column:1 / -1}.assigneeField{display:grid;gap:12px;margin:0;padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:linear-gradient(120deg,rgba(255,47,53,.08),transparent 42%),#ffffff09}.assigneeField legend{padding:0 6px;color:var(--muted);font-size:13px;font-weight:900}.assigneeSummaryBar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.assigneeSummaryBar>div:first-child{display:grid;gap:5px;min-width:0}.assigneeSummaryBar strong{color:#fff;font-size:15px;line-height:1.2}.assigneeSummaryBar span,.assigneePickerFooter,.assigneeEmptyState{color:var(--muted);font-size:12px;font-weight:800;line-height:1.45}.assigneeSummaryActions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.assigneeActionButton{min-height:36px;padding:0 11px}.assigneeSelectedList{display:flex;flex-wrap:wrap;gap:8px;min-height:40px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff06}.assigneeSelectedList.isEmpty{color:var(--muted);font-size:13px;font-weight:800}.assigneeChip{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:5px 5px 5px 10px;border:1px solid rgba(255,47,53,.42);border-radius:999px;background:#ff2f3524;color:#fff;font-size:13px;font-weight:900}.assigneeChip button{display:inline-grid;width:22px;height:22px;place-items:center;border-radius:999px;background:#ffffff17;color:#fff;cursor:pointer}.assigneeChip button:hover{background:#ff2f354d}.assigneePickerPanel{display:grid;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#0003}.assigneeSearchField{gap:7px}.assigneeSearchField span{display:flex;align-items:center;gap:8px;min-height:38px;padding:0 10px;border:1px solid var(--line-soft);border-radius:8px;background:#0505059e}.assigneeSearchField svg{color:var(--muted)}.assigneeSearchField input{min-height:36px;padding:0;border:0;background:transparent}.assigneeGrid{display:grid;gap:8px}.assigneeOption{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:center;min-height:48px;padding:9px 10px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff09;color:#fff;cursor:pointer}.assigneeOption[data-selected=true]{border-color:#ff2f3594;background:linear-gradient(135deg,#ff2f3533,#76000729)}.assigneeOption input{position:absolute;width:1px;height:1px;opacity:0}.assigneeOptionCheck{display:inline-grid;width:22px;height:22px;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:5px;background:#ffffffe6;color:transparent}.assigneeOption[data-selected=true] .assigneeOptionCheck{border-color:#ff2f35eb;background:linear-gradient(135deg,#ff3d43,#c8000a);color:#fff}.assigneeOption:has(input:focus-visible){outline:2px solid rgba(255,47,53,.7);outline-offset:2px}.assigneeOptionText{display:grid;gap:3px;min-width:0}.assigneeOptionText strong{color:#fff;line-height:1.2}.assigneeOptionText span{color:var(--muted);font-size:12px;font-weight:800}.assigneeCreateBox{display:grid;grid-template-columns:minmax(140px,1fr) minmax(120px,.7fr) auto auto;gap:10px;padding:12px;border:1px dashed rgba(255,47,53,.28);border-radius:8px;background:#ff2f350e}.assigneeCreateBox .optionCreateButton{align-self:end}.drawerFormActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding-top:2px}.drawerOptionRow{min-height:72px}.drawerCreateForm{grid-template-columns:repeat(2,minmax(0,1fr))}.drawerCreateForm .optionCreateButton{grid-column:1 / -1;width:100%}.optionGroup{display:grid;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--line-soft)}.optionGroup:last-child{padding-bottom:0;border-bottom:0}.optionGroup h2{font-size:15px}.optionGroupHeader,.optionManageRow,.optionCreateForm,.optionActions{display:flex;align-items:center}.optionGroupHeader{justify-content:space-between;gap:12px}.optionGroupHeader span,.optionIdentity span,.readonlyNotice{color:var(--muted);font-size:12px;font-weight:900}.readonlyNotice{margin:0 0 4px;padding:10px 12px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff0b}.optionManageList{display:grid;gap:8px}.optionManageRow{min-height:62px;gap:10px;padding:10px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff09}.optionManageRow[data-inactive=true]{opacity:.56}.optionIdentity{display:grid;min-width:116px;gap:4px}.optionIdentity strong{color:#fff;line-height:1.25}.optionManageRow label{flex:1;min-width:160px}.optionActions{gap:6px}.iconButton{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff0f;color:#fff;cursor:pointer}.iconButton:hover:not(:disabled){border-color:#ff2f356b;background:#ff2f3524}.iconButton:disabled{cursor:not-allowed;opacity:.34}.dangerIconButton{color:#ffb3b5}.disabledChip{border-color:#ffffff14;background:#ffffff09;color:#8f8a83}.optionCreateForm{display:grid;grid-template-columns:minmax(160px,1fr) minmax(120px,.7fr) auto;gap:10px;padding:12px;border:1px dashed rgba(255,47,53,.28);border-radius:8px;background:#ff2f350e}.optionCreateButton{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:132px;align-self:end;padding:0 14px}@media(max-width:1320px){.metricsGrid,.reportMetrics{grid-template-columns:repeat(3,minmax(150px,1fr))}.settingsCenterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1120px){.topbar{display:grid}.topbarStatus{width:fit-content}.splitGrid,.wizardGrid,.videoDetailGrid{grid-template-columns:1fr}.batchDefaultGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.archiveFilterGrid{grid-template-columns:repeat(2,minmax(160px,1fr))}.optionManageRow{align-items:stretch;flex-direction:column}.optionSummaryCard{grid-template-columns:1fr;align-items:stretch}.employeeManageRow{grid-template-columns:minmax(0,1fr) auto}.optionManageButton{justify-self:end}.optionActions{align-self:flex-end}.rankingPanel{min-height:auto}}@media(max-width:760px){.app{grid-template-columns:1fr}.sidebar{position:static;height:auto;gap:18px;padding:16px}.navList{grid-template-columns:1fr}.workspace{padding:22px 16px 30px}.optionCreateForm,.assigneeCreateBox,.archiveControlRow,.archiveFilterGrid{grid-template-columns:1fr}.archiveCustomerMenu{width:100%;min-width:0}.archiveFilterPanelHeader,.panelHeader,.customerImportHeader,.customerImportFooter{display:grid}.panelHeaderActions{justify-content:flex-start}.compactFieldList,.drawerCreateForm,.twoColumnDrawerForm,.assigneeGrid{grid-template-columns:1fr}.assigneeSummaryBar{align-items:stretch;flex-direction:column}.assigneeSummaryActions{justify-content:flex-start}.settingsCenterGrid{grid-template-columns:1fr}.settingsCenterCard{min-height:188px}.settingsDetailHeader{display:grid}}@media(max-width:760px){h1{font-size:34px}.metricsGrid,.reportMetrics,.breakdownGrid,.formGrid{grid-template-columns:1fr}.metricCard{min-height:138px}.tokenMetricsGrid{grid-template-columns:1fr}.navList{gap:12px}.navButton{min-height:44px;padding:10px}.panel,.metricCard{padding:16px}.archiveHeader,.archiveHero,.reportToolbar,.settingsHero{display:grid}.archiveHeroActions{justify-content:flex-start;min-width:0}.segmentedControl{flex-wrap:wrap;min-width:0}.reportActions{grid-template-columns:1fr}.archiveStats{text-align:left}table{min-width:700px}}.app{grid-template-columns:252px minmax(0,1fr)}.sidebar{gap:20px;padding:22px 14px 18px}.brandMark{flex-basis:46px;width:46px;height:46px}.brand>div{padding-top:3px}.brand strong{font-size:12px}.brand span{font-size:11px}.navList{gap:8px}.navGroup{gap:6px}.navButton{min-height:40px;padding:9px 12px}.sidebarMeta{padding:12px 14px}.sidebarMeta strong{font-size:19px}.workspace{padding:24px clamp(20px,2.6vw,38px) 38px}.topbar{align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.topbarIdentity{display:grid;gap:3px}.topbarIdentity .eyebrow{margin-bottom:2px}.topbarIdentity>span{color:var(--muted);font-size:12px;font-weight:800}h1{max-width:none;font-size:clamp(28px,2.6vw,36px);font-weight:850;line-height:1}.topbarStatus{padding:8px 10px}.pageStack{gap:16px}.panel{padding:18px}.panel:before{opacity:.58}.panelHeader,.archiveHeader{margin-bottom:14px}.panelHeader>div:first-child{display:grid;gap:2px}.panelHeader .eyebrow{margin-bottom:3px}.panelHeaderMeta{display:block;max-width:360px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.45;text-align:right}.panelHeader h2,.archiveHero h2,.settingsHero h2,.reportToolbar h2{font-size:clamp(17px,1.15vw,20px);font-weight:800}.metricsGrid{gap:12px}.metricCard{grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:8px 10px;min-height:108px;padding:14px}.metricCard svg{grid-row:1;width:16px;height:16px;padding:7px}.metricCard span{grid-column:2;font-size:12px}.metricCard strong{grid-column:1 / -1;align-self:end;font-size:clamp(22px,1.7vw,29px)}.dashboardSummary{align-items:center;min-height:66px}.dashboardSummary .eyebrow{margin-bottom:3px}.splitGrid{gap:16px;align-items:start}.rankingPanel{min-height:0}.rankingPanel .tableWrap{max-height:366px;overflow:auto}.dashboardEmptyState{display:flex;align-items:flex-start;gap:13px;min-height:108px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#ffffff06}.dashboardEmptyState .pulse{flex:0 0 auto;margin-top:4px}.dashboardEmptyState div{display:grid;gap:6px}.dashboardEmptyState strong{color:#fff;font-size:14px}.dashboardEmptyState span:last-child{color:var(--muted);font-size:12px;line-height:1.5}.managementPanel{overflow:visible}.managementControlBar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(150px,190px) auto;gap:10px;align-items:center;margin-bottom:14px;padding:10px;border:1px solid var(--line-soft);border-radius:10px;background:linear-gradient(90deg,rgba(255,47,53,.07),transparent 44%),#ffffff06}.managementSearchField{display:flex;align-items:center;gap:9px;min-height:40px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#0505058f}.managementSearchField svg{flex:0 0 auto;color:var(--muted)}.managementSearchField input{min-height:38px;padding:0;border:0;background:transparent}.managementSearchField input:focus-visible{outline:0}.compactSelectField select{min-height:40px}.attentionFilterButton{min-height:40px;white-space:nowrap}.attentionFilterButton.isActive{border-color:#ff2f358a;background:#ff2f352b;color:#fff;box-shadow:inset 3px 0 0 var(--red)}.compactTableWrap{max-height:min(58vh,610px);overflow:auto;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:#00000014;scrollbar-gutter:stable}.compactBusinessTable{min-width:900px}.compactBusinessTable th{position:sticky;z-index:3;top:0;background:#111111f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.compactBusinessTable th,.compactBusinessTable td{padding:10px 9px}.compactBusinessTable td{font-size:12.5px}.compactBusinessTable .tableSub{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customerSummaryStrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.customerSummaryStrip div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:10px 12px;border:1px solid var(--line-soft);border-radius:9px;background:linear-gradient(125deg,rgba(255,47,53,.08),transparent 42%),#ffffff08}.customerSummaryStrip span{color:var(--muted);font-size:12px;font-weight:800}.customerSummaryStrip strong{color:#fff;font-size:20px}.customerStatsToolbar{min-height:58px;margin-bottom:10px;padding:10px 12px}.customerControlBar{margin-bottom:10px}.customerTable{min-width:1160px}.customerTableWrap{max-height:none;overflow-x:auto;overflow-y:visible;scrollbar-gutter:auto}.archiveTable{min-width:1120px}.archiveTableWrap{max-height:none;overflow-x:auto;overflow-y:visible}.archiveVersionTable{min-width:1580px}.authorDashboardPanel{display:grid;gap:16px}.authorActivityDashboard{gap:14px;background:radial-gradient(circle at 78% 0%,rgba(255,47,53,.12),transparent 30%),linear-gradient(150deg,rgba(255,255,255,.025),transparent 36%),var(--panel)}.authorDashboardHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.authorDashboardHeading h2{margin:3px 0 5px}.authorDashboardHeading>div:first-child>span{color:var(--muted);font-size:13px}.authorPreviewBadge{display:inline-flex;min-height:34px;align-items:center;gap:9px;padding:0 12px;border:1px solid rgba(255,47,53,.26);border-radius:999px;background:#ff2f3513;color:#ffd5d6;font-size:12px;font-weight:900;white-space:nowrap}.authorFilterBar{display:grid;grid-template-columns:repeat(3,minmax(150px,.72fr)) minmax(240px,1.5fr);gap:10px;padding:11px;border:1px solid var(--line-soft);border-radius:11px;background:linear-gradient(100deg,rgba(255,47,53,.055),transparent 34%),#00000029}.authorFilterBar label{display:grid;gap:6px}.authorFilterBar label>span{color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.04em}.authorFilterBar select,.authorFilterBar input{min-height:40px;border-color:#ffffff1a;background:#070707c2}.authorMetricGrid{display:grid;grid-template-columns:repeat(6,minmax(128px,1fr));gap:12px}.authorMetricCard{position:relative;min-height:104px;align-content:start;gap:5px;overflow:hidden}.authorMetricCard:after{position:absolute;right:-16px;bottom:-28px;width:74px;height:74px;border:1px solid rgba(255,47,53,.12);border-radius:999px;content:""}.authorMetricCard>span{margin-top:2px}.authorMetricCard>strong{font-size:clamp(21px,1.65vw,28px)}.authorMetricCard>small{color:var(--muted);font-size:11px;font-weight:750}.authorMetricIcon{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(255,47,53,.3);border-radius:8px;background:#ff2f351f;color:#ff6469}.authorOverviewGrid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:14px}.authorDataBlock{min-width:0;padding:15px;border:1px solid var(--line-soft);border-radius:11px;background:linear-gradient(145deg,#ffffff09,#ffffff03),#00000021}.authorBlockHeader{display:flex;min-height:38px;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:13px}.authorBlockHeader h3{margin:2px 0 0;color:#fff;font-size:16px}.authorBlockHeader>span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:850;white-space:nowrap}.authorComparisonList{display:grid;gap:8px}.authorComparisonRow{display:grid;grid-template-columns:minmax(132px,.8fr) minmax(110px,1.3fr) 74px 84px;align-items:center;gap:12px;min-height:58px;padding:8px 10px;border:1px solid rgba(255,255,255,.065);border-radius:9px;background:#ffffff05}.authorComparisonIdentity{display:flex;align-items:center;gap:9px}.authorComparisonIdentity div,.authorComparisonValue,.authorComparisonToken{display:grid;gap:2px}.authorComparisonIdentity strong,.authorComparisonValue strong,.authorComparisonToken strong{color:#fff;font-size:13px}.authorComparisonIdentity small,.authorComparisonValue span,.authorComparisonToken span{color:var(--muted);font-size:10px;font-weight:750}.authorComparisonBar{height:7px;overflow:hidden;border-radius:999px;background:#ffffff12}.authorComparisonBar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#b91820,#ff3c43 62%,#ff7e82);box-shadow:0 0 16px #ff2f3566}.authorComparisonValue,.authorComparisonToken{text-align:right}.authorCompositionBlock{display:grid;align-content:start}.authorCompositionRing{display:grid;width:148px;height:148px;margin:2px auto 15px;place-items:center;border-radius:50%;background:radial-gradient(circle,#181717 0 47%,transparent 49%),conic-gradient(#ff3b42 0 var(--image-share),#8e292d var(--image-share) var(--video-share),#4b4545 var(--video-share) 100%);box-shadow:inset 0 0 25px #00000047,0 0 28px #ff2f3517}.authorCompositionRing div{display:grid;gap:3px;text-align:center}.authorCompositionRing strong{color:#fff;font-size:27px}.authorCompositionRing span{color:var(--muted);font-size:10px;font-weight:850}.authorCompositionLegend{display:grid;gap:8px}.authorCompositionLegend>span{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:8px;color:var(--muted);font-size:11px}.authorCompositionLegend i{width:8px;height:8px;border-radius:999px}.authorCompositionLegend i.isImage{background:#ff3b42}.authorCompositionLegend i.isVideo{background:#8e292d}.authorCompositionLegend i.isOther{background:#4b4545}.authorCompositionLegend strong{color:#fff;font-size:12px}.authorRhythmGrid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.authorHeatmap{display:grid;gap:6px}.authorHeatmapHours,.authorHeatmapRow{display:grid;grid-template-columns:40px repeat(8,minmax(22px,1fr));gap:6px;align-items:center}.authorHeatmapHours span,.authorHeatmapRow>span{color:var(--muted);font-size:9px;font-weight:800;text-align:center}.authorHeatmapRow i,.authorHeatmapFoot i{display:block;min-height:23px;border-radius:5px}.authorHeatmapFoot{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:10px;color:var(--muted);font-size:9px;font-weight:800}.authorHeatmapFoot i{width:16px;min-height:10px}.heatLevel0{background:#ffffff0a}.heatLevel1{background:#ff2f351f}.heatLevel2{background:#ff2f3545}.heatLevel3{background:#ff2f357d;box-shadow:inset 0 0 0 1px #ff5b6021}.heatLevel4{background:#e82930;box-shadow:0 0 13px #ff2f3540}.authorNoteList{display:grid;gap:9px}.authorNoteList>div{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:11px;border:1px solid rgba(255,255,255,.065);border-radius:9px;background:#ffffff05}.authorNoteList>div>span{color:#ff4d52;font-size:12px;font-weight:950}.authorNoteList p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.authorNoteList strong{display:block;margin-bottom:2px;color:#fff;font-size:12px}.authorProjectBlock{padding-bottom:7px}.authorProjectTable{min-width:960px}.authorTokenValue{color:#ff7377}.authorEmptyState{padding:24px;color:var(--muted);font-size:12px;text-align:center}.authorInsightGrid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:16px;align-items:stretch}.authorRankingBlock,.authorAiPreviewPanel{min-width:0;padding:16px;border:1px solid var(--line-soft);border-radius:12px;background:radial-gradient(circle at 100% 0%,rgba(255,47,53,.1),transparent 34%),#ffffff06}.authorSubHeader{margin-bottom:12px}.authorTableWrap{max-height:min(50vh,520px)}.authorTable{min-width:1180px}.authorNameCell{display:flex;align-items:center;gap:10px;min-width:150px}.authorAvatar{display:inline-grid;flex:0 0 auto;width:30px;height:30px;place-items:center;border:1px solid rgba(255,47,53,.38);border-radius:999px;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.22),transparent 38%),#ff2f352e;color:#fff;font-size:12px;font-weight:950}.authorProgressTrack{display:block;width:min(190px,100%);height:6px;margin-top:8px;overflow:hidden;border-radius:999px;background:#ffffff13}.authorProgressBar{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--red),#ff777b);box-shadow:0 0 14px #ff2f356b}.authorTypePill,.pendingMetric{display:inline-flex;min-height:26px;align-items:center;justify-content:center;padding:0 9px;border-radius:999px;font-size:12px;font-weight:900}.authorTypePill{border:1px solid rgba(255,255,255,.11);background:#ffffff0e;color:#f1eee8}.pendingMetric{border:1px dashed rgba(255,47,53,.34);background:#ff2f3514;color:#ffc4c6}.authorAiPreviewPanel{display:grid;align-content:start;gap:14px}.authorAiPreviewPanel>div:first-child span{display:block;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.5}.authorPortraitDashboard{gap:14px;background:radial-gradient(circle at 88% -4%,rgba(226,59,69,.14),transparent 27%),linear-gradient(150deg,rgba(255,255,255,.024),transparent 35%),var(--panel)}.authorPortraitFilters{position:relative;display:grid;grid-template-columns:minmax(180px,.42fr) minmax(420px,1.3fr) auto;align-items:end;gap:14px;padding:12px;border:1px solid var(--line-soft);border-radius:11px;background:#0000002b}.authorPortraitFilters:has(.authorMonthPickerMenu){z-index:40;border-color:#e23b4542}.authorPortraitFilters label,.authorScopePicker{display:grid;gap:7px}.authorPortraitFilters label>span,.authorScopePicker>span{color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.06em}.authorMonthPicker .monthPickerLabel{font-size:10px;letter-spacing:.06em}.authorMonthPicker .monthPickerButton{min-height:38px}.authorMonthPickerMenu{right:auto;left:0;width:360px;max-width:min(360px,calc(100vw - 52px));grid-template-rows:auto minmax(0,1fr) auto;gap:10px;padding:13px;border-color:#e23b4594;background:#100e0f;box-shadow:0 24px 64px #000000d1,0 0 0 1px #ffffff0e,0 0 32px #e23b451f}.authorMonthPickerHint{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:1px 2px 2px}.authorMonthPickerHint strong{color:#fff;font-size:12px}.authorMonthPickerHint span{color:#9f9995;font-size:10px;font-weight:800}.authorMonthPickerMenu .monthPickerList{gap:8px;padding-right:0}.authorMonthPickerMenu .monthOption{min-height:48px;padding:0 13px;border-color:#ffffff1c;background:#191718;color:#e9e5e1;font-size:12px;font-weight:850}.authorMonthPickerMenu .monthOption:hover{border-color:#e23b4561;background:#21191a}.authorMonthPickerMenu .monthOptionControl{width:20px;height:20px;border-color:#ffffff4d;background:#0d0c0c;box-shadow:none}.authorMonthPickerMenu .monthOption:has(input:checked){border-color:#e23b45b8;background:linear-gradient(135deg,#5c171c,#291214);box-shadow:inset 3px 0 #e23b45}.authorMonthPickerMenu .monthOption:has(input:checked) .monthOptionControl{border-color:#ef4a54;background:#d82f39;box-shadow:0 0 0 3px #e23b4521}.authorMonthPickerMenu .monthPickerFooter{padding:12px 1px 0}.authorMonthPickerMenu .monthPickerFooter strong{color:#d9d3ce;font-size:11px}.authorMonthPickerMenu .monthPickerClearButton,.authorMonthPickerMenu .monthPickerApplyButton{min-height:38px;padding:0 13px}.authorScopePicker>div{display:flex;flex-wrap:wrap;gap:7px}.authorScopePicker button{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:0 13px;border:1px solid rgba(255,255,255,.09);border-radius:8px;background:#ffffff06;color:var(--muted);font-size:11px;font-weight:850}.authorScopePicker button i{width:6px;height:6px;border-radius:50%;background:#fff3}.authorScopePicker button.isActive{border-color:#e23b4561;background:#e23b451f;color:#fff}.authorScopePicker button.isActive i{background:#ef4650;box-shadow:0 0 9px #e23b4599}.authorPortraitFilters>p{margin:0 2px 11px 0;color:var(--muted);font-size:10px;font-weight:800;white-space:nowrap}.authorPortraitMetricGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.authorPortraitMetric{position:relative;display:grid;min-height:112px;align-content:space-between;gap:8px;overflow:hidden;padding:14px;border:1px solid var(--line-soft);border-radius:11px;background:linear-gradient(130deg,rgba(255,255,255,.04),transparent 62%),#0000001f}.authorPortraitMetric:after{position:absolute;right:-26px;bottom:-46px;width:105px;height:105px;border:1px solid rgba(226,59,69,.11);border-radius:50%;content:""}.authorPortraitMetric>div{display:flex;align-items:center;gap:8px;color:#ef5962}.authorPortraitMetric span,.authorPortraitMetric small{color:var(--muted);font-size:10px;font-weight:850}.authorPortraitMetric>strong{max-width:94%;color:#fff;font-size:clamp(19px,1.55vw,27px);line-height:1.15}.authorSectionBlock{min-width:0;padding:16px;border:1px solid var(--line-soft);border-radius:11px;background:linear-gradient(145deg,#ffffff08,#ffffff03),#00000024}.authorPortraitGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.authorPortraitCard{position:relative;display:grid;gap:14px;overflow:hidden;padding:15px;border:1px solid rgba(255,255,255,.085);border-radius:11px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--author-color) 15%,transparent),transparent 37%),#ffffff05}.authorPortraitCard:before{position:absolute;top:0;left:15px;width:48px;height:2px;background:var(--author-color);content:""}.authorPortraitCard header{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px}.authorPortraitAvatar{display:grid;width:38px;height:38px;place-items:center;border:1px solid color-mix(in srgb,var(--author-color) 55%,transparent);border-radius:50%;background:color-mix(in srgb,var(--author-color) 19%,#161414);color:#fff;font-size:15px;font-weight:950}.authorPortraitCard header>div{display:grid;gap:2px}.authorPortraitCard header strong{color:#fff;font-size:14px}.authorPortraitCard header small{color:var(--muted);font-size:10px}.authorPortraitCard header em{padding:5px 8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0b;color:#ddd8d2;font-size:9px;font-style:normal;font-weight:900;white-space:nowrap}.authorShareRows{display:grid;gap:10px}.authorShareRows>div{display:grid;gap:6px}.authorShareRows span{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;font-weight:800}.authorShareRows strong{color:#fff;font-size:11px}.authorShareRows i{height:6px;overflow:hidden;border-radius:999px;background:#ffffff12}.authorShareRows b{display:block;height:100%;border-radius:inherit;background:#858080}.authorShareRows .isCost b{background:var(--author-color);box-shadow:0 0 12px color-mix(in srgb,var(--author-color) 42%,transparent)}.authorShareReading{display:flex;min-height:31px;align-items:center;gap:7px;margin:-1px 0 0;padding:0 9px;border-radius:7px;background:#ffffff09;color:#b9b3ad;font-size:10px;font-weight:850}.authorShareReading.isNotable{background:color-mix(in srgb,var(--author-color) 11%,transparent);color:#f2d7d7}.authorPortraitCard dl{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-top:1px solid rgba(255,255,255,.07);padding-top:12px}.authorPortraitCard dl div{display:grid;gap:4px;padding:0 7px;border-left:1px solid rgba(255,255,255,.065)}.authorPortraitCard dl div:first-child{padding-left:0;border-left:0}.authorPortraitCard dt{color:var(--muted);font-size:8px;font-weight:800;white-space:nowrap}.authorPortraitCard dd{margin:0;color:#fff;font-size:11px;font-weight:900;white-space:nowrap}.authorChartLegend{display:flex;flex-wrap:wrap;gap:7px;margin:-4px 0 8px}.authorChartLegend>span{display:inline-grid;grid-template-columns:7px auto auto;align-items:center;gap:6px;padding:5px 8px;border:1px solid rgba(255,255,255,.07);border-radius:999px;color:#fff;font-size:10px}.authorChartLegend i{width:7px;height:7px;border-radius:50%}.authorChartLegend small{color:var(--muted);font-size:9px}.authorChartCanvas{width:100%;overflow-x:auto}.authorChartCanvas svg{display:block;width:100%;min-width:680px;height:auto}.authorChartGrid{stroke:#ffffff17;stroke-width:1}.authorChartAxis{fill:#817c79;font-size:10px;font-weight:800}.authorChartLine{fill:none;stroke:var(--series-color);stroke-linecap:round;stroke-linejoin:round;stroke-width:3;filter:drop-shadow(0 0 4px color-mix(in srgb,var(--series-color) 30%,transparent))}.authorChartPoint{fill:#151313;stroke:var(--series-color);stroke-width:3}.authorMixLegend{display:flex;justify-content:flex-end;gap:13px;margin:-34px 0 18px;color:var(--muted);font-size:9px;font-weight:850}.authorMixLegend span{display:flex;align-items:center;gap:5px}.authorMixLegend i{width:7px;height:7px;border-radius:2px}.authorMixGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.authorMixCard{display:grid;gap:11px;padding:13px;border:1px solid rgba(255,255,255,.075);border-radius:9px;background:#ffffff05}.authorMixCard header{display:flex;align-items:baseline;gap:7px}.authorMixCard header span{color:#fff;font-size:12px;font-weight:900}.authorMixCard header small{color:var(--muted);font-size:9px}.authorMixRow{display:grid;grid-template-columns:50px 1fr;align-items:center;gap:9px}.authorMixRow>strong{color:var(--muted);font-size:9px;font-weight:850}.authorMixRow>div{display:flex;height:26px;overflow:hidden;border-radius:6px;background:#ffffff0a}.authorMixRow>div span{display:grid;min-width:2px;place-items:center;color:#fff;font-size:8px;font-weight:950}.aiPreviewStack{display:grid;gap:10px}.aiPreviewCard{display:grid;gap:7px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:linear-gradient(135deg,#ffffff0f,#ffffff05),#00000024}.aiPreviewCard.isAccent{border-color:#ff2f3547;background:linear-gradient(135deg,rgba(255,47,53,.13),transparent 54%),#ffffff06}.aiPreviewCard span{color:var(--muted);font-size:12px;font-weight:900}.aiPreviewCard strong{color:#fff;font-size:24px;line-height:1}.aiPreviewCard small{color:var(--muted);font-size:12px;font-weight:750;line-height:1.45}.archiveControls{margin-bottom:12px}.archiveControlRow{padding:9px;border:1px solid var(--line-soft);border-radius:10px;background:#ffffff06}.archiveDetailPanel{position:fixed;z-index:39;top:20px;right:20px;bottom:20px;width:min(470px,calc(100vw - 40px));overflow:auto;border-color:#ff2f3552;background:radial-gradient(circle at 100% 0%,rgba(255,47,53,.2),transparent 32%),#101010;box-shadow:-28px 0 70px #0000009e}.archiveDetailPanel .videoDetailGrid{grid-template-columns:1fr}.archiveDetailPanel .playbackPlaceholder{min-height:190px}.reportScopeNote{display:block;margin-top:6px;color:var(--muted);font-size:12px;font-weight:800}.rankingPanel .tableWrap{max-height:none;overflow-x:auto;overflow-y:visible}.archiveLibraryPanel,.archiveLibraryPanel .archiveControls,.archiveLibraryPanel .archiveFilterPanel{overflow:visible}.archiveLibraryPanel .archiveFilterPanel{position:relative;z-index:12}.archiveLibraryPanel .archiveFilterField{position:relative;z-index:14}.archiveLibraryPanel .archiveCustomerMenu{z-index:120;width:min(460px,calc(100vw - 48px));max-height:min(460px,calc(100vh - 120px));overflow:auto}.archiveLibraryPanel .archiveCustomerSearchField{position:sticky;z-index:2;top:0}.archiveCustomerScopeToggle{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;align-items:center;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff09;cursor:pointer}.archiveCustomerScopeToggle input{grid-row:1 / span 2}.archiveCustomerScopeToggle span{color:#fff;font-size:12px;font-weight:900}.archiveCustomerScopeToggle small{color:var(--muted);font-size:11px}.archiveLibraryPanel .archiveCustomerOption strong,.archiveLibraryPanel .archiveCustomerOption span{overflow:visible;text-overflow:clip;white-space:normal}.archiveCustomerOption em{width:max-content;padding:2px 6px;border-radius:999px;background:#ffffff12;color:var(--muted);font-size:10px;font-style:normal;font-weight:900}.tablePagination{margin-top:12px}@media(max-width:1320px){.app{grid-template-columns:230px minmax(0,1fr)}.metricCard{min-height:102px}.authorMetricGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.authorFilterBar{grid-template-columns:repeat(2,minmax(180px,1fr))}.authorPortraitGrid,.authorMixGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.authorPortraitFilters{grid-template-columns:180px 1fr}.authorPortraitFilters>p{display:none}.customerSummaryStrip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.managementControlBar{grid-template-columns:1fr}.panelHeaderMeta{max-width:none;text-align:left}.authorInsightGrid,.authorOverviewGrid,.authorRhythmGrid{grid-template-columns:1fr}.authorMetricGrid,.authorPortraitMetricGrid,.authorPortraitGrid,.authorMixGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.customerSummaryStrip{grid-template-columns:1fr 1fr}}@media(max-width:760px){.app{grid-template-columns:1fr}.sidebar{position:sticky;z-index:35;top:0;height:auto;overflow-x:auto;padding:12px}.brand,.sidebarMeta,.navGroupTitle{display:none}.navList{display:flex;min-width:max-content;gap:6px}.navGroup{display:flex;gap:6px}.navButton{width:auto;min-height:38px;padding:8px 11px}.topbar{display:flex;align-items:center}.sessionStatus div,.sessionStatus .pulse{display:none}.customerSummaryStrip,.authorMetricGrid,.authorPortraitFilters,.authorPortraitMetricGrid,.authorPortraitGrid,.authorMixGrid{grid-template-columns:1fr}.authorMonthPickerMenu{width:100%;max-width:none}.authorMixLegend{justify-content:flex-start;margin:0 0 14px}.authorDashboardHeading{align-items:stretch;flex-direction:column}.authorPreviewBadge{width:max-content}.authorFilterBar{grid-template-columns:1fr}.authorComparisonRow{grid-template-columns:minmax(130px,1fr) 72px 82px}.authorComparisonBar{display:none}.authorHeatmapHours,.authorHeatmapRow{grid-template-columns:34px repeat(8,minmax(15px,1fr));gap:4px}.authorRankingBlock,.authorAiPreviewPanel{padding:12px}.archiveDetailPanel{top:10px;right:10px;bottom:10px;left:10px;width:auto}.tablePagination{align-items:stretch;flex-direction:column}.tablePaginationControls{justify-content:space-between}}@media(min-width:1121px){.dashboardMetricsGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.reportMetrics{grid-template-columns:repeat(4,minmax(0,1fr))}.settingsCenterGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.sidebar{overflow:visible}.navList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;min-width:0;gap:6px}.navGroup{display:contents}.navButton{justify-content:center;width:100%;min-height:38px;padding:8px 10px;text-align:center;white-space:nowrap}.navButton svg{display:none}}.authorStudio{--studio-red: #ff3e49;--studio-border: rgba(255, 255, 255, .1);--studio-surface: rgba(18, 19, 22, .92);display:grid;gap:12px;padding:16px;border-color:#ff3e4957;background:radial-gradient(circle at 102% 12%,rgba(255,62,73,.08),transparent 28%),linear-gradient(145deg,#141518fa,#0a0b0dfa)}.authorStudio button{font:inherit}.srOnly{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.authorStudioHeader,.authorStudioNav,.authorStudioTabs,.authorStudioBlockHeader,.authorStudioCard header,.authorMvpCard,.authorProfileHero,.authorStudioNavActions{display:flex;align-items:center}.authorStudioHeader{justify-content:space-between;min-height:52px}.authorStudioHeader h2,.authorStudioNav h2{margin:0;color:#f7f7f8;font-size:22px;font-weight:760;letter-spacing:-.04em}.authorStudioHeader>div:first-child>span{display:block;margin-top:2px;color:#777b82;font-size:12px;letter-spacing:.04em}.authorStudioStatus{display:flex;align-items:center;gap:7px;color:#8c8f96;font-size:11px;font-weight:700}.authorStudioTabs{position:relative;z-index:80;gap:3px;min-height:40px;overflow:visible;padding:4px;border:1px solid var(--studio-border);border-radius:7px;background:#ffffff09}.authorStudioTabs>button{min-width:90px;height:30px;padding:0 14px;border:0;border-radius:5px;background:transparent;color:#8f9298;font-size:12px;font-weight:750;cursor:pointer}.authorStudioTabs>button:hover,.authorStudioTabs>button.isActive{color:#fff;background:linear-gradient(135deg,#ff4b56,#c91f2b);box-shadow:0 5px 18px #ff303c3b}.authorStudioMonthPicker{position:relative;z-index:90;width:154px;margin-left:auto}.authorStudioMonthPicker .monthPickerButton{min-height:30px;padding:0 9px;border-color:#ffffff17;border-radius:5px;background:#00000038;font-size:11px}.authorStudioMonthPicker .authorMonthPickerMenu{z-index:100;right:0;left:auto;top:calc(100% + 8px);width:380px;pointer-events:auto;background:#100e0f;isolation:isolate}.authorStudioMonthPicker .authorMonthPickerHint strong,.authorStudioMonthPicker .monthOption{font-size:13px}.authorStudioMonthPicker .authorMonthPickerHint span,.authorStudioMonthPicker .monthPickerFooter strong,.authorStudioMonthPicker .monthPickerClearButton,.authorStudioMonthPicker .monthPickerApplyButton{font-size:12px}.authorStudioMonthPicker .monthOption{min-height:52px;-webkit-user-select:none;user-select:none}.authorStudioMonthPicker .monthOptionControl{width:24px;height:24px}.authorTeamMetricStrip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));padding:10px 4px;border:1px solid var(--studio-border);border-radius:7px;background:linear-gradient(180deg,#ffffff09,#ffffff03)}.authorTeamMetricStrip article{display:grid;grid-template-columns:22px auto;align-items:center;justify-content:center;column-gap:4px;min-height:44px;border-right:1px solid rgba(255,255,255,.08)}.authorTeamMetricStrip article:last-child{border-right:0}.authorTeamMetricStrip svg{grid-row:1 / 3;color:var(--studio-red)}.authorTeamMetricStrip strong{color:#f6f6f7;font-size:18px;line-height:1}.authorTeamMetricStrip span{color:#777b82;font-size:11px}.authorMvpCard{position:relative;min-height:142px;overflow:hidden;padding:17px 22px;border:1px solid rgba(255,62,73,.34);border-radius:10px;background:radial-gradient(circle at 8% 52%,rgba(255,62,73,.24),transparent 30%),linear-gradient(108deg,#67121975,#231114b8 48%,#111215f5);box-shadow:0 18px 42px #0000003d,inset 0 1px #ffffff0e}.authorMvpCard:after{position:absolute;top:0;left:22px;width:110px;height:2px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,#ff3e49,#ff3e4900);content:""}.authorMvpCard>div:first-child{display:grid;gap:13px;margin-right:24px}.authorMvpCard>div:first-child>span,.authorBadgeShelf h3,.authorRanking h3,.authorStudioSectionTitle{color:#d9dade;font-size:13px;font-weight:780}.authorStudioAvatar,.authorProfileAvatar{display:grid;overflow:hidden;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:12px;color:#fff;background:linear-gradient(145deg,#ff6a64,#e62232 58%,#a91320);box-shadow:0 10px 28px #0000004d;text-shadow:0 2px 12px rgba(0,0,0,.32)}.authorStudioAvatar img,.authorProfileAvatar img,.authorStudioMiniAvatar img,.authorRankingAvatar img{display:block;width:100%;height:100%;object-fit:cover}.authorStudioAvatar{width:82px;height:82px;font-size:39px}.authorMvpIdentity{min-width:390px}.authorMvpIdentity h3{display:inline;margin:0 10px 0 0;color:#fff;font-size:22px}.authorMvpIdentity em,.authorStudioCard em,.authorRanking em,.authorProfileIdentity span,.authorProfileIdentity em{padding:3px 8px;border:1px solid rgba(255,74,84,.45);border-radius:999px;color:#ff747c;background:#ff3e491a;font-size:10px;font-style:normal;font-weight:800}.authorMvpIdentity p{margin:5px 0 14px;color:#9a9da3;font-size:12px}.authorMvpIdentity dl,.authorStudioCard dl,.authorProfileHero dl{display:flex;margin:0}.authorMvpIdentity dl div{min-width:92px;padding-right:18px;border-right:1px solid rgba(255,255,255,.09);text-align:center}.authorMvpIdentity dl div:last-child{border-right:0}.authorMvpIdentity dd,.authorStudioCard dd,.authorProfileHero dd{margin:0 0 3px;color:#fff;font-size:19px;font-weight:720}.authorMvpIdentity dt,.authorStudioCard dt,.authorProfileHero dt{color:#777b82;font-size:10px}.authorMvpCard>svg{margin-left:auto;color:#ff4e5847;stroke-width:1}.authorMvpScores{display:grid;min-width:150px;align-content:center;gap:7px;margin-left:auto}.authorMvpScores span{display:flex;justify-content:space-between;gap:16px;color:#858991;font-size:10px}.authorMvpScores strong{color:#f1f2f4}.authorMvpEmpty{display:flex;min-height:78px;align-items:center;gap:13px;padding:16px 20px;border:1px dashed rgba(255,255,255,.12);border-radius:9px;background:#ffffff05;color:#686c73}.authorMvpEmpty div{display:grid;gap:4px}.authorMvpEmpty strong{color:#c8cacf;font-size:13px}.authorMvpEmpty span{font-size:10px}.authorStudioRegion{display:grid;gap:12px;padding:15px;border:1px solid rgba(255,255,255,.085);border-radius:10px}.authorArchiveRegion{background:linear-gradient(180deg,rgba(255,255,255,.032),transparent 28%),#080a0db8;box-shadow:inset 0 1px #ffffff06}.authorObservationRegion{border-color:#fff1;background:radial-gradient(circle at 92% 0%,rgba(255,62,73,.05),transparent 30%),#09090b8a}.authorStudioRegionHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:1px 2px 3px}.authorStudioRegionHeader>div{display:grid;gap:2px}.authorStudioRegionHeader span{color:var(--studio-red);font-size:9px;font-weight:850;letter-spacing:.12em}.authorStudioRegionHeader h3{margin:0;color:#f0f1f3;font-size:16px;letter-spacing:-.02em}.authorStudioRegionHeader small{color:#73767d;font-size:10px;font-weight:700}.authorObservationContent{display:grid;gap:10px}.authorStudioCardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.authorStudioCard{display:flex;min-height:330px;flex-direction:column;padding:12px;border:1px solid var(--studio-border);border-radius:8px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--author-color) 10%,transparent),transparent 42%),#ffffff08}.authorArchiveRegion .authorStudioCard{box-shadow:0 8px 20px #00000024}.authorStudioCard header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px}.authorStudioMiniAvatar,.authorRankingAvatar{display:grid;overflow:hidden;place-items:center;width:31px;height:31px;border:1px solid rgba(255,255,255,.14);border-radius:7px;color:#fff;background:color-mix(in srgb,var(--author-color) 72%,#1d2025);font-size:14px;font-weight:800}.authorStudioCard header>div{display:grid;margin-right:auto}.authorStudioCard header strong{color:#f3f4f5;font-size:14px}.authorStudioCard header small{color:#696d75;font-size:10px}.authorCardAwardChips{grid-column:1 / -1;display:flex;box-sizing:border-box;height:38px;min-height:38px;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:5px;margin:2px 0 0;padding-top:8px;overflow-x:auto;border-top:1px solid rgba(255,255,255,.065);scrollbar-width:none}.authorCardAwardChips::-webkit-scrollbar{display:none}.authorCardAwardChips em{flex:0 0 auto}.authorStudioCard header>.authorCardAwardChips{display:flex;align-items:center;min-width:0;margin-right:0}.authorCardAwardChips:empty{display:flex;visibility:hidden}.authorStudioCard.isEmpty{opacity:.76}.authorStudioCard dl{margin:12px 0;padding:10px 0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}.authorStudioCard dl div{flex:1;text-align:center}.authorStudioCard dd{font-size:15px}.authorStudioRanks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.authorStudioRanks span{display:grid;gap:2px;padding:7px 8px;border:1px solid rgba(255,255,255,.065);border-radius:5px;background:#ffffff05;color:#84878d;font-size:10px}.authorStudioRanks strong{color:#cfd1d5;font-size:11px}.authorStudioNoDelivery{min-height:48px;margin:0;padding:10px;border:1px dashed rgba(255,255,255,.08);border-radius:6px;color:#777b82;font-size:10px;line-height:1.5}.authorStudioCard>button{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;height:30px;margin-top:auto;border:1px solid rgba(255,255,255,.09);border-radius:5px;color:#c8cace;background:#ffffff06;font-size:11px;cursor:pointer}.authorStudioCard>button:hover{border-color:#ff3e4980;color:#fff;background:#ff3e491a}.authorAwardBoard,.authorPerformanceTable,.authorProfileChartCard,.authorPeakPanel,.authorWorksBlock{padding:12px;border:1px solid var(--studio-border);border-radius:8px;background:#ffffff05}.authorObservationRegion .authorAwardBoard,.authorObservationRegion .authorPerformanceTable{border-color:#ffffff12;background:#ffffff04;box-shadow:none}.authorAwardBoard>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.authorAwardBoard article{position:relative;overflow:hidden;display:grid;grid-template-columns:38px minmax(0,1fr) auto;grid-template-rows:auto auto auto auto;gap:3px 11px;min-height:92px;align-content:center;padding:13px 14px 11px;border:1px solid rgba(255,255,255,.085);border-radius:9px;background:linear-gradient(135deg,rgba(255,62,73,.075),transparent 62%),#ffffff05;box-shadow:inset 0 1px #ffffff0b;transition:border-color .16s ease,background .16s ease,transform .16s ease}.authorAwardBoard article:before{position:absolute;top:0;left:0;width:46px;height:2px;background:#ff5962;content:""}.authorAwardBoard article:hover{border-color:#ff596252;background:linear-gradient(135deg,rgba(255,62,73,.12),transparent 62%),#ffffff06;transform:translateY(-1px)}.authorAwardBoard article svg{grid-column:1;grid-row:1 / span 3;align-self:start;box-sizing:content-box;width:18px;height:18px;margin-top:1px;padding:9px;border:1px solid rgba(255,89,98,.34);border-radius:10px;background:#ff3e491a;color:#ff5962}.authorAwardBoard article>span{grid-column:2;grid-row:1;color:#ff7079;font-size:12px;font-weight:900;letter-spacing:.04em}.authorAwardBoard article>small{grid-column:2;grid-row:3;color:#b9bbc0;font-size:11px;font-weight:750}.authorAwardBoard article>small:not(.authorAwardRule){grid-column:3;grid-row:1 / span 2;align-self:center;justify-self:end;box-sizing:border-box;width:178px;padding:8px 11px;border:1px solid rgba(255,89,98,.28);border-radius:7px;color:#f0f1f3;background:#ff3e4917;font-size:13px;font-weight:850;line-height:1.2;text-align:center;white-space:nowrap}.authorAwardBoard article .authorAwardRule{grid-column:1 / -1;grid-row:4;margin-top:6px;padding-top:7px;border-top:1px solid rgba(255,255,255,.065);color:#777b82;font-size:9px;font-weight:650;line-height:1.35}.authorAwardBoard article strong{grid-column:2;grid-row:2;color:#fff;font-size:15px;font-weight:850}.authorAwardBoard.isDisabled{display:grid;gap:4px;color:#74777e}.authorAwardBoard.isDisabled strong{color:#c9cbd0;font-size:13px}.authorAwardBoard.isDisabled span{font-size:10px}.authorPerformanceTableScroll{overflow-x:auto}.authorPerformanceTable table{min-width:850px}.authorPerformanceTable th,.authorPerformanceTable td{padding:9px 8px;font-size:10px}.authorPerformanceTable td:first-child{display:flex;align-items:center;gap:7px}.authorTableAwards{display:flex;flex-wrap:wrap;gap:4px}.authorTableAwards span{padding:2px 6px;border:1px solid rgba(255,62,73,.28);border-radius:999px;color:#ff7880;background:#ff3e4912;font-size:9px}.authorStudioBlockHeader{justify-content:space-between;margin-bottom:9px}.authorStudioBlockHeader h3,.authorPeakPanel h3{margin:0;color:#e9eaec;font-size:13px}.authorStudioBlockHeader span,.authorStudioBlockHeader small{color:#74777e;font-size:10px}.authorRanking>article{display:grid;grid-template-columns:24px 28px 90px 74px 80px 90px 1fr;align-items:center;gap:7px;min-height:37px;border-top:1px solid rgba(255,255,255,.065);color:#8c8f96;font-size:10px}.authorRanking>article>b:first-child{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:#fff;background:#303238}.authorRanking>article:first-of-type>b:first-child{background:var(--studio-red)}.authorRankingAvatar{width:24px;height:24px;background:#91303a;font-size:10px}.authorRanking>article>strong{color:#e8e9eb;font-size:12px}.authorStudioNav{position:relative;justify-content:space-between;min-height:34px}.authorStudioBack,.authorStudioNavActions>button{display:flex;align-items:center;gap:4px;height:27px;padding:0 9px;border:1px solid rgba(255,255,255,.08);border-radius:5px;color:#9a9da3;background:#ffffff06;font-size:10px;cursor:pointer}.authorStudioNav h2{position:absolute;left:50%;transform:translate(-50%);font-size:17px}.authorStudioNavActions{gap:5px}.authorStudioNavActions .authorStudioMonthPicker{margin-left:10px}.authorProfileHero{min-height:112px;padding:15px 20px;border:1px solid var(--studio-border);border-radius:8px;background:radial-gradient(circle at 10% 50%,color-mix(in srgb,var(--author-color) 12%,transparent),transparent 26%),#ffffff06}.authorProfileAvatar{width:84px;height:84px;margin-right:19px;font-size:39px}.authorProfileIdentity{min-width:240px}.authorProfileIdentity h3{margin:0;color:#fff;font-size:22px}.authorProfileIdentity p{margin:1px 0 7px;color:#a3a6ac;font-size:12px}.authorProfileIdentity em{margin-left:5px;color:#a9a5e8;border-color:#7c83ff73;background:#7c83ff1a}.authorProfileIdentity small{display:block;margin-top:7px;color:#777b82;font-size:10px}.authorProfileHero dl{flex:1;justify-content:flex-end}.authorProfileHero dl div{min-width:92px;text-align:center}.authorProfileHero dd{font-size:22px}.authorStudioSectionTitle{margin:1px 0 -5px 3px}.authorProfileMetricGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.authorProfileMetricGrid article{position:relative;display:grid;grid-template-columns:24px 1fr;align-items:center;min-height:86px;padding:10px 12px 27px;border:1px solid var(--studio-border);border-radius:7px;background:#ffffff06}.authorProfileMetricGrid svg{grid-row:1 / 3;color:var(--studio-red)}.authorProfileMetricGrid span{color:#81848b;font-size:10px}.authorProfileMetricGrid strong{color:#f4f5f6;font-size:18px}.authorProfileMetricGrid small{position:absolute;right:11px;bottom:11px;color:#6f7278;font-size:9px}.authorMetricTrend{position:absolute;bottom:8px;left:36px;color:#74777e;font-size:9px;font-style:normal;font-weight:750}.authorMetricTrend.is-positive{color:#67cba9}.authorMetricTrend.is-negative{color:#ff6971}.authorScorePanel{display:grid;grid-template-columns:minmax(150px,.65fr) minmax(320px,2fr);gap:12px;padding:12px;border:1px solid var(--studio-border);border-radius:8px;background:linear-gradient(110deg,#ff3e4913,#ffffff05)}.authorScoreSummary{display:grid;align-content:center;gap:3px;padding-right:12px;border-right:1px solid rgba(255,255,255,.08)}.authorScoreSummary span,.authorScoreSummary small,.authorScorePanel>p{color:#777b82;font-size:10px}.authorScoreSummary strong{color:#fff;font-size:28px}.authorScoreBreakdown{display:grid;align-content:center;gap:8px}.authorScoreBreakdown>div{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:9px}.authorScoreBreakdown span{display:flex;justify-content:space-between;color:#8b8e95;font-size:10px}.authorScoreBreakdown span strong{color:#d7d9dd}.authorScoreBreakdown i{height:6px;overflow:hidden;border-radius:999px;background:#ffffff12}.authorScoreBreakdown i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e23b45,#ff777f)}.authorProfileRhythm{display:grid;grid-template-columns:minmax(0,3fr) minmax(190px,1fr);gap:8px}.authorProfileChartCard .authorChartCanvas svg{min-width:600px}.authorProfileChartCard .authorChartLine{stroke-width:2.5}.authorStudioBlockHeader>div>span{display:inline-flex;align-items:center;gap:6px;margin-top:4px}.authorStudioBlockHeader i,.authorPeakPanel i{display:inline-block;width:6px;height:6px;border-radius:50%}.authorStudioBlockHeader i.isRed,.authorPeakPanel i.isRed{background:var(--studio-red)}.authorStudioBlockHeader i.isGray,.authorPeakPanel i.isGray{background:#9b999b}.authorStudioBlockHeader i.isTeam{background:#91959d}.authorChartReferenceLine{--series-color: #8d9199;opacity:.72;stroke-dasharray:7 6;stroke-width:2}.authorPeakPanel{display:grid;align-content:start;gap:9px}.authorPeakPanel article{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:8px;padding:11px;border:1px solid rgba(255,255,255,.065);border-radius:6px;background:#ffffff05}.authorPeakPanel article div{display:grid;gap:3px}.authorPeakPanel strong,.authorPeakPanel b{color:#e1e2e4;font-size:11px}.authorPeakPanel span{color:#73767d;font-size:10px}.authorWorksTable header,.authorWorksTable article{display:grid;grid-template-columns:minmax(280px,1.8fr) minmax(120px,1fr) 80px 110px;align-items:center;gap:10px}.authorWorksTable header{min-height:28px;color:#70737a;font-size:10px}.authorWorksTable article{min-height:48px;border-top:1px solid rgba(255,255,255,.065);color:#a8abb0;font-size:11px}.authorWorksTable article>div{display:flex;align-items:center;gap:8px;min-width:0}.authorWorksTable article>div strong{overflow:hidden;color:#e4e5e7;text-overflow:ellipsis;white-space:nowrap}.authorWorksTable article em{padding:2px 6px;border:1px solid rgba(255,62,73,.28);border-radius:99px;color:#ff737b;font-size:9px;font-style:normal}.authorWorkThumb{display:grid;flex:0 0 48px;height:30px;place-items:center;border-radius:4px;color:#ffffffbf;background:radial-gradient(circle at 35% 30%,rgba(99,214,181,.45),transparent 33%),linear-gradient(135deg,#303a49,#17191e)}.authorStudioEmpty{margin:0;padding:24px 8px;color:#777b82;font-size:11px;text-align:center}.authorProfileMonthlyBlock{overflow:hidden}.authorProfileTrendChart svg{min-width:620px}.authorProfileTrendChart .authorChartLineSecondary{opacity:.8}@media(max-width:1180px){.authorTeamMetricStrip{grid-template-columns:repeat(4,minmax(0,1fr))}.authorTeamMetricStrip article:nth-child(4){border-right:0}.authorStudioCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.authorProfileHero dl div{min-width:70px}}@media(max-width:760px){.authorStudio{padding:10px}.authorStudioHeader,.authorStudioNav,.authorMvpCard,.authorProfileHero,.authorStudioRegionHeader{align-items:stretch;flex-direction:column;gap:12px}.authorStudioTabs{align-items:stretch;overflow-x:auto}.authorStudioTabs>button{flex:0 0 auto}.authorStudioMonthPicker{flex:0 0 154px}.authorTeamMetricStrip,.authorStudioCardGrid,.authorProfileMetricGrid,.authorProfileRhythm{grid-template-columns:1fr}.authorAwardBoard>div:last-child,.authorScorePanel{grid-template-columns:1fr}.authorAwardBoard article>small:not(.authorAwardRule){width:156px}.authorScoreSummary{padding-right:0;padding-bottom:10px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.authorScoreBreakdown>div{grid-template-columns:86px 1fr}.authorTeamMetricStrip article{border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}.authorMvpCard>svg{display:none}.authorMvpIdentity{min-width:0}.authorRanking>article{grid-template-columns:24px 28px 1fr 78px}.authorRanking>article>span:nth-of-type(n+2),.authorRanking>article>i{display:none}.authorStudioNav h2{position:static;transform:none}.authorStudioNavActions{flex-wrap:wrap}.authorProfileHero dl{justify-content:flex-start;flex-wrap:wrap}.authorWorksTable{overflow-x:auto}.authorWorksTable header,.authorWorksTable article{min-width:700px}}.authorStudioTabScroller{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:none}.authorStudioTabScroller::-webkit-scrollbar{display:none}.authorStudioTabScroller>button{flex:0 0 auto;min-width:90px;height:30px;padding:0 14px;border:0;border-radius:5px;background:transparent;color:#8f9298;font-size:12px;font-weight:750;cursor:pointer}.authorStudioTabScroller>button:hover,.authorStudioTabScroller>button.isActive{color:#fff;background:linear-gradient(135deg,#ff4b56,#c91f2b);box-shadow:0 5px 18px #ff303c3b}.authorMobileScrollHint{display:none}@media(max-width:760px){.authorStudioTabs{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;overflow:visible}.authorStudioTabScroller{width:100%}.authorStudioTabs>.authorStudioMonthPicker{width:100%;margin-left:0}.authorStudioTabs .authorStudioMonthPicker .monthPickerButton,.authorStudioNavActions .authorStudioMonthPicker .monthPickerButton{width:100%;justify-content:space-between}.authorStudioNavActions .authorStudioMonthPicker{width:100%;flex:1 1 100%;margin-left:0}.authorStudioMonthPicker .authorMonthPickerMenu{width:min(380px,calc(100vw - 28px));max-width:calc(100vw - 28px)}.authorAwardBoard article{grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto auto auto;gap:4px 9px}.authorAwardBoard article svg{width:16px;height:16px;padding:8px}.authorAwardBoard article>span{grid-column:2;grid-row:1;align-self:center}.authorAwardBoard article strong{grid-column:2;grid-row:2}.authorAwardBoard article>small:not(.authorAwardRule){grid-column:2;grid-row:3;width:100%;max-width:100%;justify-self:stretch;align-self:stretch}.authorAwardBoard article .authorAwardRule{grid-row:4}.authorMobileScrollHint{display:block;margin:6px 0 0;color:#6f737a;font-size:9px;text-align:right}.authorPerformanceTableScroll,.authorWorksTable{max-width:100%;overscroll-behavior-inline:contain}.authorPerformanceTable th:first-child,.authorPerformanceTable td:first-child{position:sticky;z-index:1;left:0;background:#141518;box-shadow:8px 0 12px #0000002e}.authorPerformanceTable th:first-child{z-index:2}.authorWorksTable header>span:first-child,.authorWorksTable article>div:first-child{position:sticky;z-index:1;left:0;background:#141518;box-shadow:8px 0 12px #0000002e}}
