:root{--dc-bg: #020617;--dc-bg-soft: #0f172a;--dc-panel: rgba(15, 23, 42, .72);--dc-panel-strong: rgba(15, 23, 42, .94);--dc-row: rgba(30, 41, 59, .58);--dc-row-hover: rgba(51, 65, 85, .72);--dc-input: rgba(255, 255, 255, .1);--dc-input-strong: rgba(255, 255, 255, .14);--dc-border: rgba(148, 163, 184, .16);--dc-border-strong: rgba(34, 211, 238, .42);--dc-text: #ffffff;--dc-text-soft: rgba(255, 255, 255, .78);--dc-text-muted: rgba(255, 255, 255, .58);--dc-cyan: #22d3ee;--dc-violet: #8b5cf6;--dc-green: #4ade80;--dc-amber: #facc15;--dc-red: #f87171;--dc-radius: 8px;--dc-gap: 14px;--dc-sidebar: 272px;--dc-gradient: linear-gradient(135deg, #22d3ee, #2563eb);--dc-hero-bg: rgba(15, 23, 42, .72);--dc-hero-border: rgba(148, 163, 184, .16);--dc-hero-shadow: 0 18px 45px rgba(0, 0, 0, .18);--dc-hero-min-height: 162px;--dc-hero-padding: 24px;--dc-hero-gap: 24px;--dc-eyebrow: #66c7ff;--dc-hero-copy: #aab8ce}.admin-shell.v3-shell .figma-playlists-page{display:flex;flex-direction:column;gap:18px;color:var(--dc-text)}.admin-shell.v3-shell .figma-playlists-page.has-active-playlist{gap:16px}.admin-shell.v3-shell .figma-playlists-page .notice{margin:0}.admin-shell.v3-shell .playlist-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.admin-shell.v3-shell .playlist-kpi-card{min-width:0;min-height:112px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:14px;padding:18px;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:0 14px 34px #1018280f}.admin-shell.v3-shell .playlist-kpi-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#eff6ff;color:#0b6bff;font-size:13px;font-weight:900}.admin-shell.v3-shell .playlist-kpi-icon.green{background:#dcfce7;color:#16a34a}.admin-shell.v3-shell .playlist-kpi-icon.blue{background:#dbeafe;color:#2563eb}.admin-shell.v3-shell .playlist-kpi-icon.amber{background:#ffedd5;color:#f97316}.admin-shell.v3-shell .playlist-kpi-icon.violet,.admin-shell.v3-shell .playlist-kpi-icon.purple{background:#ede9fe;color:#7c3aed}.admin-shell.v3-shell .playlist-kpi-icon.cyan{background:#cffafe;color:#0891b2}.admin-shell.v3-shell .playlist-kpi-card small,.admin-shell.v3-shell .playlist-kpi-card p{margin:0;color:#667085;font-size:13px;line-height:1.35}.admin-shell.v3-shell .playlist-kpi-card strong{display:block;margin:3px 0 4px;color:#101828;font-size:28px;line-height:1;font-weight:900;letter-spacing:0}.admin-shell.v3-shell .playlist-library-panel{overflow:hidden;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:0 18px 44px #10182812}.admin-shell.v3-shell .playlist-filter-bar{display:grid;grid-template-columns:minmax(260px,1.75fr) minmax(120px,.6fr) minmax(120px,.6fr) minmax(120px,.6fr) minmax(130px,.65fr) minmax(150px,.72fr) auto;gap:12px;align-items:center;padding:16px;border-bottom:1px solid var(--dc-border);background:#fff}.admin-shell.v3-shell .playlist-search-field{min-width:0;min-height:44px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:0 14px;border:1px solid var(--dc-border);border-radius:12px;background:#fff;color:#667085}.admin-shell.v3-shell .playlist-search-field.compact{min-height:38px;padding:0 10px}.admin-shell.v3-shell .playlist-search-field input{min-height:40px;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.v3-shell .playlist-filter-bar select,.admin-shell.v3-shell .playlist-content-browser select,.admin-shell.v3-shell .playlist-create-card select,.admin-shell.v3-shell .playlist-create-card input,.admin-shell.v3-shell .playlist-create-card textarea{width:100%;min-width:0;font-size:14px;font-weight:750}.admin-shell.v3-shell .view-mode-toggle{display:inline-grid;grid-template-columns:repeat(2,42px);gap:6px;justify-self:end;padding:4px;border:1px solid var(--dc-border);border-radius:12px;background:#f8fafc}.admin-shell.v3-shell .view-mode-toggle button{min-height:34px;border:0;border-radius:9px;background:transparent;color:#64748b;font-weight:900;cursor:pointer}.admin-shell.v3-shell .view-mode-toggle button.active{background:#e8f1ff;color:#0b6bff}.admin-shell.v3-shell .playlist-table-wrap{overflow-x:auto}.admin-shell.v3-shell .playlist-table,.admin-shell.v3-shell .playlist-preview-table{width:100%;border-collapse:collapse;table-layout:fixed}.admin-shell.v3-shell .playlist-table th,.admin-shell.v3-shell .playlist-preview-table th{padding:13px 16px;border-bottom:1px solid var(--dc-border);background:#f8fafc;color:#667085;font-size:12px;line-height:1.2;font-weight:850;text-align:left}.admin-shell.v3-shell .playlist-table td,.admin-shell.v3-shell .playlist-preview-table td{min-width:0;padding:13px 16px;border-bottom:1px solid #edf2f7;color:#101828;font-size:14px;vertical-align:middle}.admin-shell.v3-shell .playlist-table th:nth-child(1){width:30%}.admin-shell.v3-shell .playlist-table th:nth-child(2){width:10%}.admin-shell.v3-shell .playlist-table th:nth-child(3),.admin-shell.v3-shell .playlist-table th:nth-child(4),.admin-shell.v3-shell .playlist-table th:nth-child(5){width:9%}.admin-shell.v3-shell .playlist-table th:nth-child(6){width:12%}.admin-shell.v3-shell .playlist-table th:nth-child(7){width:13%}.admin-shell.v3-shell .playlist-table th:nth-child(8){width:8%}.admin-shell.v3-shell .playlist-table td>strong,.admin-shell.v3-shell .playlist-table td>small{display:block}.admin-shell.v3-shell .playlist-table td small{color:#667085;font-size:12px;line-height:1.3}.admin-shell.v3-shell .playlist-table-title{width:100%;min-width:0;display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:12px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.admin-shell.v3-shell .playlist-table-title strong,.admin-shell.v3-shell .playlist-overview-card strong,.admin-shell.v3-shell .playlist-selected-list b,.admin-shell.v3-shell .items-preview-card strong{display:block;overflow:hidden;color:#101828;font-size:14px;line-height:1.25;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.admin-shell.v3-shell .playlist-table-title small,.admin-shell.v3-shell .playlist-overview-card small,.admin-shell.v3-shell .playlist-selected-list small,.admin-shell.v3-shell .items-preview-card small{display:block;overflow:hidden;color:#667085;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.admin-shell.v3-shell .playlist-table-title em{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px;font-style:normal}.admin-shell.v3-shell .playlist-table-title i{max-width:92px;overflow:hidden;padding:3px 8px;border-radius:999px;background:#eef2ff;color:#2563eb;font-size:11px;font-style:normal;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.admin-shell.v3-shell .playlist-thumb{width:74px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#fed766,#7dd3fc 70%,#8b5cf6);color:#0f172a;font-size:14px;font-weight:950;letter-spacing:0;box-shadow:inset 0 0 0 1px #0f172a14}.admin-shell.v3-shell .playlist-thumb img{width:100%;height:100%;object-fit:cover}.admin-shell.v3-shell .playlist-thumb.small{width:48px;height:34px;font-size:11px}.admin-shell.v3-shell .playlist-thumb.tiny,.admin-shell.v3-shell .playlist-media-thumb.tiny{width:44px;height:28px;font-size:10px}.admin-shell.v3-shell .playlist-row-actions{display:flex;justify-content:flex-end;gap:8px}.admin-shell.v3-shell .playlist-row-actions button,.admin-shell.v3-shell .playlist-selected-list button{min-width:34px;min-height:34px;display:grid;place-items:center;border:1px solid var(--dc-border);border-radius:10px;background:#fff;color:#475569;font-weight:900;cursor:pointer}.admin-shell.v3-shell .playlist-row-actions button:hover,.admin-shell.v3-shell .playlist-selected-list button:hover{border-color:#bfdbfe;background:#eff6ff;color:#0b6bff}.admin-shell.v3-shell .playlist-empty-state,.admin-shell.v3-shell .playlist-drop-empty,.admin-shell.v3-shell .playlist-preview-empty{display:grid;place-items:center;min-height:160px;gap:6px;padding:24px;color:#667085;text-align:center}.admin-shell.v3-shell .playlist-empty-state strong{color:#101828;font-size:16px}.admin-shell.v3-shell .playlist-table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;color:#475569;font-size:14px}.admin-shell.v3-shell .playlist-pagination{display:flex;align-items:center;gap:8px}.admin-shell.v3-shell .playlist-pagination button{min-width:36px;min-height:36px;border:1px solid var(--dc-border);border-radius:10px;background:#fff;color:#1d4ed8;font-weight:850}.admin-shell.v3-shell .playlist-pagination button.active{border-color:#0b6bff;background:#0b6bff;color:#fff}.admin-shell.v3-shell .playlist-pagination button:disabled{opacity:.45}.admin-shell.v3-shell .playlist-pagination select{width:116px}.admin-shell.v3-shell .playlist-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;padding:16px}.admin-shell.v3-shell .playlist-overview-card{display:grid;gap:16px;padding:16px;border:1px solid var(--dc-border);border-radius:16px;background:#fff}.admin-shell.v3-shell .playlist-overview-card-head{min-width:0;display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:12px;align-items:center}.admin-shell.v3-shell .playlist-overview-card-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.admin-shell.v3-shell .playlist-overview-card-facts span{min-width:0;padding:10px;border-radius:12px;background:#f8fafc;color:#667085;font-size:12px}.admin-shell.v3-shell .playlist-overview-card-facts strong{margin-top:4px}.admin-shell.v3-shell .status-badge.scheduled{background:#dbeafe;color:#1d4ed8}.admin-shell.v3-shell .status-badge.draft{background:#ffedd5;color:#c2410c}.admin-shell.v3-shell .status-badge.active{background:#dcfce7;color:#15803d}.admin-shell.v3-shell .playlist-create-workspace{display:flex;flex-direction:column;gap:16px}.admin-shell.v3-shell .playlist-create-steps{grid-template-columns:repeat(5,minmax(0,1fr));padding:10px}.admin-shell.v3-shell .playlist-create-steps button{min-width:0;min-height:74px;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;justify-content:stretch;gap:2px 10px;padding:12px;text-align:left}.admin-shell.v3-shell .playlist-create-steps button span{grid-row:1 / span 2;width:30px;height:30px;background:#eef4ff;color:#2563eb}.admin-shell.v3-shell .playlist-create-steps button.active span,.admin-shell.v3-shell .playlist-create-steps button.complete span{background:#0b6bff;color:#fff}.admin-shell.v3-shell .playlist-create-steps button strong,.admin-shell.v3-shell .playlist-create-steps button small{min-width:0;white-space:normal}.admin-shell.v3-shell .playlist-create-steps button strong{color:#101828;font-size:13px;line-height:1.25;font-weight:900}.admin-shell.v3-shell .playlist-create-steps button.active strong,.admin-shell.v3-shell .playlist-create-steps button.complete strong{color:#0b6bff}.admin-shell.v3-shell .playlist-create-steps button small{color:#667085;font-size:11px;line-height:1.25}.admin-shell.v3-shell .playlist-create-form{display:flex;flex-direction:column;gap:16px}.admin-shell.v3-shell .playlist-create-main{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(270px,.75fr) minmax(260px,.7fr);gap:16px;align-items:start}.admin-shell.v3-shell .playlist-create-card{min-width:0;border:1px solid var(--dc-border);border-radius:16px;background:#fff;box-shadow:0 14px 34px #1018280e}.admin-shell.v3-shell .playlist-create-card h3,.admin-shell.v3-shell .playlist-create-card h4{margin:0;color:#101828;font-weight:900;letter-spacing:0}.admin-shell.v3-shell .playlist-create-card h3{font-size:19px;line-height:1.2}.admin-shell.v3-shell .playlist-create-card h4{font-size:15px;line-height:1.25}.admin-shell.v3-shell .playlist-create-card>h3,.admin-shell.v3-shell .playlist-create-card>h4,.admin-shell.v3-shell .playlist-create-card>p{padding:18px 20px 0}.admin-shell.v3-shell .playlist-create-card>p{margin:0;color:#667085;font-size:13px}.admin-shell.v3-shell .playlist-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px 20px 20px}.admin-shell.v3-shell .playlist-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--dc-border)}.admin-shell.v3-shell .playlist-form-grid label,.admin-shell.v3-shell .playlist-create-card label{min-width:0;display:grid;gap:8px;color:#344054;font-size:13px;font-weight:850}.admin-shell.v3-shell .playlist-form-grid label.wide{grid-column:1 / -1}.admin-shell.v3-shell .playlist-form-grid sup{color:#ef4444}.admin-shell.v3-shell .playlist-form-grid small,.admin-shell.v3-shell .playlist-create-card label small{justify-self:start;color:#667085;font-size:12px;font-weight:650}.admin-shell.v3-shell .playlist-create-card textarea{resize:vertical}.admin-shell.v3-shell .playlist-about-card{display:grid;gap:16px;padding:18px}.admin-shell.v3-shell .playlist-about-card>h4{padding:0}.admin-shell.v3-shell .playlist-about-card>div,.admin-shell.v3-shell .playlist-tip-list p,.admin-shell.v3-shell .next-card p{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;margin:0}.admin-shell.v3-shell .playlist-mini-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;color:#0b6bff;font-size:13px;font-weight:900}.admin-shell.v3-shell .playlist-mini-icon.green{background:#dcfce7;color:#16a34a}.admin-shell.v3-shell .playlist-mini-icon.purple{background:#ede9fe;color:#7c3aed}.admin-shell.v3-shell .playlist-mini-icon.cyan{background:#cffafe;color:#0891b2}.admin-shell.v3-shell .playlist-about-card p,.admin-shell.v3-shell .playlist-tip-list p,.admin-shell.v3-shell .next-card p{padding:0}.admin-shell.v3-shell .playlist-about-card strong,.admin-shell.v3-shell .playlist-tip-list strong,.admin-shell.v3-shell .next-card strong{display:block;color:#101828;font-size:13px}.admin-shell.v3-shell .playlist-about-card small,.admin-shell.v3-shell .playlist-tip-list small,.admin-shell.v3-shell .next-card small{display:block;margin-top:3px;color:#667085;font-size:12px;line-height:1.35}.admin-shell.v3-shell .playlist-create-rail{display:grid;gap:16px}.admin-shell.v3-shell .playlist-create-rail .playlist-create-card{padding:18px}.admin-shell.v3-shell .playlist-create-rail .playlist-create-card>h4,.admin-shell.v3-shell .playlist-create-rail .playlist-create-card>p{padding:0}.admin-shell.v3-shell .playlist-tip-list,.admin-shell.v3-shell .checklist-card,.admin-shell.v3-shell .next-card{display:grid;gap:14px}.admin-shell.v3-shell .checklist-card p{position:relative;margin:0;padding:0 0 0 24px;color:#344054;font-size:13px;line-height:1.35}.admin-shell.v3-shell .checklist-card p:before{content:"";position:absolute;top:3px;left:0;width:14px;height:14px;border-radius:50%;background:#dcfce7;box-shadow:inset 0 0 0 4px #16a34a}.admin-shell.v3-shell .soft-help p{margin:8px 0 14px;color:#667085;font-size:13px}.admin-shell.v3-shell .soft-help a{color:#0b6bff;font-size:13px;font-weight:850;text-decoration:none}.admin-shell.v3-shell .playlist-content-step{grid-template-columns:minmax(0,1.25fr) minmax(360px,.82fr) minmax(240px,.58fr)}.admin-shell.v3-shell .playlist-step-header{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 14px;border-bottom:1px solid var(--dc-border)}.admin-shell.v3-shell .playlist-step-header h3,.admin-shell.v3-shell .playlist-step-header p{margin:0}.admin-shell.v3-shell .playlist-step-header p{margin-top:4px;color:#667085;font-size:12px}.admin-shell.v3-shell .playlist-step-header select{max-width:190px}.admin-shell.v3-shell .playlist-content-layout{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:510px}.admin-shell.v3-shell .playlist-content-filters{min-width:0;display:grid;align-content:start;gap:8px;padding:14px;border-right:1px solid var(--dc-border);background:#fbfdff}.admin-shell.v3-shell .playlist-content-filters button{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#475569;font-size:12px;font-weight:850;text-align:left;cursor:pointer}.admin-shell.v3-shell .playlist-content-filters button.active{background:#eff6ff;color:#0b6bff}.admin-shell.v3-shell .playlist-content-filters strong{margin:6px 0 0;color:#667085;font-size:11px;text-transform:uppercase}.admin-shell.v3-shell .playlist-content-filters hr{width:100%;border:0;border-top:1px solid var(--dc-border)}.admin-shell.v3-shell .playlist-content-list{min-width:0;display:grid;align-content:start;max-height:510px;overflow:auto}.admin-shell.v3-shell .playlist-content-row{min-width:0;display:grid;grid-template-columns:22px 74px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;padding:10px 14px;border-bottom:1px solid #edf2f7;cursor:pointer}.admin-shell.v3-shell .playlist-content-row:hover{background:#f8fbff}.admin-shell.v3-shell .playlist-content-row input{min-height:18px}.admin-shell.v3-shell .playlist-content-row strong{overflow:hidden;color:#101828;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.admin-shell.v3-shell .playlist-content-row small,.admin-shell.v3-shell .playlist-content-row em{overflow:hidden;color:#667085;font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.admin-shell.v3-shell .playlist-media-thumb{width:64px;height:40px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#eff6ff;color:#0b6bff;font-size:11px;font-weight:900}.admin-shell.v3-shell .playlist-media-thumb.group{background:#f5f3ff;color:#7c3aed}.admin-shell.v3-shell .playlist-media-thumb img{width:100%;height:100%;object-fit:cover}.admin-shell.v3-shell .playlist-selected-card{display:flex;flex-direction:column;min-height:560px}.admin-shell.v3-shell .danger-link{border:0!important;background:transparent!important;color:#dc2626!important;font-size:12px;font-weight:900;box-shadow:none!important}.admin-shell.v3-shell .playlist-selected-list{display:grid;align-content:start;max-height:445px;overflow:auto;padding:14px;gap:10px}.admin-shell.v3-shell .playlist-selected-list article{min-width:0;display:grid;grid-template-columns:18px 22px 48px minmax(0,1fr) repeat(3,34px);align-items:center;gap:8px;padding:10px;border:1px solid var(--dc-border);border-radius:14px;background:#fff}.admin-shell.v3-shell .playlist-selected-list .playlist-selected-group{grid-template-columns:18px 22px 48px minmax(0,1fr) auto}.admin-shell.v3-shell .drag-handle{color:#94a3b8;font-weight:900;letter-spacing:-2px}.admin-shell.v3-shell .playlist-selected-total{margin-top:auto;display:flex;justify-content:space-between;gap:12px;padding:14px 18px;border-top:1px solid var(--dc-border);color:#667085;font-size:12px}.admin-shell.v3-shell .playlist-selected-total strong{color:#101828}.admin-shell.v3-shell .playlist-summary-card dl,.admin-shell.v3-shell .playlist-review-grid dl{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 16px;margin:16px 0 0}.admin-shell.v3-shell .playlist-summary-card dt,.admin-shell.v3-shell .playlist-review-grid dt{color:#667085;font-size:12px}.admin-shell.v3-shell .playlist-summary-card dd,.admin-shell.v3-shell .playlist-review-grid dd{min-width:0;margin:0;overflow:hidden;color:#101828;font-size:12px;font-weight:850;text-align:right;text-overflow:ellipsis;white-space:nowrap}.admin-shell.v3-shell .playlist-settings-step{grid-template-columns:minmax(0,1fr) minmax(280px,.34fr)}.admin-shell.v3-shell .playlist-settings-card{padding-bottom:20px}.admin-shell.v3-shell .playlist-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 20px}.admin-shell.v3-shell .playlist-mode-grid label{min-height:92px;align-content:start;padding:14px;border:1px solid var(--dc-border);border-radius:14px;background:#fff;cursor:pointer}.admin-shell.v3-shell .playlist-mode-grid label.active{border-color:#93c5fd;background:#eff6ff;box-shadow:inset 0 0 0 1px #bfdbfe}.admin-shell.v3-shell .playlist-mode-grid input{width:18px;min-height:18px}.admin-shell.v3-shell .playlist-mode-grid strong{margin-top:8px;color:#101828;font-size:14px}.admin-shell.v3-shell .playlist-mode-grid small{color:#667085;font-size:12px;line-height:1.35}.admin-shell.v3-shell .playlist-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;padding:18px 20px 0;border-top:1px solid var(--dc-border)}.admin-shell.v3-shell .playlist-toggle-grid label{grid-template-columns:20px minmax(0,1fr);align-items:center}.admin-shell.v3-shell .playlist-toggle-grid input{width:18px;min-height:18px}.admin-shell.v3-shell .duration-card{display:grid;gap:10px}.admin-shell.v3-shell .duration-bar{height:8px;display:grid;grid-template-columns:3fr 1fr 1fr;overflow:hidden;border-radius:999px;background:#e5e7eb}.admin-shell.v3-shell .duration-bar span.images{background:#3b82f6}.admin-shell.v3-shell .duration-bar span.videos{background:#22c55e}.admin-shell.v3-shell .duration-bar span.web{background:#f59e0b}.admin-shell.v3-shell .duration-card p{display:flex;justify-content:space-between;margin:0;color:#667085;font-size:12px}.admin-shell.v3-shell .duration-card strong{color:#101828}.admin-shell.v3-shell .items-preview-card{display:grid;gap:10px}.admin-shell.v3-shell .items-preview-card>div{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center}.admin-shell.v3-shell .items-preview-card p{min-width:0;margin:0}.admin-shell.v3-shell .playlist-preview-step{grid-template-columns:minmax(0,1fr) minmax(290px,.34fr)}.admin-shell.v3-shell .playlist-preview-card{overflow:hidden}.admin-shell.v3-shell .playlist-preview-screen{position:relative;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;margin:18px 20px;border-radius:16px;background:linear-gradient(135deg,#264461,#7dd3fc 55%,#3f8f45);color:#fff}.admin-shell.v3-shell .playlist-preview-screen img{width:100%;height:100%;object-fit:cover}.admin-shell.v3-shell .playlist-preview-screen strong{padding:24px;color:#fff;font-size:28px;text-align:center}.admin-shell.v3-shell .playlist-preview-screen span{position:absolute;top:10px;left:10px;padding:4px 8px;border-radius:999px;background:#0f172ad1;color:#fff;font-size:12px;font-weight:850}.admin-shell.v3-shell .playlist-preview-table{margin:0 20px 20px;width:calc(100% - 40px);overflow:hidden;border:1px solid var(--dc-border);border-radius:14px}.admin-shell.v3-shell .playlist-preview-table td:first-child{width:42px}.admin-shell.v3-shell .playlist-preview-table td:nth-child(2){display:grid;grid-template-columns:44px minmax(0,auto) minmax(0,1fr);align-items:center;gap:8px}.admin-shell.v3-shell .playlist-review-step{grid-template-columns:minmax(0,1fr) minmax(290px,.34fr)}.admin-shell.v3-shell .playlist-review-card{padding-bottom:20px}.admin-shell.v3-shell .playlist-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px 20px}.admin-shell.v3-shell .playlist-review-grid article{min-width:0;padding:14px;border:1px solid var(--dc-border);border-radius:14px;background:#fff}.admin-shell.v3-shell .playlist-review-grid h4{padding:0}.admin-shell.v3-shell .publish-status-card .ready-box{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;margin-top:16px;padding:14px;border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4}.admin-shell.v3-shell .publish-status-card .ready-box span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#dcfce7;color:#16a34a;font-weight:900}.admin-shell.v3-shell .publish-status-card .ready-box p{margin:0}.admin-shell.v3-shell .playlist-wizard-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px}.admin-shell.v3-shell .playlist-wizard-actions>div{display:flex;justify-content:flex-end;gap:12px}.admin-shell.v3-shell .playlist-wizard-actions button{min-width:126px;min-height:44px}@media(max-width:1280px){.admin-shell.v3-shell .playlist-kpi-grid,.admin-shell.v3-shell .playlist-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-shell.v3-shell .playlist-filter-bar .playlist-search-field{grid-column:1 / -1}.admin-shell.v3-shell .playlist-create-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-shell.v3-shell .playlist-create-main,.admin-shell.v3-shell .playlist-content-step,.admin-shell.v3-shell .playlist-settings-step,.admin-shell.v3-shell .playlist-preview-step,.admin-shell.v3-shell .playlist-review-step{grid-template-columns:1fr}.admin-shell.v3-shell .playlist-create-rail{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media(max-width:760px){.admin-shell.v3-shell .playlist-kpi-grid,.admin-shell.v3-shell .playlist-filter-bar,.admin-shell.v3-shell .playlist-create-steps,.admin-shell.v3-shell .playlist-form-grid,.admin-shell.v3-shell .playlist-form-grid.two,.admin-shell.v3-shell .playlist-mode-grid,.admin-shell.v3-shell .playlist-toggle-grid,.admin-shell.v3-shell .playlist-review-grid,.admin-shell.v3-shell .playlist-content-layout{grid-template-columns:1fr}.admin-shell.v3-shell .playlist-content-filters{border-right:0;border-bottom:1px solid var(--dc-border)}.admin-shell.v3-shell .playlist-table{min-width:980px}.admin-shell.v3-shell .playlist-table-footer,.admin-shell.v3-shell .playlist-wizard-actions{align-items:stretch;flex-direction:column}.admin-shell.v3-shell .playlist-pagination,.admin-shell.v3-shell .playlist-wizard-actions>div{width:100%;justify-content:flex-start;flex-wrap:wrap}}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{min-height:100vh;background-color:var(--dc-bg);background-image:radial-gradient(circle at 82% 10%,rgba(139,92,246,.08),transparent 32%),radial-gradient(circle at 18% 0%,rgba(34,211,238,.07),transparent 28%),linear-gradient(180deg,#020617,#030712 54%,#020617);background-position:center;background-size:cover;background-attachment:fixed;color:var(--dc-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgba(15,23,42,.3),transparent 38%),#00000014}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}.admin-shell{min-height:100vh;display:grid;grid-template-columns:var(--dc-sidebar) minmax(0,1fr);color:var(--dc-text)}.sidebar{position:sticky;top:0;min-height:100vh;max-height:100vh;display:flex;flex-direction:column;padding:18px 16px;overflow:hidden;border-right:1px solid rgba(148,163,184,.14);background:#0f172af0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar-brand{padding:6px 8px 18px}.sidebar-logo-full{display:block;width:200px;max-width:100%;height:auto}.sidebar-brand p{margin:8px 0 0;color:var(--dc-text-muted);font-size:12px;font-weight:650;text-transform:none}.user-card{min-height:70px;display:flex;align-items:center;gap:12px;margin:0 2px 18px;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#ffffff14}.user-avatar,.player-avatar,.detail-avatar,.content-avatar,.group-icon,.member-avatar,.media-avatar,.mini-avatar,.company-avatar,.playlist-icon,.avatar,.empty-icon,.timeline-media-icon,.web-icon{width:46px;height:46px;min-width:46px;display:inline-grid;place-items:center;border-radius:var(--dc-radius);border:1px solid rgba(98,199,255,.28);background:linear-gradient(135deg,#62c7ff33,#8367ff38);color:var(--dc-text);font-size:12px;font-weight:900}.user-card strong,.user-card span{display:block}.user-card strong{color:var(--dc-text);font-size:13px}.user-card span{margin-top:3px;color:var(--dc-text-muted);font-size:12px}.sidebar-nav{flex:1;overflow-y:auto;padding:0 2px 12px}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-thumb{border-radius:999px;background:#fff3}.nav-section{margin-bottom:18px}.nav-section-title{padding:0 10px 9px;color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.sidebar-nav a,.sidebar-nav button.nav-action{min-height:42px;display:flex;align-items:center;gap:11px;width:100%;padding:0 11px;border:1px solid transparent;border-radius:var(--dc-radius);color:var(--dc-text-soft);font-size:14px;font-weight:780;text-decoration:none;cursor:pointer;background:transparent;box-shadow:none;justify-content:flex-start}.sidebar-nav a:hover,.sidebar-nav a.active,.sidebar-nav button.nav-action:hover{color:var(--dc-text);border-color:#22d3ee4d;background:linear-gradient(90deg,#22d3ee29,#2563eb24)}.sidebar-nav a.active{color:var(--dc-cyan);box-shadow:inset 0 0 0 1px #22d3ee14}.sidebar-nav a.disabled{opacity:.56;cursor:default}.nav-icon{width:24px;color:var(--dc-cyan);text-align:center}.sidebar-nav em{margin-left:auto;padding:3px 8px;border-radius:999px;background:#ffffff1f;color:var(--dc-text-soft);font-size:10px;font-style:normal;font-weight:900}.sidebar-footer{display:grid;gap:10px;padding:12px 2px 0;border-top:1px solid rgba(255,255,255,.1)}.env-pill{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(130,242,178,.24);border-radius:var(--dc-radius);background:#22c55e21;color:#c8fdda;font-size:12px;font-weight:900}.env-pill span{width:8px;height:8px;border-radius:999px;background:var(--dc-green);box-shadow:0 0 14px var(--dc-green)}.sidebar-footer button{width:100%}.sidebar-footer .sidebar-ai-button{min-height:44px;display:flex;align-items:center;justify-content:flex-start;gap:11px;padding:0 11px;border-color:#62c7ff47;background:linear-gradient(90deg,#22d3ee21,#7c3aed24);color:var(--dc-text);font-size:14px;font-weight:850}.sidebar-footer .sidebar-ai-button:hover,.sidebar-footer .sidebar-ai-button.active{border-color:#22d3ee70;background:linear-gradient(90deg,#22d3ee38,#7c3aed38)}.ai-assistant-fab{display:none!important}.main-area{min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:10;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 24px;border-bottom:1px solid rgba(148,163,184,.14);background:#0f172af0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-kicker{display:block;color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.topbar h1{margin:3px 0 0;color:var(--dc-text);font-size:20px;line-height:1.1}.topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.company-select,.api-status{min-height:46px;display:grid;align-content:center;min-width:180px;padding:8px 14px;border:1px solid rgba(148,163,184,.16);border-radius:var(--dc-radius);background:#1e293bb8}.console-mode-toggle{min-height:46px;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(148,163,184,.2);border-radius:var(--dc-radius);background:#1e293bbd}.console-mode-toggle button{min-height:36px;padding:0 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--dc-text-muted);box-shadow:none;font-size:13px;font-weight:850}.console-mode-toggle button span{color:inherit;font-size:13px}.console-mode-toggle button:hover{border-color:#22d3ee42;background:#22d3ee1a;color:var(--dc-text)}.console-mode-toggle button.active{border-color:#22d3ee47;background:linear-gradient(135deg,#22d3ee,#2563eb);color:#fff}.console-mode-toggle button.pro.active{border-color:#8b5cf657;background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.mode-pill{min-height:46px;min-width:260px;display:grid;align-content:center;padding:8px 14px;border:1px solid rgba(113,171,255,.18);border-radius:var(--dc-radius);background:linear-gradient(135deg,#62c7ff1f,#8367ff2e),#081224e6}.mode-pill.normal{border-color:#82f2b233;background:linear-gradient(135deg,#82f2b214,#62c7ff24),#081224e6}.mode-pill span{color:var(--dc-text-muted);font-size:10px;font-weight:900;text-transform:uppercase}.mode-pill strong{margin-top:2px;color:var(--dc-text);font-size:12px;line-height:1.35}.company-select span{color:var(--dc-text-muted);font-size:10px;font-weight:900;text-transform:uppercase}.company-select.scope-picker{gap:4px;min-width:220px}.company-select select{width:100%;min-height:22px;padding:0 24px 0 0;border:0;background:transparent;color:var(--dc-text);font-size:13px;font-weight:900;outline:none}.company-select select option{background:#0f172a;color:#fff}.company-select strong,.api-status{color:var(--dc-text);font-size:13px;font-weight:900}.api-status{grid-template-columns:auto 1fr;align-items:center;white-space:nowrap}.status-dot{width:8px;height:8px;margin-right:8px;border-radius:999px;background:var(--dc-green);box-shadow:0 0 14px var(--dc-green)}.content-area{min-width:0;width:100%;max-width:1780px;padding:28px}.dashboard-page,.players-page,.playlists-page,.content-page,.management-page,.player-groups-page,.content-groups-page,.adoption-page,.schedules-page,.organization-page,.pricing-page,.billing-page,.analytics-page,.monitoring-page,.remote-management-page,.console-settings-page,.detail-page,.sync-page,.audit-page,.companies-page,.branches-page,.users-page{display:grid;gap:20px}.page-header{display:flex;justify-content:space-between;align-items:center;gap:var(--dc-hero-gap);min-height:var(--dc-hero-min-height);padding:var(--dc-hero-padding);border:1px solid var(--dc-hero-border);border-radius:8px;background:var(--dc-hero-bg);box-shadow:var(--dc-hero-shadow)}.page-header>div:first-child{min-width:0;display:flex;flex-direction:column;justify-content:center}.page-header-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.page-header h2{margin:4px 0 0;color:#f8fbff;font-size:32px;line-height:1.1;font-weight:850;letter-spacing:0}.page-header p{margin:8px 0 0;color:var(--dc-hero-copy);font-size:15px;line-height:1.45}.page-header>div>span,.panel-title span,.eyebrow{display:block;color:var(--dc-eyebrow);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.page-header>.page-actions,.page-header>.header-actions{align-self:center}.page-flow-pill,.page-scope-pill{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid rgba(113,171,255,.2);border-radius:999px;background:#071122c2;color:var(--dc-text-soft);font-size:12px;font-weight:750;line-height:1.2}.page-header .page-actions select,.page-header .header-actions select{width:auto;min-width:190px;border-color:#71abff38;background:#071122d9}.page-actions,.header-actions,.form-actions,.upload-actions,.edit-actions,.settings-actions,.actions,.preview-controls,.timeline-add-actions,.operation-actions,.workbench-counts,.hero-actions,.library-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-actions,.header-actions,.form-actions,.edit-actions,.settings-actions,.actions,.workbench-counts{justify-content:flex-end}button,.button,.primary,.secondary,.secondary-button,.primary-button,.ghost,.ghost-button,.danger,.danger-link,.danger-button,.small-action,.mini-action,.operation-button,.page-actions a,.header-actions a,.hero-actions a,.selector-grid button,.json-header button,.timeline-toolbar button,.preview-controls button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#060d1db8;color:var(--dc-text);font-size:13px;font-weight:850;text-decoration:none;text-align:center;cursor:pointer;box-shadow:none}button:hover,.button:hover,.secondary-button:hover,.primary-button:hover,.ghost:hover,.ghost-button:hover,.small-action:hover,.mini-action:hover,.operation-button:hover,.page-actions a:hover,.header-actions a:hover,.hero-actions a:hover{border-color:var(--dc-border-strong);background:#62c7ff24}.demo-focus-toggle{border-color:#7dd3fc5c}.demo-focus-toggle.active{border-color:#86efac94;background:#15803d33;color:#e8fff1}button:disabled,.button:disabled{opacity:.54;cursor:not-allowed}.primary,.primary-button,button[type=submit],.page-actions .primary,.upload-actions .primary,.edit-actions .primary,.actions button:first-child,.preview-controls .primary,.workflow-switcher button.active,.filter-tabs button.active,.quick-tabs button.active,.detail-tabs button.active,.segmented button.active,.weekday-picker button.active{border-color:#ffffff38;background:var(--dc-gradient);color:#fff}.danger,.danger-link,.danger-button,.small-action.danger,.mini-action.danger{border-color:#ff9aaa57;background:#ef444429;color:#ffe1e7}.warning,.small-action.warning{border-color:#ffe08a57;background:#f59e0b21;color:var(--dc-amber)}.muted{color:var(--dc-text-muted)}input,select,textarea{width:100%;min-width:0;min-height:42px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-input);color:var(--dc-text);padding:0 12px;font-size:13px;outline:none}select{color-scheme:dark;appearance:none;background-color:var(--dc-input);background-image:linear-gradient(45deg,transparent 50%,rgba(226,232,240,.9) 50%),linear-gradient(135deg,rgba(226,232,240,.9) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:34px}select option,select optgroup{color-scheme:dark;background:#0f172a;color:#f8fafc}select option:checked,select option:hover{background:#2563eb;color:#fff}select option:disabled{color:#64748b}textarea{min-height:92px;padding-top:11px;resize:vertical}input::placeholder,textarea::placeholder{color:#ffffff70}input:focus,select:focus,textarea:focus{border-color:#62c7ffa3;box-shadow:0 0 0 3px #62c7ff1f}input[readonly],input[aria-readonly=true]{color:#ffffffad;background:#ffffff12}input[type=checkbox],input[type=radio]{width:16px;min-width:16px;height:16px;min-height:16px;padding:0}label{display:grid;gap:8px;color:var(--dc-text-soft);font-size:12px;line-height:1.25;font-weight:850}.checkbox-label,.checkbox-row,.compact-check{display:flex;align-items:center;gap:10px}.wide,.full{grid-column:1 / -1}.panel,.map-panel,.health-panel,.flow-panel,.action-panel,.upload-panel,.edit-panel,.library-panel,.players-list-panel,.player-detail-panel,.filters-panel,.create-player-panel,.detail-panel,.add-item-panel,.preview-panel,.timeline-panel,.selector-panel,.json-panel,.summary-card,.create-card,.playlist-list-card,.hero-panel,.drop-card,.metadata-card,.setup-panel,.claim-panel,.unclaimed-panel,.wizard-panel,.create-panel,.org-library,.groups-library,.playlist-wizard-panel,.schedule-list,.editor,.preview,.org-panel,.membership-panel,.billing-workbench,.assignment-card,.default-card,.danger-zone,.selected-device,.system-placeholder,.placeholder-block,.inline-edit-form,.timeline-group-bar,.timeline-add-bar,.settings-form{border:1px solid rgba(113,171,255,.2);border-radius:8px;background:#081224cc;box-shadow:0 18px 45px #0000002e;overflow:hidden}.panel-header,.library-header,.detail-header,.workbench-header,.wizard-header,.upload-header,.edit-header,.selector-header,.json-header,.panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid rgba(113,171,255,.16);background:#0a162ba6}.section-header{display:block;margin:0 0 14px}.panel-header h3,.library-header h3,.detail-header h3,.workbench-header h3,.wizard-header h3,.upload-header h3,.edit-header h3,.selector-header h3,.json-header h3,.section-header h3,.panel-title h3,.preview-header h3,.timeline-toolbar h4{margin:0;color:var(--dc-text);font-size:18px;line-height:1.22;font-weight:850}.workbench-header h3{font-size:22px}.panel-header p,.library-header p,.detail-header p,.workbench-header p,.wizard-header p,.upload-header p,.edit-header p,.selector-header p,.json-header p,.section-header p,.panel-title p,.preview-header p,.timeline-toolbar p{margin:7px 0 0;color:var(--dc-text-soft);font-size:13px;line-height:1.45}.list-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0206173d}.list-summary{min-width:0;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;color:var(--dc-text-soft);font-size:12px}.list-summary strong{color:var(--dc-text);font-size:14px}.list-summary small{color:var(--dc-text-muted)}.list-control-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.list-control-actions label{min-width:132px;display:grid;gap:4px;color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.list-control-actions select{min-height:36px}.pager{display:flex;align-items:center;gap:8px}.pager span{min-width:86px;color:var(--dc-text-soft);font-size:12px;text-align:center}.notice,.empty-state,.empty,.empty-detail,.empty-preview,.empty-mini,.empty-inline,.conflicts{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0f172a94;color:var(--dc-text-soft);padding:14px 16px}.notice{display:grid;gap:5px;overflow-wrap:anywhere}.notice.success{border-color:#82f2b247;background:#22c55e1f;color:#c8fdda}.notice.error{border-color:#ff9aaa57;background:#ef444421;color:#ffe1e7}.notice strong{color:var(--dc-text);line-height:1.28}.notice span,.notice small{color:inherit;line-height:1.45}.notice.compact{padding:10px 12px;font-size:12px}div.notice.success:not(.inner),div.notice.error:not(.inner){position:fixed;top:104px;right:28px;z-index:90;width:min(420px,calc(100vw - 40px));max-height:min(70vh,520px);overflow:auto;box-shadow:0 18px 48px #00000057;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:dc-toast-in .18s ease-out}@keyframes dc-toast-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.notice.loading{border-color:#62c7ff52;background:#0ea5e91f;color:#d8f2ff}.danger-zone{border-color:#ff9aaa4d;background:linear-gradient(135deg,#ef444414,#0f172a1f),#340c142e}.danger-zone .danger,.danger-zone .danger-button,.danger-zone .danger-link{border-color:#ff9aaa7a}.empty-state,.empty-detail,.empty-preview,.empty-mini,.empty-inline{text-align:center}.empty-state h4,.empty-detail h3,.empty-preview h4{margin:8px 0 0;color:var(--dc-text)}.empty-state p,.empty-detail p,.empty-preview p{margin:8px 0 0;color:var(--dc-text-soft)}.filter-row,.selector-grid,.wizard-add-row,.wizard-file-fields,.form-grid,.org-form,.compact-create-form,.inline-edit-form,.player-settings-form,.timeline-add-bar,.timeline-group-bar,.settings-form,.workbench-grid,.billing-status-strip,.membership-grid,.settings-grid,.detail-facts,.detail-kpis,.system-grid,.manifest-facts,.pricing-control-panel{display:grid;gap:var(--dc-gap)}.filter-row{grid-template-columns:minmax(300px,1fr) 180px 240px}.form-grid,.compact-create-form,.org-form,.inline-edit-form,.player-settings-form,.pricing-control-panel{grid-template-columns:repeat(3,minmax(0,1fr));padding:18px}.inline-edit-form.compact,.settings-form,.workbench-grid,.membership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-workbench{margin:0 0 var(--dc-gap);padding:18px}.billing-workbench .section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.billing-workbench .section-header a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:8px;color:var(--dc-text);text-decoration:none;font-size:13px;font-weight:850;background:var(--dc-button);border:1px solid var(--dc-border)}.billing-status-strip{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px}.billing-status-strip>div{min-height:92px;padding:16px;border:1px solid var(--dc-border);border-radius:var(--dc-radius-small);background:var(--dc-panel-strong)}.billing-status-strip span,.billing-status-strip small{display:block;color:var(--dc-text-muted);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:0}.billing-status-strip strong{display:block;margin:8px 0 5px;color:var(--dc-text);font-size:17px;line-height:1.2}.billing-status-strip small{color:var(--dc-text-soft);font-size:12px;font-weight:750;text-transform:none}.billing-status-strip.invoices{grid-template-columns:repeat(3,minmax(0,1fr))}.player-inline-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(320px,.95fr) minmax(260px,.7fr);gap:var(--dc-gap)}.detail-kpis,.detail-facts,.settings-grid,.system-grid,.manifest-facts{grid-template-columns:repeat(4,minmax(0,1fr))}.filters-panel,.upload-panel,.playlist-wizard-panel,.create-panel,.selector-panel,.json-panel,.panel,.pricing-control-panel,.pricing-plan,.billing-summary-panel,.billing-contract-panel{padding:0}.remote-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;align-items:start;width:100%}.remote-command-body,.remote-jobs-panel .monitoring-filters{display:grid;gap:14px;padding:18px}.remote-command-body label{display:grid;gap:8px;color:var(--dc-text-soft);font-size:12px;font-weight:900}.selected-player-card,.selected-job-card,.remote-readonly-note,.remote-safety-note,.remote-job-row{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row)}.selected-player-card{min-height:76px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px}.selected-player-card strong,.selected-player-card small{display:block}.selected-player-card small{margin-top:4px;color:var(--dc-text-soft)}.selected-player-card em{padding:6px 10px;border:1px solid rgba(255,154,170,.32);border-radius:999px;color:var(--dc-red);font-size:11px;font-style:normal;font-weight:900}.selected-player-card em.online{border-color:#82f2b257;color:var(--dc-green)}.selected-job-card,.remote-readonly-note{display:grid;gap:12px;align-items:center;padding:14px}.selected-job-card{grid-template-columns:minmax(0,1fr) auto}.display-power-capability-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid rgba(98,199,255,.28);border-radius:var(--dc-radius);background:#0ea5e914}.display-power-capability-card.compact{margin:12px 0}.display-power-capability-card span:first-child{color:var(--dc-cyan);font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.display-power-capability-card strong,.display-power-capability-card small{display:block}.display-power-capability-card small{margin-top:4px;color:var(--dc-text-soft);font-size:12px;line-height:1.45}.selected-job-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.selected-job-card span,.remote-readonly-note strong{color:var(--dc-text-soft);font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.selected-job-card strong,.selected-job-card small,.remote-readonly-note span{display:block}.selected-job-card small,.remote-readonly-note span{margin-top:4px;color:var(--dc-text-soft);font-size:12px;line-height:1.45}.remote-readonly-note{margin:0 18px;border-color:#fbbf2457;background:#fbbf2414}.remote-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.remote-action-grid button{min-height:88px;display:grid;align-content:center;justify-items:start;gap:6px;text-align:left;white-space:normal}.remote-action-grid button.active{border-color:var(--dc-border-strong);background:linear-gradient(135deg,#62c7ff38,#8367ff33)}.remote-action-grid.disabled{opacity:.62}.remote-action-groups{display:grid;gap:12px}.remote-action-groups.disabled{opacity:.62}.remote-action-group{display:grid;gap:10px;padding:12px;border:1px solid var(--dc-border);border-radius:8px;background:#0206172e}.remote-action-group>div:first-child{display:grid;gap:4px}.remote-action-group>div:first-child strong{color:var(--dc-text)}.remote-action-group>div:first-child small{color:var(--dc-text-muted);line-height:1.4}.light-remote-support{grid-template-columns:minmax(0,1fr);align-items:start;width:100%}.light-support-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.remote-job-row.light{grid-template-columns:minmax(0,1fr) auto minmax(140px,.7fr)}.remote-action-grid button span{margin-top:6px;color:var(--dc-text-soft);font-size:12px;font-weight:650;line-height:1.35}.remote-safety-note{display:grid;gap:4px;padding:14px}.remote-action-inline-note{padding:12px 14px;border:1px solid rgba(98,199,255,.18);border-radius:8px;background:#62c7ff14;color:var(--dc-text-soft);font-size:13px;font-weight:750;line-height:1.4}.remote-safety-note span{color:var(--dc-text-soft);font-size:13px;line-height:1.45}.remote-job-list{display:grid;gap:10px;padding:0 18px 18px}.remote-job-focus,.audit-context-panel{margin:0 18px 18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0a162b8f;overflow:hidden}.remote-job-focus-body,.audit-context-panel .remote-job-focus-body{display:grid;gap:12px;padding:18px}.remote-job-row{display:grid;grid-template-columns:minmax(260px,1.2fr) auto minmax(220px,.8fr) auto;gap:14px;align-items:center;padding:14px}.remote-job-row.selected{border-color:#71abff57;background:linear-gradient(135deg,#62c7ff1f,#8367ff17)}.job-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.job-main strong,.job-main small,.job-main code{display:block}.job-main small,.job-meta{color:var(--dc-text-soft);font-size:12px}.job-main code{width:fit-content;max-width:100%;margin-top:8px;padding:6px 8px;overflow:hidden;border:1px solid var(--dc-border);border-radius:6px;background:#060d1ddb;color:var(--dc-text);text-overflow:ellipsis;white-space:nowrap}.job-meta{display:grid;gap:4px}.remote-job-row details{grid-column:1 / -1}.remote-job-row summary{color:var(--dc-text-soft);cursor:pointer;font-weight:800}.result-summary{margin-top:10px;color:var(--dc-text);font-size:13px;font-weight:800}.remote-job-detail-grid,.remote-job-timeline{display:grid;gap:10px;margin-top:10px}.remote-job-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.remote-job-timeline{grid-template-columns:repeat(5,minmax(0,1fr))}.remote-job-detail-grid>div,.remote-job-timeline>div{min-width:0;padding:10px;border:1px solid var(--dc-border);border-radius:6px;background:#0710228a}.remote-job-detail-grid span,.remote-job-timeline span,.remote-job-detail-grid small{display:block;color:var(--dc-text-soft);font-size:11px;font-weight:800}.remote-job-detail-grid strong,.remote-job-timeline strong{display:block;margin-top:4px;overflow-wrap:anywhere;color:var(--dc-text);font-size:12px}.remote-job-detail-grid small{margin-top:4px;overflow-wrap:anywhere}.remote-job-row pre{max-height:260px;margin:10px 0 0;padding:12px;overflow:auto;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#020617b8;color:var(--dc-text-soft);font-size:12px;white-space:pre-wrap}.remote-job-focus details,.audit-context-panel details{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061738;overflow:hidden}.remote-job-focus details summary,.audit-context-panel details summary{min-height:42px;display:flex;align-items:center;padding:0 14px;color:var(--dc-text);font-size:13px;font-weight:850;cursor:pointer}.remote-job-focus details pre,.audit-context-panel details pre{max-height:280px;margin:0;padding:14px;overflow:auto;border-top:1px solid var(--dc-border);background:#020617b8;color:var(--dc-text-soft);font-size:12px;white-space:pre-wrap}.job-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.filters-panel{padding:18px}.filter-tabs,.quick-tabs,.workflow-switcher,.detail-tabs,.segmented,.weekday-picker,.preview-strip,.create-switcher{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:54px;padding:10px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#071022a3}.workflow-switcher span{margin-left:auto;color:var(--dc-text-soft);font-size:13px;font-weight:750}.product-flow-page{display:flex;flex-direction:column;gap:18px}.product-flow-page .campaign-hero,.product-flow-page .campaign-records,.product-flow-page .wizard-panel,.product-flow-page .publish-result,.product-flow-page .loading-state,.product-flow-page .notice{border:1px solid rgba(113,171,255,.2);background:#081224cc;box-shadow:0 18px 45px #0000002e}.product-flow-page .campaign-hero{display:flex;justify-content:space-between;align-items:center;gap:var(--dc-hero-gap);min-height:var(--dc-hero-min-height);padding:var(--dc-hero-padding);border-radius:8px}.product-flow-page .campaign-hero>div:first-child{min-width:0;display:flex;flex-direction:column;justify-content:center}.product-flow-page .campaign-hero h2,.product-flow-page .wizard-panel h3,.product-flow-page .wizard-section h3,.product-flow-page .selection-section h4,.product-flow-page .review-lists h4,.product-flow-page .product-review-lists h5,.product-flow-page .wizard-assignment-grid h5{margin:0;color:#f8fbff;letter-spacing:0}.product-flow-page .selection-section h4,.product-flow-page .review-lists h4,.product-flow-page .product-review-lists h5,.product-flow-page .wizard-assignment-grid h5{font-size:18px;line-height:1.2}.product-flow-page .wizard-section h3{font-size:20px;line-height:1.15}.product-flow-page .campaign-hero h2{margin-top:4px;font-size:32px;line-height:1.1}.product-flow-page .campaign-hero p,.product-flow-page .timeline-row span,.product-flow-page .selection-card small,.product-flow-page .review-grid small,.product-flow-page .product-review-grid small,.product-flow-page .review-lists p,.product-flow-page .timing-note,.product-flow-page .notice span{color:var(--dc-hero-copy)}.product-flow-page .campaign-hero p{margin:8px 0 0;font-size:15px;line-height:1.45}.product-flow-page .hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(92px,1fr));gap:10px;min-width:360px}.product-flow-page .hero-metrics div,.product-flow-page .review-grid article,.product-flow-page .product-review-grid article{min-height:92px;border:1px solid rgba(113,171,255,.18);border-radius:8px;padding:14px;background:#0f203dcc}.product-flow-page .hero-metrics span,.product-flow-page .review-grid span,.product-flow-page .product-review-grid span,.product-flow-page .panel-heading>span{color:#95a6bf;font-size:12px;font-weight:800;text-transform:uppercase}.product-flow-page .eyebrow{color:var(--dc-eyebrow);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-flow-page .hero-metrics strong,.product-flow-page .review-grid strong,.product-flow-page .product-review-grid strong{display:block;margin-top:6px;color:#fff;font-size:24px}.product-flow-page .wizard-steps,.product-flow-page .product-wizard-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.figma-media-page .product-wizard-steps{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.product-flow-page .wizard-steps button,.product-flow-page .product-wizard-steps button,.product-flow-page .mode-switch button,.product-flow-page .wizard-actions button,.product-flow-page .product-wizard-actions button,.product-flow-page .picker-row button,.product-flow-page .row-actions button,.product-flow-page .publish-result button{min-height:42px;border:1px solid rgba(113,171,255,.22);border-radius:8px;background:#071122d9;color:#dce9ff;font-weight:800;cursor:pointer}.product-flow-page .wizard-steps button,.product-flow-page .product-wizard-steps button{display:flex;align-items:center;justify-content:center;gap:10px}.figma-media-page .product-wizard-steps button{box-sizing:border-box;min-height:48px;padding:0 16px}.product-flow-page .wizard-steps button span,.product-flow-page .product-wizard-steps button span{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#66c7ff29;color:#66c7ff}.product-flow-page .wizard-steps button.active,.product-flow-page .product-wizard-steps button.active,.product-flow-page .mode-switch button.active{border-color:#7e8cffbf;background:linear-gradient(135deg,#538ffff2,#7e5afff2);color:#fff}.product-flow-page .wizard-steps button.complete,.product-flow-page .product-wizard-steps button.complete{border-color:#5cd39980}.product-flow-page .product-wizard-panel{display:flex;flex-direction:column;gap:16px;border:0;background:transparent;box-shadow:none}.product-flow-page .product-wizard-panel>.wizard-header,.product-flow-page .product-wizard-panel>.upload-header{display:none}.product-flow-page .product-wizard-body{display:block;padding:0}.product-flow-page .campaign-wizard,.product-flow-page .wizard-form{display:flex;flex-direction:column;gap:16px}.product-flow-page .wizard-panel,.product-flow-page .wizard-section{display:flex;flex-direction:column;gap:20px;border:1px solid rgba(113,171,255,.2);border-radius:8px;padding:22px;background:#081224cc;box-shadow:0 18px 45px #0000002e;overflow:visible}.product-flow-page .panel-heading,.product-flow-page .wizard-section-title,.product-flow-page .section-heading,.product-flow-page .picker-row,.product-flow-page .wizard-actions,.product-flow-page .product-wizard-actions{display:flex;align-items:end;justify-content:space-between;gap:16px}.product-flow-page .panel-heading>div{display:flex;flex-direction:column;gap:2px}.product-flow-page .wizard-section-title>strong{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(102,199,255,.45);border-radius:999px;background:#66c7ff29;color:#66c7ff}.product-flow-page .wizard-section-title h4{margin:0;color:#f8fbff;font-size:20px}.product-flow-page .wizard-section-title p{margin:4px 0 0;color:#aab8ce}.product-flow-page .form-grid,.product-flow-page .wizard-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;padding:0}.product-flow-page .wizard-assignment-grid,.product-flow-page .wizard-check-grid{padding:0}.product-flow-page label{display:flex;flex-direction:column;gap:8px;min-width:0;color:#b9c7da;font-size:12px;font-weight:800;text-transform:uppercase}.product-flow-page label>span{color:#b9c7da;font-size:12px;font-weight:800;text-transform:uppercase}.product-flow-page input,.product-flow-page select,.product-flow-page textarea{border:1px solid rgba(113,171,255,.22);border-radius:8px;background:#081020eb;color:#f7fbff;font:inherit;font-weight:700;padding:12px 13px;text-transform:none}.product-flow-page input:focus,.product-flow-page select:focus,.product-flow-page textarea:focus{border-color:#66c7ffbf}.product-flow-page .content-picker,.product-flow-page .drop-card,.product-flow-page .metadata-card,.product-flow-page .selection-section,.product-flow-page .review-lists section,.product-flow-page .product-review-lists section{border:1px solid rgba(113,171,255,.16);border-radius:8px;padding:16px;background:#0a162ba6}.product-flow-page .picker-row label{flex:1}.product-flow-page .timeline-list,.product-flow-page .wizard-file-list,.product-flow-page .wizard-timeline{display:flex;flex-direction:column;gap:10px;margin-top:14px}.product-flow-page .timeline-row,.product-flow-page .wizard-file-card,.product-flow-page .wizard-timeline-row{display:grid;grid-template-columns:minmax(220px,1fr) 92px 150px auto;align-items:center;gap:12px;border:1px solid rgba(113,171,255,.14);border-radius:8px;padding:12px;background:#08101fb8}.product-flow-page .timeline-row strong,.product-flow-page .wizard-file-card strong,.product-flow-page .wizard-timeline-row strong,.product-flow-page .selection-card strong,.product-flow-page .publish-result strong{color:#fff}.product-flow-page .row-actions{display:flex;gap:8px}.product-flow-page .row-actions button{min-height:34px;padding:0 10px}.product-flow-page .selection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:12px}.product-flow-page .wizard-assignment-grid>div{border:1px solid rgba(113,171,255,.16);border-radius:8px;padding:16px;background:#0a162ba6}.product-flow-page .wizard-assignment-grid h5{margin-bottom:12px}.product-flow-page .wizard-check{min-height:74px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;border:1px solid rgba(113,171,255,.16);border-radius:8px;padding:12px;background:#08101fb3}.product-flow-page .wizard-check input{width:18px;height:18px;padding:0}.product-flow-page .wizard-check span{display:flex;flex-direction:column;gap:4px;min-width:0;text-transform:none}.product-flow-page .wizard-check strong{color:#fff}.product-flow-page .wizard-check small{color:var(--dc-hero-copy)}.product-flow-page .selection-card{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;min-height:74px;border:1px solid rgba(113,171,255,.16);border-radius:8px;padding:12px;background:#08101fb3}.product-flow-page .selection-card input{width:18px;height:18px;padding:0}.product-flow-page .selection-card span{display:flex;flex-direction:column;gap:4px;min-width:0;text-transform:none}.product-flow-page .target-grid,.product-flow-page .review-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-flow-page .review-grid,.product-flow-page .product-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-flow-page .review-grid article strong,.product-flow-page .product-review-grid article strong{font-size:18px}.figma-media-page .product-review-grid article{display:grid;align-content:center;min-height:104px}.figma-media-page .product-review-grid article strong,.figma-media-page .product-review-grid article small{min-width:0;overflow:hidden;text-overflow:ellipsis}.product-flow-page .review-lists,.product-flow-page .product-review-lists{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-flow-page .review-lists section,.product-flow-page .product-review-lists section{display:flex;flex-direction:column;gap:8px}.product-flow-page .review-lists span,.product-flow-page .product-review-lists li,.product-flow-page .publish-result>span{display:inline-flex;width:fit-content;max-width:100%;border:1px solid rgba(102,199,255,.18);border-radius:999px;padding:6px 10px;color:#d9e8ff;background:#66c7ff1a}.product-flow-page .wizard-actions,.product-flow-page .product-wizard-actions{position:sticky;bottom:0;z-index:2;border:1px solid rgba(113,171,255,.16);border-radius:8px;padding:12px;background:#050d1af0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-flow-page .wizard-actions button,.product-flow-page .product-wizard-actions button,.product-flow-page .picker-row button,.product-flow-page .publish-result button{padding:0 18px}.product-flow-page .wizard-actions .primary,.product-flow-page .product-wizard-actions .primary,.product-flow-page .picker-row .primary,.product-flow-page .publish-result .primary{border-color:#7e8cffbf!important;background:linear-gradient(135deg,#4ba6ff,#745bff)!important;color:#fff!important}.product-flow-page .upload-grid.single-step-grid{display:block;padding:0}.product-flow-page .wizard-file-list{padding:0}.product-flow-page .upload-drop-card{min-height:auto}.product-flow-page .content-source-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-flow-page .content-source-tabs button{min-height:76px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;border:1px solid rgba(113,171,255,.22);border-radius:8px;padding:14px 16px;background:#071122d9;color:#dce9ff;cursor:pointer;text-align:left}.product-flow-page .content-source-tabs button.active{border-color:#7e8cffc7;background:linear-gradient(135deg,#538fffeb,#7e5affeb);color:#fff}.product-flow-page .content-source-tabs strong{color:inherit;font-size:15px;line-height:1.15}.product-flow-page .content-source-tabs small{color:#9fb2ca;font-size:12px;font-weight:700}.product-flow-page .content-source-tabs button.active small{color:#ffffffc7}.product-flow-page .content-source-panel{min-width:0}.product-flow-page .file-picker{min-height:240px}.product-flow-page .upload-cloud-thumbnail{width:min(360px,74vw);max-width:100%;height:auto;display:block;margin:-10px auto -2px;filter:drop-shadow(0 22px 32px rgba(21,110,255,.28));pointer-events:none}.product-flow-page .web-source-card{display:grid;gap:16px;padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0f203d94}.product-flow-page .web-source-card .primary{justify-self:start}.product-flow-page .campaign-records{display:flex;flex-direction:column;gap:14px;border-radius:8px;padding:18px}.company-context{display:grid;align-content:center;gap:6px;min-height:72px;padding:13px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0f203db8}.company-context span{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.company-context strong{color:var(--dc-text);font-size:14px}.filter-tabs button,.quick-tabs button,.detail-tabs button,.segmented button,.weekday-picker button,.preview-strip button,.workflow-switcher button{min-height:34px;padding:0 14px}.players-page>.kpi-grid,.playlists-page>.playlist-summary-strip,.player-groups-page>.summary-strip,.content-groups-page>.summary-strip,.organization-page>.summary-strip,.schedules-page>.schedule-summary,.adoption-page>.adoption-kpis{display:none}.players-workspace,.playlist-workspace,.adoption-workspace{display:grid;gap:20px}.player-list,.playlist-list,.content-list,.group-list,.company-list,.setup-list,.unclaimed-list,.schedule-list{display:grid;gap:10px;padding:14px}.playlist-list-card,.library-panel,.groups-library,.org-library,.setup-panel,.unclaimed-panel,.claim-panel,.wizard-panel,.pricing-control-panel,.pricing-plan,.billing-summary-panel,.billing-contract-panel,.schedule-list.panel,.editor.panel,.preview.panel{padding:0}.player-list-item,.playlist-list-item,.content-row,.group-row,.company-row,.setup-row,.unclaimed-item,.schedule-row,.member-row,.media-row,.mini-row,.timeline-item,.dependency-row,.manifest-head,.manifest-items div,.skipped{width:100%;min-height:76px;display:grid;align-items:center;gap:14px;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row);color:var(--dc-text);text-align:left;cursor:default}button.player-list-item,button.playlist-list-item,button.content-row,button.group-row,button.company-row,button.setup-row,button.unclaimed-item{cursor:pointer}.player-list-item:hover,.player-list-item.selected,.playlist-list-item:hover,.playlist-list-item.selected,.content-row:hover,.content-row.selected,.group-row:hover,.group-row.selected,.company-row:hover,.company-row.selected,.setup-item.selected .setup-row,.unclaimed-item:hover,.unclaimed-item.selected,.schedule-row:hover,.schedule-row.active,.timeline-item.preview-selected{border-color:var(--dc-border-strong);background:var(--dc-row-hover)}.player-list-item{grid-template-columns:46px minmax(300px,1.45fr) minmax(180px,.72fr) minmax(180px,.72fr) minmax(100px,auto) minmax(132px,auto) minmax(128px,auto)}.playlist-list-item{grid-template-columns:46px minmax(280px,1.25fr) minmax(500px,1.65fr) minmax(96px,auto)}.content-row{grid-template-columns:46px minmax(320px,1.55fr) minmax(86px,.42fr) minmax(130px,.55fr) minmax(90px,.42fr) minmax(145px,.62fr) minmax(145px,.62fr) minmax(112px,auto) minmax(126px,auto)}.group-row{grid-template-columns:46px minmax(280px,1.35fr) repeat(4,minmax(120px,.62fr)) minmax(96px,auto) minmax(130px,auto)}.content-groups-page .group-row{grid-template-columns:46px minmax(280px,1.5fr) repeat(3,minmax(130px,.72fr)) minmax(96px,auto) minmax(130px,auto)}.company-row{grid-template-columns:46px minmax(280px,1.35fr) repeat(3,minmax(130px,.72fr)) minmax(96px,auto) minmax(150px,auto)}.setup-row,.unclaimed-item{grid-template-columns:46px minmax(0,1fr)}.member-row,.media-row,.mini-row{grid-template-columns:46px minmax(0,1fr) minmax(96px,auto) minmax(98px,auto)}.mini-row{grid-template-columns:46px minmax(0,1fr) minmax(96px,auto) minmax(76px,auto) minmax(86px,auto)}.player-main,.playlist-info,.content-main,.group-main,.company-main,.unclaimed-main,.timeline-content,.member-row>div,.mini-row>div,.media-row>div{min-width:0}.player-title-row,.unclaimed-title-row,.schedule-row-head{display:flex;align-items:center;gap:12px;min-width:0}.player-title-row strong,.playlist-info strong,.content-main strong,.group-main strong,.company-main strong,.unclaimed-title-row strong,.member-row strong,.media-row strong,.mini-row strong,.timeline-content strong,.schedule-row strong,.manifest-head strong,.manifest-items strong{display:block;min-width:0;overflow:hidden;color:var(--dc-text);font-size:15px;line-height:1.25;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.player-uuid,.player-sub,.playlist-info span,.content-main span,.content-main small,.group-main span,.company-main span,.member-row span,.media-row span,.mini-row span,.unclaimed-meta,.unclaimed-sub,.timeline-content span,.schedule-row p,.manifest-head small,.manifest-items small,.source-preview span,.field-note{display:block;min-width:0;overflow:hidden;color:var(--dc-text-soft);font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.player-sub,.playlist-info span,.content-main span,.content-main small{margin-top:5px}.player-row-meta,.playlist-row-meta span,.content-meta,.group-meta,.company-meta,.row-meta,.detail-kpis div,.detail-facts div,.settings-grid div,.system-grid div,.manifest-facts div,.selected-file-info div,.map-summary div,.metric-row,.wizard-summary,.system-placeholder>div,.geocode-card>div,.dependency-summary div{min-width:0;display:grid;gap:5px;align-content:center}.playlist-row-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.player-row-meta span,.playlist-row-meta small,.content-meta span,.group-meta span,.company-meta span,.row-meta span,.detail-kpis span,.detail-facts span,.settings-grid span,.system-grid span,.manifest-facts span,.map-summary span,.metric-row span,.system-placeholder span,.geocode-card span,.dependency-summary span{color:var(--dc-text-muted);font-size:11px;line-height:1.15;font-weight:900;text-transform:uppercase}.player-row-meta strong,.playlist-row-meta strong,.content-meta strong,.group-meta strong,.company-meta strong,.row-meta strong,.detail-kpis strong,.detail-facts strong,.settings-grid strong,.system-grid strong,.manifest-facts strong,.map-summary strong,.metric-row strong,.system-placeholder strong,.geocode-card strong,.dependency-summary strong{min-width:0;overflow:hidden;color:var(--dc-text);font-size:13px;line-height:1.25;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.status-badge,.mini-status,.soft-badge,.kind-badge,.row-action-pill,.claim-code,.workbench-counts span,.group-row em,.company-row em,.media-row em,.member-row em,.mini-row em,.schedule-row em,.manifest-head span{min-height:30px;display:inline-flex;align-items:center;justify-content:center;justify-self:end;padding:6px 12px;border:1px solid var(--dc-border);border-radius:999px;background:#02061761;color:#ffffffe6;font-size:11px;line-height:1;font-style:normal;font-weight:900;white-space:nowrap}.status-badge.online,.status-badge.active,.status-badge.healthy,.status-badge.scheduled,.mini-status.active,.group-row em.active,.company-row em.active,.media-row em.active,.member-row em.active,.mini-row em.active,.manifest-head span.scheduled{border-color:#82f2b24d;background:#22c55e24;color:#c8fdda}.status-badge.degraded,.status-badge.offline_cached,.status-badge.starting{border-color:#facc1552;background:#facc151f;color:#fde68a}.status-badge.inactive_online{border-color:#22d3ee4d;background:#22d3ee1f;color:#67e8f9}.status-badge.android{border-color:#34d39957;background:#14b8a624;color:#99f6e4}.status-badge.offline,.status-badge.inactive,.status-badge.never_seen,.status-badge.expired,.mini-status.inactive,.schedule-row em.off{border-color:#ff9aaa57;background:#ef444426;color:#ffe1e7}.status-badge.renderer_stale,.status-badge.error{border-color:#f871716b;background:#7f1d1d47;color:#fecaca}.status-badge.draft,.status-badge.warning,.manifest-head span.fallback{border-color:#ffe08a57;background:#f59e0b21;color:var(--dc-amber)}.inline-player-editor,.playlist-workbench,.content-workbench,.group-workbench,.company-workbench,.setup-expanded{margin:10px 0 14px;padding:20px;border:1px solid var(--dc-border-strong);border-radius:var(--dc-radius);background:linear-gradient(180deg,#62c7ff13,#8367ff0b),#091326e6}.group-workbench{display:grid;gap:20px}.detail-header,.workbench-header{margin:-20px -20px 18px;padding:18px 20px}.detail-header{display:grid;grid-template-columns:46px minmax(0,1fr) auto auto auto;align-items:center}.detail-delete-action{justify-self:end}.detail-kpis,.detail-facts,.settings-grid,.system-grid,.manifest-facts,.map-summary{margin-top:14px}.detail-kpis div,.detail-facts div,.settings-grid div,.system-grid div,.manifest-facts div,.map-summary div,.dependency-summary div{min-height:70px;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061742}.detail-tabs{margin:18px 0}.assignment-card,.operations-card,.system-placeholder,.membership-panel,.default-card,.danger-zone,.selected-device{padding:16px}.group-workbench .assignment-card,.group-workbench .membership-panel{display:grid;gap:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0710226b}.group-workbench .workbench-grid,.group-workbench .membership-grid{gap:18px;align-items:stretch}.group-workbench .workbench-header{margin-bottom:0}.group-workbench .section-header{margin-bottom:2px}.group-workbench .member-row,.group-workbench .media-row{background:#0206176b}.pricing-control-panel{padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-panel)}.billing-cycle-control,.ai-seat-note{display:grid;gap:8px;align-content:start}.billing-cycle-control>span,.ai-seat-note span{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.pricing-control-panel .segmented{padding:6px;min-height:50px}.pricing-control-panel .segmented button{min-height:38px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dc-gap)}.pricing-plan,.ai-addon-card{display:grid;gap:16px;align-content:start;padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-panel-strong)}.pricing-plan.selected{border-color:var(--dc-border-strong);background:linear-gradient(180deg,#62c7ff1a,#8367ff14),var(--dc-panel-strong)}.ai-addon-card.selected{border-color:var(--dc-border-strong);background:linear-gradient(180deg,#62c7ff1f,#8367ff17),var(--dc-panel-strong)}.ai-addon-card.disabled{opacity:.58}.plan-head{display:grid;gap:8px}.plan-head span{width:fit-content;min-height:26px;display:inline-flex;align-items:center;padding:5px 10px;border:1px solid rgba(130,242,178,.3);border-radius:999px;background:#22c55e24;color:#c8fdda;font-size:10px;font-weight:900;text-transform:uppercase}.plan-head h3{margin:0;color:var(--dc-text);font-size:24px;line-height:1.15}.plan-head p,.plan-head small,.plan-list span,.billing-summary-panel small,.billing-contract-panel p{margin:0;color:var(--dc-text-soft);font-size:13px;line-height:1.45}.plan-head>strong{color:var(--dc-text);font-size:34px;line-height:1}.plan-list{display:grid;gap:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.plan-list strong,.billing-summary-panel span,.billing-contract-panel span,.addon-availability{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.plan-estimate,.addon-availability{display:grid;gap:4px;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius-sm);background:#02061747}.plan-estimate span{color:var(--dc-text-soft);font-size:12px}.plan-estimate strong{color:var(--dc-text);font-size:15px}.ai-pricing-panel,.ai-addon-section{display:grid;gap:var(--dc-gap);padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-panel)}.ai-pricing-panel .section-header,.ai-addon-section .section-header{align-items:start;margin-bottom:0}.ai-pricing-panel .section-header strong{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border:1px solid rgba(130,242,178,.3);border-radius:999px;background:#22c55e24;color:#c8fdda;font-size:12px}.ai-included-list,.ai-addon-grid{display:grid;gap:var(--dc-gap)}.ai-included-list{grid-template-columns:repeat(4,minmax(0,1fr))}.ai-included-list span{min-height:86px;display:flex;align-items:center;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius-sm);background:#02061742;color:var(--dc-text);font-size:13px;line-height:1.45}.ai-addon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ai-seat-panel{grid-template-columns:280px minmax(0,1fr)}.ai-seat-note strong{color:var(--dc-text);font-size:22px}.ai-seat-note small{color:var(--dc-text-soft)}.billing-summary-panel{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--dc-gap);padding:16px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-panel)}.billing-summary-panel div{display:grid;gap:6px;min-height:82px;align-content:center;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061747}.billing-summary-panel strong,.billing-contract-panel h3{margin:0;color:var(--dc-text);font-size:20px;line-height:1.2}.billing-contract-panel{padding:20px;border:1px solid rgba(255,224,138,.34);border-radius:var(--dc-radius);background:#f59e0b1f}.billing-figma-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.billing-figma-card,.billing-figma-panel{border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#0f172ab8;box-shadow:0 18px 45px #0000002e}.billing-figma-card{min-height:150px;padding:24px}.billing-figma-card.featured{border-color:#22d3ee38;background:linear-gradient(135deg,#22d3ee1f,#2563eb1f),#0f172ac7}.card-title-row,.payment-placeholder-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.card-title-row h3,.billing-figma-panel h3{margin:0;color:var(--dc-text);font-size:18px;line-height:1.2}.billing-figma-card strong{display:block;margin-top:22px;color:var(--dc-text);font-size:34px;line-height:1}.billing-figma-card p,.billing-figma-card small,.payment-placeholder-row span{display:block;margin:10px 0 0;color:var(--dc-text-muted);font-size:14px;line-height:1.4}.billing-figma-card small{color:var(--dc-cyan)}.billing-figma-panel{padding:24px}.payment-placeholder-row{margin-top:18px;padding:18px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#1e293b94}.payment-card-icon{width:58px;height:40px;display:grid;place-items:center;border-radius:8px;background:#02061770;color:var(--dc-text-muted);font-weight:900}.analytics-filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;align-items:end;padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-panel);box-shadow:var(--dc-shadow)}.analytics-filter-panel button{min-height:46px}.analytics-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:18px;align-items:stretch;padding:22px;background:linear-gradient(135deg,#62c7ff14,#8367ff14),var(--dc-panel-strong)}.analytics-hero>div:first-child{display:grid;align-content:center;gap:8px;min-height:150px}.analytics-hero span,.analytics-panel .panel-title span,.analytics-proof .panel-title span{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.analytics-hero strong{color:var(--dc-text);font-size:46px;line-height:1}.analytics-hero p{margin:0;color:var(--dc-text-soft);font-size:15px}.analytics-hero-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.analytics-hero-actions div{display:grid;align-content:center;gap:8px;min-height:120px;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061752}.analytics-hero-actions strong{font-size:26px}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--dc-gap)}.analytics-focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dc-gap)}.analytics-panel,.analytics-proof{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-panel);box-shadow:var(--dc-shadow);overflow:hidden}.analytics-focus-body,.monitoring-focus{display:grid;gap:12px;padding:14px}.analytics-focus-summary,.monitoring-focus-summary{padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:var(--dc-radius);background:#0206173d;color:var(--dc-text-soft);font-size:13px;line-height:1.45}.analytics-focus-facts,.monitoring-focus-grid{display:grid;gap:10px}.analytics-focus-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.monitoring-focus-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.analytics-focus-facts div,.monitoring-focus-grid>div{min-width:0;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0206173d}.analytics-focus-facts span,.monitoring-focus-grid span,.monitoring-focus-issues>span{display:block;color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.analytics-focus-facts strong,.monitoring-focus-head strong,.monitoring-focus-grid strong{display:block;margin-top:4px;overflow-wrap:anywhere;color:var(--dc-text);font-size:14px;font-weight:850}.monitoring-focus-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.monitoring-focus-head small,.monitoring-focus-grid small{display:block;margin-top:4px;color:var(--dc-text-soft);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.monitoring-focus-age{color:var(--dc-text-soft);font-size:12px;font-weight:700}.monitoring-focus-issues{display:grid;gap:8px}.monitoring-focus-issues ul{margin:0;padding-left:18px;color:var(--dc-text-soft);font-size:13px;line-height:1.5}.monitoring-focus-issues li+li{margin-top:4px}.rank-list{display:grid;gap:10px;padding:14px}.rank-row{min-height:68px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px 14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row)}.rank-row strong,.proof-row strong{color:var(--dc-text)}.rank-row small{display:block;margin-top:4px;color:var(--dc-text-soft);font-size:12px}.rank-row>span{min-width:46px;min-height:34px;display:grid;place-items:center;border:1px solid rgba(130,242,178,.26);border-radius:999px;background:#22c55e1a;color:#c8fdda;font-weight:900}.proof-table{display:grid;padding:14px;overflow-x:auto}.proof-head,.proof-row{min-width:1080px;display:grid;grid-template-columns:190px 1.15fr 1fr 1.25fr 130px 100px;gap:14px;align-items:center}.monitoring-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--dc-gap)}.stat-tile{min-height:130px;display:grid;align-content:center;gap:8px;padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(180deg,#ffffff0d,#ffffff05),var(--dc-panel);box-shadow:var(--dc-shadow)}.stat-tile span,.monitoring-metric small,.settings-summary-grid span{color:var(--dc-text-muted);font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.stat-tile strong{color:var(--dc-text);font-size:34px;line-height:1}.stat-tile small{color:var(--dc-text-soft);font-size:13px}.stat-tile.healthy{border-color:#82f2b24d}.stat-tile.warning{border-color:#ffe08a57}.stat-tile.danger{border-color:#ff9aaa61}.monitoring-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:var(--dc-gap);align-items:start}.monitoring-players-panel,.monitoring-side{min-width:0}.monitoring-side{display:grid;gap:var(--dc-gap)}.monitoring-filters{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,220px);gap:10px;min-width:min(520px,100%)}.monitoring-player-list{display:grid;gap:10px;padding:14px}.monitoring-player-row{width:100%;min-height:86px;display:grid;grid-template-columns:48px minmax(170px,1.25fr) auto minmax(100px,.6fr) minmax(140px,.85fr) minmax(150px,1fr) minmax(130px,.8fr) minmax(130px,.8fr);gap:14px;align-items:center;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row);color:var(--dc-text);text-align:left;cursor:pointer}.monitoring-player-row:hover,.rank-row.clickable:hover{border-color:var(--dc-border-strong);background:var(--dc-row-hover)}.monitoring-player-row.selected{border-color:#62c7ff94;background:linear-gradient(180deg,#62c7ff1f,#62c7ff0a),var(--dc-row-hover)}.monitoring-player-row .status-badge{justify-self:start}.light-monitoring-panel,.light-remote-support{display:grid;gap:var(--dc-gap)}.light-monitoring-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dc-gap)}.light-screen-status-rows{display:grid;gap:10px;padding:14px}.light-screen-status-row{width:100%;display:grid;grid-template-columns:48px minmax(170px,1.2fr) auto repeat(3,minmax(110px,.8fr));gap:14px;align-items:center;padding:14px;border:1px solid var(--dc-border);border-radius:8px;background:var(--dc-row);color:var(--dc-text);text-align:left}.light-screen-status-row:hover,.light-screen-status-row.selected{border-color:#62c7ff7a;background:var(--dc-row-hover)}.light-screen-status-row span:not(.avatar-tile):not(.status-badge),.light-screen-focus-grid span{display:block;color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.light-screen-status-row strong,.light-screen-focus-grid strong{display:block;margin-top:4px;color:var(--dc-text);overflow-wrap:anywhere}.light-screen-focus-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px}.light-screen-focus-grid>div{padding:12px;border:1px solid var(--dc-border);border-radius:8px;background:#02061738}.avatar-tile{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(98,199,255,.32);border-radius:var(--dc-radius);background:linear-gradient(135deg,#62c7ff38,#8367ff40);color:var(--dc-text);font-size:13px;font-weight:950;text-transform:uppercase}.player-main,.monitoring-metric,.event-row>div{min-width:0;display:grid;gap:4px}.player-main strong,.monitoring-metric strong,.event-row strong{overflow:hidden;color:var(--dc-text);font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.player-main small,.event-row small{overflow:hidden;color:var(--dc-text-soft);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.rank-row.clickable{width:100%;border:1px solid var(--dc-border);color:var(--dc-text);text-align:left;cursor:pointer}.event-list{display:grid;gap:10px;padding:14px}.event-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row)}.settings-scope-panel,.settings-section{overflow:hidden}.settings-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px}.settings-summary-grid div{min-height:76px;display:grid;align-content:center;gap:6px;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row)}.settings-summary-grid strong{overflow:hidden;color:var(--dc-text);font-size:15px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.settings-form{display:grid;gap:var(--dc-gap)}.settings-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px}.settings-section-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-switch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 14px 14px}.switch-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row)}.switch-row input{width:18px;height:18px;margin-top:2px}.switch-row span{display:grid;gap:4px}.switch-row strong{color:var(--dc-text);font-size:14px}.switch-row small{color:var(--dc-text-soft);font-size:12px;line-height:1.35}.proof-table.compact .proof-head,.proof-table.compact .proof-row{min-width:760px;grid-template-columns:190px 1.2fr 1.4fr 100px}.proof-head{padding:0 14px 10px;color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.proof-row{min-height:58px;padding:12px 14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row);color:var(--dc-text-soft)}.proof-row span,.proof-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proof-row+.proof-row{margin-top:8px}.proof-row em{justify-self:start;min-height:28px;display:inline-flex;align-items:center;padding:4px 10px;border:1px solid rgba(130,242,178,.28);border-radius:999px;background:#22c55e1a;color:#c8fdda;font-size:11px;font-style:normal;font-weight:900;text-transform:uppercase}.proof-row em.error{border-color:#ff9aaa57;background:#ef444426;color:#ffe1e7}.assignment-card form,.default-card form,.claim-form,.setup-confirm-form,.schedule-form,.metadata-card,.drop-card,.wizard-steps,.manifest,.manifest-items,.source-preview{display:grid;gap:var(--dc-gap)}.assignment-card button,.assignment-card .ghost-button,.operation-actions .operation-button,.operation-actions button{width:100%}.operation-actions{display:grid}.system-placeholder{display:grid;min-height:100%}.player-settings-section{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dc-gap);padding:14px;border:1px solid var(--dc-border);border-radius:8px;background:#0206172e}.player-settings-section.danger-zone{border-color:#ef444459;background:#ef444414}.settings-section-title{grid-column:1 / -1;display:grid;gap:4px}.settings-section-title span{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.settings-section-title strong{color:var(--dc-text);font-size:14px}.field-safeguard-note{display:grid;gap:4px;border:1px solid rgba(34,211,238,.22);border-radius:var(--dc-radius);background:#22d3ee14;padding:12px}.field-safeguard-note strong{color:var(--dc-text);font-size:13px}.field-safeguard-note span{color:var(--dc-text-soft);font-size:12px;line-height:1.45}.weekly-display-schedule{display:grid;gap:8px}.weekly-display-schedule-row{display:grid;grid-template-columns:minmax(110px,1fr) 90px minmax(110px,150px) minmax(110px,150px);align-items:center;gap:10px;padding:10px;border:1px solid var(--dc-border);border-radius:8px;background:#0f172a6b}.weekly-display-schedule-row.header{padding-block:4px;border:0;background:transparent;color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.weekly-display-schedule-row input[type=checkbox]{width:20px;height:20px}.weekly-display-schedule-row input[type=time]{min-width:0}.player-settings-section .danger-button{justify-self:start}.upload-grid{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:var(--dc-gap);padding:18px}.drop-card,.metadata-card{padding:16px}.file-picker{min-height:260px;display:grid;place-items:center;gap:10px;padding:24px;border:1px dashed rgba(126,187,240,.32);border-radius:var(--dc-radius);background:#0206173d;text-align:center;cursor:pointer}.file-picker input{display:none}.wizard-file-list,.wizard-timeline,.timeline-list,.action-list{display:grid;gap:10px}.wizard-file-list{padding:0 18px 18px}.wizard-file-card{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:var(--dc-gap);align-items:center;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row)}.wizard-preview,.preview-panel,.preview-stage{display:grid;place-items:center;overflow:hidden;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0206175c}.wizard-preview{width:86px;height:64px}.preview-panel,.preview-stage{min-height:360px}.preview-panel img,.preview-panel video,.preview-stage img,.preview-stage video,.wizard-preview img,.wizard-preview video{width:100%;height:100%;object-fit:contain}.compact-upload-grid{grid-template-columns:minmax(300px,420px) minmax(0,1fr);align-items:stretch}.upload-drop-card,.upload-route-card{min-height:100%}.upload-route-card{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}.wizard-step-label{display:flex;grid-column:1 / -1;gap:12px;align-items:flex-start;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:var(--dc-radius);background:#0206173d}.wizard-step-label>span{width:32px;height:32px;display:grid;flex:0 0 auto;place-items:center;border:1px solid rgba(98,199,255,.38);border-radius:999px;background:#62c7ff24;color:var(--dc-text);font-weight:950}.wizard-step-label strong{display:block;color:var(--dc-text);font-size:15px;line-height:1.25}.wizard-step-label small,.wizard-default-copy small,.wizard-file-list-header p{display:block;margin-top:3px;color:var(--dc-text-soft);font-size:12px;line-height:1.35}.wizard-default-row,.wizard-schedule-row,.wizard-advanced-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dc-gap)}.wizard-default-copy{min-width:0;display:grid;align-content:center;gap:3px;min-height:58px;padding:10px 12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061733}.wizard-default-copy span{color:var(--dc-text-muted);font-size:11px;font-weight:900}.wizard-default-copy strong{color:var(--dc-text);font-size:14px}.wizard-options-row{display:flex;gap:10px;flex-wrap:wrap}.option-toggle{min-height:42px;flex:1 1 220px;border-color:var(--dc-border);background:#02061757;color:var(--dc-text)}.option-toggle.active{border-color:#62c7ff8c;background:linear-gradient(135deg,#62c7ffe0,#865cffe0);color:#fff}.compact-wizard-file-list{padding:0 18px 18px}.wizard-file-list-header{padding:2px 2px 4px}.wizard-file-list-header h4{margin:0;color:var(--dc-text);font-size:17px}.compact-wizard-file-card{grid-template-columns:minmax(164px,220px) minmax(0,1fr);align-items:start;padding:16px}.product-flow-page .compact-wizard-file-card{grid-template-columns:minmax(180px,300px) minmax(0,1fr);align-items:start;gap:18px;overflow:hidden}.compact-wizard-file-card .wizard-preview{width:100%;height:auto;aspect-ratio:16 / 9}.product-flow-page .compact-wizard-file-card .wizard-preview{width:100%;max-width:300px;height:auto;aspect-ratio:16 / 9;justify-self:start}.wizard-file-main{min-width:0;display:grid;gap:12px}.wizard-file-heading{min-width:0;display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;align-items:start}.wizard-file-main input{min-width:0;width:100%}.product-flow-page .compact-wizard-file-card .wizard-file-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start}.wizard-file-chips{display:flex;gap:7px;flex-wrap:wrap}.wizard-file-chips span{min-height:24px;display:inline-flex;align-items:center;padding:4px 9px;border:1px solid var(--dc-border);border-radius:999px;background:#02061742;color:var(--dc-text-soft);font-size:11px;font-weight:850}.wizard-file-actions{display:flex;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.product-flow-page .compact-wizard-file-card .wizard-file-actions{max-width:100%;flex-wrap:wrap}.wizard-file-actions .small-action{min-height:42px;min-width:96px;white-space:nowrap}.wizard-file-advanced{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--dc-gap);padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.content-workbench .workbench-grid{grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr)}.inline-edit-form,.settings-form,.timeline-add-bar,.timeline-group-bar,.player-settings-form{padding:16px}.edit-actions,.settings-actions{align-self:end}.field-note{white-space:normal}.compatibility-note{margin-top:6px}.timeline-add-bar{grid-template-columns:minmax(280px,1fr) 92px 110px 140px 100px auto;align-items:end}.timeline-group-bar{grid-template-columns:minmax(280px,1fr) minmax(220px,.65fr) auto;align-items:end;margin-top:12px}.timeline-group-bar .group-help{color:var(--dc-text-soft);font-size:13px;line-height:1.35;padding:0 4px 10px}.timeline-group-bar .group-help span{display:block;margin-top:4px}.playlist-transition-setting{display:grid;grid-template-columns:minmax(180px,240px) auto;gap:var(--dc-gap);align-items:end;padding:14px 16px;border:1px solid rgba(98,199,255,.18);border-radius:var(--dc-radius);background:#14b8a612}.playlist-transition-setting label{min-width:0}.playlist-transition-setting small{grid-column:1 / -1;color:var(--dc-text-soft);line-height:1.35}.timeline-toolbar,.preview-header,.progress-label{display:flex;align-items:center;justify-content:space-between;gap:var(--dc-gap)}.timeline-toolbar{margin:18px 0 12px}.timeline-toolbar p{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.autosave-hint{min-height:24px;display:inline-flex;align-items:center;padding:3px 9px;border:1px solid rgba(74,222,128,.28);border-radius:999px;background:#1665342e;color:#bbf7d0;font-size:11px;font-weight:900;text-transform:uppercase;white-space:nowrap}.timeline-item{grid-template-columns:58px 40px 46px minmax(0,1fr) minmax(150px,auto) auto auto auto auto}.timeline-position{display:grid;place-items:center;gap:2px;width:48px;min-height:48px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#62c7ff1a}.timeline-position span{color:var(--dc-text);font-size:16px;font-weight:900}.timeline-position small{color:var(--dc-text-muted);font-size:10px}.reorder-actions{width:40px;display:grid;gap:6px;justify-items:center}.reorder-actions button{width:34px;min-height:28px;padding:0}.timeline-content{min-height:auto;display:grid;justify-content:stretch;padding:0;border:0;background:transparent;text-align:left}.timeline-meta{display:flex;gap:7px;align-items:center;flex-wrap:wrap;color:var(--dc-text-soft);font-size:12px}.timeline-meta span{min-height:28px;display:inline-flex;align-items:center;padding:5px 10px;border:1px solid rgba(126,187,240,.2);border-radius:999px;background:#02061742;color:var(--dc-text-soft);font-weight:850}.timeline-item .compact-action{min-height:36px;min-width:68px;padding:7px 12px}.timeline-item-editor{grid-column:1 / -1;display:grid;grid-template-columns:minmax(110px,.4fr) minmax(150px,.55fr) minmax(150px,auto) auto;gap:12px;align-items:end;min-width:0;margin-top:4px;padding:14px;border:1px solid rgba(98,199,255,.18);border-radius:var(--dc-radius);background:#0206173d}.timeline-item-editor label{min-width:0;display:grid;gap:4px;color:var(--dc-text-soft);font-size:11px;font-weight:850}.timeline-item-editor input,.timeline-item-editor select{min-width:0;width:100%;min-height:38px;padding:8px 10px;font-size:13px}.timeline-item-editor .compact-check{min-height:38px;align-self:end;display:flex;align-items:center;gap:8px;padding-bottom:7px}.timeline-item-editor .compact-check input{width:16px;min-width:16px;height:16px;min-height:16px;accent-color:#38bdf8}.timeline-edit-actions{display:flex;justify-content:flex-end;gap:8px;align-items:center}.timeline-edit-actions button{min-height:38px;min-width:96px;padding:8px 12px}.preview-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--dc-gap);margin-top:14px}.preview-footer div{padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061742}.live-preview-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.55fr);gap:18px;align-items:stretch}.live-preview-main,.live-preview-sidebar{min-width:0}.playlist-screen{position:relative;min-height:420px;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;border:1px solid var(--dc-border-strong);border-radius:var(--dc-radius);background:radial-gradient(circle at 50% 50%,rgba(98,199,255,.08),transparent 48%),#020617b8}.playlist-screen-portrait{width:min(390px,100%);min-height:0;aspect-ratio:9 / 16;justify-self:center}.playlist-screen-landscape{width:100%;aspect-ratio:16 / 9}.playlist-screen img,.playlist-screen video,.playlist-screen iframe{width:100%;height:100%;object-fit:cover;display:block}.playlist-screen iframe{border:0;background:#fff}.playlist-screen .web-preview,.playlist-screen .file-preview{min-height:100%}.live-progress{height:9px;margin-top:12px;overflow:hidden;border:1px solid rgba(126,161,255,.24);border-radius:999px;background:#071022c2}.live-progress span,.playlist-progress-strip button span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--dc-cyan),var(--dc-violet));transition:width .2s linear}.live-time-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:var(--dc-text-soft);font-size:13px;font-weight:800}.live-time-row strong{color:var(--dc-text)}.live-preview-sidebar{display:grid;gap:12px;align-content:start}.now-playing-card,.now-playing-facts,.live-item-list{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#071022a3}.now-playing-card{padding:16px}.now-playing-card span,.now-playing-facts span{color:var(--dc-text-muted);font-size:11px;font-weight:950;letter-spacing:0;text-transform:uppercase}.now-playing-card strong{display:block;margin-top:6px;color:var(--dc-text);font-size:18px;font-weight:950;overflow-wrap:anywhere}.now-playing-card p{margin:8px 0 0;color:var(--dc-text-soft);font-size:13px}.now-playing-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden}.now-playing-facts div{display:grid;gap:5px;min-height:64px;padding:12px;background:#02061747}.now-playing-facts strong{color:var(--dc-text);font-size:13px;font-weight:900}.live-item-list{display:grid;gap:1px;overflow:hidden}.live-item-list button{min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;width:100%;padding:10px 12px;border:0;border-radius:0;background:#02061733;color:var(--dc-text-soft);text-align:left}.live-item-list button.active{background:#62c7ff24;color:var(--dc-text)}.live-item-list button>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--dc-border);border-radius:10px;background:#62c7ff1f;color:var(--dc-text);font-size:12px;font-weight:950}.live-item-list strong,.live-item-list small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-item-list strong{color:inherit;font-size:13px;font-weight:900}.live-item-list small{margin-top:3px;color:var(--dc-text-muted);font-size:11px;font-weight:800}.playlist-progress-strip{display:flex;align-items:center;gap:6px;margin-top:16px}.playlist-progress-strip button{position:relative;min-width:42px;height:22px;overflow:hidden;padding:0;border:1px solid var(--dc-border);border-radius:999px;background:#071022bd}.playlist-progress-strip button.completed span{width:100%!important;opacity:.68}.playlist-progress-strip button.active{border-color:var(--dc-border-strong)}.playlist-progress-strip button strong{position:absolute;inset:0;display:grid;place-items:center;color:var(--dc-text);font-size:11px;font-weight:950}.adoption-workspace{grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);align-items:start}.adoption-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.workflow-tabs{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin:0 0 16px}.adoption-tabs button{min-height:78px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;border:1px solid rgba(113,171,255,.22);border-radius:var(--dc-radius);padding:14px 16px;background:#071122d9;color:var(--dc-text);cursor:pointer;text-align:left}.adoption-tabs button.active{border-color:#7e8cffc7;background:linear-gradient(135deg,#538fffeb,#7e5affeb);color:#fff}.adoption-tabs strong{color:inherit;font-size:15px;line-height:1.15}.adoption-tabs small{color:var(--dc-text-muted);font-size:12px;font-weight:800}.adoption-tabs button.active small{color:#ffffffc7}.adoption-tab-panel{margin-top:14px}.player-adoption-guide .wizard-steps{grid-template-columns:repeat(4,minmax(0,1fr));padding:16px}.manual-code-card{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:16px;margin:0 16px 16px;padding:16px;border:1px solid rgba(106,197,255,.26);border-radius:var(--dc-radius);background:linear-gradient(135deg,#064e7629,#5850ec1a),#0206173d}.manual-code-copy{display:grid;align-content:center;gap:8px}.manual-code-copy span{color:var(--dc-accent-cyan);font-size:11px;font-weight:900;text-transform:uppercase}.manual-code-copy h4,.manual-code-copy p{margin:0}.manual-code-copy h4{color:var(--dc-text);font-size:18px}.manual-code-copy p{color:var(--dc-text-muted);font-size:13px;line-height:1.45}.manual-code-form{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));align-items:end;padding:0}.manual-code-form .form-actions{justify-content:flex-end}.adoption-page .setup-panel{display:grid;grid-template-rows:auto minmax(0,auto)}.adoption-page .setup-list{overflow:visible}.setup-item{overflow:visible;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0206173d}.setup-item.pending{border-color:#6ac5ff8c;box-shadow:0 0 0 1px #6ac5ff1f}.adoption-page .setup-row,.adoption-page .unclaimed-item{min-height:72px;padding:12px 14px}.setup-expanded{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:var(--dc-gap);padding:16px;border-top:1px solid var(--dc-border);background:#0f172a6b}.setup-confirm-form{grid-template-columns:repeat(3,minmax(0,1fr));padding:0}.setup-confirm-form .form-actions{grid-column:1 / -1;justify-content:flex-end}.browser-link-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end;padding:16px}.browser-link-form .form-actions{justify-content:flex-end}.browser-link-result{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin:0 16px 16px;padding:14px;border:1px solid rgba(106,197,255,.28);border-radius:var(--dc-radius);background:#064e7624}.browser-link-result span,.browser-url-card span{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.browser-link-result strong,.browser-url-card strong{display:block;margin-top:4px;color:var(--dc-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;overflow-wrap:anywhere}.browser-link-result small{display:block;margin-top:6px;color:var(--dc-accent-cyan);font-size:12px;font-weight:900}.browser-url-card{gap:10px}.browser-url-card .secondary-button{width:max-content}.setup-code-card{display:grid;gap:4px;margin-top:16px;padding:14px;border:1px solid rgba(106,197,255,.35);border-radius:var(--dc-radius-sm);background:#6ac5ff1a}.setup-code-card span{color:var(--dc-text-muted);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.setup-code-card strong{color:var(--dc-text);font-size:28px;line-height:1;letter-spacing:.08em}.setup-expired-copy{margin:16px 0 0;color:var(--dc-amber);font-size:13px;line-height:1.45}.adoption-page .claim-form{padding:16px}.adoption-page .wizard-panel{grid-column:1 / -1}.adoption-page .history-panel{margin-top:18px}.adoption-page .history-panel .panel-header{align-items:center}.compact-history-list{padding-top:0}.history-item .setup-row{text-decoration:none;grid-template-columns:46px minmax(0,1fr) auto;cursor:default}.history-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.adoption-page .wizard-steps{grid-template-columns:repeat(4,minmax(0,1fr));padding:16px}.adoption-page .wizard-step{min-height:126px;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(150deg,#62c7ff14,#8b5cf60d),#0206174d}.unclaimed-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px;white-space:normal}.unclaimed-meta span{padding:4px 8px;border-radius:999px;background:#ffffff14}.schedules-page .workspace{display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(440px,.96fr) minmax(360px,.8fr);gap:18px;align-items:start}.schedule-list.panel,.editor.panel,.preview.panel{padding:18px;display:grid;gap:14px}.schedule-row{display:grid;gap:8px}.schedule-row-meta{display:flex;gap:8px;flex-wrap:wrap}.schedule-row-meta span{padding:4px 8px;border:1px solid var(--dc-border);border-radius:999px;background:#ffffff0d;color:var(--dc-text-soft);font-size:11px;font-weight:850}.schedule-expanded{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;border:1px solid var(--dc-border-strong);border-radius:var(--dc-radius);background:linear-gradient(135deg,#62c7ff1a,#8b5cf60f),#0206173d}.schedule-expanded>div{min-width:0;display:grid;gap:6px;align-content:start;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061747}.schedule-expanded span{display:block;color:var(--dc-text-muted);font-size:10px;font-weight:950;letter-spacing:.08em;line-height:1.25;text-transform:uppercase}.schedule-expanded strong{display:block;color:var(--dc-text);font-size:14px;line-height:1.3;overflow-wrap:anywhere;white-space:normal}.preview .form-grid{grid-template-columns:1fr;padding:0}.preview>button{width:100%}.manifest-head,.manifest-items div,.skipped{display:grid;gap:5px}.manifest-items div{grid-template-columns:minmax(0,1fr) auto}.manifest-items small{grid-column:1 / -1;white-space:normal}.command-grid,.operations-grid,.tables-grid{display:grid;gap:18px}.command-grid{grid-template-columns:minmax(340px,.58fr) minmax(0,1.42fr);align-items:start}.operations-grid,.tables-grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.operations-grid{align-items:start}.command-hero,.command-metrics,.action-panel,.map-panel{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(180deg,#ffffff0e,#ffffff05),var(--dc-panel);overflow:hidden}.command-hero{min-height:174px;display:grid;align-content:center;align-items:end;grid-template-columns:minmax(0,1fr);justify-content:space-between;gap:16px;padding:20px}.command-hero strong{display:block;color:var(--dc-text);font-size:42px;line-height:1}.command-hero p{margin:8px 0 0;color:var(--dc-text-soft)}.command-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;border:0;background:transparent}.metric-row{min-height:174px;display:grid;align-content:center;gap:7px;padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(150deg,#62c7ff14,#8b5cf60d),var(--dc-panel)}.metric-row:last-child{border-bottom:1px solid var(--dc-border)}.metric-row span{color:var(--dc-text-muted);font-size:11px;font-weight:950;text-transform:uppercase}.metric-row strong{color:var(--dc-text);font-size:19px;line-height:1.15}.metric-row small{color:var(--dc-text-soft);font-size:13px;line-height:1.35}.slovenia-map{position:relative;min-height:360px;overflow:hidden;background:#02061752}.slovenia-map iframe{width:100%;height:360px;display:block;border:0;filter:saturate(.72) contrast(1.04)}.player-map-marker{position:absolute;min-height:32px;padding:0;transform:translate(-50%,-50%);border-radius:999px}.player-map-marker span{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:var(--dc-gradient)}.player-map-marker strong{display:none}.map-legend,.map-summary{display:flex;gap:12px;flex-wrap:wrap;padding:14px}.action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px}.action-row{min-height:84px;display:grid;align-content:space-between;gap:10px;padding:12px 14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row);color:var(--dc-text);text-decoration:none}.action-row span{color:var(--dc-text-soft);font-size:13px;line-height:1.25}.action-row strong{color:var(--dc-text);font-size:24px;line-height:1}.action-row.warning{border-color:#ffe08a52;background:#f59e0b1f}.ops-dashboard,.dashboard-focus-grid{display:grid;gap:18px}.ops-dashboard{grid-template-columns:minmax(380px,.82fr) minmax(0,1.18fr);align-items:stretch}.dashboard-focus-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);align-items:start}.fleet-command-card,.attention-panel{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(150deg,#62c7ff1a,#8b5cf614),var(--dc-panel);overflow:hidden}.fleet-command-card{min-height:190px;display:grid;align-content:center;gap:18px;padding:22px}.fleet-command-card strong{display:block;color:var(--dc-text);font-size:46px;line-height:.95}.fleet-command-card p{margin:10px 0 0;color:var(--dc-text-soft)}.health-meter{height:10px;overflow:hidden;border:1px solid rgba(98,199,255,.22);border-radius:999px;background:#02061773}.health-meter span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#6ec6ff,#865cff)}.fleet-next-action{display:grid;gap:4px;padding:12px 14px;border:1px solid rgba(255,255,255,.09);border-radius:var(--dc-radius);background:#0206174d}.fleet-next-action span,.readiness-card span,.attention-player-row small{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.fleet-next-action strong{color:var(--dc-text);font-size:15px;line-height:1.25}.readiness-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.readiness-card{min-height:110px;display:grid;align-content:center;gap:6px;padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row);color:var(--dc-text);text-decoration:none}.readiness-card:hover{border-color:var(--dc-border-strong);background:#62c7ff1c}.readiness-card.warning{border-color:#ffe08a47}.readiness-card strong{color:var(--dc-text);font-size:24px;line-height:1}.readiness-card small{color:var(--dc-text-soft);font-size:13px;line-height:1.35}.workflow-launch-panel{overflow:hidden}.workflow-launch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:18px}.workflow-launch-card{min-height:156px;display:grid;gap:10px;align-content:start;padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(150deg,#62c7ff1f,#8b5cf614),#0206174d;color:var(--dc-text);text-decoration:none}.workflow-launch-card:hover{border-color:var(--dc-border-strong);background:linear-gradient(150deg,#62c7ff2e,#8b5cf61f),#02061757}.workflow-launch-card.warning{border-color:#ffe08a47}.workflow-launch-card span,.workflow-launch-card strong,.workflow-launch-card p,.workflow-launch-card small{display:block;margin:0}.workflow-launch-card span{color:#66c7ff;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.workflow-launch-card strong{color:var(--dc-text);font-size:18px;line-height:1.2}.workflow-launch-card p{color:var(--dc-text-soft);font-size:13px;line-height:1.45}.workflow-launch-card small{margin-top:auto;color:var(--dc-text-muted);font-size:12px;line-height:1.35}.attention-list{display:grid;gap:10px;padding:14px}.attention-player-row{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row);color:var(--dc-text);text-decoration:none}.attention-player-row:hover{border-color:var(--dc-border-strong);background:#62c7ff1a}.attention-player-row>div:not(.avatar){min-width:0;display:grid;gap:3px}.attention-player-row strong,.attention-player-row span,.attention-player-row small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attention-player-row strong{color:var(--dc-text);font-size:14px}.attention-player-row span{color:var(--dc-text-soft);font-size:12px}.ops-queue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0 14px 14px}.ops-queue-grid .action-row{min-height:72px;padding:12px}.ops-queue-grid .action-row strong{font-size:21px}.empty-state.compact{margin:14px}.player-map-marker{display:inline-grid;place-items:center;border:0;color:var(--dc-text);text-decoration:none}.table-wrapper{width:100%;overflow-x:auto}table{width:100%;min-width:760px;border-collapse:collapse}th,td{padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}th{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}td{color:var(--dc-text-soft);font-size:13px}tbody tr:hover td{background:#62c7ff0f}.player-cell,.content-cell{display:flex;align-items:center;gap:12px;min-width:0}pre{margin:0;padding:18px;overflow:auto;color:#dbeafe;background:#0206177a}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.workspace-grid{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);gap:18px}.entity-list{display:grid;gap:10px;padding:14px}.entity-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row)}.player-detail-page,.detail-shell{display:grid;gap:20px}.player-detail-page .hero-panel,.settings-panel,.diagnostics-panel,.config-panel,.audit-page .filter-panel,.audit-row{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(180deg,#ffffff0e,#ffffff05),var(--dc-panel);overflow:hidden}.player-detail-page .hero-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px}.hero-left{min-width:0;display:flex;align-items:center;gap:14px}.hero-left h3{margin:0;color:var(--dc-text);font-size:22px;line-height:1.2}.hero-left p{margin:6px 0 0;color:var(--dc-text-soft);font-size:13px;overflow-wrap:anywhere}.hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.player-detail-page .hero-actions{justify-content:flex-end}.detail-shell [hidden],.analytics-page [hidden]{display:none!important}.detail-tabbar{display:flex;flex-wrap:wrap;gap:10px;padding:6px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0f172aa3}.detail-tabbar button{min-height:40px;flex:0 0 auto;border-color:transparent;background:transparent;color:var(--dc-text-soft)}.detail-tabbar button:hover{border-color:#6ac5ff47;background:#1e293b99;color:var(--dc-text)}.detail-tabbar button.active{border-color:#6ac5ff6b;background:linear-gradient(135deg,#48bbffeb,#4f46e5eb);color:#fff;box-shadow:0 10px 28px #2563eb3d}.analytics-tabbar{margin-top:-4px}.player-detail-page .kpi-grid,.diagnostics-grid,.config-summary,.audit-meta-grid,.summary-grid{display:grid;gap:14px}.player-detail-page .kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.diagnostics-grid,.config-summary,.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.player-detail-page .kpi-card,.diagnostics-grid>div,.config-summary>div,.summary-card{min-width:0;min-height:82px;display:grid;align-content:center;gap:5px;padding:14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061752}.player-detail-page .kpi-card span,.diagnostics-grid span,.config-summary span,.summary-card span,.info-list span,.metrics-grid span,.audit-created span,.audit-meta span{display:block;color:var(--dc-text-muted);font-size:11px;line-height:1.15;font-weight:900;text-transform:uppercase}.player-detail-page .kpi-card strong,.diagnostics-grid strong,.config-summary strong,.summary-card strong,.info-list strong,.metrics-grid strong,.audit-created strong,.audit-meta strong{display:block;min-width:0;overflow:hidden;color:var(--dc-text);font-size:14px;line-height:1.25;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.player-detail-page .kpi-card small,.diagnostics-grid small,.summary-card small,.audit-main small,.audit-meta small{display:block;min-width:0;overflow:hidden;color:var(--dc-text-soft);font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.settings-panel>.settings-form{border:0;border-radius:0;background:transparent}.browser-player-link-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin:0 18px 18px;padding:16px;border:1px solid rgba(56,189,248,.28);border-radius:var(--dc-radius);background:linear-gradient(135deg,#0ea5e921,#6366f114)}.browser-player-link-card span{display:block;color:var(--dc-cyan);font-size:11px;line-height:1.15;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.browser-player-link-card strong{display:block;min-width:0;margin-top:6px;overflow:hidden;color:var(--dc-text);font-size:14px;line-height:1.35;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.browser-player-link-card small{display:block;margin-top:6px;color:var(--dc-text-soft);font-size:12px;line-height:1.4}.browser-player-link-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.browser-player-link-actions a,.browser-player-link-actions button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:8px}.player-detail-page .settings-actions{grid-column:1 / -1;justify-content:flex-end;padding-top:4px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.info-list,.metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.info-list>div,.metrics-grid>div{min-width:0;min-height:66px;display:grid;align-content:center;gap:5px;padding:13px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061747}.placeholder-block{margin:0 16px 16px}.config-panel pre{max-height:520px;margin:0;border-top:1px solid rgba(255,255,255,.1);border-radius:0}.sync-page .selector-panel{display:grid}.sync-page .selector-grid{grid-template-columns:minmax(260px,1fr) minmax(260px,1fr) minmax(180px,auto);align-items:end;padding:16px}.sync-page .selector-grid button{width:100%}.sync-page .json-panel pre{min-height:220px;max-height:620px}.audit-page .filter-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:16px}.audit-filter-pill{grid-column:1 / -1;display:grid;gap:4px;align-self:stretch;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#62c7ff1a}.audit-filter-pill strong,.audit-filter-pill span{display:block}.audit-filter-pill span{color:var(--dc-text-soft);font-size:12px;overflow-wrap:anywhere}.audit-filter-pill button{width:fit-content;min-height:32px;margin-top:4px}.audit-context-fallback{display:grid;gap:6px;padding:18px}.audit-context-fallback strong{color:var(--dc-text);font-size:14px;font-weight:850}.audit-context-fallback p{margin:0;color:var(--dc-text-soft);font-size:13px;line-height:1.5}.audit-list{display:grid;gap:12px}.audit-row{padding:16px}.audit-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,auto);gap:14px;align-items:start}.audit-main{min-width:0;display:flex;gap:12px;align-items:flex-start}.audit-main>div{min-width:0}.audit-main small{white-space:normal;overflow-wrap:anywhere}.audit-main strong{display:block;min-width:0;overflow:hidden;color:var(--dc-text);font-size:15px;line-height:1.25;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.action-pill{min-height:30px;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid var(--dc-border);border-radius:999px;background:#62c7ff1f;color:var(--dc-text);font-size:10px;line-height:1;font-weight:900;text-transform:uppercase;white-space:nowrap}.action-pill.delete,.action-pill.danger{border-color:#ff9aaa57;background:#ef444426;color:#ffe1e7}.action-pill.create,.action-pill.success{border-color:#82f2b24d;background:#22c55e24;color:#c8fdda}.audit-created{min-width:0;padding:11px 12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061742}.audit-summary{margin-top:14px;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:var(--dc-radius);background:#0206173d;color:var(--dc-text-soft);font-size:13px;line-height:1.45}.audit-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.audit-meta{min-width:0;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0206173d}.audit-row details{margin-top:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061738;overflow:hidden}.audit-row summary{min-height:42px;display:flex;align-items:center;padding:0 14px;color:var(--dc-text);font-size:13px;font-weight:850;cursor:pointer}.change-panel,.json-grid{display:grid;gap:12px;padding:14px}.change-table{display:grid;overflow:hidden;border:1px solid var(--dc-border);border-radius:var(--dc-radius)}.change-header,.change-row{display:grid;grid-template-columns:180px minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:start;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.change-header{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase;background:#ffffff0a}.change-row:last-child{border-bottom:0}.change-row span,.metadata-list small{min-width:0;overflow-wrap:anywhere;color:var(--dc-text-soft);font-size:12px;line-height:1.4}.metadata-list{display:grid;gap:8px}.metadata-list>span,.json-grid span{color:var(--dc-text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.metadata-list>div{display:grid;gap:4px;padding:10px 12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#ffffff0a}.json-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.json-grid pre{max-height:360px;border-radius:var(--dc-radius);white-space:pre-wrap;overflow-wrap:anywhere}.playlist-workbench{display:grid;gap:18px}.workbench-facts,.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.workbench-facts span,.settings-grid>div,.workflow-hint{min-width:0;padding:12px 14px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061747}.workbench-facts span{color:var(--dc-text);font-size:13px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-workbench .settings-form{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px}.playlist-workbench .settings-actions{grid-column:1 / -1;justify-content:flex-end}.workbench-footer-actions{display:flex;justify-content:flex-end;padding-top:4px}.workflow-hint strong,.workflow-hint span{display:block}.workflow-hint strong{color:var(--dc-text);font-size:13px}.workflow-hint span{margin-top:4px;color:var(--dc-text-soft);font-size:13px}.timeline-item .danger-link{justify-self:end;min-width:84px}.timeline-item .status-badge{justify-self:end}.wizard-step{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:start;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}.wizard-step:last-child{border-bottom:0}.wizard-step>span{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--dc-border);border-radius:999px;background:#0206175c;color:var(--dc-text);font-size:12px;font-weight:900}.wizard-step.active>span{border-color:#82f2b24d;background:#22c55e24;color:#c8fdda}.wizard-step strong,.wizard-step small{display:block}.wizard-step strong{color:var(--dc-text);font-size:14px;line-height:1.25}.wizard-step small{margin-top:4px;color:var(--dc-text-soft);font-size:12px;line-height:1.4}.create-player-panel{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(180deg,#ffffff0e,#ffffff05),var(--dc-panel);overflow:hidden}.create-player-panel .section-header{margin:0;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff09}.create-player-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px}.create-player-form .form-actions{grid-column:1 / -1}.players-page .assignment-card{display:grid;gap:14px}.players-page .assignment-card button,.players-page .assignment-card .ghost-button{margin-top:0}.players-page .operation-actions{gap:10px}.players-page .system-placeholder{align-content:start}.content-workbench .workbench-header p,.playlist-workbench .workbench-header p,.group-workbench .workbench-header p,.company-workbench .workbench-header p{overflow-wrap:anywhere}.workbench-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.workbench-tags span{min-width:126px;max-width:210px;display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--dc-border);border-radius:999px;background:#0206173d}.workbench-tags small{color:var(--dc-text-muted);font-size:10px;line-height:1;font-weight:950;text-transform:uppercase}.workbench-tags strong{min-width:0;overflow:hidden;color:var(--dc-text);font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.content-workbench .workbench-grid{grid-template-columns:minmax(420px,.95fr) minmax(520px,1.05fr);align-items:start}.content-workbench .preview-panel{min-height:500px;display:grid;place-items:center;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0206176b}.content-workbench .preview-panel img,.content-workbench .preview-panel video{width:100%;height:100%;max-height:500px;display:block;object-fit:contain}.content-workbench .inline-edit-form{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;padding:16px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061738}.storage-note{display:grid;gap:6px;padding:12px 14px;border:1px solid rgba(98,199,255,.2);border-radius:var(--dc-radius);background:#02061747}.storage-note span{color:var(--dc-text-muted);font-size:10px;font-weight:950;text-transform:uppercase}.storage-note strong{min-width:0;overflow:hidden;color:var(--dc-text);font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.storage-note small{color:var(--dc-text-soft);font-size:12px;line-height:1.35}.content-workbench .edit-actions{justify-content:flex-end;padding-top:4px}.content-workbench .media-danger-zone{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin-top:14px;padding:16px;border-color:#ff9aaa47;background:#340c1447}.management-danger-zone{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin-top:16px;padding:16px;border-color:#ff9aaa47;background:#340c143d}.media-danger-zone span,.management-danger-zone span{display:block;margin-bottom:5px;color:#ffc2cb;font-size:10px;font-weight:950;letter-spacing:0;text-transform:uppercase}.media-danger-zone strong,.management-danger-zone strong{color:var(--dc-text);font-size:14px;line-height:1.25}.media-danger-zone p,.management-danger-zone p{max-width:620px;margin:6px 0 0;color:var(--dc-text-soft);font-size:12px;line-height:1.45}.media-danger-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.content-workbench .detail-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.resolution-modal-backdrop{position:fixed;inset:0;z-index:1200;background:#020617bd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.resolution-modal{position:fixed;top:50%;left:50%;z-index:1201;width:min(720px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;transform:translate(-50%,-50%);border:1px solid rgba(255,154,170,.28);border-radius:8px;background:#081224;box-shadow:0 30px 90px #0000007a}.resolution-modal header,.resolution-modal footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid rgba(255,154,170,.16)}.resolution-modal footer{justify-content:flex-end;border-top:1px solid rgba(255,154,170,.16);border-bottom:0}.resolution-modal header span{display:block;color:#ffc2cb;font-size:10px;font-weight:950;letter-spacing:0;text-transform:uppercase}.resolution-modal h3{margin:4px 0 0;color:var(--dc-text);font-size:20px;line-height:1.2}.resolution-modal>p{margin:0;padding:18px 20px 0;color:var(--dc-text-soft);font-size:14px;line-height:1.55}.resolution-modal>p strong{color:var(--dc-text)}.resolution-callout{display:flex;align-items:baseline;gap:8px;margin:16px 20px 0;padding:12px 14px;border:1px solid rgba(255,154,170,.22);border-radius:var(--dc-radius);background:#ef44441f}.resolution-callout strong{color:#ffe1e7;font-size:24px;line-height:1}.resolution-callout span{color:var(--dc-text-soft);font-size:12px;font-weight:850}.resolution-section,.resolution-modal .notice.compact{margin:16px 20px 0}.resolution-section>strong{display:block;color:var(--dc-text);font-size:13px}.resolution-modal .icon-button{width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border-radius:999px}.cleanup-row{min-height:46px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:8px;padding:10px 12px;border:1px solid rgba(255,154,170,.22);border-radius:var(--dc-radius);background:#02061738}.cleanup-row span{min-width:0;overflow:hidden;color:var(--dc-text-soft);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.progress-wrap{display:grid;gap:8px}.progress-bar{height:9px;overflow:hidden;border-radius:999px;background:#02061770}.progress-fill{height:100%;border-radius:inherit;background:var(--dc-gradient)}.file-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#62c7ff1f;color:var(--dc-text);font-size:22px}.schedules-page .workspace{align-items:start}.schedules-page .schedule-list.panel,.schedules-page .editor.panel,.schedules-page .preview.panel{min-width:0}.schedules-page .schedule-list.panel>.search{margin:14px;width:calc(100% - 28px)}.schedules-page .schedule-form{display:grid;gap:14px}.schedules-page .editor .form-grid,.schedules-page .preview .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.schedules-page .preview .form-grid{grid-template-columns:1fr}.schedules-page .actions{justify-content:flex-end}.conflict-row{display:grid;gap:4px;padding:10px 12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0206173d}.conflict-row span,.conflict-row small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conflict-row span{color:var(--dc-text);font-size:13px;font-weight:850}.conflict-row small{color:var(--dc-text-soft);font-size:12px}.manifest{padding-top:4px}.skipped>div{margin-top:8px;color:var(--dc-text-soft);font-size:13px}.playlist-sidebar,.playlist-detail,.inline-playlist-editor,.tab-panel,.timeline-tab,.preview-tab,.assignment-tab,.settings-tab{min-width:0}.workbench-meta{display:grid;justify-items:end;gap:8px}.workbench-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.workbench-meta strong{color:var(--dc-text);font-size:13px;font-weight:850}.tab-count{min-width:22px;height:22px;display:inline-grid;place-items:center;margin-left:6px;border:1px solid var(--dc-border-strong);border-radius:999px;color:var(--dc-text-soft);font-size:12px}.assignment-tab{display:grid;gap:16px}.assignment-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.assignment-summary-strip>div,.assignment-section{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0f172a80}.assignment-summary-strip>div{display:grid;gap:6px;padding:14px}.assignment-summary-strip span,.assignment-copy small,.assignment-group-header small,.assignment-status{color:var(--dc-text-soft);font-size:12px}.assignment-summary-strip strong{color:var(--dc-text);font-size:22px;line-height:1}.assignment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.assignment-section{min-width:0;display:grid;gap:12px;padding:16px}.section-header.compact{padding:0;border:0}.section-header.compact h4{margin:0;color:var(--dc-text);font-size:15px}.section-header.compact p{margin:4px 0 0;color:var(--dc-text-soft);font-size:12px}.playlist-list-card>.section-header.compact{margin:14px 14px 12px}.playlist-list-card>.playlist-search{width:calc(100% - 28px);margin:0 14px 12px}.playlist-list-card>app-list-controls{display:block;margin:0 14px}.assignment-list{display:grid;gap:10px}.assignment-row,.assignment-group{border:1px solid rgba(148,163,184,.16);border-radius:var(--dc-radius-sm);background:#0206173d}.assignment-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;color:inherit;text-decoration:none}.assignment-row:hover,.assignment-chips a:hover{border-color:#38bdf873;color:var(--dc-text)}.assignment-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#38bdf824;color:#d9f6ff;font-size:14px;font-weight:900}.assignment-copy{min-width:0;display:grid;gap:3px}.assignment-copy strong,.assignment-group-header strong{overflow:hidden;color:var(--dc-text);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.assignment-status{text-transform:uppercase}.assignment-group{display:grid;gap:10px;padding:12px}.assignment-group-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.assignment-group-header>div{min-width:0;display:grid;gap:3px}.assignment-group-header>span{color:var(--dc-text-soft);font-size:12px}.assignment-chips{display:flex;flex-wrap:wrap;gap:8px}.assignment-chips a{max-width:180px;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:6px 10px;color:var(--dc-text-soft);font-size:12px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.legacy-assignment-section{border-color:#f59e0b47;background:#f59e0b14}.empty-state.compact{min-height:auto;padding:24px}.dependency-panel{border:1px solid rgba(255,224,138,.28);border-radius:var(--dc-radius);background:#f59e0b1a;overflow:hidden}.dependency-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px;border-bottom:1px solid rgba(255,224,138,.16)}.dependency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px}.dependency-column{display:grid;gap:10px}.dependency-column h4{margin:0;color:var(--dc-text);font-size:14px}.media-select{min-width:0}.web-preview,.file-preview{width:100%;min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;padding:28px;text-align:center;color:var(--dc-text-soft)}.web-preview strong,.file-preview strong{color:var(--dc-text);font-size:16px}.web-preview span,.file-preview span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wizard-form{display:grid;gap:18px}.wizard-section{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#02061738;overflow:hidden}.wizard-section-title{padding:16px;border-bottom:1px solid rgba(255,255,255,.08)}.wizard-section-title h3{margin:0;color:var(--dc-text);font-size:17px}.wizard-section-title p{margin:6px 0 0;color:var(--dc-text-soft);font-size:13px}.wizard-grid,.wizard-assignment-grid,.wizard-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px}.wizard-assignment-grid,.wizard-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-check{min-height:56px;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#0206173d}.wizard-timeline-row{display:grid;grid-template-columns:46px minmax(0,1fr) repeat(3,minmax(90px,.38fr)) auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-row)}.wizard-position{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:#62c7ff1a;color:var(--dc-text);font-weight:900}.wizard-row-actions,.wizard-actions,.wizard-header-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.wizard-actions{padding:16px}.role-badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border:1px solid var(--dc-border);border-radius:999px;background:#62c7ff1a;color:var(--dc-text-soft);font-size:11px;font-weight:900}.playlist-search{width:100%}.manifest-empty{min-height:120px;display:grid;place-items:center;color:var(--dc-text-soft)}.workflow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:18px}.workflow-step{position:relative;min-height:156px;display:grid;grid-template-rows:auto auto 1fr;gap:10px;align-content:start;padding:18px;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(150deg,#62c7ff1f,#8b5cf614),#0206174d;color:var(--dc-text);text-decoration:none;overflow:visible}.workflow-step:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 18% 0%,rgba(98,199,255,.14),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 56%)}.workflow-step:after{content:"";position:absolute;top:34px;right:-14px;width:14px;height:2px;background:linear-gradient(90deg,#62c7ff7a,#8b5cf629)}.workflow-step:last-child:after{display:none}.workflow-step:hover{border-color:var(--dc-border-strong);background:linear-gradient(150deg,#62c7ff2e,#8b5cf61f),#02061757}.workflow-step strong,.workflow-step span,.workflow-step small,.workflow-step p{position:relative;z-index:1;display:block}.workflow-step strong{color:var(--dc-text);font-size:16px;line-height:1.2}.workflow-step span{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(98,199,255,.45);border-radius:999px;background:linear-gradient(135deg,#62c7ff,#865cff);color:#fff;box-shadow:0 10px 26px #467aff38;font-size:13px;font-weight:950;line-height:1}.console-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.console-mode-card{min-height:168px;align-content:start;justify-items:start;text-align:left;white-space:normal}.console-mode-card.active{border-color:#71abff57;background:linear-gradient(135deg,#62c7ff2e,#8367ff24),#081224e0}.console-mode-card.warning{border-color:#82f2b247}.console-mode-card span{color:var(--dc-eyebrow);font-size:12px;font-weight:850;text-transform:uppercase}.console-mode-card strong{margin-top:10px;color:var(--dc-text);font-size:20px;line-height:1.15}.console-mode-card p,.console-mode-card small{margin:8px 0 0;color:var(--dc-text-soft);font-size:13px;line-height:1.45}.simple-dashboard-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:20px}.simple-hero-card,.simple-journey-card,.simple-stat-card,.simple-screens-panel,.simple-screen-row{border:1px solid rgba(113,171,255,.2);border-radius:8px;background:#081224cc;box-shadow:0 18px 45px #0000002e}.simple-hero-card,.simple-journey-card{min-height:100%;padding:24px}.simple-hero-card h3,.simple-journey-card h3{margin:6px 0 0;color:#f8fbff;font-size:30px;line-height:1.1;font-weight:850}.simple-journey-card h3{font-size:24px}.simple-hero-card p,.simple-journey-card p{margin:10px 0 0;color:var(--dc-hero-copy);font-size:15px;line-height:1.45}.simple-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.simple-hero-stats div,.simple-stat-card{min-height:92px;padding:16px;border:1px solid rgba(113,171,255,.16);border-radius:8px;background:#0f203dc2}.simple-hero-stats span,.simple-stat-card span{color:var(--dc-text-muted);font-size:11px;font-weight:850;text-transform:uppercase}.simple-hero-stats strong,.simple-stat-card strong{display:block;margin-top:6px;color:var(--dc-text);font-size:24px;line-height:1.15}.simple-actions{margin-top:18px}.simple-actions a{min-width:170px;border-color:#71abff33;background:#071122c7}.simple-actions a:first-child{border-color:#ffffff38;background:var(--dc-gradient)}.simple-journey-list,.simple-screen-list{display:grid;gap:12px;margin-top:18px}.simple-journey-step,.simple-screen-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;padding:14px;text-decoration:none}.simple-journey-step:hover,.simple-screen-row:hover,.simple-stat-card:hover{border-color:var(--dc-border-strong);background:linear-gradient(135deg,#62c7ff1f,#8367ff17),#081224db}.simple-journey-step span{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(98,199,255,.45);border-radius:999px;background:linear-gradient(135deg,#62c7ff,#865cff);color:#fff;font-size:13px;font-weight:950}.simple-journey-step strong,.simple-screen-row strong{display:block;color:var(--dc-text);font-size:15px;line-height:1.2}.simple-journey-step small,.simple-screen-row span,.simple-stat-card small{display:block;margin-top:4px;color:var(--dc-text-soft);font-size:13px;line-height:1.4}.simple-screen-row small{display:block;margin-top:6px;color:var(--dc-text-muted);font-size:12px;line-height:1.35}.simple-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.simple-stat-card{text-decoration:none}.simple-stat-card.warning{border-color:#ffe08a47}.simple-screens-panel .panel-header{padding-bottom:0;border-bottom:0;background:transparent}.simple-screen-row{grid-template-columns:auto minmax(0,1fr) auto}.workflow-step small,.workflow-step p{margin:0;color:var(--dc-text-soft);font-size:13px;line-height:1.45}.form-panel,.company-form,.user-form{border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:linear-gradient(180deg,#ffffff0e,#ffffff05),var(--dc-panel)}.company-form,.user-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:16px}.company-name,.user-name{color:var(--dc-text);font-weight:850}.inner{margin:14px}.filter-tabs,.quick-tabs,.workflow-switcher,.detail-tabs,.segmented,.weekday-picker,.preview-strip,.create-switcher,.analytics-filter-panel,.stat-tile,.analytics-hero-actions div,.player-detail-page .kpi-card,.assignment-summary-strip>div,.dependency-row,.remote-job-row,.audit-row{border:1px solid rgba(113,171,255,.16);border-radius:8px;background:#0a162ba6}.analytics-hero,.monitoring-grid>section,.remote-layout>section,.settings-scope-panel,.settings-section,.audit-page .filter-panel,.player-detail-page .hero-panel,.settings-panel,.diagnostics-panel,.config-panel{border:1px solid rgba(113,171,255,.2);border-radius:8px;background:#081224cc;box-shadow:0 18px 45px #0000002e}.analytics-hero span,.analytics-panel .panel-title span,.analytics-proof .panel-title span,.stat-tile span,.monitoring-metric small,.settings-summary-grid span,.dependency-panel-header span,.audit-page .filter-panel label span{color:#66c7ff;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.figma-page-heading,.figma-detail-backbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:28px}.figma-page-heading.page-header{align-items:center;margin-bottom:0}.figma-page-heading.page-header>div:first-child{min-width:0;display:flex;flex-direction:column;justify-content:center}.figma-page-heading h2{margin:0;color:#fff;font-size:30px;line-height:1.1;font-weight:850;letter-spacing:0}.figma-page-heading.page-header h2{margin-top:4px;color:#f8fbff;font-size:32px}.figma-page-heading p,.figma-detail-backbar a{margin:9px 0 0;color:var(--dc-text-soft);font-size:15px;line-height:1.4;text-decoration:none}.figma-page-heading.page-header p{margin:8px 0 0;color:var(--dc-hero-copy)}.figma-detail-backbar a{display:inline-flex;align-items:center;min-height:36px;margin:0;font-weight:800}.figma-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.figma-page-heading.page-header .figma-toolbar,.page-header>.figma-toolbar{align-self:center}.figma-secondary-button,.figma-toolbar button{min-height:44px;border-color:#94a3b83d;background:#1e293b}.main-cta{min-width:160px;border-color:#ffffff57!important;background:linear-gradient(135deg,#38bdf8,#2563eb 52%,#7c3aed)!important;color:#fff!important;box-shadow:0 14px 34px #2563eb57}.main-cta:hover{border-color:#ffffff94!important;background:linear-gradient(135deg,#67e8f9,#3b82f6 52%,#8b5cf6)!important}.figma-stat-grid,.pro-stat-grid,.light-screen-stats,.figma-player-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:28px}.light-report-grid,.light-screen-stats,.figma-player-stat-row{grid-template-columns:repeat(3,minmax(0,1fr))}.figma-stat-card,.figma-card,.figma-playlist-card,.figma-media-card,.light-screen-card,.light-action-card{border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#0f172a9e;box-shadow:none}.figma-stat-card{position:relative;min-height:150px;display:grid;align-content:start;gap:8px;padding:24px;color:var(--dc-text);text-decoration:none}.figma-stat-card:hover,.figma-card:hover,.figma-playlist-card:hover,.figma-media-card:hover,.light-screen-card:hover,.light-action-card:hover{border-color:#22d3ee7a}.figma-stat-card .status-badge{position:absolute;top:22px;right:22px}.figma-stat-card strong{color:#fff;font-size:32px;line-height:1;font-weight:900}.figma-stat-card p,.figma-stat-card small{margin:0;color:var(--dc-text-soft)}.figma-stat-card p{font-size:15px;font-weight:750}.figma-stat-card small{color:#22d3ee;font-size:13px}.figma-stat-card.tinted-success{border-color:#4ade8038;background:linear-gradient(135deg,#22c55e1c,#0f172ab8)}.figma-stat-card.tinted-danger{border-color:#f8717133;background:linear-gradient(135deg,#e11d4824,#0f172ab8)}.figma-stat-card.tinted-cyan{border-color:#22d3ee38;background:linear-gradient(135deg,#0ea5e921,#0f172ab8)}.figma-stat-card.tinted-violet{border-color:#8b5cf642;background:linear-gradient(135deg,#7c3aed29,#0f172ab8)}.figma-stat-icon,.figma-card-icon{width:28px;height:28px;display:inline-grid;place-items:center;color:#22d3ee;font-size:20px;line-height:1;font-weight:900}.figma-stat-icon.healthy,.text-good,.dot.healthy{color:#4ade80}.figma-stat-icon.offline,.text-danger,.dot.offline{color:#f87171}.figma-stat-icon.violet,.dot.violet{color:#a78bfa}.figma-stat-icon.cyan,.text-cyan,.dot.cyan{color:#22d3ee}.text-blue{color:#60a5fa}.mini-trend{position:absolute;top:26px;right:26px;color:#22d3ee;font-weight:900}.figma-card{min-width:0;padding:26px}.figma-card h3{display:flex;align-items:center;gap:8px;margin:0 0 22px;color:#fff;font-size:21px;line-height:1.2;font-weight:850}.figma-card>p{margin:-10px 0 22px;color:var(--dc-text-soft);font-size:14px;line-height:1.45}.figma-two-column,.figma-schedule-grid,.sync-priority-shell{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:28px}.figma-three-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-bottom:28px}.figma-metric-list,.figma-readiness-list,.figma-event-list,.figma-job-list,.figma-action-list,.figma-day-list,.figma-today-list{display:grid;gap:12px}.figma-metric-list div,.figma-readiness-list div{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px}.figma-metric-list span,.figma-readiness-list span{display:flex;align-items:center;gap:12px;color:var(--dc-text-soft);font-size:15px}.figma-metric-list strong,.figma-readiness-list strong{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:850}.dot{width:10px;height:10px;display:inline-block;border-radius:999px;background:currentColor}.dot.degraded,.dot.offline-cached,.figma-card-icon.warning{color:#facc15}.figma-event-row,.figma-job-row,.figma-action-list a,.figma-today-list button,.figma-day-list div,.figma-action-grid button{min-height:60px;display:flex;align-items:center;gap:12px;padding:12px 16px;border:0;border-radius:8px;background:#1e293b9e;color:var(--dc-text);text-align:left;text-decoration:none}.figma-event-row div,.figma-job-row div,.figma-today-list button div{min-width:0;flex:1}.figma-event-row strong,.figma-job-row strong,.figma-today-list strong{display:block;color:#fff;font-size:14px;line-height:1.2;font-weight:850}.figma-event-row span,.figma-job-row span,.figma-today-list span,.figma-action-grid span{display:block;margin-top:3px;color:var(--dc-text-soft);font-size:13px}.figma-event-row small,.figma-today-list em{color:var(--dc-text-muted);font-style:normal;font-size:12px;white-space:nowrap}.figma-job-row em{font-style:normal}.figma-accent-card{border-color:#22d3ee3d;background:linear-gradient(135deg,#0ea5e91c,#0f172ab8)}.view-mode-toggle{min-height:42px;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:#1e293bad}.view-mode-toggle button{min-height:32px;padding:0 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--dc-text-muted);box-shadow:none;font-size:12px;font-weight:850;white-space:nowrap}.view-mode-toggle button:hover{border-color:#22d3ee3d;color:var(--dc-text)}.view-mode-toggle button.active{border-color:#22d3ee52;background:linear-gradient(135deg,#22d3ee,#2563eb);color:#fff}.flow-workspace{margin-bottom:28px;padding:22px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#0f172ab8}.figma-playlists-page{display:flex;flex-direction:column}.figma-playlists-page.has-active-playlist .playlist-workspace{order:1}.figma-playlists-page.has-active-playlist .figma-playlist-grid{order:2}.figma-playlists-page.has-active-playlist .playlist-workspace{margin-bottom:26px}.figma-action-list a{min-height:44px;font-weight:800}.autosave-hint{display:inline-flex;align-items:center;margin-left:8px;padding:4px 8px;border:1px solid rgba(74,222,128,.28);border-radius:999px;background:#22c55e1f;color:#bbf7d0;font-size:11px;font-weight:900;white-space:nowrap}.light-campaign-performance{margin-bottom:28px}.light-campaign-list{display:grid;gap:16px}.light-campaign-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px;border-radius:8px;background:#1e293bc7}.light-campaign-list strong{color:#fff;font-size:18px}.light-campaign-list dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:16px 0 0}.light-campaign-list dt{color:var(--dc-text-muted);font-weight:700}.light-campaign-list dd{margin:4px 0 0;color:#fff;font-weight:850}.sync-priority-shell{max-width:960px;grid-template-columns:1fr;margin-right:auto;margin-left:auto}.sync-priority-card{border-color:#22d3ee3d;background:linear-gradient(135deg,#0ea5e91f,#1e293b7a)}.admin-shell.v3-shell{--dc-sidebar-bg: #061a3a;--dc-sidebar-active: rgba(255, 255, 255, .16);--dc-bg: #f5f8fc;--dc-bg-soft: #eef4fb;--dc-surface: #ffffff;--dc-card: #ffffff;--dc-primary: #0b6bff;--dc-primary-soft: #e8f1ff;--dc-success: #16a34a;--dc-warning: #f59e0b;--dc-danger: #ef4444;--dc-info: #0ea5e9;--dc-purple: #8b5cf6;--dc-panel: #ffffff;--dc-panel-strong: #ffffff;--dc-row: #f8fafc;--dc-row-hover: #eef6ff;--dc-input: #ffffff;--dc-input-strong: #f8fafc;--dc-border: #dce7f5;--dc-border-strong: #2f80ed;--dc-text: #0f172a;--dc-text-soft: #475569;--dc-text-muted: #7c8aa0;--dc-cyan: #0ea5e9;--dc-violet: #7c3aed;--dc-green: #16a34a;--dc-amber: #d97706;--dc-red: #dc2626;--dc-gradient: linear-gradient(135deg, #0b6bff, #2563eb);--dc-hero-bg: #ffffff;--dc-hero-border: #dce7f5;--dc-hero-shadow: 0 18px 45px rgba(15, 23, 42, .08);--dc-eyebrow: #2563eb;--dc-hero-copy: #64748b;--dc-radius: 16px;--dc-shadow: 0 20px 45px rgba(16, 24, 40, .08);min-height:100vh;background:linear-gradient(180deg,#eff7ffe0,#fffffff5 34%),#f4f7fb;color:var(--dc-text)}.admin-shell.v3-shell .sidebar{--dc-text: #ffffff;--dc-text-soft: rgba(255, 255, 255, .84);--dc-text-muted: rgba(255, 255, 255, .62);--dc-border: rgba(255, 255, 255, .14);width:236px;padding:20px 14px;border-right:0;background:radial-gradient(circle at 10% 8%,rgba(34,135,255,.28),transparent 28%),linear-gradient(180deg,#061a3afc,#063b8efa),var(--dc-sidebar-bg);box-shadow:18px 0 48px #0f2e702e}.admin-shell.v3-shell .sidebar-brand p{color:#ffffffad}.admin-shell.v3-shell .sidebar-logo-full{max-width:168px}.admin-shell.v3-shell .user-card{border-color:#ffffff29;background:#ffffff1f}.admin-shell.v3-shell .user-avatar{border-color:#ffffff38;background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}.admin-shell.v3-shell .nav-section-title{color:#ffffff8a}.admin-shell.v3-shell .sidebar-nav a,.admin-shell.v3-shell .sidebar-nav button.nav-action,.admin-shell.v3-shell .sidebar-footer .sidebar-ai-button,.admin-shell.v3-shell .sidebar-footer button{color:#ffffffdb}.admin-shell.v3-shell .sidebar-nav a,.admin-shell.v3-shell .sidebar-nav button.nav-action{min-height:42px;border-radius:12px;font-size:14px}.admin-shell.v3-shell .sidebar-nav a:hover,.admin-shell.v3-shell .sidebar-nav a.active,.admin-shell.v3-shell .sidebar-nav button.nav-action:hover{border-color:#ffffff38;background:var(--dc-sidebar-active);color:#fff;box-shadow:none}.admin-shell.v3-shell .sidebar-nav a.active{border-color:#ffffff47;background:linear-gradient(135deg,#ffffff38,#ffffff1f);color:#fff}.admin-shell.v3-shell .nav-icon{color:#ffffffdb}.admin-shell.v3-shell .sidebar-footer{border-top-color:#ffffff29}.admin-shell.v3-shell .sidebar-help-card{display:grid;gap:8px;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:radial-gradient(circle at 70% 10%,rgba(147,197,253,.32),transparent 36%),#ffffff1c;color:#fff}.admin-shell.v3-shell .sidebar-help-card strong{font-size:13px;line-height:1.25}.admin-shell.v3-shell .sidebar-help-card span{color:#ffffffad;font-size:12px;line-height:1.45}.admin-shell.v3-shell .sidebar-help-card a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:#ffffff29;color:#fff;font-size:12px;font-weight:900;text-decoration:none}.admin-shell.v3-shell .sidebar-footer .sidebar-ai-button{border-color:#ffffff2e;background:#ffffff1f}.admin-shell.v3-shell .sidebar-footer .sidebar-ai-button:hover,.admin-shell.v3-shell .sidebar-footer .sidebar-ai-button.active{border-color:#ffffff4d;background:#fff3}.admin-shell.v3-shell .sidebar-footer button:not(.sidebar-ai-button){border-color:#ffffff2e;background:#03123052}.admin-shell.v3-shell .main-area{min-height:100vh;background:transparent}.admin-shell.v3-shell .topbar{min-height:64px;gap:16px;padding:10px 24px;border-bottom:0;background:linear-gradient(135deg,#061a3a,#082a5f);box-shadow:0 8px 26px #061a3a2e}.admin-shell.v3-shell .topbar-left{display:none}.admin-shell.v3-shell .topbar-kicker{color:#2563eb;text-transform:none}.admin-shell.v3-shell .topbar h1{color:#0f172a;white-space:nowrap}.topbar-search{width:min(420px,27vw);min-width:220px;display:flex;align-items:center;gap:10px;margin-right:auto;padding:0 14px;border:1px solid var(--dc-border);border-radius:8px;background:var(--dc-input);color:var(--dc-text-muted)}.admin-shell.v3-shell .topbar-search{width:min(430px,42vw);border-color:#ffffff29;background:#ffffff1a;color:#ffffffb8;box-shadow:none}.topbar-search span{color:var(--dc-text-muted);font-size:18px;line-height:1}.admin-shell.v3-shell .topbar-search span{color:#ffffffb8}.topbar-search input{min-height:42px;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.v3-shell .topbar-search input{color:#fff}.admin-shell.v3-shell .topbar-search input::placeholder{color:#ffffff94}.topbar-user-chip{min-height:46px;display:flex;align-items:center;gap:10px;padding:4px 10px 4px 4px;border:1px solid var(--dc-border);border-radius:8px;background:var(--dc-panel)}.topbar-user-chip .user-avatar{width:38px;min-width:38px;height:38px}.topbar-user-chip strong,.topbar-user-chip span{display:block;white-space:nowrap}.topbar-user-chip strong{color:var(--dc-text);font-size:13px}.topbar-user-chip span{margin-top:2px;color:var(--dc-text-muted);font-size:11px;font-weight:800}.admin-shell.v3-shell .company-select,.admin-shell.v3-shell .api-status,.admin-shell.v3-shell .console-mode-toggle,.admin-shell.v3-shell .notification-trigger{border-color:#ffffff29;background:#ffffff1a;color:#fff;box-shadow:none}.admin-shell.v3-shell .company-select span{color:#ffffffa3}.scope-picker-value{display:none}.admin-shell.v3-shell .company-select select,.admin-shell.v3-shell .company-select strong{color:#fff}.admin-shell.v3-shell .scope-picker{position:relative;min-width:220px;padding-right:36px}.admin-shell.v3-shell .scope-picker-value{display:block;max-width:260px;overflow:hidden;color:#fff;font-size:13px;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.admin-shell.v3-shell .scope-picker select{position:absolute;inset:0;width:100%;height:100%;min-height:100%;opacity:0;cursor:pointer}.admin-shell.v3-shell .scope-picker:after{content:"\2304";position:absolute;right:14px;bottom:10px;color:#ffffffb3;font-size:14px;font-weight:900;pointer-events:none}.admin-shell.v3-shell .company-select select option{color-scheme:light;background:#fff;color:#0f172a}.admin-shell.v3-shell .console-mode-toggle button{color:#ffffffb8}.admin-shell.v3-shell .console-mode-toggle button.active,.admin-shell.v3-shell .console-mode-toggle button.pro.active{background:var(--dc-gradient);color:#fff}.admin-shell.v3-shell .notification-trigger span{background:#0ea5e92e;color:#e0f2fe}.admin-shell.v3-shell .notification-trigger strong{border-color:#082a5f}.admin-shell.v3-shell .topbar-user-chip{border-color:#ffffff29;background:#ffffff1a;color:#fff;box-shadow:none}.admin-shell.v3-shell .topbar-user-chip strong{color:#fff}.admin-shell.v3-shell .topbar-user-chip span{color:#ffffffa3}.admin-shell.v3-shell .notification-panel,.admin-shell.v3-shell .ai-assistant-panel{border-color:var(--dc-border);background:#fff;box-shadow:0 24px 60px #0f172a2e}.admin-shell.v3-shell .notification-panel header,.admin-shell.v3-shell .ai-assistant-panel header{background:#f8fafc;border-bottom-color:var(--dc-border)}.admin-shell.v3-shell .notification-item:hover,.admin-shell.v3-shell .notification-item.unread{border-color:#bfdbfe;background:#eff6ff}.admin-shell.v3-shell .content-area{max-width:none;padding:28px 32px 44px}.admin-shell.v3-shell .dashboard-page,.admin-shell.v3-shell .players-page,.admin-shell.v3-shell .playlists-page,.admin-shell.v3-shell .content-page,.admin-shell.v3-shell .management-page,.admin-shell.v3-shell .player-groups-page,.admin-shell.v3-shell .content-groups-page,.admin-shell.v3-shell .adoption-page,.admin-shell.v3-shell .schedules-page,.admin-shell.v3-shell .organization-page,.admin-shell.v3-shell .pricing-page,.admin-shell.v3-shell .billing-page,.admin-shell.v3-shell .analytics-page,.admin-shell.v3-shell .monitoring-page,.admin-shell.v3-shell .remote-management-page,.admin-shell.v3-shell .console-settings-page,.admin-shell.v3-shell .detail-page,.admin-shell.v3-shell .sync-page,.admin-shell.v3-shell .audit-page,.admin-shell.v3-shell .companies-page,.admin-shell.v3-shell .branches-page,.admin-shell.v3-shell .users-page{gap:18px}.admin-shell.v3-shell :is(.page-header,.figma-page-heading.page-header,.panel,.map-panel,.health-panel,.flow-panel,.action-panel,.upload-panel,.edit-panel,.library-panel,.players-list-panel,.player-detail-panel,.filters-panel,.create-player-panel,.detail-panel,.add-item-panel,.preview-panel,.timeline-panel,.selector-panel,.json-panel,.summary-card,.create-card,.playlist-list-card,.hero-panel,.drop-card,.metadata-card,.setup-panel,.claim-panel,.unclaimed-panel,.wizard-panel,.create-panel,.org-library,.groups-library,.playlist-wizard-panel,.schedule-list,.editor,.preview,.org-panel,.membership-panel,.billing-workbench,.assignment-card,.default-card,.selected-device,.system-placeholder,.placeholder-block,.inline-edit-form,.timeline-group-bar,.timeline-add-bar,.settings-form,.figma-stat-card,.figma-card,.figma-playlist-card,.figma-media-card,.light-screen-card){border-color:var(--dc-border);background:#fff;color:var(--dc-text);box-shadow:0 12px 34px #0f172a0f}.admin-shell.v3-shell :is(.page-header,.figma-page-heading.page-header){min-height:150px}.admin-shell.v3-shell :is(.panel-header,.library-header,.detail-header,.workbench-header,.wizard-header,.upload-header,.edit-header,.selector-header,.json-header,.panel-title){border-bottom-color:var(--dc-border);background:#f8fafc}.admin-shell.v3-shell :is(.figma-page-heading h2,.figma-card h3,.figma-event-row strong,.figma-job-row strong,.page-header h2,.panel-header h3,.library-header h3,.detail-header h3,.workbench-header h3,.wizard-header h3,.upload-header h3,.edit-header h3,.selector-header h3,.json-header h3,.section-header h3,.panel-title h3,.preview-header h3,.timeline-toolbar h4,.figma-stat-card strong){color:var(--dc-text)}.admin-shell.v3-shell :is(.figma-page-heading p,.figma-card>p,.figma-event-row span,.figma-job-row span,.page-header p,.panel-header p,.library-header p,.detail-header p,.workbench-header p,.wizard-header p,.upload-header p,.edit-header p,.selector-header p,.json-header p,.section-header p,.panel-title p,.preview-header p,.timeline-toolbar p){color:var(--dc-text-soft)}.admin-shell.v3-shell :is(.figma-event-row,.figma-job-row,.figma-action-list a,.figma-today-list button,.figma-day-list div,.figma-action-grid button,.list-controls,.notice,.empty-state,.empty,.empty-detail,.empty-preview,.empty-mini,.empty-inline,.conflicts){border-color:var(--dc-border);background:#f8fafc;color:var(--dc-text-soft)}.admin-shell.v3-shell :is(button,.button,.primary,.secondary,.secondary-button,.primary-button,.ghost,.ghost-button,.small-action,.mini-action,.operation-button,.page-actions a,.header-actions a,.hero-actions a,.selector-grid button,.json-header button,.timeline-toolbar button,.preview-controls button){border-color:var(--dc-border);background:#fff;color:var(--dc-text)}.admin-shell.v3-shell :is(.primary,.primary-button,button[type=submit],.page-actions .primary,.upload-actions .primary,.edit-actions .primary,.actions button:first-child,.preview-controls .primary,.workflow-switcher button.active,.filter-tabs button.active,.quick-tabs button.active,.detail-tabs button.active,.segmented button.active,.weekday-picker button.active,.main-cta,.v3-primary-action){border-color:#0f6ddf;background:var(--dc-gradient);color:#fff;box-shadow:0 12px 24px #2563eb38}.admin-shell.v3-shell input,.admin-shell.v3-shell select,.admin-shell.v3-shell textarea{color-scheme:light;border-color:var(--dc-border);background-color:#fff;color:var(--dc-text)}.admin-shell.v3-shell select{background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%)}.admin-shell.v3-shell select option,.admin-shell.v3-shell select optgroup{color-scheme:light;background:#fff;color:#0f172a}.admin-shell.v3-shell input::placeholder,.admin-shell.v3-shell textarea::placeholder{color:#94a3b8}.admin-shell.v3-shell :is(.status-badge,.mini-status,.soft-badge,.kind-badge,.row-action-pill,.claim-code,.workbench-counts span,.group-row em,.company-row em,.media-row em,.member-row em,.mini-row em,.schedule-row em,.manifest-head span){border-color:#dbeafe;background:#eff6ff;color:#1d4ed8}.admin-shell.v3-shell :is(.status-badge.online,.status-badge.active,.status-badge.healthy,.status-badge.scheduled,.mini-status.active,.group-row em.active,.company-row em.active,.media-row em.active,.member-row em.active,.mini-row em.active,.manifest-head span.scheduled){border-color:#bbf7d0;background:#ecfdf5;color:#15803d}.admin-shell.v3-shell :is(.status-badge.offline,.status-badge.inactive,.status-badge.never_seen,.status-badge.expired,.mini-status.inactive,.schedule-row em.off){border-color:#fecaca;background:#fef2f2;color:#b91c1c}.admin-shell.v3-shell :is(.status-badge.warning,.status-badge.degraded,.status-badge.offline_cached,.status-badge.starting,.manifest-head span.fallback){border-color:#fde68a;background:#fffbeb;color:#92400e}.admin-shell.v3-shell :is(.danger,.danger-link,.danger-button,.small-action.danger,.mini-action.danger,.danger-zone){border-color:#fecaca;background:#fff7f7;color:#b91c1c}.admin-shell.v3-shell .notice.success{border-color:#bbf7d0;background:#ecfdf5;color:#166534}.admin-shell.v3-shell .notice.error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.admin-shell.v3-shell .notice.loading{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.admin-shell.v3-shell .autosave-hint{border-color:#bbf7d0;background:#ecfdf5;color:#166534}.v3-dashboard-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;margin-bottom:20px;padding:26px;border:1px solid var(--dc-border);border-radius:8px;background:#fff;box-shadow:0 12px 34px #0f172a0f}.v3-dashboard-header h2{margin:4px 0 0;color:var(--dc-text);font-size:30px;line-height:1.12}.v3-dashboard-header p{max-width:760px;margin:9px 0 0;color:var(--dc-text-soft);font-size:15px;line-height:1.45}.v3-dashboard-header-actions,.v3-dashboard-date-card{display:grid;gap:10px;justify-items:end}.v3-dashboard-header-actions span,.v3-dashboard-date-card span{color:var(--dc-text-muted);font-size:13px;font-weight:800}.v3-dashboard-date-card{min-width:220px;padding:14px 16px;border:1px solid var(--dc-border);border-radius:8px;background:#f8fafc}.v3-dashboard-date-card strong{color:var(--dc-text);font-size:16px}.v3-action-grid.light{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:20px}.v3-action-tile{min-height:118px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px;border:1px solid var(--dc-border);border-radius:8px;background:#fff;color:var(--dc-text);text-decoration:none;box-shadow:0 12px 34px #0f172a0d}.v3-action-tile:hover,.v3-kpi-card:hover,.v3-command-card:hover{border-color:#bfdbfe;box-shadow:0 16px 40px #2563eb1a}.v3-action-tile>span,.v3-kpi-icon{width:54px;height:54px;display:inline-grid;place-items:center;border-radius:999px;font-size:22px;font-weight:950}.v3-action-tile.blue>span,.v3-kpi-card.blue .v3-kpi-icon{background:#dbeafe;color:#2563eb}.v3-action-tile.green>span,.v3-kpi-card.green .v3-kpi-icon{background:#dcfce7;color:#16a34a}.v3-action-tile.violet>span,.v3-kpi-card.violet .v3-kpi-icon{background:#ede9fe;color:#7c3aed}.v3-action-tile.amber>span,.v3-kpi-card.amber .v3-kpi-icon{background:#ffedd5;color:#d97706}.v3-action-tile strong,.v3-action-tile small{display:block}.v3-action-tile strong{color:var(--dc-text);font-size:16px;line-height:1.2}.v3-action-tile small{margin-top:5px;color:var(--dc-text-soft);font-size:13px}.v3-action-tile em{color:var(--dc-cyan);font-style:normal;font-size:20px;font-weight:900}.v3-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:20px}.v3-kpi-card{position:relative;min-height:132px;display:grid;align-content:start;gap:8px;padding:18px;border:1px solid var(--dc-border);border-radius:8px;background:#fff;color:var(--dc-text);text-decoration:none;box-shadow:0 12px 34px #0f172a0d}.v3-kpi-card .v3-kpi-icon{position:absolute;top:18px;right:18px;width:44px;height:44px;font-size:18px}.v3-kpi-card small,.v3-kpi-card em{display:block;color:var(--dc-text-soft);font-size:13px;font-style:normal}.v3-kpi-card strong{margin-top:28px;color:var(--dc-text);font-size:30px;line-height:1}.v3-kpi-card em{color:var(--dc-green);font-weight:800}.v3-command-grid{display:grid;grid-template-columns:.9fr 1.1fr 1.1fr;gap:18px;margin-bottom:20px}.v3-command-grid.secondary,.v3-light-main-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.v3-command-card{min-width:0;padding:20px;border:1px solid var(--dc-border);border-radius:8px;background:#fff;box-shadow:0 12px 34px #0f172a0d}.v3-command-card>header{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:16px}.v3-command-card h3{margin:0;color:var(--dc-text);font-size:18px;line-height:1.2}.v3-command-card header a{color:#2563eb;font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap}.v3-health-ring,.v3-health-summary{width:150px;height:150px;display:grid;place-content:center;margin:4px auto 18px;border:14px solid #dcfce7;border-top-color:#16a34a;border-radius:999px;text-align:center}.v3-health-ring strong,.v3-health-summary strong{color:var(--dc-text);font-size:30px;line-height:1}.v3-health-ring span,.v3-health-summary span{margin-top:5px;color:var(--dc-green);font-size:13px;font-weight:900}.v3-health-list{display:grid;gap:10px}.v3-health-list div{display:flex;align-items:center;gap:10px;color:var(--dc-text-soft);font-size:13px}.v3-health-list strong{margin-left:auto;color:var(--dc-text)}.v3-media-strip,.v3-ranked-list,.v3-shortcut-grid,.v3-mini-steps{display:grid;gap:10px}.v3-media-row,.v3-ranked-row,.v3-next-step,.v3-mini-steps a,.v3-shortcut-grid a{display:flex;align-items:center;gap:12px;min-height:54px;padding:10px 12px;border:1px solid #e5edf7;border-radius:8px;background:#f8fafc;color:var(--dc-text);text-decoration:none}.v3-media-row div,.v3-ranked-row div,.v3-next-step div{min-width:0;flex:1}.v3-media-row strong,.v3-ranked-row strong,.v3-next-step strong{display:block;overflow:hidden;color:var(--dc-text);font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.v3-media-row small,.v3-ranked-row small,.v3-next-step small{display:block;margin-top:3px;color:var(--dc-text-soft);font-size:12px}.v3-media-row em,.v3-ranked-row em{color:var(--dc-text-muted);font-size:12px;font-style:normal;font-weight:850;white-space:nowrap}.v3-media-row em.active{color:var(--dc-green)}.v3-ranked-row>span,.v3-next-step>span,.v3-mini-steps a>span{width:28px;min-width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#dbeafe;color:#2563eb;font-size:12px;font-weight:950}.v3-shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v3-shortcut-grid a{justify-content:center;color:#2563eb;font-weight:900}.v3-command-card.attention{border-color:#fde68a;background:#fffbeb}.v3-command-card.attention .figma-event-row{background:#fff}.v3-light-main-grid{display:grid;gap:18px}.v3-command-card.guide{grid-row:span 2}.v3-next-step{min-height:92px;margin-bottom:14px;border-color:#bfdbfe;background:#eff6ff}.v3-next-step>span{width:44px;height:44px;font-size:18px}.v3-next-step strong{font-size:16px}.v3-mini-steps a{min-height:42px;font-size:13px;font-weight:850}.sync-priority-list{display:grid;gap:16px}.sync-priority-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center}.priority-number{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;color:#fff;font-size:20px;font-weight:900}.priority-number.danger{background:linear-gradient(135deg,#f43f5e,#e11d48)}.priority-number.warning{background:linear-gradient(135deg,#fb923c,#f59e0b)}.priority-number.yellow{background:linear-gradient(135deg,#facc15,#ca8a04)}.priority-number.muted{background:linear-gradient(135deg,#94a3b8,#64748b)}.sync-priority-row>div{min-width:0;padding:16px 18px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:#0f172a8f}.sync-priority-row strong{display:block;color:#fff;font-size:18px}.sync-priority-row small,.sync-priority-row em{color:var(--dc-text-soft);font-style:normal}.sync-priority-row code{display:inline-flex;margin-top:10px;padding:4px 8px;border-radius:6px;background:#22d3ee1f;color:#22d3ee;font-size:12px}.sync-test-card .selector-grid{padding:0;border:0;background:transparent}.sync-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.figma-media-page .library-panel,.figma-playlists-page .playlist-list-card{padding:26px}.figma-media-page .library-header,.figma-playlists-page .playlist-list-card>.section-header.compact{padding:0 0 20px;border-bottom:0;background:transparent}.figma-library-actions{flex:1;justify-content:flex-end}.figma-library-actions input{max-width:760px}.figma-media-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:24px;margin-top:20px}.figma-media-card{min-width:0;display:grid;grid-template-rows:1fr auto auto;padding:0;overflow:hidden;text-align:left}.figma-media-preview{aspect-ratio:16 / 9;display:grid;place-items:center;background:#22d3ee1c;color:#22d3ee;font-size:48px;font-weight:900}.figma-media-card.video .figma-media-preview,.figma-media-card.source .figma-media-preview{background:#8b5cf629;color:#a78bfa}.figma-media-preview img,.figma-media-preview video{width:100%;height:100%;object-fit:cover}.figma-media-info{min-width:0;display:grid;gap:6px;padding:16px 16px 4px}.figma-media-info strong{color:#fff;font-size:14px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.figma-media-info span{color:var(--dc-text-soft);font-size:13px}.media-card-badges{display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px 0}.figma-media-card .status-badge{justify-self:start}.figma-media-card .row-action-pill{margin:10px 16px 16px;justify-self:start}.rendition-badge{letter-spacing:0}.figma-media-grid .content-workbench{grid-column:1 / -1;order:-1;scroll-margin-top:24px}.figma-media-grid:has(.content-workbench){grid-template-columns:1fr}.figma-media-grid:has(.content-workbench) .figma-media-card{display:none}.playlist-workspace,.schedule-editor-workspace{scroll-margin-top:24px}.schedule-editor-workspace.editor-active{margin-top:0}.figma-playlist-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:24px;margin-bottom:28px}.playlist-card-toolbar{display:grid;grid-template-columns:minmax(260px,420px) minmax(0,1fr);gap:18px;align-items:start;margin-bottom:22px}.playlist-card-toolbar .list-controls{margin:0}.figma-playlist-card{min-height:218px;display:grid;gap:20px;padding:24px;text-align:left}.focused-playlist-workspace{display:block}.focused-playlist-workspace .inline-playlist-editor,.focused-playlist-workspace .playlist-detail,.focused-playlist-workspace .playlist-workbench{width:100%}.focused-playlist-workspace .playlist-workbench{margin-top:0}.figma-playlist-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}.playlist-glyph{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;background:#8b5cf642;color:#a78bfa;font-size:24px;font-weight:900}.figma-playlist-head strong{color:#fff;font-size:19px;line-height:1.25;font-weight:850}.playlist-card-title{min-width:0;display:grid;gap:4px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.playlist-card-title small{overflow:hidden;color:var(--dc-text-soft);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.playlist-card-title:hover strong{color:var(--dc-cyan)}.playlist-card-preview-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:#0f172a6b;color:var(--dc-text-soft);cursor:pointer}.playlist-card-preview-icon:hover{border-color:#22d3ee80;color:var(--dc-cyan)}.figma-playlist-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.figma-playlist-facts span{color:var(--dc-text-soft);font-size:12px}.figma-playlist-facts strong{display:block;margin-top:4px;overflow:hidden;color:#fff;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.figma-playlist-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.figma-playlist-actions button,.screen-detail-button{min-height:38px;display:grid;place-items:center;border:0;border-radius:8px;background:#1e293bc7;color:#fff;font-size:13px;font-weight:850;cursor:pointer}.figma-playlist-actions button:hover{background:#334155f2;color:var(--dc-cyan)}.figma-schedule-grid{align-items:stretch}.figma-day-list div{justify-content:space-between}.figma-day-list strong{color:#fff;font-size:14px}.figma-day-list span,.figma-today-list em{color:#22d3ee;font-size:13px;font-weight:850}.figma-today-list button{width:100%}.quick-schedule-options{margin-bottom:28px;border-color:#22d3ee3d;background:linear-gradient(135deg,#0ea5e91f,#0f172ab8)}.figma-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.figma-action-grid button{display:grid;align-content:center;justify-items:start}.figma-action-grid strong{color:#fff;font-size:16px}.light-screens-overview{display:grid;gap:28px;margin-bottom:28px}.screen-card-toolbar,.management-card-toolbar{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:18px;align-items:start}.screen-card-search{display:grid;grid-template-columns:minmax(220px,1fr) minmax(120px,.32fr) minmax(150px,.42fr);gap:12px}.screen-card-toolbar .list-controls,.management-card-toolbar .list-controls{margin:0}.unified-list-toolbar{display:grid;grid-template-columns:minmax(520px,1fr) minmax(520px,auto);gap:16px;align-items:center;margin:0 0 22px;padding:16px;border:1px solid rgba(113,171,255,.18);border-radius:8px;background:linear-gradient(135deg,#0ea5e914,#0f172ab8),#071122c2;box-shadow:inset 0 1px #ffffff09}.unified-list-filters,.unified-list-toolbar .screen-card-search,.unified-list-toolbar .filter-row{min-width:0;display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.unified-list-filter-stack{min-width:0;display:grid;gap:10px}.unified-list-filters input,.unified-list-toolbar .screen-card-search input,.unified-list-toolbar .filter-row input{flex:1 1 280px;min-width:0}.unified-list-filters select,.unified-list-toolbar .screen-card-search select,.unified-list-toolbar .filter-row select{flex:0 0 170px;min-width:0}.unified-list-filters.figma-library-actions{flex:none;justify-content:flex-start}.unified-list-filters.figma-library-actions input{max-width:none}.unified-list-toolbar .view-mode-toggle{flex:0 0 auto;align-self:stretch}.unified-list-toolbar app-list-controls{display:block;min-width:0}.unified-list-toolbar .list-controls{min-height:44px;display:flex;align-items:center;justify-content:flex-end;margin:0;padding:0;border:0;background:transparent}.unified-list-toolbar .list-control-actions{flex-wrap:nowrap}.unified-list-toolbar .list-control-actions label{min-width:112px}.unified-list-toolbar .list-control-actions label:first-child{min-width:150px}.unified-list-toolbar .list-summary{white-space:nowrap}.unified-list-toolbar .pager{flex:0 0 auto}.player-list-toolbar,.management-list-toolbar,.media-card-toolbar{margin-bottom:18px}.light-screen-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:22px}.light-screen-card{display:grid;gap:18px;padding:24px;color:var(--dc-text);text-decoration:none}.screen-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center}.screen-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;background:#4ade802e;color:#4ade80;font-size:22px;font-weight:900}.light-screen-card.offline .screen-icon{background:#f871712e;color:#f87171}.screen-card-head strong{display:block;color:#fff;font-size:18px;line-height:1.2}.screen-card-head small{color:var(--dc-text-soft);font-size:13px}.screen-card-head i{width:11px;height:11px;border-radius:999px;background:#4ade80}.light-screen-card.offline .screen-card-head i{background:#f87171}.screen-card-facts{display:grid;gap:10px}.screen-card-facts div{display:flex;justify-content:space-between;gap:12px}.screen-card-facts span{color:var(--dc-text-soft);font-size:13px}.screen-card-facts strong{color:#fff;font-size:13px;text-align:right}.figma-player-detail-page .hero-panel{align-items:center;border:0;background:transparent;box-shadow:none;padding:0;margin-bottom:24px}.figma-player-detail-page .hero-left h3{font-size:30px}.figma-player-stat-row{grid-template-columns:repeat(3,minmax(0,1fr))}.figma-player-operational-grid{margin-bottom:26px}.figma-telemetry-list,.playback-source-list{display:grid;gap:14px}.figma-telemetry-list div{display:flex;align-items:center;justify-content:space-between;gap:18px}.figma-telemetry-list span,.playback-source-row span,.playback-source-row small{color:var(--dc-text-soft);font-weight:700}.figma-telemetry-list strong,.playback-source-row strong{color:#fff;text-align:right}.playback-source-row{display:grid;gap:6px;padding:16px 18px;border-radius:8px;background:#0f172a75}.playback-source-row.active-source{border-left:4px solid var(--dc-cyan);background:#1e293bc7}.detail-kpi-secondary{margin-top:0}.upcoming-schedules-card{margin-top:8px}.management-card-surface{display:grid;gap:22px;margin-bottom:28px}.management-card-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:22px}.management-card{min-width:0;display:grid;gap:20px;padding:24px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#0f172a9e}.management-card:hover{border-color:#22d3ee7a}.management-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px}.management-card-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;background:#22d3ee26;color:#22d3ee;font-size:20px;font-weight:900}.management-card-head strong,.playlist-operations-main strong,.media-operations-main strong{display:block;overflow:hidden;color:#fff;font-size:18px;line-height:1.25;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.management-card-head small,.playlist-operations-main small,.media-operations-main small{display:block;margin-top:4px;overflow:hidden;color:var(--dc-text-soft);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.management-card-head em{padding:5px 9px;border-radius:999px;background:#f8717124;color:#fecaca;font-size:11px;font-style:normal;font-weight:900;text-transform:uppercase}.management-card-head em.active{background:#4ade8029;color:#86efac}.management-card-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.management-card-facts span,.playlist-operations-meta small,.media-operations-meta small{color:var(--dc-text-soft);font-size:12px}.management-card-facts strong,.playlist-operations-meta strong,.media-operations-meta strong{display:block;margin-top:4px;overflow:hidden;color:#fff;font-size:14px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.management-card-actions{display:grid}.management-card-actions button,.playlist-operations-actions button{min-height:38px;display:grid;place-items:center;border:0;border-radius:8px;background:#1e293bc7;color:#fff;font-size:13px;font-weight:850}.management-card-actions button:hover,.playlist-operations-actions button:hover{background:#334155f2;color:var(--dc-cyan)}.media-operations-list,.playlist-operations-list{display:grid;gap:12px;margin-top:20px}.media-operations-row,.playlist-operations-row{min-width:0;display:grid;gap:14px;align-items:center;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#0f172a9e;color:inherit}.media-operations-row{grid-template-columns:88px minmax(240px,1fr) minmax(130px,.36fr) minmax(90px,.25fr) minmax(130px,.32fr) auto auto;padding:14px;text-align:left}.playlist-operations-row{grid-template-columns:minmax(260px,1.2fr) minmax(150px,.6fr) minmax(140px,.5fr) minmax(80px,.28fr) auto minmax(170px,.5fr);padding:16px}.media-operations-row:hover,.playlist-operations-row:hover{border-color:#22d3ee6b}.media-operations-thumb{width:78px;aspect-ratio:16 / 10;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#22d3ee1f;color:var(--dc-cyan);font-size:13px;font-weight:900}.media-operations-thumb img,.media-operations-thumb video{width:100%;height:100%;object-fit:cover}.playlist-operations-main{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;padding:0;border:0;background:transparent;color:inherit;text-align:left}.playlist-operations-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}@media(max-width:1600px){.content-row{grid-template-columns:46px minmax(300px,1fr) minmax(100px,auto) minmax(126px,auto)}.content-row .content-meta{display:none}.group-row,.content-groups-page .group-row,.company-row,.media-operations-row,.playlist-operations-row,.playlist-list-item{grid-template-columns:46px minmax(260px,1fr) minmax(360px,1fr) minmax(116px,auto)}.group-row .group-meta:nth-of-type(n+3),.company-row .row-meta:nth-of-type(n+3){display:none}.group-row em,.company-row em{display:none}.playlist-row-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.schedules-page .workspace,.adoption-workspace{grid-template-columns:1fr}}@media(max-width:1500px){.unified-list-toolbar{grid-template-columns:1fr;align-items:stretch}.unified-list-toolbar .list-controls{justify-content:space-between}}@media(max-width:1280px){.admin-shell{grid-template-columns:1fr}.sidebar{position:relative;min-height:auto;max-height:520px;overflow-y:auto}.topbar,.page-header,.command-hero{align-items:flex-start;flex-direction:column}.page-header,.command-hero{min-height:auto}.page-header-meta{margin-top:12px}.topbar-right,.page-actions,.header-actions{width:100%;justify-content:flex-start}.unified-list-toolbar{grid-template-columns:1fr;align-items:stretch}.unified-list-toolbar .list-controls,.unified-list-toolbar .list-control-actions{justify-content:flex-start}.unified-list-toolbar .list-control-actions{flex-wrap:wrap}.mode-pill,.console-mode-toggle,.company-select,.api-status{width:100%;min-width:0}.console-mode-toggle button{flex:1}.payment-placeholder-row{align-items:flex-start;flex-direction:column}.page-header .page-actions select,.page-header .header-actions select{width:100%}.page-flow-pill,.page-scope-pill{width:100%;justify-content:center;text-align:center}.player-list-item,.playlist-list-item,.content-row,.group-row,.content-groups-page .group-row,.company-row{grid-template-columns:46px minmax(0,1fr) auto}.player-list-item{grid-template-columns:46px minmax(0,1fr) auto auto}.player-row-meta,.playlist-row-meta,.content-meta,.group-meta,.company-meta,.row-meta,.row-action-pill{display:none}.player-inline-grid,.simple-dashboard-hero,.simple-stat-grid,.workbench-grid,.membership-grid,.command-grid,.operations-grid,.tables-grid,.upload-grid,.content-workbench .workbench-grid,.ops-dashboard,.dashboard-focus-grid,.player-detail-page .hero-panel,.detail-grid,.sync-page .selector-grid,.audit-head,.json-grid,.live-preview-layout,.analytics-hero,.analytics-focus-grid,.analytics-grid,.analytics-hero-actions,.browser-player-link-card,.monitoring-kpi-grid,.monitoring-grid,.remote-layout,.light-remote-support,.light-monitoring-stats,.light-screen-focus-grid,.billing-figma-grid,.assignment-grid,.settings-summary-grid,.settings-section-grid,.settings-section-grid.three,.settings-switch-grid,.timeline-add-bar,.timeline-group-bar,.pricing-grid,.ai-included-list,.ai-addon-grid,.ai-seat-panel,.billing-summary-panel,.payment-placeholder-row,.pricing-control-panel,.analytics-filter-panel,.analytics-focus-facts,.timeline-item,.create-player-form,.player-detail-page .kpi-grid,.diagnostics-grid,.config-summary,.summary-grid,.audit-page .filter-panel,.audit-meta-grid,.content-workbench .inline-edit-form,.content-workbench .detail-facts,.dependency-grid,.assignment-summary-strip,.product-review-grid,.product-review-lists,.wizard-grid,.wizard-assignment-grid,.wizard-check-grid,.wizard-timeline-row,.player-settings-section,.light-screen-status-row{grid-template-columns:1fr}.timeline-position,.reorder-actions,.timeline-media-icon,.timeline-meta,.timeline-item .status-badge,.timeline-item .danger-link{justify-self:stretch}.playlist-screen{min-height:300px}.workflow,.workflow-launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.console-mode-grid{grid-template-columns:1fr}.workflow-step:after{display:none}.command-metrics,.action-list,.readiness-strip,.ops-queue-grid,.v3-action-grid.light,.v3-kpi-grid,.v3-command-grid,.v3-command-grid.secondary,.v3-light-main-grid,.adoption-tabs,.adoption-page .wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.content-workbench .workbench-tags{margin-top:10px}}@media(max-width:860px){.content-area{padding:18px}.topbar{padding:16px 18px}.product-flow-page .campaign-hero{align-items:stretch;flex-direction:column;min-height:auto}.product-flow-page .hero-metrics{min-width:0}.filter-row,.form-grid,.compact-create-form,.company-form,.user-form,.org-form,.inline-edit-form,.player-settings-form,.settings-form,.detail-kpis,.detail-facts,.settings-grid,.system-grid,.manifest-facts,.schedule-expanded,.setup-expanded,.setup-confirm-form,.workspace-grid,.figma-two-column,.figma-schedule-grid,.sync-priority-shell,.figma-player-stat-row,.light-campaign-list article,.light-campaign-list dl{grid-template-columns:1fr}.figma-stat-grid,.figma-three-column,.light-action-grid,.figma-playlist-grid,.figma-media-grid,.light-screen-grid,.management-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screen-card-toolbar,.management-card-toolbar,.screen-card-search,.unified-list-toolbar,.media-operations-row,.playlist-operations-row{grid-template-columns:1fr}.unified-list-filters input,.unified-list-filters select,.unified-list-toolbar .screen-card-search input,.unified-list-toolbar .screen-card-search select,.unified-list-toolbar .filter-row input,.unified-list-toolbar .filter-row select,.unified-list-toolbar .view-mode-toggle,.unified-list-toolbar .view-mode-toggle button{width:100%}.monitoring-player-row,.monitoring-filters,.monitoring-focus-grid,.selected-player-card,.selected-job-card,.remote-job-detail-grid,.remote-job-timeline,.remote-job-row{grid-template-columns:1fr}.monitoring-player-row .status-badge,.selected-player-card em,.remote-job-row .status-badge,.selected-job-actions,.job-actions,.monitoring-metric{justify-self:stretch}.remote-action-grid{grid-template-columns:1fr}.library-header,.panel-header,.workbench-header,.detail-header,.figma-page-heading,.list-controls,.list-control-actions{display:grid}.figma-page-heading,.figma-toolbar{align-items:stretch}.figma-toolbar,.figma-toolbar button,.figma-page-heading .primary-button,.figma-detail-backbar button{width:100%}.workbench-header-actions{display:grid;justify-content:stretch;justify-items:stretch}.workbench-header-actions button,.workbench-footer-actions button{width:100%}.workbench-meta{justify-items:start}.list-control-actions,.list-control-actions label,.pager,.pager button{width:100%}.workflow-switcher span{width:100%;margin-left:0}.company-select,.api-status{width:100%}.simple-hero-card,.simple-journey-card{padding:18px}.simple-hero-card h3{font-size:24px}.simple-hero-stats,.simple-screen-row{grid-template-columns:1fr}.workflow,.workflow-launch-grid{grid-template-columns:1fr;padding:14px}.command-metrics,.action-list,.readiness-strip,.ops-queue-grid,.v3-dashboard-header,.v3-action-grid.light,.v3-kpi-grid,.v3-command-grid,.v3-command-grid.secondary,.v3-light-main-grid,.figma-stat-grid,.figma-three-column,.light-action-grid,.figma-playlist-grid,.figma-media-grid,.light-screen-grid,.management-card-grid,.upload-route-card,.wizard-default-row,.wizard-schedule-row,.wizard-advanced-row,.wizard-file-advanced,.adoption-tabs,.adoption-page .wizard-steps,.compact-wizard-file-card,.attention-player-row,.product-flow-page .compact-wizard-file-card{grid-template-columns:1fr}.figma-media-page .product-wizard-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-wizard-file-card .wizard-preview,.product-flow-page .compact-wizard-file-card .wizard-preview{max-width:320px}.wizard-file-heading,.product-flow-page .compact-wizard-file-card .wizard-file-heading{grid-template-columns:1fr}.wizard-file-actions{justify-content:flex-start;flex-wrap:wrap}.api-status{white-space:normal;overflow-wrap:anywhere}}@media(max-width:560px){.figma-media-page .product-wizard-steps{grid-template-columns:1fr}.detail-header,.player-list-item{grid-template-columns:46px minmax(0,1fr)}.detail-header .status-badge,.player-list-item>.status-badge{grid-column:1 / -1;justify-self:start}}.admin-shell.v3-shell .content-area>*{max-width:1440px;margin-right:auto;margin-left:auto}.admin-shell.v3-shell :is(.figma-page-heading,.page-header,.v3-dashboard-header,.analytics-scope-bar,.adoption-kpis,.workflow-tabs,.unified-list-toolbar,.publishing-tab-panel,.figma-stat-card,.figma-card,.figma-media-card,.figma-playlist-card,.light-screen-card,.playlist-operations-row,.setup-panel,.manual-code-card,.browser-link-panel,.claim-panel,.upload-workspace,.flow-workspace,.wizard-section,.content-source-panel,.web-source-card,.players-list-panel,.playlist-list-card,.playlist-workbench,.timeline-item-row,.detail-shell,.hero-panel,.detail-tabbar,.analytics-filter-panel,.light-campaign-performance,.light-campaign-list article,.adoption-tab-panel){border-color:#e5eaf2;border-radius:18px;background:#fff;color:#101828;box-shadow:0 18px 44px #10182812}.admin-shell.v3-shell :is(.figma-page-heading,.page-header,.v3-dashboard-header,.publishing-header){min-height:auto;padding:28px;border-radius:22px;background:radial-gradient(circle at 92% 12%,rgba(11,107,255,.1),transparent 28%),#fff}.admin-shell.v3-shell :is(.figma-page-heading h2,.page-header h2,.v3-dashboard-header h2,.panel-heading h3,.panel-header h3,.figma-card h3,.figma-stat-card strong,.figma-media-info strong,.figma-playlist-head strong,.playlist-card-title strong,.playlist-operations-main strong,.light-screen-card strong,.screen-card-head strong,.light-campaign-list strong,.analytics-filter-panel strong,.manual-code-copy h4,.hero-panel h3){color:#101828}.admin-shell.v3-shell :is(.figma-page-heading p,.page-header p,.v3-dashboard-header p,.panel-heading span,.panel-header p,.figma-card p,.figma-stat-card p,.figma-stat-card small,.figma-media-info span,.playlist-card-title small,.light-screen-card small,.screen-card-facts span,.light-campaign-list dt,.analytics-filter-panel label,.manual-code-copy p,.hero-panel p){color:#667085}.admin-shell.v3-shell .eyebrow,.admin-shell.v3-shell .figma-page-heading>div>span,.admin-shell.v3-shell .page-header>div>span,.admin-shell.v3-shell .panel-heading .eyebrow,.admin-shell.v3-shell .panel-header span{color:#0b6bff;letter-spacing:.08em;text-transform:uppercase}.admin-shell.v3-shell .page-header-meta{gap:10px}.admin-shell.v3-shell :is(.page-flow-pill,.page-scope-pill){border-color:#dbeafe;background:#f0f7ff;color:#1d4ed8}.admin-shell.v3-shell .workflow-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;padding:8px;border:1px solid #e5eaf2;box-shadow:none}.admin-shell.v3-shell .workflow-tabs button{min-height:82px;justify-content:flex-start;padding:16px 18px;border:1px solid transparent;border-radius:15px;background:transparent;color:#334155;text-align:left;box-shadow:none}.admin-shell.v3-shell .workflow-tabs button.active{border-color:#bfdbfe;background:linear-gradient(135deg,#eff6ff,#fff);color:#0b6bff;box-shadow:0 12px 28px #2563eb1a}.admin-shell.v3-shell .workflow-tabs strong{color:inherit}.admin-shell.v3-shell .workflow-tabs small{margin-top:4px;color:#667085}.admin-shell.v3-shell :is(.figma-stat-grid,.v3-kpi-grid,.adoption-kpis){gap:16px}.admin-shell.v3-shell :is(.figma-stat-card,.v3-kpi-card,.v3-action-tile){min-height:126px;border-radius:18px;background:#fff;box-shadow:0 16px 36px #10182812}.admin-shell.v3-shell .figma-stat-icon,.admin-shell.v3-shell .v3-kpi-icon,.admin-shell.v3-shell .v3-action-tile>span,.admin-shell.v3-shell .screen-icon,.admin-shell.v3-shell .playlist-glyph,.admin-shell.v3-shell .content-avatar{border-radius:16px;background:#e8f1ff;color:#0b6bff}.admin-shell.v3-shell :is(.tinted-success .figma-stat-icon,.v3-action-tile.green>span,.v3-kpi-card.green .v3-kpi-icon){background:#dcfce7;color:#16a34a}.admin-shell.v3-shell :is(.tinted-danger .figma-stat-icon,.figma-stat-icon.offline){background:#fee2e2;color:#dc2626}.admin-shell.v3-shell :is(.tinted-violet .figma-stat-icon,.v3-action-tile.violet>span,.v3-kpi-card.violet .v3-kpi-icon){background:#ede9fe;color:#7c3aed}.admin-shell.v3-shell :is(.v3-action-tile.amber>span,.v3-kpi-card.amber .v3-kpi-icon){background:#ffedd5;color:#d97706}.admin-shell.v3-shell .unified-list-toolbar{padding:14px;box-shadow:none}.admin-shell.v3-shell :is(input,select,textarea){min-height:42px;border-radius:12px;border-color:#e5eaf2;background-color:#fff;color:#101828}.admin-shell.v3-shell :is(input,select,textarea):focus{border-color:#93c5fd;box-shadow:0 0 0 4px #0b6bff1f}.admin-shell.v3-shell :is(.primary,.primary-button,.main-cta,button[type=submit],.v3-primary-action){border-color:#0b6bff;border-radius:12px;background:linear-gradient(135deg,#0b6bff,#2563eb);color:#fff;box-shadow:0 14px 28px #0b6bff38}.admin-shell.v3-shell :is(.secondary,.secondary-button,.figma-secondary-button,.ghost-button,.row-action-pill){border-color:#e5eaf2;border-radius:12px;background:#fff;color:#1d4ed8}.admin-shell.v3-shell .figma-media-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.admin-shell.v3-shell .figma-media-card{overflow:hidden}.admin-shell.v3-shell .figma-media-preview{background:#eff6ff;color:#0b6bff}.admin-shell.v3-shell .figma-media-card.video .figma-media-preview,.admin-shell.v3-shell .figma-media-card.source .figma-media-preview{background:#f5f3ff;color:#7c3aed}.admin-shell.v3-shell .media-card-badges{padding-top:12px}.admin-shell.v3-shell .figma-playlist-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.admin-shell.v3-shell .figma-playlist-card{min-height:210px;gap:18px}.admin-shell.v3-shell .playlist-card-preview-icon{border-color:#e5eaf2;background:#f8fafc;color:#475569}.admin-shell.v3-shell .figma-playlist-facts div,.admin-shell.v3-shell .screen-card-facts div,.admin-shell.v3-shell .playlist-operations-meta,.admin-shell.v3-shell .company-context,.admin-shell.v3-shell .wizard-summary{border-color:#eef2f7;border-radius:14px;background:#f8fafc}.admin-shell.v3-shell .light-screen-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.admin-shell.v3-shell .light-screen-card{min-height:188px;padding:20px;text-decoration:none}.admin-shell.v3-shell .screen-detail-button{border-color:#dbeafe;background:#eff6ff;color:#1d4ed8}.admin-shell.v3-shell .product-wizard-steps{border-radius:18px;background:#fff;box-shadow:0 14px 34px #1018280f}.admin-shell.v3-shell .product-wizard-steps button{border-radius:14px;color:#667085}.admin-shell.v3-shell .product-wizard-steps button.active,.admin-shell.v3-shell .product-wizard-steps button.complete{background:#eff6ff;color:#0b6bff}.admin-shell.v3-shell .drop-card,.admin-shell.v3-shell .upload-drop-card{border-color:#bfdbfe;border-radius:22px;background:radial-gradient(circle at 50% 18%,rgba(11,107,255,.13),transparent 26%),#f8fbff;box-shadow:inset 0 0 0 1px #bfdbfe61}.admin-shell.v3-shell .upload-cloud-thumbnail{max-width:min(330px,78%)}.admin-shell.v3-shell .analytics-scope-bar,.admin-shell.v3-shell .analytics-filter-panel{display:grid;gap:14px}.admin-shell.v3-shell .analytics-filter-chips span,.admin-shell.v3-shell :is(.status-badge,.mini-status,.soft-badge,.kind-badge){border-radius:999px}.admin-shell.v3-shell .detail-tabbar{padding:6px;box-shadow:none}.admin-shell.v3-shell .detail-tabbar button{border-radius:12px;background:transparent;color:#667085}.admin-shell.v3-shell .detail-tabbar button.active{background:#eff6ff;color:#0b6bff}.admin-shell.v3-shell .wizard-steps{gap:14px}.admin-shell.v3-shell .wizard-step{border-color:#e5eaf2;border-radius:18px;background:#f8fafc}.admin-shell.v3-shell .wizard-step.active{border-color:#bfdbfe;background:#eff6ff}.admin-shell.v3-shell .manual-code-card{padding:22px}.admin-shell.v3-shell table,.admin-shell.v3-shell .data-table,.admin-shell.v3-shell .proof-table,.admin-shell.v3-shell .customer-content-table{color:#101828}.admin-shell.v3-shell :is(th,.table-head,.customer-content-head){color:#667085}@media print{@page{size:A4;margin:0}.admin-shell:has(.analytics-customer-report){display:block;background:#fff}.admin-shell:has(.analytics-customer-report) .sidebar,.admin-shell:has(.analytics-customer-report) .topbar,.admin-shell:has(.analytics-customer-report) .figma-page-heading,.admin-shell:has(.analytics-customer-report) .notice,.admin-shell:has(.analytics-customer-report) .analytics-scope-bar,.admin-shell:has(.analytics-customer-report) .analytics-tabbar,.admin-shell:has(.analytics-customer-report) .analytics-filter-panel,.admin-shell:has(.analytics-customer-report) .analytics-download-panel,.admin-shell:has(.analytics-customer-report) .figma-stat-grid,.admin-shell:has(.analytics-customer-report) .analytics-hero,.admin-shell:has(.analytics-customer-report) .analytics-focus-grid,.admin-shell:has(.analytics-customer-report) .analytics-grid,.admin-shell:has(.analytics-customer-report) .analytics-proof,.admin-shell:has(.analytics-customer-report) .light-campaign-performance,.admin-shell:has(.analytics-customer-report) .ai-assistant-fab,.admin-shell:has(.analytics-customer-report) .ai-assistant-panel{display:none!important}.admin-shell:has(.analytics-customer-report) .main-area,.admin-shell:has(.analytics-customer-report) .content-area,.admin-shell:has(.analytics-customer-report) .analytics-page{display:block;min-height:auto;margin:0;padding:0;background:#fff}.admin-shell:has(.analytics-customer-report) .analytics-customer-report{position:static;width:auto;height:auto;overflow:visible;opacity:1;pointer-events:auto;display:block!important;color:#111827}.admin-shell:has(.analytics-customer-report) .customer-report-sheet{box-sizing:border-box;width:210mm;min-height:297mm;margin:0;padding:12mm 14mm;border:0;border-radius:0;background:#fff;box-shadow:none;color:#111827;page-break-after:always;break-after:page}.admin-shell:has(.analytics-customer-report) .customer-report-sheet:last-child{page-break-after:auto;break-after:auto}.admin-shell:has(.analytics-customer-report) .customer-report-titlebar button,.admin-shell:has(.analytics-customer-report) .customer-report-header button{display:none}.admin-shell:has(.analytics-customer-report) .customer-report-header,.admin-shell:has(.analytics-customer-report) .customer-report-block,.admin-shell:has(.analytics-customer-report) .customer-report-table{break-inside:avoid}.admin-shell:has(.analytics-customer-report) .customer-report-header{grid-template-columns:minmax(0,1fr) minmax(42mm,auto);gap:6mm;padding-bottom:5mm;border-bottom-color:#111827}.admin-shell:has(.analytics-customer-report) .customer-report-header.compact{grid-template-columns:1fr}.admin-shell:has(.analytics-customer-report) .customer-report-header h1{margin:2mm 0 1mm;color:#111827;font-size:22pt;line-height:1.05}.admin-shell:has(.analytics-customer-report) .customer-report-header p,.admin-shell:has(.analytics-customer-report) .customer-report-generated,.admin-shell:has(.analytics-customer-report) .customer-report-generated small{color:#475569}.admin-shell:has(.analytics-customer-report) .customer-report-block{gap:2.2mm}.admin-shell:has(.analytics-customer-report) .customer-report-block h2{color:#111827;font-size:12pt}.admin-shell:has(.analytics-customer-report) .customer-report-table{border-collapse:collapse;color:#111827;font-size:8.8pt;line-height:1.3;page-break-inside:avoid}.admin-shell:has(.analytics-customer-report) .customer-report-table tr{break-inside:avoid;page-break-inside:avoid}.admin-shell:has(.analytics-customer-report) .customer-report-table th,.admin-shell:has(.analytics-customer-report) .customer-report-table td{padding:2.3mm 2.6mm;border-color:#dbe2ea;color:#111827}.admin-shell:has(.analytics-customer-report) .customer-report-table thead th,.admin-shell:has(.analytics-customer-report) .customer-report-table tbody th{background:#f1f5f9;color:#111827}.admin-shell:has(.analytics-customer-report) .customer-report-table tbody td{background:#fff;color:#334155}.admin-shell:has(.analytics-customer-report) .customer-report-number{color:#111827!important;text-align:right!important}.admin-shell:has(.analytics-customer-report) .customer-report-empty{color:#475569;border-color:#cbd5e1;background:#f8fafc}.admin-shell:has(.analytics-customer-report) .customer-report-titlebar,.admin-shell:has(.analytics-customer-report) .customer-report-scope,.admin-shell:has(.analytics-customer-report) .customer-report-metrics,.admin-shell:has(.analytics-customer-report) .customer-report-panel,.admin-shell:has(.analytics-customer-report) .customer-report-table-section,.admin-shell:has(.analytics-customer-report) .customer-content-table{break-inside:avoid}.admin-shell:has(.analytics-customer-report) .customer-report-titlebar{grid-template-columns:minmax(0,1fr) minmax(42mm,auto);border-bottom-color:#111827}.admin-shell:has(.analytics-customer-report) .customer-report-section-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:7mm}.admin-shell:has(.analytics-customer-report) .customer-report-titlebar h3,.admin-shell:has(.analytics-customer-report) .customer-report-metrics strong,.admin-shell:has(.analytics-customer-report) .customer-content-row strong{color:#111827}.admin-shell:has(.analytics-customer-report) .customer-report-titlebar p,.admin-shell:has(.analytics-customer-report) .customer-report-titlebar span,.admin-shell:has(.analytics-customer-report) .customer-report-meta,.admin-shell:has(.analytics-customer-report) .customer-report-meta small,.admin-shell:has(.analytics-customer-report) .customer-report-scope span,.admin-shell:has(.analytics-customer-report) .customer-report-metrics small,.admin-shell:has(.analytics-customer-report) .customer-report-metrics span,.admin-shell:has(.analytics-customer-report) .customer-report-bars span,.admin-shell:has(.analytics-customer-report) .customer-report-timeline span,.admin-shell:has(.analytics-customer-report) .customer-report-timeline small{color:#475569}.admin-shell:has(.analytics-customer-report) .customer-report-scope,.admin-shell:has(.analytics-customer-report) .customer-report-scope div+div,.admin-shell:has(.analytics-customer-report) .customer-report-metrics,.admin-shell:has(.analytics-customer-report) .customer-report-metrics article,.admin-shell:has(.analytics-customer-report) .customer-report-bars div,.admin-shell:has(.analytics-customer-report) .customer-content-table{border-color:#dbe2ea;background:#fff}.admin-shell:has(.analytics-customer-report) .customer-report-bars>div,.admin-shell:has(.analytics-customer-report) .customer-report-timeline>div>div{background:#f8fafc}.admin-shell:has(.analytics-customer-report) .customer-report-metrics article:nth-child(3n+2),.admin-shell:has(.analytics-customer-report) .customer-report-metrics article:nth-child(3n+3),.admin-shell:has(.analytics-customer-report) .customer-report-metrics article:nth-child(n+4){border-color:#dbe2ea}.admin-shell:has(.analytics-customer-report) .customer-report-metrics strong{font-size:18pt;line-height:1.05}.admin-shell:has(.analytics-customer-report) .customer-report-sheet{gap:6mm}.admin-shell:has(.analytics-customer-report) .customer-report-titlebar{padding-bottom:5mm}.admin-shell:has(.analytics-customer-report) .customer-report-titlebar h3{margin:2mm 0 1mm;font-size:22pt;line-height:1.05}.admin-shell:has(.analytics-customer-report) .customer-report-scope{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-shell:has(.analytics-customer-report) .customer-report-scope div{padding:3mm}.admin-shell:has(.analytics-customer-report) .customer-report-metrics article{padding:3mm}.admin-shell:has(.analytics-customer-report) .customer-report-bars{gap:2mm}.admin-shell:has(.analytics-customer-report) .customer-report-bars>div{min-height:12mm;padding:2.4mm 3mm 4mm}.admin-shell:has(.analytics-customer-report) .customer-report-bars strong{margin-top:1mm;font-size:12pt}.admin-shell:has(.analytics-customer-report) .customer-report-timeline{gap:2mm}.admin-shell:has(.analytics-customer-report) .customer-report-timeline>div{grid-template-columns:18mm minmax(0,1fr) 16mm minmax(30mm,.8fr);gap:3mm;font-size:9pt}.admin-shell:has(.analytics-customer-report) .customer-report-section-title{gap:1mm}.admin-shell:has(.analytics-customer-report) .customer-content-head{background:#e2e8f0}.admin-shell:has(.analytics-customer-report) .customer-content-row+.customer-content-row{border-color:#dbe2ea}.admin-shell:has(.analytics-customer-report) .customer-content-head,.admin-shell:has(.analytics-customer-report) .customer-content-row{grid-template-columns:minmax(0,1.75fr) repeat(5,minmax(17mm,.45fr));padding:7px 9px;font-size:9pt}.admin-shell:has(.analytics-customer-report) .customer-audit-table .customer-content-head,.admin-shell:has(.analytics-customer-report) .customer-audit-table .customer-content-row{grid-template-columns:minmax(27mm,.75fr) minmax(25mm,1fr) minmax(23mm,.9fr) minmax(25mm,1fr) minmax(17mm,.55fr) minmax(15mm,.45fr);font-size:8pt}}.admin-shell.v3-shell{--dc-surface-width: 1589px;--dc-ui-card-radius: 14px;--dc-ui-border: #dce7f5;--dc-ui-shadow: 0 8px 24px rgba(16, 24, 40, .06)}.admin-shell.v3-shell :is(.players-page,.player-detail-page,.content-page,.playlists-page,.campaign-page) *,.admin-shell.v3-shell :is(.players-page,.player-detail-page,.content-page,.playlists-page,.campaign-page) *:before,.admin-shell.v3-shell :is(.players-page,.player-detail-page,.content-page,.playlists-page,.campaign-page) *:after{box-sizing:border-box}.admin-shell.v3-shell .content-area{padding:24px 42px 42px}.admin-shell.v3-shell :is(.players-page,.player-detail-page,.content-page,.playlists-page,.campaign-page){width:100%;max-width:var(--dc-surface-width);margin-right:auto;margin-left:auto;gap:18px;color:#0f172a;font-size:14px;line-height:1.45;letter-spacing:0}.admin-shell.v3-shell :is(.players-page,.content-page,.playlists-page,.campaign-page) :is(.page-header,.figma-page-heading.page-header,.campaign-page-header,.campaign-editor-header){width:100%;min-height:0!important;margin:0 0 4px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.v3-shell :is(.players-page,.content-page,.playlists-page,.campaign-page) :is(.page-header,.figma-page-heading.page-header,.campaign-page-header,.campaign-editor-header) :is(h1,h2),.admin-shell.v3-shell .player-detail-page .hero-left h3{margin:0;color:#071126;font-size:32px!important;font-weight:950;line-height:1.12;letter-spacing:0}.admin-shell.v3-shell :is(.players-page,.content-page,.playlists-page,.campaign-page) :is(.page-header,.figma-page-heading.page-header,.campaign-page-header,.campaign-editor-header) p,.admin-shell.v3-shell .player-detail-page .hero-left p{margin-top:6px;color:#64748b;font-size:15px;font-weight:700;line-height:1.45}.admin-shell.v3-shell :is(.breadcrumb-button,.screen-page-title>span,.figma-page-heading>div>span){min-height:0;border:0;padding:0;color:#2563eb;background:transparent;box-shadow:none;font-size:13px;font-weight:900;letter-spacing:0;text-transform:none}.admin-shell.v3-shell :is(.card,.table-card,.screen-fleet-table,.campaign-card,.campaign-timeline-shell,.campaign-empty-state,.campaign-kpi-card,.playlist-kpi-card,.content-kpi-card,.media-kpi-card,.stat-card,.library-panel,.playlist-list-card,.product-wizard-panel,.wizard-section,.content-source-panel){border-color:var(--dc-ui-border)!important;border-radius:var(--dc-ui-card-radius)!important;background-color:#fff;box-shadow:var(--dc-ui-shadow)}.admin-shell.v3-shell :is(.players-page,.player-detail-page,.content-page,.playlists-page,.campaign-page) :is(h2,h3,.card-title,.section-title-row h3,.campaign-card h2,.campaign-card h3){color:#111827;font-weight:900;line-height:1.22;letter-spacing:0}.admin-shell.v3-shell :is(.players-page,.player-detail-page,.content-page,.playlists-page,.campaign-page) :is(button,input,select,textarea,label,p,span,small,strong,td,th,dt,dd){letter-spacing:0}.admin-shell.v3-shell :is(.dc-primary-button,.dc-ghost-button,.figma-primary-button,.figma-secondary-button,.primary,.secondary,.ghost-button,.secondary-button,.screen-detail-button){min-height:42px;border-radius:12px;padding:0 16px;font-size:14px;font-weight:850;line-height:1}.admin-shell.v3-shell :is(.timeline-campaign-cell,.timeline-schedule-cell,.timeline-track-area,.playlist-row,.selected-card,.mini-media-row,.content-name-cell,.asset-title-cell,.screen-row-title,.row-title){min-width:0}.admin-shell.v3-shell :is(.timeline-campaign-cell strong,.timeline-campaign-cell small,.timeline-schedule-cell strong,.timeline-schedule-cell small,.playlist-row strong,.playlist-row small,.selected-card strong,.selected-card small,.mini-media-row strong,.mini-media-row small,.content-name-cell strong,.content-name-cell small,.asset-title-cell strong,.asset-title-cell small,.row-title strong,.row-title small){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.v3-shell :is(.status-badge,.campaign-status-badge,.mini-status,.soft-badge,.kind-badge){display:inline-flex;width:max-content;max-width:100%;min-height:24px;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:850;line-height:1;letter-spacing:0;text-transform:none;white-space:nowrap}.admin-shell.v3-shell :is(.status-badge,.campaign-status-badge,.mini-status):before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:999px;background:currentColor}.admin-shell.v3-shell :is(.status-badge.active,.status-badge.online,.status-badge.healthy,.campaign-status-badge.active,.mini-status.active){border-color:#b7efd0;color:#08783b;background:#e7f9ef}.admin-shell.v3-shell :is(.status-badge.inactive,.status-badge.expired,.campaign-status-badge.completed,.campaign-status-badge.draft,.mini-status.inactive){border-color:#d8e0eb;color:#475569;background:#f1f5f9}.admin-shell.v3-shell :is(.status-badge.offline,.status-badge.danger,.status-badge.error,.campaign-status-badge.conflict,.campaign-status-badge.danger){border-color:#fecaca;color:#b42318;background:#fff0f0}.admin-shell.v3-shell :is(.status-badge.warning,.status-badge.degraded){border-color:#fed7aa;color:#b45309;background:#fff7ed}.admin-shell.v3-shell :is(.status-badge.scheduled,.campaign-status-badge.scheduled){border-color:#bfdbfe;color:#0756dc;background:#eaf2ff}.admin-shell.v3-shell :is(.status-badge.completed){border-color:#d8e0eb;color:#475569;background:#f1f5f9}.admin-shell.pro-light-shell.v3-light-shell .campaign-page.players-page{padding:0 42px 40px!important}.admin-shell.pro-light-shell.v3-light-shell .campaign-page.players-page .timeline-row>span.campaign-status-badge{height:auto!important;min-height:24px!important;align-self:center;justify-self:start;margin:0 16px;padding:4px 10px!important;line-height:1!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-kpi-grid{gap:14px;margin-bottom:22px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-kpi-card{min-height:118px;border-radius:14px!important;box-shadow:var(--dc-ui-shadow)!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-library-panel{border-radius:14px!important;box-shadow:var(--dc-ui-shadow)!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-filter-bar{grid-template-columns:minmax(260px,1.35fr) repeat(5,minmax(140px,.75fr)) auto;gap:20px;padding:18px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-search-field,.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-filter-bar select{min-height:46px!important;border-radius:8px!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .view-mode-toggle{min-height:46px;border-radius:8px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-table th{padding:14px 18px;background:#f8fafc;color:#475467;font-size:13px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-table td{padding:14px 18px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-table-title{min-height:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page:not(.has-active-playlist) .playlist-row-actions button{min-width:34px;min-height:34px;padding:0!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main.playlist-content-step{grid-template-columns:minmax(0,1.48fr) minmax(340px,.72fr) minmax(280px,.52fr);gap:18px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-layout{grid-template-columns:154px minmax(0,1fr)}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-filters{padding:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row{grid-template-columns:22px 64px minmax(0,1fr) minmax(44px,auto);gap:10px;min-height:68px;padding:10px 12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row>span{min-width:0}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row strong,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row small,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row em{display:block;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row em{justify-self:end;color:#475467;font-size:12px;font-weight:850}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-selected-list article{grid-template-columns:16px 22px 46px minmax(0,1fr) repeat(3,32px)}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-selected-list b,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-selected-list small{display:block;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-summary-card dl{grid-template-columns:minmax(82px,.8fr) minmax(0,1fr);gap:11px 14px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-summary-card dd{overflow:visible;text-align:right;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .checklist-card p{min-width:0;padding-left:26px;line-height:1.45;overflow-wrap:anywhere}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .checklist-card p:before{top:2px;width:15px;height:15px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .next-card p{display:block;margin:0;padding:0}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .next-card strong,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .next-card small{display:block;max-width:100%;overflow-wrap:anywhere}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list{gap:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list p{position:relative;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 12px;align-items:center;min-height:56px;padding:8px 0}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list p:before{content:"OK";grid-row:1 / 3;width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:#eff6ff;color:#0b6bff;font-size:10px;font-weight:950}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list p:nth-child(2):before{content:"15";background:#dcfce7;color:#16a34a}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list p:nth-child(3):before{content:"MX";background:#ede9fe;color:#7c3aed}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list p:nth-child(4):before{content:"SC";background:#ffedd5;color:#d97706}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list strong,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list small{grid-column:2;min-width:0}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list strong{font-size:13px;line-height:1.2;white-space:normal}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list small{margin-top:0;font-size:12px;line-height:1.35;white-space:normal}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main.playlist-content-step{grid-template-columns:minmax(0,1.1fr) minmax(390px,.62fr);gap:16px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main.playlist-content-step .playlist-create-rail{grid-column:1 / -1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-layout{grid-template-columns:150px minmax(0,1fr)}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-filters{gap:10px;padding:14px;background:#f8fbff}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-filters .playlist-search-field.compact{min-height:40px;grid-template-columns:18px minmax(0,1fr);padding:0 10px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-filters .playlist-search-field.compact input{min-height:38px;font-size:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-filters button{min-height:38px;border-radius:12px;padding:0 12px;font-size:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row{grid-template-columns:18px 58px minmax(0,1fr) minmax(46px,auto);min-height:66px;gap:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row .playlist-media-thumb{width:56px;height:38px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-workspace{gap:20px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-steps{border-radius:14px!important;padding:16px 18px!important;box-shadow:var(--dc-ui-shadow)!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main{grid-template-columns:minmax(0,1fr) minmax(320px,.34fr);gap:18px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main.playlist-create-basic .playlist-create-rail{grid-column:2;grid-row:1 / span 2}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main.playlist-create-basic .playlist-about-card{grid-column:1}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-card{border-radius:14px!important;box-shadow:var(--dc-ui-shadow)!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-card h3{font-size:18px;line-height:1.2}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-card h4{font-size:15px;line-height:1.25}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-form-grid{gap:14px 18px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-form-grid label,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-card label,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-summary-card dt,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-summary-card dd{font-size:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-about-card{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-about-card>h4{grid-column:1 / -1}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-about-card>div{align-items:start;gap:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-tip-list p{align-items:start}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-rail{min-width:0}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-step .playlist-create-card,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-review-step .playlist-create-card{overflow:hidden}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-step-header{padding:16px 18px 12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-layout{min-height:430px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-filters{gap:8px;padding:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-filters button{justify-content:space-between;width:100%;min-width:0;text-align:left}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-content-row>span{overflow:hidden}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-selected-card{min-height:0}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-selected-list{min-height:260px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-selected-list article{grid-template-columns:16px 20px 52px minmax(0,1fr) 30px 30px 30px;gap:8px;padding:10px 12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-selected-list article button{width:30px;height:30px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-summary-card dl{grid-template-columns:minmax(110px,1fr) minmax(0,1fr)}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-summary-card dd{font-weight:850}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .checklist-card p{padding-left:24px;font-size:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .next-card p{grid-template-columns:40px minmax(0,1fr);gap:12px}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .next-card strong{font-size:13px;line-height:1.25}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .next-card small{font-size:12px;line-height:1.35}.admin-shell.pro-light-shell.v3-light-shell .status-badge.expired,.admin-shell.pro-light-shell.v3-light-shell .status-badge.inactive,.admin-shell.pro-light-shell.v3-light-shell .campaign-status-badge.completed,.admin-shell.pro-light-shell.v3-light-shell .campaign-status-badge.draft{border-color:#d8e0eb!important;color:#475569!important;background:#f1f5f9!important}@media(max-width:1500px){.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main,.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main.playlist-content-step{grid-template-columns:1fr}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main.playlist-create-basic .playlist-create-rail{grid-column:1;grid-row:auto}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-create-main.playlist-content-step .playlist-create-rail{grid-template-columns:1fr}}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-edit-rail .playlist-summary-card dl{grid-template-columns:1fr!important;gap:0!important;margin:0!important;padding:14px 18px!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-edit-rail .playlist-summary-card dl>div{grid-template-columns:minmax(0,1fr) minmax(92px,auto)!important;gap:12px!important;width:100%!important}.admin-shell.pro-light-shell.v3-light-shell .playlists-page .playlist-edit-rail .playlist-summary-card dd{justify-self:end!important;max-width:100%!important;text-align:right!important}:root{--dc-sidebar-a: #061b3f;--dc-sidebar-b: #0b55b8;--dc-primary: #0b6bff;--dc-primary-2: #0958d9;--dc-bg: #f5f8fc;--dc-surface: #ffffff;--dc-card: #ffffff;--dc-text: #101828;--dc-text-soft: #344054;--dc-text-muted: #667085;--dc-muted: #667085;--dc-border: #e6ebf2;--dc-border-strong: #cfe0ff;--dc-soft: #eef5ff;--dc-row: #fbfdff;--dc-row-hover: #f4f8ff;--dc-success: #12a060;--dc-success-bg: #eaf8f0;--dc-warning: #f79009;--dc-warning-bg: #fff4e5;--dc-danger: #f04438;--dc-danger-bg: #ffefef;--dc-info: #1570ef;--dc-purple: #7a5af8;--dc-purple-bg: #f2efff;--dc-radius: 18px;--dc-radius-sm: 12px;--dc-shadow: 0 16px 40px rgba(16, 24, 40, .08);--dc-shadow-soft: 0 8px 24px rgba(16, 24, 40, .06);--dc-line: #d8e1ee}html,body{background:linear-gradient(145deg,#eef4fb,#f8fbff 45%,#eef6ff) fixed!important;color:var(--dc-text)}body:before{display:none}.admin-shell.pro-light-shell{min-height:100vh;display:block;background:radial-gradient(circle at 86% 8%,rgba(11,107,255,.08),transparent 30%),linear-gradient(145deg,#eef4fb,#f8fbff 45%,#eef6ff);color:var(--dc-text)}.admin-shell.pro-light-shell .sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:266px;min-height:100vh;max-height:100vh;display:flex;flex-direction:column;gap:18px;overflow:hidden;padding:24px 18px;border-right:0;background:linear-gradient(180deg,var(--dc-sidebar-a),#06285f 46%,var(--dc-sidebar-b));color:#fff;box-shadow:16px 0 42px #061b3f2e;-webkit-backdrop-filter:none;backdrop-filter:none}.admin-shell.pro-light-shell .brand,.admin-shell.pro-light-shell .sidebar-brand-link{display:flex;align-items:center;gap:10px;padding:0;color:#fff;text-decoration:none;font-size:25px;font-weight:850;line-height:1}.admin-shell.pro-light-shell .brand>span:nth-child(2) span{color:#66b4ff}.admin-shell.pro-light-shell .brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#56b8ff,#0958d9);box-shadow:0 12px 28px #0b6bff59;font-size:15px}.admin-shell.pro-light-shell .brand em{padding:4px 7px;border-radius:7px;background:#ffffff24;color:#bfe1ff;font-size:11px;font-style:normal;font-weight:850}.admin-shell.pro-light-shell .logo-brand{min-height:44px;justify-content:space-between}.admin-shell.pro-light-shell .logo-brand .sidebar-logo-full{width:186px;max-width:calc(100% - 48px);height:auto;display:block}.admin-shell.pro-light-shell .logo-brand em{flex:none;padding:4px 7px;border-radius:7px;background:#ffffff24;color:#bfe1ff;font-size:11px;font-style:normal;font-weight:850}.admin-shell.pro-light-shell .sidebar-nav{flex:1;display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding:0 2px 8px}.admin-shell.pro-light-shell .nav-section{display:flex;flex-direction:column;gap:7px;margin:0}.admin-shell.pro-light-shell .nav-section-title{padding:13px 10px 4px;color:#ffffff9e;font-size:11px;font-weight:850;text-transform:uppercase}.admin-shell.pro-light-shell .sidebar-nav a,.admin-shell.pro-light-shell .sidebar-nav button.nav-action,.admin-shell.pro-light-shell .sidebar-footer .sidebar-ai-button,.admin-shell.pro-light-shell .sidebar-footer>button{min-height:48px;display:flex;align-items:center;justify-content:flex-start;gap:14px;width:100%;padding:0 12px;border:1px solid transparent;border-radius:13px;background:transparent;box-shadow:none;color:#ffffffdb;font-size:14px;font-weight:650;text-decoration:none;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.admin-shell.pro-light-shell .sidebar-nav a:hover,.admin-shell.pro-light-shell .sidebar-nav a.active,.admin-shell.pro-light-shell .sidebar-nav button.nav-action:hover,.admin-shell.pro-light-shell .sidebar-nav button.nav-action.active,.admin-shell.pro-light-shell .sidebar-nav button.nav-action.expanded,.admin-shell.pro-light-shell .sidebar-footer .sidebar-ai-button:hover,.admin-shell.pro-light-shell .sidebar-footer .sidebar-ai-button.active{transform:translate(2px);background:#ffffff14;color:#fff}.admin-shell.pro-light-shell .sidebar-nav a.active,.admin-shell.pro-light-shell .sidebar-nav button.nav-action.active,.admin-shell.pro-light-shell .sidebar-nav button.nav-action.expanded{background:linear-gradient(135deg,#ffffff38,#ffffff1a);box-shadow:inset 0 0 0 1px #ffffff2e,0 10px 25px #0414402e}.admin-shell.pro-light-shell .nav-icon{width:27px;height:27px;flex:0 0 27px;display:inline-grid;place-items:center;border-radius:8px;background:#38a3ff24;color:#fffffff0;text-align:center;font-size:15px;line-height:1;font-weight:900;letter-spacing:0}.admin-shell.pro-light-shell .sidebar-nav a.active .nav-icon,.admin-shell.pro-light-shell .sidebar-nav a:hover .nav-icon,.admin-shell.pro-light-shell .sidebar-nav button.nav-action.active .nav-icon,.admin-shell.pro-light-shell .sidebar-nav button.nav-action.expanded .nav-icon,.admin-shell.pro-light-shell .sidebar-nav button.nav-action:hover .nav-icon,.admin-shell.pro-light-shell .sidebar-footer .sidebar-ai-button:hover .nav-icon,.admin-shell.pro-light-shell .sidebar-footer .sidebar-ai-button.active .nav-icon{background:#ffffff29;color:#fff}.admin-shell.pro-light-shell .nav-chevron{margin-left:auto}.admin-shell.pro-light-shell .nested-menu{margin:-4px 0 5px 22px;padding-left:17px;border-left:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;gap:5px}.admin-shell.pro-light-shell .nested-menu a{min-height:30px;padding:0 9px;border-radius:8px;color:#ffffffb8;font-size:13px;font-weight:700;text-decoration:none}.admin-shell.pro-light-shell .nested-menu a:hover,.admin-shell.pro-light-shell .nested-menu a.active{background:#ffffff1f;color:#fff;transform:none;box-shadow:none}.admin-shell.pro-light-shell .nav-section+.nav-section{margin-top:4px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.admin-shell.pro-light-shell .sidebar-footer{display:flex;flex-direction:column;gap:12px;padding:0;border-top:0}.admin-shell.pro-light-shell .sidebar-card,.admin-shell.pro-light-shell .sidebar-help-card,.admin-shell.pro-light-shell .user-card{padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff17;box-shadow:0 8px 30px #00000014;color:#fff}.admin-shell.pro-light-shell .org-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px}.admin-shell.pro-light-shell .sidebar-card small,.admin-shell.pro-light-shell .sidebar-card span,.admin-shell.pro-light-shell .sidebar-help-card span{color:#ffffffb8;font-size:13px}.admin-shell.pro-light-shell .sidebar-card strong,.admin-shell.pro-light-shell .sidebar-help-card strong{display:block;color:#fff}.admin-shell.pro-light-shell .sidebar-card a,.admin-shell.pro-light-shell .sidebar-help-card a{color:#8ac5ff;text-decoration:none}.admin-shell.pro-light-shell .avatar,.admin-shell.pro-light-shell .user-avatar{width:36px;height:36px;min-width:36px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:linear-gradient(135deg,#eef5ff,#cfe2ff);color:#0b55b8;font-size:13px;font-weight:850}.admin-shell.pro-light-shell .avatar.small{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#7860ff,#0b6bff);color:#fff}.admin-shell.pro-light-shell .between{display:flex;justify-content:space-between;gap:12px}.admin-shell.pro-light-shell .meter{height:7px;margin:10px 0;overflow:hidden;border-radius:999px;background:#ffffff29}.admin-shell.pro-light-shell .meter i{display:block;height:100%;border-radius:inherit;background:#38a3ff}.admin-shell.pro-light-shell .sidebar-footer>button:not(.sidebar-ai-button){min-height:40px;border-color:#ffffff24;background:#ffffff14}.admin-shell.pro-light-shell .sidebar footer{color:#ffffff94;font-size:12px;line-height:1.6}.admin-shell.pro-light-shell .main-area.app{min-height:100vh;width:calc(100% - 266px);margin-left:266px;padding:0 28px 34px;display:block}.admin-shell.pro-light-shell .topbar{position:relative;top:auto;z-index:20;height:82px;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.admin-shell.pro-light-shell .topbar-left{display:none}.admin-shell.pro-light-shell .global-search,.admin-shell.pro-light-shell .topbar-search{height:52px;min-width:min(520px,48vw);max-width:680px;width:44vw;display:flex;flex-direction:row;align-items:center;gap:12px;padding:0 18px;border:1px solid #d9e3ef;border-radius:16px;background:#ffffffbf;box-shadow:var(--dc-shadow-soft);color:var(--dc-muted);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-shell.pro-light-shell .topbar-search input,.admin-shell.pro-light-shell .global-search input{width:100%;min-height:0;padding:0;border:0;outline:0;background:transparent;color:var(--dc-text);font-size:15px}.admin-shell.pro-light-shell .topbar-search span,.admin-shell.pro-light-shell .global-search span{position:static;flex:none;width:auto;height:auto;display:inline-grid;place-items:center;transform:none;background:transparent;color:var(--dc-muted);font-size:18px;line-height:1}.admin-shell.pro-light-shell .topbar-search input::placeholder,.admin-shell.pro-light-shell .global-search input::placeholder{color:#667085;opacity:1}.admin-shell.pro-light-shell .top-actions,.admin-shell.pro-light-shell .topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}.admin-shell.pro-light-shell .tenant,.admin-shell.pro-light-shell .company-select,.admin-shell.pro-light-shell .console-mode-toggle,.admin-shell.pro-light-shell .notification-trigger,.admin-shell.pro-light-shell .profile,.admin-shell.pro-light-shell .topbar-user-chip{min-height:44px;display:inline-flex;align-items:center;gap:10px;padding:0 16px;border:1px solid var(--dc-border);border-radius:13px;background:var(--dc-surface);box-shadow:var(--dc-shadow-soft);color:var(--dc-text);font-weight:650;text-decoration:none}.admin-shell.pro-light-shell .company-select{min-width:178px;display:grid;align-content:center;gap:2px;padding-block:6px}.admin-shell.pro-light-shell .company-select span{color:var(--dc-muted);font-size:11px;font-weight:750;text-transform:none}.admin-shell.pro-light-shell .company-select strong,.admin-shell.pro-light-shell .company-select select{color:var(--dc-text);font-size:13px;font-weight:800}.admin-shell.pro-light-shell .company-select select{min-height:20px;border:0;outline:0;background:transparent}.admin-shell.pro-light-shell .company-select select option{background:#fff;color:var(--dc-text)}.admin-shell.pro-light-shell .console-mode-toggle{gap:4px;padding:4px}.admin-shell.pro-light-shell .console-mode-toggle button{min-height:34px;padding:0 11px;border:0;border-radius:10px;background:transparent;box-shadow:none;color:var(--dc-muted);font-size:13px;font-weight:750}.admin-shell.pro-light-shell .console-mode-toggle button.active,.admin-shell.pro-light-shell .console-mode-toggle button.pro.active{background:var(--dc-primary);color:#fff}.admin-shell.pro-light-shell .notification-trigger{position:relative;width:46px;min-width:46px;justify-content:center;padding:0}.admin-shell.pro-light-shell .notification-trigger span{width:auto;height:auto;background:transparent;color:inherit;font-size:18px}.admin-shell.pro-light-shell .notification-trigger strong{position:absolute;top:-7px;right:-5px;min-width:22px;height:22px;display:inline-grid;place-items:center;padding:0 6px;border:2px solid #ffffff;border-radius:999px;background:#f04438;color:#fff;font-size:11px;font-weight:850}.admin-shell.pro-light-shell .topbar-user-chip{padding-left:7px}.admin-shell.pro-light-shell .topbar-user-chip strong,.admin-shell.pro-light-shell .topbar-user-chip span{display:block}.admin-shell.pro-light-shell .topbar-user-chip strong{color:var(--dc-text);font-size:13px}.admin-shell.pro-light-shell .topbar-user-chip span{color:var(--dc-muted);font-size:12px}.admin-shell.pro-light-shell .notification-panel,.admin-shell.pro-light-shell .ai-assistant-panel{overflow:hidden;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:var(--dc-shadow);color:var(--dc-text)}.admin-shell.pro-light-shell .notification-panel header,.admin-shell.pro-light-shell .ai-assistant-panel header{border-bottom:1px solid var(--dc-border);background:#fbfdff}.admin-shell.pro-light-shell .notification-panel header span,.admin-shell.pro-light-shell .ai-assistant-panel header span,.admin-shell.pro-light-shell .notification-copy small,.admin-shell.pro-light-shell .notification-copy em,.admin-shell.pro-light-shell .ai-assistant-status{color:var(--dc-muted)}.admin-shell.pro-light-shell .notification-panel header strong,.admin-shell.pro-light-shell .ai-assistant-panel header strong,.admin-shell.pro-light-shell .notification-copy strong{color:var(--dc-text)}.admin-shell.pro-light-shell .notification-item:hover,.admin-shell.pro-light-shell .notification-item.unread{border-color:#cfe0ff;background:#f6f9ff}.admin-shell.pro-light-shell .content-area{min-width:0;width:100%;max-width:none;padding:0}.admin-shell.pro-light-shell .content-area>*{display:block}.admin-shell.pro-light-shell .content-area>*>:is(.dashboard-page,.players-page,.playlists-page,.content-page,.management-page,.player-groups-page,.content-groups-page,.adoption-page,.schedules-page,.organization-page,.pricing-page,.billing-page,.analytics-page,.monitoring-page,.remote-management-page,.console-settings-page,.detail-page,.player-detail-page,.sync-page,.audit-page,.companies-page,.branches-page,.users-page,.publishing-page,.campaign-page){min-height:calc(100vh - 104px);padding:30px;border:1px solid rgba(218,226,238,.9);border-radius:24px;background:#ffffffd6;box-shadow:var(--dc-shadow);color:var(--dc-text)}.admin-shell.pro-light-shell .publishing-tab-panel>*>.campaign-page,.admin-shell.pro-light-shell .publishing-tab-panel>*>.schedules-page{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell .page-header,.admin-shell.pro-light-shell .figma-page-heading,.admin-shell.pro-light-shell .campaign-hero,.admin-shell.pro-light-shell .pro-dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 0 24px;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell .page-header>div:first-child,.admin-shell.pro-light-shell .figma-page-heading>div:first-child,.admin-shell.pro-light-shell .campaign-hero>div:first-child{max-width:760px}.admin-shell.pro-light-shell .eyebrow,.admin-shell.pro-light-shell .page-header>div>span:first-child,.admin-shell.pro-light-shell .figma-page-heading>div>span:first-child,.admin-shell.pro-light-shell .campaign-hero>div>span:first-child{display:block;margin-bottom:6px;color:var(--dc-primary);font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:none}.admin-shell.pro-light-shell h1,.admin-shell.pro-light-shell .page h1,.admin-shell.pro-light-shell .page-header h2,.admin-shell.pro-light-shell .figma-page-heading h2,.admin-shell.pro-light-shell .campaign-hero h2{margin:0 0 8px;color:var(--dc-text);font-size:32px;line-height:1.1;letter-spacing:0}.admin-shell.pro-light-shell h2,.admin-shell.pro-light-shell .panel-title h2,.admin-shell.pro-light-shell .figma-card h3,.admin-shell.pro-light-shell .v3-command-card h3{margin:0;color:var(--dc-text);font-size:20px;line-height:1.25;letter-spacing:0}.admin-shell.pro-light-shell .subtitle,.admin-shell.pro-light-shell .page-header p,.admin-shell.pro-light-shell .figma-page-heading p,.admin-shell.pro-light-shell .campaign-hero p,.admin-shell.pro-light-shell .muted{margin:0;color:var(--dc-muted);font-size:16px;line-height:1.5}.admin-shell.pro-light-shell .mini,.admin-shell.pro-light-shell small{color:var(--dc-muted)}.admin-shell.pro-light-shell .page-header-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.admin-shell.pro-light-shell .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;color:var(--dc-muted);font-size:14px;font-weight:700}.admin-shell.pro-light-shell .breadcrumb a{color:var(--dc-primary);text-decoration:none}.admin-shell.pro-light-shell .breadcrumb span{color:var(--dc-muted)}.admin-shell.pro-light-shell .page-flow-pill,.admin-shell.pro-light-shell .page-scope-pill,.admin-shell.pro-light-shell .chip,.admin-shell.pro-light-shell .tag{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border:0;border-radius:999px;background:#f2f4f7;color:#344054;font-size:12px;font-weight:700;box-shadow:none}.admin-shell.pro-light-shell .page-flow-pill,.admin-shell.pro-light-shell .tag.blue{background:#eaf3ff;color:#0b55b8}.admin-shell.pro-light-shell .tag.green{background:#eaf8f0;color:#087443}.admin-shell.pro-light-shell .tag.orange{background:#fff4e5;color:#b54708}.admin-shell.pro-light-shell .tag.purple{background:#f2efff;color:#5925dc}.admin-shell.pro-light-shell .actions,.admin-shell.pro-light-shell .figma-toolbar,.admin-shell.pro-light-shell .header-actions,.admin-shell.pro-light-shell .page-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.admin-shell.pro-light-shell button,.admin-shell.pro-light-shell .btn,.admin-shell.pro-light-shell .figma-secondary-button,.admin-shell.pro-light-shell .secondary-button,.admin-shell.pro-light-shell .ghost-btn,.admin-shell.pro-light-shell .row-action-pill{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;border:1px solid var(--dc-border);border-radius:13px;background:#fff;box-shadow:var(--dc-shadow-soft);color:var(--dc-primary);font:inherit;font-size:14px;font-weight:750;text-decoration:none;cursor:pointer}.admin-shell.pro-light-shell button:hover,.admin-shell.pro-light-shell .btn:hover,.admin-shell.pro-light-shell .figma-secondary-button:hover,.admin-shell.pro-light-shell .secondary-button:hover,.admin-shell.pro-light-shell .ghost-btn:hover{border-color:#cfe0ff;background:#f8fbff}.admin-shell.pro-light-shell button:disabled{opacity:.58;cursor:not-allowed}.admin-shell.pro-light-shell .btn,.admin-shell.pro-light-shell .main-cta,.admin-shell.pro-light-shell button.primary,.admin-shell.pro-light-shell .primary{border-color:transparent;background:var(--dc-primary);box-shadow:0 12px 24px #0b6bff38;color:#fff}.admin-shell.pro-light-shell .btn.secondary,.admin-shell.pro-light-shell .secondary,.admin-shell.pro-light-shell .figma-secondary-button{border-color:#cfe0ff;background:#fff;color:var(--dc-primary)}.admin-shell.pro-light-shell a{color:inherit}.admin-shell.pro-light-shell .link{color:var(--dc-primary);font-weight:750;text-decoration:none}.admin-shell.pro-light-shell .grid{display:grid;gap:18px}.admin-shell.pro-light-shell .grid.cols-2,.admin-shell.pro-light-shell .figma-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell .grid.cols-3,.admin-shell.pro-light-shell .figma-three-column,.admin-shell.pro-light-shell .v3-command-grid,.admin-shell.pro-light-shell .dashboard-secondary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-shell.pro-light-shell .grid.cols-4,.admin-shell.pro-light-shell .figma-stat-grid,.admin-shell.pro-light-shell .v3-kpi-grid,.admin-shell.pro-light-shell .kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.admin-shell.pro-light-shell .grid.cols-5,.admin-shell.pro-light-shell .figma-media-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-shell.pro-light-shell .split-3-1{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}.admin-shell.pro-light-shell .dashboard-action-grid,.admin-shell.pro-light-shell .dashboard-stat-grid,.admin-shell.pro-light-shell .dashboard-secondary-grid{margin-top:18px}.admin-shell.pro-light-shell .dashboard-main-grid{grid-template-columns:1.1fr 1fr 1fr;margin-top:18px}.admin-shell.pro-light-shell .workflow-dashboard{display:grid;align-content:start;gap:18px}.admin-shell.pro-light-shell .workflow-hero{min-height:190px;align-items:center;padding:28px;border:1px solid var(--dc-border);border-radius:22px;background:linear-gradient(135deg,#fffffff2,#eaf3ff9e),#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell .workflow-hero h1{max-width:780px;font-size:38px}.admin-shell.pro-light-shell .workflow-hero .subtitle{max-width:720px}.admin-shell.pro-light-shell .workflow-map{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.admin-shell.pro-light-shell .workflow-node{min-height:112px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:16px;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:var(--dc-shadow-soft);color:var(--dc-text);text-decoration:none}.admin-shell.pro-light-shell .workflow-node span{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#eef2f7;color:#475467;font-weight:850}.admin-shell.pro-light-shell .workflow-node.active span,.admin-shell.pro-light-shell .workflow-node:hover span{background:var(--dc-primary);color:#fff}.admin-shell.pro-light-shell .workflow-node strong,.admin-shell.pro-light-shell .workflow-node small{display:block;overflow-wrap:anywhere}.admin-shell.pro-light-shell .workflow-node strong{color:var(--dc-text);font-size:16px}.admin-shell.pro-light-shell .workflow-node small{margin-top:4px;color:var(--dc-muted);font-size:12px;line-height:1.35}.admin-shell.pro-light-shell .workflow-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);gap:18px}.admin-shell.pro-light-shell .workflow-canvas{min-height:520px}.admin-shell.pro-light-shell .workflow-step-list,.admin-shell.pro-light-shell .readiness-stack,.admin-shell.pro-light-shell .workflow-side{display:grid;gap:12px}.admin-shell.pro-light-shell .workflow-step-row,.admin-shell.pro-light-shell .readiness-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;border:1px solid var(--dc-border);border-radius:16px;background:#fbfdff;color:var(--dc-text);text-decoration:none}.admin-shell.pro-light-shell .workflow-step-row span{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:var(--dc-primary);color:#fff;font-weight:850}.admin-shell.pro-light-shell .workflow-step-row strong,.admin-shell.pro-light-shell .workflow-step-row small,.admin-shell.pro-light-shell .readiness-row strong,.admin-shell.pro-light-shell .readiness-row small{display:block;overflow-wrap:anywhere}.admin-shell.pro-light-shell .workflow-step-row small,.admin-shell.pro-light-shell .readiness-row small{margin-top:3px;color:var(--dc-muted);line-height:1.35}.admin-shell.pro-light-shell .workflow-step-row em{color:var(--dc-primary);font-size:12px;font-style:normal;font-weight:850}.admin-shell.pro-light-shell .readiness-row span{min-width:54px;justify-self:end;padding:8px 10px;border-radius:12px;background:var(--dc-success-bg);color:#087443;text-align:center;font-weight:850}.admin-shell.pro-light-shell .readiness-row.warning span{background:var(--dc-warning-bg);color:#b54708}.admin-shell.pro-light-shell .next-action-copy{margin:0 0 14px;color:var(--dc-text);font-size:24px;font-weight:850;line-height:1.15}.admin-shell.pro-light-shell .workflow-launch-panel{padding:18px;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell .workflow-launch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-shell.pro-light-shell .workflow-launch-card{min-height:170px;display:grid;align-content:start;gap:8px;padding:16px;border:1px solid var(--dc-border);border-radius:16px;background:#fbfdff;color:var(--dc-text);text-decoration:none}.admin-shell.pro-light-shell .workflow-launch-card span{width:fit-content;padding:5px 9px;border-radius:999px;background:#eaf3ff;color:var(--dc-primary);font-size:12px;font-weight:850}.admin-shell.pro-light-shell .workflow-launch-card strong{font-size:20px;line-height:1.16}.admin-shell.pro-light-shell .workflow-launch-card p,.admin-shell.pro-light-shell .workflow-launch-card small{margin:0;color:var(--dc-muted);line-height:1.4}.admin-shell.pro-light-shell .workflow-launch-card.warning{border-color:#fedf89;background:#fffaf0}.admin-shell.pro-light-shell .operations-overview{margin-top:0}.admin-shell.pro-light-shell .split,.admin-shell.pro-light-shell .split-2-1,.admin-shell.pro-light-shell .figma-player-operational-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.admin-shell.pro-light-shell .card,.admin-shell.pro-light-shell .figma-card,.admin-shell.pro-light-shell .v3-command-card,.admin-shell.pro-light-shell .figma-stat-card,.admin-shell.pro-light-shell .figma-playlist-card,.admin-shell.pro-light-shell .figma-media-card,.admin-shell.pro-light-shell .kpi-card,.admin-shell.pro-light-shell .simple-stat-card,.admin-shell.pro-light-shell .light-action-card,.admin-shell.pro-light-shell .light-screen-card,.admin-shell.pro-light-shell .table-card,.admin-shell.pro-light-shell .form-card,.admin-shell.pro-light-shell .soft-panel,.admin-shell.pro-light-shell .modal-card,.admin-shell.pro-light-shell .billing-figma-card,.admin-shell.pro-light-shell .billing-figma-panel{overflow:hidden;border:1px solid var(--dc-border);border-radius:var(--dc-radius);background:var(--dc-card);box-shadow:var(--dc-shadow-soft);color:var(--dc-text);text-decoration:none}.admin-shell.pro-light-shell :is(.card,.figma-card,.v3-command-card,.figma-stat-card,.figma-playlist-card,.figma-media-card,.kpi-card,.simple-stat-card,.light-action-card,.light-screen-card,.form-card,.soft-panel){padding:18px}.admin-shell.pro-light-shell :is(.card,.figma-card,.v3-command-card,.figma-stat-card,.figma-playlist-card,.figma-media-card,.light-action-card,.light-screen-card):hover{transform:none;border-color:#d6e4ff;box-shadow:0 14px 34px #10182814}.admin-shell.pro-light-shell .date-card{display:grid;gap:4px;min-width:210px;padding:14px 18px}.admin-shell.pro-light-shell .action-card,.admin-shell.pro-light-shell .v3-action-tile{min-height:128px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px}.admin-shell.pro-light-shell .action-card h2,.admin-shell.pro-light-shell .v3-action-tile strong{margin:0 0 5px;color:var(--dc-text);font-size:20px}.admin-shell.pro-light-shell .stat-card,.admin-shell.pro-light-shell .figma-stat-card,.admin-shell.pro-light-shell .v3-kpi-card{min-height:112px;display:flex;align-items:center;gap:16px}.admin-shell.pro-light-shell .v3-kpi-card{padding:18px;text-decoration:none}.admin-shell.pro-light-shell .stat-icon,.admin-shell.pro-light-shell .figma-stat-icon,.admin-shell.pro-light-shell .figma-card-icon,.admin-shell.pro-light-shell .v3-kpi-icon,.admin-shell.pro-light-shell .v3-action-tile>span,.admin-shell.pro-light-shell .circle-icon,.admin-shell.pro-light-shell .screen-icon{width:64px;height:64px;min-width:64px;display:grid;place-items:center;border-radius:22px;background:var(--dc-soft);color:var(--dc-primary);font-size:30px;font-weight:850}.admin-shell.pro-light-shell .figma-card-icon,.admin-shell.pro-light-shell .circle-icon{width:44px;height:44px;min-width:44px;border-radius:16px;font-size:20px}.admin-shell.pro-light-shell .stat-icon.green,.admin-shell.pro-light-shell .figma-stat-icon.healthy,.admin-shell.pro-light-shell .v3-kpi-card.green .v3-kpi-icon,.admin-shell.pro-light-shell .v3-action-tile.green>span,.admin-shell.pro-light-shell .screen-icon.success{background:#e8f8ef;color:var(--dc-success)}.admin-shell.pro-light-shell .stat-icon.orange,.admin-shell.pro-light-shell .figma-stat-icon.offline,.admin-shell.pro-light-shell .v3-kpi-card.amber .v3-kpi-icon,.admin-shell.pro-light-shell .v3-action-tile.amber>span,.admin-shell.pro-light-shell .screen-icon.offline{background:#fff1dd;color:#f97316}.admin-shell.pro-light-shell .stat-icon.purple,.admin-shell.pro-light-shell .figma-stat-icon.violet,.admin-shell.pro-light-shell .v3-kpi-card.violet .v3-kpi-icon,.admin-shell.pro-light-shell .v3-action-tile.violet>span{background:#f1edff;color:var(--dc-purple)}.admin-shell.pro-light-shell .stat-content small,.admin-shell.pro-light-shell .v3-kpi-card small,.admin-shell.pro-light-shell .figma-stat-card p,.admin-shell.pro-light-shell .kpi-card span{color:var(--dc-muted);font-weight:650}.admin-shell.pro-light-shell .stat-content strong,.admin-shell.pro-light-shell .figma-stat-card strong,.admin-shell.pro-light-shell .v3-kpi-card strong,.admin-shell.pro-light-shell .kpi-card strong{display:block;color:var(--dc-text);font-size:30px;letter-spacing:0}.admin-shell.pro-light-shell .trend{color:var(--dc-success);font-size:12px;font-weight:750}.admin-shell.pro-light-shell .trend.down{color:var(--dc-danger)}.admin-shell.pro-light-shell .spark{width:110px;height:42px;margin-left:auto;color:var(--dc-primary)}.admin-shell.pro-light-shell .spark svg{width:100%;height:100%}.admin-shell.pro-light-shell .round-arrow{width:36px;height:36px;display:grid;place-items:center;border:1px solid #cde0ff;border-radius:50%;background:#fff;color:var(--dc-primary)}.admin-shell.pro-light-shell .panel-title,.admin-shell.pro-light-shell .v3-command-card>header,.admin-shell.pro-light-shell .figma-card>header,.admin-shell.pro-light-shell .library-header,.admin-shell.pro-light-shell .section-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.admin-shell.pro-light-shell .badge,.admin-shell.pro-light-shell .status-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;min-height:0;padding:6px 10px;border:0;border-radius:999px;background:#eaf3ff;box-shadow:none;color:#0b55b8;font-size:12px;font-weight:800;line-height:1;text-transform:none}.admin-shell.pro-light-shell .badge.success,.admin-shell.pro-light-shell .status-badge.success,.admin-shell.pro-light-shell .status-badge.healthy,.admin-shell.pro-light-shell .status-badge.online,.admin-shell.pro-light-shell .status-badge.active{background:var(--dc-success-bg);color:#087443}.admin-shell.pro-light-shell .badge.warning,.admin-shell.pro-light-shell .status-badge.warning,.admin-shell.pro-light-shell .status-badge.degraded{background:var(--dc-warning-bg);color:#b54708}.admin-shell.pro-light-shell .badge.danger,.admin-shell.pro-light-shell .status-badge.danger,.admin-shell.pro-light-shell .status-badge.offline,.admin-shell.pro-light-shell .status-badge.expired{background:var(--dc-danger-bg);color:#b42318}.admin-shell.pro-light-shell .badge.purple,.admin-shell.pro-light-shell .status-badge.purple,.admin-shell.pro-light-shell .status-badge.inactive{background:var(--dc-purple-bg);color:#5925dc}.admin-shell.pro-light-shell .donut{--p: 78;position:relative;width:162px;height:162px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--dc-success) calc(var(--p) * 1%),#e9eef5 0)}.admin-shell.pro-light-shell .donut:after{content:"";position:absolute;width:118px;height:118px;border-radius:50%;background:#fff}.admin-shell.pro-light-shell .donut b,.admin-shell.pro-light-shell .donut span{position:relative;z-index:1}.admin-shell.pro-light-shell .donut b{color:var(--dc-text);font-size:34px}.admin-shell.pro-light-shell .donut span{color:var(--dc-success);font-weight:800}.admin-shell.pro-light-shell .donut-stack{display:grid;place-items:center}.admin-shell.pro-light-shell .health-list,.admin-shell.pro-light-shell .activity-list,.admin-shell.pro-light-shell .compact-list,.admin-shell.pro-light-shell .figma-metric-list,.admin-shell.pro-light-shell .figma-event-list,.admin-shell.pro-light-shell .figma-job-list,.admin-shell.pro-light-shell .v3-health-list,.admin-shell.pro-light-shell .v3-media-strip,.admin-shell.pro-light-shell .v3-ranked-list,.admin-shell.pro-light-shell .v3-shortcut-grid,.admin-shell.pro-light-shell .right-help{display:flex;flex-direction:column;gap:12px}.admin-shell.pro-light-shell .health-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-shell.pro-light-shell .ok{color:var(--dc-success);font-weight:800}.admin-shell.pro-light-shell .warn{color:var(--dc-warning);font-weight:800}.admin-shell.pro-light-shell .bad{color:var(--dc-danger);font-weight:800}.admin-shell.pro-light-shell .activity-item,.admin-shell.pro-light-shell .compact-item,.admin-shell.pro-light-shell .figma-event-row,.admin-shell.pro-light-shell .figma-job-row,.admin-shell.pro-light-shell .v3-media-row,.admin-shell.pro-light-shell .v3-ranked-row,.admin-shell.pro-light-shell .schedule-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border:1px solid var(--dc-border);border-radius:14px;background:#fff;color:var(--dc-text);text-decoration:none}.admin-shell.pro-light-shell .activity-item>div,.admin-shell.pro-light-shell .compact-item>div,.admin-shell.pro-light-shell .figma-event-row>div,.admin-shell.pro-light-shell .figma-job-row>div,.admin-shell.pro-light-shell .v3-media-row>div,.admin-shell.pro-light-shell .v3-ranked-row>div{min-width:0}.admin-shell.pro-light-shell .activity-item strong,.admin-shell.pro-light-shell .compact-item strong,.admin-shell.pro-light-shell .figma-event-row strong,.admin-shell.pro-light-shell .figma-job-row strong,.admin-shell.pro-light-shell .v3-media-row strong,.admin-shell.pro-light-shell .v3-ranked-row strong{display:block;overflow-wrap:anywhere;line-height:1.18}.admin-shell.pro-light-shell .activity-item .mini,.admin-shell.pro-light-shell .compact-item .mini,.admin-shell.pro-light-shell .figma-event-row span,.admin-shell.pro-light-shell .figma-job-row span,.admin-shell.pro-light-shell .v3-media-row small,.admin-shell.pro-light-shell .v3-ranked-row small{display:block;overflow-wrap:anywhere;line-height:1.35}.admin-shell.pro-light-shell .compact-item>:last-child,.admin-shell.pro-light-shell .activity-item>:last-child,.admin-shell.pro-light-shell .figma-event-row>:last-child,.admin-shell.pro-light-shell .figma-job-row>:last-child{justify-self:end;max-width:112px;text-align:right;white-space:normal}.admin-shell.pro-light-shell .activity-item{border-width:0 0 1px;border-radius:0;padding:0 0 12px}.admin-shell.pro-light-shell .activity-item:last-child{border-bottom:0;padding-bottom:0}.admin-shell.pro-light-shell .thumb,.admin-shell.pro-light-shell .content-avatar,.admin-shell.pro-light-shell .playlist-glyph,.admin-shell.pro-light-shell .media-avatar{width:58px;height:42px;min-width:58px;display:grid;place-items:center;overflow:hidden;border:0;border-radius:9px;background:linear-gradient(135deg,#0b6bff,#77d1ff);color:#fff;font-size:13px;font-weight:850}.admin-shell.pro-light-shell .thumb.green{background:linear-gradient(135deg,#17b26a,#dcfae6);color:#075c3a}.admin-shell.pro-light-shell .thumb.orange{background:linear-gradient(135deg,#f79009,#ffdf9f);color:#7a2e0e}.admin-shell.pro-light-shell .thumb.purple{background:linear-gradient(135deg,#7a5af8,#e6ddff);color:#3e1c96}.admin-shell.pro-light-shell .datebox{min-width:64px;padding:8px;border:1px solid var(--dc-border);border-radius:12px;background:#f7faff;color:var(--dc-text);text-align:center;font-weight:800}.admin-shell.pro-light-shell .datebox small{display:block;color:var(--dc-muted)}.admin-shell.pro-light-shell .table-card{padding:0}.admin-shell.pro-light-shell .table-toolbar,.admin-shell.pro-light-shell .unified-list-toolbar,.admin-shell.pro-light-shell .screen-card-toolbar,.admin-shell.pro-light-shell .playlist-card-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 18px;padding:16px;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell .table-card .table-toolbar{margin:0;border-width:1px 0 0;border-radius:0;box-shadow:none}.admin-shell.pro-light-shell .table-title{margin:0;padding:16px;border-bottom:1px solid var(--dc-border)}.admin-shell.pro-light-shell .table-toolbar-spacer{flex:1}.admin-shell.pro-light-shell .screen-table-scroll{width:100%;overflow-x:auto}.admin-shell.pro-light-shell .screen-fleet-table table{min-width:920px}.admin-shell.pro-light-shell .screen-row-action{min-height:34px;padding-inline:12px;white-space:nowrap}.admin-shell.pro-light-shell .unified-list-filters,.admin-shell.pro-light-shell .figma-library-actions,.admin-shell.pro-light-shell .filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.admin-shell.pro-light-shell .search-field,.admin-shell.pro-light-shell input,.admin-shell.pro-light-shell select,.admin-shell.pro-light-shell textarea{min-height:44px;border:1px solid var(--dc-border);border-radius:12px;background:#fff;color:var(--dc-text);font:inherit;box-shadow:none}.admin-shell.pro-light-shell input,.admin-shell.pro-light-shell select,.admin-shell.pro-light-shell textarea{padding:0 12px}.admin-shell.pro-light-shell textarea{min-height:96px;padding-block:12px}.admin-shell.pro-light-shell input::placeholder,.admin-shell.pro-light-shell textarea::placeholder{color:#98a2b3}.admin-shell.pro-light-shell .search-field{min-width:260px;display:flex;flex-direction:row;align-items:center;gap:10px;padding:0 14px}.admin-shell.pro-light-shell .search-field input{min-height:0;width:100%;padding:0;border:0}.admin-shell.pro-light-shell table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}.admin-shell.pro-light-shell th,.admin-shell.pro-light-shell td{padding:15px 16px;border-bottom:1px solid var(--dc-border);color:var(--dc-text);font-size:14px;text-align:left;vertical-align:middle}.admin-shell.pro-light-shell th{background:#fbfdff;color:#475467;font-size:12px;font-weight:800;text-transform:none}.admin-shell.pro-light-shell tr:last-child td{border-bottom:0}.admin-shell.pro-light-shell .row-title{display:flex;align-items:center;gap:12px}.admin-shell.pro-light-shell .adoption-tabs,.admin-shell.pro-light-shell .workflow-tabs,.admin-shell.pro-light-shell .detail-tabbar,.admin-shell.pro-light-shell .tabs,.admin-shell.pro-light-shell .section-nav{display:flex;align-items:center;gap:8px;overflow-x:auto;margin:6px 0 18px;padding:0;border-bottom:1px solid var(--dc-border);background:transparent}.admin-shell.pro-light-shell .adoption-tabs button,.admin-shell.pro-light-shell .workflow-tabs button,.admin-shell.pro-light-shell .detail-tabbar button,.admin-shell.pro-light-shell .tab,.admin-shell.pro-light-shell .section-nav a{min-height:50px;padding:0 16px;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;box-shadow:none;color:#475467;white-space:nowrap}.admin-shell.pro-light-shell .adoption-tabs button.active,.admin-shell.pro-light-shell .workflow-tabs button.active,.admin-shell.pro-light-shell .detail-tabbar button.active,.admin-shell.pro-light-shell .tab.active,.admin-shell.pro-light-shell .section-nav a.active{border-color:var(--dc-primary);color:var(--dc-primary)}.admin-shell.pro-light-shell.v3-shell:has(.players-page),.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page),.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page),.admin-shell.pro-light-shell.v3-shell:has(.content-page),.admin-shell.pro-light-shell.v3-shell:has(.playlists-page),.admin-shell.pro-light-shell.v3-shell:has(.campaign-page){background:linear-gradient(180deg,#061b3f 0 128px,#eef4fb 128px,#f8fbff)}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .main-area.app{background:linear-gradient(180deg,#061b3f 0 128px,#eef4fb 128px,#f8fbff)}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .topbar,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .topbar,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .topbar,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .topbar{color:#fff}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .global-search,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar-search,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .global-search,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar-search,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .global-search,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .topbar-search,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .global-search,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .topbar-search,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .global-search,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .topbar-search,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .global-search,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .topbar-search,.admin-shell.pro-light-shell.v3-shell:has(.players-page) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip),.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip),.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip),.admin-shell.pro-light-shell.v3-shell:has(.content-page) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip),.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip),.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip){border-color:#ffffff2e;background:#ffffff1a;box-shadow:none;color:#fff}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .global-search input,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .global-search input,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .global-search input,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .global-search input,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .global-search input,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .global-search input,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar-search input,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar-search input,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .topbar-search input,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .topbar-search input,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .topbar-search input,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .topbar-search input,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .company-select strong,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .company-select strong,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .company-select strong,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .company-select strong,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .company-select strong,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .company-select strong,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .company-select select,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .company-select select,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .company-select select,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .company-select select,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .company-select select,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .company-select select,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar-user-chip strong,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar-user-chip strong,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .topbar-user-chip strong,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .topbar-user-chip strong,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .topbar-user-chip strong,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .topbar-user-chip strong{color:#fff}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .global-search span,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .global-search span,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .global-search span,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .global-search span,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .global-search span,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .global-search span,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar-search span,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar-search span,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .topbar-search span,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .topbar-search span,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .topbar-search span,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .topbar-search span,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .global-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .global-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .global-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .global-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .global-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .global-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .topbar-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .topbar-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .topbar-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .topbar-search input::placeholder,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .company-select span,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .company-select span,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .company-select span,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .company-select span,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .company-select span,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .company-select span,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar-user-chip span,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar-user-chip span,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .topbar-user-chip span,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .topbar-user-chip span,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .topbar-user-chip span,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .topbar-user-chip span{color:#ffffffb8}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .console-mode-toggle button,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .console-mode-toggle button,.admin-shell.pro-light-shell.v3-shell:has(.console-overview-page) .console-mode-toggle button,.admin-shell.pro-light-shell.v3-shell:has(.content-page) .console-mode-toggle button,.admin-shell.pro-light-shell.v3-shell:has(.playlists-page) .console-mode-toggle button,.admin-shell.pro-light-shell.v3-shell:has(.campaign-page) .console-mode-toggle button{color:#ffffffc2}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .console-mode-toggle button.active,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .console-mode-toggle button.active{background:#fff;color:#0b55b8}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .company-select select option,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .company-select select option{background:#fff;color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){min-height:calc(100vh - 106px);padding:24px;border-radius:20px}.admin-shell.pro-light-shell.v3-shell .content-area>*:has(>:is(.players-page,.player-detail-page)){max-width:none;margin-right:0;margin-left:0}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){border-color:#cfe0ffeb;background:#fffffff5}.admin-shell.pro-light-shell :is(.players-page,.player-detail-page){font-size:14px}.admin-shell.pro-light-shell :is(.players-page,.player-detail-page){display:block}.admin-shell.pro-light-shell .players-page .screen-page-heading{align-items:center;flex-direction:row;gap:18px;min-height:0;margin-bottom:18px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell .players-page .screen-page-title{max-width:650px;align-items:flex-start;justify-content:flex-start}.admin-shell.pro-light-shell .players-page .screen-page-heading h2,.admin-shell.pro-light-shell .player-detail-page .detail-hero h1{margin-bottom:6px;font-size:28px;line-height:1.12}.admin-shell.pro-light-shell .players-page .screen-page-heading p,.admin-shell.pro-light-shell .player-detail-page .detail-hero .muted{font-size:14px;line-height:1.45}.admin-shell.pro-light-shell .players-page .header-actions,.admin-shell.pro-light-shell .player-detail-page .actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.admin-shell.pro-light-shell .players-page .header-actions{width:auto;flex:0 0 auto;align-self:center}.admin-shell.pro-light-shell .players-page .screen-fleet-stats{gap:14px;margin-bottom:16px}.admin-shell.pro-light-shell .players-page .stat-card,.admin-shell.pro-light-shell .player-detail-page .stat-card{min-height:94px;gap:14px;padding:15px}.admin-shell.pro-light-shell .players-page .stat-icon,.admin-shell.pro-light-shell .player-detail-page .stat-icon,.admin-shell.pro-light-shell .player-detail-page .screen-icon{width:50px;height:50px;min-width:50px;border-radius:16px;font-size:22px}.admin-shell.pro-light-shell .players-page .stat-content strong,.admin-shell.pro-light-shell .player-detail-page .stat-content strong{font-size:24px;line-height:1.05}.admin-shell.pro-light-shell .players-page .stat-content small,.admin-shell.pro-light-shell .player-detail-page .stat-content small{font-size:12px}.admin-shell.pro-light-shell .players-page .spark{width:78px;height:32px}.admin-shell.pro-light-shell .players-page .table-card{overflow:hidden;border-radius:18px}.admin-shell.pro-light-shell .players-page .table-toolbar{gap:10px;padding:13px 14px}.admin-shell.pro-light-shell .players-page .table-toolbar:first-child{border-top:0;border-bottom:1px solid var(--dc-border)}.admin-shell.pro-light-shell .players-page .table-footer-toolbar{justify-content:stretch;border-top:1px solid var(--dc-border);border-bottom:0}.admin-shell.pro-light-shell .players-page .table-footer-toolbar app-list-controls,.admin-shell.pro-light-shell .players-page .table-footer-toolbar .list-controls{width:100%}.admin-shell.pro-light-shell .players-page .search-field{min-width:min(340px,100%);flex:1 1 260px}.admin-shell.pro-light-shell .players-page select,.admin-shell.pro-light-shell .players-page .ghost-btn,.admin-shell.pro-light-shell .players-page .secondary-button,.admin-shell.pro-light-shell .players-page button,.admin-shell.pro-light-shell .players-page .btn,.admin-shell.pro-light-shell .player-detail-page button,.admin-shell.pro-light-shell .player-detail-page .btn{min-height:38px;border-radius:11px;font-size:13px;font-weight:760}.admin-shell.pro-light-shell .players-page .screen-fleet-table table{min-width:1080px}.admin-shell.pro-light-shell .players-page th,.admin-shell.pro-light-shell .players-page td{padding:12px 14px;font-size:13px}.admin-shell.pro-light-shell .players-page th{font-size:11px;letter-spacing:0}.admin-shell.pro-light-shell .players-page .row-title{gap:10px}.admin-shell.pro-light-shell .players-page .thumb{width:52px;height:36px;min-width:52px;border-radius:8px;font-size:12px}.admin-shell.pro-light-shell .players-page .screen-row-action{min-height:32px;padding-inline:11px}.admin-shell.pro-light-shell .screen-health-cell{display:flex;align-items:center;gap:10px;min-width:110px}.admin-shell.pro-light-shell .screen-health-cell strong,.admin-shell.pro-light-shell .screen-health-cell span{display:block}.admin-shell.pro-light-shell .health-dot{width:9px;height:9px;min-width:9px;border-radius:50%;background:#98a2b3;box-shadow:0 0 0 4px #98a2b329}.admin-shell.pro-light-shell .health-dot.good{background:var(--dc-success);box-shadow:0 0 0 4px #12a06024}.admin-shell.pro-light-shell .health-dot.warn{background:var(--dc-warning);box-shadow:0 0 0 4px #f7900929}.admin-shell.pro-light-shell .health-dot.bad{background:var(--dc-danger);box-shadow:0 0 0 4px #f0443824}.admin-shell.pro-light-shell .player-detail-page .detail-hero{align-items:flex-start;padding:18px}.admin-shell.pro-light-shell .player-detail-page .title-row{align-items:flex-start}.admin-shell.pro-light-shell .screen-detail-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.admin-shell.pro-light-shell .screen-detail-meta>div{min-width:0;padding:10px 12px;border:1px solid var(--dc-border);border-radius:13px;background:#f8fbff}.admin-shell.pro-light-shell .screen-detail-meta span,.admin-shell.pro-light-shell .screen-detail-meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell .screen-detail-meta span{color:var(--dc-muted);font-size:11px;font-weight:800}.admin-shell.pro-light-shell .screen-detail-meta strong{margin-top:3px;color:var(--dc-text);font-size:13px}.admin-shell.pro-light-shell .player-detail-page .detail-tabbar{margin:0 0 16px}.admin-shell.pro-light-shell .player-detail-page .detail-tabbar button{min-height:44px;padding:0 14px;font-size:13px;font-weight:780}.admin-shell.pro-light-shell .adoption-tabs button small,.admin-shell.pro-light-shell .workflow-tabs button small{display:block;margin-top:2px;color:var(--dc-muted);font-size:12px;font-weight:600}.admin-shell.pro-light-shell .product-wizard-steps,.admin-shell.pro-light-shell .stepper{display:flex;align-items:center;gap:12px;margin:0 0 18px;padding:16px 20px;border:1px solid var(--dc-border);border-radius:18px;background:#fff}.admin-shell.pro-light-shell .product-wizard-steps button,.admin-shell.pro-light-shell .step{min-height:46px;flex:1;display:flex;align-items:center;justify-content:flex-start;gap:10px;border:0;background:transparent;box-shadow:none;color:var(--dc-muted)}.admin-shell.pro-light-shell .product-wizard-steps button span,.admin-shell.pro-light-shell .step i{width:34px;height:34px;min-width:34px;display:grid;place-items:center;border-radius:50%;background:#eef2f7;color:#475467;font-style:normal;font-weight:800}.admin-shell.pro-light-shell .product-wizard-steps button.complete span,.admin-shell.pro-light-shell .step.done i{background:var(--dc-success);color:#fff}.admin-shell.pro-light-shell .product-wizard-steps button.active,.admin-shell.pro-light-shell .step.active{color:var(--dc-primary);font-weight:800}.admin-shell.pro-light-shell .product-wizard-steps button.active span,.admin-shell.pro-light-shell .step.active i{background:var(--dc-primary);color:#fff}.admin-shell.pro-light-shell .flow-workspace,.admin-shell.pro-light-shell .product-wizard-body,.admin-shell.pro-light-shell .wizard-section,.admin-shell.pro-light-shell .form-card,.admin-shell.pro-light-shell .library-panel,.admin-shell.pro-light-shell .playlist-list-card{border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell .flow-workspace,.admin-shell.pro-light-shell .wizard-section,.admin-shell.pro-light-shell .library-panel,.admin-shell.pro-light-shell .playlist-list-card,.admin-shell.pro-light-shell .product-wizard-body{padding:18px}.admin-shell.pro-light-shell .panel-heading,.admin-shell.pro-light-shell .library-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.admin-shell.pro-light-shell .form-grid,.admin-shell.pro-light-shell .wizard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-shell.pro-light-shell .two-col-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-shell.pro-light-shell label,.admin-shell.pro-light-shell .field{display:flex;flex-direction:column;gap:7px;color:#475467;font-size:13px;font-weight:700}.admin-shell.pro-light-shell .wide{grid-column:1 / -1}.admin-shell.pro-light-shell .dropzone,.admin-shell.pro-light-shell .drop-card,.admin-shell.pro-light-shell .file-picker,.admin-shell.pro-light-shell .file-drop-small{min-height:230px;display:grid;place-items:center;padding:18px;border:2px dashed #b8d5ff;border-radius:18px;background:#fbfdff;color:var(--dc-text);text-align:center}.admin-shell.pro-light-shell .progress{height:8px;overflow:hidden;border-radius:999px;background:#edf2f7}.admin-shell.pro-light-shell .progress i{display:block;height:100%;border-radius:inherit;background:var(--dc-primary)}.admin-shell.pro-light-shell .progress.green i{background:var(--dc-success)}.admin-shell.pro-light-shell .figma-media-card,.admin-shell.pro-light-shell .figma-playlist-card{display:grid;gap:14px}.admin-shell.pro-light-shell .figma-media-preview,.admin-shell.pro-light-shell .media-preview,.admin-shell.pro-light-shell .preview-frame{min-height:180px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#0f365b,#6fd1ff 52%,#2e7d32)}.admin-shell.pro-light-shell .preview-slide{max-width:min(520px,88%);color:#fff;font-size:42px;font-weight:900;line-height:1.1;text-align:center;text-shadow:0 12px 34px rgba(7,21,42,.34)}.admin-shell.pro-light-shell .preview-slide small{display:block;margin-top:10px;color:#ffffffd6;font-size:16px;font-weight:700}.admin-shell.pro-light-shell .resolved-preview-slide{display:grid;gap:10px;place-items:center;max-width:min(560px,90%)}.admin-shell.pro-light-shell .resolved-preview-slide strong{display:block;max-width:100%;overflow:hidden;font-size:clamp(24px,4vw,42px);line-height:1.08;text-overflow:ellipsis}.admin-shell.pro-light-shell .preview-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:#ffffff2e;padding:4px 11px;color:#fff;font-size:12px;font-weight:850;line-height:1}.admin-shell.pro-light-shell .resolved-preview-slide .preview-error{color:#fff4d6}.admin-shell.pro-light-shell .figma-playlist-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}.admin-shell.pro-light-shell .figma-playlist-facts,.admin-shell.pro-light-shell .kpi-strip,.admin-shell.pro-light-shell .key-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-shell.pro-light-shell .figma-playlist-facts div,.admin-shell.pro-light-shell .kv,.admin-shell.pro-light-shell .screen-card-facts div{padding:15px;border:1px solid var(--dc-border);border-radius:15px;background:#fbfdff}.admin-shell.pro-light-shell .figma-playlist-actions,.admin-shell.pro-light-shell .playlist-operations-actions,.admin-shell.pro-light-shell .row-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-shell.pro-light-shell .light-screen-grid,.admin-shell.pro-light-shell .figma-playlist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.admin-shell.pro-light-shell .screen-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.admin-shell.pro-light-shell .screen-card-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}.admin-shell.pro-light-shell .screen-detail-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:12px;background:#eaf3ff;color:var(--dc-primary);font-weight:800}.admin-shell.pro-light-shell .detail-shell{display:grid;gap:18px}.admin-shell.pro-light-shell .hero-panel,.admin-shell.pro-light-shell .detail-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell .title-row{display:flex;align-items:center;gap:14px;min-width:0}.admin-shell.pro-light-shell .detail-hero h1{margin:0;color:var(--dc-text);font-size:28px;line-height:1.18}.admin-shell.pro-light-shell .hero-left h3{margin:0 0 6px;color:var(--dc-text);font-size:28px}.admin-shell.pro-light-shell .hero-badges,.admin-shell.pro-light-shell .pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.admin-shell.pro-light-shell .hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.admin-shell.pro-light-shell .hero-actions a{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid #cfe0ff;border-radius:13px;background:#fff;color:var(--dc-primary);font-weight:750;text-decoration:none}.admin-shell.pro-light-shell .log-console{height:420px;overflow:hidden;padding:16px;border:1px solid #20345f;border-radius:16px;background:#0b1730;color:#d1e9ff;font-family:ui-monospace,Menlo,monospace;font-size:12px;line-height:1.7}.admin-shell.pro-light-shell .log-info{color:#8ecaff}.admin-shell.pro-light-shell .log-sync{color:#a6f4c5}.admin-shell.pro-light-shell .log-play{color:#fef0c7}.admin-shell.pro-light-shell .chart,.admin-shell.pro-light-shell .line-chart{display:grid;gap:12px}.admin-shell.pro-light-shell .line-chart{min-height:180px;align-items:center;overflow:hidden;border:1px solid var(--dc-border);border-radius:16px;background:#fbfdff}.admin-shell.pro-light-shell .line-chart svg{width:100%;height:auto}.admin-shell.pro-light-shell .chart-labels{display:flex;justify-content:space-between;gap:10px;color:var(--dc-muted);font-size:12px;font-weight:700}.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page),.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page){--screen-dark-bg: #06111f;--screen-panel: #ffffff;--screen-panel-strong: #ffffff;--screen-panel-soft: #f8fbff;--screen-line: #dce7f5;--screen-line-strong: #bfd7ff;--screen-text: #101828;--screen-text-soft: #667085;--screen-muted: #98a2b3;--screen-blue: #1677ff;--screen-green: #24d46d;--screen-amber: #f59e0b;--screen-red: #ff5b61;background:radial-gradient(circle at 82% 0%,rgba(21,113,255,.22),transparent 34%),radial-gradient(circle at 18% 15%,rgba(0,214,255,.1),transparent 34%),linear-gradient(180deg,#06111f,#071425 58%,#050d18)}.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .main-area.app,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .main-area.app{background:radial-gradient(circle at 82% 0%,rgba(21,113,255,.16),transparent 32%),linear-gradient(180deg,#06111f,#071425 70%,#050d18)}.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .topbar,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .topbar{border-bottom:1px solid var(--screen-line)}.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .global-search,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .topbar-search,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .global-search,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .topbar-search,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip),.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip){border-color:var(--screen-line-strong);background:#0f2036d1;box-shadow:0 18px 44px #00000029;color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .global-search input,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .global-search input,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .topbar-search input,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .topbar-search input,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .topbar-user-chip strong,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .topbar-user-chip strong,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .company-select strong,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .company-select strong,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .company-select select,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .company-select select{color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .global-search input::placeholder,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .global-search input::placeholder,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .topbar-search input::placeholder,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .topbar-search input::placeholder,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .company-select span,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .company-select span,.admin-shell.pro-light-shell.v3-pro-shell:has(.players-page) .topbar-user-chip span,.admin-shell.pro-light-shell.v3-pro-shell:has(.player-detail-page) .topbar-user-chip span{color:var(--screen-muted)}.admin-shell.pro-light-shell.v3-pro-shell .content-area>*>:is(.players-page,.player-detail-page){border-color:var(--screen-line-strong);background:#fffffff5;box-shadow:none;color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .page-header,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-hero{padding:22px;border:1px solid var(--screen-line);border-radius:18px;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-page-heading{padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) h1,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) h2,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) h3,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .page-header h2,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-hero h1,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) strong,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) b{color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) :is(p,.muted,.mini,small),.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .page-header p,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .stat-content small,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .kpi-card span{color:var(--screen-text-soft)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) :is(.card,.table-card,.figma-card,.kpi-card,.settings-panel,.config-panel,.browser-player-link-card,.settings-form,.placeholder-block,.player-settings-section,.field-safeguard-note){border-color:var(--screen-line);background:#fff;box-shadow:var(--dc-shadow-soft);color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .stat-card,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .figma-stat-card{min-height:104px}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .stat-icon,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .screen-icon,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .circle-icon{background:#1787ff24;color:#78bdff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .stat-icon.green,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .screen-icon.success{background:#24d46d24;color:var(--screen-green)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .stat-icon.orange,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .screen-icon.offline{background:#f59e0b29;color:var(--screen-amber)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .stat-icon.purple{background:#7c5cff2e;color:#a78bfa}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .trend{color:#42e884}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .trend.down{color:#ff7a82}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .table-toolbar{border-color:var(--screen-line);background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) :is(input,select,textarea),.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .search-field{border-color:var(--screen-line-strong);background:#fff;color:var(--screen-text);box-shadow:none}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) :is(input,select,textarea)::placeholder{color:var(--screen-muted)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) select option{background:#fff;color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) table{background:transparent;color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) th{border-color:var(--screen-line);background:#11233ac7;color:#53627a}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) td{border-color:var(--screen-line);color:var(--screen-text-soft)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) tbody tr{background:#fff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) tbody tr:hover{background:#f8fbff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .link,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .breadcrumb a{color:#5ab2ff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .breadcrumb,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .breadcrumb span{color:var(--screen-muted)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .page-flow-pill,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .page-scope-pill,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .tag,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .soft-badge{background:#1787ff1f;color:#9dd1ff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .badge,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .status-badge{border:1px solid rgba(90,178,255,.14);background:#1787ff21;color:#83c7ff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .badge.success,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .status-badge.online,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .status-badge.active{background:#24d46d1f;color:#4bf28d}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .badge.warning,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .status-badge.warning{background:#f59e0b29;color:#ffd166}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .badge.danger,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .status-badge.offline,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .status-badge.expired{background:#ff5b6121;color:#ff8d92}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) button:not(.health-action-row):not(.compact-item),.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .btn,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .secondary-button,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .ghost-btn,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .screen-row-action{border-color:var(--screen-line-strong);background:#10223adb;box-shadow:none;color:#d8ecff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) button:not(.secondary):not(.ghost-btn):not(.health-action-row):not(.compact-item),.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .btn:not(.secondary){border-color:#1787ff9e;background:linear-gradient(135deg,#1173e8,#0960d8);color:#fff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-tabbar,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .section-nav{flex-wrap:nowrap;overflow-x:auto;margin:0;border-color:var(--screen-line);background:#fff;border-radius:16px;padding:0 14px}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-tabbar button,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .section-nav a{color:var(--screen-text-soft)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-tabbar button.active,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .section-nav a.active{border-color:var(--screen-blue);color:#1677ff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .compact-item,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .activity-item,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .config-summary>div,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .diagnostics-grid>div,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .metrics-grid>div{border-color:var(--screen-line);background:#fff;color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .preview-frame{background:radial-gradient(circle at 68% 36%,rgba(54,211,153,.4),transparent 28%),radial-gradient(circle at 18% 18%,rgba(23,135,255,.44),transparent 32%),linear-gradient(135deg,#0b2038,#0a5bb8 52%,#112b3d)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .progress{background:#ffffff1f}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .line-chart{border-color:var(--screen-line);background:#f4f7fb}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .log-console{border-color:var(--screen-line-strong);background:#030b16eb;color:#d8ecff}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .notice{border-color:var(--screen-line);background:#0c1c30e6;color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .empty-state{border-color:var(--screen-line);background:#0814249e;color:var(--screen-text-soft)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .empty-state h4{color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .empty-icon{background:#1787ff24;color:#78bdff}.admin-shell.pro-light-shell.v3-pro-shell .screen-health-cell{display:flex;align-items:center;gap:10px}.admin-shell.pro-light-shell.v3-pro-shell .screen-health-cell strong,.admin-shell.pro-light-shell.v3-pro-shell .screen-health-cell span{display:block}.admin-shell.pro-light-shell.v3-pro-shell .health-dot{width:9px;height:9px;min-width:9px;border-radius:50%;background:var(--screen-muted);box-shadow:0 0 0 4px #8192aa1f}.admin-shell.pro-light-shell.v3-pro-shell .health-dot.good{background:var(--screen-green);box-shadow:0 0 0 4px #24d46d1f}.admin-shell.pro-light-shell.v3-pro-shell .health-dot.warn{background:var(--screen-amber);box-shadow:0 0 0 4px #f59e0b24}.admin-shell.pro-light-shell.v3-pro-shell .health-dot.bad{background:var(--screen-red);box-shadow:0 0 0 4px #ff5b611f}.admin-shell.pro-light-shell.v3-pro-shell .screen-detail-meta>div{border-color:var(--screen-line);background:#0814249e}.admin-shell.pro-light-shell.v3-pro-shell .screen-detail-meta span{color:var(--screen-muted)}.admin-shell.pro-light-shell.v3-pro-shell .screen-detail-meta strong{color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-shell{background:transparent}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-tabbar button{min-height:48px;padding:0 16px;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;box-shadow:none;color:var(--screen-text-soft)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-tabbar button:hover{background:#1787ff14;color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-tabbar button.active{border-color:var(--screen-blue);background:transparent;color:#5ab2ff;box-shadow:none}.admin-shell.pro-light-shell .notice{margin:0 0 18px;padding:12px 14px;border-radius:14px;border:1px solid var(--dc-border);background:#fff;color:var(--dc-text);box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell .notice.success,.admin-shell.pro-light-shell .good-note{border-color:#b7ebc9;background:#effaf4;color:#087443}.admin-shell.pro-light-shell .notice.error,.admin-shell.pro-light-shell .danger-note{border-color:#fecdd3;background:#fff1f3;color:#b42318}.admin-shell.pro-light-shell .notice.loading,.admin-shell.pro-light-shell .warning-note{border-color:#fedf89;background:#fff8ed;color:#b54708}.admin-shell.pro-light-shell .empty-state{padding:28px 14px;color:var(--dc-muted);text-align:center}.admin-shell.pro-light-shell .empty-state.compact{padding:16px;border:1px dashed var(--dc-border);border-radius:14px;background:#fbfdff}.admin-shell.pro-light-shell .option-grid,.admin-shell.pro-light-shell .shortcut-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-shell.pro-light-shell .option{display:grid;gap:5px;padding:15px;border:1px solid var(--dc-border);border-radius:14px;background:#fff;color:var(--dc-text);text-decoration:none}.admin-shell.pro-light-shell .option.active{border-color:var(--dc-primary);box-shadow:0 0 0 3px #0b6bff14}.admin-shell.pro-light-shell .footer-note{margin-top:18px;color:var(--dc-muted);font-size:13px;text-align:center}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .notice{border-color:var(--screen-line);background:#0c1c30e6;color:var(--screen-text);box-shadow:none}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .notice.loading{border-color:#f59e0b47;background:#4a300c6b;color:#ffd166}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .notice.error{border-color:#ff5b6147;background:#57182380;color:#ffb3b6}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .notice.success{border-color:#24d46d47;background:#10503080;color:#a6f4c5}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .panel-title{border-color:var(--screen-line);background:#08142473}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-tabbar button{border:0!important;border-bottom:3px solid transparent!important;background:transparent!important;box-shadow:none!important;white-space:nowrap}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .detail-tabbar button.active{border-color:var(--screen-blue)!important;color:#5ab2ff!important}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .preview-frame{overflow:hidden}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .list-controls{border-color:var(--screen-line);background:#0814249e;color:var(--screen-text);box-shadow:none}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .list-summary strong,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .list-summary span,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .pager span{color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .list-summary small,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .list-control-actions label{color:var(--screen-muted)}.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .list-control-actions select,.admin-shell.pro-light-shell.v3-pro-shell :is(.players-page,.player-detail-page) .pager button{border-color:var(--screen-line-strong);background:#10223adb;color:var(--screen-text)}.admin-shell.pro-light-shell:has(.players-page) .topbar,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar{height:78px;min-height:78px;flex-wrap:nowrap;padding:0}.admin-shell.pro-light-shell:has(.players-page) .global-search,.admin-shell.pro-light-shell:has(.player-detail-page) .global-search,.admin-shell.pro-light-shell:has(.players-page) .topbar-search,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar-search{flex:1 1 520px;width:auto;min-width:220px;max-width:620px}.admin-shell.pro-light-shell:has(.players-page) .topbar-right,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar-right,.admin-shell.pro-light-shell:has(.players-page) .top-actions,.admin-shell.pro-light-shell:has(.player-detail-page) .top-actions{flex:0 0 auto;width:auto;overflow:visible}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){min-height:calc(100vh - 92px)}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){padding:30px 36px 18px;border-radius:14px}.admin-shell.pro-light-shell .players-page .screen-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}.admin-shell.pro-light-shell .players-page .screen-page-title>span{display:none}.admin-shell.pro-light-shell .players-page .screen-page-heading h2{margin:0 0 8px;font-size:32px;line-height:1.1}.admin-shell.pro-light-shell .players-page .screen-page-heading p{max-width:520px;font-size:16px}.admin-shell.pro-light-shell .players-page .header-actions .demo-focus-toggle{display:none}.admin-shell.pro-light-shell .players-page .header-actions{margin-left:auto;padding-top:5px}.admin-shell.pro-light-shell .players-page .screen-fleet-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:22px}.admin-shell.pro-light-shell .players-page .stat-card{min-height:142px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:22px;padding:24px;border-radius:12px;text-align:left}.admin-shell.pro-light-shell .players-page .stat-icon{width:82px;height:82px;min-width:82px;border-radius:50%;background:#e5efff;color:#1468ff}.admin-shell.pro-light-shell .players-page .stat-icon.green{background:#dff6e8;color:#12a060}.admin-shell.pro-light-shell .players-page .stat-icon.orange{background:#fff0dc;color:#f97316}.admin-shell.pro-light-shell .players-page .stat-icon.purple{background:#eee7ff;color:#7a5af8}.admin-shell.pro-light-shell .players-page .stat-content{min-width:0;text-align:left}.admin-shell.pro-light-shell .players-page .stat-content small{display:block;color:#101828;font-size:15px;font-weight:750}.admin-shell.pro-light-shell .players-page .stat-content strong{display:block;margin-top:6px;color:#0f172a;font-size:34px;line-height:1}.admin-shell.pro-light-shell .players-page .trend{display:block;margin-top:8px;color:#475467;font-size:14px;font-weight:500}.admin-shell.pro-light-shell .players-page .spark{display:none}.admin-shell.pro-light-shell .players-page .screen-fleet-table{border-radius:12px;background:#fff}.admin-shell.pro-light-shell .players-page .screen-fleet-table .table-toolbar{display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(160px,.75fr)) auto;align-items:center;gap:20px;padding:18px;border-bottom:1px solid #e5e7eb;background:#fff}.admin-shell.pro-light-shell .players-page .table-toolbar .search-field,.admin-shell.pro-light-shell .players-page .table-toolbar select,.admin-shell.pro-light-shell .players-page .table-toolbar .ghost-btn{width:100%;min-height:46px;border-radius:8px}.admin-shell.pro-light-shell .players-page .table-toolbar .ghost-btn{white-space:nowrap}.admin-shell.pro-light-shell .players-page .screen-fleet-table table{min-width:980px}.admin-shell.pro-light-shell.v3-shell .players-page .screen-fleet-table table{min-width:860px}.admin-shell.pro-light-shell.v3-shell .players-page .health-column{display:none}.admin-shell.pro-light-shell .players-page th,.admin-shell.pro-light-shell .players-page td{padding:14px 18px;font-size:14px}.admin-shell.pro-light-shell .players-page th{background:#f8fafc;color:#475467;font-size:13px}.admin-shell.pro-light-shell .players-page tbody tr{min-height:78px}.admin-shell.pro-light-shell .players-page .thumb{width:78px;height:52px;min-width:78px;border-radius:7px;background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 42%),linear-gradient(135deg,#f97316,#facc15 48%,#0ea5e9);color:#111827;box-shadow:inset 0 0 0 1px #0f172a1a}.admin-shell.pro-light-shell .players-page .thumb.purple{background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 44%),linear-gradient(135deg,#2563eb,#8b5cf6 54%,#f97316);color:#fff}.admin-shell.pro-light-shell .players-page .row-title strong{font-size:15px}.admin-shell.pro-light-shell .players-page .badge{min-height:28px;padding:4px 12px;border-radius:999px}.admin-shell.pro-light-shell .players-page .actions-column{width:54px;text-align:center}.admin-shell.pro-light-shell .players-page .screen-row-action.icon-only{width:36px;min-width:36px;min-height:36px;padding:0;border:0;border-radius:8px;background:transparent;box-shadow:none;color:#344054;font-size:24px;line-height:1}.admin-shell.pro-light-shell .players-page .screen-table-footer{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;border-top:1px solid var(--dc-border);color:#475467;font-size:14px}.admin-shell.pro-light-shell .screen-pagination{display:flex;align-items:center;justify-content:flex-end;gap:9px}.admin-shell.pro-light-shell .screen-pagination button,.admin-shell.pro-light-shell .screen-pagination select{min-width:38px;min-height:38px;padding:0 12px;border-radius:8px;box-shadow:none}.admin-shell.pro-light-shell .screen-pagination button.active{border-color:transparent;background:#e8eef8;color:#0f172a}.admin-shell.pro-light-shell .screen-pagination .pager-arrow{color:#667085}.admin-shell.pro-light-shell .player-detail-page .detail-shell{display:grid;gap:0}.admin-shell.pro-light-shell .player-detail-page .detail-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0;padding:4px 0 24px;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell .player-detail-page .detail-hero .title-row{display:flex;align-items:flex-start;gap:18px}.admin-shell.pro-light-shell .player-detail-page .detail-hero h1{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0;font-size:30px}.admin-shell.pro-light-shell .player-detail-page .detail-hero .pill-row{margin-top:8px}.admin-shell.pro-light-shell .player-detail-page .screen-detail-meta{display:flex;flex-wrap:wrap;gap:28px;margin-top:16px}.admin-shell.pro-light-shell .player-detail-page .screen-detail-meta>div{min-width:138px;padding:0 24px 0 0;border:0;border-right:1px solid var(--dc-border);border-radius:0;background:transparent}.admin-shell.pro-light-shell .player-detail-page .screen-detail-meta>div:last-child{border-right:0}.admin-shell.pro-light-shell .player-detail-page .detail-tabbar{gap:46px;margin:0 -36px 22px;padding:0 36px;border-bottom:1px solid var(--dc-border);border-radius:0;background:transparent}.admin-shell.pro-light-shell .player-detail-page .detail-tabbar button{min-height:58px!important;padding:0!important;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#475467;font-size:14px;font-weight:650}.admin-shell.pro-light-shell .player-detail-page .detail-tabbar button.active{border-color:var(--dc-primary)!important;color:var(--dc-primary)!important}.admin-shell.pro-light-shell .diagnostics-layout,.admin-shell.pro-light-shell .logs-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px}.admin-shell.pro-light-shell .diagnostics-main{display:grid;gap:16px}.admin-shell.pro-light-shell .diagnostics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.admin-shell.pro-light-shell .diagnostic-card,.admin-shell.pro-light-shell .network-metric,.admin-shell.pro-light-shell .operator-rail,.admin-shell.pro-light-shell .logs-console-card,.admin-shell.pro-light-shell .logs-side .card,.admin-shell.pro-light-shell .network-interface-strip{padding:18px;border-radius:8px}.admin-shell.pro-light-shell .diagnostic-card h2,.admin-shell.pro-light-shell .operator-rail h2,.admin-shell.pro-light-shell .network-bottom-grid h2,.admin-shell.pro-light-shell .logs-console-card h2,.admin-shell.pro-light-shell .logs-side h2{font-size:15px}.admin-shell.pro-light-shell .diagnostic-status,.admin-shell.pro-light-shell .network-metric{display:flex;align-items:center;gap:16px}.admin-shell.pro-light-shell .diagnostic-status strong,.admin-shell.pro-light-shell .network-metric strong{display:block;margin:3px 0;font-size:18px}.admin-shell.pro-light-shell .diagnostic-status small,.admin-shell.pro-light-shell .network-metric small,.admin-shell.pro-light-shell .network-metric span,.admin-shell.pro-light-shell .mini-metrics dt{color:var(--dc-muted)}.admin-shell.pro-light-shell .shield-icon{width:62px;height:62px;min-width:62px;display:grid;place-items:center;border-radius:22px;background:#dff6e8;color:#12a060;font-size:28px;font-weight:900}.admin-shell.pro-light-shell .resource-row{display:grid;grid-template-columns:58px 64px minmax(0,1fr);align-items:center;gap:10px;margin-top:12px}.admin-shell.pro-light-shell .resource-row i{height:4px;border-radius:999px;background:#1787ff}.admin-shell.pro-light-shell .resource-row i.purple{background:#8b5cf6}.admin-shell.pro-light-shell .resource-row i.teal{background:#14b8a6}.admin-shell.pro-light-shell .mini-metrics{display:grid;gap:8px;margin:14px 0 0}.admin-shell.pro-light-shell .mini-metrics.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell .mini-metrics div{display:flex;justify-content:space-between;gap:12px}.admin-shell.pro-light-shell .mini-metrics dt,.admin-shell.pro-light-shell .mini-metrics dd{margin:0}.admin-shell.pro-light-shell .recent-events p,.admin-shell.pro-light-shell .remote-job-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 0}.admin-shell.pro-light-shell .recent-logs-panel{min-height:150px}.admin-shell.pro-light-shell .compact-log{max-height:118px;margin:0}.admin-shell.pro-light-shell .operator-rail{display:grid;align-content:start;gap:18px}.admin-shell.pro-light-shell .operator-rail label,.admin-shell.pro-light-shell .toggle-row,.admin-shell.pro-light-shell .rail-action,.admin-shell.pro-light-shell .rail-danger{display:grid;gap:8px;padding-bottom:16px;border-bottom:1px solid var(--dc-border)}.admin-shell.pro-light-shell .toggle-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.admin-shell.pro-light-shell .operator-rail input[type=range]{width:100%;min-height:0;padding:0}.admin-shell.pro-light-shell .rail-action{grid-template-columns:minmax(0,1fr) auto;align-items:center}.admin-shell.pro-light-shell .rail-danger{padding:14px;border:1px solid #fecdd3;border-radius:8px;background:#fff1f3}.admin-shell.pro-light-shell .network-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.admin-shell.pro-light-shell .network-metric{min-height:108px}.admin-shell.pro-light-shell .network-wide-row{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,2.2fr);gap:16px;margin-top:16px}.admin-shell.pro-light-shell .sync-endpoint-card{display:grid;grid-template-columns:auto minmax(0,1.4fr) minmax(0,.7fr) minmax(0,.7fr);align-items:center;gap:18px}.admin-shell.pro-light-shell .sync-endpoint-card>div{display:grid;gap:3px;min-width:0}.admin-shell.pro-light-shell .sync-endpoint-card :is(small,strong,span){display:block;line-height:1.25}.admin-shell.pro-light-shell .network-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:16px;margin-top:16px}.admin-shell.pro-light-shell .network-history .line-chart{height:220px;padding:10px}.admin-shell.pro-light-shell .network-history svg{width:100%;height:100%}.admin-shell.pro-light-shell .network-interface-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:center;gap:16px;margin-top:16px}.admin-shell.pro-light-shell .logs-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px}.admin-shell.pro-light-shell .logs-tools{display:flex;align-items:center;gap:12px}.admin-shell.pro-light-shell .compact-search{min-width:240px}.admin-shell.pro-light-shell .log-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin:0 -18px;padding:12px 18px;border-top:1px solid var(--dc-border);border-bottom:1px solid var(--dc-border)}.admin-shell.pro-light-shell .log-filter-row label{display:inline-flex;align-items:center;gap:8px}.admin-shell.pro-light-shell .log-dot{width:9px;height:9px;border-radius:50%;background:#1787ff}.admin-shell.pro-light-shell .log-dot.warn{background:#f59e0b}.admin-shell.pro-light-shell .log-dot.error{background:#ff5b61}.admin-shell.pro-light-shell .log-dot.sync{background:#8b5cf6}.admin-shell.pro-light-shell .log-dot.play{background:#24d46d}.admin-shell.pro-light-shell .log-table{min-height:500px;margin:0 -18px;border-width:0 0 1px;border-radius:0}.admin-shell.pro-light-shell .logs-side{display:grid;align-content:start;gap:16px}.admin-shell.pro-light-shell .runtime-box{position:relative;display:grid;gap:4px;padding:14px;border-radius:8px;background:#0f172a0a}.admin-shell.pro-light-shell .runtime-box .badge{position:absolute;top:12px;right:12px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-summary-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .overview-quick-actions,.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-source-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .resolved-playlist-card{overflow:hidden}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.screen-summary-card,.playback-source-card) .compact-list{gap:10px}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.screen-summary-card,.playback-source-card) .compact-item{grid-template-columns:52px minmax(0,1fr) auto;min-height:78px;padding:12px;border-radius:8px;text-align:left}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.screen-summary-card,.playback-source-card) .compact-item:not(:has(.badge)){grid-template-columns:52px minmax(0,1fr)}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.screen-summary-card,.playback-source-card) .compact-item>div,.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.screen-summary-card,.playback-source-card) .compact-item>:last-child:not(.badge){justify-self:start;max-width:none;text-align:left}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.screen-summary-card,.playback-source-card) .compact-item :is(strong,.mini){text-align:left}.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-source-card .compact-item>.badge{justify-self:end}.admin-shell.pro-light-shell.v3-shell .player-detail-page .overview-quick-actions .compact-item{grid-template-columns:34px minmax(0,1fr) 18px;min-height:50px;padding:10px 12px;border-radius:8px;text-align:left}.admin-shell.pro-light-shell.v3-shell .player-detail-page .overview-quick-actions .compact-item strong{justify-self:start;max-width:none;text-align:left}.admin-shell.pro-light-shell.v3-shell .player-detail-page .resolved-playlist-card .placeholder-block{display:grid;gap:8px;min-height:72px;padding:16px 18px;border:1px solid var(--dc-border);border-radius:8px;background:#fff;text-align:left}.admin-shell.pro-light-shell.v3-shell .player-detail-page .resolved-playlist-card .placeholder-block>*{display:block;margin:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-preview-card .playback-actions{justify-content:flex-end;gap:10px;margin-top:-22px;padding-right:22px;position:relative;z-index:1}.admin-shell.pro-light-shell.v3-shell .player-detail-page .operator-rail{gap:18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .operator-rail label:not(.toggle-row),.admin-shell.pro-light-shell.v3-shell .player-detail-page .rail-action,.admin-shell.pro-light-shell.v3-shell .player-detail-page .toggle-row{gap:10px;padding-bottom:18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .rail-action{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:16px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .rail-action>div,.admin-shell.pro-light-shell.v3-shell .player-detail-page .toggle-row>span{display:grid;gap:4px;min-width:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.rail-action,.toggle-row,.rail-danger) :is(strong,small){display:block;line-height:1.32}.admin-shell.pro-light-shell.v3-shell .player-detail-page .rail-action button{justify-self:end;min-width:112px;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .player-detail-page .rail-danger{gap:8px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .mini-metrics dd{overflow-wrap:anywhere}.admin-shell.pro-light-shell.v3-shell .player-detail-page .runtime-side-card .mini-metrics.two-col{gap:14px 20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .runtime-side-card .mini-metrics.two-col div{display:grid;align-content:start;gap:4px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .recent-events p{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .recent-events p>:last-child{justify-self:end;text-align:right}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-card-head{min-height:68px;padding-bottom:16px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .log-filter-row{min-height:54px;gap:16px;padding:10px 18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .log-filter-row label{display:grid;grid-template-columns:10px auto 16px;align-items:center;gap:8px;min-height:30px;color:#344054;font-size:13px;font-weight:750;line-height:1}.admin-shell.pro-light-shell.v3-shell .player-detail-page .log-filter-row input[type=checkbox]{width:16px;height:16px;min-width:16px;min-height:16px;margin:0;padding:0;accent-color:var(--dc-primary)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .log-filter-row .badge{margin-left:auto}.admin-shell.pro-light-shell.v3-shell .player-detail-page .log-table{min-height:460px;max-height:520px;padding:22px 24px;overflow:auto;border-bottom:0;line-height:1.65}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:62px;margin:0 -18px -18px;padding:13px 18px 14px;border-top:1px solid var(--dc-border);background:#fff}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-footer .screen-pagination{flex-wrap:wrap}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-footer .screen-pagination select{width:auto;min-width:116px;max-width:132px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .remote-jobs-card{display:grid;gap:10px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .remote-jobs-card .panel-title{margin:-2px 0 4px;padding:0 0 12px;border-bottom:1px solid var(--dc-border)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .remote-job-row{min-height:52px;margin:0;padding:0 14px;border:1px solid var(--dc-border);border-radius:8px;background:#f8fafc}.admin-shell.pro-light-shell.v3-shell .player-detail-page .remote-job-row b{padding:4px 10px;border-radius:999px;background:#e7f8ee;color:#159947;font-size:12px;font-weight:800}.admin-shell.pro-light-shell.v3-shell .player-detail-page .runtime-side-card{display:grid;gap:14px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-export-card{display:grid;gap:12px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel{width:100%;max-width:100%;min-width:0;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr);gap:0;padding:0;border:1px solid var(--dc-border);border-radius:8px;background:#fff;box-shadow:var(--dc-shadow-soft);overflow:hidden}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel>.panel-title{width:100%;max-width:100%;box-sizing:border-box;min-height:84px;margin:0;padding:20px 24px;border:0;border-bottom:1px solid var(--dc-border);border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel>.panel-title p{margin:4px 0 0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-form{width:100%;max-width:100%;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr);gap:20px;padding:0 20px 20px;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .browser-player-link-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .player-settings-section{width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:20px;border:1px solid var(--dc-border);border-radius:8px;background:#fff;box-shadow:var(--dc-shadow-soft);color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .browser-player-link-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin:20px 20px 6px;border-color:#bfdbfe;background:#f6faff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .player-settings-section{grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 20px;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .player-settings-section:first-of-type,.admin-shell.pro-light-shell.v3-shell .player-detail-page .player-settings-section.danger-zone,.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-actions{grid-column:1 / -1}.admin-shell.pro-light-shell.v3-shell .player-detail-page .player-settings-section.danger-zone{border-color:#fecdd3;background:#fff7f8}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-section-title{grid-column:1 / -1;gap:5px;padding-bottom:4px;border-bottom:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-section-title span{color:var(--dc-primary);font-size:12px;letter-spacing:0;text-transform:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-section-title strong{color:var(--dc-text);font-size:16px;line-height:1.3}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-form label{display:grid;gap:8px;min-width:0;color:#475467;font-size:13px;font-weight:750}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-form label.wide{grid-column:1 / -1}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-form :is(input:not([type=checkbox]),select,textarea){width:100%;min-height:44px;padding:0 13px;border:1px solid #d8e1ee;border-radius:8px;background:#fff;box-shadow:none;color:var(--dc-text);font-size:14px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-form textarea{min-height:96px;padding-top:12px;resize:vertical}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-form :is(input:not([type=checkbox]),select,textarea):focus{border-color:var(--dc-primary);outline:0;box-shadow:0 0 0 3px #0b6bff1f}.admin-shell.pro-light-shell.v3-shell .player-detail-page .checkbox-row{grid-template-columns:1fr;align-items:center;align-content:center;justify-items:center;min-height:44px;padding:8px 12px;border:0;border-radius:0;background:transparent;text-align:center}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-form input[type=checkbox]{width:18px;height:18px;min-width:18px;min-height:18px;margin:0;accent-color:var(--dc-primary)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .field-safeguard-note{grid-column:1 / -1;padding:14px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff}.admin-shell.pro-light-shell.v3-shell .player-detail-page .weekly-display-schedule{grid-column:1 / -1}.admin-shell.pro-light-shell.v3-shell .player-detail-page .weekly-display-schedule-row{border-color:var(--dc-border);background:#f8fafc}.admin-shell.pro-light-shell.v3-shell .player-detail-page .weekly-display-schedule-row.header{background:transparent;color:var(--dc-muted)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-actions{display:flex;justify-content:flex-end;gap:12px;padding:0;background:transparent}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-actions :is(button,.btn){min-width:120px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .right-help{gap:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-preview-card{display:grid;gap:18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-preview-card .panel-title,.admin-shell.pro-light-shell.v3-shell .player-detail-page .resolved-playlist-card .panel-title{padding:18px 20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-preview-card .preview-frame{margin:0 20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-preview-card .playback-actions{margin-top:0;padding:0 20px 20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .resolved-playlist-card .placeholder-block{margin:0 20px 20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-source-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .right-help>.card{display:grid;gap:16px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .resolved-playlist-card{display:grid}.admin-shell.pro-light-shell.v3-shell .player-detail-page .config-summary{gap:16px;padding:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .troubleshooting-card{display:grid;align-content:start;gap:16px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .troubleshooting-card .health-list{gap:10px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .troubleshooting-card .health-list span{display:grid;gap:3px;padding:10px 0;border-bottom:1px solid var(--dc-border)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .troubleshooting-card .health-list span:last-child{border-bottom:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-export-card{align-content:start;gap:16px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-export-card p{margin:0;line-height:1.45}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-download-actions{display:grid;grid-template-columns:1fr;gap:10px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-download-actions button{width:100%}.admin-shell.pro-light-shell .full-width-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-shell.pro-light-shell.v3-shell:has(.players-page),.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page),.admin-shell.pro-light-shell.v3-shell:has(.players-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .main-area.app{background:linear-gradient(180deg,#061b3f 0 78px,#fff 78px,#f8fbff)}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .main-area.app{padding:0}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar{height:78px;min-height:78px;padding:0 32px}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .content-area,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .content-area{padding:0}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){min-height:calc(100vh - 78px);padding:30px 42px 40px;border:0;border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .notification-trigger .notification-glyph,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .notification-trigger .notification-glyph{width:22px;height:22px;border-radius:0;background:transparent;color:#ffffffdb}.admin-shell.pro-light-shell.v3-shell .player-detail-page .detail-shell{display:grid;gap:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .detail-hero{padding:18px 0 28px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .detail-tabbar{gap:46px;margin:0 -42px 28px;padding:0 42px;border-width:0 0 1px;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .grid.cols-4,.admin-shell.pro-light-shell.v3-shell .player-detail-page .grid.cols-3,.admin-shell.pro-light-shell.v3-shell .player-detail-page .split-2-1{gap:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .grid.cols-4,.admin-shell.pro-light-shell.v3-shell .player-detail-page .split-2-1{margin-bottom:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .grid.cols-3{margin-top:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-layout,.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-side{gap:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-console-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-side .card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .overview-preview-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-preview-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-source-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .resolved-playlist-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-summary-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .overview-quick-actions{border-radius:8px}.admin-shell.pro-light-shell.v3-shell .player-detail-page{--detail-border: #dce7f5;--detail-line: #e6ebf2}.admin-shell.pro-light-shell.v3-shell .player-detail-page .detail-shell{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .detail-hero{border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .detail-tabbar{border-color:var(--detail-line);border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.card,.stat-card,.diagnostic-card,.network-metric,.operator-rail,.logs-console-card,.logs-side .card,.network-interface-strip,.sync-endpoint-card,.heartbeat-card,.troubleshooting-card,.recent-logs-panel,.settings-panel,.browser-player-link-card,.player-settings-section){border-color:var(--detail-border);border-radius:12px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.card,.diagnostic-card,.network-metric,.logs-console-card)>.panel-title,.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel>.panel-title{margin:0;padding:20px 22px;border:0;border-bottom:1px solid var(--detail-line);border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .overview-preview-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-preview-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .resolved-playlist-card{display:grid;gap:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.overview-preview-card,.playback-preview-card) .preview-frame{margin:20px;border-radius:12px}.admin-shell.pro-light-shell.v3-shell .player-detail-page :is(.overview-preview-card,.playback-preview-card) .panel-title+.preview-frame{margin-top:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .overview-preview-card .panel-title .ghost-btn{flex:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .playback-preview-card .playback-actions{margin:0;padding:0 20px 20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel{overflow:hidden;gap:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-form{gap:20px;padding:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .browser-player-link-card{margin:0;border-color:#c7ddff;background:#fbfdff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .player-settings-section{box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel .browser-player-link-card{border-color:#c7ddff;background:#fbfdff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel .player-settings-section{box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .remote-job-row{border-color:var(--detail-line);background:#fff}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-export-card{gap:18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-download-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-health-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.37fr);gap:20px;align-items:start}.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-health-main,.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-health-side{display:grid;gap:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-health-card{min-width:0;padding:22px;border-color:var(--detail-border);border-radius:12px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-health-card h2{margin:0;color:var(--dc-text);font-size:18px;line-height:1.2}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-score-body{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:24px;margin-top:18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-ring{--score: 98;width:132px;height:132px;display:grid;place-items:center;align-content:center;border-radius:50%;background:radial-gradient(circle at center,#ffffff 0 58%,transparent 59%),conic-gradient(#12a060 calc(var(--score) * 1%),#e7edf5 0);color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-ring.warning{background:radial-gradient(circle at center,#ffffff 0 58%,transparent 59%),conic-gradient(#f79009 calc(var(--score) * 1%),#e7edf5 0)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-ring.danger{background:radial-gradient(circle at center,#ffffff 0 58%,transparent 59%),conic-gradient(#f04438 calc(var(--score) * 1%),#e7edf5 0)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-ring strong{font-size:30px;line-height:1}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-ring span{margin-top:5px;color:#159947;font-size:13px;font-weight:800}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-check-list{display:grid;gap:14px;color:#344054;font-weight:650}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-check-list span{display:flex;align-items:center;gap:10px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-check-list b,.admin-shell.pro-light-shell.v3-shell .player-detail-page .activity-dot{width:20px;height:20px;min-width:20px;display:grid;place-items:center;border-radius:999px;background:#13a35b;color:#fff;font-size:12px;line-height:1}.admin-shell.pro-light-shell.v3-shell .player-detail-page .inline-status{margin:18px 0 0;padding:10px 12px;border:1px solid #d8f0e3;border-radius:8px;background:#f1fbf5;color:#159947;font-size:13px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-card-row{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:18px;margin-top:18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-card-row>div{min-width:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-card-row strong{display:block;color:var(--dc-text);font-size:24px;line-height:1.15}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-card-row strong small,.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-card-row small{color:var(--dc-muted);font-size:13px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-icon{width:58px;height:58px;min-width:58px;display:grid;place-items:center;border-radius:18px;background:#eef5ff;color:var(--dc-primary);font-size:25px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-icon.green{background:#e8f8ee;color:#12a060}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-icon.orange{background:#fff2df;color:#f79009}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-icon.purple{background:#f1ecff;color:#7a5af8}.admin-shell.pro-light-shell.v3-shell .player-detail-page .usage-bar{height:10px;overflow:hidden;margin:14px 0 10px;border-radius:999px;background:#e4e9f2}.admin-shell.pro-light-shell.v3-shell .player-detail-page .usage-bar i{display:block;height:100%;border-radius:inherit;background:#13a35b}.admin-shell.pro-light-shell.v3-shell .player-detail-page .metric-split,.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-metrics-row{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#475467;font-size:13px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .metric-split.bordered{margin-top:18px;padding-top:16px;border-top:1px solid var(--detail-line)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .metric-split b{color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-metrics-row{margin-top:22px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-metrics-row span{display:grid;gap:3px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-metrics-row small,.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics small{color:var(--dc-muted)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-settings-card{padding:22px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-settings-card .health-card-row{grid-template-columns:64px minmax(0,1fr);margin-top:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics span{min-width:0;padding-right:18px;border-right:1px solid var(--detail-line)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics span:last-child{border-right:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics b{display:block;margin-top:4px;color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .quick-actions-card{padding:22px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-list{display:grid;gap:8px;margin-top:12px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-row{width:100%;min-height:70px;display:grid;grid-template-columns:58px minmax(0,1fr) 36px;align-items:center;gap:14px;padding:10px 12px;border:1px solid var(--detail-line);border-radius:10px;background:#fff;box-shadow:none;color:var(--dc-text);text-align:left}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-row:hover{background:#f8fbff}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-row>span:nth-child(2){display:grid;gap:4px;min-width:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-row strong,.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-activity-row strong{color:var(--dc-text);font-size:14px;line-height:1.25}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-row small{color:var(--dc-muted);font-size:13px;font-weight:550;line-height:1.35}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-row b:last-child{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--detail-line);border-radius:10px;background:#fff;color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-row:disabled{opacity:.62}.admin-shell.pro-light-shell.v3-shell .player-detail-page .recent-health-activity-card{padding:22px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .recent-health-activity-card>.panel-title{margin:0 0 14px;padding:0;border:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page button.text-button{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--dc-primary)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-activity-list{display:grid;gap:12px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-activity-row{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:28px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-activity-row small{color:var(--dc-muted);white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .player-detail-page .activity-dot.warning{background:#f79009}.admin-shell.pro-light-shell.v3-shell .player-detail-page .activity-dot.danger,.admin-shell.pro-light-shell.v3-shell .player-detail-page .activity-dot.offline{background:#f04438}.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-fleet-stats{grid-template-columns:minmax(0,1.1fr) repeat(3,minmax(0,.9fr));gap:18px}.admin-shell.pro-light-shell.v3-pro-shell .players-page .stat-card{min-height:118px;padding:20px;border-radius:8px}.admin-shell.pro-light-shell.v3-pro-shell .players-page .stat-icon{width:56px;height:56px;min-width:56px;border-radius:12px}.admin-shell.pro-light-shell.v3-pro-shell .players-page .stat-content small{color:var(--screen-text-soft)}.admin-shell.pro-light-shell.v3-pro-shell .players-page .stat-content strong{color:var(--screen-text);font-size:30px}.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-fleet-table .table-toolbar{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,.8fr)) auto;background:transparent}.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-fleet-table table{min-width:1280px}.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-row-action.icon-only{color:var(--screen-text-soft)}.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-table-footer,.admin-shell.pro-light-shell.v3-pro-shell .logs-footer{border-color:var(--screen-line);color:var(--screen-text-soft)}.admin-shell.pro-light-shell.v3-pro-shell .screen-pagination button.active{background:#0960d8;color:#fff}.admin-shell.pro-light-shell.v3-pro-shell .player-detail-page .detail-hero{padding:22px 0 24px;border-bottom:1px solid var(--screen-line)}.admin-shell.pro-light-shell.v3-pro-shell .player-detail-page .detail-tabbar{border-color:var(--screen-line);background:transparent}.admin-shell.pro-light-shell.v3-pro-shell .player-detail-page .detail-tabbar button{color:var(--screen-text-soft)!important}.admin-shell.pro-light-shell.v3-pro-shell .player-detail-page .detail-tabbar button.active{color:#1677ff!important}.admin-shell.pro-light-shell.v3-pro-shell .player-detail-page .screen-detail-meta>div{border-color:var(--screen-line);background:transparent}.admin-shell.pro-light-shell.v3-pro-shell :is(.diagnostic-card,.network-metric,.operator-rail,.logs-console-card,.logs-side .card,.network-interface-strip,.sync-endpoint-card,.heartbeat-card,.troubleshooting-card,.recent-logs-panel){border-color:var(--screen-line);background:#fff;color:var(--screen-text)}.admin-shell.pro-light-shell.v3-pro-shell .rail-danger{border-color:#ff5b613d;background:#57182380}.admin-shell.pro-light-shell.v3-pro-shell .runtime-box{background:#f8fbff}.admin-shell.pro-light-shell .ok{color:var(--dc-success)}.admin-shell.pro-light-shell .warn{color:var(--dc-warning)}.admin-shell.pro-light-shell .danger,.admin-shell.pro-light-shell .log-warn{color:var(--dc-danger)}@media(max-width:1400px){.admin-shell.pro-light-shell .players-page .screen-fleet-stats,.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-fleet-stats,.admin-shell.pro-light-shell .diagnostics-grid,.admin-shell.pro-light-shell .network-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell .diagnostics-layout,.admin-shell.pro-light-shell .logs-layout,.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-health-layout,.admin-shell.pro-light-shell .network-bottom-grid{grid-template-columns:1fr}}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button,.admin-shell.pro-light-shell.v3-shell .mobile-nav-backdrop,.admin-shell.pro-light-shell.v3-shell .sidebar-mode-toggle{display:none}@media(max-width:760px){html:has(.admin-shell.pro-light-shell.v3-shell),body:has(.admin-shell.pro-light-shell.v3-shell){width:100%!important;max-width:100%!important;overflow-x:hidden!important}body:has(.admin-shell.pro-light-shell.v3-shell.mobile-nav-open){overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell{width:100%!important;max-width:100%!important;min-height:100dvh!important;height:auto!important;overflow-x:hidden!important}.admin-shell.pro-light-shell.v3-shell .main-area.app{width:100%!important;min-width:0!important;max-width:100%!important;min-height:100dvh!important;height:auto!important;padding-top:72px!important;overflow-x:hidden!important;overflow-y:visible!important}.admin-shell.pro-light-shell.v3-shell .topbar{left:0!important;right:0!important;width:100%!important;height:72px!important;min-height:72px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:10px 12px!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;display:inline-grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(184,213,255,.32)!important;border-radius:12px!important;background:#ffffff1a!important;color:#fff!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button span,.admin-shell.pro-light-shell.v3-shell .mobile-menu-button span:before,.admin-shell.pro-light-shell.v3-shell .mobile-menu-button span:after{width:18px!important;height:2px!important;display:block!important;border-radius:999px!important;background:currentColor!important}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button span{position:relative!important}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button span:before,.admin-shell.pro-light-shell.v3-shell .mobile-menu-button span:after{content:""!important;position:absolute!important;left:0!important}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button span:before{top:-6px!important}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button span:after{top:6px!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search){min-width:0!important;height:44px!important;min-height:44px!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search) input{min-width:0!important;font-size:14px!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-right,.top-actions){max-width:96px!important;gap:8px!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell :is(.notification-trigger,.topbar-user-chip,.topbar-user-chip .user-avatar){width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}.admin-shell.pro-light-shell.v3-shell .notification-panel{position:fixed!important;top:82px!important;right:10px!important;left:10px!important;width:auto!important;max-width:none!important}.admin-shell.pro-light-shell.v3-shell .mobile-nav-backdrop{position:fixed!important;inset:0!important;z-index:95!important;display:block!important;width:100vw!important;height:100dvh!important;padding:0!important;border:0!important;border-radius:0!important;background:#0f172a85!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .sidebar{position:fixed!important;inset:0 auto 0 0!important;z-index:100!important;width:min(86vw,320px)!important;min-width:0!important;max-width:320px!important;height:100dvh!important;max-height:100dvh!important;transform:translate(-105%)!important;transition:transform .18s ease!important;border-right:1px solid rgba(184,213,255,.24)!important;box-shadow:24px 0 60px #02061742!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch}.admin-shell.pro-light-shell.v3-shell.mobile-nav-open .sidebar{transform:translate(0)!important}.admin-shell.pro-light-shell.v3-shell .sidebar-brand-link,.admin-shell.pro-light-shell.v3-shell .sidebar-nav,.admin-shell.pro-light-shell.v3-shell .sidebar-footer,.admin-shell.pro-light-shell.v3-shell .nav-section{width:100%!important;max-width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell .sidebar-nav{overflow-x:hidden!important}.admin-shell.pro-light-shell.v3-shell .sidebar-mode-toggle{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:6px!important;border:1px solid rgba(184,213,255,.22)!important;border-radius:14px!important;background:#ffffff14!important}.admin-shell.pro-light-shell.v3-shell .sidebar-mode-toggle button{min-width:0!important;min-height:38px!important;padding:0 10px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#d9e8ff!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .sidebar-mode-toggle button.active{background:#1677ff!important;color:#fff!important}.admin-shell.pro-light-shell.v3-shell .nav-item,.admin-shell.pro-light-shell.v3-shell .nested-menu a,.admin-shell.pro-light-shell.v3-shell .sidebar-footer button{width:100%!important;max-width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell .content-area{width:100%!important;max-width:100%!important;min-height:calc(100dvh - 72px)!important;padding:16px 12px 28px!important;overflow-x:hidden!important}.admin-shell.pro-light-shell.v3-shell .content-area>*,.admin-shell.pro-light-shell.v3-shell .content-area>*>*{max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.adoption-page,.analytics-page,.audit-page,.billing-page,.campaign-page,.companies-page,.console-overview-page,.console-settings-page,.content-groups-page,.content-page,.deploy-page,.monitoring-page,.player-detail-page,.player-groups-page,.players-page,.playlists-page,.publishing-page,.server-monitoring-page,.updates-page,.users-page){width:100%!important;max-width:100%!important;padding:16px 0!important;overflow-x:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.figma-page-heading,.page-header,.screen-page-heading,.campaign-editor-header,.updates-hero){width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important}.admin-shell.pro-light-shell.v3-shell :is(.figma-page-heading,.page-header,.screen-page-heading,.campaign-editor-header,.updates-hero) :is(h1,h2,p,span,strong){max-width:100%!important;overflow-wrap:anywhere!important}.admin-shell.pro-light-shell.v3-shell :is(.figma-toolbar,.page-actions,.screen-page-actions,.campaign-editor-actions,.analytics-hero-actions){width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.admin-shell.pro-light-shell.v3-shell :is(.figma-toolbar,.page-actions,.screen-page-actions,.campaign-editor-actions,.analytics-hero-actions)>*{width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell :is(.grid,.form-grid,.wizard-layout,.campaign-workspace-grid,.content-selection-grid,.user-main-grid,.company-main-grid,.audit-main-grid,.monitoring-grid,.remote-layout,.server-grid,.management-layout,.groups-layout,.detail-layout,.split-layout,.playlist-edit-layout,.playlist-edit-grid,.playlist-content-layout,.playlist-review-grid){grid-template-columns:minmax(0,1fr)!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell :is(.card,.panel,.table-card,.form-card,.figma-card,.playlist-create-card,.playlist-edit-card,.campaign-card,.user-table-card,.company-table-card,.audit-table-card,.groups-library,.management-card-surface){max-width:100%!important;min-width:0!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.table-wrapper,.table-wrap,.screen-table-scroll,.playlist-table-wrap,.content-table-scroll,.asset-table-scroll,.report-table-scroll,.campaign-timeline-shell){max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch}}@media(max-width:1180px){.admin-shell.pro-light-shell .screen-detail-meta,.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics span:nth-child(2n){border-right:0}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){padding:18px;border-radius:18px}.admin-shell.pro-light-shell .players-page .screen-page-heading,.admin-shell.pro-light-shell .player-detail-page .detail-hero{align-items:stretch;flex-direction:column}.admin-shell.pro-light-shell .players-page .header-actions,.admin-shell.pro-light-shell .player-detail-page .actions{justify-content:flex-start}.admin-shell.pro-light-shell .screen-detail-meta,.admin-shell.pro-light-shell.v3-shell .player-detail-page .screen-health-grid,.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics,.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-score-body,.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-card-row,.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-settings-card .health-card-row{grid-template-columns:1fr}.admin-shell.pro-light-shell.v3-shell .player-detail-page .display-setting-metrics span{padding-right:0;border-right:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .health-action-row{grid-template-columns:48px minmax(0,1fr) 34px}}@media(max-width:1180px){.admin-shell.pro-light-shell .sidebar{width:232px}.admin-shell.pro-light-shell .main-area.app{width:calc(100% - 232px);margin-left:232px}.admin-shell.pro-light-shell .grid.cols-4,.admin-shell.pro-light-shell .grid.cols-5,.admin-shell.pro-light-shell .figma-stat-grid,.admin-shell.pro-light-shell .v3-kpi-grid,.admin-shell.pro-light-shell .kpi-grid,.admin-shell.pro-light-shell .kpi-strip,.admin-shell.pro-light-shell .key-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell .dashboard-main-grid,.admin-shell.pro-light-shell .dashboard-secondary-grid,.admin-shell.pro-light-shell .workflow-dashboard-grid,.admin-shell.pro-light-shell .split,.admin-shell.pro-light-shell .split-2-1,.admin-shell.pro-light-shell .split-3-1,.admin-shell.pro-light-shell .figma-two-column,.admin-shell.pro-light-shell .figma-three-column,.admin-shell.pro-light-shell .v3-command-grid,.admin-shell.pro-light-shell .figma-player-operational-grid{grid-template-columns:1fr}.admin-shell.pro-light-shell .workflow-map,.admin-shell.pro-light-shell .workflow-launch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell .global-search,.admin-shell.pro-light-shell .topbar-search{width:100%;min-width:0;max-width:none}.admin-shell.pro-light-shell .topbar{height:auto;min-height:0;flex-wrap:wrap;padding:16px 0}.admin-shell.pro-light-shell .top-actions,.admin-shell.pro-light-shell .topbar-right{width:100%;justify-content:flex-start;overflow-x:auto}}@media(max-width:760px){.admin-shell.pro-light-shell .sidebar{transform:translate(-100%)}.admin-shell.pro-light-shell .main-area.app{width:100%;margin-left:0;padding:0 14px 20px}.admin-shell.pro-light-shell .topbar{height:auto;min-height:0;flex-wrap:wrap;padding:16px 0}.admin-shell.pro-light-shell .global-search,.admin-shell.pro-light-shell .topbar-search{width:100%;min-width:0;max-width:none}.admin-shell.pro-light-shell .top-actions,.admin-shell.pro-light-shell .topbar-right{width:100%;justify-content:flex-start;overflow-x:auto}.admin-shell.pro-light-shell .content-area>*>:is(.dashboard-page,.players-page,.playlists-page,.content-page,.management-page,.adoption-page,.schedules-page,.analytics-page,.monitoring-page,.remote-management-page,.console-settings-page,.detail-page,.player-detail-page,.publishing-page,.campaign-page){padding:18px;border-radius:18px}.admin-shell.pro-light-shell .page-header,.admin-shell.pro-light-shell .figma-page-heading,.admin-shell.pro-light-shell .campaign-hero{display:grid}.admin-shell.pro-light-shell .grid.cols-4,.admin-shell.pro-light-shell .grid.cols-5,.admin-shell.pro-light-shell .grid.cols-3,.admin-shell.pro-light-shell .grid.cols-2,.admin-shell.pro-light-shell .figma-stat-grid,.admin-shell.pro-light-shell .v3-kpi-grid,.admin-shell.pro-light-shell .kpi-grid,.admin-shell.pro-light-shell .form-grid,.admin-shell.pro-light-shell .wizard-grid,.admin-shell.pro-light-shell .two-col-form,.admin-shell.pro-light-shell .option-grid,.admin-shell.pro-light-shell .shortcut-options,.admin-shell.pro-light-shell .figma-playlist-facts,.admin-shell.pro-light-shell .screen-card-facts,.admin-shell.pro-light-shell .workflow-map,.admin-shell.pro-light-shell .workflow-launch-grid{grid-template-columns:1fr}.admin-shell.pro-light-shell table{min-width:760px}.admin-shell.pro-light-shell .table-card{overflow-x:auto}}@media(max-width:1180px){.admin-shell.pro-light-shell:has(.players-page) .topbar,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar{position:relative;height:76px;min-height:76px;flex-wrap:nowrap;padding:0}.admin-shell.pro-light-shell:has(.players-page) .global-search,.admin-shell.pro-light-shell:has(.player-detail-page) .global-search,.admin-shell.pro-light-shell:has(.players-page) .topbar-search,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar-search{flex:0 1 calc(100% - 150px);width:auto;min-width:0;max-width:calc(100% - 150px);height:46px;min-height:46px;max-height:46px}.admin-shell.pro-light-shell:has(.players-page) .topbar-right,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar-right,.admin-shell.pro-light-shell:has(.players-page) .top-actions,.admin-shell.pro-light-shell:has(.player-detail-page) .top-actions{position:absolute;top:16px;right:0;flex:0 0 auto;width:auto;justify-content:flex-end;overflow:visible}.admin-shell.pro-light-shell:has(.players-page) .company-select,.admin-shell.pro-light-shell:has(.player-detail-page) .company-select,.admin-shell.pro-light-shell:has(.players-page) .console-mode-toggle,.admin-shell.pro-light-shell:has(.player-detail-page) .console-mode-toggle{display:none}.admin-shell.pro-light-shell:has(.players-page) .topbar-user-chip,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar-user-chip{min-width:46px;padding:0 8px}.admin-shell.pro-light-shell:has(.players-page) .topbar-user-chip strong,.admin-shell.pro-light-shell:has(.players-page) .topbar-user-chip span,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar-user-chip strong,.admin-shell.pro-light-shell:has(.player-detail-page) .topbar-user-chip span{display:none}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){padding:24px}.admin-shell.pro-light-shell .players-page .screen-fleet-table .table-toolbar,.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-fleet-table .table-toolbar{grid-template-columns:1fr 1fr;gap:12px}.admin-shell.pro-light-shell .players-page .table-toolbar .ghost-btn{justify-self:start;width:auto}.admin-shell.pro-light-shell .players-page .screen-table-footer,.admin-shell.pro-light-shell .logs-footer,.admin-shell.pro-light-shell .player-detail-page .detail-hero{align-items:flex-start;flex-direction:column}.admin-shell.pro-light-shell .player-detail-page .detail-tabbar{gap:28px;margin-right:-24px;margin-left:-24px;padding-right:24px;padding-left:24px}.admin-shell.pro-light-shell .network-wide-row,.admin-shell.pro-light-shell .sync-endpoint-card,.admin-shell.pro-light-shell .network-interface-strip{grid-template-columns:1fr}}@media(max-width:760px){.admin-shell.pro-light-shell .players-page .screen-fleet-stats,.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-fleet-stats,.admin-shell.pro-light-shell .diagnostics-grid,.admin-shell.pro-light-shell .network-metric-grid,.admin-shell.pro-light-shell .players-page .screen-fleet-table .table-toolbar,.admin-shell.pro-light-shell.v3-pro-shell .players-page .screen-fleet-table .table-toolbar,.admin-shell.pro-light-shell .mini-metrics.two-col{grid-template-columns:1fr}}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell:has(.players-page),.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page),.admin-shell.pro-light-shell.v3-shell:has(.players-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .main-area.app{background:linear-gradient(180deg,#061b3f 0 76px,#fff 76px,#f8fbff)}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .main-area.app,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .main-area.app{padding:0}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar{padding:0 24px}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar-right,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar-right,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .top-actions,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .top-actions{right:24px}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){padding:24px;border:0;border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .detail-tabbar{margin-right:-24px;margin-left:-24px;padding-right:24px;padding-left:24px}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar{padding:14px 16px}.admin-shell.pro-light-shell.v3-shell:has(.players-page) .topbar-right,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .topbar-right,.admin-shell.pro-light-shell.v3-shell:has(.players-page) .top-actions,.admin-shell.pro-light-shell.v3-shell:has(.player-detail-page) .top-actions{right:16px}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page){padding:18px;border:0;border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .player-detail-page .detail-tabbar{margin-right:-18px;margin-left:-18px;padding-right:18px;padding-left:18px}.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel{border-right:0;border-left:0;border-radius:0}.admin-shell.pro-light-shell.v3-shell .player-detail-page .browser-player-link-card,.admin-shell.pro-light-shell.v3-shell .player-detail-page .player-settings-section{margin-right:0;margin-left:0;grid-template-columns:1fr}.admin-shell.pro-light-shell.v3-shell .player-detail-page .browser-player-link-actions,.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-actions{justify-content:stretch}.admin-shell.pro-light-shell.v3-shell .player-detail-page .browser-player-link-actions :is(a,button),.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-actions button{width:100%}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .player-detail-page .settings-panel{border:1px solid var(--detail-border);border-radius:12px;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell.v3-shell .player-detail-page .logs-download-actions{grid-template-columns:1fr}}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)),.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)) .main-area.app{background:linear-gradient(180deg,#061b3f 0 78px,#fff 78px,#f8fbff)}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)) .main-area.app{padding:0}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)) .topbar{height:78px;min-height:78px;padding:0 32px;color:#fff}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)) .content-area{padding:0}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page){min-height:calc(100vh - 78px);padding:30px 42px 40px;border:0;border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .content-area>*:has(>:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)){max-width:none;margin:0}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)) :is(.global-search,.topbar-search,.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip){border-color:#ffffff2e;background:#ffffff1a;box-shadow:none;color:#fff}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)) :is(.global-search input,.topbar-search input,.company-select strong,.company-select select,.topbar-user-chip strong,.profile,.profile span){color:#fff}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.deploy-page,.support-page,.beta-guide-page,.startup-preview-page,.players-page,.player-detail-page)) :is(.global-search span,.topbar-search span,.global-search input::placeholder,.topbar-search input::placeholder,.company-select span,.topbar-user-chip span){color:#ffffffb8}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.support-page,.players-page,.player-detail-page){display:block;color:var(--dc-text);font-size:14px}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.companies-page,.branches-page,.users-page,.management-page,.player-groups-page,.content-groups-page,.schedules-page,.sync-page,.billing-page,.pricing-page,.remote-management-page,.server-monitoring-page,.updates-page,.support-page,.players-page,.player-detail-page) :is(.page-header,.figma-page-heading,.campaign-hero,.pro-dashboard-header){min-height:0;margin:0 0 24px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page,.players-page) :is(.page-header h1,.page-header h2,.figma-page-heading h2,.campaign-hero h2){font-size:32px;line-height:1.12}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.card,.panel,.figma-card,.table-card,.form-card,.soft-panel,.wizard-section,.flow-workspace,.product-wizard-body,.playlist-workbench,.campaign-records,.campaign-detail,.settings-section,.settings-scope-panel,.light-monitoring-panel,.light-screen-status-list,.light-screen-focus,.monitoring-players-panel,.audit-context-panel,.audit-row,.audit-list){border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 8px 24px #1018280b;color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.stat-card,.figma-stat-card,.kpi-card,.simple-stat-card,.stat-tile){min-height:112px;display:flex;align-items:center;gap:16px;padding:18px;border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 8px 24px #1018280b}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.stat-tile){flex-direction:column;align-items:flex-start;justify-content:center}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.grid,.figma-stat-grid,.v3-kpi-grid,.kpi-grid,.workflow-dashboard-grid){gap:18px}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.table-toolbar,.unified-list-toolbar,.screen-card-toolbar,.playlist-card-toolbar){margin:0 0 18px;padding:16px;border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 8px 24px #1018280b}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.table-card .table-toolbar){margin:0;border-width:0 0 1px;border-radius:0;box-shadow:none}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.adoption-tabs,.workflow-tabs,.detail-tabs,.detail-tabbar,.tabs,.section-nav){gap:34px;margin:0 0 24px;padding:0;border-bottom:1px solid #dce7f5;background:transparent}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.adoption-tabs,.workflow-tabs,.detail-tabs,.detail-tabbar,.tabs,.section-nav) :is(button,a){min-height:48px;padding:0;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;box-shadow:none;color:#475467}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.adoption-tabs,.workflow-tabs,.detail-tabs,.detail-tabbar,.tabs,.section-nav) :is(button.active,a.active){border-color:var(--dc-primary);color:var(--dc-primary)}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(input,select,textarea,.search-field,.playlist-search){min-height:44px;border-color:#d8e4f2;border-radius:12px;background:#fff;color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(button,.btn,.secondary,.primary,.ghost-btn,.figma-secondary-button){min-height:40px;border-radius:12px;font-size:14px;font-weight:780}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.primary,.btn:not(.secondary),.main-cta){border-color:#0b6bff;background:#0b6bff;box-shadow:0 12px 24px #0b6bff2e;color:#fff}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.schedules-page,.sync-page) :is(.secondary,.figma-secondary-button,.ghost-btn){border:1px solid #d8e4f2;background:#fff;box-shadow:none;color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.campaign-page,.publishing-page) :is(.flow-workspace,.playlist-workbench,.campaign-detail){display:grid;gap:18px}.admin-shell.pro-light-shell.v3-shell .dashboard-page .workflow-hero{min-height:0;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .dashboard-page .workflow-map{gap:14px}.admin-shell.pro-light-shell.v3-shell .dashboard-page .workflow-node{min-height:104px;border-color:#dce7f5;border-radius:16px;box-shadow:0 8px 24px #1018280b}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)),.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)) .main-area.app{background:linear-gradient(180deg,#061b3f 0 76px,#fff 76px,#f8fbff)}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)) .topbar{padding:0 24px}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page){padding:24px}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)) .topbar{position:relative;justify-content:flex-start;gap:10px;flex-wrap:nowrap;overflow:hidden;padding:14px 16px}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)) :is(.global-search,.topbar-search){position:absolute;top:14px;right:122px;left:16px;flex:none;width:auto;min-width:0;max-width:none;height:46px;min-height:46px;margin:0;padding:0 12px}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)) :is(.topbar-right,.top-actions){position:absolute;inset:17px 16px auto auto;flex:none;width:96px;max-width:none;margin-left:0;gap:8px;overflow:visible}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)) :is(.company-select,.console-mode-toggle){display:none}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)) :is(.notification-trigger,.topbar-user-chip,.profile){width:44px;min-width:44px;height:44px;min-height:44px;justify-content:center;padding:0}.admin-shell.pro-light-shell.v3-shell:has(:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page)) .topbar-user-chip>div:not(.user-avatar){display:none}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.dashboard-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page,.monitoring-page,.console-settings-page,.adoption-page,.organization-page,.audit-page,.management-page,.players-page,.player-detail-page){padding:18px}.admin-shell.pro-light-shell.v3-shell :is(.content-page,.playlists-page,.publishing-page,.campaign-page,.analytics-page) :is(.adoption-tabs,.workflow-tabs,.detail-tabs,.detail-tabbar,.tabs,.section-nav){gap:24px;margin-right:-18px;margin-left:-18px;padding-right:18px;padding-left:18px}}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page{display:grid;gap:20px;color:var(--dc-text)}.admin-shell.pro-light-shell.v3-shell .content-page .page-header{margin-bottom:6px;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .content-page .page-header h2{margin:0 0 8px;font-size:32px;line-height:1.08;letter-spacing:0}.admin-shell.pro-light-shell.v3-shell .content-page .page-header p{margin:0;color:#667085;font-size:16px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .content-page .figma-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:14px}.admin-shell.pro-light-shell.v3-shell .content-page .figma-toolbar :is(a,button){min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;text-decoration:none;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .content-page .library-panel{display:grid;gap:18px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .content-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.admin-shell.pro-light-shell.v3-shell .content-kpi-card{min-height:118px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:20px 22px;border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 12px 30px #1018280b}.admin-shell.pro-light-shell.v3-shell .content-kpi-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:#e7f0ff;color:#0b6bff;font-size:24px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .content-kpi-card.active .content-kpi-icon{background:#def8e9;color:#16a35c}.admin-shell.pro-light-shell.v3-shell .content-kpi-card.inactive .content-kpi-icon{background:#fff0d9;color:#f97316}.admin-shell.pro-light-shell.v3-shell .content-kpi-card.size .content-kpi-icon{background:#eee4ff;color:#7c3aed}.admin-shell.pro-light-shell.v3-shell .content-kpi-card small{display:block;margin-bottom:4px;color:#101828;font-size:13px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .content-kpi-card strong{display:block;color:#101828;font-size:30px;line-height:1.05;font-weight:900}.admin-shell.pro-light-shell.v3-shell .content-kpi-card p{margin:8px 0 0;color:#667085;font-size:13px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .content-library-toolbar{display:grid;grid-template-columns:minmax(280px,1.6fr) minmax(170px,.6fr) minmax(170px,.6fr) minmax(170px,.6fr) auto;gap:14px;align-items:center}.admin-shell.pro-light-shell.v3-shell .content-library-toolbar :is(input,select,button){width:100%;min-height:50px;border:1px solid #dbe7f5;border-radius:12px;background:#fff;box-shadow:none;color:#101828;font-size:14px;font-weight:720}.admin-shell.pro-light-shell.v3-shell .content-search-control{position:relative;display:block}.admin-shell.pro-light-shell.v3-shell .content-search-control span{position:absolute;top:50%;left:18px;transform:translateY(-50%);color:#667085;font-size:16px;font-weight:800;pointer-events:none}.admin-shell.pro-light-shell.v3-shell .content-search-control input{padding-left:48px}.admin-shell.pro-light-shell.v3-shell .content-filter-button{padding:0 18px;color:#344054}.admin-shell.pro-light-shell.v3-shell :is(.recent-uploads-panel,.content-library-table-card){overflow:hidden;border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 12px 30px #1018280b}.admin-shell.pro-light-shell.v3-shell .recent-uploads-panel{padding:18px}.admin-shell.pro-light-shell.v3-shell .content-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.admin-shell.pro-light-shell.v3-shell .content-panel-heading h3{margin:0;color:#101828;font-size:16px;line-height:1.2}.admin-shell.pro-light-shell.v3-shell .content-panel-heading button{min-height:34px;padding:0 14px;border:1px solid #dbe7f5;border-radius:10px;background:#fff;color:#101828;font-size:13px;font-weight:800}.admin-shell.pro-light-shell.v3-shell .recent-upload-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.admin-shell.pro-light-shell.v3-shell .recent-upload-card{min-width:0;display:grid;gap:8px;padding:0;border:0;background:transparent;box-shadow:none;text-align:left;cursor:pointer}.admin-shell.pro-light-shell.v3-shell .recent-upload-preview{position:relative;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:linear-gradient(135deg,#ffd166,#7c5cff 50%,#36c2ff);color:#fff;font-size:22px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .recent-upload-preview :is(img,video){width:100%;height:100%;object-fit:cover}.admin-shell.pro-light-shell.v3-shell .recent-upload-preview small{position:absolute;right:8px;bottom:8px;padding:3px 7px;border-radius:999px;background:#101828c2;color:#fff;font-size:11px;font-weight:800}.admin-shell.pro-light-shell.v3-shell .recent-upload-card strong{overflow:hidden;color:#101828;font-size:14px;line-height:1.22;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .recent-upload-card p{margin:0;overflow:hidden;color:#667085;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .content-table-scroll{overflow-x:auto}.admin-shell.pro-light-shell.v3-shell .content-library-table{width:100%;min-width:1040px;border-collapse:collapse;color:#101828}.admin-shell.pro-light-shell.v3-shell .content-library-table th,.admin-shell.pro-light-shell.v3-shell .content-library-table td{padding:14px 18px;border-bottom:1px solid #e4edf8;text-align:left;vertical-align:middle}.admin-shell.pro-light-shell.v3-shell .content-library-table th{background:#f8fafd;color:#475467;font-size:12px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .content-library-table td{color:#344054;font-size:14px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .content-library-table tbody tr{cursor:pointer;transition:background .18s ease,box-shadow .18s ease}.admin-shell.pro-light-shell.v3-shell .content-library-table tbody tr:hover{background:#f8fbff}.admin-shell.pro-light-shell.v3-shell .content-library-table tbody tr:last-child td{border-bottom:0}.admin-shell.pro-light-shell.v3-shell .select-col{width:44px;min-width:44px}.admin-shell.pro-light-shell.v3-shell .action-col{width:48px;min-width:48px;text-align:right}.admin-shell.pro-light-shell.v3-shell .content-name-cell{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;min-width:260px}.admin-shell.pro-light-shell.v3-shell .content-row-icon{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#ffd166,#7c5cff 52%,#36c2ff);color:#101828;font-size:13px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .content-row-icon :is(img,video){width:100%;height:100%;object-fit:cover}.admin-shell.pro-light-shell.v3-shell .content-name-cell strong{display:block;overflow:hidden;color:#101828;font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .content-name-cell small{display:block;max-width:340px;overflow:hidden;color:#667085;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .content-tag-list{display:flex;flex-wrap:wrap;gap:6px}.admin-shell.pro-light-shell.v3-shell .content-tag-list span{padding:3px 9px;border-radius:999px;background:#edf3fb;color:#475467;font-size:12px;font-weight:800}.admin-shell.pro-light-shell.v3-shell .muted-dash{color:#98a2b3}.admin-shell.pro-light-shell.v3-shell .content-row-menu{width:34px;min-width:34px;height:34px;min-height:34px;padding:0;border:0;border-radius:10px;background:transparent;box-shadow:none;color:#344054;font-size:22px;line-height:1}.admin-shell.pro-light-shell.v3-shell .content-row-menu:hover{background:#edf4ff}.admin-shell.pro-light-shell.v3-shell .content-table-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border-top:1px solid #e4edf8;color:#344054;font-size:14px;font-weight:700}.admin-shell.pro-light-shell.v3-shell .content-table-footer app-list-controls{min-width:0}.admin-shell.pro-light-shell.v3-shell .content-table-footer .list-controls{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:0;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .content-table-footer .list-summary{display:none}.admin-shell.pro-light-shell.v3-shell .content-table-footer .list-control-actions{display:flex;align-items:center;gap:12px}.admin-shell.pro-light-shell.v3-shell .content-table-footer .list-control-actions label{display:flex;flex-direction:row;align-items:center;gap:8px;color:#475467;font-size:12px}.admin-shell.pro-light-shell.v3-shell .content-table-footer .list-control-actions select{width:auto;min-width:92px;min-height:36px;border-radius:10px}.admin-shell.pro-light-shell.v3-shell .content-table-footer .pager{display:flex;align-items:center;gap:8px}.admin-shell.pro-light-shell.v3-shell .content-table-footer .pager button{min-height:36px;padding:0 12px;border:1px solid #dbe7f5;border-radius:10px;background:#fff;color:#344054}.admin-shell.pro-light-shell.v3-shell .content-table-footer .pager span{color:#475467;font-size:13px;font-weight:800}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell .content-library-toolbar{grid-template-columns:minmax(0,1fr) minmax(145px,.45fr) minmax(145px,.45fr)}.admin-shell.pro-light-shell.v3-shell .content-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell .content-filter-button{grid-column:1 / -1}.admin-shell.pro-light-shell.v3-shell .recent-upload-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .content-page .page-header,.admin-shell.pro-light-shell.v3-shell .content-page .figma-toolbar,.admin-shell.pro-light-shell.v3-shell .content-table-footer{align-items:stretch;flex-direction:column}.admin-shell.pro-light-shell.v3-shell .content-library-toolbar,.admin-shell.pro-light-shell.v3-shell .content-kpi-grid,.admin-shell.pro-light-shell.v3-shell .recent-upload-strip{grid-template-columns:1fr}}.admin-shell.pro-light-shell.v3-shell .content-detail-shell{display:grid;gap:22px;min-width:0;max-width:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .asset-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0;padding:18px 0 24px;border-bottom:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .asset-detail-header .detail-heading-stack{display:grid;gap:14px;min-width:0}.admin-shell.pro-light-shell.v3-shell .asset-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#667085;font-size:14px;font-weight:750}.admin-shell.pro-light-shell.v3-shell .asset-breadcrumbs button{min-height:0;padding:0;border:0;background:transparent;box-shadow:none;color:#0b6bff;font:inherit}.admin-shell.pro-light-shell.v3-shell .asset-detail-actions,.admin-shell.pro-light-shell.v3-shell .asset-title-status{display:flex;align-items:center;gap:14px}.admin-shell.pro-light-shell.v3-shell .asset-detail-header .title-row{display:flex;align-items:flex-start;gap:16px;min-width:0}.admin-shell.pro-light-shell.v3-shell .asset-detail-header .screen-icon.content-kind-icon{width:50px;height:50px;min-width:50px;border-radius:16px;color:#0b6bff;background:#eef4ff;font-size:20px}.admin-shell.pro-light-shell.v3-shell .asset-title-copy{display:grid;gap:8px;min-width:0;flex:1 1 auto;overflow:hidden}.admin-shell.pro-light-shell.v3-shell .asset-title-status{min-width:0}.admin-shell.pro-light-shell.v3-shell .asset-title-copy h1{flex:1 1 auto;min-width:0;max-width:100%;margin:0;overflow:hidden;color:#101828;font-size:28px;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .asset-title-copy>strong{flex:0 0 auto;color:#101828;font-size:14px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .asset-status-dot{width:12px;height:12px;min-width:12px;border-radius:50%;background:#98a2b3}.admin-shell.pro-light-shell.v3-shell .asset-status-dot.active{background:#16a34a}.admin-shell.pro-light-shell.v3-shell .asset-status-dot.scheduled,.admin-shell.pro-light-shell.v3-shell .asset-status-dot.draft{background:#f59e0b}.admin-shell.pro-light-shell.v3-shell .asset-status-dot.expired,.admin-shell.pro-light-shell.v3-shell .asset-status-dot.inactive{background:#ef4444}.admin-shell.pro-light-shell.v3-shell .asset-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.admin-shell.pro-light-shell.v3-shell .asset-meta-row span{min-height:26px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:#f2f5fa;color:#344054;font-size:13px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .content-detail-tabs.detail-tabbar{display:flex;align-items:center;gap:46px;min-width:0;margin:0 -42px 28px;padding:0 42px;border:0;border-bottom:1px solid #e6ebf2;border-radius:0;background:#fff;box-shadow:none;overflow-x:auto}.admin-shell.pro-light-shell.v3-shell .content-detail-tabs.detail-tabbar button{min-height:58px;padding:0;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;box-shadow:none;color:#475467;font-size:14px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .content-detail-tabs.detail-tabbar button:hover{color:#0b6bff;background:transparent}.admin-shell.pro-light-shell.v3-shell .content-detail-tabs.detail-tabbar button.active{border-color:#0b6bff;color:#0b6bff;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .content-detail-tab-panel{margin:0;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell :is(.asset-overview-grid,.asset-settings-grid,.asset-usage-grid,.asset-activity-grid){display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:20px;align-items:start;min-width:0;max-width:100%}.admin-shell.pro-light-shell.v3-shell .asset-main-stack,.admin-shell.pro-light-shell.v3-shell .asset-side-stack{display:grid;gap:16px;min-width:0}.admin-shell.pro-light-shell.v3-shell .asset-panel{min-width:0;padding:20px;border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 12px 30px #1018280b}.admin-shell.pro-light-shell.v3-shell .asset-panel h4{margin:0 0 14px;color:#101828;font-size:16px;line-height:1.2}.admin-shell.pro-light-shell.v3-shell .asset-panel p{margin:0;color:#475467;font-size:14px;font-weight:650;line-height:1.55}.admin-shell.pro-light-shell.v3-shell .asset-preview-panel{padding:18px}.admin-shell.pro-light-shell.v3-shell .asset-preview-frame{position:relative;overflow:hidden;border-radius:12px;background:#f2f5fa;aspect-ratio:16 / 9}.admin-shell.pro-light-shell.v3-shell .asset-preview-frame.compact{border-radius:10px}.admin-shell.pro-light-shell.v3-shell .asset-preview-frame :is(img,video){width:100%;height:100%;object-fit:cover}.admin-shell.pro-light-shell.v3-shell .asset-preview-frame .source-preview{height:100%;display:grid;place-items:center;align-content:center;gap:10px;padding:28px;background:linear-gradient(135deg,#eef5ff,#fff);color:#101828;text-align:center}.admin-shell.pro-light-shell.v3-shell .asset-preview-frame .source-preview div{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:#e7f0ff;color:#0b6bff;font-weight:900}.admin-shell.pro-light-shell.v3-shell .asset-preview-frame .source-preview strong{color:#101828;font-size:22px}.admin-shell.pro-light-shell.v3-shell .asset-preview-frame .source-preview span{max-width:100%;overflow:hidden;color:#667085;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .asset-preview-small{display:grid;gap:10px}.admin-shell.pro-light-shell.v3-shell .asset-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-shell.pro-light-shell.v3-shell .asset-mini-list{display:grid;gap:14px}.admin-shell.pro-light-shell.v3-shell .asset-mini-list div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;color:#344054;font-weight:800}.admin-shell.pro-light-shell.v3-shell .asset-mini-list span{color:#475467}.admin-shell.pro-light-shell.v3-shell .asset-tags{display:flex;flex-wrap:wrap;gap:8px}.admin-shell.pro-light-shell.v3-shell .asset-tags span{min-height:34px;display:inline-flex;align-items:center;padding:0 14px;border-radius:10px;background:#eef2f7;color:#344054;font-size:13px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .asset-details-card dl{display:grid;gap:14px;margin:0}.admin-shell.pro-light-shell.v3-shell .asset-details-card dl div{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,auto);gap:16px;align-items:baseline}.admin-shell.pro-light-shell.v3-shell .asset-details-card dt{color:#475467;font-size:13px;font-weight:750}.admin-shell.pro-light-shell.v3-shell .asset-details-card dd{margin:0;color:#101828;font-size:13px;font-weight:850;text-align:right}.admin-shell.pro-light-shell.v3-shell .asset-actions-card{display:grid;gap:0}.admin-shell.pro-light-shell.v3-shell .asset-actions-card :is(a,button){min-height:46px;display:flex;align-items:center;justify-content:space-between;padding:0;border:0;border-bottom:1px solid #e4edf8;border-radius:0;background:transparent;box-shadow:none;color:#101828;font-size:14px;font-weight:850;text-align:left;text-decoration:none}.admin-shell.pro-light-shell.v3-shell .asset-actions-card :is(a,button):after{content:">";color:#98a2b3}.admin-shell.pro-light-shell.v3-shell .asset-actions-card :is(a,button):last-child{border-bottom:0}.admin-shell.pro-light-shell.v3-shell .asset-actions-card .danger{color:#ef4444}.admin-shell.pro-light-shell.v3-shell .asset-settings-panel{padding:24px}.admin-shell.pro-light-shell.v3-shell .asset-settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 28px}.admin-shell.pro-light-shell.v3-shell .asset-settings-form label,.admin-shell.pro-light-shell.v3-shell .asset-orientation-control{display:grid;gap:9px;color:#101828;font-size:13px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .asset-settings-form .wide,.admin-shell.pro-light-shell.v3-shell .asset-orientation-control.wide{grid-column:1 / -1}.admin-shell.pro-light-shell.v3-shell .asset-settings-form :is(input,select,textarea){width:100%;min-height:48px;border:1px solid #d8e4f2;border-radius:12px;background:#fff;color:#101828;font:inherit;font-weight:750}.admin-shell.pro-light-shell.v3-shell .asset-settings-form textarea{min-height:92px;padding-top:12px;resize:vertical}.admin-shell.pro-light-shell.v3-shell .asset-orientation-control>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-shell.pro-light-shell.v3-shell .asset-orientation-control button{min-height:48px;border:1px solid #d8e4f2;border-radius:12px;background:#fff;color:#344054;box-shadow:none;font-size:14px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .asset-orientation-control button.active{border-color:#0b6bff;background:#0b6bff;color:#fff}.admin-shell.pro-light-shell.v3-shell .asset-settings-form .checkbox-row{display:flex;flex-direction:row;align-items:center}.admin-shell.pro-light-shell.v3-shell .asset-settings-form .checkbox-row input{width:22px;min-width:22px;height:22px;min-height:22px}.admin-shell.pro-light-shell.v3-shell .asset-usage-section{padding:0;overflow:hidden}.admin-shell.pro-light-shell.v3-shell .asset-usage-section header,.admin-shell.pro-light-shell.v3-shell .asset-log-panel header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .asset-usage-section h4,.admin-shell.pro-light-shell.v3-shell .asset-log-panel h4{margin:0}.admin-shell.pro-light-shell.v3-shell .asset-usage-section header a{color:#0b6bff;font-size:13px;font-weight:850;text-decoration:none}.admin-shell.pro-light-shell.v3-shell .asset-usage-section table,.admin-shell.pro-light-shell.v3-shell .asset-log-panel table{width:100%;border-collapse:collapse}.admin-shell.pro-light-shell.v3-shell .asset-usage-section :is(th,td),.admin-shell.pro-light-shell.v3-shell .asset-log-panel :is(th,td){padding:14px 20px;border-bottom:1px solid #e4edf8;color:#344054;font-size:13px;font-weight:750;text-align:left}.admin-shell.pro-light-shell.v3-shell .asset-usage-section th,.admin-shell.pro-light-shell.v3-shell .asset-log-panel th{background:#f8fafd;color:#475467;font-size:12px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .asset-usage-section>p{padding:20px}.admin-shell.pro-light-shell.v3-shell .asset-usage-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-shell.pro-light-shell.v3-shell .asset-usage-summary h4{grid-column:1 / -1}.admin-shell.pro-light-shell.v3-shell .asset-usage-summary div{min-height:82px;display:grid;place-items:center;gap:4px;border-radius:14px;background:#f8fafd}.admin-shell.pro-light-shell.v3-shell .asset-usage-summary strong{color:#101828;font-size:24px}.admin-shell.pro-light-shell.v3-shell .asset-usage-summary span{color:#475467;font-size:12px;font-weight:750}.admin-shell.pro-light-shell.v3-shell .asset-log-panel{padding:0;overflow:hidden}.admin-shell.pro-light-shell.v3-shell .asset-log-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 180px 180px;gap:14px;padding:18px 20px;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .asset-log-toolbar :is(input,select){min-height:44px;border:1px solid #d8e4f2;border-radius:12px;background:#fff;color:#101828;font-size:13px;font-weight:750}.admin-shell.pro-light-shell.v3-shell .log-level{min-height:24px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;font-size:11px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .log-level.info{background:#dcfce7;color:#15803d}.admin-shell.pro-light-shell.v3-shell .log-level.warn{background:#fef3c7;color:#b45309}.admin-shell.pro-light-shell.v3-shell .log-level.debug{background:#dbeafe;color:#1d4ed8}.admin-shell.pro-light-shell.v3-shell .asset-info-note{padding:18px 20px;border-radius:14px;background:#eaf3ff;color:#344054;font-size:14px;font-weight:750;line-height:1.5}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell :is(.asset-overview-grid,.asset-settings-grid,.asset-usage-grid,.asset-activity-grid){grid-template-columns:1fr}.admin-shell.pro-light-shell.v3-shell .asset-log-toolbar{grid-template-columns:1fr}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .asset-detail-header,.admin-shell.pro-light-shell.v3-shell .asset-detail-header .title-row,.admin-shell.pro-light-shell.v3-shell .asset-detail-actions{align-items:stretch;flex-direction:column}.admin-shell.pro-light-shell.v3-shell .asset-title-copy{align-items:flex-start}.admin-shell.pro-light-shell.v3-shell .asset-title-copy h1{white-space:normal}.admin-shell.pro-light-shell.v3-shell .content-detail-tabs.detail-tabbar{gap:20px;overflow-x:auto}.admin-shell.pro-light-shell.v3-shell .asset-two-column,.admin-shell.pro-light-shell.v3-shell .asset-settings-form,.admin-shell.pro-light-shell.v3-shell .asset-orientation-control>div,.admin-shell.pro-light-shell.v3-shell .asset-usage-summary{grid-template-columns:1fr}}.admin-shell.pro-light-shell.v3-shell .content-page .upload-workspace,.admin-shell.pro-light-shell.v3-shell .content-page .upload-workspace .product-wizard-body,.admin-shell.pro-light-shell.v3-shell .content-page .upload-workspace .wizard-section{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .content-page .upload-workspace{display:grid;gap:28px}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps{display:flex;align-items:center;gap:32px;margin:0;padding:8px 0 2px;border:0;background:transparent}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps button{position:relative;min-height:54px;display:inline-flex;align-items:center;gap:12px;padding:0 16px;border:0;border-radius:14px;background:transparent;box-shadow:none;color:#475467;font-size:14px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps button:not(:last-child):after{content:"";position:absolute;left:calc(100% + 8px);width:34px;height:2px;border-radius:999px;background:#dbe7f5}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps button span{width:34px;height:34px;min-width:34px;border-radius:50%;background:#eef4ff;color:#101828;font-weight:900}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps button.active{background:#f7fbff;color:#0b6bff}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps button.active span{background:#0b6bff;color:#fff}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps button.complete span{background:#b7efc8;color:#15803d}.admin-shell.pro-light-shell.v3-shell .upload-select-grid,.admin-shell.pro-light-shell.v3-shell .upload-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.admin-shell.pro-light-shell.v3-shell .upload-dropzone{min-height:400px;display:grid;place-items:center;align-content:center;gap:14px;padding:36px;border:2px dashed #8ab9ff;border-radius:16px;background:#fff;text-align:center;color:#101828;cursor:pointer}.admin-shell.pro-light-shell.v3-shell .upload-dropzone input,.admin-shell.pro-light-shell.v3-shell .add-more-files-button input{display:none}.admin-shell.pro-light-shell.v3-shell .upload-cloud-icon{color:#1d5fa7;font-size:62px;line-height:1}.admin-shell.pro-light-shell.v3-shell .upload-dropzone strong{font-size:22px;line-height:1.2}.admin-shell.pro-light-shell.v3-shell .upload-dropzone small,.admin-shell.pro-light-shell.v3-shell .upload-dropzone p{margin:0;color:#475467;font-size:14px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .upload-dropzone em{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:12px;background:#0b6bff;box-shadow:0 14px 28px #0b6bff2e;color:#fff;font-style:normal;font-weight:850}.admin-shell.pro-light-shell.v3-shell .upload-help-stack,.admin-shell.pro-light-shell.v3-shell .upload-side-stack{display:grid;gap:18px}.admin-shell.pro-light-shell.v3-shell :is(.upload-help-stack article,.selected-files-panel,.upload-files-table-card,.upload-settings-card,.upload-summary-card,.publish-result-card){border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 12px 30px #1018280b}.admin-shell.pro-light-shell.v3-shell .upload-help-stack article,.admin-shell.pro-light-shell.v3-shell .upload-summary-card{padding:22px}.admin-shell.pro-light-shell.v3-shell :is(.upload-help-stack,.upload-side-stack) h3,.admin-shell.pro-light-shell.v3-shell .selected-files-panel h3,.admin-shell.pro-light-shell.v3-shell .upload-settings-card h3,.admin-shell.pro-light-shell.v3-shell .upload-files-table-card h3,.admin-shell.pro-light-shell.v3-shell .publish-result-card h3{margin:0;color:#101828;font-size:17px;line-height:1.2}.admin-shell.pro-light-shell.v3-shell .upload-help-stack p,.admin-shell.pro-light-shell.v3-shell .upload-settings-card p,.admin-shell.pro-light-shell.v3-shell .upload-files-table-card p,.admin-shell.pro-light-shell.v3-shell .publish-result-card p{margin:8px 0 0;color:#475467;font-size:14px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .selected-files-panel{min-height:210px;display:grid;gap:16px;margin-top:18px;padding:22px}.admin-shell.pro-light-shell.v3-shell .selected-files-empty{display:grid;place-items:center;align-content:center;gap:8px;min-height:138px;text-align:center;color:#475467}.admin-shell.pro-light-shell.v3-shell .selected-files-empty span{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#eef4ff;color:#667085;font-size:22px}.admin-shell.pro-light-shell.v3-shell .selected-files-list,.admin-shell.pro-light-shell.v3-shell .files-included-card{display:grid;gap:0}.admin-shell.pro-light-shell.v3-shell .selected-files-list article,.admin-shell.pro-light-shell.v3-shell .included-file-row{display:grid;grid-template-columns:54px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .selected-files-list article:last-child,.admin-shell.pro-light-shell.v3-shell .included-file-row:last-child{border-bottom:0}.admin-shell.pro-light-shell.v3-shell .wizard-file-thumb{width:46px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:7px;background:linear-gradient(135deg,#ffd166,#7c5cff 52%,#36c2ff);color:#fff;font-size:10px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .wizard-file-thumb :is(img,video){width:100%;height:100%;object-fit:cover}.admin-shell.pro-light-shell.v3-shell .upload-files-table-card{overflow:hidden}.admin-shell.pro-light-shell.v3-shell .upload-files-table-card>header,.admin-shell.pro-light-shell.v3-shell .upload-settings-card>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .upload-files-table{width:100%;min-width:880px;border-collapse:collapse}.admin-shell.pro-light-shell.v3-shell .upload-files-table th,.admin-shell.pro-light-shell.v3-shell .upload-files-table td{padding:14px 18px;border-bottom:1px solid #e4edf8;text-align:left;color:#344054;font-size:14px;font-weight:700}.admin-shell.pro-light-shell.v3-shell .upload-files-table th{background:#f8fafd;color:#475467;font-size:12px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .upload-file-name-cell{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px}.admin-shell.pro-light-shell.v3-shell .upload-file-name-cell strong,.admin-shell.pro-light-shell.v3-shell .included-file-row strong,.admin-shell.pro-light-shell.v3-shell .selected-files-list strong{overflow:hidden;color:#101828;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .upload-file-name-cell small,.admin-shell.pro-light-shell.v3-shell .included-file-row small,.admin-shell.pro-light-shell.v3-shell .selected-files-list small{display:block;color:#667085;font-size:12px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .upload-files-table-card footer{padding:18px}.admin-shell.pro-light-shell.v3-shell .add-more-files-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px dashed #0b6bff;border-radius:12px;background:#fff;color:#0b6bff;font-weight:850}.admin-shell.pro-light-shell.v3-shell .upload-summary-card{position:relative}.admin-shell.pro-light-shell.v3-shell .upload-summary-card dl{display:grid;gap:18px;margin:20px 0 0}.admin-shell.pro-light-shell.v3-shell .upload-summary-card dl div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.admin-shell.pro-light-shell.v3-shell .upload-summary-card dt{color:#475467;font-weight:650}.admin-shell.pro-light-shell.v3-shell .upload-summary-card dd{margin:0;color:#101828;font-weight:850;text-align:right}.admin-shell.pro-light-shell.v3-shell .upload-settings-card{overflow:hidden}.admin-shell.pro-light-shell.v3-shell .upload-settings-section{display:grid;gap:16px;padding:22px;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .upload-settings-section:last-child{border-bottom:0}.admin-shell.pro-light-shell.v3-shell .upload-settings-section h4{margin:0;color:#101828;font-size:15px;line-height:1.2}.admin-shell.pro-light-shell.v3-shell .upload-target-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.admin-shell.pro-light-shell.v3-shell .upload-target-grid button{min-height:96px;display:grid;align-content:center;gap:6px;padding:14px;border:1px solid #dce7f5;border-radius:14px;background:#fff;box-shadow:none;color:#344054;text-align:left}.admin-shell.pro-light-shell.v3-shell .upload-target-grid button.active{border-color:#0b6bff;background:#eef5ff;color:#0b6bff}.admin-shell.pro-light-shell.v3-shell .upload-target-grid strong{color:inherit;font-size:13px;line-height:1.2}.admin-shell.pro-light-shell.v3-shell .upload-target-grid small{color:#667085;font-size:11px;line-height:1.25}.admin-shell.pro-light-shell.v3-shell .upload-settings-fields,.admin-shell.pro-light-shell.v3-shell .upload-settings-section.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-shell.pro-light-shell.v3-shell .upload-settings-card label{min-width:0}.admin-shell.pro-light-shell.v3-shell .upload-settings-card :is(input,select){width:100%;min-height:48px}.admin-shell.pro-light-shell.v3-shell .upload-checkbox-row{display:flex;flex-direction:row;align-items:center;gap:12px;color:#344054;font-size:14px;font-weight:800}.admin-shell.pro-light-shell.v3-shell .upload-checkbox-row input{width:20px;min-width:20px;height:20px;min-height:20px}.admin-shell.pro-light-shell.v3-shell .orientation-segments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-shell.pro-light-shell.v3-shell .orientation-segments button{min-height:48px;border:1px solid #dce7f5;border-radius:12px;background:#fff;box-shadow:none;color:#344054}.admin-shell.pro-light-shell.v3-shell .orientation-segments button.active{border-color:#0b6bff;background:#0b6bff;color:#fff}.admin-shell.pro-light-shell.v3-shell .duration-input-group{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.admin-shell.pro-light-shell.v3-shell .duration-input-group input{border-radius:12px 0 0 12px}.admin-shell.pro-light-shell.v3-shell .duration-input-group em{min-height:48px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid #d8e4f2;border-left:0;border-radius:0 12px 12px 0;background:#fff;color:#101828;font-style:normal;font-weight:800}.admin-shell.pro-light-shell.v3-shell .publish-result-card{min-height:560px;display:grid;place-items:center;align-content:center;gap:18px;padding:36px;text-align:center}.admin-shell.pro-light-shell.v3-shell .publish-icon,.admin-shell.pro-light-shell.v3-shell .publish-success-icon{width:96px;height:96px;display:grid;place-items:center;border-radius:50%;background:#e7f0ff;color:#0b6bff;font-size:48px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .publish-success-icon{background:#20b45b;color:#fff}.admin-shell.pro-light-shell.v3-shell .publish-result-card h3{font-size:28px}.admin-shell.pro-light-shell.v3-shell .publish-result-card .product-review-grid{width:100%;margin-top:12px}.admin-shell.pro-light-shell.v3-shell .product-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-shell.pro-light-shell.v3-shell .product-review-grid article{min-height:104px;display:grid;align-content:center;gap:6px;padding:18px;border:1px solid #dce7f5;border-radius:14px;background:#fff;box-shadow:0 10px 24px #1018280b;color:#101828;text-align:center}.admin-shell.pro-light-shell.v3-shell .product-review-grid article span{color:#667085;font-size:11px;font-weight:900;text-transform:uppercase}.admin-shell.pro-light-shell.v3-shell .product-review-grid article strong{display:block;margin:0;overflow:hidden;color:#101828;font-size:20px;line-height:1.15;text-overflow:ellipsis}.admin-shell.pro-light-shell.v3-shell .product-review-grid article small{overflow:hidden;color:#667085;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .whats-next-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:28px;padding-top:28px;border-top:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .whats-next-grid article{display:grid;justify-items:center;gap:12px;padding:18px 28px;border-right:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .whats-next-grid article:last-child{border-right:0}.admin-shell.pro-light-shell.v3-shell .whats-next-grid span{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:#eef4ff;color:#0b6bff;font-size:22px}.admin-shell.pro-light-shell.v3-shell .whats-next-grid a{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:1px solid #dce7f5;border-radius:12px;background:#fff;color:#0b6bff;font-weight:850;text-decoration:none}.admin-shell.pro-light-shell.v3-shell .file-success-mark{width:22px;height:22px;display:grid;place-items:center;border:1px solid #20b45b;border-radius:50%;color:#20b45b;font-size:12px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-actions{display:flex;justify-content:space-between;gap:12px;margin-top:0;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-actions .primary{margin-left:auto}.admin-shell.pro-light-shell.v3-shell .nested-menu a em{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 7px;border-radius:999px;background:#efe7ff;color:#6941c6;font-size:10px;font-style:normal;font-weight:900}.admin-shell.pro-light-shell.v3-shell .web-workspace .product-wizard-steps button{display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;row-gap:2px;text-align:left}.admin-shell.pro-light-shell.v3-shell .web-workspace .product-wizard-steps button span{grid-row:1 / span 2}.admin-shell.pro-light-shell.v3-shell .web-workspace .product-wizard-steps strong{overflow:hidden;color:inherit;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .web-workspace .product-wizard-steps small{overflow:hidden;color:#667085;font-size:11px;font-weight:750;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .web-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.admin-shell.pro-light-shell.v3-shell .web-side-stack{display:grid;gap:18px}.admin-shell.pro-light-shell.v3-shell :is(.web-panel,.web-note-card){border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 12px 30px #1018280b}.admin-shell.pro-light-shell.v3-shell .web-panel{overflow:hidden}.admin-shell.pro-light-shell.v3-shell .web-panel>header,.admin-shell.pro-light-shell.v3-shell .web-preview-panel>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .web-panel h3,.admin-shell.pro-light-shell.v3-shell .web-note-card h3{margin:0;color:#101828;font-size:17px;line-height:1.2}.admin-shell.pro-light-shell.v3-shell .web-panel p,.admin-shell.pro-light-shell.v3-shell .web-note-card p{margin:8px 0 0;color:#475467;font-size:14px;font-weight:650;line-height:1.45}.admin-shell.pro-light-shell.v3-shell .web-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:22px}.admin-shell.pro-light-shell.v3-shell .web-source-card{min-height:104px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;border:1px solid #dce7f5;border-radius:14px;background:#fff;box-shadow:none;color:#101828;text-align:left}.admin-shell.pro-light-shell.v3-shell .web-source-card.active{border-color:#0b6bff;background:#f2f7ff;box-shadow:0 12px 28px #0b6bff1a}.admin-shell.pro-light-shell.v3-shell .web-source-card strong,.admin-shell.pro-light-shell.v3-shell .web-help-card strong{display:block;color:#101828;font-size:14px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .web-source-card small,.admin-shell.pro-light-shell.v3-shell .web-help-card small{display:block;margin-top:4px;color:#475467;font-size:13px;font-weight:650;line-height:1.35}.admin-shell.pro-light-shell.v3-shell .web-source-card em{color:#0b6bff;font-style:normal;font-size:18px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .web-source-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#eef4ff;color:#0b6bff;font-size:18px;font-weight:900}.admin-shell.pro-light-shell.v3-shell :is(.web-source-icon.tone-orange,.web-source-card.tone-orange .web-source-icon){background:#fff3e1;color:#f97316}.admin-shell.pro-light-shell.v3-shell :is(.web-source-icon.tone-purple,.web-source-card.tone-purple .web-source-icon){background:#f4ebff;color:#7c3aed}.admin-shell.pro-light-shell.v3-shell :is(.web-source-icon.tone-red,.web-source-card.tone-red .web-source-icon){background:#ffe8e8;color:#ef4444}.admin-shell.pro-light-shell.v3-shell :is(.web-source-icon.tone-green,.web-source-card.tone-green .web-source-icon){background:#e7f8ee;color:#16a34a}.admin-shell.pro-light-shell.v3-shell :is(.web-source-icon.tone-slate,.web-source-card.tone-slate .web-source-icon){background:#eef2f7;color:#475467}.admin-shell.pro-light-shell.v3-shell .web-info-note,.admin-shell.pro-light-shell.v3-shell .web-note-card{display:flex;align-items:flex-start;gap:12px;margin:0 22px 22px;padding:16px 18px;border-radius:12px;background:#eef5ff;color:#0f3770;font-size:14px;font-weight:700;line-height:1.45}.admin-shell.pro-light-shell.v3-shell .web-note-card{margin:0}.admin-shell.pro-light-shell.v3-shell .web-note-card strong,.admin-shell.pro-light-shell.v3-shell .web-info-note strong{color:#0b6bff;font-weight:900}.admin-shell.pro-light-shell.v3-shell .web-help-card{display:grid;gap:12px;padding:22px}.admin-shell.pro-light-shell.v3-shell .web-help-card>div{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;padding:10px;border-radius:12px}.admin-shell.pro-light-shell.v3-shell .web-help-card>div.active{background:#f2f7ff}.admin-shell.pro-light-shell.v3-shell .web-form-panel>header{align-items:flex-start}.admin-shell.pro-light-shell.v3-shell .web-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 26px;padding:22px}.admin-shell.pro-light-shell.v3-shell .web-form-grid .wide,.admin-shell.pro-light-shell.v3-shell .web-form-subtitle,.admin-shell.pro-light-shell.v3-shell .web-preview-table{grid-column:1 / -1}.admin-shell.pro-light-shell.v3-shell .web-form-grid label,.admin-shell.pro-light-shell.v3-shell .web-choice-field{min-width:0;color:#344054;font-size:13px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .web-form-grid :is(input,select,textarea){width:100%;min-height:48px;margin-top:8px}.admin-shell.pro-light-shell.v3-shell .web-form-grid small{display:block;margin-top:7px;color:#52627a;font-size:12px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .web-form-subtitle{margin-top:8px;color:#101828;font-size:15px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .web-choice-field>span{display:block;margin-bottom:8px}.admin-shell.pro-light-shell.v3-shell .web-choice-grid{display:grid;gap:12px}.admin-shell.pro-light-shell.v3-shell .web-choice-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell .web-choice-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell .web-choice-grid button{min-height:54px;display:grid;align-content:center;gap:4px;padding:12px 14px;border:1px solid #dce7f5;border-radius:12px;background:#fff;box-shadow:none;color:#344054;text-align:left;font-weight:850}.admin-shell.pro-light-shell.v3-shell .web-choice-grid button.active{border-color:#0b6bff;background:#0b6bff;color:#fff}.admin-shell.pro-light-shell.v3-shell .web-choice-grid button.active small,.admin-shell.pro-light-shell.v3-shell .web-choice-grid button.active strong{color:#fff}.admin-shell.pro-light-shell.v3-shell .web-checkbox-row{display:flex;align-items:center;gap:12px;min-height:48px}.admin-shell.pro-light-shell.v3-shell .web-checkbox-row input{width:20px;min-width:20px;height:20px;min-height:20px;margin:0}.admin-shell.pro-light-shell.v3-shell .web-toggle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-shell.pro-light-shell.v3-shell .web-preview-table{overflow:hidden;border:1px solid #e4edf8;border-radius:12px}.admin-shell.pro-light-shell.v3-shell .web-preview-table header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#f8fafd}.admin-shell.pro-light-shell.v3-shell .web-preview-table table{width:100%;border-collapse:collapse}.admin-shell.pro-light-shell.v3-shell .web-preview-table th,.admin-shell.pro-light-shell.v3-shell .web-preview-table td{padding:12px 14px;border-top:1px solid #e4edf8;text-align:left;color:#344054;font-size:12px;font-weight:750}.admin-shell.pro-light-shell.v3-shell .web-preview-actions{display:flex;gap:10px}.admin-shell.pro-light-shell.v3-shell .web-preview-actions button,.admin-shell.pro-light-shell.v3-shell .web-preview-table button,.admin-shell.pro-light-shell.v3-shell .whats-next-grid button{min-height:40px;padding:0 16px;border:1px solid #dce7f5;border-radius:10px;background:#fff;box-shadow:none;color:#0b6bff;font-weight:850}.admin-shell.pro-light-shell.v3-shell .web-preview-status-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid #e4edf8;background:#f8fafd}.admin-shell.pro-light-shell.v3-shell .web-preview-status-strip div{display:grid;gap:4px;padding:14px 16px;border-right:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .web-preview-status-strip div:last-child{border-right:0}.admin-shell.pro-light-shell.v3-shell .web-preview-status-strip strong{color:#475467;font-size:12px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .web-preview-status-strip span{color:#15803d;font-size:13px;font-weight:850}.admin-shell.pro-light-shell.v3-shell .web-preview-frame{min-height:430px;margin:22px;overflow:hidden;border:1px solid #dce7f5;border-radius:14px;background:#f8fafd}.admin-shell.pro-light-shell.v3-shell .web-restaurant-preview{min-height:430px;display:grid;grid-template-rows:70px minmax(0,1fr);background:linear-gradient(90deg,#0a0b14e0,#0a0b1440),radial-gradient(circle at 75% 45%,#bd7b2f,transparent 36%),linear-gradient(135deg,#21180f,#0f172a 55%,#3c2b16);color:#fff}.admin-shell.pro-light-shell.v3-shell .web-restaurant-preview nav{display:flex;align-items:center;gap:28px;padding:0 34px;color:#ffffffc7;font-size:12px;text-transform:uppercase}.admin-shell.pro-light-shell.v3-shell .web-restaurant-preview nav strong{margin-right:auto;color:#f6c768;font-size:15px;text-transform:none}.admin-shell.pro-light-shell.v3-shell .web-restaurant-preview section{display:grid;align-content:center;max-width:520px;gap:12px;padding:40px 70px}.admin-shell.pro-light-shell.v3-shell .web-restaurant-preview h4{margin:0;color:#fff;font-size:42px;line-height:1.05}.admin-shell.pro-light-shell.v3-shell .web-restaurant-preview p{margin:0;color:#ffffffd1}.admin-shell.pro-light-shell.v3-shell .web-restaurant-preview button{width:fit-content;min-height:44px;padding:0 22px;border:0;border-radius:8px;background:#d69b2d;color:#fff;font-weight:900}.admin-shell.pro-light-shell.v3-shell .web-feed-preview,.admin-shell.pro-light-shell.v3-shell .web-iframe-preview,.admin-shell.pro-light-shell.v3-shell .youtube-preview-frame{min-height:430px;display:grid;align-content:center;gap:16px;padding:42px;background:linear-gradient(135deg,#eef5ff,#fff);color:#101828}.admin-shell.pro-light-shell.v3-shell .web-feed-preview h4{margin:0 0 10px;color:#101828;font-size:30px}.admin-shell.pro-light-shell.v3-shell .web-feed-preview article{display:grid;gap:4px;padding:16px;border:1px solid #e4edf8;border-radius:12px;background:#fff}.admin-shell.pro-light-shell.v3-shell .youtube-preview-frame,.admin-shell.pro-light-shell.v3-shell .youtube-preview-frame.large{place-items:center;background:radial-gradient(circle at center,#173a7a,#071833 72%);color:#fff;text-align:center}.admin-shell.pro-light-shell.v3-shell .youtube-preview-frame strong{color:#fff;font-size:30px}.admin-shell.pro-light-shell.v3-shell .web-preview-mini{padding:22px}.admin-shell.pro-light-shell.v3-shell .web-preview-mini .youtube-preview-frame{min-height:180px;margin-top:14px;border-radius:12px}.admin-shell.pro-light-shell.v3-shell .web-iframe-preview{place-items:center;text-align:center}.admin-shell.pro-light-shell.v3-shell .web-checks-card{display:grid;gap:10px;padding:22px}.admin-shell.pro-light-shell.v3-shell .web-checks-card p{margin:0;color:#15803d}.admin-shell.pro-light-shell.v3-shell .web-publish-card .whats-next-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1280px){.admin-shell.pro-light-shell.v3-shell .upload-target-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell .product-review-grid,.admin-shell.pro-light-shell.v3-shell .web-publish-card .whats-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell .upload-select-grid,.admin-shell.pro-light-shell.v3-shell .upload-content-grid,.admin-shell.pro-light-shell.v3-shell .web-content-grid{grid-template-columns:1fr}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps{gap:8px;overflow-x:auto;padding-bottom:10px}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-steps button:not(:last-child):after{display:none}.admin-shell.pro-light-shell.v3-shell .upload-target-grid,.admin-shell.pro-light-shell.v3-shell .upload-settings-fields,.admin-shell.pro-light-shell.v3-shell .upload-settings-section.two-column,.admin-shell.pro-light-shell.v3-shell .whats-next-grid,.admin-shell.pro-light-shell.v3-shell .web-source-grid,.admin-shell.pro-light-shell.v3-shell .web-form-grid,.admin-shell.pro-light-shell.v3-shell .web-choice-grid.two,.admin-shell.pro-light-shell.v3-shell .web-choice-grid.three,.admin-shell.pro-light-shell.v3-shell .web-toggle-grid,.admin-shell.pro-light-shell.v3-shell .web-preview-status-strip,.admin-shell.pro-light-shell.v3-shell .product-review-grid{grid-template-columns:1fr}.admin-shell.pro-light-shell.v3-shell .whats-next-grid article{border-right:0;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .whats-next-grid article:last-child{border-bottom:0}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-actions{flex-direction:column}.admin-shell.pro-light-shell.v3-shell .upload-workspace .product-wizard-actions .primary{margin-left:0}}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page{display:grid;gap:18px;width:100%;min-width:0;padding:30px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :where(*,*:before,*:after){box-sizing:border-box}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-notice,.campaign-loading){position:static;width:auto;max-height:none;border-radius:14px;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-page-header,.campaign-editor-header.page-header){min-height:150px;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .screen-page-title{max-width:720px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .screen-page-title h2{margin:0 0 8px;color:var(--dc-text);font-size:32px;line-height:1.1;letter-spacing:0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .screen-page-title p{margin:0;color:var(--dc-muted);font-size:16px;line-height:1.5;font-weight:600}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.header-actions,.detail-top-actions,.action-group){display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.dc-primary-button,.dc-ghost-button,.danger-button,.wide-link,.add-more-button){min-height:38px;border-radius:11px;font-size:13px;font-weight:760}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .dc-primary-button{border-color:transparent;color:#fff;background:var(--dc-primary);box-shadow:0 12px 24px #0b6bff38}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.dc-ghost-button,.wide-link,.add-more-button){border-color:var(--dc-border);color:var(--dc-primary);background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin:0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-card{min-height:94px;display:flex;align-items:center;gap:14px;border:1px solid var(--dc-border);border-radius:18px;padding:15px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-card .kpi-icon{width:50px;height:50px;min-width:50px;border-radius:16px;background:var(--dc-soft);color:var(--dc-primary);font-size:21px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-card:is(.mint,.green) .kpi-icon{background:#e8f8ef;color:var(--dc-success)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-card:is(.purple,.violet,.indigo) .kpi-icon{background:#f1edff;color:var(--dc-purple)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-card :is(small,em){display:block;color:var(--dc-muted);font-size:12px;font-style:normal;font-weight:650;line-height:1.35}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-card strong{display:block;margin:3px 0;overflow:hidden;color:var(--dc-text);font-size:24px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-card em span{color:var(--dc-success);font-weight:800}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0;padding:13px 14px;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-filter-bar .search-field{flex:1 1 280px;min-width:min(340px,100%)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-filter-bar :is(select,.dc-ghost-button),.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-date-controls .dc-ghost-button{min-height:38px;border-radius:11px;font-size:13px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-filter-bar select{flex:0 1 160px;min-width:150px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-date-controls{display:inline-flex;gap:6px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-date-controls .range-button{min-width:190px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-timeline-shell{overflow-x:auto;border:1px solid var(--dc-border);border-radius:18px;padding:0;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-table{width:100%;min-width:1240px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row-grid{display:grid;grid-template-columns:290px 116px 180px minmax(620px,1fr);text-align:left}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row-grid>*{min-width:0;text-align:left}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-header{border-bottom:1px solid var(--dc-border);color:var(--dc-muted);background:#f8fbff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row{width:100%;display:grid;align-items:stretch;background:#fff;text-align:left}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0;padding:8px;border:1px solid var(--dc-border);border-radius:18px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button{min-height:76px;display:grid;grid-template-columns:36px minmax(0,1fr);gap:4px 12px;align-content:center;align-items:center;border:1px solid transparent;border-radius:14px;padding:12px 14px;color:#334155;background:transparent;box-shadow:none;text-align:left}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button:before{display:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button>span{grid-row:span 2;width:32px;height:32px;border-radius:999px;color:var(--dc-primary);background:#eef4ff;font-weight:850}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button:is(.active,.complete){border-color:#bfdbfe;color:var(--dc-primary);background:#eff6ff;box-shadow:0 12px 28px #2563eb1a}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button:is(.active,.complete)>span{color:#fff;background:var(--dc-primary)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper :is(strong,small){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-workspace-grid,.campaign-detail-grid){display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:18px;align-items:start}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.detail-main-stack,.campaign-side-stack,.detail-side-stack){display:grid;gap:18px;min-width:0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card{min-width:0;border:1px solid var(--dc-border);border-radius:18px;padding:18px;background:#fff;box-shadow:var(--dc-shadow-soft)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card.form-card{display:grid;gap:18px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card.form-card>.card-header-row{margin:-18px -18px 0;padding:16px 18px;border-bottom:1px solid var(--dc-border);border-radius:18px 18px 0 0;background:#f8fbff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card :is(h2,h3){margin:0;color:var(--dc-text);letter-spacing:0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card h2{font-size:20px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card h3{font-size:16px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card p{margin:6px 0 0;color:var(--dc-muted);font-weight:600;line-height:1.45}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(input,select,textarea){min-height:42px;border-color:var(--dc-border);border-radius:12px;color:var(--dc-text);background:#fff;font-size:13px;font-weight:700}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(input,select,textarea):focus,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .search-field:focus-within{border-color:#93c5fd;box-shadow:0 0 0 4px #0b6bff1f}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.mode-choice-grid button,.content-selection-grid>section,.target-selection-grid>section,.settings-subgrid>article,.selected-card,.activity-table,.schedule-preview-board,.review-stat-grid article,.proof-kpi-grid article,.line-chart-card){border-color:var(--dc-border);border-radius:16px;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .mode-choice-grid button.active{border-color:#bfdbfe;background:#eff6ff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .info-callout{border-color:#bfdbfe;border-radius:14px;color:#164083;background:#eff6ff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .schedule-preview-board:is(.one-time,.daily) .schedule-preview-toolbar>span{display:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .schedule-window-preview{min-height:260px;background:#fbfdff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .weekday-row button{border-color:var(--dc-border);border-radius:11px;color:#344054;background:#fff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .weekday-row button.active,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .schedule-preview-toolbar .active{border-color:var(--dc-primary);color:#fff;background:var(--dc-primary)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-action-bar{grid-column:1/-1;display:flex;justify-content:space-between;gap:12px;margin-top:4px;padding:0;background:transparent}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-editor-header.detail-hero{min-height:auto;align-items:flex-start;margin:0;padding:18px 0 28px;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-editor-header.detail-hero .breadcrumb-button{width:auto;min-width:0;min-height:0;display:inline-flex;justify-content:flex-start;align-self:flex-start;border:0;border-radius:0;padding:0;color:var(--dc-primary)!important;background:transparent!important;box-shadow:none!important;font-size:14px;font-weight:850;-webkit-user-select:none;user-select:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-detail-tabs{-webkit-user-select:none!important;user-select:none!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-detail-tabs button{background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-detail-tabs button.active{color:var(--dc-primary)!important;background:transparent!important;box-shadow:inset 0 -3px 0 var(--dc-primary)!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-editor-header.detail-hero .title-row{min-width:0;align-items:flex-start}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-editor-header.detail-hero .screen-icon{width:50px;height:50px;min-width:50px;border-radius:16px;font-size:22px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-editor-header.detail-hero h1{margin:0 0 6px;overflow-wrap:anywhere;color:var(--dc-text);font-size:28px;line-height:1.12}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-editor-header.detail-hero p{margin:0;color:var(--dc-muted);font-size:14px;font-weight:600}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-detail-tabs{display:flex;flex-wrap:wrap;gap:46px;margin:0 -42px 28px;padding:0 42px;border:0;border-bottom:1px solid #e6ebf2;border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-detail-tabs button{min-height:58px;border:0;border-bottom:3px solid transparent;border-radius:0;padding:0;color:#475467;background:transparent;box-shadow:none;font-size:14px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-detail-tabs button:hover{color:var(--dc-primary);background:transparent}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-detail-tabs button.active{border-color:var(--dc-primary);color:var(--dc-primary);background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-detail-tabs .tab-icon{display:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .detail-card-grid{gap:18px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.summary-card dl,.detail-card-grid dl,.campaign-card dl){gap:12px;margin:10px 0 0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.summary-card dl div,.detail-card-grid dl div,.campaign-card dl div){grid-template-columns:minmax(110px,.55fr) minmax(0,1fr)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .activity-table>*{border-bottom-color:var(--dc-border)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .activity-table>span:nth-child(-n+5){color:var(--dc-muted);background:#f8fbff;letter-spacing:0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.danger-card,.conflict-card.warning){border-color:#fecaca;background:#fff7f7}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .danger-button{border-color:#fecaca;color:#dc2626;background:#fff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-view-toggle{display:inline-flex;gap:4px;padding:4px;border:1px solid var(--dc-line);border-radius:10px;background:#fff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-view-toggle button{border:0;border-radius:8px;padding:9px 14px;background:transparent;color:var(--dc-muted);font:inherit;font-size:13px;font-weight:900}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-view-toggle button.active{color:#fff;background:#1463ff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-schedule-cell u{display:block;margin-top:3px;color:#1463ff;font-size:12px;font-weight:900;text-decoration:none}.admin-shell.pro-light-shell.v3-shell .content-area>*>.campaign-page.players-page{padding:20px 30px 32px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page{gap:14px;font-size:13px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-page-header,.campaign-editor-header.page-header){min-height:0;margin:0 0 4px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .screen-page-title h2{font-size:28px;line-height:1.08}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .screen-page-title p{font-size:14px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper{gap:6px;padding:6px;border-radius:16px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button{min-height:54px;grid-template-columns:28px minmax(0,1fr);gap:2px 9px;border-radius:12px;padding:7px 10px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button:disabled{opacity:.55;cursor:not-allowed}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button>span{width:26px;height:26px;font-size:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper strong{font-size:13px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper small{font-size:11px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-workspace-grid,.campaign-detail-grid){grid-template-columns:minmax(0,1fr) minmax(268px,300px);gap:14px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card{border-radius:15px;padding:14px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card.form-card{gap:14px;padding:16px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card.form-card>.card-header-row{margin:-16px -16px 0;padding:13px 16px;border-radius:15px 15px 0 0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card h2{font-size:18px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-card h3{font-size:15px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(input,select,textarea){min-height:38px;border-radius:10px;padding:9px 11px;font-size:13px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-form-grid,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .schedule-form-grid{gap:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-form-grid label,.schedule-form-grid label,.settings-subgrid label){gap:6px;font-size:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .mode-choice-grid,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .content-selection-grid,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .target-selection-grid,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .proof-grid,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .settings-subgrid{gap:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .content-selection-grid,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .target-selection-grid{align-items:start;grid-template-columns:minmax(0,1fr) minmax(310px,.95fr)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .content-selection-grid.detail-selection-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.82fr)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .mode-choice-grid button{min-height:68px;display:grid;grid-template-columns:18px minmax(100px,.48fr) minmax(0,1fr);align-items:center;gap:10px;border-radius:12px;padding:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .mode-choice-grid.compact button{grid-template-columns:minmax(0,1fr)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .mode-choice-grid.content-mode-switch{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .mode-choice-grid button strong{font-size:14px;line-height:1.12;white-space:normal}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .mode-choice-grid button small{margin:0;font-size:12px;line-height:1.3}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .list-toolbar{gap:8px;margin-bottom:10px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .search-field{min-height:38px;border-radius:10px;padding:0 11px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .muted-control{min-height:38px;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.content-selection-grid>section,.target-selection-grid>section){max-height:min(470px,calc(100vh - 390px));overflow:auto;border-radius:13px;padding:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .playlist-row{display:grid;grid-template-columns:auto 40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 2px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .playlist-row>span,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .selected-card>div{min-width:0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.playlist-row,.selected-card) :is(strong,small){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .thumb{width:38px;height:30px;border-radius:7px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .selected-card{display:grid;grid-template-columns:16px 38px minmax(0,1fr) 30px 30px 30px;align-items:center;gap:8px;border-radius:11px;margin-bottom:8px;padding:10px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .selected-card.playlist-selected-card{grid-template-columns:16px 38px minmax(0,1fr) 30px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .selected-card.media-selected-card{grid-template-columns:16px minmax(0,1fr) 58px 30px 30px 30px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .selected-card.target-selected-card{grid-template-columns:16px minmax(0,1fr) auto 30px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .selected-card input{width:58px;padding:6px 8px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .selected-card button{width:30px;height:30px;border-radius:8px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .target-tree label{gap:8px;padding:7px 6px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .weekday-row{gap:6px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .weekday-row button{min-height:38px;padding:8px 12px;font-size:13px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .schedule-preview-toolbar{padding:9px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .preview-grid{min-height:180px;padding:18px 14px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .preview-time{margin-right:7%;font-size:11px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .preview-bar{min-height:34px;padding:6px 10px;overflow:hidden;font-size:12px;line-height:1.15}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .preview-bar.active{top:54px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .preview-bar.scheduled{top:96px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .preview-bar.draft{top:138px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .preview-conflict{top:68px;width:128px;min-height:86px;font-size:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .schedule-window-preview{min-height:150px;padding:18px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .schedule-window-preview article{padding:16px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .schedule-window-preview strong{font-size:18px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .review-hero{min-height:150px;display:grid;grid-template-columns:64px minmax(150px,.42fr) minmax(0,1fr);align-items:center;justify-items:start;gap:18px;padding:20px 24px;text-align:left}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .review-hero span{width:64px;height:64px;font-size:32px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .review-hero h2{max-width:190px;line-height:1.1}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .review-hero p{margin:0;font-size:14px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .review-stat-grid{gap:10px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .review-stat-grid article{grid-template-columns:38px minmax(0,1fr);gap:3px 10px;padding:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .review-stat-grid article:before{width:38px;height:38px;border-radius:12px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .review-stat-grid strong{font-size:17px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.summary-card dl div,.detail-card-grid dl div,.campaign-card dl div){grid-template-columns:92px minmax(0,1fr);gap:8px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.summary-card dt,.detail-card-grid dt,.campaign-card dt){font-size:13px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.summary-card dd,.detail-card-grid dd,.campaign-card dd){font-size:13px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .tips-card ul{padding-left:16px;font-size:13px;line-height:1.35}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-action-bar .dc-primary-button{min-width:190px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row-grid{grid-template-columns:minmax(320px,1fr) 102px minmax(178px,.6fr) minmax(620px,3fr)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-header>span,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-days>div{padding:13px 14px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row>span{justify-content:flex-start;padding:12px 14px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row>.timeline-schedule-cell{display:block}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row>.timeline-track-area{display:block}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-campaign-cell{display:flex;gap:10px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-campaign-cell>span,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-schedule-cell,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-days,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-days>div{min-width:0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.timeline-campaign-cell strong,.timeline-campaign-cell small,.timeline-schedule-cell strong,.timeline-schedule-cell small,.timeline-schedule-cell u){max-width:100%;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-days small{line-height:1.2}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-track-area{min-width:0}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-bar{overflow:hidden}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-bar>strong{max-width:100%;min-width:0;padding:0 8px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .now-line{overflow:visible}@media(max-width:1480px){.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-workspace-grid,.campaign-detail-grid){grid-template-columns:1fr}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-side-stack,.detail-side-stack){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page{padding:20px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-kpi-grid,.campaign-stepper,.campaign-form-grid.two,.schedule-form-grid,.content-selection-grid,.target-selection-grid,.settings-subgrid,.detail-card-grid,.review-stat-grid,.proof-kpi-grid,.campaign-side-stack,.detail-side-stack){grid-template-columns:1fr}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-action-bar,.campaign-action-bar .action-group){align-items:stretch;flex-direction:column}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.campaign-action-bar .dc-primary-button,.campaign-action-bar .dc-ghost-button){width:100%}}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.playlists-page,.content-page,.campaign-page.players-page){min-height:calc(100vh - 92px);padding:30px 36px 18px;border-color:#cfe0ffeb;border-radius:14px;background:#fffffff5;box-shadow:none;color:#101828}.admin-shell.pro-light-shell.v3-shell :is(.players-page,.playlists-page,.content-page,.campaign-page.players-page){width:100%;min-width:0;display:grid;gap:22px;font-size:14px}.admin-shell.pro-light-shell.v3-shell :is(.players-page,.playlists-page,.content-page,.campaign-page.players-page) :where(*,*:before,*:after){box-sizing:border-box}.admin-shell.pro-light-shell.v3-shell :is(.screen-page-heading,.figma-page-heading.page-header,.campaign-page-header,.campaign-editor-header.page-header){display:flex;align-items:flex-start;justify-content:space-between;gap:20px;min-height:0;margin:0 0 4px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell :is(.screen-page-title,.figma-page-heading.page-header>div:first-child,.campaign-page-header .screen-page-title){max-width:640px;min-width:0}.admin-shell.pro-light-shell.v3-shell :is(.screen-page-title>span,.figma-page-heading.page-header>div:first-child>span:first-child){display:block;margin:0 0 6px;color:#1463ff;font-size:13px;line-height:1.2;font-weight:850;letter-spacing:0;text-transform:none}.admin-shell.pro-light-shell.v3-shell :is(.screen-page-heading h2,.figma-page-heading.page-header h2,.campaign-page-header h2,.campaign-editor-header h1){margin:0 0 8px;color:#0f172a;font-size:32px;line-height:1.1;letter-spacing:0}.admin-shell.pro-light-shell.v3-shell :is(.screen-page-heading p,.figma-page-heading.page-header p,.campaign-page-header p,.campaign-editor-header p){max-width:620px;margin:0;color:#667085;font-size:16px;line-height:1.45;font-weight:650}.admin-shell.pro-light-shell.v3-shell :is(.header-actions,.figma-toolbar,.detail-top-actions,.action-group){display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.admin-shell.pro-light-shell.v3-shell :is(.primary-button,.secondary-button,.ghost-btn,.dc-primary-button,.dc-ghost-button,.figma-toolbar a,.figma-toolbar button){min-height:38px;border-radius:11px;padding:0 16px;font-size:13px;line-height:1;font-weight:780;letter-spacing:0;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell :is(.primary-button,.dc-primary-button,.figma-toolbar .primary-button){border-color:transparent;background:#1463ff;color:#fff;box-shadow:0 12px 24px #1463ff33}.admin-shell.pro-light-shell.v3-shell :is(.secondary-button,.ghost-btn,.dc-ghost-button,.figma-toolbar a:not(.primary-button),.figma-toolbar button:not(.primary-button)){border:1px solid #dbe7f5;background:#fff;color:#101828;box-shadow:none}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-stats,.playlist-kpi-grid,.content-kpi-grid,.campaign-kpi-grid){display:grid;gap:20px;margin:0}.admin-shell.pro-light-shell.v3-shell .screen-fleet-stats,.admin-shell.pro-light-shell.v3-shell .content-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell .playlist-kpi-grid,.admin-shell.pro-light-shell.v3-shell .campaign-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell :is(.stat-card,.playlist-kpi-card,.content-kpi-card,.campaign-kpi-card){min-height:118px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:20px 22px;border:1px solid #dce7f5;border-radius:12px;background:#fff;box-shadow:0 10px 28px #1018280b;text-align:left}.admin-shell.pro-light-shell.v3-shell :is(.stat-icon,.playlist-kpi-icon,.content-kpi-icon,.kpi-icon){width:64px;height:64px;min-width:64px;display:grid;place-items:center;border-radius:50%;background:#e5efff;color:#1468ff;font-size:21px;font-weight:900}.admin-shell.pro-light-shell.v3-shell :is(.stat-icon.green,.playlist-kpi-icon.green,.content-kpi-card.active .content-kpi-icon,.campaign-kpi-card.green .kpi-icon,.campaign-kpi-card.mint .kpi-icon){background:#dff6e8;color:#12a060}.admin-shell.pro-light-shell.v3-shell :is(.stat-icon.orange,.playlist-kpi-icon.orange,.content-kpi-card.inactive .content-kpi-icon){background:#fff0dc;color:#f97316}.admin-shell.pro-light-shell.v3-shell :is(.stat-icon.purple,.playlist-kpi-icon.purple,.content-kpi-card.size .content-kpi-icon,.campaign-kpi-card.purple .kpi-icon,.campaign-kpi-card.violet .kpi-icon){background:#eee7ff;color:#7a5af8}.admin-shell.pro-light-shell.v3-shell :is(.stat-content small,.playlist-kpi-card small,.content-kpi-card small,.campaign-kpi-card small,.campaign-kpi-card em){display:block;margin:0 0 6px;color:#475467;font-size:13px;line-height:1.25;font-weight:750;font-style:normal}.admin-shell.pro-light-shell.v3-shell :is(.stat-content strong,.playlist-kpi-card strong,.content-kpi-card strong,.campaign-kpi-card strong){display:block;margin:0;overflow:hidden;color:#0f172a;font-size:30px;line-height:1.05;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell :is(.stat-content p,.playlist-kpi-card p,.content-kpi-card p,.campaign-kpi-card p,.trend){margin:7px 0 0;color:#667085;font-size:13px;line-height:1.35;font-weight:650}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table,.playlist-library-panel,.content-library-table-card,.recent-uploads-panel,.campaign-timeline-shell,.playlist-create-card,.campaign-card,.wizard-section,.flow-workspace){border:1px solid #dce7f5;border-radius:12px;background:#fff;box-shadow:0 10px 28px #1018280a}.admin-shell.pro-light-shell.v3-shell :is(.table-toolbar,.playlist-filter-bar,.content-library-toolbar,.campaign-filter-bar){display:grid;align-items:center;gap:14px;margin:0;padding:18px;border:0;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .table-toolbar,.admin-shell.pro-light-shell.v3-shell .playlist-filter-bar{grid-template-columns:minmax(260px,1.45fr) repeat(4,minmax(140px,.65fr)) auto}.admin-shell.pro-light-shell.v3-shell .content-library-toolbar{grid-template-columns:minmax(260px,1.55fr) repeat(3,minmax(150px,.65fr)) auto}.admin-shell.pro-light-shell.v3-shell .campaign-filter-bar{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,.65fr)) minmax(250px,1fr) auto auto auto}.admin-shell.pro-light-shell.v3-shell :is(.table-toolbar,.playlist-filter-bar,.content-library-toolbar,.campaign-filter-bar) :is(input,select,button,.search-field,.dc-ghost-button){width:100%;min-height:46px;border:1px solid #dbe7f5;border-radius:8px;background:#fff;box-shadow:none;color:#101828;font-size:14px;font-weight:720}.admin-shell.pro-light-shell.v3-shell :is(.playlist-table-wrap,.content-table-scroll,.campaign-timeline-shell){overflow-x:auto}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table table,.playlist-table,.content-library-table){width:100%;min-width:980px;border-collapse:collapse;table-layout:auto;color:#101828}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table th,.screen-fleet-table td,.playlist-table th,.playlist-table td,.content-library-table th,.content-library-table td){padding:14px 18px;border-bottom:1px solid #e4edf8;text-align:left;vertical-align:middle;font-size:14px}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table th,.playlist-table th,.content-library-table th){background:#f8fafc;color:#475467;font-size:13px;line-height:1.2;font-weight:850;letter-spacing:0}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table tbody tr,.playlist-table tbody tr,.content-library-table tbody tr,.timeline-row){background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table tbody tr:hover,.playlist-table tbody tr:hover,.content-library-table tbody tr:hover,.timeline-row:hover){background:#f8fbff}.admin-shell.pro-light-shell.v3-shell :is(.playlist-table-title,.content-name-cell,.timeline-campaign-cell){min-width:0}.admin-shell.pro-light-shell.v3-shell :is(.playlist-table-title strong,.playlist-table-title p,.content-name-cell strong,.content-name-cell small,.timeline-campaign-cell strong,.timeline-campaign-cell small){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .playlist-table-title{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:14px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .playlist-thumb,.admin-shell.pro-light-shell.v3-shell .players-page .thumb{width:78px;height:52px;min-width:78px;border-radius:7px}.admin-shell.pro-light-shell.v3-shell .players-page .screen-content-thumb,.admin-shell.pro-light-shell.v3-shell .players-page .playlist-cover-thumb{display:grid!important;place-items:center!important;align-content:center!important;gap:3px!important;font-size:14px!important;line-height:1!important;text-align:center!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-content-thumb small{display:block!important;max-width:100%!important;overflow:hidden!important;color:inherit!important;font-size:10px!important;font-weight:800!important;line-height:1!important;opacity:.82!important;text-overflow:ellipsis!important;text-transform:uppercase!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell :is(.badge,.status-badge,.campaign-status-badge,.status-pill,.soft-badge,.playlist-status-badge){min-height:26px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:999px;padding:4px 10px;font-size:12px;line-height:1;font-weight:850;text-transform:none;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell :is(.badge.success,.status-badge.active,.status-badge.online,.status-badge.playing,.campaign-status-badge.active,.playlist-status-badge.active){border-color:#c7f0d8;background:#e7f8ee;color:#157347}.admin-shell.pro-light-shell.v3-shell :is(.badge.danger,.status-badge.offline,.status-badge.error,.status-badge.conflict,.campaign-status-badge.conflict){border-color:#ffd4d4;background:#fff0f0;color:#b42318}.admin-shell.pro-light-shell.v3-shell :is(.badge.warning,.status-badge.warning,.status-badge.pending,.campaign-status-badge.scheduled,.playlist-status-badge.scheduled){border-color:#fde7b8;background:#fff7e6;color:#b45309}.admin-shell.pro-light-shell.v3-shell :is(.status-badge.draft,.status-badge.inactive,.status-badge.completed,.status-badge.expired,.campaign-status-badge.draft,.campaign-status-badge.completed,.campaign-status-badge.expired,.playlist-status-badge.draft,.playlist-status-badge.completed){border-color:#d8e0eb;background:#f1f5f9;color:#475569}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-workspace,.flow-workspace.upload-workspace,.web-workspace,.campaign-page.players-page){gap:18px}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.product-wizard-steps,.campaign-stepper){display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:0;padding:6px;border:1px solid #dce7f5;border-radius:16px;background:#fff;box-shadow:0 10px 28px #1018280a}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps button,.product-wizard-steps button,.campaign-stepper button){min-width:0;min-height:54px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;align-content:center;gap:2px 9px;border:1px solid transparent;border-radius:12px;padding:7px 10px;background:transparent;box-shadow:none;color:#344054;text-align:left}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps button:before,.product-wizard-steps button:before,.campaign-stepper button:before){display:none}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps button>span,.product-wizard-steps button>span,.campaign-stepper button>span){grid-row:span 2;width:26px;height:26px;min-width:26px;border-radius:999px;background:#eef4ff;color:#1463ff;font-size:12px;font-weight:850}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps button.active,.playlist-create-steps button.complete,.product-wizard-steps button.active,.product-wizard-steps button.complete,.campaign-stepper button.active,.campaign-stepper button.complete){border-color:#bfdbfe;background:#eff6ff;color:#1463ff;box-shadow:0 12px 28px #2563eb1a}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps button.active>span,.playlist-create-steps button.complete>span,.product-wizard-steps button.active>span,.product-wizard-steps button.complete>span,.campaign-stepper button.active>span,.campaign-stepper button.complete>span){background:#1463ff;color:#fff}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps strong,.playlist-create-steps small,.product-wizard-steps strong,.product-wizard-steps small,.campaign-stepper strong,.campaign-stepper small){display:block;min-width:0;overflow:hidden;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps strong,.product-wizard-steps strong,.campaign-stepper strong){font-size:13px;font-weight:850}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps small,.product-wizard-steps small,.campaign-stepper small){color:#667085;font-size:11px;font-weight:650}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:18px;align-items:start}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-content-step{grid-template-columns:minmax(0,1.35fr) minmax(0,.95fr)}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-content-step .playlist-create-rail{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-review-step,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-preview-step,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-settings-step{grid-template-columns:minmax(0,1fr) minmax(300px,340px)}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-card{min-width:0;overflow:hidden;border-radius:12px;padding:18px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-step-header{margin:-18px -18px 16px;padding:16px 18px;border-bottom:1px solid #e4edf8;background:#fff}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-card :is(h3,h4){margin:0;color:#101828;line-height:1.2;letter-spacing:0}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-card h3{font-size:18px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-card h4{font-size:15px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-card p,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-card small{color:#667085;line-height:1.4;font-weight:650}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-content-layout{display:grid;grid-template-columns:168px minmax(0,1fr);min-height:430px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-content-filters{gap:8px;padding:12px;border-right:1px solid #e4edf8;background:#f8fbff}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-content-filters button{width:100%;min-height:40px;justify-content:space-between;border:0;border-radius:10px;padding:0 12px;background:#fff;color:#101828;text-align:left;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-content-filters button.active{background:#eef4ff;color:#1463ff}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-content-row{display:grid;grid-template-columns:20px 62px minmax(0,1fr) minmax(56px,auto);align-items:center;gap:12px;min-height:66px;padding:10px 14px;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-content-row .playlist-media-thumb{width:58px;height:38px;border-radius:8px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-content-row>span,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-selected-list article>div{min-width:0}.admin-shell.pro-light-shell.v3-shell .playlists-page :is(.playlist-content-row strong,.playlist-content-row small,.playlist-content-row em,.playlist-selected-list b,.playlist-selected-list small){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-selected-list article{display:grid;grid-template-columns:16px 22px 56px minmax(0,1fr) 34px 34px 34px;align-items:center;gap:8px;min-width:0;padding:10px 12px;border-bottom:1px solid #e4edf8}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-selected-list article button{width:32px;min-width:32px;height:32px;min-height:32px;border-radius:9px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-summary-card dl{display:grid;grid-template-columns:minmax(104px,.75fr) minmax(0,1fr);gap:10px 12px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-summary-card dt{color:#667085;font-size:12px;font-weight:720}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-summary-card dd{min-width:0;margin:0;overflow:hidden;color:#101828;font-size:12px;font-weight:850;text-align:right;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-tip-list,.admin-shell.pro-light-shell.v3-shell .playlists-page .next-card{display:grid;gap:14px}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-tip-list p,.admin-shell.pro-light-shell.v3-shell .playlists-page .next-card p{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;margin:0}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-tip-list p:before,.admin-shell.pro-light-shell.v3-shell .playlists-page .next-card p:before{content:"";width:42px;height:42px;grid-row:span 2;border-radius:50%;background:#eef4ff}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-tip-list strong,.admin-shell.pro-light-shell.v3-shell .playlists-page .next-card strong{display:block;overflow:visible;color:#101828;font-size:13px;line-height:1.25;white-space:normal}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-tip-list small,.admin-shell.pro-light-shell.v3-shell .playlists-page .next-card small{display:block;margin-top:3px;overflow:visible;color:#667085;font-size:12px;line-height:1.35;white-space:normal}.admin-shell.pro-light-shell.v3-shell .playlists-page .checklist-card p{position:relative;margin:0;padding-left:24px;color:#344054;font-size:12px;line-height:1.4;font-weight:650}.admin-shell.pro-light-shell.v3-shell .playlists-page .checklist-card p:before{content:"";position:absolute;top:4px;left:0;width:12px;height:12px;border-radius:50%;background:#22c55e}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-timeline-shell{overflow-x:auto;border-radius:12px;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-table{min-width:1280px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row-grid{grid-template-columns:270px 112px 156px minmax(720px,1fr)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-header{background:#f8fafc}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-header>span,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-days>div,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row>span{padding:13px 14px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row{min-height:78px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-campaign-cell{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-days small{white-space:normal;line-height:1.2}@media(max-width:1600px){.admin-shell.pro-light-shell.v3-shell .playlist-kpi-grid,.admin-shell.pro-light-shell.v3-shell .campaign-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1360px){.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.playlists-page,.content-page,.campaign-page.players-page){padding:24px}.admin-shell.pro-light-shell.v3-shell .screen-fleet-stats,.admin-shell.pro-light-shell.v3-shell .content-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell.pro-light-shell.v3-shell :is(.table-toolbar,.playlist-filter-bar,.content-library-toolbar,.campaign-filter-bar){grid-template-columns:1fr 1fr}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-content-step,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-preview-step,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-review-step,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-settings-step,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-create-main.playlist-content-step .playlist-create-rail{grid-template-columns:1fr}}@media(max-width:980px){.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.product-wizard-steps,.campaign-stepper){grid-template-columns:1fr}.admin-shell.pro-light-shell.v3-shell .playlist-kpi-grid,.admin-shell.pro-light-shell.v3-shell .campaign-kpi-grid,.admin-shell.pro-light-shell.v3-shell .screen-fleet-stats,.admin-shell.pro-light-shell.v3-shell .content-kpi-grid{grid-template-columns:1fr}}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:18px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-card{height:118px!important;min-height:118px!important;grid-template-columns:52px minmax(0,1fr)!important;gap:14px!important;padding:18px 20px!important;overflow:hidden!important;align-content:center!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-icon{width:52px!important;min-width:52px!important;height:52px!important;border-radius:50%!important;font-size:14px!important;line-height:1!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-card>div{min-width:0!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-card small{margin:0 0 4px!important;overflow:hidden!important;font-size:12px!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-card strong{font-size:28px!important;line-height:1!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-card p{display:-webkit-box!important;max-height:32px!important;margin:5px 0 0!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;font-size:12px!important;line-height:1.25!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-library-panel{box-shadow:0 10px 28px #10182809!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-table-title{min-height:0!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-table-title>span:last-child{min-width:0!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-table :is(th,td){padding:14px 18px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-table tbody tr{box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-row-actions{justify-content:flex-start!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-row-actions button{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;border-radius:10px!important;padding:0!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-steps{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;padding:8px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-steps button{min-height:62px!important;grid-template-columns:30px minmax(0,1fr)!important;gap:2px 10px!important;padding:8px 12px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-steps button span{width:28px!important;min-width:28px!important;height:28px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-steps button strong{max-width:100%!important;overflow:hidden!important;font-size:13px!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-steps button small{max-width:100%!important;overflow:hidden!important;font-size:11px!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step{grid-template-columns:minmax(0,1.15fr) minmax(420px,.7fr)!important;gap:20px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step .playlist-create-rail{grid-column:1 / -1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-browser,.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-selected-card{min-width:0!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-layout{grid-template-columns:150px minmax(0,1fr)!important;min-height:420px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-row{grid-template-columns:18px 56px minmax(0,1fr) minmax(42px,auto)!important;min-height:64px!important;gap:10px!important;padding:9px 12px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-row .playlist-media-thumb{width:54px!important;min-width:54px!important;height:36px!important;border-radius:8px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-row :is(strong,small,em){max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-selected-list article{grid-template-columns:14px 20px 50px minmax(0,1fr) repeat(3,30px)!important;gap:8px!important;padding:9px 12px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-selected-list article>span:nth-child(4),.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-selected-list article>div{min-width:0!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-selected-list :is(b,small){max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-tip-list p,.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .next-card p{grid-template-columns:40px minmax(0,1fr)!important;gap:2px 12px!important;min-height:52px!important;align-items:start!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-tip-list p:before,.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .next-card p:before{width:38px!important;height:38px!important;border-radius:12px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-tip-list :is(strong,small),.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .next-card :is(strong,small){min-width:0!important;overflow:visible!important;white-space:normal!important;overflow-wrap:anywhere!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .checklist-card p{padding-left:24px!important;overflow-wrap:anywhere!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-row>span:nth-child(3),.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-row>span:nth-child(4),.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-row>span:not(.playlist-media-thumb){display:block!important;min-width:0!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-row :is(strong,small,em){display:block!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-media-thumb :is(img,video),.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-cover-thumb :is(img,video),.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .summary-thumb :is(img,video){display:block!important;width:100%!important;max-width:100%!important;height:100%!important;object-fit:cover!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-content-row .playlist-media-thumb{overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-cover-thumb,.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .summary-thumb{display:grid!important;place-items:center!important;overflow:hidden!important;color:#1463ff!important;font-size:12px!important;font-weight:950!important;line-height:1!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-selected-list article button{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;padding:0!important}.admin-shell.pro-light-shell.v3-shell .notification-center,.admin-shell.pro-light-shell.v3-shell .notification-trigger{width:46px!important;min-width:46px!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .notification-trigger .notification-badge,.admin-shell.pro-light-shell.v3-shell .notification-center .notification-badge{right:-6px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid){gap:22px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid)>.figma-page-heading.page-header{min-height:88px!important;height:88px!important;margin:0 0 4px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid)>.playlist-kpi-grid{height:118px!important;margin:0!important;align-items:stretch!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid)>.playlist-library-panel{margin-top:2px!important;border-radius:12px!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid) .playlist-table tbody tr{background:#fff!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid) .playlist-table-title{display:grid!important;grid-template-columns:70px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;width:100%!important;min-width:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid) .playlist-table-title>span:last-child{display:block!important;min-width:0!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid) .playlist-table-title :is(strong,small){display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-edit-preview-stage,.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-screen{min-height:0!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page :is(.playlist-edit-preview-stage,.playlist-screen).playlist-screen-landscape{aspect-ratio:16 / 9!important;max-height:540px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page :is(.playlist-edit-preview-stage,.playlist-screen).playlist-screen-portrait{aspect-ratio:9 / 16!important;width:min(360px,calc(100% - 36px))!important;max-height:min(640px,72vh)!important;margin-inline:auto!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page :is(.playlist-edit-preview-stage,.playlist-screen) :is(img,video,iframe){width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-queue-progress{position:absolute!important;left:0!important;bottom:0!important;height:3px!important;border-radius:0 999px 999px 0!important;background:#1463ff!important;transition:width .18s linear!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step{grid-template-columns:minmax(780px,1.45fr) minmax(430px,.75fr)!important;gap:22px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step .playlist-content-layout{grid-template-columns:168px minmax(0,1fr)!important;min-height:470px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step .playlist-content-list{max-height:520px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step .playlist-content-row{grid-template-columns:18px 64px minmax(0,1fr) 52px!important;gap:12px!important;min-height:68px!important;padding:10px 14px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step .playlist-content-row .playlist-media-thumb{width:62px!important;min-width:62px!important;height:40px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step .playlist-content-filters button{min-height:40px!important;justify-content:space-between!important;gap:10px!important;padding:0 14px!important;font-size:13px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step .playlist-create-rail{margin-top:0!important}@media(max-width:1700px){.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-create-main.playlist-content-step{grid-template-columns:1fr!important}}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-edit-rail .playlist-summary-card dl{grid-template-columns:1fr!important;gap:0!important;margin:0!important;padding:14px 18px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-edit-rail .playlist-summary-card dl>div{grid-template-columns:minmax(0,1fr) minmax(92px,auto)!important;gap:12px!important;width:100%!important}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-edit-rail .playlist-summary-card dd{justify-self:end!important;max-width:100%!important;text-align:right!important}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.company-admin-page,.company-create-page,.company-wizard-page,.companies-page,.content-page,.playlists-page,.user-invite-page,.users-page,.campaign-page)),.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) .main-area.app{background:linear-gradient(180deg,#061b3f 0 78px,#fff 78px,#f8fbff)!important}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) .main-area.app{padding:0!important}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) .topbar{height:78px!important;min-height:78px!important;flex-wrap:nowrap;padding:0 32px!important;color:#fff}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) :is(.global-search,.topbar-search){flex:1 1 520px;width:auto;min-width:220px;max-width:620px;border-color:#ffffff2e!important;background:#ffffff1a!important;box-shadow:none!important;color:#fff!important}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) :is(.tenant,.company-select,.console-mode-toggle,.notification-trigger,.profile,.topbar-user-chip){border-color:#ffffff2e!important;background:#ffffff1a!important;box-shadow:none!important;color:#fff!important}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) :is(.global-search input,.topbar-search input,.company-select strong,.company-select select,.topbar-user-chip strong){color:#fff!important}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) :is(.global-search span,.topbar-search span,.global-search input::placeholder,.topbar-search input::placeholder,.company-select span,.topbar-user-chip span,.console-mode-toggle button){color:#ffffffb8!important}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) :is(.topbar-right,.top-actions){flex:0 0 auto;width:auto;overflow:visible}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page)) .content-area{padding:0!important}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page){width:100%;max-width:1589px;min-height:calc(100vh - 78px);margin-right:auto;margin-left:auto;padding:30px 42px 40px!important;border:0;border-radius:0;background:#fff;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .content-area>*:has(>:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.publishing-page,.campaign-page)){width:100%;max-width:1589px!important;margin-right:auto;margin-left:auto}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.content-page,.playlists-page,.campaign-page,.console-overview-page)>:is(.figma-page-heading.page-header,.page-header,.campaign-page-header,.dashboard-heading){min-height:0!important;height:auto!important;margin:0 0 4px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page,.content-page,.playlists-page,.publishing-page,.campaign-page,.console-overview-page){display:flex!important;flex-direction:column;gap:22px}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-stats,.content-kpi-grid,.playlist-kpi-grid,.campaign-kpi-grid){gap:20px!important;margin:0!important}.admin-shell.pro-light-shell.v3-shell :is(.content-kpi-grid,.screen-fleet-stats,.playlist-kpi-grid,.campaign-kpi-grid){grid-template-columns:repeat(4,minmax(0,1fr))!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page>.playlist-kpi-grid,.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid)>.playlist-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;height:auto!important;min-height:118px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-filter-bar{grid-template-columns:minmax(260px,1fr) repeat(5,minmax(130px,170px)) auto!important;align-items:center}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page{display:flex!important;flex-direction:column;gap:22px;width:100%;max-width:none;min-height:0;padding:0!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page>.campaign-notice{position:fixed!important;top:auto;right:32px;bottom:24px;z-index:40;width:min(460px,calc(100vw - 64px));margin:0!important;box-shadow:0 18px 40px #0f172a29!important}.admin-shell.pro-light-shell.v3-shell:has(:is(.players-page,.content-page,.playlists-page,.publishing-page,.console-overview-page)) :is(.notice.error,.notice.success,.notice.loading):not(.inner){top:auto!important;right:32px!important;bottom:24px!important;margin:0!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;height:auto!important;min-height:118px!important}.admin-shell.pro-light-shell.v3-shell :is(.stat-card,.content-kpi-card,.playlist-kpi-card,.campaign-kpi-card,.dashboard-kpi-card){min-height:118px!important;height:auto!important;border-radius:12px!important;box-shadow:0 10px 28px #1018280b!important}.admin-shell.pro-light-shell.v3-shell :is(.table-toolbar,.playlist-filter-bar,.content-library-toolbar,.campaign-filter-bar){grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(150px,.7fr)) auto!important;gap:14px!important}.admin-shell.pro-light-shell.v3-shell .campaign-filter-bar{grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(150px,.72fr)) minmax(220px,.95fr) auto auto auto!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar{display:flex!important;flex-wrap:wrap;align-items:center;padding:18px!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>.search-field{flex:1 1 330px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>select{flex:0 0 160px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>:is(.timeline-date-controls,.timeline-view-toggle,.dc-ghost-button){flex:0 0 auto;width:auto!important;min-width:0;grid-column:auto!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .timeline-date-controls{display:inline-flex!important;align-items:center;gap:6px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .timeline-date-controls .dc-ghost-button{width:38px!important;min-width:38px;padding:0!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .timeline-date-controls .range-button{width:auto!important;min-width:168px;padding:0 12px!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .timeline-view-toggle{justify-self:end}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>.dc-ghost-button{justify-self:end;padding:0 14px!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>button.dc-ghost-button:nth-last-child(2){margin-left:auto}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>button.dc-ghost-button:last-child{margin-left:0}.admin-shell.pro-light-shell.v3-shell .campaign-filter-bar :is(.timeline-date-controls,.timeline-view-toggle){width:100%}@media(min-width:1780px){.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar{flex-wrap:nowrap!important;gap:10px!important;min-height:78px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>.search-field{flex:1 1 240px;min-width:240px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>select{flex:0 0 132px;min-width:132px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>.timeline-date-controls{flex:0 0 218px;gap:4px;width:218px!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .timeline-date-controls .dc-ghost-button{width:30px!important;min-width:30px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .timeline-date-controls .range-button{flex:1 1 auto;min-width:146px;padding:0 8px!important}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .timeline-view-toggle{flex:0 0 118px;align-items:center;height:38px;width:118px!important;padding:4px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .timeline-view-toggle button{min-width:0;padding:0 10px}.admin-shell.pro-light-shell.v3-shell .publishing-page .campaign-page.players-page .campaign-filter-bar>button.dc-ghost-button:nth-last-child(2){margin-left:0}}@media(max-width:1700px){.admin-shell.pro-light-shell.v3-shell :is(.content-kpi-grid,.screen-fleet-stats,.playlist-kpi-grid,.campaign-kpi-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-shell.pro-light-shell.v3-shell :is(.table-toolbar,.playlist-filter-bar,.content-library-toolbar,.campaign-filter-bar){grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:980px){.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.players-page,.player-detail-page,.console-overview-page,.content-page,.playlists-page,.campaign-page){padding:24px!important}.admin-shell.pro-light-shell.v3-shell :is(.content-kpi-grid,.screen-fleet-stats,.playlist-kpi-grid,.campaign-kpi-grid),.admin-shell.pro-light-shell.v3-shell :is(.table-toolbar,.playlist-filter-bar,.content-library-toolbar,.campaign-filter-bar){grid-template-columns:1fr!important}}html,body{overflow-y:auto!important}.admin-shell.pro-light-shell.v3-shell,.admin-shell.pro-light-shell.v3-shell .main-area.app,.admin-shell.pro-light-shell.v3-shell .content-area{height:auto!important;overflow-y:visible!important}.admin-shell.pro-light-shell.v3-shell .content-area{min-height:calc(100vh - 78px)!important}.admin-shell.pro-light-shell.v3-shell :is(.stat-card,.playlist-kpi-card,.content-kpi-card,.campaign-kpi-card,.dashboard-kpi-card){height:auto!important;min-height:118px!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell :is(.stat-content p,.trend,.playlist-kpi-card p,.content-kpi-card p,.campaign-kpi-card p,.dashboard-kpi-card p){display:block!important;max-height:none!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-kpi-card small,.content-kpi-card small,.campaign-kpi-card small){overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid)>.playlist-kpi-grid{height:auto!important;min-height:118px!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-card{height:auto!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-card :is(small,p){display:block!important;max-height:none!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;-webkit-line-clamp:unset!important;-webkit-box-orient:initial!important}.admin-shell.pro-light-shell.v3-shell .content-detail-shell,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page:has(.campaign-editor-header.detail-hero){gap:0!important}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell .asset-detail-header.detail-hero,.campaign-page.players-page .campaign-editor-header.detail-hero){min-height:249px!important;margin:0!important;padding:18px 0 28px!important;align-items:flex-start!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell .content-detail-tabs.detail-tabbar,.campaign-page.players-page .campaign-detail-tabs.detail-tabbar){width:calc(100% + 84px)!important;min-height:58px!important;margin:0 -42px 28px!important;padding:0 42px!important;flex-wrap:nowrap!important;gap:46px!important;border:0!important;border-bottom:1px solid #e6ebf2!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow-x:auto!important;overflow-y:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell .content-detail-tabs.detail-tabbar button,.campaign-page.players-page .campaign-detail-tabs.detail-tabbar button){flex:0 0 auto!important;min-height:58px!important;padding:2px 0 0!important;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#475467!important;font-size:14px!important;font-weight:850!important}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell .content-detail-tabs.detail-tabbar button.active,.campaign-page.players-page .campaign-detail-tabs.detail-tabbar button.active){border-bottom-color:#1463ff!important;color:#1463ff!important}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell .asset-panel,.campaign-page.players-page .campaign-card,.campaign-page.players-page .summary-card,.campaign-page.players-page .danger-card,.campaign-page.players-page .conflict-card.warning,.playlists-page.has-active-playlist .playlist-edit-card,.player-detail-page .settings-panel,.player-detail-page .card){height:auto!important;min-height:0!important;min-width:0!important;overflow:visible!important;border-color:#dce7f5!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 24px #1018280f!important}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell .asset-panel,.campaign-page.players-page .campaign-card,.playlists-page.has-active-playlist .playlist-edit-card,.player-detail-page .settings-panel) :is(p,span,strong,small,dd,dt,h2,h3,h4,label){min-width:0;overflow-wrap:anywhere}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell .asset-settings-form,.campaign-page.players-page .campaign-form-grid){align-items:start}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell .asset-settings-grid,.campaign-page.players-page .campaign-detail-grid){align-items:start}.admin-shell.pro-light-shell.v3-shell{--dc-page-max: 1589px;--dc-page-pad-x: 42px;--dc-page-pad-y: 30px;--dc-panel-radius: 14px;--dc-control-radius: 8px;--dc-control-height: 44px;--dc-panel-border: #d3e2f6;--dc-panel-shadow: 0 10px 28px rgba(16, 24, 40, .04)}.admin-shell.pro-light-shell.v3-shell .content-area>*:has(>:is(.adoption-page,.analytics-page,.audit-page,.billing-page,.campaign-page,.console-overview-page,.console-settings-page,.content-page,.monitoring-page,.organization-page,.player-detail-page,.players-page,.playlists-page,.pricing-page,.publishing-page)){width:100%;max-width:var(--dc-page-max)!important;margin-right:auto;margin-left:auto}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.adoption-page,.analytics-page,.audit-page,.billing-page,.branches-page,.campaign-page,.companies-page,.console-overview-page,.console-settings-page,.content-groups-page,.content-page,.dashboard-page,.deploy-page,.management-page,.monitoring-page,.organization-page,.player-detail-page,.player-groups-page,.players-page,.playlists-page,.pricing-page,.publishing-page,.remote-management-page,.schedules-page,.server-monitoring-page,.startup-preview-page,.support-page,.sync-page,.updates-page,.users-page){box-sizing:border-box;width:100%;max-width:var(--dc-page-max);min-height:calc(100vh - 78px);margin-right:auto;margin-left:auto;padding:var(--dc-page-pad-y) var(--dc-page-pad-x) 40px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;color:#101828;overflow-x:clip}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.adoption-page,.analytics-page,.audit-page,.billing-page,.console-settings-page,.monitoring-page,.organization-page,.pricing-page){display:flex;flex-direction:column;gap:22px}.admin-shell.pro-light-shell.v3-shell :is(.page-header,.figma-page-heading,.console-setup-hero,.dashboard-heading,.screen-setup-hero,.campaign-editor-header,.campaign-page-header){width:100%;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.page-header h2,.figma-page-heading h2,.console-setup-hero h2,.dashboard-heading h2,.screen-setup-hero h2,.campaign-editor-header h2,.campaign-page-header h2){font-size:34px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:0!important}.admin-shell.pro-light-shell.v3-shell :is(.page-header p,.figma-page-heading p,.console-setup-hero p,.dashboard-heading p,.screen-setup-hero p,.campaign-editor-header p,.campaign-page-header p){color:#62708a!important;font-size:16px!important;line-height:1.35!important;font-weight:650!important}.admin-shell.pro-light-shell.v3-shell :is(.ai-addon-card,.ai-addon-section,.ai-pricing-panel,.audit-page .filter-panel,.audit-row,.billing-contract-panel,.billing-figma-card,.billing-figma-panel,.billing-summary-panel,.console-settings-page .rail-panel,.console-settings-page .setup-panel,.monitoring-page .panel,.organization-page .panel,.pricing-control-panel,.pricing-plan,.report-panel){min-width:0;border:1px solid var(--dc-panel-border)!important;border-radius:var(--dc-panel-radius)!important;background:#fff!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.billing-figma-card,.billing-figma-panel,.pricing-plan,.pricing-control-panel,.ai-pricing-panel,.ai-addon-section,.billing-summary-panel,.billing-contract-panel){padding:22px!important}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table th,.screen-fleet-table td,.playlist-table th,.playlist-table td,.content-library-table th,.content-library-table td){padding:10px 16px!important}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table tbody tr,.playlist-table tbody tr,.content-library-table tbody tr){min-height:72px}.admin-shell.pro-light-shell.v3-shell :is(.report-panel table,.settings-table,.billing-figma-panel table){width:100%!important;min-width:0!important;border-collapse:collapse!important;table-layout:fixed}.admin-shell.pro-light-shell.v3-shell :is(.report-panel th,.report-panel td,.settings-table th,.settings-table td,.billing-figma-panel th,.billing-figma-panel td){padding:10px 0!important;border-bottom:1px solid #e5edf7!important;overflow-wrap:anywhere}.admin-shell.pro-light-shell.v3-shell :is(.playlist-thumb,.players-page .thumb,.asset-thumb,.playlist-media-thumb,.content-preview,.screen-preview,.mini-preview){width:78px;height:52px;min-width:78px;border-radius:7px;overflow:hidden}.admin-shell.pro-light-shell.v3-shell :is(input:not([type=checkbox]),select,textarea,.search-field){min-height:var(--dc-control-height);border-radius:var(--dc-control-radius)!important}.admin-shell.pro-light-shell.v3-shell .toggle-row{position:relative}.admin-shell.pro-light-shell.v3-shell .toggle-row>input[type=checkbox]{top:50%;right:0;width:1px!important;min-width:1px!important;height:1px!important;min-height:0!important;margin:0!important;padding:0!important;transform:translateY(-50%)}.admin-shell.pro-light-shell.v3-shell :is(.status-pill,.status-badge,.badge,.pill,.tag){min-height:26px;border-radius:999px;font-size:12px;line-height:1;font-weight:850}@media(max-width:980px){.admin-shell.pro-light-shell.v3-shell{--dc-page-pad-x: 24px;--dc-page-pad-y: 24px}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.adoption-page,.analytics-page,.audit-page,.billing-page,.campaign-page,.console-overview-page,.console-settings-page,.content-page,.monitoring-page,.organization-page,.player-detail-page,.players-page,.playlists-page,.pricing-page,.publishing-page){overflow-x:visible}}.admin-shell.pro-light-shell .console-mode-toggle button span{display:none!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page .dashboard-card-heading,.admin-shell.pro-light-shell.v3-shell .console-overview-page .dashboard-card-heading>div,.admin-shell.pro-light-shell.v3-shell .console-overview-page .fleet-health-card,.admin-shell.pro-light-shell.v3-shell .console-overview-page .needs-attention-card,.admin-shell.pro-light-shell.v3-shell .console-overview-page .trend-card,.admin-shell.pro-light-shell.v3-shell .console-overview-page .trend-card>div,.admin-shell.pro-light-shell.v3-shell .console-overview-page .health-row,.admin-shell.pro-light-shell.v3-shell .console-overview-page .attention-row,.admin-shell.pro-light-shell.v3-shell .console-overview-page .health-row>span:nth-child(2),.admin-shell.pro-light-shell.v3-shell .console-overview-page .attention-row>span:nth-child(2){text-align:left!important;justify-items:start!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page .health-breakdown,.admin-shell.pro-light-shell.v3-shell .console-overview-page .attention-list{justify-items:stretch!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page .health-row{grid-template-columns:10px minmax(0,1fr)!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page .attention-row{grid-template-columns:34px minmax(0,1fr) 28px!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page :is(.health-row,.attention-row)>span:nth-child(2){width:100%!important;min-width:0!important;justify-self:stretch!important;align-self:center!important;display:grid!important;align-content:center!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page :is(.health-row,.attention-row,.trend-card) :is(strong,small,h4,span){max-width:100%!important;text-align:left!important;justify-self:start!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page .attention-row .row-arrow{justify-self:end!important}.admin-shell.pro-light-shell.v3-shell .nova-console-settings-page>.console-setup-tabs{width:calc(100% + 84px)!important;min-height:58px!important;margin:0 -42px 22px!important;padding:0 42px!important;gap:46px!important;border:0!important;border-bottom:1px solid #e6ebf2!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow-x:auto!important;overflow-y:hidden!important}.admin-shell.pro-light-shell.v3-shell .nova-console-settings-page>.console-setup-tabs button{flex:0 0 auto!important;min-height:58px!important;padding:2px 0 0!important;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#475467!important;font-size:14px!important;font-weight:850!important}.admin-shell.pro-light-shell.v3-shell .nova-console-settings-page>.console-setup-tabs button.active{border-bottom-color:#1463ff!important;color:#1463ff!important}.admin-shell.pro-light-shell.v3-shell .nova-console-settings-page>.console-setup-tabs button.active:after{display:none!important}.admin-shell.pro-light-shell.v3-shell .content-detail-shell .asset-detail-header.detail-hero{min-height:168px!important;padding:18px 0!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-detail-shell{align-content:start!important;grid-auto-rows:auto!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-detail-shell>.asset-detail-header.detail.detail-hero{height:auto!important;min-height:168px!important;padding:18px 0!important}.admin-shell.pro-light-shell.v3-shell .recent-upload-strip{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:flex-start!important;gap:20px 56px!important}.admin-shell.pro-light-shell.v3-shell .recent-upload-card{flex:0 0 164px!important;width:164px!important;min-width:164px!important;max-width:164px!important;grid-template-rows:92px auto auto!important;align-content:start!important}.admin-shell.pro-light-shell.v3-shell .recent-upload-preview{flex:0 0 auto!important;width:164px!important;min-width:164px!important;max-width:164px!important;height:92px!important;min-height:92px!important;max-height:92px!important;aspect-ratio:auto!important}.admin-shell.pro-light-shell.v3-shell .analytics-page.nova-analytics-page{align-content:start!important;grid-auto-rows:auto!important;gap:18px!important}.admin-shell.pro-light-shell.v3-shell .analytics-page.nova-analytics-page>.figma-page-heading.page-header{min-height:0!important;margin:0!important}.admin-shell.pro-light-shell.v3-shell .analytics-page.nova-analytics-page>.report-section-tabs{width:calc(100% + 84px)!important;min-height:58px!important;margin:0 -42px!important;padding:0 42px!important;gap:46px!important;border:0!important;border-bottom:1px solid #e6ebf2!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow-x:auto!important;overflow-y:hidden!important}.admin-shell.pro-light-shell.v3-shell .analytics-page.nova-analytics-page>.report-section-tabs button{flex:0 0 auto!important;min-height:58px!important;padding:2px 0 0!important;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#475467!important;font-size:14px!important;font-weight:850!important}.admin-shell.pro-light-shell.v3-shell .analytics-page.nova-analytics-page>.report-section-tabs button.active{border-bottom-color:#1463ff!important;color:#1463ff!important}.admin-shell.pro-light-shell.v3-shell .analytics-page.nova-analytics-page>.report-section-tabs button.active:after{display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps){display:grid!important;grid-template-columns:repeat(var(--dc-wizard-step-count, 5),minmax(0,1fr))!important;align-items:stretch!important;align-content:start!important;gap:8px!important;min-height:0!important;margin:0!important;padding:8px!important;border:1px solid #dce7f5!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 28px #1018280a!important}.admin-shell.pro-light-shell.v3-shell :is(.upload-workspace:not(.web-workspace) .product-wizard-steps,.adoption-page.nova-setup-page .setup-wizard-steps){--dc-wizard-step-count: 4}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper){--dc-wizard-step-count: 5}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) button{position:relative!important;min-width:0!important;min-height:62px!important;display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;align-content:center!important;justify-content:stretch!important;justify-items:start!important;gap:2px 10px!important;padding:8px 12px!important;border:1px solid transparent!important;border-radius:12px!important;background:transparent!important;box-shadow:none!important;color:#344054!important;font-size:13px!important;font-weight:850!important;line-height:1.2!important;text-align:left!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) button:before,.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) button:after{display:none!important;content:none!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) button>span{grid-row:1 / 3!important;width:28px!important;min-width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#eef4ff!important;color:#1463ff!important;font-size:12px!important;font-weight:850!important;line-height:1!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) button:is(.active,.complete){border-color:#bfdbfe!important;background:#eff6ff!important;color:#1463ff!important;box-shadow:0 12px 28px #2563eb1a!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) button:is(.active,.complete)>span{background:#1463ff!important;color:#fff!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) :is(strong,small){display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) strong{font-size:13px!important;font-weight:850!important}.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps) small{color:#667085!important;font-size:11px!important;font-weight:650!important}.admin-shell.pro-light-shell.v3-shell .adoption-page.nova-setup-page{align-content:start!important;grid-auto-rows:auto!important;gap:18px!important}.admin-shell.pro-light-shell.v3-shell .adoption-page.nova-setup-page>.screen-setup-hero{min-height:0!important;margin:0!important}.admin-shell.pro-light-shell.v3-shell .adoption-page.nova-setup-page :is(.setup-card,.compact-card){border-color:var(--dc-panel-border)!important;border-radius:var(--dc-panel-radius)!important;box-shadow:none!important}@media(max-width:1050px){.admin-shell.pro-light-shell.v3-shell :is(.playlist-create-steps,.upload-workspace .product-wizard-steps,.web-wizard-steps,.campaign-page.players-page .campaign-stepper,.adoption-page.nova-setup-page .setup-wizard-steps){grid-template-columns:1fr!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .recent-upload-card,.admin-shell.pro-light-shell.v3-shell .recent-upload-preview{width:100%!important;min-width:0!important;max-width:none!important}.admin-shell.pro-light-shell.v3-shell .recent-upload-card{flex-basis:100%!important;grid-template-rows:auto auto auto!important}.admin-shell.pro-light-shell.v3-shell .recent-upload-preview{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16 / 9!important}}html:has(.admin-shell.pro-light-shell.v3-shell),body:has(.admin-shell.pro-light-shell.v3-shell){min-height:100%!important;height:100%!important;overflow-x:hidden!important;overflow-y:hidden!important}body:has(.admin-shell.pro-light-shell.v3-shell){min-height:100%!important}.admin-shell.pro-light-shell.v3-shell{min-height:100vh!important;height:100vh!important;max-height:100vh!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell:has(.content-area) .main-area.app,.admin-shell.pro-light-shell.v3-shell .main-area.app{min-height:100vh!important;height:100vh!important;max-height:100vh!important;padding:78px 0 0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important}.admin-shell.pro-light-shell.v3-shell .topbar{position:fixed!important;top:0!important;right:0!important;left:266px!important;z-index:80!important;width:auto!important;height:78px!important;min-height:78px!important;background:#061b3f!important;box-shadow:0 1px #ffffff0f!important}.admin-shell.pro-light-shell.v3-shell .content-area{height:auto!important;min-height:calc(100vh - 78px)!important;max-height:none!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .content-area>*{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .content-area>*>:is(.adoption-page,.analytics-page,.audit-page,.billing-page,.branches-page,.campaign-page,.company-admin-page,.company-create-page,.company-wizard-page,.companies-page,.console-overview-page,.console-settings-page,.content-groups-page,.content-page,.dashboard-page,.deploy-page,.management-page,.monitoring-page,.organization-page,.player-detail-page,.player-groups-page,.players-page,.playlists-page,.pricing-page,.publishing-page,.remote-management-page,.schedules-page,.server-monitoring-page,.startup-preview-page,.support-page,.sync-page,.updates-page,.user-invite-page,.users-page){min-height:calc(100vh - 78px)!important;overflow-x:clip!important;overflow-y:visible!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page,.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .library-panel,.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-detail-shell,.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-detail-tab-panel,.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page :is(.asset-overview-grid,.asset-settings-grid,.asset-usage-grid,.asset-activity-grid){height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page){display:grid!important;align-content:start!important;grid-auto-rows:auto!important;gap:18px!important;color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.deploy-page,.server-monitoring-page)>.page-header,.admin-shell.pro-light-shell.v3-shell .updates-page>.updates-hero{width:100%!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .updates-page>.updates-hero{grid-template-columns:minmax(0,1fr) minmax(280px,360px)!important;gap:22px!important;align-items:end!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.deploy-page,.server-monitoring-page)>.page-header h2,.admin-shell.pro-light-shell.v3-shell .updates-page>.updates-hero h2{margin:4px 0 6px!important;color:#101828!important;font-size:34px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:0!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.deploy-page,.server-monitoring-page)>.page-header p,.admin-shell.pro-light-shell.v3-shell .updates-page>.updates-hero p{max-width:760px!important;margin:0!important;color:#62708a!important;font-size:16px!important;line-height:1.35!important;font-weight:650!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.deploy-page,.server-monitoring-page)>.page-header .eyebrow,.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.deploy-page,.server-monitoring-page)>.page-header>div>span:first-child,.admin-shell.pro-light-shell.v3-shell .updates-page>.updates-hero .eyebrow{color:#0b6bff!important;font-size:13px!important;font-weight:900!important}.admin-shell.pro-light-shell.v3-shell .updates-page .hero-status{min-height:112px!important;padding:18px!important;border:1px solid #dce7f5!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 24px #1018280b!important}.admin-shell.pro-light-shell.v3-shell .updates-page .hero-status strong{color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.panel,.scope-panel,.update-panel,.install-guide,.platform-panel,.package-card,.summary-card,.flow-card,.channel-card,.readiness-card,.controls-panel,.table-panel,.release-card,.planned-features-panel,.field-safeguards-panel,.planned-feature-card,.field-safeguard-card,.stat-tile,.selected-player-card,.selected-job-card,.remote-readonly-note,.remote-safety-note,.remote-action-inline-note,.remote-action-group,.remote-job-row,.remote-job-focus,.audit-context-panel,.display-power-capability-card){min-width:0!important;border:1px solid #dce7f5!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 24px #1018280b!important;color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.scope-panel,.update-panel,.install-guide,.platform-panel,.package-card,.flow-card,.channel-panel,.readiness-panel,.remote-command-panel,.remote-jobs-panel,.light-remote-history,.release-card,.planned-features-panel,.field-safeguards-panel,.website-traffic-panel .panel,.server-grid .panel){padding:20px!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.panel-header,.panel-title,.compact-title,.guide-heading,.release-card-head,.planned-feature-head,.field-safeguard-head,.table-heading){min-height:0!important;margin:0 0 14px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(h3,h4,strong,dd,.stat-tile strong,.summary-card strong,.traffic-bar strong){color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(p,small,dt,label,.helper,.table-note,.release-note,.job-meta,.last-seen,.remote-action-grid button span,.remote-safety-note span,.display-power-capability-card small){color:#62708a!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.stat-tile span,.summary-card span,.compact-title span,.batch-copy span,.release-card-head span,.planned-feature-head span,.field-safeguard-head span:first-child,.detail-grid span,.version-list span,.update-details span,.traffic-summary-grid span,.traffic-bar small,.scope-control label,.remote-command-body label,.selected-job-card span){color:#53627a!important;font-size:12px!important;font-weight:850!important;letter-spacing:0!important;text-transform:uppercase!important}.admin-shell.pro-light-shell.v3-shell :is(.updates-page .update-summary,.updates-page .channel-grid,.updates-page .readiness-grid,.server-monitoring-page .server-kpi-grid,.server-monitoring-page .release-progress-grid,.server-monitoring-page .planned-feature-grid,.server-monitoring-page .field-safeguard-grid,.deploy-page .platform-panel,.deploy-page .package-grid,.remote-management-page .monitoring-kpi-grid,.remote-management-page .remote-action-grid){display:grid!important;gap:14px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-summary,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .server-kpi-grid,.admin-shell.pro-light-shell.v3-shell .remote-management-page .monitoring-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.admin-shell.pro-light-shell.v3-shell .updates-page .summary-card,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .stat-tile,.admin-shell.pro-light-shell.v3-shell .remote-management-page .stat-tile{min-height:112px!important;display:grid!important;align-content:center!important;justify-items:start!important;gap:6px!important;padding:18px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .summary-card strong,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .stat-tile strong,.admin-shell.pro-light-shell.v3-shell .remote-management-page .stat-tile strong{font-size:28px!important;line-height:1.05!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(input,select,textarea){min-height:44px!important;border:1px solid #d8e4f2!important;border-radius:8px!important;background:#fff!important;color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(button,.primary,.secondary,.main-cta){min-height:40px!important;border-radius:10px!important;font-size:14px!important;font-weight:850!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.primary,.main-cta){border-color:#0b6bff!important;background:#0b6bff!important;color:#fff!important;box-shadow:0 12px 24px #0b6bff2e!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.secondary,button:not(.primary):not(.danger):not(.platform-tab)){border:1px solid #d8e4f2!important;background:#fff!important;color:#101828!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(button:disabled,.primary:disabled,.secondary:disabled){cursor:not-allowed!important;opacity:.55!important}.admin-shell.pro-light-shell.v3-shell .deploy-page .platform-tab{min-height:70px!important;border:1px solid #dce7f5!important;border-radius:12px!important;background:#f8fbff!important;color:#101828!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .deploy-page .platform-tab.active,.admin-shell.pro-light-shell.v3-shell .deploy-page .platform-tab:hover{border-color:#0b6bff!important;background:#eef6ff!important;transform:none!important}.admin-shell.pro-light-shell.v3-shell :is(.deploy-page .platform-icon,.deploy-page .package-platform-icon){border:0!important;background:#eaf2ff!important;color:#0b6bff!important}.admin-shell.pro-light-shell.v3-shell .deploy-page :is(.install-steps li,.package-facts div),.admin-shell.pro-light-shell.v3-shell .server-monitoring-page :is(.detail-grid div,.version-list div,.update-details div),.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .traffic-summary-grid div{border-top-color:#e5edf7!important}.admin-shell.pro-light-shell.v3-shell .deploy-page .step-index{border-color:#b8d5ff!important;background:#eaf2ff!important;color:#0b6bff!important}.admin-shell.pro-light-shell.v3-shell :is(.deploy-page .install-steps pre,.deploy-page .install-command,.updates-page .channel-card code,.updates-page .update-row code,.remote-management-page .job-main code,.remote-management-page pre,.server-monitoring-page pre){max-width:100%!important;border:1px solid #d8e4f2!important;border-radius:8px!important;background:#f8fbff!important;color:#344054!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row{min-height:76px!important;border:1px solid #dce7f5!important;border-radius:12px!important;background:#fff!important;color:#101828!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row.header{min-height:0!important;border:0!important;background:transparent!important;color:#53627a!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row.selected{border-color:#0b6bff!important;background:#eef6ff!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-job-progress,.admin-shell.pro-light-shell.v3-shell .remote-management-page :is(.remote-job-detail-grid>div,.remote-job-timeline>div),.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .traffic-bars,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .traffic-bar-track{border:1px solid #e1eaf6!important;background:#f8fbff!important;color:#101828!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-layout{grid-template-columns:minmax(0,1fr)!important;gap:18px!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-action-group{box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-action-grid button{min-height:86px!important;justify-items:start!important;border:1px solid #dce7f5!important;border-radius:12px!important;background:#fff!important;color:#101828!important;text-align:left!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-action-grid button.active{border-color:#0b6bff!important;background:#eef6ff!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-action-grid button.warning{border-color:#ffd58a!important;background:#fff8eb!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-job-list{gap:10px!important;padding:0!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-job-focus,.admin-shell.pro-light-shell.v3-shell .remote-management-page .audit-context-panel{margin:0!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-job-row{grid-template-columns:minmax(260px,1.2fr) auto minmax(220px,.8fr) auto!important;gap:14px!important;padding:14px!important}.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-job-row.selected{border-color:#0b6bff!important;background:#eef6ff!important}.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .meter,.admin-shell.pro-light-shell.v3-shell .updates-page .progress-track{height:8px!important;border-radius:999px!important;background:#e8eef7!important}.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .meter span{background:linear-gradient(90deg,#17a364,#f59e0b,#ef4444)!important}.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .release-meter span{background:linear-gradient(90deg,#0b6bff,#17a364)!important}.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .release-check-item,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .planned-feature-card li,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .field-safeguard-card li,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .table-row{color:#344054!important}.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .release-check-item{border-color:#e1eaf6!important;background:#f8fbff!important}.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .release-check-item.done{border-color:#b7ebcd!important;background:#ecfdf3!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.status-badge,.status-chip,.rollout-state,.channel-status,.player-online,.package-topline span,.package-topline small,.hero-tags span){min-height:26px!important;display:inline-flex!important;align-items:center!important;width:fit-content!important;padding:0 10px!important;border:0!important;border-radius:999px!important;background:#eef4ff!important;color:#0b6bff!important;font-size:12px!important;font-weight:850!important;line-height:1!important;text-transform:none!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.status-badge.healthy,.status-badge.active,.status-badge.succeeded,.status-chip.ready,.status-chip.success,.rollout-state.ready,.channel-card.ready .channel-status,.player-online.online,.package-topline span.ready){background:#dcf7e7!important;color:#008548!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.status-badge.warning,.status-chip.running,.rollout-state.warning,.channel-card.warning .channel-status,.player-online.warning,.package-topline span.planned){background:#fff1cf!important;color:#b56a00!important}.admin-shell.pro-light-shell.v3-shell :is(.remote-management-page,.updates-page,.deploy-page,.server-monitoring-page) :is(.status-badge.danger,.status-badge.expired,.status-badge.offline,.status-chip.blocked,.status-chip.failed,.channel-card.missing .channel-status,.player-online.offline){background:#ffe2e2!important;color:#d92d20!important}.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .page-actions .danger{border-color:#ffb3b3!important;background:#fff5f5!important;color:#d92d20!important;box-shadow:none!important}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell .updates-page>.updates-hero,.admin-shell.pro-light-shell.v3-shell .updates-page .update-flow-grid,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .release-progress-grid,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .server-grid{grid-template-columns:1fr!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-summary,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .server-kpi-grid,.admin-shell.pro-light-shell.v3-shell .remote-management-page .monitoring-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .updates-page .update-summary,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .server-kpi-grid,.admin-shell.pro-light-shell.v3-shell .remote-management-page .monitoring-kpi-grid,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .planned-feature-grid,.admin-shell.pro-light-shell.v3-shell .server-monitoring-page .field-safeguard-grid,.admin-shell.pro-light-shell.v3-shell .deploy-page .package-grid,.admin-shell.pro-light-shell.v3-shell .deploy-page .platform-panel,.admin-shell.pro-light-shell.v3-shell .remote-management-page .remote-job-row,.admin-shell.pro-light-shell.v3-shell .updates-page .update-row{grid-template-columns:1fr!important}}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active.figma-playlists-page{border-radius:0!important;background:#fff!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active>:not(.playlist-edit-shell){display:none!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-shell{width:100%!important;max-width:100%!important;margin:0!important;padding:0 0 24px!important;display:grid!important;gap:0!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-header{min-height:249px!important;margin:0!important;padding:18px 0 28px!important;gap:22px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-identity{min-width:0!important;flex:1 1 auto!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:0 8px!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active :is(.playlist-edit-back,.playlist-edit-chevron),.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-identity>span:not(.playlist-edit-chevron):not(.playlist-edit-eyebrow){min-height:20px!important;margin:0!important;font-size:13px!important;line-height:20px!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-title-block{flex:0 0 100%!important;width:100%!important;grid-template-columns:54px minmax(0,1fr)!important;gap:18px!important;margin:39px 0 0!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-actions{margin-top:60px!important;padding-top:0!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-tabs{width:calc(100% + 84px)!important;min-height:58px!important;margin:0 -42px 28px!important;padding:0 42px!important;gap:46px!important;border:0!important;border-bottom:1px solid #e6ebf2!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-tabs button{min-height:58px!important;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;padding:2px 0 0!important;box-shadow:none!important;font-weight:850!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-tabs button.active{border-bottom-color:#1463ff!important;color:#1463ff!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-layout{width:100%!important;grid-template-columns:minmax(0,1fr) minmax(292px,320px)!important;gap:20px!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-layout:has(.playlist-settings-card){grid-template-columns:minmax(0,1fr)!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-layout:has(.playlist-settings-card)>.playlist-edit-rail{display:none!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active :is(.playlist-edit-main,.playlist-edit-rail,.playlist-edit-grid){gap:20px!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-card{border-color:#dce7f5!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 24px #1018280f!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-card>header{min-height:84px!important;padding:20px 22px!important;border-bottom:1px solid #e6ebf2!important;background:#fff!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active :is(.playlist-settings-card .playlist-form-grid,.playlist-form-grid.compact){grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px 20px!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-settings-card .playlist-form-grid{padding:20px!important}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell .topbar{left:232px!important}}@media(max-width:1500px){.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-layout{grid-template-columns:1fr!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:1100px){.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-header{min-height:0!important;flex-direction:column!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active .playlist-edit-actions{width:100%!important;margin-top:0!important;justify-content:flex-start!important}.admin-shell.pro-light-shell.v3-shell .playlist-edit-active :is(.playlist-edit-grid.two,.playlist-edit-grid.three,.playlist-edit-rail,.playlist-settings-card .playlist-form-grid,.playlist-form-grid.compact){grid-template-columns:1fr!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .topbar{left:0!important}.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar{grid-template-columns:1fr!important;width:100%!important;min-width:0!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar>*{width:100%!important;min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar select,.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar input,.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar button{width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar .ghost-btn{padding-inline:12px!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}}.admin-shell.pro-light-shell.v3-shell,.admin-shell.pro-light-shell.v3-shell *{box-sizing:border-box}.admin-shell.pro-light-shell.v3-shell{--dc-bg: #f5f8fc;--dc-bg-soft: #eef4fb;--dc-panel: #ffffff;--dc-panel-strong: #ffffff;--dc-row: #fbfdff;--dc-row-hover: #f4f8ff;--dc-input: #ffffff;--dc-input-strong: #ffffff;--dc-border: #dce7f5;--dc-border-strong: #b8d5ff;--dc-text: #101828;--dc-text-soft: #344054;--dc-text-muted: #667085;--dc-cyan: #0b6bff;--dc-violet: #7a5af8;--dc-green: #12a060;--dc-amber: #f79009;--dc-red: #f04438;--dc-gradient: linear-gradient(135deg, #0b6bff, #1570ef);--dc-hero-bg: transparent;--dc-hero-border: transparent;--dc-hero-shadow: none;--dc-eyebrow: #0b6bff;--dc-hero-copy: #667085}.admin-shell.pro-light-shell.v3-shell .main-area.app{overflow-x:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(input,select,textarea,button,a,.badge,.status-badge,.chip){max-width:100%}.admin-shell.pro-light-shell.v3-shell :is(button.secondary,.secondary,.secondary-button,.ghost-btn,.figma-secondary-button,.row-action-pill):not(.active):not(.danger){border:1px solid #d8e4f2!important;background:#fff!important;box-shadow:none!important;color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(button.secondary,.secondary,.secondary-button,.ghost-btn,.figma-secondary-button,.row-action-pill):not(.active):not(.danger):hover{border-color:#bfd7ff!important;background:#f8fbff!important;color:#0b6bff!important}.admin-shell.pro-light-shell.v3-shell :is(input,select){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell :is(.card,.panel,.table-card,.stat-card,.summary-card,.rail-panel,.aside-card,.side-card,.detail-card,.empty-state,.screen-fleet-table,.content-groups-page .group-card,.player-groups-page .group-card,.audit-context-panel){border:1px solid #dce7f5!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 24px #1018280b!important;color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(.card,.panel,.table-card,.stat-card,.summary-card,.rail-panel,.aside-card,.side-card,.detail-card,.screen-fleet-table,.content-groups-page,.player-groups-page,.audit-page,.updates-page) :is(h1,h2,h3,h4,strong,b,dt,th,td,label,.row-title,.stat-content){color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(.card,.panel,.table-card,.stat-card,.summary-card,.rail-panel,.aside-card,.side-card,.detail-card,.screen-fleet-table,.content-groups-page,.player-groups-page,.audit-page,.updates-page) :is(p,small,.mini,.muted,.trend,.helper,.table-note,dd,.row-subtitle){color:#667085!important}.admin-shell.pro-light-shell.v3-shell :is(.table-card,.screen-fleet-table,.audit-table-card,.content-groups-page,.player-groups-page) :is(table,.update-table){width:100%!important;color:#101828!important}.admin-shell.pro-light-shell.v3-shell :is(.table-card,.screen-fleet-table,.audit-table-card,.content-groups-page,.player-groups-page) :is(thead,.update-row.header){background:#f4f7fb!important;color:#53627a!important}.admin-shell.pro-light-shell.v3-shell :is(.table-card,.screen-fleet-table,.audit-table-card,.content-groups-page,.player-groups-page) :is(th,td,tr,.update-row){border-color:#e6edf6!important}.admin-shell.pro-light-shell.v3-shell :is(.screen-fleet-table,.audit-table-card,.content-groups-page,.player-groups-page) tbody tr:hover{background:#f8fbff!important}.admin-shell.pro-light-shell.v3-shell .players-page{display:grid!important;align-content:start!important;gap:18px!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-fleet-stats{width:100%!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:16px!important}.admin-shell.pro-light-shell.v3-shell .players-page .stat-card{min-height:112px!important;grid-template-columns:58px minmax(0,1fr)!important;align-items:center!important;justify-content:start!important;gap:14px!important;padding:18px!important}.admin-shell.pro-light-shell.v3-shell :is(.audit-kpi-grid,.report-kpi-grid,.company-kpi-grid,.company-metric-grid,.media-kpi-grid,.content-kpi-grid,.monitoring-kpi-grid,.playlist-kpi-grid,.update-summary,.summary-strip){grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.admin-shell.pro-light-shell.v3-shell .players-page .stat-card .spark{display:none!important}.admin-shell.pro-light-shell.v3-shell .players-page .stat-icon,.admin-shell.pro-light-shell.v3-shell .players-page .thumb,.admin-shell.pro-light-shell.v3-shell .metric-icon{border:0!important;background:#eaf3ff!important;color:#0b6bff!important}.admin-shell.pro-light-shell.v3-shell .players-page .stat-icon.green,.admin-shell.pro-light-shell.v3-shell .players-page .thumb.green{background:#dcf7e7!important;color:#008548!important}.admin-shell.pro-light-shell.v3-shell .players-page .stat-icon.orange,.admin-shell.pro-light-shell.v3-shell .players-page .thumb.orange{background:#fff1cf!important;color:#b56a00!important}.admin-shell.pro-light-shell.v3-shell .players-page .stat-icon.purple,.admin-shell.pro-light-shell.v3-shell .players-page .thumb.purple{background:#f2efff!important;color:#6d45d8!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-fleet-table{width:100%!important;max-width:100%!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar{grid-template-columns:minmax(260px,1fr) repeat(3,minmax(160px,.45fr)) auto!important;align-items:center!important;padding:16px!important;border-bottom:1px solid #e6edf6!important;background:#fff!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll{width:100%!important;max-width:100%!important;overflow-x:auto!important}.admin-shell.pro-light-shell.v3-shell .players-page table{width:100%!important;min-width:1280px!important;border-collapse:collapse!important;table-layout:fixed!important}.admin-shell.pro-light-shell.v3-shell .players-page th{padding:13px 16px!important;background:#f4f7fb!important;color:#53627a!important;text-align:left!important;font-size:12px!important;font-weight:850!important}.admin-shell.pro-light-shell.v3-shell .players-page td{padding:14px 16px!important;color:#344054!important;vertical-align:middle!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-column{width:30%!important}.admin-shell.pro-light-shell.v3-shell .players-page .location-column{width:15%!important}.admin-shell.pro-light-shell.v3-shell .players-page .playlist-column{width:19%!important}.admin-shell.pro-light-shell.v3-shell .players-page .status-column,.admin-shell.pro-light-shell.v3-shell .players-page .health-column{width:11%!important}.admin-shell.pro-light-shell.v3-shell .players-page .last-seen-column{width:13%!important}.admin-shell.pro-light-shell.v3-shell .players-page .size-column{width:9%!important}.admin-shell.pro-light-shell.v3-shell .players-page .actions-column{width:56px!important}.admin-shell.pro-light-shell.v3-shell .players-page .row-title{display:grid!important;grid-template-columns:84px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell .players-page .row-title :is(strong,a,span,div){min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.admin-shell.pro-light-shell.v3-shell .players-page .row-title :is(strong,a){display:block!important;color:#101828!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-footer{padding:16px!important;border-top:1px solid #e6edf6!important;color:#667085!important}.admin-shell.pro-light-shell.v3-shell .updates-page .table-heading>span{border:0!important;background:#eef4ff!important;color:#0b6bff!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page,.audit-page) :is(.section-nav,.audit-section-tabs,.company-section-tabs,.detail-tabs){width:100%!important;min-height:52px!important;margin:0 0 18px!important;padding:0!important;gap:28px!important;border:0!important;border-bottom:1px solid #e6ebf2!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page,.audit-page) :is(.section-nav,.audit-section-tabs,.company-section-tabs,.detail-tabs) :is(button,a){min-height:52px!important;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#334155!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page,.audit-page) :is(.section-nav,.audit-section-tabs,.company-section-tabs,.detail-tabs) :is(button.active,a.active,[aria-selected=true]){border-bottom-color:#1677ff!important;color:#1677ff!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page)>.adoption-tabs.workflow-tabs{width:100%!important;min-height:52px!important;display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:28px!important;margin:0 0 18px!important;padding:0!important;border:0!important;border-bottom:1px solid #e6ebf2!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page)>.adoption-tabs.workflow-tabs button{flex:0 0 auto!important;width:auto!important;min-width:max-content!important;min-height:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#334155!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page)>.adoption-tabs.workflow-tabs button.active{border-bottom-color:#1677ff!important;color:#1677ff!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page)>.adoption-tabs.workflow-tabs button strong{color:inherit!important;font-size:14px!important;line-height:1!important;font-weight:850!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page)>.adoption-tabs.workflow-tabs button small{display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) :is(.management-layout,.groups-layout,.detail-layout,.split-layout){display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,360px)!important;gap:18px!important;align-items:start!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) :is(.group-list,.player-list,.content-list,.schedule-list,.panel-list){display:grid!important;gap:10px!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) :is(.group-row,.content-row,.player-row,.schedule-row,.playlist-row,.table-row){border:1px solid #dce7f5!important;border-radius:12px!important;background:#fff!important;color:#101828!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) :is(.group-row,.content-row,.player-row,.schedule-row,.playlist-row,.table-row):hover{border-color:#bfd7ff!important;background:#f8fbff!important}.admin-shell.pro-light-shell.v3-shell :is(.table-wrap,.table-wrapper,.screen-table-scroll,.screen-table-wrap,.content-table-scroll,.content-table-wrap,.playlist-table-wrap,.campaign-timeline-shell,.report-table-scroll,.asset-table-scroll){max-width:100%!important;overflow-x:auto!important;overflow-y:visible;-webkit-overflow-scrolling:touch}.admin-shell.pro-light-shell.v3-shell .view-mode-toggle{grid-template-columns:repeat(2,minmax(70px,max-content))!important}.admin-shell.pro-light-shell.v3-shell .view-mode-toggle button{min-width:70px!important;padding:0 12px!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-row-action.icon-only,.admin-shell.pro-light-shell.v3-shell .screen-row-action.icon-only{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;display:inline-grid!important;place-items:center!important;overflow:hidden!important;text-overflow:clip!important}.admin-shell.pro-light-shell.v3-shell :is(.timeline-row,.timeline-row-grid,.timeline-campaign-cell,.timeline-schedule-cell,.timeline-track-area,.timeline-window,.campaign-bar,.campaign-bar>strong){min-width:0!important}.admin-shell.pro-light-shell.v3-shell :is(.timeline-row,.campaign-bar,.campaign-bar>strong){overflow:hidden!important;text-overflow:ellipsis!important}.admin-shell.pro-light-shell.v3-shell .timeline-track-area{overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .campaign-bar>strong{max-width:100%!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell :is(.company-row,.monitoring-player-row,.light-screen-status-row,.v3-action-tile){max-width:100%;min-width:0}.admin-shell.pro-light-shell.v3-shell :is(.company-row,.monitoring-player-row,.light-screen-status-row,.v3-action-tile) :is(strong,small,span,em){min-width:0;overflow-wrap:anywhere}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .topbar{position:fixed!important;top:0!important;right:0!important;left:0!important;width:100vw!important;min-width:0!important;height:78px!important;min-height:78px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:10px 14px!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .main-area.app{padding-top:78px!important}.admin-shell.pro-light-shell.v3-shell .topbar-left{display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search){position:static!important;inset:auto!important;width:100%!important;min-width:0!important;max-width:none!important;height:44px!important;min-height:44px!important;margin:0!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search) input{width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-right,.top-actions){position:static!important;inset:auto!important;width:auto!important;min-width:0!important;max-width:104px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.company-select,.console-mode-toggle){display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.notification-trigger,.topbar-user-chip,.topbar-user-chip .user-avatar){width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}.admin-shell.pro-light-shell.v3-shell .topbar-user-chip{padding:0!important;justify-content:center!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .topbar-user-chip>div:not(.user-avatar){display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.report-section-tabs,.audit-section-tabs,.console-setup-tabs,.company-section-tabs,.content-detail-tabs.detail-tabbar,.campaign-detail-tabs.detail-tabbar,.playlist-edit-tabs,.detail-tabs,.section-nav){width:100%!important;max-width:100%!important;min-height:52px!important;margin:0 0 18px!important;padding:0!important;display:flex!important;align-items:stretch!important;gap:28px!important;overflow-x:auto!important;overflow-y:hidden!important;border:0!important;border-bottom:1px solid #e6ebf2!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.admin-shell.pro-light-shell.v3-shell :is(.report-section-tabs,.audit-section-tabs,.console-setup-tabs,.company-section-tabs,.content-detail-tabs.detail-tabbar,.campaign-detail-tabs.detail-tabbar,.playlist-edit-tabs,.detail-tabs,.section-nav)::-webkit-scrollbar{display:none}.admin-shell.pro-light-shell.v3-shell :is(.report-section-tabs,.audit-section-tabs,.console-setup-tabs,.company-section-tabs,.content-detail-tabs.detail-tabbar,.campaign-detail-tabs.detail-tabbar,.playlist-edit-tabs,.detail-tabs,.section-nav) :is(button,a){flex:0 0 auto!important;width:auto!important;min-width:max-content!important;min-height:52px!important;padding:0!important;border:0!important;border-bottom:3px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#334155!important}.admin-shell.pro-light-shell.v3-shell :is(.report-section-tabs,.audit-section-tabs,.console-setup-tabs,.company-section-tabs,.content-detail-tabs.detail-tabbar,.campaign-detail-tabs.detail-tabbar,.playlist-edit-tabs,.detail-tabs,.section-nav) :is(button.active,a.active,[aria-current=page],[aria-selected=true]){border-bottom-color:#1677ff!important;color:#1677ff!important}.admin-shell.pro-light-shell.v3-shell :is(.kpi-grid,.metric-grid,.metrics-grid,.stat-grid,.stats-grid,.dashboard-kpi-grid,.playlist-kpi-grid,.report-kpi-grid,.monitoring-kpi-grid,.company-kpi-grid,.company-metric-grid,.content-kpi-grid,.media-kpi-grid,.screen-fleet-stats,.update-summary,.summary-strip){grid-template-columns:1fr!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell :is(.table-toolbar,.playlist-filter-bar,.content-library-toolbar,.campaign-filter-bar,.filters-card,.filter-row,.report-filter-bar,.company-filter-bar){display:grid!important;grid-template-columns:1fr!important;max-width:100%!important;gap:12px!important}.admin-shell.pro-light-shell.v3-shell :is(.table-toolbar,.playlist-filter-bar,.content-library-toolbar,.campaign-filter-bar,.filters-card,.filter-row,.report-filter-bar,.company-filter-bar)>*{width:100%!important;min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .playlist-search-field{width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell :is(.content-detail-shell,.playlist-edit-shell,.campaign-detail-shell,.campaign-editor-shell) :is(.asset-panel,.playlist-edit-card,.campaign-card,.table-card){min-width:0!important;max-width:100%!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .content-detail-shell .asset-panel table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch}.admin-shell.pro-light-shell.v3-shell :is(.campaign-timeline-shell,.timeline-table,.timeline-header,.timeline-row){min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .campaign-timeline-shell{overflow-x:visible!important}.admin-shell.pro-light-shell.v3-shell .timeline-table{width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell .timeline-header{display:none!important}.admin-shell.pro-light-shell.v3-shell .timeline-row.timeline-row-grid{width:100%!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;margin:0 0 10px!important;padding:14px!important;border:1px solid #dce7f5!important;border-radius:14px!important;background:#fff!important}.admin-shell.pro-light-shell.v3-shell .timeline-row.timeline-row-grid>span{width:100%!important;max-width:100%!important;padding:0!important}.admin-shell.pro-light-shell.v3-shell .timeline-row>.campaign-status-badge{width:max-content!important;max-width:100%!important;justify-self:start!important}.admin-shell.pro-light-shell.v3-shell .timeline-row>.timeline-track-area{min-height:58px!important;border:1px solid #e3ecf7!important;border-radius:12px!important}.admin-shell.pro-light-shell.v3-shell .timeline-days,.admin-shell.pro-light-shell.v3-shell .timeline-days>div{width:100%!important;min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell :is(.v3-action-tile,.adoption-tabs.workflow-tabs button){width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.v3-action-tile,.adoption-tabs.workflow-tabs button) :is(strong,small){min-width:0!important;white-space:normal!important;overflow-wrap:anywhere!important}.admin-shell.pro-light-shell.v3-shell :is(.company-row,.monitoring-player-row,.light-screen-status-row){grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.company-row,.monitoring-player-row,.light-screen-status-row) *{min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell :is(.startup-stage,.startup-center,.startup-status,.startup-status-left,.startup-status-right){width:100%!important;min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page:has(>.playlist-kpi-grid)>.playlist-kpi-grid,.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page>.playlist-kpi-grid{grid-template-columns:1fr!important;width:100%!important;min-height:0!important;height:auto!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-kpi-card{width:100%!important;min-width:0!important;grid-template-columns:72px minmax(0,1fr)!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-filter-bar{grid-template-columns:1fr!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .playlists-page.figma-playlists-page .playlist-filter-bar :is(label,select,.view-mode-toggle){width:100%!important;min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .analytics-page.nova-analytics-page>.report-section-tabs,.admin-shell.pro-light-shell.v3-shell .nova-console-settings-page>.console-setup-tabs,.admin-shell.pro-light-shell.v3-shell .content-detail-shell .content-detail-tabs.detail-tabbar,.admin-shell.pro-light-shell.v3-shell .companies-page>.company-section-tabs,.admin-shell.pro-light-shell.v3-shell .company-admin-page>.company-section-tabs,.admin-shell.pro-light-shell.v3-shell .users-page>.company-section-tabs{width:100%!important;max-width:100%!important;margin:0 0 18px!important;padding:0!important;left:auto!important;transform:none!important}.admin-shell.pro-light-shell.v3-shell .content-detail-shell .asset-usage-section table,.admin-shell.pro-light-shell.v3-shell .content-detail-shell .asset-log-panel table{display:table!important;table-layout:fixed!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;white-space:normal!important}.admin-shell.pro-light-shell.v3-shell .content-detail-shell :is(.asset-usage-section,.asset-log-panel) :is(th,td){min-width:0!important;max-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .schedules-page .timeline-block{overflow:hidden!important;text-overflow:ellipsis!important}.admin-shell.pro-light-shell.v3-shell .organization-page .company-row{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.admin-shell.pro-light-shell.v3-shell .organization-page .company-row .company-main{min-width:0!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .organization-page .company-row .company-main :is(strong,span){display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .organization-page .mini-action{width:100%!important;min-width:0!important;justify-content:center!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page .dashboard-secondary-grid,.admin-shell.pro-light-shell.v3-shell .console-overview-page .now-playing-meta{grid-template-columns:1fr!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page :is(.now-playing-card,.now-playing-preview,.dashboard-card-heading,.now-playing-meta){width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .console-overview-page :is(.now-playing-preview span,.now-playing-preview small,.now-playing-meta strong,.now-playing-meta small){min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-detail-shell>nav.content-detail-tabs.section-nav.detail-tabbar{width:100%!important;max-width:100%!important;margin:0 0 18px!important;padding:0!important;transform:none!important}.admin-shell.pro-light-shell.v3-shell .schedules-page .figma-action-grid{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .schedules-page .figma-action-grid button{width:100%!important;min-width:0!important;justify-content:flex-start!important;overflow:hidden!important;text-overflow:ellipsis!important}.admin-shell.pro-light-shell.v3-shell .schedules-page .figma-action-grid button :is(strong,span){min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .organization-page .mini-row{grid-template-columns:46px minmax(0,1fr)!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .organization-page .mini-row em{grid-column:2!important;justify-self:start!important}.admin-shell.pro-light-shell.v3-shell .organization-page .mini-row .mini-action{grid-column:1 / -1!important;width:100%!important;min-width:0!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .players-page .screen-fleet-table .table-toolbar,.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar>*,.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar :is(.search-field,select,button){width:100%!important;min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar select{display:block!important}.admin-shell.pro-light-shell.v3-shell .players-page .table-toolbar .ghost-btn{min-height:44px!important;min-width:132px!important;padding-inline:14px!important;justify-self:stretch!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-create-panel,.user-create-panel){display:grid!important;gap:22px!important;margin-block:14px 18px!important;padding:28px 30px!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page){gap:28px!important;padding-bottom:56px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) .company-section-tabs{margin-bottom:18px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-kpi-grid,.user-kpi-grid){gap:18px!important;margin-bottom:20px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-kpi-card,.user-kpi-card){min-height:122px!important;grid-template-columns:58px minmax(0,1fr)!important;gap:16px!important;padding:20px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-kpi-card,.user-kpi-card)>div{min-width:0!important;display:grid!important;gap:4px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-kpi-card,.user-kpi-card) strong{overflow-wrap:anywhere!important;font-size:clamp(28px,1.75vw,34px)!important;line-height:1.02!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-filter-bar,.user-filter-bar){margin-block:14px 18px!important;padding:16px 18px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-main-grid,.user-main-grid){gap:32px!important;margin-top:16px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form){display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:22px!important;width:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form)>.form-grid{grid-column:1 / -1!important;display:grid!important;grid-template-columns:repeat(4,minmax(220px,1fr))!important;gap:20px 18px!important;align-items:start!important;width:100%!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form)>.form-grid label{min-width:0!important;display:grid!important;gap:8px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form) :is(input:not([type=checkbox]),select){width:100%!important;min-width:0!important;min-height:46px!important}.admin-shell.pro-light-shell.v3-shell .nova-company-page .company-form .form-grid .wide{grid-column:span 2!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form) .checkbox-label{width:fit-content!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;justify-self:start!important;align-self:center!important;gap:10px!important;padding:0!important;border:0!important;background:transparent!important;color:#101828!important;text-align:left!important}.admin-shell.pro-light-shell.v3-shell .nova-company-page .company-form .form-grid .checkbox-label{grid-column:span 2!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form) .checkbox-label input[type=checkbox]{flex:0 0 18px!important;width:18px!important;min-width:18px!important;height:18px!important;min-height:18px!important;margin:0!important;padding:0!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form) .form-actions{grid-column:1 / -1!important;align-self:start!important;min-height:0!important;height:auto!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;width:100%!important;padding-top:2px!important}.admin-shell.pro-light-shell.v3-shell .nova-users-page .user-form>.checkbox-label{grid-column:1 / -1!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-table-card,.user-table-card) table{table-layout:auto!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-table-card,.user-table-card) :is(th,td){padding:12px 16px!important;vertical-align:middle!important}.admin-shell.pro-light-shell.v3-shell .nova-users-page .user-table-card tbody tr{min-height:64px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-name,.user-name){min-width:0!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-name,.user-name)>div{min-width:0!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-name,.user-name) :is(strong,small){max-width:100%!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) .row-actions{display:inline-flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:8px!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) .row-actions button{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;display:inline-grid!important;place-items:center!important;padding:0!important;line-height:1!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-surface{display:grid;gap:20px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) :is(.management-card-toolbar,.management-list-toolbar,.unified-list-toolbar){display:grid;grid-template-columns:minmax(240px,.9fr) minmax(360px,1.1fr);align-items:center;gap:14px;margin:0;padding:16px;border:1px solid #dce7f5;border-radius:14px;background:#fff;box-shadow:0 8px 24px #1018280b}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .unified-list-filters{min-width:0}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .unified-list-filters input{width:100%;min-height:44px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .unified-list-toolbar .list-controls{min-height:44px;padding:0;border:0;background:transparent;box-shadow:none}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,420px));gap:18px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card{min-width:0;display:grid;gap:18px;padding:22px;border:1px solid #dce7f5;border-radius:14px;background:#fff;box-shadow:0 8px 24px #1018280b;color:#101828}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card:hover{border-color:#bfd7ff;background:#fbfdff}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-head{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:start;gap:14px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-icon{width:52px;height:52px;border:0;border-radius:12px;background:#eaf3ff;color:#0b6bff}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-head :is(strong,small),.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-facts :is(strong,span){max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-head strong,.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-facts strong{color:#101828}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-head small,.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-facts span{color:#667085}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-head em{min-height:26px;display:inline-flex;align-items:center;width:fit-content;padding:0 10px;border-radius:999px;background:#ffeded;color:#d92d20}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-head em.active{background:#dcf7e7;color:#008548}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-actions button{min-height:42px;border:1px solid #d8e4f2;border-radius:10px;background:#fff;color:#101828;box-shadow:none}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-actions button:hover{border-color:#bfd7ff;background:#f8fbff;color:#0b6bff}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .groups-library{display:grid;gap:18px;overflow:hidden}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-list{gap:12px;padding:16px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-row{min-height:58px;gap:16px;padding:12px 16px;border-color:#dce7f5;background:#fff;color:#101828}.admin-shell.pro-light-shell.v3-shell .content-groups-page .group-row{grid-template-columns:52px minmax(230px,1.35fr) minmax(150px,.72fr) minmax(130px,.62fr) minmax(110px,.52fr) minmax(92px,auto) minmax(132px,auto)}.admin-shell.pro-light-shell.v3-shell .player-groups-page .group-row{grid-template-columns:52px minmax(230px,1.35fr) minmax(150px,.72fr) minmax(130px,.62fr) minmax(110px,.52fr) minmax(130px,.62fr) minmax(92px,auto) minmax(132px,auto)}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-row :is(.group-main,.group-main>div,.group-meta){min-width:0}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-row :is(strong,span){max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-row :is(.group-icon,.row-action-pill,em){flex:0 0 auto}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench{display:grid;gap:18px;margin:6px 0 20px;padding:0 20px 20px;border:1px solid #dce7f5;border-radius:14px;background:#f8fbff;box-shadow:0 8px 24px #1018280b;color:#101828}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench .workbench-header{min-width:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin:0 -20px;padding:20px 22px;border-bottom:1px solid #e6edf6;border-radius:14px 14px 0 0;background:#fff}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench .workbench-header>div{min-width:min(420px,100%)}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.workbench-counts,.section-header){min-width:0}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench .workbench-counts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench .workbench-counts span{min-height:30px;max-width:220px;border:1px solid #d8e6fb;background:#eef6ff;color:#0b6bff;text-overflow:ellipsis}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.workbench-grid,.membership-grid){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.assignment-card,.membership-panel,.default-card,.schedule-card,.management-danger-zone){min-width:0;border:1px solid #dce7f5;border-radius:14px;background:#fff;box-shadow:none;color:#101828}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.assignment-card,.membership-panel){padding:20px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.section-header,form){min-width:0;display:grid;gap:12px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.section-header h3,.workbench-header h3){color:#101828}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.section-header p,.workbench-header p,.muted-copy,.empty-inline){color:#667085}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(select,input){width:100%;min-height:46px;border-color:#dce7f5;background:#fff;color:#101828}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(button,.operation-button){min-height:44px}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.member-row,.media-row,.empty-inline){border:1px solid #dce7f5;border-radius:12px;background:#fbfdff;color:#101828}.admin-shell.pro-light-shell.v3-shell .updates-page .table-panel{overflow:hidden}.admin-shell.pro-light-shell.v3-shell .updates-page .update-table{display:block;width:100%;padding:0 20px 20px;overflow-x:auto}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row{width:100%;min-width:1060px;min-height:66px;display:grid;grid-template-columns:34px minmax(230px,1.35fr) minmax(130px,.65fr) minmax(190px,.9fr) minmax(240px,1.05fr) minmax(150px,.65fr);align-items:center;gap:12px;margin:0;padding:10px 14px;border-width:0 0 1px;border-color:#e6edf6;border-radius:0;background:#fff;color:#101828;box-shadow:none;text-align:left}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row.header{position:sticky;left:0;z-index:1;min-height:40px;padding:0 14px;border-bottom:1px solid #dce7f5;background:#f8fbff;color:#53627a}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row.selected{background:#eef6ff}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row.disabled{opacity:1}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row>span{min-width:0;justify-self:stretch;text-align:left}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row .row-select{justify-self:start;display:grid;place-items:center}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row input[type=checkbox]{width:18px;min-width:18px;height:18px;min-height:18px;margin:0;padding:0}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row :is(strong,small,code){max-width:100%;overflow:hidden;display:block;line-height:1.25;text-align:left;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row :is(strong,code){white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .updates-page .status-cell{display:grid;align-content:center;justify-items:start;gap:5px}.admin-shell.pro-light-shell.v3-shell .updates-page .update-job-progress{grid-column:2 / -1;min-width:0;margin-top:2px;border-color:#dce7f5;background:#f8fbff}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-grid{grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:18px}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-players-panel{overflow:hidden}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-list{display:grid;gap:8px;padding:14px;overflow-x:auto}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row{width:100%;min-width:940px;min-height:64px;grid-template-columns:44px minmax(210px,1.45fr) minmax(106px,.55fr) minmax(92px,.48fr) minmax(126px,.68fr) minmax(126px,.7fr) minmax(126px,.68fr) minmax(130px,.72fr);gap:10px;padding:10px 12px;border:1px solid #dce7f5;border-radius:12px;background:#fff;color:#101828;box-shadow:none}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row:hover,.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row.selected{border-color:#bfd7ff;background:#f8fbff}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row>*{min-width:0}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row :is(.player-main strong,.player-main small,.monitoring-metric strong,.monitoring-metric small){max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-metric{display:grid;gap:3px;align-content:center}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-summary,.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid>div,.admin-shell.pro-light-shell.v3-shell .monitoring-page .light-screen-focus-grid>div{border:1px solid #dce7f5;border-radius:12px;background:#f8fbff;color:#101828}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid :is(span,small),.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-summary{color:#667085}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid strong,.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-head strong{color:#101828}.admin-shell.pro-light-shell.v3-shell .monitoring-page .rank-row{border-color:#dce7f5;background:#fff;color:#101828}.admin-shell.pro-light-shell.v3-shell .monitoring-page .rank-row>span{border:0;background:#dcf7e7;color:#008548}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-timeline-shell{border-color:#dce7f5;background:#fff;box-shadow:0 8px 24px #1018280b}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-header{border-bottom:1px solid #dce7f5;background:#f8fbff;color:#53627a}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row{border-bottom:1px solid #e6edf6;background:#fff;color:#101828}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-row:hover{background:#f8fbff}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-campaign-cell,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-schedule-cell{background:#fff;color:#101828}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-campaign-cell em{color:#94a3b8}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-campaign-cell strong,.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-schedule-cell strong{color:#101828}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page :is(.timeline-campaign-cell small,.timeline-schedule-cell small){color:#667085}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .timeline-track-area{border-left:1px solid #dce7f5;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(var(--timeline-day-width, 14.285%) - 1px),#e6edf6 calc(var(--timeline-day-width, 14.285%) - 1px),#e6edf6 var(--timeline-day-width, 14.285%)),linear-gradient(180deg,#fff,#fbfdff)}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-bar.conflict{border-color:#f97066;background:repeating-linear-gradient(135deg,rgba(249,112,102,.28) 0 4px,transparent 4px 8px),#fff7f7}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-bar.conflict>strong{color:#7a271a}@media(max-width:1280px){.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form)>.form-grid{grid-template-columns:repeat(2,minmax(220px,1fr))!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) :is(.management-card-toolbar,.management-list-toolbar,.unified-list-toolbar),.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-grid{grid-template-columns:1fr!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-row{grid-template-columns:52px minmax(0,1fr) minmax(132px,auto)!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-row :is(.group-meta,em){display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench :is(.workbench-grid,.membership-grid){grid-template-columns:1fr!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form)>.form-grid,.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-facts,.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid{grid-template-columns:1fr!important}.admin-shell.pro-light-shell.v3-shell .nova-company-page .company-form .form-grid .wide,.admin-shell.pro-light-shell.v3-shell .nova-company-page .company-form .form-grid .checkbox-label{grid-column:auto!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form) .form-actions{align-items:stretch!important;flex-direction:column!important}.admin-shell.pro-light-shell.v3-shell :is(.nova-company-page,.nova-users-page) :is(.company-form,.user-form) .form-actions button{width:100%!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-grid{grid-template-columns:1fr!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-head{grid-template-columns:48px minmax(0,1fr)!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .management-card-head em{grid-column:2!important;justify-self:start!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-row{width:100%!important;max-width:100%!important;box-sizing:border-box!important;grid-template-columns:44px minmax(0,1fr)!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-row .row-action-pill{max-width:100%!important;box-sizing:border-box!important;grid-column:2!important;justify-self:start!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .groups-library,.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .groups-library>:is(.panel-header,.unified-list-toolbar,.group-list),.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .unified-list-toolbar :is(.unified-list-filters,app-list-controls,.list-controls,.list-control-actions){width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .groups-library>.unified-list-toolbar{grid-template-columns:minmax(0,1fr)!important;padding:14px!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .unified-list-filters input{box-sizing:border-box!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .unified-list-toolbar .list-controls{display:grid!important;grid-template-columns:minmax(0,1fr)!important;justify-items:stretch!important;gap:12px!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0 14px 14px!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench .workbench-header{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:0!important;padding:16px!important}.admin-shell.pro-light-shell.v3-shell :is(.content-groups-page,.player-groups-page) .group-workbench .workbench-counts{justify-content:flex-start!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page{width:100%!important;max-width:100%!important;padding:18px!important;overflow-x:clip!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-editor-header{min-width:0!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .screen-page-title{max-width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .screen-page-title .breadcrumb-button{width:fit-content!important;max-width:100%!important;min-height:42px!important;padding:0 12px!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper button{width:100%!important;min-width:0!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .campaign-page.players-page .campaign-stepper :is(strong,small){white-space:normal!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-table{padding:0 14px 14px!important;overflow-x:visible!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row.header{display:none!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row{min-width:0!important;min-height:0!important;grid-template-columns:24px minmax(0,1fr) minmax(76px,auto)!important;gap:5px 10px!important;margin-bottom:8px!important;padding:8px 12px!important;border-width:1px!important;border-radius:12px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row .row-select{grid-row:1 / 3!important;align-self:start!important;padding-top:2px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row .player-cell{grid-column:2!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row>span:nth-child(3){grid-column:3!important;grid-row:1!important;justify-self:end!important;min-height:18px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row>span:nth-child(4){grid-column:2 / -1!important;min-height:18px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row .status-cell{grid-column:2 / -1!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:4px 6px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row .player-online,.admin-shell.pro-light-shell.v3-shell .updates-page .update-row .last-seen{display:none!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-job-progress{grid-column:1 / -1!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-list{overflow-x:visible!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row{min-width:0!important;min-height:0!important;grid-template-columns:42px minmax(0,1fr)!important;gap:8px 10px!important;padding:12px!important;overflow:hidden!important;text-overflow:ellipsis!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row>*{max-width:100%!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .avatar-tile{grid-row:1 / 3!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .player-main,.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .status-badge{grid-column:2!important;justify-self:start!important;max-width:100%!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .monitoring-metric{grid-column:1 / -1!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:center!important;gap:2px!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .monitoring-metric:nth-of-type(n+7){display:none!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .sidebar .sidebar-mode-toggle{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:6px!important;border:1px solid rgba(184,213,255,.22)!important;border-radius:14px!important;background:#ffffff14!important}.admin-shell.pro-light-shell.v3-shell .sidebar .sidebar-mode-toggle button{min-width:0!important;min-height:38px!important;padding:0 10px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#d9e8ff!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .sidebar .sidebar-mode-toggle button.active{background:#1677ff!important;color:#fff!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .topbar{position:fixed!important;inset:0 0 auto!important;width:100%!important;height:116px!important;min-height:116px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-rows:44px 42px!important;grid-template-areas:"menu title actions" "search search search"!important;align-items:center!important;gap:8px 10px!important;padding:10px 12px 12px!important;overflow:visible!important;border-bottom:1px solid rgba(184,213,255,.18)!important;background:linear-gradient(180deg,#061b3f,#082354)!important;box-shadow:0 8px 22px #02061729!important}.admin-shell.pro-light-shell.v3-shell .main-area.app{padding-top:116px!important}.admin-shell.pro-light-shell.v3-shell .content-area{min-height:calc(100dvh - 116px)!important}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button{grid-area:menu!important;position:static!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;margin:0!important}.admin-shell.pro-light-shell.v3-shell .topbar-left{grid-area:title!important;min-width:0!important;display:grid!important;gap:2px!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .topbar-left .topbar-kicker{display:block!important;overflow:hidden!important;color:#93c5fd!important;font-size:10px!important;line-height:1!important;font-weight:850!important;letter-spacing:0!important;text-transform:none!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .topbar-left h1{overflow:hidden!important;margin:0!important;color:#fff!important;font-size:15px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:0!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search){grid-area:search!important;width:100%!important;min-width:0!important;max-width:100%!important;height:42px!important;min-height:42px!important;margin:0!important;border-color:#b8d5ff38!important;background:#ffffff1c!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search) input{min-width:0!important;color:#fff!important;font-size:14px!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search) input::placeholder{color:#e2eeffa3!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-right,.top-actions){grid-area:actions!important;width:auto!important;min-width:0!important;max-width:none!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell :is(.company-select,.top-actions .console-mode-toggle){display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.notification-trigger,.topbar-user-chip,.topbar-user-chip .user-avatar){width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}.admin-shell.pro-light-shell.v3-shell .topbar-user-chip{padding:0!important;justify-content:center!important}.admin-shell.pro-light-shell.v3-shell .topbar-user-chip>div:not(.user-avatar){display:none!important}.admin-shell.pro-light-shell.v3-shell .notification-panel{position:fixed!important;top:126px!important;right:10px!important;left:10px!important;width:auto!important;max-width:none!important}}.admin-shell.pro-light-shell .sidebar{gap:10px!important;padding:18px 14px!important}.admin-shell.pro-light-shell .logo-brand{min-height:38px!important}.admin-shell.pro-light-shell .logo-brand .sidebar-logo-full{width:170px!important}.admin-shell.pro-light-shell .sidebar-nav{min-height:0!important;gap:5px!important;padding:0 2px 4px!important;scrollbar-width:thin}.admin-shell.pro-light-shell .nav-section{gap:4px!important}.admin-shell.pro-light-shell .nav-section-title{padding:8px 10px 2px!important;font-size:10px!important;letter-spacing:0!important}.admin-shell.pro-light-shell .sidebar-nav a,.admin-shell.pro-light-shell .sidebar-nav button.nav-action{min-height:38px!important;gap:10px!important;padding:0 10px!important;border-radius:10px!important;font-size:13px!important}.admin-shell.pro-light-shell .nav-icon{width:24px!important;height:24px!important;flex-basis:24px!important;border-radius:7px!important;font-size:14px!important}.admin-shell.pro-light-shell .nested-menu{gap:3px!important;margin:-2px 0 3px 18px!important;padding-left:14px!important}.admin-shell.pro-light-shell .nested-menu a{min-height:26px!important;padding:0 8px!important;border-radius:7px!important;font-size:12px!important}.admin-shell.pro-light-shell .nav-section+.nav-section{margin-top:2px!important;padding-top:6px!important}.admin-shell.pro-light-shell .compact-sidebar-footer{flex:0 0 auto!important;display:grid!important;gap:7px!important;padding-top:8px!important;border-top:1px solid rgba(255,255,255,.12)!important}.admin-shell.pro-light-shell .compact-sidebar-footer .storage-card,.admin-shell.pro-light-shell .compact-sidebar-footer .help,.admin-shell.pro-light-shell .compact-sidebar-footer footer{display:none!important}.admin-shell.pro-light-shell .sidebar-scope-chip{min-width:0!important;min-height:42px!important;display:grid!important;grid-template-columns:32px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:5px 8px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;background:#ffffff14!important;color:#fff!important;text-decoration:none!important}.admin-shell.pro-light-shell .sidebar-scope-chip:not(.readonly):hover{background:#ffffff1f!important}.admin-shell.pro-light-shell .sidebar-scope-chip.readonly{cursor:default!important}.admin-shell.pro-light-shell .sidebar-scope-chip .avatar.small{width:32px!important;min-width:32px!important;height:32px!important;border-radius:10px!important;font-size:11px!important}.admin-shell.pro-light-shell .sidebar-scope-chip>div:not(.avatar){min-width:0!important;display:grid!important;gap:1px!important}.admin-shell.pro-light-shell .sidebar-scope-chip strong,.admin-shell.pro-light-shell .sidebar-scope-chip small{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell .sidebar-scope-chip strong{color:#fff!important;font-size:12px!important;line-height:1.15!important}.admin-shell.pro-light-shell .sidebar-scope-chip small,.admin-shell.pro-light-shell .sidebar-scope-chip .scope-chevron{color:#e2eeffad!important;font-size:10px!important;line-height:1.2!important}.admin-shell.pro-light-shell .sidebar-mode-toggle{min-height:36px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px!important;padding:4px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;background:#ffffff14!important}.admin-shell.pro-light-shell .sidebar-mode-toggle button{min-width:0!important;min-height:28px!important;gap:5px!important;padding:0 6px!important;border:0!important;border-radius:9px!important;background:transparent!important;box-shadow:none!important;color:#e2eeffc7!important;font-size:11px!important;font-weight:850!important}.admin-shell.pro-light-shell .sidebar-mode-toggle button span{width:19px!important;height:19px!important;display:inline-grid!important;place-items:center!important;border-radius:6px!important;background:#ffffff1a!important;color:inherit!important;font-size:9px!important}.admin-shell.pro-light-shell .sidebar-mode-toggle button.active{background:#ffffff2e!important;color:#fff!important}.admin-shell.pro-light-shell .sidebar-utility-dock{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(48px,1fr))!important;gap:6px!important}.admin-shell.pro-light-shell .sidebar-utility-dock .sidebar-tool-button{min-width:0!important;min-height:42px!important;width:100%!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:22px auto!important;align-content:center!important;justify-content:center!important;justify-items:center!important;place-items:center!important;gap:3px!important;padding:5px 4px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important;background:#ffffff14!important;box-shadow:none!important;color:#e2eeffe0!important;font-size:10px!important;font-weight:850!important;line-height:1!important;text-align:center!important;text-decoration:none!important}.admin-shell.pro-light-shell .sidebar-utility-dock .sidebar-tool-button:hover,.admin-shell.pro-light-shell .sidebar-utility-dock .sidebar-tool-button.active{transform:none!important;background:#ffffff24!important;color:#fff!important}.admin-shell.pro-light-shell .sidebar-utility-dock .sidebar-tool-button .nav-icon{width:22px!important;height:22px!important;flex-basis:22px!important;justify-self:center!important;margin:0 auto!important;background:#ffffff1c!important}@media(max-height:820px)and (min-width:761px){.admin-shell.pro-light-shell .sidebar{padding-top:14px!important;padding-bottom:12px!important}.admin-shell.pro-light-shell .logo-brand{min-height:34px!important}.admin-shell.pro-light-shell .logo-brand .sidebar-logo-full{width:156px!important}.admin-shell.pro-light-shell .sidebar-nav a,.admin-shell.pro-light-shell .sidebar-nav button.nav-action{min-height:35px!important}.admin-shell.pro-light-shell .nav-section-title{padding-top:5px!important}.admin-shell.pro-light-shell .sidebar-scope-chip,.admin-shell.pro-light-shell .sidebar-utility-dock .sidebar-tool-button{min-height:38px!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .sidebar{display:flex!important;flex-direction:column!important;gap:8px!important;overflow:hidden!important;padding:14px 12px!important}.admin-shell.pro-light-shell.v3-shell .logo-brand{min-height:34px!important}.admin-shell.pro-light-shell.v3-shell .logo-brand .sidebar-logo-full{width:154px!important}.admin-shell.pro-light-shell.v3-shell .sidebar-nav{flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:2px!important}.admin-shell.pro-light-shell.v3-shell .sidebar-nav a,.admin-shell.pro-light-shell.v3-shell .sidebar-nav button.nav-action{min-height:36px!important}.admin-shell.pro-light-shell.v3-shell .nav-section-title{padding-top:5px!important}.admin-shell.pro-light-shell.v3-shell .compact-sidebar-footer{flex:0 0 auto!important;gap:6px!important;padding-top:7px!important}.admin-shell.pro-light-shell.v3-shell .sidebar-scope-chip{min-height:38px!important;grid-template-columns:30px minmax(0,1fr) auto!important;padding:4px 7px!important}.admin-shell.pro-light-shell.v3-shell .sidebar-scope-chip .avatar.small{width:30px!important;min-width:30px!important;height:30px!important}.admin-shell.pro-light-shell.v3-shell .sidebar-scope-chip small{display:none!important}.admin-shell.pro-light-shell.v3-shell .sidebar-mode-toggle button{min-height:27px!important}.admin-shell.pro-light-shell.v3-shell .sidebar-utility-dock .sidebar-tool-button{min-height:38px!important}}.admin-shell.pro-light-shell.v3-shell .nav-icon{display:inline-grid!important;place-items:center!important;line-height:0!important}.admin-shell.pro-light-shell.v3-shell .nav-icon dc-icon{font-size:17px!important}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-kpi-card,.company-kpi-card,.user-kpi-card,.audit-kpi-card,.playlist-kpi-card,.content-kpi-card,.report-kpi-card,.campaign-kpi-card,.screen-fleet-stats>.stat-card){display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;align-items:center!important;justify-items:stretch!important;gap:0 14px!important;text-align:left!important}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-icon,.metric-icon,.playlist-kpi-icon,.content-kpi-icon,.report-kpi-card>span,.campaign-kpi-card .kpi-icon,.screen-fleet-stats>.stat-card .stat-icon){width:52px!important;min-width:52px!important;height:52px!important;min-height:52px!important;display:inline-grid!important;place-items:center!important;justify-self:center!important;align-self:center!important;padding:0!important;font-size:22px!important;line-height:0!important;text-align:center!important}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-icon,.metric-icon,.playlist-kpi-icon,.content-kpi-icon,.report-kpi-card>span,.campaign-kpi-card .kpi-icon,.screen-fleet-stats>.stat-card .stat-icon) dc-icon{font-size:22px!important}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-kpi-card .kpi-copy,.company-kpi-card>div,.user-kpi-card>div,.audit-kpi-card>div,.playlist-kpi-card>div,.content-kpi-card>div,.report-kpi-card>div,.campaign-kpi-card .stat-content,.screen-fleet-stats>.stat-card .stat-content){min-width:0!important;display:grid!important;align-content:center!important;justify-items:start!important;text-align:left!important}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-kpi-card small,.company-kpi-card small,.user-kpi-card small,.audit-kpi-card small,.playlist-kpi-card small,.content-kpi-card small,.report-kpi-card small,.campaign-kpi-card small,.screen-fleet-stats>.stat-card small){width:100%!important;text-align:left!important}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-kpi-card strong,.company-kpi-card strong,.user-kpi-card strong,.audit-kpi-card strong,.playlist-kpi-card strong,.content-kpi-card strong,.report-kpi-card strong,.campaign-kpi-card strong,.screen-fleet-stats>.stat-card strong){width:100%!important;text-align:left!important}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell :is(.dashboard-kpi-card,.company-kpi-card,.user-kpi-card,.audit-kpi-card,.playlist-kpi-card,.content-kpi-card,.report-kpi-card,.campaign-kpi-card,.screen-fleet-stats>.stat-card){grid-template-columns:48px minmax(0,1fr)!important;min-height:92px!important;gap:0 12px!important;padding:14px!important}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-icon,.metric-icon,.playlist-kpi-icon,.content-kpi-icon,.report-kpi-card>span,.campaign-kpi-card .kpi-icon,.screen-fleet-stats>.stat-card .stat-icon){width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;font-size:20px!important}.admin-shell.pro-light-shell.v3-shell :is(.dashboard-icon,.metric-icon,.playlist-kpi-icon,.content-kpi-icon,.report-kpi-card>span,.campaign-kpi-card .kpi-icon,.screen-fleet-stats>.stat-card .stat-icon) dc-icon{font-size:20px!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .content-area img{max-width:100%!important;height:auto!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page :is(.recent-upload-preview,.content-row-icon) img{width:100%!important;max-width:100%!important;height:100%!important;object-fit:cover!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper){overflow-x:visible!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper) table{width:100%!important;min-width:0!important;max-width:100%!important;display:block!important;border-collapse:separate!important;border-spacing:0!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper) thead{display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper) tbody{width:100%!important;display:grid!important;gap:10px!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper) tr{width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:9px 12px!important;padding:14px!important;border:1px solid #dce7f5!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper) td{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(84px,auto) minmax(0,1fr)!important;gap:8px!important;padding:0!important;border:0!important;color:#101828!important;text-align:left!important;white-space:normal!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper) td:before{color:#667085!important;font-size:11px!important;font-weight:850!important;line-height:1.35!important;text-transform:uppercase!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper) td:first-child{grid-column:1 / -1!important;grid-template-columns:minmax(0,1fr)!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.playlists-page .playlist-table-wrap,.content-page.figma-media-page .content-library-table-card,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper,.nova-audit-page .table-wrapper) td:first-child:before{content:none!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper) td:last-child,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-table-wrap td:nth-child(8),.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td.action-col,.admin-shell.pro-light-shell.v3-shell .nova-audit-page .table-wrapper td:last-child{grid-column:1 / -1!important;grid-template-columns:minmax(0,1fr)!important}.admin-shell.pro-light-shell.v3-shell :is(.players-page .screen-table-scroll,.nova-company-page .table-wrapper,.nova-users-page .table-wrapper) td:last-child:before,.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-table-wrap td:nth-child(8):before,.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td.action-col:before,.admin-shell.pro-light-shell.v3-shell .nova-audit-page .table-wrapper td:last-child:before{content:none!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll .location-column:before{content:"Location"}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll .playlist-column:before{content:"Now playing"}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll .status-column:before{content:"Status"}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll .health-column:before{content:"Health"}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll .last-seen-column:before{content:"Last seen"}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll .size-column:before{content:"Size"}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll .actions-column{justify-items:stretch!important}.admin-shell.pro-light-shell.v3-shell .players-page .screen-table-scroll .actions-column a{width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-table-wrap td:nth-child(2):before{content:"Type"}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-table-wrap td:nth-child(3):before{content:"Items"}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-table-wrap td:nth-child(4):before{content:"Duration"}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-table-wrap td:nth-child(5):before{content:"Status"}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-table-wrap td:nth-child(6):before{content:"Folder"}.admin-shell.pro-light-shell.v3-shell .playlists-page .playlist-table-wrap td:nth-child(7):before{content:"Updated"}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card tr{grid-template-columns:auto minmax(0,1fr)!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td.select-col{grid-column:1!important;grid-row:1!important;width:auto!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td:nth-child(2){grid-column:2!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td:nth-child(n+3){grid-column:1 / -1!important}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td:nth-child(3):before{content:"Type"}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td:nth-child(4):before{content:"Status"}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td:nth-child(5):before{content:"Valid"}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td:nth-child(6):before{content:"Used in"}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td:nth-child(7):before{content:"Tags"}.admin-shell.pro-light-shell.v3-shell .content-page.figma-media-page .content-library-table-card td:nth-child(8):before{content:"Size"}.admin-shell.pro-light-shell.v3-shell .nova-company-page .table-wrapper td:nth-child(2):before{content:"Plan"}.admin-shell.pro-light-shell.v3-shell .nova-company-page .table-wrapper td:nth-child(3):before{content:"Screens"}.admin-shell.pro-light-shell.v3-shell .nova-company-page .table-wrapper td:nth-child(4):before{content:"Users"}.admin-shell.pro-light-shell.v3-shell .nova-company-page .table-wrapper td:nth-child(5):before{content:"Status"}.admin-shell.pro-light-shell.v3-shell .nova-company-page .table-wrapper td:nth-child(6):before{content:"Activity"}.admin-shell.pro-light-shell.v3-shell .nova-users-page .table-wrapper td:nth-child(2):before{content:"Company"}.admin-shell.pro-light-shell.v3-shell .nova-users-page .table-wrapper td:nth-child(3):before{content:"Role"}.admin-shell.pro-light-shell.v3-shell .nova-users-page .table-wrapper td:nth-child(4):before{content:"Status"}.admin-shell.pro-light-shell.v3-shell .nova-users-page .table-wrapper td:nth-child(5):before{content:"Last login"}.admin-shell.pro-light-shell.v3-shell .nova-audit-page .table-wrapper td:nth-child(2):before{content:"Level"}.admin-shell.pro-light-shell.v3-shell .nova-audit-page .table-wrapper td:nth-child(3):before{content:"Module"}.admin-shell.pro-light-shell.v3-shell .nova-audit-page .table-wrapper td:nth-child(4):before{content:"Action"}.admin-shell.pro-light-shell.v3-shell .nova-audit-page .table-wrapper td:nth-child(5):before{content:"User"}.admin-shell.pro-light-shell.v3-shell .nova-audit-page .table-wrapper td:nth-child(6):before{content:"Details"}}@media(min-width:761px){.admin-shell.pro-light-shell.v3-shell .content-area>*>.company-admin-page{box-sizing:border-box!important;width:100%!important;max-width:var(--dc-page-max)!important;min-height:calc(100vh - 78px)!important;margin-right:auto!important;margin-left:auto!important;padding:var(--dc-page-pad-y) var(--dc-page-pad-x) 40px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;color:#101828!important;overflow-x:clip!important}.admin-shell.pro-light-shell.v3-shell .content-area>*:has(>.company-admin-page){max-width:var(--dc-page-max)!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page{display:flex!important;flex-direction:column!important;gap:22px!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page>.company-section-tabs{margin-bottom:0!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-kpi-grid{gap:18px!important;margin:0!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-filter-bar.compact{grid-template-columns:minmax(360px,1fr) minmax(142px,170px) minmax(142px,170px) minmax(112px,140px) auto!important;gap:12px!important;margin:0!important;padding:16px 18px!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-filter-bar.compact :is(label,.search-field){min-height:48px!important;height:48px!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 14px!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-filter-bar.compact :is(input,select){min-height:0!important;height:auto!important;border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-filter-bar.compact .secondary-button{width:auto!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-main-grid{grid-template-columns:minmax(0,1fr) minmax(330px,380px)!important;gap:32px!important;margin-top:0!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .table-wrapper{overflow-x:hidden!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .roles-table{width:100%!important;min-width:0!important;table-layout:fixed!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .roles-table :is(th,td):nth-child(1){width:36%!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .roles-table :is(th,td):nth-child(2){width:17%!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .roles-table :is(th,td):nth-child(3){width:12%!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .roles-table :is(th,td):nth-child(4){width:13%!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .roles-table :is(th,td):nth-child(5){width:14%!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .roles-table :is(th,td):nth-child(6){width:92px!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .roles-table :is(th,td){padding:13px 18px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-table{gap:0!important;padding:16px 24px 22px!important;overflow-x:hidden!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row{width:100%!important;min-width:0!important;min-height:86px!important;grid-template-columns:48px minmax(260px,1.25fr) minmax(128px,.55fr) minmax(220px,.95fr) minmax(292px,1.08fr) minmax(150px,.56fr)!important;gap:16px!important;padding:14px 18px!important;border-width:0 0 1px!important;border-radius:0!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row.header{min-height:40px!important;padding:0 18px!important;border-bottom:1px solid #dce7f5!important;background:#f8fbff!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row .row-select{justify-self:center!important}.admin-shell.pro-light-shell.v3-shell .updates-page .player-cell{display:grid!important;gap:4px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row :is(.player-cell strong,.player-cell small,.status-cell small,span:nth-child(4) strong,span:nth-child(4) small){overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.admin-shell.pro-light-shell.v3-shell .updates-page .update-row code{min-height:24px!important;display:inline-flex!important;align-items:center!important;width:100%!important;padding:0 8px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .updates-page .status-cell{align-content:center!important;gap:6px!important}.admin-shell.pro-light-shell.v3-shell .updates-page .last-seen{align-self:center!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-grid{grid-template-columns:minmax(0,1fr) minmax(390px,430px)!important;gap:22px!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-list{gap:9px!important;padding:14px 16px 16px!important;overflow-x:hidden!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row{width:100%!important;min-width:0!important;min-height:82px!important;grid-template-columns:46px minmax(250px,1.36fr) minmax(104px,.48fr) minmax(92px,.42fr) minmax(124px,.64fr) minmax(124px,.64fr) minmax(146px,.74fr)!important;grid-template-rows:auto auto!important;gap:7px 12px!important;align-items:center!important;padding:12px 14px!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .avatar-tile{grid-column:1!important;grid-row:1 / 3!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .player-main{grid-column:2!important;grid-row:1!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .status-badge{grid-column:3!important;grid-row:1 / 3!important;justify-self:start!important;width:fit-content!important;max-width:none!important;overflow:visible!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .monitoring-metric:nth-child(4){grid-column:4!important;grid-row:1 / 3!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .monitoring-metric:nth-child(5){grid-column:2 / 4!important;grid-row:2!important;display:flex!important;align-items:center!important;gap:8px!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .monitoring-metric:nth-child(6){grid-column:5!important;grid-row:1 / 3!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .monitoring-metric:nth-child(7){grid-column:6!important;grid-row:1 / 3!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .monitoring-metric:nth-child(8){grid-column:7!important;grid-row:1 / 3!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row :is(.player-main strong,.player-main small,.monitoring-metric strong,.monitoring-metric small){max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;overflow-wrap:anywhere!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row :is(.player-main small,.monitoring-metric small){display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-player-row .monitoring-metric small:first-child{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid>div{min-width:0!important;min-height:96px!important;padding:13px 14px!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid>div:nth-child(6),.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid>div:nth-child(12){grid-column:1 / -1!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid :is(strong,small){max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important}}@media(max-width:1180px){.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-filter-bar.compact{grid-template-columns:minmax(0,1fr) repeat(3,minmax(140px,1fr))!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-filter-bar.compact .secondary-button{grid-column:1 / -1!important;width:100%!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-filter-bar.compact{grid-template-columns:minmax(0,1fr)!important}.admin-shell.pro-light-shell.v3-shell .company-admin-page .company-filter-bar.compact>*{width:100%!important;min-width:0!important}.admin-shell.pro-light-shell.v3-shell .monitoring-page .monitoring-focus-grid{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:760px){.admin-shell.pro-light-shell.v3-shell .topbar{position:fixed!important;inset:0 0 auto!important;z-index:1500!important;width:100%!important;height:116px!important;min-height:116px!important;max-height:none!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-rows:44px 42px!important;grid-template-areas:"menu title actions" "search search search"!important;align-items:center!important;gap:8px 10px!important;padding:10px 12px 12px!important;overflow:visible!important;border-bottom:1px solid rgba(184,213,255,.2)!important;background:linear-gradient(180deg,#ffffff0d,#fff0),#061b3f!important;box-shadow:0 10px 24px #02061729!important}.admin-shell.pro-light-shell.v3-shell:has(.content-area) .topbar.topbar,.admin-shell.pro-light-shell.v3-shell.v3-pro-shell:has(.content-area) .topbar.topbar{height:116px!important;min-height:116px!important;max-height:none!important;padding:10px 12px 12px!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell:has(.content-area) .main-area.app,.admin-shell.pro-light-shell.v3-shell.v3-pro-shell:has(.content-area) .main-area.app{padding-top:116px!important}.admin-shell.pro-light-shell.v3-shell:has(.content-area) .content-area,.admin-shell.pro-light-shell.v3-shell.v3-pro-shell:has(.content-area) .content-area{min-height:calc(100dvh - 116px)!important}.admin-shell.pro-light-shell.v3-shell .main-area.app{padding-top:116px!important}.admin-shell.pro-light-shell.v3-shell .content-area{min-height:calc(100dvh - 116px)!important}.admin-shell.pro-light-shell.v3-shell .mobile-menu-button{grid-area:menu!important;position:static!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;margin:0!important;border-color:#b8d5ff38!important;background:#ffffff1a!important}.admin-shell.pro-light-shell.v3-shell .topbar-left{grid-area:title!important;min-width:0!important;display:grid!important;gap:2px!important;overflow:hidden!important}.admin-shell.pro-light-shell.v3-shell .topbar-left .topbar-kicker{display:block!important;overflow:hidden!important;color:#93c5fd!important;font-size:10px!important;line-height:1!important;font-weight:850!important;letter-spacing:0!important;text-transform:none!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell .topbar-left h1{overflow:hidden!important;margin:0!important;color:#fff!important;font-size:15px!important;line-height:1.15!important;font-weight:900!important;letter-spacing:0!important;text-overflow:ellipsis!important;white-space:nowrap!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search){grid-area:search!important;width:100%!important;min-width:0!important;max-width:100%!important;height:42px!important;min-height:42px!important;margin:0!important;border-color:#b8d5ff3d!important;background:#ffffff1c!important;box-shadow:inset 0 1px #ffffff0d!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search) input{min-width:0!important;color:#fff!important;font-size:14px!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-search,.global-search) input::placeholder{color:#e2eeffad!important}.admin-shell.pro-light-shell.v3-shell :is(.topbar-right,.top-actions){grid-area:actions!important;width:auto!important;min-width:0!important;max-width:none!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;overflow:visible!important}.admin-shell.pro-light-shell.v3-shell :is(.company-select,.top-actions .console-mode-toggle){display:none!important}.admin-shell.pro-light-shell.v3-shell :is(.notification-trigger,.topbar-user-chip,.topbar-user-chip .user-avatar){width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important}.admin-shell.pro-light-shell.v3-shell .topbar-user-chip{padding:0!important;justify-content:center!important}.admin-shell.pro-light-shell.v3-shell .topbar-user-chip>div:not(.user-avatar){display:none!important}.admin-shell.pro-light-shell.v3-shell .notification-panel{position:fixed!important;top:126px!important;right:10px!important;left:10px!important;width:auto!important;max-width:none!important}}
