:root{
  --ccsg-blue:#1B75BC;
  --ccsg-ink:#101828;
  --ccsg-muted:#667085;
  --ccsg-border:#e4e7ec;
  --ccsg-bg:#f7f9fc;
  --ccsg-card:#fff;
  --ccsg-soft:#f2f7fc;
}
.ccsg-body{margin:0;background:var(--ccsg-bg);color:var(--ccsg-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh;font-size:14px;}
.ccsg-topbar{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 22px;background:#fff;border-bottom:1px solid var(--ccsg-border);position:sticky;top:0;z-index:5;}
.ccsg-brand{display:flex;align-items:center;gap:.6rem;color:var(--ccsg-ink);font-weight:600;text-decoration:none;font-size:.95rem;white-space:nowrap;}
.ccsg-brand img{height:40px;width:auto;}
.ccsg-nav{display:flex;align-items:center;gap:.15rem;flex-wrap:wrap;justify-content:flex-end;}
.ccsg-nav a{color:#475467;text-decoration:none;font-weight:600;font-size:.82rem;padding:.34rem .5rem;border-radius:7px;}
.ccsg-nav a:hover{background:var(--ccsg-soft);color:var(--ccsg-blue);}
.ccsg-main{max-width:1140px;margin:0 auto;padding:20px 18px 42px;}
.ccsg-kicker{color:var(--ccsg-blue);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;margin-bottom:.35rem;}
.ccsg-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px;}
.ccsg-page-head--compact{align-items:center;}
.ccsg-page-head h1,.ccsg-hero h1{font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.12;letter-spacing:-.025em;font-weight:600;margin:0 0 5px;}
.ccsg-page-head p,.ccsg-hero p{color:var(--ccsg-muted);font-size:.9rem;line-height:1.45;max-width:720px;margin:0;}
.ccsg-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;}
.ccsg-actions .btn,.ccsg-page-head .btn{font-size:.82rem;font-weight:600;border-radius:7px;padding:.34rem .58rem;}
.ccsg-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:16px;align-items:stretch;background:#fff;border:1px solid var(--ccsg-border);border-radius:14px;padding:20px;box-shadow:0 1px 2px rgba(16,24,40,.04);}
.ccsg-panel,.ccsg-card,.ccsg-form-card,.ccsg-copy-box{background:var(--ccsg-card);border:1px solid var(--ccsg-border);border-radius:12px;padding:14px;box-shadow:0 1px 2px rgba(16,24,40,.035);}
.ccsg-panel{background:#fbfdff;}
.ccsg-panel h2,.ccsg-card h2{font-size:.95rem;font-weight:600;margin:0 0 8px;}
.ccsg-checks{padding:0;margin:0;list-style:none;display:grid;gap:.42rem;}
.ccsg-checks li{display:flex;gap:.48rem;color:#344054;font-weight:500;font-size:.86rem;line-height:1.32;}
.ccsg-checks li:before{content:"✓";width:16px;height:16px;border-radius:999px;background:#ecfdf3;color:#087443;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.68rem;flex:0 0 auto;margin-top:1px;}
.ccsg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.ccsg-card h3{font-size:.94rem;font-weight:600;margin:.45rem 0 .2rem;}
.ccsg-card p{color:var(--ccsg-muted);line-height:1.42;margin:0;font-size:.86rem;}
.ccsg-icon{width:30px;height:30px;border-radius:9px;background:var(--ccsg-soft);color:var(--ccsg-blue);display:grid;place-items:center;font-size:.95rem;}
.ccsg-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:12px;}
.ccsg-metric-card{background:#fff;border:1px solid var(--ccsg-border);border-radius:12px;padding:12px 13px;box-shadow:0 1px 2px rgba(16,24,40,.035);}
.ccsg-metric-num{font-size:1.32rem;line-height:1;font-weight:600;letter-spacing:-.025em;color:#0f172a;font-variant-numeric:tabular-nums;}
.ccsg-metric-label{font-size:.76rem;color:#344054;font-weight:600;margin-top:.34rem;}
.ccsg-metric-hint{font-size:.72rem;color:#98a2b3;margin-top:.18rem;}
.ccsg-two-col{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:12px;align-items:start;}
.ccsg-card-lg{padding:0;overflow:hidden;}
.ccsg-card-lg>.ccsg-section-head{padding:11px 13px;border-bottom:1px solid var(--ccsg-border);}
.ccsg-card-lg>p,.ccsg-card-lg>.ccsg-table-wrap,.ccsg-card-lg>ol,.ccsg-card-lg>.ccsg-chart-grid,.ccsg-card-lg>.ccsg-chart-panel{padding:13px;}
.ccsg-section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.ccsg-section-head h2{margin:0;font-size:.95rem;font-weight:600;}
.ccsg-section-head a{font-weight:600;text-decoration:none;color:var(--ccsg-blue);font-size:.82rem;}
.ccsg-chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.ccsg-chart-panel{background:#fff;border:1px solid #eef2f6;border-radius:10px;padding:12px;}
.ccsg-chart-panel--wide{margin:0 13px 13px;}
.ccsg-chart-title{font-size:.9rem;font-weight:600;color:#182230;}
.ccsg-chart-subtitle{font-size:.76rem;color:#98a2b3;margin-top:.1rem;}
.ccsg-chart{height:220px;margin-top:10px;}
.ccsg-chart--short{height:170px;}
.ccsg-table{margin:0;font-size:.84rem;}
.ccsg-table>:not(caption)>*>*{padding:.52rem .65rem;}
.ccsg-table thead th{font-size:.67rem;text-transform:uppercase;letter-spacing:.045em;color:#667085;background:#f9fafb;border-bottom:1px solid var(--ccsg-border);font-weight:600;}
.ccsg-table-wrap{overflow:auto;padding:0!important;}
.ccsg-progress-line{display:grid;gap:.25rem;min-width:110px;}
.ccsg-progress-line span{font-size:.75rem;color:#667085;font-variant-numeric:tabular-nums;}
.ccsg-progress{height:6px;background:#eef2f6;border-radius:999px;overflow:hidden;}
.ccsg-progress i{display:block;height:100%;background:var(--ccsg-blue);border-radius:999px;}
.ccsg-member-list{display:grid;gap:.45rem;}
.ccsg-member-list--flush{padding:12px;}
.ccsg-member{display:flex;align-items:center;gap:.55rem;padding:.45rem .5rem;border:1px solid #eef2f7;border-radius:9px;background:#fff;}
.ccsg-avatar{width:28px;height:28px;border-radius:999px;background:var(--ccsg-soft);color:var(--ccsg-blue);display:grid;place-items:center;font-weight:600;font-size:.78rem;flex:0 0 auto;}
.ccsg-member strong{font-size:.84rem;}
.ccsg-member-main{min-width:0;flex:1;}
.ccsg-member-score{font-size:.78rem;font-weight:600;color:#344054;font-variant-numeric:tabular-nums;}
.ccsg-form-card{max-width:620px;}
.ccsg-form-card .form-control,.ccsg-form-card .form-select{font-size:.9rem;border-radius:8px;}
.ccsg-form-card .btn,.ccsg-copy-box .btn{font-size:.84rem;padding:.42rem .68rem;border-radius:8px;font-weight:600;}
.ccsg-note{background:#f8fbff;border:1px solid #d8e9f8;border-radius:9px;padding:10px 11px;color:#24547a;font-size:.85rem;}
.ccsg-copy-box .form-control{font-size:.86rem;border-radius:8px;}
.ccsg-mini-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid #edf2f7;border-radius:8px;padding:.48rem .55rem;margin-bottom:.4rem;font-size:.84rem;background:#fff;}
.ccsg-mini-row span{font-size:.75rem;color:var(--ccsg-muted);}
.ccsg-search{display:flex;gap:.45rem;background:#fff;border:1px solid var(--ccsg-border);border-radius:10px;padding:7px;box-shadow:0 1px 2px rgba(16,24,40,.035);}
.ccsg-search .form-control{font-size:.86rem;border-radius:7px;}
.ccsg-search .btn{font-size:.82rem;border-radius:7px;font-weight:600;padding:.36rem .7rem;}
.ccsg-case-picker{display:grid;gap:.45rem;}
.ccsg-case-pick{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem;background:#fff;border:1px solid var(--ccsg-border);border-radius:10px;padding:9px 10px;box-shadow:0 1px 2px rgba(16,24,40,.025);}
.ccsg-case-pick strong{font-size:.88rem;}
.ccsg-pick-controls{display:flex;align-items:center;justify-content:flex-end;gap:.32rem;flex-wrap:wrap;}
.ccsg-pick-controls form{display:inline-flex;margin:0;}
.ccsg-pick-controls .form-control-sm{font-size:.78rem;padding:.26rem .44rem;border-radius:7px;max-width:180px;}
.ccsg-pick-controls .btn-sm,.ccsg-table .btn-sm{font-size:.76rem;padding:.27rem .48rem;border-radius:7px;font-weight:600;}
.badge{font-weight:600;}
.alert{font-size:.86rem;border-radius:9px;padding:.65rem .8rem;}
@media (max-width:1100px){.ccsg-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.ccsg-chart-grid{grid-template-columns:1fr;}.ccsg-two-col{grid-template-columns:1fr;}}
@media (max-width:900px){.ccsg-hero{grid-template-columns:1fr;}.ccsg-grid{grid-template-columns:1fr 1fr;}.ccsg-page-head{display:block;}.ccsg-page-head .ccsg-actions{margin-top:10px;}.ccsg-case-pick{grid-template-columns:1fr;}.ccsg-pick-controls{justify-content:flex-start;}.ccsg-topbar{align-items:flex-start;flex-direction:column;padding:11px 16px;}.ccsg-nav{justify-content:flex-start;}.ccsg-main{padding-top:16px;}}
@media (max-width:640px){.ccsg-grid,.ccsg-metric-grid{grid-template-columns:1fr 1fr;}.ccsg-actions,.ccsg-search{display:grid;}.ccsg-search .btn,.ccsg-actions .btn{width:100%;}.ccsg-chart{height:190px;}}
@media (max-width:480px){.ccsg-grid,.ccsg-metric-grid{grid-template-columns:1fr;}.ccsg-hero{padding:16px;}}

/* v8: dashboard-matched minimal group pages */
.ccsg-main{max-width:1280px;width:100%;}
.ccsg-dash-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin:4px 0 14px;}
.ccsg-dash-head--landing{align-items:center;}
.ccsg-dash-kicker{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ccsg-blue);font-weight:600;margin-bottom:.25rem;}
.ccsg-dash-head h1{font-size:clamp(1.35rem,2vw,2rem);letter-spacing:-.035em;line-height:1.1;margin:0 0 .35rem;font-weight:600;color:#0f172a;}
.ccsg-dash-head p{color:#667085;margin:0;max-width:820px;font-size:.92rem;line-height:1.45;}
.ccsg-dash-actions{display:flex;gap:.45rem;align-items:center;justify-content:flex-end;flex-wrap:wrap;}
.ccsg-dash-actions .btn{border-radius:8px;font-weight:600;}
.ccsg-library-shell,.ccsg-panel-card,.ccsg-form-shell{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.045);overflow:hidden;}
.ccsg-library-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#fbfdff);}
.ccsg-library-toolbar h2,.ccsg-form-head h2,.ccsg-panel-card .ccsg-section-head h2{font-size:.98rem;font-weight:600;margin:0;color:#182230;}
.ccsg-library-toolbar p,.ccsg-form-head p{font-size:.78rem;color:#667085;margin:.12rem 0 0;}
.ccsg-filter-form{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap;max-width:860px;}
.ccsg-filter-form .form-control,.ccsg-filter-form .form-select{border-radius:8px;font-size:.82rem;min-height:32px;}
.ccsg-filter-form .form-select{width:auto;min-width:135px;}
.ccsg-filter-search{width:250px;}
.ccsg-case-table td,.ccsg-case-table th{vertical-align:middle;}
.ccsg-case-title{font-weight:600;color:#101828;font-size:.88rem;line-height:1.2;}
.ccsg-case-tags{font-size:.74rem;color:#667085;margin-top:.14rem;line-height:1.25;max-width:780px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ccsg-chip{display:inline-flex;align-items:center;border:1px solid #d8ecff;background:#f5fbff;color:#175cd3;border-radius:999px;padding:.15rem .48rem;font-size:.74rem;font-weight:600;white-space:nowrap;}
.ccsg-row-actions,.ccsg-inline-assign{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:wrap;}
.ccsg-row-actions form{display:inline-flex;margin:0;}
.ccsg-inline-assign .form-control{width:160px;border-radius:8px;font-size:.78rem;min-height:30px;}
.ccsg-inline-assign input[name="note"]{width:210px;}
.ccsg-pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-top:1px solid rgba(15,23,42,.08);background:#fbfdff;}
.ccsg-pagination-bar>span{font-size:.78rem;color:#667085;font-weight:600;}
.ccsg-pagination-bar .page-link{border-radius:7px;margin:0 .08rem;font-size:.78rem;}
.ccsg-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;}
.ccsg-feature-card{border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fff;padding:.95rem;min-height:142px;}
.ccsg-feature-card h3{font-size:.95rem;font-weight:600;margin:.65rem 0 .25rem;color:#182230;}
.ccsg-feature-card p{font-size:.84rem;color:#667085;line-height:1.42;margin:0;}
.ccsg-split-cards{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;}
.ccsg-split-cards--wide{grid-template-columns:minmax(0,1fr) 360px;align-items:start;}
.ccsg-panel-card{padding:0;}
.ccsg-panel-card>.ccsg-section-head{padding:.85rem 1rem;border-bottom:1px solid rgba(15,23,42,.08);background:#fff;}
.ccsg-clean-list{list-style:none;padding:.9rem 1rem;margin:0;display:grid;gap:.55rem;font-size:.88rem;color:#344054;}
.ccsg-clean-list li{display:flex;gap:.55rem;align-items:center;}
.ccsg-clean-list i{color:#1B75BC;}
.ccsg-form-shell{max-width:680px;}
.ccsg-modern-form{padding:1rem;}
.ccsg-modern-form .form-label{font-size:.78rem;font-weight:600;color:#344054;margin-bottom:.35rem;}
.ccsg-modern-form .form-control,.ccsg-modern-form .form-select{border-radius:8px;}
.ccsg-form-head{margin-bottom:.9rem;}
.ccsg-inline-note{display:flex;gap:.5rem;align-items:flex-start;border:1px solid #d8ecff;background:#f5fbff;color:#175cd3;border-radius:10px;padding:.7rem .75rem;font-size:.82rem;line-height:1.35;}
.ccsg-form-actions{display:flex;gap:.45rem;align-items:center;flex-wrap:wrap;margin-top:1rem;}
.ccsg-copy-box{padding:1rem;}
.ccsg-copy-row{display:flex;gap:.45rem;align-items:center;}
.ccsg-seat-meter{padding:.9rem 1rem;}
.ccsg-seat-meter strong{font-size:1.15rem;color:#0f172a;}
.ccsg-seat-meter span{font-size:.8rem;color:#667085;margin-left:.3rem;}
.ccsg-mini-divider{height:1px;background:rgba(15,23,42,.08);margin:.15rem 1rem .75rem;}
.ccsg-mini-heading{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#667085;font-weight:600;margin:0 1rem .5rem;}
.ccsg-panel-card .ccsg-mini-row{margin-left:1rem;margin-right:1rem;}
.ccsg-member-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;padding:1rem;}
.ccsg-member-card{display:flex;align-items:center;gap:.65rem;border:1px solid rgba(15,23,42,.08);border-radius:12px;padding:.65rem;background:#fff;}
.ccsg-member-card strong{display:block;font-size:.86rem;color:#182230;}
.ccsg-member-card p{font-size:.76rem;color:#667085;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ccsg-compare-metrics{grid-template-columns:repeat(3,minmax(0,1fr));}
.ccsg-workflow-list{padding:1rem 1rem 1rem 2.1rem;color:#475467;font-size:.88rem;line-height:1.5;}
.ccsg-workflow-list li+li{margin-top:.35rem;}
@media(max-width:1050px){.ccsg-library-toolbar{display:block;}.ccsg-filter-form{justify-content:flex-start;max-width:none;margin-top:.8rem;}.ccsg-split-cards,.ccsg-split-cards--wide{grid-template-columns:1fr;}.ccsg-member-grid{grid-template-columns:1fr;}}
@media(max-width:760px){.ccsg-dash-head{display:block;}.ccsg-dash-actions{justify-content:flex-start;margin-top:.75rem;}.ccsg-filter-form{display:grid;grid-template-columns:1fr 1fr;}.ccsg-filter-form .form-select,.ccsg-filter-search{width:100%;min-width:0;}.ccsg-row-actions,.ccsg-inline-assign{justify-content:flex-start;}.ccsg-inline-assign .form-control,.ccsg-inline-assign input[name="note"]{width:100%;}.ccsg-inline-assign{display:grid;grid-template-columns:1fr;}.ccsg-pagination-bar{display:block;}.ccsg-pagination-bar nav{margin-top:.55rem;}.ccsg-feature-grid{grid-template-columns:1fr;}.ccsg-copy-row{display:grid;}.ccsg-compare-metrics{grid-template-columns:1fr;}}
@media(max-width:540px){.ccsg-filter-form{grid-template-columns:1fr;}.ccsg-table-wrap{overflow:auto;}.ccsg-case-table{min-width:720px;}}

/* v9: cohort wording + dashboard-matched compact pages */
.ccsg-body{background:#f5f7fb;color:#111827;font-size:13px;}
.ccsg-topbar{height:50px;min-height:50px;padding:8px 18px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(16,24,40,.03);}
.ccsg-brand{font-size:.9rem;font-weight:600;gap:.5rem;}
.ccsg-brand img{height:40px;}
.ccsg-nav a{font-size:.78rem;color:#334155;font-weight:600;padding:.35rem .55rem;border-radius:7px;}
.ccsg-main{max-width:100%;padding:12px 16px 34px;}
.ccsg-case-dashboard-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;box-shadow:0 1px 2px rgba(16,24,40,.035);}
.ccsg-case-dashboard-head h1{font-size:1.45rem;line-height:1.15;letter-spacing:-.03em;font-weight:600;margin:0 0 4px;color:#0f172a;}
.ccsg-case-dashboard-head p{font-size:.82rem;line-height:1.35;color:#475467;margin:0;max-width:900px;}
.section-label{font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:#667085;line-height:1.1;}
.ccsg-case-card.card,.ccsg-body .card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px rgba(16,24,40,.035);overflow:hidden;background:#fff;}
.ccsg-card-header-clean,.ccsg-body .card-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:10px 12px;}
.ccsg-card-header-clean h2{font-size:.98rem;line-height:1.2;font-weight:600;margin:2px 0 2px;color:#111827;}
.ccsg-card-header-clean p{margin:0;color:#667085;font-size:.76rem;line-height:1.3;}
.ccsg-toolbar-form{display:grid;grid-template-columns:minmax(260px,1fr) minmax(132px,180px) minmax(132px,160px) 104px auto auto;gap:6px;align-items:center;}
.ccsg-toolbar-form .form-control,.ccsg-toolbar-form .form-select,.ccsg-inline-input-row .form-control{font-size:.78rem;border-radius:6px;border-color:#d0d5dd;min-height:30px;}
.ccsg-toolbar-search{position:relative;}
.ccsg-toolbar-search i{position:absolute;left:9px;top:50%;transform:translateY(-50%);color:#98a2b3;font-size:.8rem;}
.ccsg-toolbar-search .form-control{padding-left:28px;}
.ccsg-action-pills{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:nowrap;}
.ccsg-action-pills form{display:inline-flex;margin:0;}
.ccsg-action-pills .btn,.ccsg-assign-form .btn,.ccsg-dash-actions .btn,.ccsg-inline-input-row .btn{font-size:.74rem;border-radius:6px;font-weight:600;padding:.22rem .46rem;white-space:nowrap;}
.ccsg-case-table{font-size:.78rem;}
.ccsg-case-table>:not(caption)>*>*{padding:.46rem .6rem;}
.ccsg-case-table thead th{font-size:.64rem;text-transform:uppercase;letter-spacing:.05em;color:#667085;background:#f9fafb;font-weight:600;border-bottom:1px solid #e5e7eb;}
.ccsg-case-table tbody tr:hover{background:#fbfdff;}
.ccsg-case-tags{font-size:.71rem;color:#667085;margin-top:1px;max-width:900px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25;}
.ccsg-assign-table td:first-child,.ccsg-case-table td:first-child{min-width:360px;}
.ccsg-assign-form{display:grid;grid-template-columns:170px minmax(190px,1fr) auto;gap:6px;align-items:center;justify-content:end;}
.ccsg-assign-form .form-control{font-size:.76rem;border-radius:6px;min-height:29px;}
.ccsg-pagination-bar,.ccsg-pagination-bar--card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:8px 12px;border-top:1px solid #e5e7eb;background:#fff;}
.ccsg-pagination-bar>span{font-size:.75rem;color:#667085;font-weight:600;}
.ccsg-pagination-bar .pagination{gap:3px;}
.ccsg-pagination-bar .page-link{font-size:.73rem;border-radius:6px;padding:.22rem .45rem;color:#1B75BC;}
.ccsg-pagination-bar .page-item.active .page-link{background:#1B75BC;border-color:#1B75BC;color:#fff;}
.ccsg-inline-input-row{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:7px;align-items:center;}
.ccsg-seat-meter--clean{padding:0;}
.ccsg-seat-meter--clean strong{font-size:1.05rem;}
.ccsg-seat-meter--clean span{font-size:.76rem;color:#667085;}
.ccsg-progress{height:7px;background:#eef2f7;border-radius:999px;overflow:hidden;}
.ccsg-progress i{display:block;height:100%;background:#1B75BC;border-radius:999px;}
.ccsg-inline-note{display:flex;align-items:flex-start;gap:.45rem;border:1px solid #d7e9f9;background:#f5fbff;color:#175cd3;border-radius:8px;padding:.55rem .65rem;font-size:.76rem;line-height:1.35;}
.ccsg-copy-row{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:7px;align-items:center;}
.ccsg-copy-row .form-control{font-size:.78rem;border-radius:6px;}
.ccsg-compact-list{display:grid;gap:0;}
.ccsg-compact-list-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .65rem;border-bottom:1px solid #eef2f7;min-height:44px;}
.ccsg-compact-list-row:last-child{border-bottom:0;}
.ccsg-compact-list-row strong{display:block;font-size:.8rem;color:#111827;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ccsg-compact-list-row span{display:block;font-size:.72rem;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ccsg-compact-list-row i{color:#98a2b3;}
.ccsg-avatar-sm{width:25px;height:25px;border-radius:999px;background:#eaf4ff;color:#1B75BC;display:grid;place-items:center;font-weight:600;font-size:.72rem;flex:0 0 auto;}
/* dashboard pagination and tables */
.table-tight{font-size:.78rem;}
.table-tight>:not(caption)>*>*{padding:.42rem .55rem;}
.assignment-progress{width:82px;height:6px;background:#eef2f7;border-radius:999px;overflow:hidden;}
.assignment-progress span{display:block;height:100%;background:#1B75BC;border-radius:999px;}
.score-pill{display:inline-flex;align-items:center;border:1px solid #f1b7bd;background:#fff1f2;color:#b42318;border-radius:999px;padding:.12rem .38rem;font-size:.7rem;font-weight:600;white-space:nowrap;}
.score-pill.pass{border-color:#abefc6;background:#ecfdf3;color:#067647;}
.badge-mode{font-size:.67rem;}
.ccsg-member-chip{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #eef2f7;padding:.45rem 0;}
.ccsg-member-chip:last-child{border-bottom:0;}
@media(max-width:1100px){.ccsg-toolbar-form{grid-template-columns:1fr 1fr 1fr;}.ccsg-toolbar-search{grid-column:1 / -1;}.ccsg-assign-form{grid-template-columns:1fr;}.ccsg-action-pills{justify-content:flex-start;}.ccsg-case-dashboard-head{display:block;}.ccsg-dash-actions{justify-content:flex-start;margin-top:8px;}}
@media(max-width:700px){.ccsg-main{padding:10px 10px 28px;}.ccsg-toolbar-form{grid-template-columns:1fr;}.ccsg-inline-input-row,.ccsg-copy-row{grid-template-columns:1fr;}.ccsg-case-table{min-width:780px;}.ccsg-pagination-bar{display:block;}.ccsg-pagination-bar nav{margin-top:6px;}.ccsg-case-dashboard-head h1{font-size:1.25rem;}}


/* v10: dashboard-matched cohort pages and cache-busted layout */
.ccsg-body{
  background:#f3f6fa !important;
  color:#111827;
  font-size:13px;
}
.ccsg-topbar{
  height:52px !important;
  min-height:52px !important;
  padding:8px 16px !important;
  background:#fff !important;
  border-bottom:1px solid #dfe5ec !important;
  box-shadow:0 1px 2px rgba(16,24,40,.04) !important;
}
.ccsg-brand img{height:40px !important;}
.ccsg-brand span{font-weight:600;color:#111827;letter-spacing:-.01em;}
.ccsg-nav a{font-size:.78rem !important;font-weight:600 !important;color:#344054 !important;padding:.35rem .55rem !important;}
.ccsg-main{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:12px 14px 36px !important;
}
.ccsg-case-dashboard-head{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:1rem !important;
  width:100% !important;
  background:#fff !important;
  border:1px solid #dfe5ec !important;
  border-radius:12px !important;
  padding:10px 12px !important;
  margin:0 0 10px !important;
  box-shadow:0 1px 2px rgba(16,24,40,.035) !important;
}
.ccsg-case-dashboard-head h1{
  font-size:1.38rem !important;
  line-height:1.12 !important;
  letter-spacing:-.03em !important;
  margin:1px 0 3px !important;
  font-weight:600 !important;
  color:#101828 !important;
}
.ccsg-case-dashboard-head p{font-size:.8rem !important;line-height:1.35 !important;color:#475467 !important;margin:0 !important;max-width:980px !important;}
.section-label{font-size:.62rem !important;text-transform:uppercase !important;letter-spacing:.08em !important;font-weight:600 !important;color:#667085 !important;line-height:1.05 !important;}
.ccsg-case-card.card,.ccsg-body .card{
  width:100% !important;
  background:#fff !important;
  border:1px solid #dfe5ec !important;
  border-radius:12px !important;
  box-shadow:0 1px 2px rgba(16,24,40,.035) !important;
  overflow:hidden !important;
}
.ccsg-card-header-clean,.ccsg-body .card-header{
  background:#fff !important;
  border-bottom:1px solid #dfe5ec !important;
  padding:9px 11px !important;
}
.ccsg-card-header-clean h2,.ccsg-body .card-header h2{
  font-size:.95rem !important;
  line-height:1.15 !important;
  font-weight:600 !important;
  color:#111827 !important;
  margin:2px 0 2px !important;
}
.ccsg-card-header-clean p,.ccsg-body .card-header p{font-size:.74rem !important;color:#667085 !important;margin:0 !important;line-height:1.25 !important;}
.ccsg-body .card-body{padding:10px 11px !important;}
.ccsg-toolbar-form{
  display:grid !important;
  grid-template-columns:minmax(320px,1fr) minmax(132px,170px) minmax(130px,155px) 96px auto auto !important;
  gap:6px !important;
  align-items:center !important;
  width:100% !important;
}
.ccsg-toolbar-search{position:relative !important;}
.ccsg-toolbar-search i{position:absolute !important;left:9px !important;top:50% !important;transform:translateY(-50%) !important;color:#98a2b3 !important;font-size:.78rem !important;}
.ccsg-toolbar-search .form-control{padding-left:28px !important;}
.ccsg-toolbar-form .form-control,.ccsg-toolbar-form .form-select,.ccsg-inline-input-row .form-control,.ccsg-copy-row .form-control,.ccsg-assign-form .form-control{
  min-height:29px !important;
  height:29px !important;
  font-size:.76rem !important;
  border-radius:6px !important;
  border-color:#cfd6df !important;
  box-shadow:none !important;
}
.ccsg-toolbar-form .btn,.ccsg-dash-actions .btn,.ccsg-action-pills .btn,.ccsg-assign-form .btn,.ccsg-inline-input-row .btn,.ccsg-copy-row .btn{
  min-height:29px !important;
  font-size:.73rem !important;
  font-weight:600 !important;
  padding:.22rem .48rem !important;
  border-radius:6px !important;
  white-space:nowrap !important;
}
.ccsg-case-table,.table-tight{font-size:.76rem !important;}
.ccsg-case-table>:not(caption)>*>*,.table-tight>:not(caption)>*>*{padding:.42rem .52rem !important;vertical-align:middle !important;}
.ccsg-case-table thead th,.table-tight thead th{
  font-size:.62rem !important;
  text-transform:uppercase !important;
  letter-spacing:.055em !important;
  color:#667085 !important;
  background:#f8fafc !important;
  border-bottom:1px solid #dfe5ec !important;
  font-weight:600 !important;
}
.ccsg-case-table tbody tr,.table-tight tbody tr{border-color:#edf1f5 !important;}
.ccsg-case-table tbody tr:hover,.table-tight tbody tr:hover{background:#fbfdff !important;}
.ccsg-case-table td:first-child,.ccsg-assign-table td:first-child{min-width:420px !important;max-width:880px !important;}
.ccsg-case-tags{font-size:.7rem !important;color:#667085 !important;margin-top:2px !important;line-height:1.2 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;max-width:860px !important;}
.ccsg-assign-form{
  display:grid !important;
  grid-template-columns:165px minmax(220px,1fr) auto !important;
  gap:6px !important;
  align-items:center !important;
  justify-content:end !important;
}
.ccsg-action-pills{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:5px !important;flex-wrap:nowrap !important;}
.ccsg-action-pills form{display:inline-flex !important;margin:0 !important;}
.ccsg-pagination-bar{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:.75rem !important;
  padding:7px 11px !important;
  border-top:1px solid #dfe5ec !important;
  background:#fff !important;
}
.ccsg-pagination-bar>span{font-size:.73rem !important;color:#667085 !important;font-weight:600 !important;}
.ccsg-pagination-bar .pagination{gap:3px !important;}
.ccsg-pagination-bar .page-link{font-size:.72rem !important;border-radius:6px !important;padding:.22rem .45rem !important;color:#1B75BC !important;}
.ccsg-pagination-bar .page-item.active .page-link{background:#1B75BC !important;border-color:#1B75BC !important;color:#fff !important;}
.ccsg-inline-input-row,.ccsg-copy-row{display:grid !important;grid-template-columns:minmax(280px,1fr) auto !important;gap:7px !important;align-items:center !important;}
.ccsg-inline-note{display:flex !important;gap:.45rem !important;align-items:flex-start !important;border:1px solid #d7e9f9 !important;background:#f5fbff !important;color:#175cd3 !important;border-radius:8px !important;padding:.5rem .6rem !important;font-size:.74rem !important;line-height:1.3 !important;}
.ccsg-compact-list-row{min-height:42px !important;padding:.5rem .6rem !important;border-bottom:1px solid #edf1f5 !important;}
.ccsg-compact-list-row strong{font-size:.78rem !important;}
.ccsg-compact-list-row span{font-size:.7rem !important;}
.ccsg-avatar-sm{width:24px !important;height:24px !important;font-size:.7rem !important;background:#eaf4ff !important;color:#1B75BC !important;}
.ccsg-feature-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important;}
.ccsg-feature-card{border:1px solid #edf1f5 !important;border-radius:10px !important;background:#fff !important;padding:10px !important;}
.ccsg-feature-card h3{font-size:.86rem !important;font-weight:600 !important;margin:.35rem 0 .15rem !important;}
.ccsg-feature-card p{font-size:.74rem !important;color:#667085 !important;line-height:1.35 !important;margin:0 !important;}
.ccsg-icon{width:28px !important;height:28px !important;border-radius:8px !important;background:#eaf4ff !important;color:#1B75BC !important;}
.ccsg-form-actions{display:flex !important;gap:7px !important;align-items:center !important;margin-top:12px !important;}
@media(max-width:1100px){
  .ccsg-toolbar-form{grid-template-columns:1fr 1fr 1fr !important;}
  .ccsg-toolbar-search{grid-column:1 / -1 !important;}
  .ccsg-assign-form{grid-template-columns:1fr !important;justify-content:stretch !important;}
  .ccsg-action-pills{justify-content:flex-start !important;}
  .ccsg-case-dashboard-head{display:block !important;}
  .ccsg-dash-actions{justify-content:flex-start !important;margin-top:8px !important;}
}
@media(max-width:720px){
  .ccsg-main{padding:10px 10px 28px !important;}
  .ccsg-toolbar-form{grid-template-columns:1fr !important;}
  .ccsg-inline-input-row,.ccsg-copy-row{grid-template-columns:1fr !important;}
  .ccsg-case-table{min-width:820px !important;}
  .ccsg-pagination-bar{display:block !important;}
  .ccsg-pagination-bar nav{margin-top:6px !important;}
  .ccsg-feature-grid{grid-template-columns:1fr !important;}
}


/* v13: cohort comparison polish */
.ccsg-metric-grid--compare{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px;}
.ccsg-workflow-list--compact{padding-left:1.1rem;font-size:.82rem;line-height:1.5;color:#475467;}
.ccsg-workflow-list--compact li+li{margin-top:.45rem;}
@media(max-width:900px){.ccsg-metric-grid--compare{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:520px){.ccsg-metric-grid--compare{grid-template-columns:1fr;}}

/* v15 Stripe cohort onboarding */
.ccsg-seat-picker{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.ccsg-seat-button{min-width:48px}.ccsg-seat-input{max-width:110px}.ccsg-checkout-summary{border:1px solid rgba(27,117,188,.16);background:linear-gradient(180deg,#f8fbff,#fff);border-radius:14px;padding:.85rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.ccsg-checkout-summary strong{font-size:1.15rem;color:#0f172a;letter-spacing:-.02em}.ccsg-case-card code{font-size:.78rem;color:#175cd3;background:#f3f8ff;border:1px solid #d8ecff;border-radius:6px;padding:.1rem .3rem}.ccsg-form-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:1rem}.ccsg-compact-list-row>strong{white-space:nowrap;color:#0f172a}.ccsg-nav a{white-space:nowrap}@media(max-width:720px){.ccsg-checkout-summary{align-items:flex-start;flex-direction:column}.ccsg-seat-input{max-width:100%}}


/* v18 copy polish: keep cohort typography lighter and consistent */
.ccsg-main h1,.ccsg-main h2,.ccsg-main h3,.ccsg-main h4,.ccsg-main h5,.ccsg-main h6,
.ccsg-main strong,.ccsg-main b,.ccsg-main .fw-bold,.ccsg-main .fw-semibold,
.ccsg-main .section-label,.ccsg-main .card-header,.ccsg-main .table thead th{font-weight:600 !important;}
.ccsg-brand,.ccsg-brand span,.ccsg-nav a{font-weight:600 !important;}

/* v19 pilot cohort onboarding */
.ccsg-pilot-note{border-color:#c7d7fe !important;background:#f7f9ff !important;color:#344054 !important;}
.ccsg-pilot-note i{color:#1B75BC !important;}

/* v22: sales-style cohort onboarding/pilot pages */
.ccsg-onboard-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:14px;
  align-items:stretch;
  background:#fff;
  border:1px solid #dfe5ec;
  border-radius:14px;
  padding:14px;
  box-shadow:0 1px 2px rgba(16,24,40,.035);
}
.ccsg-onboard-hero--pilot{
  border-color:#c7d7fe;
  background:linear-gradient(180deg,#f7f9ff 0%,#fff 74%);
}
.ccsg-onboard-hero-copy h1{
  font-size:1.65rem;
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:600;
  margin:.25rem 0 .45rem;
  color:#0f172a;
}
.ccsg-onboard-hero-copy p{
  margin:0;
  color:#475467;
  max-width:900px;
  font-size:.88rem;
  line-height:1.45;
}
.ccsg-onboard-hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}
.ccsg-onboard-hero-pills span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  border:1px solid #dfe5ec;
  background:#fff;
  color:#344054;
  border-radius:999px;
  padding:.28rem .55rem;
  font-size:.74rem;
  font-weight:600;
  white-space:nowrap;
}
.ccsg-onboard-hero-pills i{color:#1B75BC;}
.ccsg-onboard-hero-pills .ccsg-pilot-pill{
  border-color:#c7d7fe;
  background:#eef4ff;
  color:#1d4ed8;
}
.ccsg-onboard-hero-card{
  border:1px solid #dfe5ec;
  border-radius:12px;
  background:#f8fafc;
  padding:13px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:150px;
}
.ccsg-onboard-hero--pilot .ccsg-onboard-hero-card{
  border-color:#c7d7fe;
  background:#eef4ff;
}
.ccsg-onboard-hero-card strong{
  display:block;
  font-size:1.25rem;
  line-height:1.15;
  font-weight:600;
  color:#0f172a;
  margin:.45rem 0 .3rem;
}
.ccsg-onboard-hero-card span{
  color:#475467;
  font-size:.8rem;
  line-height:1.35;
}
.ccsg-pilot-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  align-self:flex-start;
  border:1px solid rgba(27,117,188,.18);
  background:#fff;
  color:#175cd3;
  border-radius:999px;
  padding:.24rem .5rem;
  font-size:.7rem;
  font-weight:600;
}
.ccsg-onboard-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.ccsg-onboard-feature{
  border:1px solid #edf1f5;
  background:#fff;
  border-radius:11px;
  padding:11px;
  min-height:126px;
}
.ccsg-onboard-feature i{
  width:30px;
  height:30px;
  border-radius:9px;
  background:#eaf4ff;
  color:#1B75BC;
  display:grid;
  place-items:center;
  margin-bottom:8px;
}
.ccsg-onboard-feature strong{
  display:block;
  font-size:.84rem;
  font-weight:600;
  color:#111827;
  margin-bottom:3px;
}
.ccsg-onboard-feature span{
  display:block;
  color:#667085;
  font-size:.74rem;
  line-height:1.36;
}
.ccsg-insider-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border:1px solid #c7d7fe;
  background:#f7f9ff;
  border-radius:12px;
  padding:12px;
}
.ccsg-insider-box strong{
  display:block;
  font-size:.9rem;
  font-weight:600;
  color:#0f172a;
  margin:.15rem 0 .15rem;
}
.ccsg-insider-box p{
  margin:0;
  color:#475467;
  font-size:.76rem;
  line-height:1.35;
}
.ccsg-insider-box>i{
  color:#1B75BC;
  font-size:1.35rem;
}
@media(max-width:1050px){
  .ccsg-onboard-hero{grid-template-columns:1fr;}
  .ccsg-onboard-hero-card{min-height:auto;}
}
@media(max-width:680px){
  .ccsg-onboard-hero{padding:12px;}
  .ccsg-onboard-hero-copy h1{font-size:1.35rem;}
  .ccsg-onboard-feature-grid{grid-template-columns:1fr;}
}

/* v23 launch-readiness additions */
.ccsg-help-note{display:flex;gap:.45rem;align-items:flex-start;padding:.6rem .75rem;border:1px solid rgba(27,117,188,.16);border-radius:12px;background:#f6fbff;color:#475467;font-size:.84rem;line-height:1.35}.ccsg-help-note i{color:#1B75BC;margin-top:.05rem}.ccsg-bulk-invite-form textarea{min-height:92px;resize:vertical}.ccsg-program-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:1rem;align-items:stretch}.ccsg-sales-hero{border:1px solid rgba(15,23,42,.08);border-radius:22px;background:linear-gradient(135deg,#fff,#f6fbff);box-shadow:0 18px 45px rgba(16,24,40,.07);padding:1.25rem}.ccsg-sales-copy h1{font-size:2rem;line-height:1.05;letter-spacing:-.04em;font-weight:600;color:#0f172a;margin:.35rem 0 .65rem}.ccsg-sales-copy p{color:#475467;max-width:720px;margin-bottom:1rem}.ccsg-sales-actions{display:flex;flex-wrap:wrap;gap:.55rem}.ccsg-sales-panel{border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;padding:1rem;box-shadow:0 1px 2px rgba(16,24,40,.04)}.ccsg-check-list{list-style:none;padding:0;margin:.65rem 0 0;display:grid;gap:.55rem}.ccsg-check-list li{display:flex;gap:.5rem;align-items:flex-start;color:#344054;font-size:.9rem}.ccsg-check-list i{color:#12B76A;margin-top:.08rem}.ccsg-feature-card{border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 1px 2px rgba(16,24,40,.04)}.ccsg-feature-card i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eef7ff;color:#1B75BC;margin-bottom:.75rem}.ccsg-feature-card h2{font-size:1rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.35rem}.ccsg-feature-card p{font-size:.9rem;color:#667085;margin:0}.ccsg-case-table a.text-decoration-none{color:#175cd3}.ccsg-case-table a.text-decoration-none:hover{text-decoration:underline!important}@media(max-width:900px){.ccsg-program-hero{grid-template-columns:1fr}.ccsg-sales-copy h1{font-size:1.65rem}}

/* v25 public cohort landing page */
.ccsg-main:has(.ccsg-public-hero){padding:0;max-width:none;}
.ccsg-public-hero{background:linear-gradient(135deg,#174f7d 0%,#1B75BC 48%,#35aee2 100%);color:#fff;margin:0 0 0;padding:3.4rem 1rem 2.6rem;}
.ccsg-public-hero-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.75fr);gap:2rem;align-items:center;}
.ccsg-public-copy h1{font-size:clamp(2rem,4vw,3.45rem);line-height:.98;letter-spacing:-.055em;font-weight:600;margin:.4rem 0 1rem;max-width:820px;}
.ccsg-public-lede{font-size:1.08rem;line-height:1.55;max-width:740px;color:rgba(255,255,255,.9);margin:0 0 1rem;}
.ccsg-public-badges{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.15rem 0 1.25rem;}
.ccsg-public-badges span{border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.13);border-radius:999px;padding:.38rem .62rem;font-size:.78rem;font-weight:600;color:#fff;backdrop-filter:blur(10px);}
.ccsg-public-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;}
.ccsg-public-actions .btn{border-radius:10px;font-weight:600;box-shadow:0 10px 26px rgba(16,24,40,.12);}
.ccsg-public-note{margin:.85rem 0 0;color:rgba(255,255,255,.78);font-size:.83rem;}
.ccsg-hero-panel{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.16);border-radius:18px;padding:1.1rem;box-shadow:0 20px 50px rgba(12,42,75,.18);backdrop-filter:blur(16px);}
.ccsg-panel-title{display:flex;align-items:center;gap:.45rem;font-size:.93rem;font-weight:600;margin-bottom:.75rem;color:#fff;}
.ccsg-hero-checks{list-style:none;padding:0;margin:0;display:grid;gap:.7rem;}
.ccsg-hero-checks li{display:flex;gap:.55rem;align-items:flex-start;color:rgba(255,255,255,.93);font-size:.9rem;line-height:1.36;}
.ccsg-hero-checks i{color:#d9f99d;margin-top:.06rem;}
.ccsg-public-section{padding:3.4rem 1rem;}
.ccsg-public-section>*{max-width:1120px;margin-left:auto;margin-right:auto;}
.ccsg-public-card{border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:18px;box-shadow:0 16px 45px rgba(16,24,40,.08);}
.ccsg-dashboard-preview-wrap{background:linear-gradient(180deg,#f2f9ff 0%,#fff 100%);padding-top:2rem;}
.ccsg-dashboard-preview-card{padding:.85rem;}
.ccsg-dashboard-preview{border:1px solid #e7eef6;border-radius:14px;background:#fff;overflow:hidden;}
.ccsg-preview-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1.2rem 1.25rem;border-bottom:1px solid #edf1f5;}
.ccsg-preview-top h2,.ccsg-section-heading h2,.ccsg-insider-copy h2,.ccsg-final-cta h2{font-weight:600;letter-spacing:-.035em;color:#101828;}
.ccsg-preview-top h2{font-size:1.65rem;margin:.15rem 0 .35rem;max-width:680px;}
.ccsg-preview-top p{color:#667085;margin:0;max-width:720px;line-height:1.45;}
.ccsg-mini-label{font-size:.72rem;font-weight:600;color:#1B75BC;text-transform:uppercase;letter-spacing:.08em;}
.ccsg-preview-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-bottom:1px solid #edf1f5;}
.ccsg-preview-metrics div{padding:1rem 1.25rem;border-right:1px solid #edf1f5;}
.ccsg-preview-metrics div:last-child{border-right:0;}
.ccsg-preview-metrics strong{display:block;font-size:1.35rem;font-weight:600;color:#101828;}
.ccsg-preview-metrics span{display:block;font-size:.78rem;color:#667085;}
.ccsg-preview-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:1rem;padding:1.25rem;}
.ccsg-preview-bars{display:grid;gap:.65rem;}
.ccsg-bar-row{display:grid;grid-template-columns:145px 1fr;align-items:center;gap:.75rem;font-size:.8rem;font-weight:600;color:#344054;}
.ccsg-bar-row b{height:8px;background:#20a3e6;border-radius:999px;display:block;position:relative;}
.ccsg-bar-row b:after{content:"";position:absolute;inset:0;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,0));}
.ccsg-preview-fix{border:1px solid #edf1f5;border-radius:13px;padding:1rem;background:#fbfdff;}
.ccsg-preview-fix h3{font-size:.95rem;font-weight:600;margin-bottom:.3rem;color:#101828;}
.ccsg-preview-fix p{font-size:.86rem;color:#667085;margin:0;line-height:1.45;}
.ccsg-section-heading{max-width:760px!important;margin-bottom:1.9rem!important;}
.ccsg-section-heading h2{font-size:2rem;margin:.25rem 0 .45rem;}
.ccsg-section-heading p{color:#667085;line-height:1.55;margin:0;}
.ccsg-feature-grid-6{max-width:1120px!important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}
.ccsg-public-feature{border:1px solid rgba(15,23,42,.08);border-radius:15px;background:#fff;padding:1.2rem;box-shadow:0 1px 2px rgba(16,24,40,.04);}
.ccsg-public-feature i{width:38px;height:38px;border-radius:12px;background:#eef7ff;color:#1B75BC;display:grid;place-items:center;margin-bottom:.85rem;}
.ccsg-public-feature h3{font-size:1rem;font-weight:600;letter-spacing:-.015em;color:#101828;margin:0 0 .35rem;}
.ccsg-public-feature p{font-size:.9rem;line-height:1.45;color:#667085;margin:0;}
.ccsg-public-split-section{max-width:1120px;margin:0 auto;padding:1rem 1rem 3.4rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}
.ccsg-split-copy{padding:1.35rem;}
.ccsg-split-copy h2{font-size:1.55rem;font-weight:600;letter-spacing:-.03em;color:#101828;margin:.2rem 0 .55rem;}
.ccsg-split-copy p{color:#667085;line-height:1.55;margin-bottom:1rem;}
.ccsg-pill-list{display:flex;flex-wrap:wrap;gap:.45rem;}
.ccsg-pill-list span{border:1px solid #d9e9f8;background:#f4faff;color:#175cd3;border-radius:999px;padding:.32rem .6rem;font-size:.78rem;font-weight:600;}
.ccsg-insider-landing{background:linear-gradient(180deg,#f6fbff,#fff);}
.ccsg-insider-landing-card{display:grid;grid-template-columns:minmax(0,1.25fr) 330px;gap:1.25rem;padding:1.35rem;align-items:center;}
.ccsg-insider-copy h2{font-size:2rem;margin:.25rem 0 .65rem;}
.ccsg-insider-copy p{color:#667085;line-height:1.55;max-width:730px;}
.ccsg-clean-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.45rem;color:#344054;font-size:.92rem;}
.ccsg-clean-list li{display:flex;gap:.5rem;align-items:flex-start;}
.ccsg-clean-list i{color:#12B76A;margin-top:.05rem;}
.ccsg-insider-cta-box{border:1px solid #c7d7fe;background:#f8faff;border-radius:16px;padding:1.1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.ccsg-free-badge{display:inline-flex;background:#1B75BC;color:#fff;border-radius:999px;padding:.34rem .65rem;font-size:.75rem;font-weight:600;margin-bottom:.7rem;}
.ccsg-insider-cta-box h3{font-size:1.2rem;font-weight:600;color:#101828;margin:0 0 .35rem;}
.ccsg-insider-cta-box p{color:#667085;font-size:.88rem;line-height:1.45;}
.ccsg-steps-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;}
.ccsg-step{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;padding:1.1rem;box-shadow:0 1px 2px rgba(16,24,40,.04);}
.ccsg-step span{width:30px;height:30px;border-radius:9px;background:#1B75BC;color:#fff;display:grid;place-items:center;font-size:.84rem;font-weight:600;margin-bottom:.8rem;}
.ccsg-step h3{font-size:1rem;font-weight:600;color:#101828;margin:0 0 .35rem;}
.ccsg-step p{font-size:.88rem;color:#667085;line-height:1.45;margin:0;}
.ccsg-faq-section{background:#fff;}
.ccsg-faq-list{max-width:760px!important;display:grid;gap:.6rem;}
.ccsg-faq-list details{border:1px solid #e6edf5;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.03);}
.ccsg-faq-list summary{cursor:pointer;padding:.95rem 1rem;font-weight:600;color:#101828;}
.ccsg-faq-list p{padding:0 1rem 1rem;margin:0;color:#667085;line-height:1.45;}
.ccsg-final-cta{background:#f4f9fd;padding-bottom:4rem;}
.ccsg-final-cta .ccsg-public-card{padding:2rem;max-width:780px;}
.ccsg-final-cta h2{font-size:1.9rem;margin:.25rem 0 .55rem;}
.ccsg-final-cta p{color:#667085;margin-bottom:1.2rem;}
@media(max-width:960px){.ccsg-public-hero-inner,.ccsg-preview-grid,.ccsg-insider-landing-card{grid-template-columns:1fr}.ccsg-feature-grid-6{grid-template-columns:repeat(2,minmax(0,1fr))}.ccsg-steps-row{grid-template-columns:repeat(2,minmax(0,1fr))}.ccsg-public-split-section{grid-template-columns:1fr}.ccsg-preview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.ccsg-public-hero{padding-top:2.4rem}.ccsg-feature-grid-6,.ccsg-steps-row{grid-template-columns:1fr}.ccsg-preview-top{display:block}.ccsg-preview-top .btn{margin-top:1rem}.ccsg-bar-row{grid-template-columns:1fr}.ccsg-preview-metrics{grid-template-columns:1fr}.ccsg-preview-metrics div{border-right:0;border-bottom:1px solid #edf1f5}.ccsg-preview-metrics div:last-child{border-bottom:0}}

/* v26 public program landing refinements */
.ccsg-main--full{max-width:none!important;width:100%!important;padding:0!important;margin:0!important;}
.ccsg-main--full .alert{max-width:1120px;margin:1rem auto;}
.ccsg-main--full .ccsg-public-hero{margin:0!important;width:100%;}
.ccsg-main--full .ccsg-public-section:first-of-type{padding-top:2.25rem;}
.ccsg-screenshot-section{background:#fff;}
.ccsg-screenshot-section--soft{background:linear-gradient(180deg,#f4f9fd,#fff);}
.ccsg-screenshot-feature{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:1.5rem;align-items:center;padding:1rem;}
.ccsg-screenshot-feature--reverse{grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);}
.ccsg-screenshot-copy{padding:1rem 1rem 1rem .4rem;}
.ccsg-screenshot-copy h2{font-size:clamp(1.45rem,2.6vw,2.1rem);font-weight:600;letter-spacing:-.035em;line-height:1.1;color:#101828;margin:.25rem 0 .65rem;}
.ccsg-screenshot-copy p{color:#667085;line-height:1.55;margin:0 0 1rem;}
.ccsg-screenshot-frame{border:1px solid #d8e5f0;border-radius:16px;background:#f8fbff;box-shadow:0 18px 45px rgba(16,24,40,.08);overflow:hidden;min-height:310px;}
.ccsg-shot-toolbar{height:34px;background:#fff;border-bottom:1px solid #e7eef6;display:flex;align-items:center;gap:.35rem;padding:0 .75rem;}
.ccsg-shot-toolbar span{width:8px;height:8px;border-radius:999px;background:#d0d5dd;display:block;}
.ccsg-shot-placeholder{min-height:276px;display:grid;place-items:center;text-align:center;padding:2rem;color:#667085;background:linear-gradient(135deg,#fafdff,#eef7ff);}
.ccsg-shot-placeholder i{font-size:2rem;color:#1B75BC;margin-bottom:.35rem;}
.ccsg-shot-placeholder strong{display:block;color:#101828;font-weight:600;margin-bottom:.15rem;}
.ccsg-shot-placeholder small{display:block;max-width:320px;line-height:1.4;}
.ccsg-public-hero .ccsg-public-actions .btn-outline-light:hover{color:#174f7d;}
@media(max-width:960px){.ccsg-screenshot-feature,.ccsg-screenshot-feature--reverse{grid-template-columns:1fr}.ccsg-screenshot-copy{padding:.5rem}.ccsg-screenshot-feature--reverse .ccsg-screenshot-copy{order:2}.ccsg-screenshot-feature--reverse .ccsg-screenshot-frame{order:1}}


/* v27 public landing typography + CTA refinements */
.ccsg-public-hero{padding:3rem 1rem 2.45rem;}
.ccsg-public-copy h1{
  font-size:clamp(1.85rem,3.25vw,2.85rem);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:600;
  margin:.35rem 0 .85rem;
}
.ccsg-public-lede{
  font-size:1rem;
  line-height:1.52;
  max-width:700px;
}
.ccsg-public-hero .section-label,
.ccsg-public-hero .section-label--on-blue{
  color:rgba(255,255,255,.9)!important;
  font-weight:600;
  letter-spacing:.095em;
  text-shadow:0 1px 1px rgba(15,23,42,.18);
}
.ccsg-public-actions{gap:.55rem;}
.ccsg-public-actions .btn,
.ccsg-cta-btn{
  display:inline-flex;
  align-items:center;
  gap:.42rem;
  border-radius:9px;
  font-size:.88rem!important;
  line-height:1.1;
  font-weight:600!important;
  padding:.58rem .82rem!important;
  box-shadow:0 8px 20px rgba(16,24,40,.11);
}
.ccsg-public-actions .btn-lg{font-size:.88rem!important;}
.ccsg-cta-btn i{font-size:.95rem;line-height:1;}
.ccsg-final-cta h2{font-size:1.65rem;line-height:1.18;font-weight:600;}
.ccsg-final-cta .ccsg-public-actions .btn{font-size:.86rem!important;padding:.55rem .78rem!important;}
@media(max-width:640px){
  .ccsg-public-copy h1{font-size:1.75rem;letter-spacing:-.035em;}
  .ccsg-public-lede{font-size:.95rem;}
  .ccsg-public-actions .btn,.ccsg-cta-btn{width:100%;justify-content:center;}
}

/* v28 research-informed program landing sections */
.ccsg-research-section{background:linear-gradient(180deg,#fff 0%,#f6fbff 100%);}
.ccsg-research-grid{max-width:1120px!important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}
.ccsg-research-card{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;padding:1.2rem;box-shadow:0 1px 2px rgba(16,24,40,.04);}
.ccsg-research-card i{width:40px;height:40px;border-radius:13px;background:#eef7ff;color:#1B75BC;display:grid;place-items:center;margin-bottom:.85rem;font-size:1.05rem;}
.ccsg-research-card h3{font-size:1.02rem;font-weight:600;letter-spacing:-.015em;color:#101828;margin:0 0 .4rem;}
.ccsg-research-card p{font-size:.9rem;line-height:1.5;color:#667085;margin:0;}
.ccsg-workflow-compare{max-width:1120px!important;margin-top:1rem!important;padding:1rem 1.1rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1rem;align-items:center;}
.ccsg-workflow-compare strong{display:block;font-size:.95rem;font-weight:600;color:#101828;line-height:1.35;margin-top:.25rem;}
.ccsg-workflow-compare>i{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#eef7ff;color:#1B75BC;}
@media(max-width:900px){.ccsg-research-grid{grid-template-columns:1fr}.ccsg-workflow-compare{grid-template-columns:1fr}.ccsg-workflow-compare>i{transform:rotate(90deg);margin:.25rem auto}}

/* v29 live research charts for public program landing page */
.ccsg-research-section{background:linear-gradient(180deg,#fff 0%,#f6fbff 100%);}
.ccsg-research-heading{max-width:880px!important;}
.ccsg-study-grid{max-width:1120px!important;margin:1.8rem auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}
.ccsg-study-card{border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;padding:1.18rem;box-shadow:0 16px 40px rgba(16,24,40,.055);}
.ccsg-study-card-head{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1rem;}
.ccsg-study-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;background:#eef7ff;color:#1B75BC;border:1px solid rgba(27,117,188,.18);font-size:1.05rem;}
.ccsg-study-icon--solid{background:#1B75BC;color:#fff;border-color:#1B75BC;}
.ccsg-study-card h3{font-size:1.04rem;line-height:1.2;font-weight:600;letter-spacing:-.018em;color:#101828;margin:0 0 .25rem;}
.ccsg-study-card p{font-size:.9rem;line-height:1.48;color:#667085;margin:0;}
.ccsg-remediation-row{display:grid;grid-template-columns:210px minmax(0,1fr);gap:1rem;align-items:center;margin-top:.35rem;}
.ccsg-big-stat strong{display:block;font-size:2.35rem;line-height:1;font-weight:600;letter-spacing:-.045em;color:#1B75BC;margin-bottom:.45rem;}
.ccsg-big-stat span{display:block;font-size:.92rem;line-height:1.35;color:#101828;}
.ccsg-range-chart{padding:.3rem .2rem .1rem;}
.ccsg-range-axis{display:grid;grid-template-columns:repeat(4,1fr);font-size:.78rem;color:#667085;margin-top:2.6rem;}
.ccsg-range-track{position:relative;height:6px;border-radius:999px;background:#d0d5dd;margin:0 .2rem;}
.ccsg-range-fill{position:absolute;left:13.3%;right:0;top:0;bottom:0;border-radius:999px;background:linear-gradient(90deg,#76b7f2,#1B75BC);}
.ccsg-range-dot{position:absolute;top:50%;transform:translate(-50%,-50%);width:13px;height:13px;border-radius:999px;background:#1B75BC;border:3px solid #fff;box-shadow:0 0 0 1px rgba(27,117,188,.32);}
.ccsg-range-dot em{position:absolute;left:50%;bottom:1.05rem;transform:translateX(-50%);font-style:normal;font-size:.76rem;font-weight:600;color:#101828;background:#eef7ff;border:1px solid #d8eaf8;border-radius:8px;padding:.18rem .42rem;white-space:nowrap;}
.ccsg-range-dot--low{left:13.3%;}.ccsg-range-dot--high{left:100%;}
.ccsg-study-divider{height:1px;background:#edf1f5;margin:1.05rem 0;}
.ccsg-study-bottom-grid{display:grid;grid-template-columns:86px minmax(0,1fr) minmax(170px,.8fr);gap:.9rem;align-items:center;}
.ccsg-donut-wrap{position:relative;width:74px;height:74px;}
.ccsg-donut-wrap canvas{width:74px!important;height:74px!important;}
.ccsg-donut-center{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;}
.ccsg-donut-center strong{font-size:1.05rem;font-weight:600;color:#1B75BC;}
.ccsg-study-bottom-grid p strong{color:#1B75BC;font-weight:600;}
.ccsg-study-callout,.ccsg-study-note{display:flex;gap:.6rem;align-items:flex-start;border:1px solid rgba(27,117,188,.13);border-radius:13px;background:#f6fbff;color:#344054;padding:.72rem .82rem;font-size:.88rem;line-height:1.4;}
.ccsg-study-callout i,.ccsg-study-note i{color:#1B75BC;font-size:1rem;margin-top:.05rem;}
.ccsg-live-chart-box{height:230px;margin:.25rem 0 .85rem;}
.ccsg-live-chart-box canvas{width:100%!important;height:100%!important;}
.ccsg-doc-stat-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:1rem;align-items:center;margin:1.05rem 0 1rem;}
.ccsg-doc-stat-row strong{font-size:4.2rem;line-height:.9;font-weight:600;letter-spacing:-.06em;color:#1B75BC;}
.ccsg-doc-stat-row span{font-size:.95rem;line-height:1.48;color:#101828;}
.ccsg-model-compare{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);gap:.9rem;align-items:center;margin:.8rem 0 1rem;}
.ccsg-model-column{display:grid;gap:.42rem;text-align:center;}
.ccsg-model-column span{display:block;background:#f2f4f7;color:#344054;border:1px solid #e4e7ec;border-radius:10px;padding:.4rem .5rem;font-size:.78rem;font-weight:600;}
.ccsg-model-column div{border:1px solid #e4e7ec;border-radius:10px;background:#fff;padding:.5rem .55rem;color:#344054;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.42rem;min-height:42px;}
.ccsg-model-column i.bi-arrow-down-short{font-size:1rem;color:#98a2b3;}
.ccsg-model-column--blue span{background:#eef7ff;color:#175cd3;border-color:#cce6fb;}
.ccsg-model-column--blue div{border-color:#cce6fb;color:#175cd3;background:#fbfdff;}
.ccsg-model-compare>b{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#eef7ff;border:1px solid #cce6fb;color:#1B75BC;font-size:.8rem;font-weight:600;}
.ccsg-research-takeaway{max-width:1120px!important;margin:1rem auto 0;padding:1.05rem 1.1rem;display:flex;gap:1rem;align-items:center;}
.ccsg-research-takeaway strong{display:block;font-weight:600;color:#101828;margin-bottom:.2rem;}
.ccsg-research-takeaway p{margin:0;color:#475467;font-size:.92rem;line-height:1.45;}
.ccsg-source-line{max-width:1120px;margin:.85rem auto 0;color:#667085;font-size:.78rem;display:flex;gap:.45rem;align-items:center;}
.ccsg-source-line i{color:#98a2b3;}
@media(max-width:960px){.ccsg-study-grid{grid-template-columns:1fr}.ccsg-remediation-row,.ccsg-study-bottom-grid,.ccsg-doc-stat-row{grid-template-columns:1fr}.ccsg-donut-wrap{margin:.2rem 0}.ccsg-model-compare{grid-template-columns:1fr}.ccsg-model-compare>b{margin:.15rem auto}.ccsg-research-takeaway{align-items:flex-start}.ccsg-live-chart-box{height:260px}}
@media(max-width:640px){.ccsg-big-stat strong{font-size:2rem}.ccsg-doc-stat-row strong{font-size:3.2rem}.ccsg-study-card{padding:1rem}.ccsg-research-takeaway{display:block}.ccsg-research-takeaway .ccsg-study-icon{margin-bottom:.7rem}.ccsg-range-axis{font-size:.72rem}.ccsg-live-chart-box{height:300px}}

/* v30 research chart spacing + public footer */
.ccsg-study-grid{align-items:start;gap:1.08rem;}
.ccsg-study-card{min-height:0;}
.ccsg-study-card-head{margin-bottom:.9rem;}
.ccsg-remediation-row{grid-template-columns:minmax(170px, .82fr) minmax(260px,1.18fr);gap:1.15rem;align-items:end;margin-top:.2rem;}
.ccsg-range-chart{display:flex;flex-direction:column-reverse;gap:.38rem;padding:.45rem .35rem .25rem;min-width:0;}
.ccsg-range-axis{margin:0;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;color:#667085;font-size:.78rem;line-height:1;}
.ccsg-range-axis span:first-child{text-align:left;}
.ccsg-range-axis span:not(:first-child):not(:last-child){text-align:center;}
.ccsg-range-axis span:last-child{text-align:right;}
.ccsg-range-track{height:6px;margin:.62rem .35rem .18rem;}
.ccsg-range-dot em{bottom:1.12rem;font-size:.74rem;padding:.16rem .4rem;}
.ccsg-study-bottom-grid{grid-template-columns:80px minmax(0,1fr) minmax(185px,.8fr);gap:1rem;align-items:center;}
.ccsg-donut-wrap{width:72px;height:72px;}
.ccsg-donut-wrap canvas{width:72px!important;height:72px!important;}
.ccsg-live-chart-box{height:215px;margin:.1rem 0 1rem;padding:.25rem .15rem 0;}
.ccsg-study-note{align-items:center;}
.ccsg-doc-stat-row{grid-template-columns:145px minmax(0,1fr);gap:1.1rem;margin:1.1rem 0 1.05rem;align-items:center;}
.ccsg-model-compare{margin:1rem 0 1.05rem;gap:.8rem;}
.ccsg-model-column{gap:.36rem;}
.ccsg-model-column div{min-height:38px;padding:.45rem .55rem;}
.ccsg-model-column span{padding:.36rem .5rem;}
.ccsg-research-takeaway{margin-top:1.1rem;}
.ccsg-source-line{padding-bottom:.3rem;}

.ccsg-public-footer{background:#071d2f;color:#d9e8f5;margin-top:0;padding:3.2rem 1.25rem 1.35rem;}
.ccsg-public-footer-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(130px,.55fr) minmax(130px,.55fr) minmax(260px,.9fr);gap:1.7rem;align-items:start;}
.ccsg-footer-brand img{display:block;margin-bottom:.9rem;filter:brightness(0) invert(1) opacity(.92);}
.ccsg-footer-brand p,.ccsg-footer-card p{font-size:.88rem;line-height:1.5;color:#b8c9d8;margin:0;max-width:460px;}
.ccsg-footer-badges{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem;}
.ccsg-footer-badges span{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);padding:.38rem .55rem;font-size:.76rem;color:#e8f3fb;}
.ccsg-footer-col strong,.ccsg-footer-card strong{display:block;color:#fff;font-size:.86rem;font-weight:600;margin-bottom:.7rem;}
.ccsg-footer-col a{display:block;color:#b8c9d8;text-decoration:none;font-size:.84rem;margin:.42rem 0;}
.ccsg-footer-col a:hover{color:#fff;}
.ccsg-footer-card{border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.06);padding:1rem;box-shadow:0 20px 40px rgba(0,0,0,.12);}
.ccsg-footer-card p{margin-bottom:.85rem;}
.ccsg-footer-card .btn{box-shadow:none!important;font-size:.82rem!important;padding:.5rem .7rem!important;}
.ccsg-public-footer-bottom{max-width:1120px;margin:2.2rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:1rem;color:#9fb4c6;font-size:.78rem;}

@media(max-width:1100px){
  .ccsg-remediation-row{grid-template-columns:1fr;align-items:start;}
  .ccsg-study-bottom-grid{grid-template-columns:72px minmax(0,1fr);}
  .ccsg-study-callout{grid-column:1 / -1;}
}
@media(max-width:960px){
  .ccsg-public-footer-inner{grid-template-columns:1fr 1fr;}
  .ccsg-public-footer-bottom{flex-direction:column;}
}
@media(max-width:640px){
  .ccsg-live-chart-box{height:260px;}
  .ccsg-public-footer-inner{grid-template-columns:1fr;}
  .ccsg-public-footer{padding:2.4rem 1rem 1.2rem;}
}

/* v31: stacked research statistic rows */
.ccsg-study-stack{
  max-width:1120px!important;
  margin:1.55rem auto 0;
  display:grid;
  gap:.78rem;
}
.ccsg-study-row{
  display:grid;
  grid-template-columns:minmax(260px,.92fr) minmax(330px,1.15fr) minmax(260px,.85fr);
  gap:1rem;
  align-items:center;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:#fff;
  padding:1rem 1.1rem;
  box-shadow:0 12px 32px rgba(16,24,40,.045);
}
.ccsg-study-row-intro{
  display:flex;
  align-items:flex-start;
  gap:.78rem;
  min-width:0;
}
.ccsg-study-row-intro h3{
  font-size:1rem;
  line-height:1.2;
  letter-spacing:-.018em;
  color:#101828;
  font-weight:600;
  margin:0 0 .25rem;
}
.ccsg-study-row-intro p{
  font-size:.86rem;
  line-height:1.4;
  color:#667085;
  margin:0;
}
.ccsg-study-row-metric{
  display:grid;
  grid-template-columns:minmax(118px,.45fr) minmax(260px,1fr);
  align-items:center;
  gap:.95rem;
  min-width:0;
}
.ccsg-big-stat--inline strong{
  font-size:2rem;
  margin-bottom:.25rem;
  letter-spacing:-.05em;
}
.ccsg-big-stat--inline span{
  font-size:.83rem;
  color:#344054;
  line-height:1.28;
}
.ccsg-study-row .ccsg-range-chart{
  padding:.2rem .25rem .15rem;
  width:100%;
}
.ccsg-study-row .ccsg-range-track{
  margin:.58rem .32rem .18rem;
}
.ccsg-study-row-note{
  display:flex;
  align-items:center;
  gap:.62rem;
  border:1px solid rgba(27,117,188,.14);
  border-radius:13px;
  background:#f6fbff;
  color:#344054;
  padding:.72rem .82rem;
  font-size:.84rem;
  line-height:1.38;
  min-width:0;
}
.ccsg-study-row-note i{color:#1B75BC;font-size:1rem;flex:0 0 auto;}
.ccsg-study-row-note strong{color:#1B75BC;font-weight:600;}
.ccsg-study-row-note--split{align-items:center;}
.ccsg-study-row .ccsg-donut-wrap{width:58px;height:58px;flex:0 0 auto;}
.ccsg-study-row .ccsg-donut-wrap canvas{width:58px!important;height:58px!important;}
.ccsg-study-row .ccsg-donut-center strong{font-size:.9rem;}
.ccsg-live-chart-box--row{
  height:132px;
  margin:0;
  padding:0 .15rem;
}
.ccsg-doc-stat-row--compact{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:.9rem;
  align-items:center;
  margin:0;
}
.ccsg-doc-stat-row--compact strong{
  font-size:3rem;
  line-height:.9;
}
.ccsg-doc-stat-row--compact span{
  font-size:.9rem;
  line-height:1.38;
}
.ccsg-model-compare--row{
  margin:0;
  gap:.58rem;
  grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);
}
.ccsg-model-compare--row .ccsg-model-column{
  gap:.24rem;
}
.ccsg-model-compare--row .ccsg-model-column span{
  padding:.28rem .45rem;
  font-size:.72rem;
  border-radius:9px;
}
.ccsg-model-compare--row .ccsg-model-column div{
  min-height:31px;
  padding:.32rem .48rem;
  font-size:.78rem;
  border-radius:9px;
}
.ccsg-model-compare--row .ccsg-model-column i.bi-arrow-down-short{
  line-height:1;
  height:12px;
  font-size:.9rem;
}
.ccsg-model-compare--row>b{
  width:32px;
  height:32px;
  font-size:.72rem;
}
.ccsg-study-grid{display:none!important;}
@media(max-width:1100px){
  .ccsg-study-row{grid-template-columns:1fr;align-items:start;gap:.75rem;}
  .ccsg-study-row-metric{grid-template-columns:minmax(110px,.35fr) minmax(0,1fr);}
  .ccsg-live-chart-box--row{height:180px;}
}
@media(max-width:640px){
  .ccsg-study-row{padding:.95rem;border-radius:15px;}
  .ccsg-study-row-metric,.ccsg-doc-stat-row--compact{grid-template-columns:1fr;}
  .ccsg-live-chart-box--row{height:240px;}
  .ccsg-model-compare--row{grid-template-columns:1fr;}
  .ccsg-model-compare--row>b{margin:.12rem auto;}
  .ccsg-big-stat--inline strong{font-size:1.85rem;}
  .ccsg-doc-stat-row--compact strong{font-size:2.5rem;}
}

/* v32: Institutional pilot start paths */
.ccsg-start-paths{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.85rem;
}
.ccsg-path-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  padding:1.05rem;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:.85rem;
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.ccsg-path-card--primary{
  border-color:rgba(14,117,210,.22);
  box-shadow:0 12px 30px rgba(14,117,210,.08);
}
.ccsg-path-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0d6fd0;
  background:linear-gradient(180deg,#eef8ff,#e8f3ff);
  border:1px solid rgba(13,111,208,.22);
  font-size:1.15rem;
}
.ccsg-path-card h2{
  margin:0 0 .25rem;
  font-size:1.05rem;
  font-weight:600;
  color:#071329;
}
.ccsg-path-card p{
  margin:0 0 .55rem;
  color:#475569;
  font-size:.9rem;
  line-height:1.45;
}
.ccsg-path-card ul{
  margin:0 0 .7rem;
  padding-left:1.1rem;
  color:#334155;
  font-size:.86rem;
  line-height:1.5;
}
.ccsg-invoice-note a{
  font-weight:600;
  text-decoration:none;
}
.ccsg-success-panel{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:1rem;
  align-items:start;
}
.ccsg-success-panel > i{
  width:56px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(180deg,#ecfdf5,#e8f8ff);
  border:1px solid rgba(34,197,94,.24);
  color:#16a34a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.8rem;
}
.ccsg-success-panel h2{
  font-size:1.35rem;
  font-weight:600;
  margin:0 0 .35rem;
}
.ccsg-success-panel p{
  margin:0;
  color:#475569;
  line-height:1.55;
}
@media (max-width: 900px){
  .ccsg-start-paths{grid-template-columns:1fr;}
}

/* v36 learner detail polish */
.ccsg-learner-page{width:100%;}
.ccsg-learner-head{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(180deg,#fff,#fbfdff);padding:14px 16px;box-shadow:0 1px 2px rgba(16,24,40,.035);}
.ccsg-learner-head h1{font-size:1.45rem !important;line-height:1.12 !important;letter-spacing:-.035em !important;margin:.12rem 0 .18rem !important;font-weight:600 !important;color:#0f172a !important;}
.ccsg-learner-head p{font-size:.82rem !important;color:#667085 !important;max-width:780px;}
.ccsg-learner-avatar{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#1B75BC,#28AAE1);color:#fff;display:grid;place-items:center;font-size:.95rem;font-weight:600;letter-spacing:.02em;box-shadow:0 10px 20px rgba(27,117,188,.16);flex:0 0 auto;}
.ccsg-dot-sep{margin:0 .35rem;color:#98a2b3;}
.ccsg-learner-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));}
.ccsg-panel{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 1px 2px rgba(16,24,40,.035);overflow:hidden;}
.ccsg-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:12px 14px;border-bottom:1px solid #dfe5ec;background:linear-gradient(180deg,#fff,#fbfdff);}
.ccsg-panel-header h2{font-size:1rem !important;line-height:1.15 !important;letter-spacing:-.015em !important;font-weight:600 !important;margin:.15rem 0 .15rem !important;color:#111827 !important;}
.ccsg-panel-header p{font-size:.76rem !important;line-height:1.35 !important;color:#667085 !important;margin:0 !important;}
.ccsg-panel-body{padding:13px 14px;}
.ccsg-mini-summary{display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end;}
.ccsg-mini-summary span{display:inline-flex;align-items:center;gap:4px;border:1px solid #dfe5ec;background:#fff;border-radius:999px;padding:.24rem .55rem;font-size:.72rem;color:#667085;white-space:nowrap;}
.ccsg-mini-summary strong{font-weight:600;color:#0f172a;}
.ccsg-learner-table thead th{background:#f8fafc !important;border-bottom:1px solid #dfe5ec !important;color:#667085 !important;font-weight:600 !important;}
.ccsg-learner-table td{border-color:#edf1f5 !important;}
.ccsg-row-title{font-size:.8rem;font-weight:600;color:#0f172a;line-height:1.25;}
.ccsg-row-meta{font-size:.71rem;color:#667085;line-height:1.25;margin-top:2px;}
.ccsg-date-cell{font-size:.74rem;color:#667085;white-space:nowrap;}
.ccsg-score-cell{font-size:.78rem;font-weight:600;color:#0f172a;font-variant-numeric:tabular-nums;}
.ccsg-status-text{font-size:.74rem;font-weight:600;color:#667085;white-space:nowrap;}
.ccsg-status-complete{color:#067647;}
.ccsg-weak-row{display:grid;grid-template-columns:minmax(110px,1fr) minmax(90px,1.2fr) 28px;gap:8px;align-items:center;padding:.34rem .42rem;border:1px solid #edf1f5;border-radius:10px;background:#fbfdff;}
.ccsg-empty-state{display:grid;gap:5px;justify-items:center;text-align:center;border:1px dashed #d7e9f9;border-radius:12px;background:#f8fbff;padding:22px 16px;color:#667085;font-size:.78rem;}
.ccsg-empty-state i{font-size:1.25rem;color:#1B75BC;}
.ccsg-empty-state strong{font-size:.86rem;color:#0f172a;font-weight:600 !important;}
@media(max-width:1200px){.ccsg-learner-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:760px){.ccsg-learner-head{display:block !important;}.ccsg-learner-head .ccsg-dash-actions{margin-top:10px;}.ccsg-learner-metric-grid{grid-template-columns:1fr;}.ccsg-panel-header{display:block;}.ccsg-mini-summary{justify-content:flex-start;margin-top:8px;}.ccsg-learner-table{min-width:760px !important;}}


/* v37: global dashboard metric + learner detail polish
   The cohort dashboard previously defined these dashboard metric/card styles inline,
   so learner detail pages using the same classes could render as plain stacked text.
   Keep these shared here so all cohort screens inherit the same visual system. */
.elite-metric-grid{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:.75rem;
  width:100%;
  margin-bottom:.9rem;
}
.elite-metric-card{
  position:relative;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:16px !important;
  padding:.9rem .95rem !important;
  background:#fff !important;
  box-shadow:0 1px 2px rgba(16,24,40,.04) !important;
  min-height:104px;
  overflow:hidden;
}
.elite-metric-card::before{
  content:"";
  position:absolute;
  left:.9rem;
  right:.9rem;
  top:0;
  height:3px;
  border-radius:0 0 999px 999px;
  background:#d8ecff;
}
.elite-metric-card.good::before{background:#12B76A;}
.elite-metric-card.warn::before{background:#F79009;}
.elite-metric-card.danger::before{background:#E5484D;}
.elite-metric-card.info::before{background:#28AAE1;}
.elite-metric-card.neutral::before{background:#98A2B3;}
.elite-metric-card .metric-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:.5rem;
}
.elite-metric-card .metric-icon{
  width:30px;
  height:30px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:#f3f7fb;
  color:#1B75BC;
  font-size:.95rem;
  flex:0 0 auto;
}
.elite-metric-card .num{
  font-size:1.5rem;
  line-height:1;
  font-weight:600;
  letter-spacing:-.03em;
  color:#0f172a;
  font-variant-numeric:tabular-nums;
}
.elite-metric-card .lbl{
  margin-top:.38rem;
  color:#475467;
  font-size:.82rem;
  line-height:1.2;
  font-weight:600;
}
.elite-metric-card .hint{
  margin-top:.45rem;
  color:#98a2b3;
  font-size:.74rem;
  line-height:1.25;
}
.ccsg-learner-metric-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
}
.ccsg-learner-page .ccsg-panel{
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:16px !important;
  box-shadow:0 1px 2px rgba(16,24,40,.04) !important;
  background:#fff !important;
  overflow:hidden;
}
.ccsg-learner-page .ccsg-panel-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  padding:14px 16px !important;
  border-bottom:1px solid #dfe5ec !important;
  background:#fff !important;
}
.ccsg-learner-page .ccsg-panel-header h2{
  margin:2px 0 1px !important;
  font-size:.98rem !important;
  line-height:1.15 !important;
  font-weight:600 !important;
  color:#101828 !important;
}
.ccsg-learner-page .ccsg-panel-header p{
  margin:0 !important;
  font-size:.76rem !important;
  line-height:1.25 !important;
  color:#667085 !important;
}
.ccsg-mini-summary{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:.35rem;
}
.ccsg-mini-summary span{
  display:inline-flex;
  align-items:center;
  gap:.25rem;
  border:1px solid #dfe5ec;
  border-radius:999px;
  background:#fbfdff;
  color:#667085;
  padding:.18rem .5rem;
  font-size:.72rem;
  line-height:1.2;
  white-space:nowrap;
}
.ccsg-mini-summary strong{color:#101828;font-weight:600;}
.ccsg-learner-page .weak-category-row,
.ccsg-learner-page .ccsg-weak-row{
  display:grid;
  grid-template-columns:minmax(120px,190px) 1fr auto;
  gap:.65rem;
  align-items:center;
}
.ccsg-learner-page .weak-category-name{
  font-size:.82rem;
  color:#344054;
  font-weight:600;
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ccsg-learner-page .weak-category-bar{
  height:8px;
  border-radius:999px;
  background:#eef2f6;
  overflow:hidden;
}
.ccsg-learner-page .weak-category-bar span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#1B75BC,#28AAE1);
}
.ccsg-learner-page .weak-category-count{
  color:#667085;
  font-size:.78rem;
  font-variant-numeric:tabular-nums;
}
.ccsg-empty-state{
  min-height:148px;
  display:grid;
  place-items:center;
  text-align:center;
  gap:.25rem;
  color:#667085;
  padding:1.25rem;
}
.ccsg-empty-state i{font-size:1.35rem;color:#1B75BC;}
.ccsg-empty-state strong{display:block;color:#101828;font-weight:600;}
.ccsg-empty-state span{display:block;font-size:.78rem;max-width:320px;}
.ccsg-learner-page .score-pill{
  font-size:.72rem;
  font-weight:600;
}
@media(max-width:1200px){
  .elite-metric-grid,.ccsg-learner-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media(max-width:760px){
  .elite-metric-grid,.ccsg-learner-metric-grid{grid-template-columns:1fr !important;}
  .ccsg-learner-page .ccsg-panel-header{display:block;}
  .ccsg-mini-summary{justify-content:flex-start;margin-top:8px;}
  .ccsg-learner-page .weak-category-row,.ccsg-learner-page .ccsg-weak-row{grid-template-columns:1fr auto;}
  .ccsg-learner-page .weak-category-bar{grid-column:1 / -1;grid-row:2;}
}
