.cll-core {
	--cll-ink: #f7f8fa;
	--cll-muted: #9da5b3;
	--cll-line: #2b3039;
	--cll-panel: #15191f;
	--cll-panel-2: #1a1f26;
	--cll-black: #0a0d11;
	--cll-gold: #f5c542;
	--cll-gold-2: #ffe680;
	--cll-green: #39d98a;
	--cll-red: #ff6376;
	color: var(--cll-ink);
	font-size: 15px;
	line-height: 1.55;
}

.cll-core *, .cll-core *::before, .cll-core *::after { box-sizing: border-box; }
.cll-core h1, .cll-core h2, .cll-core h3, .cll-core p { margin-top: 0; }
.cll-core h1, .cll-core h2, .cll-core h3, .cll-core strong, .cll-core b { color: var(--cll-ink); }
.cll-core a { color: inherit; }
.cll-core-kicker { display: block; color: var(--cll-gold); font-size: 11px; font-weight: 800; letter-spacing: 0; line-height: 1.3; margin-bottom: 10px; text-transform: uppercase; }
.cll-core-button { align-items: center; background: #232832; border: 1px solid #3a414c; border-radius: 6px; color: #fff; cursor: pointer; display: inline-flex; font: inherit; font-weight: 800; justify-content: center; min-height: 46px; padding: 0 18px; text-decoration: none; }
.cll-core-button:hover { background: #2c333e; color: #fff; }
.cll-core-button--gold { background: var(--cll-gold); border-color: var(--cll-gold); color: #121212; }
.cll-core-button--gold:hover { background: var(--cll-gold-2); color: #121212; }
.cll-core-button:disabled { cursor: not-allowed; opacity: .55; }
.cll-core-icon { align-items: center; background: #232832; border: 1px solid var(--cll-line); border-radius: 6px; color: #fff; cursor: pointer; display: inline-flex; font-size: 24px; height: 38px; justify-content: center; padding: 0; width: 38px; }
.cll-core [data-cll-form-status], .cll-core [data-cll-checkout-status] { color: var(--cll-muted); font-size: 13px; margin: 12px 0 0; min-height: 21px; }
.cll-core .is-error { color: var(--cll-red); }
.cll-core .is-success { color: var(--cll-green); }
.cll-core .is-working { color: var(--cll-gold-2); }

.cll-membership { margin: 0 auto; max-width: 1460px; padding: 28px 24px 76px; }
.cll-membership-hero, .cll-dashboard-hero, .cll-integrations-hero, .cll-create-hero, .cll-live-hero { align-items: end; background: radial-gradient(circle at 84% 22%, rgba(245,197,66,.14), transparent 28%), linear-gradient(125deg, #171b20, #0c0f13 64%); border: 1px solid #34352d; border-radius: 8px; display: grid; gap: 42px; grid-template-columns: minmax(0, 1fr) 310px; min-height: 290px; overflow: hidden; padding: 54px; position: relative; }
.cll-membership-hero::before, .cll-integrations-hero::before, .cll-create-hero::before, .cll-live-hero::before { background: var(--cll-gold); content: ""; height: 3px; left: 0; position: absolute; top: 0; width: 130px; }
.cll-membership-hero h1, .cll-dashboard-hero h1, .cll-integrations-hero h1, .cll-create-hero h1, .cll-live-hero h1 { font-size: 60px; letter-spacing: 0; line-height: 1.02; margin-bottom: 18px; max-width: 900px; }
.cll-membership-hero p, .cll-dashboard-hero p, .cll-integrations-hero p, .cll-create-hero p, .cll-live-hero p { color: #b3bac5; font-size: 17px; margin-bottom: 0; max-width: 760px; }
.cll-membership-signal { background: rgba(23,27,33,.88); border: 1px solid #3b3f45; border-radius: 6px; display: flex; flex-direction: column; padding: 22px; }
.cll-membership-signal span { color: var(--cll-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.cll-membership-signal strong { font-size: 28px; margin: 5px 0; }
.cll-membership-signal small { color: var(--cll-muted); }

.cll-account-onboarding { align-items: center; background: #11151a; border: 1px solid var(--cll-line); border-radius: 8px; display: grid; gap: 48px; grid-template-columns: minmax(260px, .8fr) minmax(420px, 1.2fr); margin: 18px 0; padding: 28px; }
.cll-account-onboarding h2 { font-size: 27px; margin-bottom: 9px; }
.cll-account-onboarding p { color: var(--cll-muted); margin-bottom: 0; }
.cll-account-onboarding form { align-items: end; display: grid; gap: 10px; grid-template-columns: 1fr 1.2fr 1.2fr auto; }
.cll-core label { display: flex; flex-direction: column; gap: 6px; }
.cll-core label > span { color: #c4cad3; font-size: 12px; font-weight: 700; }
.cll-core input, .cll-core textarea, .cll-core select { background: #0b0e12; border: 1px solid #343a44; border-radius: 5px; color: #fff; font: inherit; min-height: 44px; padding: 10px 12px; width: 100%; }
.cll-core textarea { resize: vertical; }
.cll-core input:focus, .cll-core textarea:focus, .cll-core select:focus { border-color: var(--cll-gold); box-shadow: 0 0 0 2px rgba(245,197,66,.14); outline: 0; }

.cll-plan-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.cll-plan-card { background: var(--cll-panel); border: 1px solid var(--cll-line); border-radius: 8px; display: flex; flex-direction: column; min-height: 540px; overflow: hidden; padding: 30px; position: relative; }
.cll-plan-card.is-featured { border-color: #806d30; box-shadow: inset 0 3px var(--cll-gold); }
.cll-plan-card header > span { color: var(--cll-gold); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cll-plan-card h2 { font-size: 30px; margin: 14px 0 12px; }
.cll-plan-card header div { align-items: baseline; display: flex; gap: 7px; }
.cll-plan-card header strong { font-size: 44px; line-height: 1; }
.cll-plan-card header small { color: var(--cll-muted); }
.cll-plan-card ul { display: flex; flex: 1; flex-direction: column; gap: 15px; list-style: none; margin: 30px 0; padding: 22px 0 0; border-top: 1px solid var(--cll-line); }
.cll-plan-card li { align-items: flex-start; color: #c9ced6; display: flex; gap: 9px; }
.cll-plan-card li .dashicons { color: var(--cll-green); flex: 0 0 auto; font-size: 17px; margin-top: 3px; }

.cll-checkout-dialog, .cll-integration-dialog { background: #11151a; border: 1px solid #414750; border-radius: 8px; color: #fff; max-width: 650px; padding: 32px; width: calc(100% - 32px); }
.cll-checkout-dialog::backdrop, .cll-integration-dialog::backdrop { background: rgba(3,5,8,.84); backdrop-filter: blur(7px); }
.cll-checkout-dialog > form:first-child, .cll-integration-dialog > form:first-child { display: flex; justify-content: flex-end; }
.cll-checkout-dialog h2, .cll-integration-dialog h2 { font-size: 30px; margin-bottom: 10px; }
.cll-checkout-dialog p { color: var(--cll-muted); }
.cll-payment-options { display: grid; gap: 12px; margin-top: 22px; }
.cll-payment-options > button, .cll-wallet-payment { background: #191e25; border: 1px solid #343a44; border-radius: 6px; color: #fff; padding: 18px; text-align: left; }
.cll-payment-options > button { cursor: pointer; display: flex; flex-direction: column; }
.cll-payment-options > button:hover { border-color: var(--cll-gold); }
.cll-payment-options b { font-size: 18px; }
.cll-payment-options span, .cll-wallet-payment small { color: var(--cll-muted); }
.cll-wallet-payment > div { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.cll-wallet-payment button { background: #252b34; border: 1px solid #3c444f; border-radius: 5px; color: #fff; cursor: pointer; font-weight: 800; min-height: 39px; padding: 0 16px; }
.cll-wallet-payment button:hover { border-color: var(--cll-gold); color: var(--cll-gold-2); }

.cll-member-dashboard, .cll-integrations-portal, .cll-create-center, .cll-live-studio { margin: 0 auto; max-width: 1460px; padding: 28px 24px 76px; }
.cll-dashboard-hero { align-items: center; grid-template-columns: minmax(0, 1fr) auto; min-height: 245px; }
.cll-dashboard-hero > div { display: grid; grid-template-columns: 84px minmax(0, 1fr); column-gap: 22px; }
.cll-dashboard-hero img { border: 2px solid var(--cll-gold); border-radius: 50%; grid-row: 1 / 5; }
.cll-dashboard-hero .cll-core-kicker { align-self: end; }
.cll-dashboard-hero h1 { font-size: 50px; margin-bottom: 10px; }
.cll-dashboard-metrics { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 14px 0; }
.cll-dashboard-metrics article { background: var(--cll-panel); border: 1px solid var(--cll-line); border-radius: 7px; display: flex; flex-direction: column; min-height: 150px; padding: 20px; }
.cll-dashboard-metrics span { color: var(--cll-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.cll-dashboard-metrics strong { font-size: 28px; margin: 8px 0 auto; }
.cll-dashboard-metrics a { color: var(--cll-gold-2); font-size: 12px; font-weight: 700; }
.cll-subscription-panel { align-items: center; background: #15191f; border: 1px solid #50482d; border-radius: 8px; display: grid; gap: 34px; grid-template-columns: minmax(0, 1fr) auto; margin: 0 0 14px; padding: 22px 24px; }
.cll-subscription-panel h2 { font-size: 23px; margin-bottom: 6px; }
.cll-subscription-panel p { color: var(--cll-muted); margin-bottom: 0; }
.cll-subscription-panel > div:last-child { align-items: flex-end; display: flex; flex-direction: column; min-width: 210px; }
.cll-subscription-panel > div:last-child > span { color: var(--cll-muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.cll-subscription-panel > div:last-child > strong { font-size: 18px; margin: 3px 0 11px; }
.cll-subscription-panel [data-cll-form-status] { max-width: 300px; text-align: right; }
.cll-dashboard-columns { display: grid; gap: 14px; grid-template-columns: 1.15fr .85fr; }
.cll-dashboard-columns > section, .cll-request-pipeline, .cll-create-standards, .cll-live-columns > section { background: var(--cll-panel); border: 1px solid var(--cll-line); border-radius: 8px; padding: 24px; }
.cll-dashboard-columns h2, .cll-request-pipeline h2, .cll-create-standards h2, .cll-live-columns h2 { font-size: 24px; margin-bottom: 20px; }
.cll-action-list { display: grid; gap: 9px; }
.cll-action-list a { align-items: center; background: var(--cll-panel-2); border: 1px solid #303640; border-radius: 6px; display: grid; gap: 2px 13px; grid-template-columns: 42px 1fr; padding: 14px; text-decoration: none; }
.cll-action-list a:hover { border-color: #656040; }
.cll-action-list .dashicons { align-items: center; background: #252b32; border-radius: 5px; color: var(--cll-gold); display: flex; grid-row: 1 / 3; height: 42px; justify-content: center; width: 42px; }
.cll-action-list small, .cll-mini-timeline span { color: var(--cll-muted); }
.cll-mini-timeline { display: grid; }
.cll-mini-timeline article { align-items: center; border-bottom: 1px solid var(--cll-line); display: grid; gap: 12px; grid-template-columns: 10px 1fr auto; padding: 13px 0; }
.cll-mini-timeline i { background: var(--cll-gold); border-radius: 50%; height: 7px; width: 7px; }
.cll-mini-timeline div { display: flex; flex-direction: column; }
.cll-mini-timeline small { color: var(--cll-muted); }

.cll-integrations-hero { align-items: center; }
.cll-integrations-hero aside { background: rgba(20,24,30,.84); border: 1px solid #393d40; border-radius: 7px; display: grid; gap: 9px; padding: 22px; }
.cll-integrations-hero aside strong { border-bottom: 1px solid var(--cll-line); font-size: 18px; margin-bottom: 4px; padding-bottom: 12px; }
.cll-integrations-hero aside span { color: #b5bbc4; }
.cll-package-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 14px 0; }
.cll-package-grid article { background: var(--cll-panel); border: 1px solid var(--cll-line); border-radius: 7px; display: flex; flex-direction: column; min-height: 275px; padding: 23px; }
.cll-package-grid article > span { color: var(--cll-gold); font-size: 10px; font-weight: 800; }
.cll-package-grid h2 { font-size: 23px; margin: 13px 0 8px; }
.cll-package-grid p { color: var(--cll-muted); flex: 1; }
.cll-package-grid button { background: transparent; border: 1px solid #454c56; border-radius: 5px; color: #fff; cursor: pointer; font-weight: 750; min-height: 42px; }
.cll-package-grid button:hover:not(:disabled) { border-color: var(--cll-gold); color: var(--cll-gold-2); }
.cll-package-grid button:disabled { cursor: not-allowed; opacity: .45; }
.cll-core-notice { align-items: center; background: #1b1b16; border: 1px solid #534b2b; border-radius: 7px; display: grid; gap: 14px; grid-template-columns: auto 1fr auto; margin: 14px 0; padding: 16px 20px; }
.cll-core-notice > .dashicons { color: var(--cll-gold); font-size: 28px; height: 28px; width: 28px; }
.cll-core-notice p { color: var(--cll-muted); margin: 3px 0 0; }
.cll-core-notice a { color: var(--cll-gold-2); font-weight: 800; }
.cll-live-access-gate { margin: 28px auto; max-width: 1100px; padding: 0 20px; }
.cll-live-access-gate .cll-core-notice { min-height: 150px; }
.cll-integration-dialog > form:last-child { display: grid; gap: 14px; margin-top: 20px; }
.cll-request-pipeline { margin-top: 14px; }
.cll-request-pipeline > div { display: grid; }
.cll-request-pipeline article { align-items: center; border-top: 1px solid var(--cll-line); display: grid; gap: 14px; grid-template-columns: 8px minmax(160px, 1fr) auto auto; padding: 15px 0; }
.cll-request-pipeline article i { background: var(--cll-green); border-radius: 50%; height: 7px; }
.cll-request-pipeline article div { display: flex; flex-direction: column; }
.cll-request-pipeline article span, .cll-request-pipeline article small { color: var(--cll-muted); }

.cll-create-hero { align-items: center; grid-template-columns: minmax(0, 1fr) auto; }
.cll-create-access { align-items: center; background: #24211a; border: 1px solid #514a30; border-radius: 99px; color: var(--cll-gold-2); display: flex; font-size: 12px; font-weight: 800; gap: 8px; padding: 10px 14px; }
.cll-create-access i, .cll-live-hero aside b i { background: var(--cll-red); border-radius: 50%; height: 7px; width: 7px; }
.cll-create-access.is-ready i, .cll-live-hero aside b.is-ready i { background: var(--cll-green); }
.cll-create-grid { display: grid; gap: 12px; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 14px 0; }
.cll-create-grid > * { align-items: flex-start; background: var(--cll-panel); border: 1px solid var(--cll-line); border-radius: 7px; color: #fff; cursor: pointer; display: flex; flex-direction: column; font: inherit; min-height: 195px; padding: 21px; text-align: left; text-decoration: none; }
.cll-create-grid > *:hover { border-color: #686143; color: #fff; }
.cll-create-grid .dashicons { color: var(--cll-gold); font-size: 30px; height: 34px; margin-bottom: auto; width: 34px; }
.cll-create-grid b { font-size: 18px; margin-bottom: 4px; }
.cll-create-grid small { color: var(--cll-muted); }
.cll-create-status { min-height: 22px; margin: 0 0 12px; color: var(--cll-muted); font-size: 13px; }
.cll-create-status.is-error { color: #ff8293; }
.cll-create-standards { align-items: center; display: grid; gap: 38px; grid-template-columns: .75fr 1.25fr; }
.cll-create-standards ol { display: grid; gap: 8px; list-style: none; margin: 0; padding: 0; }
.cll-create-standards li { align-items: center; background: var(--cll-panel-2); border: 1px solid #303640; border-radius: 5px; display: flex; gap: 14px; padding: 11px 14px; }
.cll-create-standards li b { color: var(--cll-gold); font-size: 12px; }

.cll-live-hero { align-items: center; }
.cll-live-hero aside { align-items: flex-start; background: rgba(20,24,30,.86); border: 1px solid #3a3e44; border-radius: 7px; display: flex; flex-direction: column; padding: 22px; }
.cll-live-hero aside span { color: var(--cll-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cll-live-hero aside strong { font-size: 28px; margin: 4px 0 16px; }
.cll-live-hero aside b { align-items: center; display: flex; gap: 8px; }
.cll-live-columns { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-top: 14px; }
.cll-live-columns form { display: grid; gap: 13px; }
.cll-provider-note { color: var(--cll-muted); font-size: 13px; }
.cll-live-sessions { background: var(--cll-panel); border: 1px solid var(--cll-line); border-radius: 8px; margin-top: 14px; padding: 24px; }
.cll-live-sessions > header { align-items: end; border-bottom: 1px solid var(--cll-line); display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; }
.cll-live-sessions h2 { margin: 4px 0 0; }
.cll-live-sessions > header > small { color: var(--cll-muted); }
.cll-live-sessions > div { display: grid; gap: 8px; margin-top: 14px; }
.cll-live-sessions article { align-items: center; background: var(--cll-panel-2); border: 1px solid #303640; border-radius: 6px; display: grid; gap: 12px; grid-template-columns: auto minmax(0, 1fr) auto auto; padding: 13px 14px; }
.cll-live-sessions article > .dashicons { color: var(--cll-gold); }
.cll-live-sessions article div { display: grid; gap: 2px; }
.cll-live-sessions article small { color: var(--cll-muted); }
.cll-live-sessions article strong { font-size: 12px; }
.cll-live-sessions article a { color: var(--cll-gold-2); font-size: 12px; font-weight: 800; }
.cll-readiness-list { display: grid; gap: 7px; list-style: none; margin: 0 0 20px; padding: 0; }
.cll-readiness-list li { align-items: center; background: var(--cll-panel-2); border: 1px solid #303640; border-radius: 5px; display: grid; gap: 9px; grid-template-columns: 24px 1fr auto; padding: 11px 13px; }
.cll-readiness-list .dashicons { color: var(--cll-red); }
.cll-readiness-list .is-ready .dashicons { color: var(--cll-green); }
.cll-readiness-list small { color: var(--cll-muted); }

.cll-market-matrix { background: #11151a; border: 1px solid #34362f; border-radius: 8px; contain: inline-size layout paint; margin: 0 auto 16px; max-width: 1460px; min-width: 0; overflow: hidden; width: 100%; }
.cll-market-matrix > header { align-items: end; background: radial-gradient(circle at 82% 30%, rgba(245,197,66,.12), transparent 32%); border-bottom: 1px solid var(--cll-line); display: flex; justify-content: space-between; padding: 22px 24px; }
.cll-market-matrix h2 { font-size: 26px; margin-bottom: 0; }
.cll-market-matrix > header a { color: var(--cll-gold-2); font-size: 12px; font-weight: 800; text-decoration: none; }
.cll-market-table-wrap { contain: inline-size; max-width: 100%; min-width: 0; overflow-x: auto; width: 100%; }
.cll-market-matrix table { border-collapse: collapse; min-width: 860px; width: 100%; }
.cll-market-matrix th { color: #858d9a; font-size: 10px; font-weight: 800; padding: 10px 13px; text-align: left; text-transform: uppercase; }
.cll-market-matrix td { border-top: 1px solid #252a32; color: #cbd0d7; padding: 10px 13px; vertical-align: middle; }
.cll-market-matrix tbody tr:hover { background: #171c22; }
.cll-market-matrix td:nth-child(1) { color: #818a97; width: 58px; }
.cll-market-matrix td:nth-child(2) > a { align-items: center; display: flex; gap: 10px; text-decoration: none; }
.cll-market-matrix td:nth-child(2) img { background: #232831; border-radius: 50%; height: 36px; object-fit: cover; width: 36px; }
.cll-market-matrix td:nth-child(2) span { display: flex; flex-direction: column; }
.cll-market-matrix td:nth-child(2) small { color: #818a97; }
.cll-market-matrix .is-up { color: var(--cll-green); }
.cll-market-matrix .is-down { color: var(--cll-red); }
.cll-market-matrix [data-cll-watch] { background: transparent; border: 0; color: #56606e; cursor: pointer; padding: 5px; }
.cll-market-matrix [data-cll-watch].is-active { color: var(--cll-gold); }

.cll-core-gate { align-items: center; background: radial-gradient(circle at 90% 30%, rgba(245,197,66,.13), transparent 30%), #12161b; border: 1px solid #3a3b34; border-radius: 8px; display: grid; gap: 22px; grid-template-columns: auto 1fr auto; margin: 28px auto; max-width: 1100px; min-height: 220px; padding: 38px; }
.cll-core-gate > .dashicons { color: var(--cll-gold); font-size: 46px; height: 48px; width: 48px; }
.cll-core-gate h1 { font-size: 34px; margin-bottom: 7px; }
.cll-core-gate p { color: var(--cll-muted); margin-bottom: 0; }

@media (max-width: 1100px) {
	.cll-account-onboarding { grid-template-columns: 1fr; }
	.cll-account-onboarding form { grid-template-columns: 1fr 1fr; }
	.cll-plan-grid, .cll-package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cll-plan-card:last-child { grid-column: 1 / -1; min-height: 460px; }
	.cll-dashboard-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cll-create-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	.cll-membership, .cll-member-dashboard, .cll-integrations-portal, .cll-create-center, .cll-live-studio { padding: 16px 14px 96px; }
	.cll-membership-hero, .cll-dashboard-hero, .cll-integrations-hero, .cll-create-hero, .cll-live-hero { align-items: start; gap: 24px; grid-template-columns: 1fr; min-height: 0; padding: 28px 22px; }
	.cll-membership-hero h1, .cll-dashboard-hero h1, .cll-integrations-hero h1, .cll-create-hero h1, .cll-live-hero h1 { font-size: 38px; }
	.cll-membership-signal { width: 100%; }
	.cll-account-onboarding { gap: 24px; padding: 22px; }
	.cll-account-onboarding form, .cll-plan-grid, .cll-package-grid, .cll-dashboard-metrics, .cll-dashboard-columns, .cll-live-columns, .cll-create-standards { grid-template-columns: 1fr; }
	.cll-live-sessions > header { align-items: start; flex-direction: column; }
	.cll-live-sessions article { align-items: start; grid-template-columns: auto minmax(0, 1fr); }
	.cll-live-sessions article > strong, .cll-live-sessions article > a { grid-column: 2; }
	.cll-subscription-panel { align-items: start; grid-template-columns: 1fr; }
	.cll-subscription-panel > div:last-child { align-items: flex-start; min-width: 0; }
	.cll-subscription-panel [data-cll-form-status] { text-align: left; }
	.cll-plan-card, .cll-plan-card:last-child { grid-column: auto; min-height: 0; padding: 24px; }
	.cll-plan-card header strong { font-size: 38px; }
	.cll-dashboard-hero > div { grid-template-columns: 64px 1fr; }
	.cll-dashboard-hero img { height: 64px; width: 64px; }
	.cll-dashboard-hero > .cll-core-button { width: 100%; }
	.cll-create-grid { grid-template-columns: 1fr 1fr; }
	.cll-create-grid > * { min-height: 155px; }
	.cll-create-standards { gap: 20px; }
	.cll-request-pipeline article { grid-template-columns: 8px 1fr auto; }
	.cll-request-pipeline article small { display: none; }
	.cll-market-matrix { border-left: 0; border-radius: 0; border-right: 0; margin-left: -14px; margin-right: -14px; }
	.cll-market-matrix > header { align-items: flex-start; flex-direction: column; gap: 12px; }
	.cll-core-gate { grid-template-columns: 1fr; margin: 16px 14px; padding: 28px; }
	.cll-core-notice { align-items: start; grid-template-columns: auto 1fr; }
	.cll-core-notice > a { grid-column: 2; }
}

@media (max-width: 460px) {
	.cll-account-onboarding form, .cll-dashboard-metrics, .cll-create-grid { grid-template-columns: 1fr; }
	.cll-create-grid > * { min-height: 138px; }
	.cll-checkout-dialog, .cll-integration-dialog { padding: 22px; }
}

/* Live directory: one durable surface for scheduled shows, active broadcasts, and replays. */
.cll-live-directory {
	width: min(1480px, calc(100% - 48px));
	margin: 24px auto 70px;
}

.cll-live-directory-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
	gap: 48px;
	min-height: 390px;
	padding: clamp(38px, 6vw, 88px);
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(8, 12, 16, .98) 0 48%, rgba(8, 12, 16, .72)),
		radial-gradient(circle at 82% 45%, rgba(255, 204, 64, .25), transparent 36%),
		#0d1217;
	border: 1px solid #343a42;
	border-top: 2px solid var(--cll-gold);
	border-radius: 7px;
}

.cll-live-directory-hero::after {
	position: absolute;
	inset: 0;
	content: '';
	pointer-events: none;
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(90deg, transparent 44%, #000);
}

.cll-live-directory-hero > div:first-child { position: relative; z-index: 1; align-self: center; max-width: 780px; }
.cll-live-directory-hero h1 { margin: 12px 0 18px; color: #fff; font-size: clamp(38px, 5.4vw, 78px); line-height: .99; }
.cll-live-directory-hero p { max-width: 690px; margin: 0; color: #aeb8c4; font-size: clamp(15px, 1.5vw, 19px); line-height: 1.65; }
.cll-live-directory-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }

.cll-live-directory-pulse { position: relative; z-index: 1; display: grid; min-height: 230px; place-items: center; align-self: center; }
.cll-live-directory-pulse i { position: absolute; width: 88px; aspect-ratio: 1; border: 1px solid rgba(255, 79, 96, .58); border-radius: 50%; animation: cll-live-radar 2.8s ease-out infinite; }
.cll-live-directory-pulse i:nth-child(2) { animation-delay: .9s; }
.cll-live-directory-pulse i:nth-child(3) { animation-delay: 1.8s; }
.cll-live-directory-pulse span { position: relative; display: grid; width: 128px; aspect-ratio: 1; place-content: center; justify-items: center; background: #15191e; border: 1px solid #484f59; border-radius: 50%; color: #aeb8c4; font-size: 12px; text-transform: uppercase; }
.cll-live-directory-pulse span::before { width: 11px; height: 11px; margin-bottom: 8px; content: ''; background: #ff4f60; border-radius: 50%; box-shadow: 0 0 22px #ff4f60; }
.cll-live-directory-pulse b { color: #fff; font-size: 36px; line-height: 1; }

.cll-live-directory-counts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 14px 0 48px; border: 1px solid #303741; border-radius: 6px; }
.cll-live-directory-counts a { display: grid; grid-template-columns: auto 1fr; gap: 7px 12px; align-items: center; min-height: 88px; padding: 18px 24px; color: #fff; text-decoration: none; }
.cll-live-directory-counts a + a { border-left: 1px solid #303741; }
.cll-live-directory-counts b { grid-row: 1 / 3; color: var(--cll-gold); font-size: 31px; }
.cll-live-directory-counts span { color: #aeb8c4; font-size: 13px; text-transform: uppercase; }

.cll-live-directory-section { margin-top: 42px; scroll-margin-top: 120px; }
.cll-live-directory-section > header { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid #303741; }
.cll-live-directory-section h2 { margin: 4px 0 0; color: #fff; font-size: clamp(25px, 3vw, 38px); }
.cll-live-directory-section > header p { max-width: 540px; margin: 0; color: #8f9aa8; text-align: right; }
.cll-live-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cll-live-card { min-width: 0; overflow: hidden; background: #15191e; border: 1px solid #303741; border-radius: 7px; transition: border-color .18s ease, transform .18s ease; }
.cll-live-card:hover { border-color: #66717e; transform: translateY(-2px); }
.cll-live-card-media { position: relative; display: grid; aspect-ratio: 16 / 9; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #343327, #0a0d11 68%); color: #fff; text-decoration: none; }
.cll-live-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.cll-live-card:hover .cll-live-card-media img { transform: scale(1.025); }
.cll-live-card-media > .dashicons { width: 56px; height: 56px; color: rgba(255, 213, 82, .8); font-size: 56px; }
.cll-live-card-media > b, .cll-live-card-media > em { position: absolute; top: 12px; display: inline-flex; gap: 6px; align-items: center; padding: 6px 8px; background: rgba(7, 9, 12, .9); border: 1px solid #454c55; border-radius: 4px; color: #fff; font-size: 10px; font-style: normal; text-transform: uppercase; }
.cll-live-card-media > b { left: 12px; }
.cll-live-card-media > em { right: 12px; }
.cll-live-card-media > b i { width: 7px; height: 7px; background: var(--cll-gold); border-radius: 50%; }
.cll-live-card--live .cll-live-card-media > b { background: #b82030; border-color: #e54a59; }
.cll-live-card--live .cll-live-card-media > b i { background: #fff; animation: cll-live-dot 1.3s ease infinite; }
.cll-live-card > div { padding: 18px; }
.cll-live-card > div > span { color: #7f8995; font-size: 11px; text-transform: uppercase; }
.cll-live-card h3 { margin: 7px 0 8px; font-size: 20px; line-height: 1.25; }
.cll-live-card h3 a, .cll-live-card-link { color: #fff; text-decoration: none; }
.cll-live-card p { min-height: 42px; margin: 0 0 16px; color: #9da7b3; }
.cll-live-card-link { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid #2b3139; color: var(--cll-gold); font-weight: 700; }
.cll-live-directory-empty { grid-column: 1 / -1; display: grid; min-height: 190px; place-content: center; justify-items: center; padding: 26px; background: #11151a; border: 1px dashed #39414a; border-radius: 7px; color: #aeb8c4; text-align: center; }
.cll-live-directory-empty .dashicons { width: 38px; height: 38px; margin-bottom: 8px; color: var(--cll-gold); font-size: 38px; }
.cll-live-directory-empty b { color: #fff; font-size: 17px; }
.cll-live-directory-empty p { margin-bottom: 0; }

.cll-live-dialog.is-readonly [data-cll-live-action],
.cll-live-dialog.is-readonly [data-cll-live-invite],
.cll-live-dialog.is-readonly [data-cll-live-layout],
.cll-live-dialog.is-readonly .cll-studio-footer .cll-live-actions { display: none; }
.cll-live-dialog.is-readonly .cll-studio-header-status::before { display: inline-flex; align-items: center; min-height: 27px; padding: 0 8px; content: 'Following host scene'; background: #20262d; border: 1px solid #3b444f; border-radius: 4px; color: #c7d0d9; font-size: 10px; text-transform: uppercase; }
.cll-published-link { display: inline-flex; margin-left: 8px; color: var(--cll-gold); font-weight: 700; }

@keyframes cll-live-radar { 0% { opacity: .65; transform: scale(.6); } 100% { opacity: 0; transform: scale(3.2); } }
@keyframes cll-live-dot { 50% { opacity: .35; } }

@media (max-width: 980px) {
	.cll-live-directory { width: min(100% - 28px, 1480px); }
	.cll-live-directory-hero { grid-template-columns: 1fr; min-height: 0; }
	.cll-live-directory-pulse { min-height: 170px; }
	.cll-live-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.cll-live-directory { width: calc(100% - 20px); margin-top: 10px; }
	.cll-live-directory-hero { gap: 20px; padding: 28px 20px; }
	.cll-live-directory-hero h1 { font-size: 39px; }
	.cll-live-directory-counts { grid-template-columns: 1fr; }
	.cll-live-directory-counts a + a { border-top: 1px solid #303741; border-left: 0; }
	.cll-live-directory-section > header { display: block; }
	.cll-live-directory-section > header p { margin-top: 6px; text-align: left; }
	.cll-live-directory-grid { grid-template-columns: 1fr; }
	.cll-live-dialog.is-readonly .cll-studio-header-status::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.cll-live-directory-pulse i,
	.cll-live-card--live .cll-live-card-media > b i { animation: none; }
}

/* First-party creator operations, account management, and live production dialogs. */
.cll-core [hidden] { display: none !important; }
.cll-core-button--danger { background: transparent; border-color: #7c3742; color: #ff93a0; }
.cll-core-button--danger:hover { background: #321a20; color: #fff; }

.cll-profile-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 14px;
	padding: 18px 20px;
	background: var(--cll-panel);
	border: 1px solid var(--cll-line);
	border-radius: 8px;
}

.cll-profile-strip > div,
.cll-profile-avatar-preview {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 14px;
}

.cll-profile-strip img,
.cll-profile-avatar-preview img {
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	border: 2px solid var(--cll-gold);
	border-radius: 50%;
	object-fit: cover;
}

.cll-profile-strip span {
	display: grid;
	min-width: 0;
}

.cll-profile-strip small,
.cll-profile-strip em {
	overflow: hidden;
	color: var(--cll-muted);
	font-size: 11px;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cll-profile-strip strong { font-size: 18px; }

.cll-publish-dialog,
.cll-live-dialog,
.cll-profile-dialog {
	width: min(760px, calc(100% - 28px));
	max-height: min(860px, calc(100vh - 28px));
	padding: 28px;
	overflow-y: auto;
	background: #11161b;
	border: 1px solid #414952;
	border-radius: 8px;
	color: #fff;
}

.cll-live-dialog { width: min(880px, calc(100% - 28px)); }

.cll-publish-dialog::backdrop,
.cll-live-dialog::backdrop,
.cll-profile-dialog::backdrop {
	background: rgba(3, 5, 8, .86);
	backdrop-filter: blur(8px);
}

.cll-publish-dialog > form:first-child,
.cll-live-dialog > form:first-child,
.cll-profile-dialog > form:first-child {
	display: flex;
	justify-content: flex-end;
	margin-bottom: -6px;
}

.cll-publish-dialog h2,
.cll-live-dialog h2,
.cll-profile-dialog h2 { font-size: 32px; margin-bottom: 8px; }
.cll-publish-dialog > div > p,
.cll-integration-dialog [data-cll-integration-summary] { color: var(--cll-muted); }

.cll-publish-dialog > form:last-child,
.cll-profile-dialog > form:last-child {
	display: grid;
	gap: 14px;
	margin-top: 20px;
}

.cll-form-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cll-core input[type="file"] {
	min-height: 46px;
	padding: 8px;
	overflow: hidden;
}

.cll-core input[type="file"]::file-selector-button {
	min-height: 28px;
	margin-right: 10px;
	padding: 4px 9px;
	background: #252b33;
	border: 1px solid #3d4550;
	border-radius: 4px;
	color: #fff;
	font: inherit;
	font-size: 11px;
	font-weight: 800;
}

.cll-profile-avatar-preview {
	align-items: end;
	padding: 14px;
	background: var(--cll-panel-2);
	border: 1px solid var(--cll-line);
	border-radius: 6px;
}

.cll-profile-avatar-preview img {
	width: 76px;
	height: 76px;
	flex-basis: 76px;
}

.cll-profile-avatar-preview label { flex: 1; }
.cll-package-price { display: flex; align-items: baseline; gap: 5px; margin: 12px 0 17px; }
.cll-package-price strong { font-size: 25px; }
.cll-package-price small { color: var(--cll-muted); }

.cll-dialog-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 15px;
	border-top: 1px solid var(--cll-line);
}

.cll-dialog-submit > div { display: grid; }
.cll-dialog-submit small { color: var(--cll-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cll-dialog-submit strong { font-size: 20px; }

.cll-live-console {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-top: 10px;
	padding: 22px;
	background: radial-gradient(circle at 88% 20%, rgba(245, 197, 66, .12), transparent 30%), var(--cll-panel);
	border: 1px solid var(--cll-line);
	border-radius: 7px;
}

.cll-live-console p { max-width: 580px; margin-bottom: 0; color: var(--cll-muted); }
.cll-live-signal { display: flex; align-items: center; gap: 8px; color: var(--cll-muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.cll-live-signal i { width: 9px; height: 9px; background: var(--cll-gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(245, 197, 66, .12); }
.cll-live-dialog.is-live .cll-live-signal i { background: var(--cll-red); box-shadow: 0 0 0 5px rgba(255, 99, 118, .15); }

.cll-live-credentials {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 14px 0;
}

.cll-live-credentials > div {
	min-width: 0;
	padding: 15px;
	background: var(--cll-panel-2);
	border: 1px solid #303640;
	border-radius: 6px;
}

.cll-live-credentials dt { color: var(--cll-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cll-live-credentials dd { margin: 5px 0 0; overflow: hidden; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.cll-live-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cll-live-dialog [data-cll-live-output] { min-height: 20px; margin: 13px 0 0; color: var(--cll-muted); }

@media (max-width: 760px) {
	.cll-profile-strip { align-items: flex-start; flex-direction: column; }
	.cll-profile-strip .cll-core-button { width: 100%; }
	.cll-form-grid,
	.cll-live-credentials { grid-template-columns: 1fr; }
	.cll-live-console,
	.cll-dialog-submit { align-items: flex-start; flex-direction: column; }
	.cll-dialog-submit .cll-core-button { width: 100%; }
	.cll-live-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 460px) {
	.cll-publish-dialog,
	.cll-live-dialog,
	.cll-profile-dialog { padding: 20px; }
	.cll-live-actions { grid-template-columns: 1fr; }
}

/* CLL Live Studio production workspace. */
.cll-live-share {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin: 0;
	padding: 14px;
	border: 1px solid var(--cll-line);
	border-radius: 6px;
}

.cll-live-share legend {
	padding: 0 7px;
	color: #c4cad3;
	font-size: 12px;
	font-weight: 800;
}

.cll-live-share label,
.cll-tool-toggles label {
	flex-direction: row;
	align-items: center;
}

.cll-live-share input,
.cll-tool-toggles input {
	width: 17px;
	height: 17px;
	min-height: 0;
	padding: 0;
}

.cll-live-dialog--studio {
	width: min(1580px, calc(100vw - 24px));
	height: min(940px, calc(100vh - 24px));
	max-width: none;
	max-height: none;
	margin: auto;
	padding: 0;
	overflow: hidden;
	background: #0d1014;
	border-color: #303640;
}

.cll-studio-shell {
	display: grid;
	grid-template-rows: 70px minmax(0, 1fr) 46px;
	height: 100%;
	min-height: 0;
}

.cll-studio-header {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	padding: 10px 14px;
	background: #15191e;
	border-bottom: 1px solid var(--cll-line);
}

.cll-studio-header > form {
	display: block !important;
	margin: 0 !important;
}

.cll-studio-header .cll-core-kicker { margin-bottom: 2px; }
.cll-studio-header h2 { overflow: hidden; margin: 0; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }

.cll-studio-header-status {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cll-studio-header-status > span,
.cll-studio-header-status > b {
	padding: 7px 10px;
	background: #20252c;
	border: 1px solid #333a44;
	border-radius: 5px;
	color: #bac1cb;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.cll-studio-header-status > b::before {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 7px;
	background: var(--cll-gold);
	border-radius: 50%;
	content: "";
}

.cll-live-dialog.is-live .cll-studio-header-status > b::before {
	background: var(--cll-red);
	box-shadow: 0 0 0 4px rgba(255, 99, 118, .14);
}

.cll-studio-workspace {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) 356px;
	min-height: 0;
	overflow: hidden;
}

.cll-studio-scenes {
	min-width: 0;
	padding: 14px;
	overflow-y: auto;
	background: #11151a;
	border-right: 1px solid var(--cll-line);
}

.cll-studio-scenes > .cll-core-button {
	width: 100%;
	gap: 7px;
	font-size: 12px;
}

.cll-studio-scenes > section {
	display: grid;
	gap: 8px;
	margin-top: 22px;
}

.cll-studio-scenes > section > span {
	color: #737c89;
	font-size: 10px;
	font-weight: 850;
	text-transform: uppercase;
}

.cll-studio-scenes article,
.cll-studio-scenes [data-cll-live-participants] article {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
	min-width: 0;
	padding: 10px;
	background: #1a1f26;
	border: 1px solid #2c333c;
	border-radius: 6px;
}

.cll-studio-scenes article.is-active { border-color: #72652f; }
.cll-studio-scenes article > i { width: 8px; height: 8px; background: var(--cll-green); border-radius: 50%; }
.cll-studio-scenes article > small { grid-column: 2 / -1; color: var(--cll-muted); font-size: 10px; }
.cll-studio-scenes [data-cll-live-participants] { display: grid; gap: 7px; }
.cll-studio-scenes [data-cll-live-participants] > p { color: var(--cll-muted); font-size: 12px; }
.cll-studio-scenes [data-cll-live-participants] article > span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	background: #2a3039;
	border: 1px solid #3c4550;
	border-radius: 50%;
	color: var(--cll-gold-2);
	font-weight: 850;
}
.cll-studio-scenes [data-cll-live-participants] article div { display: grid; min-width: 0; }
.cll-studio-scenes [data-cll-live-participants] article b,
.cll-studio-scenes [data-cll-live-participants] article small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cll-studio-scenes [data-cll-live-participants] article small { color: var(--cll-muted); font-size: 9px; text-transform: uppercase; }
.cll-studio-scenes [data-cll-live-participants] article button { background: transparent; border: 0; color: var(--cll-muted); cursor: pointer; }

.cll-studio-main {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px;
	overflow: auto;
	background: #090c0f;
}

.cll-studio-stage {
	position: relative;
	width: min(100%, 1040px);
	aspect-ratio: 16 / 9;
	min-height: 260px;
	overflow: hidden;
	background: radial-gradient(circle at 50% 35%, #333020, #121419 58%, #090b0e);
	border: 1px solid #343a43;
	border-radius: 8px;
}

.cll-stage-source {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #06080a;
	transition: inset .25s ease, width .25s ease, height .25s ease, border-radius .25s ease, transform .25s ease;
}

.cll-studio-stage.has-camera .cll-stage-source--camera,
.cll-studio-stage.has-screen .cll-stage-source--screen { display: block; }

.cll-studio-stage.has-screen .cll-stage-source--screen { object-fit: contain; }
.cll-studio-stage[data-layout="solo"].has-screen .cll-stage-source--camera { display: none; }

.cll-studio-stage[data-layout="split"].has-camera.has-screen .cll-stage-source { width: 50%; }
.cll-studio-stage[data-layout="split"].has-camera.has-screen .cll-stage-source--screen { left: 50%; }

.cll-studio-stage[data-layout="grid"].has-camera.has-screen .cll-stage-source {
	top: 9%;
	bottom: 9%;
	width: 43%;
	height: 82%;
	border: 1px solid rgba(255, 217, 92, .35);
	border-radius: 7px;
	box-shadow: 0 20px 48px rgba(0, 0, 0, .3);
}
.cll-studio-stage[data-layout="grid"].has-camera.has-screen .cll-stage-source--camera { left: 5%; }
.cll-studio-stage[data-layout="grid"].has-camera.has-screen .cll-stage-source--screen { right: 5%; left: auto; }

.cll-studio-stage[data-layout="sidebar"].has-camera.has-screen .cll-stage-source--screen { z-index: 1; }
.cll-studio-stage[data-layout="sidebar"].has-camera.has-screen .cll-stage-source--camera {
	z-index: 2;
	top: auto;
	right: 3%;
	bottom: 4%;
	left: auto;
	width: 28%;
	height: 34%;
	border: 2px solid var(--cll-gold);
	border-radius: 7px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .45);
}

.cll-studio-stage[data-layout="portrait"].has-camera .cll-stage-source--camera {
	right: auto;
	left: 31%;
	width: 38%;
	object-fit: cover;
	border-right: 1px solid rgba(255, 255, 255, .12);
	border-left: 1px solid rgba(255, 255, 255, .12);
}
.cll-studio-stage[data-layout="portrait"].has-camera.has-screen .cll-stage-source--screen { width: 31%; }
.cll-studio-stage[data-layout="portrait"].has-camera.has-screen .cll-stage-source--camera { left: 31%; width: 38%; }
.cll-studio-stage[data-layout="portrait"].has-camera.has-screen .cll-stage-source--screen { right: 0; left: auto; width: 31%; }

.cll-studio-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	justify-items: center;
	gap: 8px;
	padding: 24px;
	text-align: center;
}

.cll-studio-stage.has-preview .cll-studio-placeholder { display: none; }
.cll-studio-placeholder .dashicons { width: 54px; height: 54px; color: var(--cll-gold); font-size: 54px; }
.cll-studio-placeholder b { font-size: 21px; }
.cll-studio-placeholder small { max-width: 460px; color: var(--cll-muted); }
.cll-studio-stage > img[data-cll-live-overlay] { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; pointer-events: none; object-fit: contain; }

.cll-studio-caption,
.cll-audience-caption {
	position: absolute;
	z-index: 6;
	left: 5%;
	bottom: 7%;
	display: grid;
	max-width: 72%;
	padding: 12px 18px;
	background: rgba(10, 13, 17, .92);
	border-left: 4px solid var(--cll-gold);
	border-radius: 0 6px 6px 0;
	opacity: 0;
	transform: translateX(-35px);
	transition: opacity .25s ease, transform .25s ease;
}

.cll-studio-caption.is-visible,
.cll-audience-caption.is-visible { opacity: 1; transform: translateX(0); }
.cll-studio-caption b, .cll-audience-caption b { font-size: 18px; }
.cll-studio-caption span, .cll-audience-caption span { color: #c2c9d2; font-size: 12px; }

.cll-studio-qr,
.cll-audience-qr {
	position: absolute;
	z-index: 7;
	right: 4%;
	bottom: 5%;
	display: none;
	max-width: 150px;
	padding: 8px;
	background: #fff;
	border: 3px solid var(--cll-gold);
	border-radius: 6px;
	color: #111;
}

.cll-studio-qr.is-visible,
.cll-audience-qr.is-visible { display: block; }
.cll-studio-qr img, .cll-audience-qr img { display: block; width: 100%; height: auto; }

.cll-studio-live-mark {
	position: absolute;
	z-index: 9;
	top: 14px;
	right: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 9px;
	background: rgba(12, 15, 19, .82);
	border: 1px solid #3a414a;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 850;
	text-transform: uppercase;
}
.cll-studio-live-mark i { width: 7px; height: 7px; background: var(--cll-gold); border-radius: 50%; }
.cll-live-dialog.is-live .cll-studio-live-mark i { background: var(--cll-red); animation: cll-live-pulse 1.4s ease infinite; }
@keyframes cll-live-pulse { 50% { box-shadow: 0 0 0 6px rgba(255, 99, 118, 0); } }

.cll-studio-widgets {
	position: absolute;
	z-index: 5;
	inset: 0;
	display: none;
	pointer-events: none;
}
.cll-studio-widgets.is-visible { display: block; }
.cll-studio-widget { position: absolute; display: flex; align-items: center; gap: 6px; padding: 7px 10px; background: rgba(8, 11, 14, .88); border: 1px solid rgba(255, 255, 255, .16); border-radius: 5px; font-size: 10px; font-weight: 750; backdrop-filter: blur(9px); }
.cll-studio-widget--audience { top: 14px; left: 14px; }
.cll-studio-widget--audience i { width: 7px; height: 7px; background: var(--cll-red); border-radius: 50%; animation: cll-live-pulse 1.4s ease infinite; }
.cll-studio-widget--ticker { right: 14px; bottom: 14px; gap: 10px; border-color: rgba(255, 213, 75, .35); }
.cll-studio-widget--ticker b { color: var(--cll-gold-2); }
.cll-studio-widget--ticker span { color: #bdc5cf; }
.cll-studio-widget--rewards { top: 14px; left: 50%; transform: translateX(-50%); color: #fff1b3; }
.cll-studio-widget--rewards .dashicons { color: var(--cll-gold); }

.cll-studio-countdown {
	position: absolute;
	z-index: 20;
	inset: 0;
	display: none;
	place-items: center;
	background: rgba(5, 7, 9, .72);
	color: #fff;
	font-size: clamp(72px, 14vw, 170px);
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 0 44px rgba(255, 204, 49, .45);
	backdrop-filter: blur(4px);
}
.cll-studio-countdown.is-visible { display: grid; }
.cll-studio-countdown.is-ticking { animation: cll-countdown-pop .72s cubic-bezier(.2, .8, .2, 1); }
@keyframes cll-countdown-pop { 0% { opacity: 0; transform: scale(.72); } 32% { opacity: 1; transform: scale(1.06); color: var(--cll-gold-2); } 100% { opacity: 1; transform: scale(1); } }

.cll-studio-layouts {
	display: flex;
	gap: 7px;
	margin-top: 14px;
}

.cll-studio-layouts button {
	display: grid;
	grid-template-columns: repeat(3, 11px);
	gap: 2px;
	width: 49px;
	height: 34px;
	padding: 6px;
	background: #1b2026;
	border: 1px solid #343b45;
	border-radius: 5px;
	cursor: pointer;
}
.cll-studio-layouts button.is-active { border-color: var(--cll-gold); }
.cll-studio-layouts button span { background: #69717d; border-radius: 1px; }
.cll-studio-layouts button[data-cll-live-layout="solo"] span:not(:first-child) { display: none; }
.cll-studio-layouts button[data-cll-live-layout="solo"] span:first-child { grid-column: 1 / 4; }
.cll-studio-layouts button[data-cll-live-layout="split"] span:last-child { display: none; }
.cll-studio-layouts button[data-cll-live-layout="split"] { grid-template-columns: repeat(2, 1fr); }
.cll-studio-layouts button[data-cll-live-layout="grid"] span { min-width: 8px; }
.cll-studio-layouts button[data-cll-live-layout="sidebar"] span:first-child { grid-column: 1 / 3; }
.cll-studio-layouts button[data-cll-live-layout="portrait"] span:first-child { grid-column: 2; }
.cll-studio-layouts button[data-cll-live-layout="portrait"] span:nth-child(2),
.cll-studio-layouts button[data-cll-live-layout="portrait"] span:nth-child(3) { opacity: .28; }
.cll-studio-controls { display: flex; gap: 9px; margin-top: 13px; }
.cll-studio-controls button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: #20252c;
	border: 1px solid #343c46;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
.cll-studio-controls button:hover, .cll-studio-controls button.is-active { background: #35301e; border-color: var(--cll-gold); color: var(--cll-gold-2); }

.cll-studio-tools {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	min-width: 0;
	min-height: 0;
	background: #15191e;
	border-left: 1px solid var(--cll-line);
}

.cll-studio-tools > nav {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 3px;
	padding: 8px;
	overflow-y: auto;
	background: #0f1317;
	border-right: 1px solid var(--cll-line);
}

.cll-studio-tools > nav button {
	display: grid;
	place-items: center;
	gap: 3px;
	min-height: 55px;
	padding: 6px 2px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #aab2bd;
	cursor: pointer;
}
.cll-studio-tools > nav button:hover,
.cll-studio-tools > nav button.is-active { background: #252a31; border-color: #3b424c; color: var(--cll-gold-2); }
.cll-studio-tools > nav .dashicons { font-size: 21px; }
.cll-studio-tools > nav small { font-size: 9px; }

.cll-studio-tool-panel {
	min-width: 0;
	min-height: 0;
	padding: 16px;
	overflow-y: auto;
}
.cll-studio-tool-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid var(--cll-line); }
.cll-studio-tool-panel > header h3 { margin: 0; font-size: 20px; }
.cll-studio-tool-panel > header .cll-core-kicker { margin-bottom: 2px; }
.cll-studio-tool-panel > header button { background: transparent; border: 0; color: #bac1cb; cursor: pointer; font-size: 26px; }
.cll-studio-tool-panel form { display: grid; gap: 10px; margin: 15px 0; }
.cll-studio-tool-panel form button,
.cll-studio-tool-panel > button {
	min-height: 40px;
	background: #272d35;
	border: 1px solid #3c4550;
	border-radius: 5px;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}
.cll-studio-tool-panel form button:hover, .cll-studio-tool-panel > button:hover { border-color: var(--cll-gold); }
.cll-tool-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cll-tool-items button { min-width: 0; padding: 8px; overflow: hidden; background: #1b2026; border: 1px solid #303741; border-radius: 5px; color: #fff; cursor: pointer; text-align: left; }
.cll-tool-items button.is-active { border-color: var(--cll-gold); }
.cll-tool-items img { display: block; width: 100%; aspect-ratio: 16 / 9; margin-bottom: 7px; object-fit: cover; }
.cll-tool-items--text { grid-template-columns: 1fr; }
.cll-tool-items--text button { display: grid; }
.cll-tool-items--text span { overflow: hidden; color: var(--cll-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.cll-tool-boundary, .cll-studio-tool-panel > small { color: var(--cll-muted); font-size: 11px; }
.cll-tool-toggles { display: grid; gap: 11px; margin-top: 15px; }
.cll-tool-lock { display: grid; justify-items: center; gap: 8px; padding: 30px 15px; text-align: center; }
.cll-tool-lock .dashicons { width: 38px; height: 38px; color: var(--cll-gold); font-size: 38px; }
.cll-tool-lock p { color: var(--cll-muted); }
.cll-participant-actions { display: grid; gap: 8px; margin: 16px 0; }
.cll-participant-actions button {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 2px 10px;
	min-height: 58px;
	padding: 10px 12px;
	background: #1b2026;
	border: 1px solid #343c46;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-align: left;
}
.cll-participant-actions button:hover { border-color: var(--cll-gold); }
.cll-participant-actions button.is-danger { border-color: #6e333d; }
.cll-participant-actions button.is-danger:hover { border-color: var(--cll-red); }
.cll-participant-actions .dashicons { align-self: center; grid-row: 1 / 3; color: var(--cll-gold); }
.cll-participant-actions .is-danger .dashicons { color: var(--cll-red); }
.cll-participant-actions b { align-self: end; }
.cll-participant-actions small { color: var(--cll-muted); }
.cll-studio-tool-panel [data-participant-award] { margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--cll-line); }
.cll-studio-tool-panel [data-participant-status] { margin: 0; }

.cll-studio-library { display: grid; gap: 9px; margin-top: 14px; }
.cll-studio-library-item { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-width: 0; padding: 9px; background: #1b2026; border: 1px solid #343c46; border-radius: 6px; }
.cll-studio-library-item.is-active { border-color: var(--cll-gold); box-shadow: inset 3px 0 var(--cll-gold); }
.cll-studio-library-item > img { width: 54px; height: 42px; object-fit: cover; background: #0b0e12; border-radius: 4px; }
.cll-studio-library-item > div { display: grid; min-width: 0; gap: 2px; }
.cll-studio-library-item b, .cll-studio-library-item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cll-studio-library-item span { color: var(--cll-muted); font-size: 10px; }
.cll-studio-library-actions { display: flex !important; grid-auto-flow: column; align-items: center; gap: 5px !important; }
.cll-studio-library-actions button { min-height: 30px; padding: 0 8px; background: #262c34; border: 1px solid #414a55; border-radius: 4px; color: #fff; cursor: pointer; font-size: 10px; font-weight: 800; }
.cll-studio-library-actions button.is-danger { width: 30px; padding: 0; border-color: #67323a; color: #ff8b98; }
.cll-studio-library-actions .dashicons { width: 15px; height: 15px; font-size: 15px; }

.cll-widget-picker label { display: grid; grid-template-columns: 22px 25px minmax(0, 1fr); align-items: center; gap: 2px 8px; padding: 10px; background: #1b2026; border: 1px solid #343c46; border-radius: 6px; }
.cll-widget-picker label:has(input:checked) { border-color: var(--cll-gold); }
.cll-widget-picker label input { grid-row: 1 / 3; }
.cll-widget-picker label .dashicons { grid-row: 1 / 3; color: var(--cll-gold); }
.cll-widget-picker label small { grid-column: 3; color: var(--cll-muted); }
.cll-notes-actions { display: flex; align-items: center; gap: 10px; }
.cll-notes-actions button { flex: 0 0 110px; }
.cll-notes-actions span { color: var(--cll-muted); font-size: 11px; }

.cll-studio-popover {
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 50%;
	width: min(560px, calc(100% - 32px));
	max-height: calc(100% - 32px);
	padding: 20px;
	overflow-y: auto;
	transform: translate(-50%, -50%);
	background: #151a20;
	border: 1px solid #424b57;
	border-radius: 8px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .62);
}
.cll-studio-popover[hidden] { display: none; }
.cll-studio-popover > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--cll-line); }
.cll-studio-popover > header h3 { margin: 2px 0 0; font-size: 21px; }
.cll-studio-popover > header button { width: 36px; height: 36px; background: #242a32; border: 1px solid #39424d; border-radius: 5px; color: #fff; cursor: pointer; font-size: 24px; }
.cll-studio-popover form { display: grid; gap: 12px; margin-top: 15px; }
.cll-studio-popover label { display: grid; gap: 5px; }
.cll-studio-popover label > span { color: #bec6d0; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.cll-preflight-preview { display: grid; grid-template-columns: minmax(0, 1fr) 160px; align-items: center; gap: 14px; margin-top: 14px; }
.cll-preflight-preview video { width: 100%; aspect-ratio: 16 / 9; background: #080b0e; border: 1px solid #343d47; border-radius: 6px; object-fit: cover; }
.cll-preflight-preview > div { display: grid; gap: 5px; }
.cll-preflight-preview span { color: var(--cll-muted); font-size: 11px; }
.cll-preflight-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cll-preflight-actions button { min-height: 42px; }

.cll-studio-chat {
	display: flex;
	height: 430px;
	flex-direction: column;
	gap: 8px;
	margin: 14px 0;
	overflow-y: auto;
}
.cll-studio-chat article, .cll-audience-chat [data-cll-audience-messages] article { position: relative; display: grid; gap: 2px; padding: 9px 11px; background: #1d2229; border-left: 2px solid #535c68; border-radius: 0 5px 5px 0; }
.cll-studio-chat article.is-host, .cll-audience-chat article.is-host { border-color: var(--cll-red); box-shadow: inset 12px 0 18px -20px var(--cll-red); }
.cll-studio-chat article.is-moderator, .cll-audience-chat article.is-moderator { border-color: var(--cll-gold); }
.cll-studio-chat article span, .cll-audience-chat article span { color: #c1c7cf; font-size: 12px; }
.cll-studio-chat article button { position: absolute; top: 4px; right: 4px; background: transparent; border: 0; color: var(--cll-muted); cursor: pointer; }
.cll-studio-tool-panel [data-studio-chat-form], .cll-audience-chat form { display: grid; grid-template-columns: minmax(0, 1fr) auto; }

.cll-studio-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 7px 14px;
	background: #15191e;
	border-top: 1px solid var(--cll-line);
	color: var(--cll-muted);
	font-size: 11px;
}
.cll-studio-footer .cll-live-actions { flex-wrap: nowrap; }
.cll-studio-footer button { min-height: 30px; padding: 0 10px; background: transparent; border: 1px solid #414852; border-radius: 5px; color: #c2c8d0; cursor: pointer; font-size: 11px; }
.cll-studio-footer button:last-child { border-color: #6e333d; color: #ff8795; }

/* Viewer-facing livestream player and moderated community chat. */
.cll-live-audience {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	min-width: 0;
	max-width: 1460px;
	margin: 22px auto;
	padding: 0 24px;
}
.cll-audience-player { position: relative; min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #07090c; border: 1px solid #333a43; border-radius: 8px 0 0 8px; }
.cll-audience-player video { display: block; width: 100%; height: 100%; object-fit: contain; }
.cll-audience-placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 7px; background: radial-gradient(circle, #302d1f, #101318 60%); text-align: center; }
.cll-live-audience.has-playback .cll-audience-placeholder { display: none; }
.cll-audience-placeholder .dashicons { width: 54px; height: 54px; color: var(--cll-gold); font-size: 54px; }
.cll-audience-player > img[data-cll-audience-overlay] { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; object-fit: contain; }
.cll-audience-count { position: absolute; top: 14px; left: 14px; display: flex; align-items: center; gap: 5px; padding: 7px 9px; background: rgba(9, 12, 16, .86); border: 1px solid #3b424c; border-radius: 5px; color: #fff; font-size: 11px; }
.cll-audience-count i { width: 7px; height: 7px; background: var(--cll-red); border-radius: 50%; }
.cll-audience-chat { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; min-height: 0; max-height: 821px; padding: 16px; background: #15191e; border: 1px solid #333a43; border-left: 0; border-radius: 0 8px 8px 0; }
.cll-audience-chat > header { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--cll-line); }
.cll-audience-chat h2 { margin: 0; font-size: 18px; }
.cll-audience-chat [data-cll-audience-messages] { display: flex; min-height: 280px; flex-direction: column; gap: 8px; padding: 12px 0; overflow-y: auto; }
.cll-audience-chat form { margin: 0; }
.cll-audience-chat form button { width: 44px; background: var(--cll-gold); border: 0; border-radius: 5px; color: #111; cursor: pointer; }

@media (max-width: 1180px) {
	.cll-live-dialog--studio { width: calc(100vw - 16px); height: calc(100vh - 16px); }
	.cll-studio-workspace { grid-template-columns: 150px minmax(0, 1fr) 320px; }
	.cll-studio-stage { min-height: 220px; }
}

@media (max-width: 980px) {
	.cll-studio-workspace { grid-template-columns: minmax(0, 1fr) 320px; }
	.cll-studio-scenes { display: none; }
	.cll-live-audience { grid-template-columns: 1fr; }
	.cll-audience-player { border-radius: 8px 8px 0 0; }
	.cll-audience-chat { max-height: 520px; border-top: 0; border-left: 1px solid #333a43; border-radius: 0 0 8px 8px; }
}

@media (max-width: 760px) {
	.cll-live-dialog--studio { width: 100vw; height: 100vh; max-height: 100vh; border: 0; border-radius: 0; }
	.cll-studio-shell { grid-template-rows: 60px minmax(0, 1fr) 42px; }
	.cll-studio-header { grid-template-columns: 40px minmax(0, 1fr) auto; padding: 8px; }
	.cll-studio-header .cll-core-kicker, .cll-studio-header-status > span, .cll-studio-header-status > b { display: none; }
	.cll-studio-header h2 { font-size: 15px; }
	.cll-studio-header-status .cll-core-button { min-height: 38px; padding: 0 12px; font-size: 12px; }
	.cll-studio-workspace { position: relative; display: block; overflow: hidden; }
	.cll-studio-main { height: 100%; justify-content: flex-start; padding: 10px; }
	.cll-studio-stage { width: 100%; min-height: 190px; margin-top: auto; margin-bottom: auto; }
	.cll-studio-tools { position: absolute; inset: auto 0 0; display: block; height: 61px; border-top: 1px solid var(--cll-line); border-left: 0; }
	.cll-studio-tools > nav { display: grid; grid-template-columns: repeat(8, 54px); height: 61px; flex-direction: initial; overflow-x: auto; overflow-y: hidden; border-right: 0; }
	.cll-studio-tools > nav button { min-height: 45px; }
	.cll-studio-tool-panel { position: fixed; z-index: 3; top: 60px; right: 0; bottom: 42px; width: min(360px, 92vw); padding: 15px; transform: translateX(105%); transition: transform .2s ease; background: #15191e; border-left: 1px solid #343b44; }
	.cll-studio-tool-panel.is-open { transform: translateX(0); }
	.cll-studio-controls { margin-bottom: 64px; }
	.cll-studio-footer > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.cll-live-audience { margin: 14px auto; padding: 0 14px; }
	.cll-studio-caption, .cll-audience-caption { max-width: 82%; padding: 9px 12px; }
	.cll-studio-caption b, .cll-audience-caption b { font-size: 14px; }
	.cll-studio-qr, .cll-audience-qr { max-width: 90px; }
	.cll-studio-popover { position: fixed; top: 50%; width: calc(100vw - 24px); max-height: calc(100vh - 96px); }
	.cll-preflight-preview { grid-template-columns: 1fr; }
	.cll-preflight-preview > div { display: none; }
	.cll-studio-library-item { grid-template-columns: 44px minmax(0, 1fr) auto; }
	.cll-studio-library-item > img { width: 44px; height: 38px; }
	.cll-studio-widget--ticker { right: 8px; bottom: 8px; }
	.cll-studio-widget--rewards { display: none; }
}

@media (max-width: 460px) {
	.cll-studio-main { padding: 7px; }
	.cll-studio-stage { min-height: 165px; }
	.cll-studio-controls { gap: 6px; }
	.cll-studio-controls button { width: 39px; height: 39px; }
	.cll-studio-layouts button { width: 43px; }
	.cll-studio-footer .cll-live-actions button:first-child { display: none; }
	.cll-preflight-actions { grid-template-columns: 1fr; }
	.cll-studio-widget--ticker span { display: none; }
	.cll-studio-stage[data-layout="sidebar"].has-camera.has-screen .cll-stage-source--camera { width: 34%; height: 38%; }
}
