.admin-page{width:min(100% - 48px,1280px);margin:0 auto;padding:46px 0 80px}.admin-app-grid{width:min(var(--app-content), calc(100% - 32px));grid-template-columns:218px minmax(0,1fr);gap:18px;margin:0 auto;padding:18px 0 30px;display:grid}.admin-stage{min-width:0}.admin-stage .admin-page{width:100%;margin:0;padding:8px 0 60px}.admin-sidebar{align-self:start;height:calc(100vh - 104px);padding:7px 10px 16px;position:sticky;top:86px}.admin-sidebar-heading{border-bottom:1px solid var(--line);align-items:center;gap:11px;margin-bottom:10px;padding:6px 6px 18px;display:flex}.admin-sidebar-heading>div{min-width:0;display:grid}.admin-sidebar-heading strong{font-size:.82rem}.admin-sidebar-heading small{color:var(--muted);font-size:.59rem}.admin-heading{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:24px;display:flex}.admin-heading>div:first-child{max-width:760px}.admin-heading h1{font-family:var(--font-display);letter-spacing:-.045em;margin-bottom:9px;font-size:clamp(2.35rem,5vw,3.8rem);line-height:1}.admin-heading>div>p:last-child{color:var(--muted);margin:0;font-size:.96rem}.communication-admin-heading>.button-row{justify-content:flex-end}.communication-admin-section{margin-bottom:18px;padding:22px}.communication-admin-list{display:grid}.communication-admin-list>article{border-top:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px 0;display:grid}.communication-admin-list>article:first-child{border-top:0}.communication-admin-list>article>div{min-width:0}.communication-admin-list .badge-row strong{margin-right:3px}.communication-admin-list p{color:var(--muted);margin:7px 0 5px;font-size:.82rem;line-height:1.5}.communication-admin-list small{color:var(--subtle);font-size:.68rem}.communication-tone-mark{width:40px;height:40px;color:var(--blue);background:var(--blue-soft);border-radius:10px;place-items:center;display:grid}.communication-tone-mark.is-success{color:var(--green);background:color-mix(in srgb, var(--green) 13%, var(--surface))}.communication-tone-mark.is-warning{color:var(--warm);background:color-mix(in srgb, var(--warm) 13%, var(--surface))}.communication-tone-mark.is-danger{color:var(--danger);background:color-mix(in srgb, var(--danger) 12%, var(--surface))}.communication-empty{min-height:150px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:6px;display:grid}.communication-empty>svg{color:var(--blue);margin-bottom:5px}.communication-empty strong{color:var(--ink)}.communication-empty span{font-size:.77rem}.communication-admin-form{gap:20px;max-width:980px;padding:24px;display:grid}.communication-admin-form>label,.communication-admin-form fieldset label,.communication-form-grid>label,.communication-fieldset>label{color:var(--ink);gap:7px;font-size:.78rem;font-weight:760;display:grid}.communication-admin-form input,.communication-admin-form select,.communication-admin-form textarea{box-sizing:border-box;width:100%;min-height:44px;color:var(--ink);border:1px solid var(--line-strong);background:var(--surface);font:inherit;border-radius:8px;outline:none;padding:10px 12px}.communication-admin-form textarea{resize:vertical;min-height:110px;line-height:1.55}.communication-admin-form input:focus,.communication-admin-form select:focus,.communication-admin-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb, var(--blue) 13%, transparent)}.communication-admin-form label>small,.communication-admin-form label>span small,.communication-fieldset>small{color:var(--muted);font-size:.68rem;font-weight:500}.communication-form-grid,.communication-date-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.communication-fieldset{border:1px solid var(--line);border-radius:11px;gap:13px;min-width:0;margin:0;padding:18px;display:grid}.communication-fieldset>legend{color:var(--ink);padding:0 6px;font-size:.79rem;font-weight:800}.communication-admin-form .communication-checkbox{border:1px solid var(--line);cursor:pointer;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;padding:14px}.communication-checkbox input,.communication-choice-row input,.communication-recipient-list input{width:17px;min-height:17px;accent-color:var(--blue);margin:2px 0 0;padding:0}.communication-checkbox span{gap:3px;display:grid}.communication-choice-row{flex-wrap:wrap;gap:10px;display:flex}.communication-fieldset .communication-choice-row>label{border:1px solid var(--line);cursor:pointer;border-radius:9px;flex-direction:row;flex:210px;align-items:center;gap:9px;min-height:42px;padding:10px 12px;display:flex}.communication-recipient-controls{gap:10px;display:grid}.communication-recipient-filters{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(150px,.45fr));gap:9px;display:grid}.communication-recipient-search{align-items:center;position:relative;display:flex!important}.communication-recipient-search>svg{color:var(--muted);pointer-events:none;position:absolute;left:12px}.communication-recipient-search input{padding-left:38px}.communication-recipient-summary{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:.72rem;display:flex}.communication-recipient-summary button{cursor:pointer;background:0 0;border:0;padding:0}.communication-recipient-list{border:1px solid var(--line);border-radius:9px;max-height:340px;display:grid;overflow-y:auto}.communication-fieldset .communication-recipient-list>label{border-bottom:1px solid var(--line);cursor:pointer;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.communication-fieldset .communication-recipient-list>label:last-of-type{border-bottom:0}.communication-recipient-list>label:hover,.communication-recipient-list>label:focus-within{background:var(--blue-soft)}.communication-recipient-list span{gap:2px;min-width:0;display:grid}.communication-recipient-list strong,.communication-recipient-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.communication-recipient-list p{color:var(--muted);text-align:center;margin:0;padding:24px}.communication-form-actions{justify-content:flex-end}@media (max-width:760px){.communication-admin-heading>.button-row,.communication-admin-heading>.button-row .button,.communication-form-actions,.communication-form-actions .button{width:100%}.communication-admin-list>article{grid-template-columns:auto minmax(0,1fr);align-items:start}.communication-admin-list>article>form{grid-column:2}.communication-form-grid,.communication-date-grid,.communication-recipient-filters{grid-template-columns:1fr}}.admin-section-nav{gap:5px;display:grid}.admin-section-nav a{min-height:44px;color:var(--muted);border-radius:9px;align-items:center;gap:13px;padding:10px 12px;font-size:.78rem;font-weight:620;display:flex}.admin-section-nav a:hover,.admin-section-nav a[aria-current=page]{color:var(--blue);background:var(--blue-soft);box-shadow:inset 2px 0 var(--blue)}.admin-section-nav a[aria-current=page] svg{color:var(--blue)}.admin-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.admin-overview-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:22px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.admin-overview-card:hover{border-color:color-mix(in srgb, var(--blue) 44%, var(--line));box-shadow:var(--shadow-md);transform:translateY(-2px)}.admin-overview-card>div{gap:2px;display:grid}.admin-overview-card small,.admin-account-identity small,.admin-program-list small{color:var(--muted);font-size:.69rem}.admin-overview-card strong{font-size:.9rem}.admin-overview-card p{color:var(--muted);margin:4px 0 0;font-size:.7rem}.admin-overview-season-label{align-items:center;gap:6px;display:inline-flex}.admin-overview-season-label>span{background:#19b77a;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #19b77a1f}.admin-season-days-chip{border:1px solid color-mix(in srgb, var(--green) 38%, var(--line));width:max-content;color:var(--green);background:color-mix(in srgb, var(--green) 10%, var(--surface));border-radius:999px;margin-top:7px;padding:4px 8px;font-size:.62rem;font-weight:760}.admin-system-page{max-width:1180px}.admin-system-release{border-color:color-mix(in srgb, var(--blue) 34%, var(--line));background:radial-gradient(circle at 92% 15%, color-mix(in srgb, var(--blue) 12%, transparent), transparent 34%), var(--surface);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:18px;padding:24px;display:grid}.admin-system-release>.icon-tile{border-radius:12px;width:48px;height:48px}.admin-system-release h2{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:clamp(1.45rem,3vw,2rem)}.admin-system-release p:not(.section-kicker){color:var(--muted);margin:5px 0 0;font-size:.74rem}.admin-system-release>.badge{min-height:30px;padding-inline:11px}.admin-system-status-dot{width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb, currentcolor 13%, transparent);background:currentColor;border-radius:50%}.admin-system-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.admin-system-resources{gap:20px;margin-bottom:18px;padding:24px;display:grid}.admin-system-resources>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.admin-system-resources>header>div{display:grid}.admin-system-resources h2,.admin-system-resources p{margin:0}.admin-system-resources>header p:not(.section-kicker){color:var(--muted);margin-top:4px;font-size:.68rem;line-height:1.5}.admin-system-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.admin-system-resource-card{border:1px solid var(--line);background:color-mix(in srgb, var(--blue-soft) 24%, var(--surface));border-radius:11px;align-content:start;gap:12px;min-height:138px;padding:17px;display:grid}.admin-system-resource-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.admin-system-resource-heading>span{color:var(--muted);font-size:.68rem;font-weight:720}.admin-system-resource-heading>strong{color:var(--ink);font-family:var(--font-display);letter-spacing:-.02em;font-size:1.22rem}.admin-system-resource-meter{background:color-mix(in srgb, var(--line-strong) 74%, var(--surface));border-radius:999px;height:8px;position:relative;overflow:hidden}.admin-system-resource-meter>span{border-radius:inherit;background:linear-gradient(90deg, var(--blue), var(--cyan));min-width:2px;box-shadow:0 0 12px color-mix(in srgb, var(--cyan) 42%, transparent);transition:width .32s;position:absolute;inset:0 auto 0 0}.admin-system-resource-card>small,.admin-system-resource-updated{color:var(--muted);font-size:.63rem}.admin-system-storage-breakdown{border-top:1px solid var(--line);gap:7px;margin:0;padding-top:3px;display:grid}.admin-system-storage-breakdown>div{justify-content:space-between;gap:12px;font-size:.65rem;display:flex}.admin-system-storage-breakdown dt{color:var(--muted)}.admin-system-storage-breakdown dd{color:var(--ink);margin:0;font-weight:720}.admin-system-resource-updated{text-align:right;margin:-5px 0 0}.admin-system-video-processing{gap:20px;margin-bottom:18px;padding:24px;scroll-margin-top:90px;display:grid}.admin-system-video-processing>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.admin-system-video-processing>header>div{display:grid}.admin-system-video-processing h2,.admin-system-video-processing p{margin:0}.admin-system-video-processing>header p:not(.section-kicker){color:var(--muted);margin-top:4px;font-size:.68rem;line-height:1.5}.admin-system-video-processing>form{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px;padding-top:18px;display:grid}.admin-system-video-processing label{color:var(--muted);gap:7px;font-size:.7rem;font-weight:720;display:grid}.admin-system-video-processing input,.admin-system-video-processing select{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--ink);background:var(--surface);border-radius:8px;padding:9px 11px}.admin-system-video-processing label small,.admin-system-video-processing-summary small{color:var(--subtle);font-size:.61rem;font-weight:500;line-height:1.45}.admin-system-video-processing-summary{border:1px solid color-mix(in srgb, var(--green) 32%, var(--line));background:color-mix(in srgb, var(--green) 7%, var(--surface));border-radius:9px;grid-column:1/-1;gap:3px;padding:13px 15px;display:grid}.admin-system-video-processing-summary strong{color:var(--green);font-size:.74rem}.admin-system-video-processing-summary>span{color:var(--ink);font-size:.7rem;font-weight:730}.admin-system-video-processing .button{grid-column:1/-1;justify-self:start}.admin-system-services{gap:20px;margin-bottom:18px;padding:24px;display:grid}.admin-system-services>header{align-items:center;gap:12px;display:flex}.admin-system-services>header>div{display:grid}.admin-system-services h2,.admin-system-services h3,.admin-system-services p{margin:0}.admin-system-services>header p:not(.section-kicker),.admin-system-service>div>p{color:var(--muted);margin-top:4px;font-size:.68rem;line-height:1.5}.admin-system-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-system-service{border:1px solid var(--line);background:color-mix(in srgb, var(--blue-soft) 24%, var(--surface));border-radius:11px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:17px;display:grid}.admin-system-service h3{font-size:.86rem}.admin-system-service dl{border-top:1px solid var(--line);grid-column:1/-1;gap:7px;margin:0;padding-top:13px;display:grid}.admin-system-service dl>div{justify-content:space-between;gap:16px;font-size:.65rem;display:flex}.admin-system-service dt{color:var(--muted)}.admin-system-service dd{color:var(--ink);text-align:right;margin:0;font-weight:700}.admin-system-panel{padding:24px}.admin-system-panel>header{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding-bottom:16px;display:flex}.admin-system-panel>header>div{display:grid}.admin-system-panel h2{margin:0;font-size:1rem}.admin-system-facts{margin:0;display:grid}.admin-system-facts>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(125px,.7fr) minmax(0,1fr);align-items:center;gap:16px;min-height:47px;padding:9px 0;display:grid}.admin-system-facts>div:last-child{border-bottom:0}.admin-system-facts dt{color:var(--muted);font-size:.68rem;font-weight:680}.admin-system-facts dd{min-width:0;color:var(--ink);text-align:right;overflow-wrap:anywhere;margin:0;font-size:.72rem;font-weight:720}.admin-system-facts dd code{border:1px solid var(--line);color:var(--blue);background:var(--page);border-radius:5px;padding:3px 6px;font-size:.66rem}.admin-system-facts dd .badge{margin-left:auto}.admin-system-match{color:var(--green);margin-top:5px;font-size:.58rem;display:block}.admin-system-footnote{color:var(--muted);margin:18px 2px 0;font-size:.66rem;line-height:1.55}@media (max-width:780px){.admin-system-grid,.admin-system-service-grid,.admin-system-resource-grid,.admin-system-video-processing>form{grid-template-columns:1fr}.admin-system-release{grid-template-columns:auto minmax(0,1fr)}.admin-system-release>.badge{grid-column:1/-1;margin-top:3px}}@media (max-width:520px){.admin-system-release,.admin-system-panel,.admin-system-services,.admin-system-video-processing,.admin-system-resources{padding:18px}.admin-system-resources>header{grid-template-columns:auto minmax(0,1fr)}.admin-system-resources>header>.badge{grid-column:1/-1;justify-self:start}.admin-system-video-processing>header{grid-template-columns:auto minmax(0,1fr)}.admin-system-video-processing>header>.badge{grid-column:1/-1;justify-self:start}.admin-system-video-processing .button{width:100%}.admin-system-service{grid-template-columns:1fr}.admin-system-service>.badge,.admin-system-service dl{grid-column:1}.admin-system-service>.badge{justify-self:start}.admin-system-service dl>div{gap:3px;display:grid}.admin-system-service dd{text-align:left}.admin-system-facts>div{grid-template-columns:1fr;gap:4px;padding:11px 0}.admin-system-facts dd{text-align:left}.admin-system-facts dd .badge{margin-left:0}}.admin-page>.auth-success,.admin-page>.auth-error{margin-bottom:20px}.admin-claim-page{place-items:center;min-height:calc(100vh - 78px);padding-block:42px;display:grid}.admin-claim-card{text-align:center;width:min(100%,620px);padding:clamp(28px,6vw,52px)}.admin-claim-icon{color:#fff;background:linear-gradient(145deg, var(--blue), #3b35b8);border-radius:20px;place-items:center;width:66px;height:66px;margin:0 auto 24px;display:grid;box-shadow:0 15px 38px #075df43d}.admin-claim-card h1{font-family:var(--font-display);letter-spacing:-.04em;margin-bottom:13px;font-size:clamp(2rem,6vw,3rem);line-height:1.02}.admin-claim-card>p:not(.section-kicker,.auth-error){color:var(--muted);margin:0 auto 24px}.admin-claim-card form,.admin-claim-card>.button{margin-bottom:22px}.admin-claim-card>small{color:var(--muted);font-size:.7rem;display:block}.admin-table-panel{padding:24px}.admin-membership-filters{grid-template-columns:minmax(250px,1fr) minmax(180px,auto) minmax(170px,auto) auto auto;align-items:center;gap:10px;margin-bottom:16px;padding:12px;display:grid}.admin-membership-search{border:1px solid var(--line-strong);min-height:42px;color:var(--muted);background:var(--surface);border-radius:8px;align-items:center;gap:9px;padding:0 12px;display:flex}.admin-membership-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb, var(--blue) 14%, transparent)}.admin-membership-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:9px 0}.admin-membership-filters select{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--ink);background:var(--surface);border-radius:8px;padding:9px 32px 9px 12px}.admin-user-table-wrap{overflow-x:auto}.admin-user-table{border-collapse:collapse;width:100%;min-width:1220px;font-size:.72rem}.admin-user-table th{border-bottom:1px solid var(--line-strong);color:var(--muted);text-align:left;text-transform:uppercase;letter-spacing:.045em;padding:10px 12px;font-size:.62rem;font-weight:780}.admin-user-table td{border-bottom:1px solid var(--line);color:var(--muted);vertical-align:middle;padding:13px 12px}.admin-user-table tbody tr:last-child td{border-bottom:0}.admin-user-table tbody tr:hover td{background:color-mix(in srgb, var(--blue-soft) 42%, transparent)}.admin-user-table td strong,.admin-user-table td>a{color:var(--ink)}.admin-user-table td small,.admin-user-email{display:block}.admin-user-table td small{color:var(--muted);margin-top:3px;font-size:.63rem}.admin-user-cell{align-items:center;gap:10px;min-width:185px;display:flex}.admin-user-cell>div{min-width:0;display:grid}.admin-user-cell a:hover{color:var(--blue)}.admin-user-statuses,.admin-user-roles{flex-wrap:wrap;gap:5px;display:flex}.admin-user-table .role-badge{min-height:24px;padding:3px 7px;font-size:.57rem}.admin-user-table .role-badge svg{width:11px;height:11px}.admin-user-synapse-value{color:var(--ink);font-variant-numeric:tabular-nums;font-size:.76rem}.admin-user-open{width:30px;height:30px;color:var(--blue);background:var(--blue-soft);border-radius:50%;place-items:center;display:grid}.admin-user-open:hover{color:#fff;background:var(--blue)}.admin-table-empty,.admin-future-value{color:var(--muted)}.admin-account-list,.admin-application-list,.admin-program-list{display:grid}.admin-article-table .admin-spark-table-head,.admin-article-table>article{grid-template-columns:minmax(260px,1.7fr) minmax(170px,1fr) 110px 100px 105px minmax(210px,auto)}.admin-article-table>article>div:last-child{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.admin-article-table form{margin:0}.admin-contribution-review{position:relative}.admin-contribution-review summary{border:1px solid var(--line);color:var(--purple);cursor:pointer;border-radius:6px;padding:5px 8px;font-size:.62rem;font-weight:730}.admin-contribution-review form{z-index:15;border:1px solid var(--line-strong);background:var(--surface);width:280px;box-shadow:var(--shadow-md);border-radius:9px;grid-template-columns:1fr 1fr;gap:6px;padding:10px;display:grid;position:absolute;top:calc(100% + 6px);right:0}.admin-contribution-review textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:var(--page);border-radius:6px;grid-column:span 2;padding:8px}.admin-featured-list,.admin-featured-eligible{align-content:start;gap:10px;display:grid}.admin-featured-list>article,.admin-featured-eligible>form{border-top:1px solid var(--line);align-items:center;gap:9px;padding:11px 0;display:flex}.admin-featured-list>article>strong,.admin-featured-eligible>form>span{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.admin-featured-list>article>strong>span{width:24px;height:24px;color:var(--blue);background:var(--blue-soft);border-radius:6px;flex:0 0 24px;place-items:center;font-size:.6rem;display:grid}.admin-featured-eligible>form>span{display:grid}.admin-featured-eligible small{color:var(--muted);font-size:.59rem}.admin-featured-order{gap:3px;display:inline-flex}.admin-featured-order button{border:1px solid var(--line);width:28px;height:28px;color:var(--blue);background:var(--page);cursor:pointer;border-radius:6px;place-items:center;display:grid}.admin-featured-order button:disabled{color:var(--subtle);cursor:default;opacity:.4}@media (max-width:980px){.admin-article-table .admin-spark-table-head{display:none}.admin-article-table>article{grid-template-columns:1fr 1fr;gap:10px}.admin-article-table>article>div:first-child,.admin-article-table>article>div:last-child{grid-column:span 2}}@media (max-width:620px){.admin-article-table>article{grid-template-columns:1fr}.admin-article-table>article>div:first-child,.admin-article-table>article>div:last-child{grid-column:auto}.admin-featured-list>article{flex-wrap:wrap}.admin-featured-list>article>strong{flex-basis:100%;width:100%}}.admin-account-row,.admin-program-list article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:12px 0;display:flex}.admin-account-row:last-child,.admin-program-list article:last-child{border-bottom:0}.admin-account-identity{align-items:center;gap:12px;min-width:0;display:flex}.admin-account-identity>div,.admin-program-list article>div:first-child{min-width:0;display:grid}.admin-account-identity strong,.admin-account-identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-role-list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.admin-role-chip{color:#6530bc;background:#f3edff;border:1px solid #d8c6fa;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:6px 7px 6px 11px;font-size:.7rem;font-weight:760;display:inline-flex}.admin-role-chip button{width:21px;height:21px;color:inherit;cursor:pointer;background:#6530bc1a;border:0;border-radius:50%;place-items:center;padding:0;line-height:1;display:grid}.admin-catalog-grid{grid-template-columns:minmax(280px,.75fr) minmax(0,1.5fr);align-items:start;gap:20px;display:grid}.admin-catalog-create{gap:18px;padding:28px;display:grid}.admin-catalog-create h2,.admin-review-decision h2{margin:0 0 7px;font-size:1.25rem}.admin-catalog-create p:not(.section-kicker){color:var(--muted);margin:0;font-size:.76rem}.admin-catalog-create label,.admin-review-decision label{gap:7px;font-size:.76rem;font-weight:750;display:grid}.admin-catalog-create input,.admin-catalog-create textarea,.admin-review-decision textarea{border:1px solid var(--line-strong);width:100%;color:var(--ink);background:var(--surface);border-radius:9px;outline:none;padding:11px 13px}.admin-catalog-create input:focus,.admin-catalog-create textarea:focus,.admin-review-decision textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb, var(--blue) 14%, transparent)}.admin-catalog-create textarea{resize:vertical;min-height:96px}.admin-category-list{display:grid}.admin-category-list>article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr);align-items:end;gap:14px 18px;padding:16px 0;display:grid}.admin-category-list>article:last-child{border-bottom:0}.admin-category-list>article>form:first-child{grid-template-columns:minmax(130px,.8fr) minmax(180px,1.4fr) 76px auto;align-items:end;gap:10px;min-width:0;display:grid}.admin-category-list label{min-width:0;color:var(--muted);gap:6px;font-size:.68rem;font-weight:760;display:grid}.admin-category-list input{border:1px solid var(--line-strong);width:100%;min-width:0;color:var(--ink);background:var(--surface);border-radius:8px;padding:9px 10px}.admin-category-list .badge-row{justify-content:flex-end;padding-bottom:1px}@media (max-width:760px){.admin-category-list>article{grid-template-columns:1fr;align-items:stretch}.admin-category-list>article>form:first-child{grid-template-columns:minmax(0,1fr) 72px}.admin-category-list>article>form:first-child label:nth-of-type(2){grid-area:2/1/auto/-1}.admin-category-list .badge-row{justify-content:flex-start}}.admin-application-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(240px,1fr) auto 110px auto;align-items:center;gap:18px;min-height:76px;padding:12px 4px;display:grid}.admin-application-row:last-child{border-bottom:0}.admin-application-row:hover{color:var(--blue)}.admin-application-row time{color:var(--muted);text-align:right;font-size:.72rem}.admin-empty-state{min-height:260px;color:var(--muted);text-align:center;align-content:center;place-items:center;display:grid}.admin-empty-state p{margin:4px 0 0}.admin-review-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);align-items:start;gap:20px;display:grid}.admin-user-record-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;padding:8px 0 26px;display:flex}.admin-user-record-header .text-link{margin-bottom:22px;display:inline-flex}.admin-user-record-identity{align-items:center;gap:18px;display:flex}.admin-user-record-identity h1{font-family:var(--font-display);letter-spacing:-.045em;margin:2px 0 5px;font-size:clamp(2.2rem,4vw,3.35rem);line-height:1}.admin-user-record-identity>div>p:not(.section-kicker){color:var(--muted);margin:0 0 12px;font-size:.78rem}.admin-user-record-grid{grid-template-columns:minmax(0,1.62fr) minmax(290px,.7fr);align-items:start;gap:18px;display:grid}.admin-user-record-main,.admin-user-record-context{gap:18px;display:grid}.admin-user-section{padding:24px}.admin-user-section .section-title-row{align-items:flex-start;margin-bottom:17px}.admin-user-section h2{margin:2px 0 0;font-size:1.13rem}.admin-section-intro,.admin-section-footnote,.admin-section-empty{color:var(--muted);font-size:.72rem;line-height:1.55}.admin-section-intro{margin:-7px 0 18px}.admin-section-footnote,.admin-section-empty{margin:12px 0 0}.admin-user-profile-copy{background:var(--page);border-radius:10px;padding:15px}.admin-user-profile-copy strong{font-size:.73rem}.admin-user-profile-copy p{color:var(--muted);margin:6px 0 0;font-size:.75rem;line-height:1.55}.admin-user-profile-links{flex-wrap:wrap;gap:8px 14px;margin-top:14px;display:flex}.admin-user-profile-links a,.admin-user-profile-links span{color:var(--muted);align-items:center;gap:4px;font-size:.68rem;display:inline-flex}.admin-user-profile-links a{color:var(--blue)}.admin-request-history{gap:14px;display:grid}.admin-request-record{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:18px}.admin-request-record>header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.admin-request-record>header>div{gap:3px;display:grid}.admin-request-record>header strong{font-size:.82rem}.admin-request-record>header small{color:var(--muted);font-size:.64rem}.admin-request-record .admin-review-facts{margin:0 0 14px}.admin-inline-review{border-top:1px solid var(--line);gap:12px;margin-top:15px;padding-top:15px;display:grid}.admin-inline-review label{gap:6px;font-size:.71rem;font-weight:740;display:grid}.admin-inline-review textarea{border:1px solid var(--line-strong);width:100%;color:var(--ink);background:var(--surface);resize:vertical;border-radius:8px;outline:0;padding:10px 12px}.admin-inline-review textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb, var(--blue) 14%, transparent)}.admin-inline-review-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-empty-state-compact{min-height:150px}.admin-membership-history,.admin-affiliation-list,.admin-user-role-stack{gap:10px;display:grid}.admin-affiliation-form{border-bottom:1px solid var(--line);gap:10px;margin-bottom:14px;padding-bottom:14px;display:grid}.admin-affiliation-form label{color:var(--muted);gap:6px;font-size:.7rem;font-weight:720;display:grid}.admin-affiliation-form select{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--ink);background:var(--surface);border-radius:8px;padding:9px 11px}.admin-affiliation-form .button{width:100%}.admin-affiliation-form p{color:var(--muted);margin:0;font-size:.64rem;line-height:1.5}.admin-membership-history article,.admin-affiliation-list article,.admin-user-role-assignment{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:11px 0;display:flex}.admin-membership-history article:last-child,.admin-affiliation-list article:last-child,.admin-user-role-assignment:last-child{border-bottom:0}.admin-membership-history article>div,.admin-affiliation-list article>div,.admin-user-role-assignment>div{flex:1;gap:3px;display:grid}.admin-membership-history strong,.admin-affiliation-list strong{font-size:.75rem}.admin-membership-history small,.admin-affiliation-list small,.admin-user-role-assignment small{color:var(--muted);font-size:.62rem}.admin-membership-history p{max-width:210px;color:var(--muted);text-align:right;margin:0;font-size:.65rem}.admin-role-grants{gap:8px;margin-top:14px;display:grid}.admin-role-grants .button{width:100%}.admin-security-timestamp{color:var(--muted);margin:10px 0 0;font-size:.65rem}.admin-security-action{border-top:1px solid var(--line);gap:12px;margin-top:16px;padding-top:16px;display:grid}.admin-security-action label{color:var(--muted);align-items:flex-start;gap:8px;font-size:.66rem;line-height:1.45;display:flex}.admin-security-action input[type=checkbox]{width:15px;height:15px;accent-color:var(--blue);flex:none;margin-top:1px}.admin-security-action .button{width:100%}.admin-sign-in-assistance{border-top:1px solid var(--line);gap:12px;margin-top:16px;padding-top:16px;display:grid}.admin-sign-in-generation{gap:12px;display:grid}.admin-sign-in-lifetime{gap:6px;display:grid}.admin-sign-in-lifetime>span{color:var(--muted);font-size:.66rem;font-weight:720}.admin-sign-in-lifetime select,.admin-sign-in-link-output>input{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--ink);background:var(--surface);border-radius:8px;outline:0;padding:9px 11px}.admin-sign-in-lifetime select:focus,.admin-sign-in-link-output>input:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb, var(--blue) 14%, transparent)}.admin-sign-in-actions,.admin-sign-in-link-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-sign-in-actions .button,.admin-sign-in-link-actions .button{flex:auto}.admin-sign-in-resend{flex:auto;display:flex}.admin-sign-in-resend .button{width:100%}.admin-sign-in-status{border:1px solid var(--line);color:var(--muted);background:var(--page);border-radius:8px;margin:0;padding:10px 11px;font-size:.66rem;line-height:1.45}.admin-sign-in-status-success{border-color:color-mix(in srgb, #16a34a 35%, var(--line));color:color-mix(in srgb, #16a34a 75%, var(--ink))}.admin-sign-in-status-warning{border-color:color-mix(in srgb, #d97706 35%, var(--line))}.admin-sign-in-status-error{border-color:color-mix(in srgb, #dc2626 38%, var(--line));color:color-mix(in srgb, #dc2626 78%, var(--ink))}.admin-sign-in-link-output{border:1px solid color-mix(in srgb, var(--blue) 34%, var(--line));background:color-mix(in srgb, var(--surface) 90%, var(--blue-soft));border-radius:10px;gap:9px;padding:12px;display:grid}.admin-sign-in-link-output>div:first-child{gap:2px;display:grid}.admin-sign-in-link-output strong{font-size:.7rem}.admin-sign-in-link-output span,.admin-sign-in-link-output small{color:var(--muted);font-size:.61rem;line-height:1.4}.admin-sign-in-new-link{background:0 0;border:0;justify-self:start;padding:0;font-size:.65rem}.admin-future-grid,.admin-ledger-preview{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.admin-future-grid>div,.admin-future-grid>a,.admin-ledger-preview>div{border:1px solid var(--line);background:var(--page);border-radius:9px;gap:5px;padding:14px;display:grid}.admin-future-grid>a{color:inherit;text-decoration:none;transition:border-color .14s,background .14s}.admin-future-grid>a:hover,.admin-future-grid>a:focus-visible{border-color:var(--blue);background:var(--blue-soft)}.admin-future-grid span,.admin-ledger-preview span{color:var(--muted);align-items:center;gap:5px;font-size:.64rem;display:inline-flex}.admin-ledger-preview span svg{color:var(--blue)}.admin-future-grid strong,.admin-ledger-preview strong{font-size:1.15rem}.admin-ledger-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-user-activity-panel{margin-top:16px}.admin-user-activity-table-wrap{overflow-x:auto}.admin-user-activity-table{border-collapse:collapse;width:100%;min-width:920px;font-size:.73rem}.admin-user-activity-table th,.admin-user-activity-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px}.admin-user-activity-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.045em;font-size:.62rem}.admin-user-activity-table tbody tr:last-child td{border-bottom:0}.admin-user-activity-table td>strong,.admin-user-activity-table td>small{display:block}.admin-user-activity-table td>small{color:var(--muted);margin-top:4px}.admin-comment-inspector{max-width:460px}.admin-comment-inspector summary{color:var(--ink);cursor:pointer;font-weight:720;line-height:1.45}.admin-comment-inspector p{border-left:3px solid var(--blue);color:var(--ink);background:var(--blue-soft);white-space:pre-wrap;margin:10px 0 5px;padding:10px;line-height:1.55}.admin-comment-inspector small{color:var(--muted)}.admin-review-details,.admin-review-decision{padding:26px}.admin-review-facts{border:1px solid var(--line);background:var(--line);border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:22px 0;display:grid;overflow:hidden}.admin-review-facts div{background:var(--surface);gap:4px;padding:14px;display:grid}.admin-review-facts dt{color:var(--muted);text-transform:uppercase;font-size:.65rem;font-weight:760}.admin-review-facts dd{margin:0;font-size:.79rem;font-weight:650}.admin-review-facts a{color:var(--blue)}.admin-review-notes{gap:12px;display:grid}.admin-review-notes section{background:var(--page);border-radius:10px;padding:16px}.admin-review-notes strong{font-size:.76rem}.admin-review-notes p{color:var(--muted);white-space:pre-wrap;margin:6px 0 0;font-size:.76rem}.admin-review-decision{position:sticky;top:84px}.admin-review-decision form{gap:18px;margin-top:20px;display:grid}.admin-review-decision textarea{resize:vertical;min-height:116px}.admin-decision-actions{gap:9px;display:grid}.admin-review-decision form>small{color:var(--muted);font-size:.69rem}.admin-closed-decision{gap:12px;margin-top:22px;display:grid}.admin-closed-decision p{color:var(--muted);margin:0;font-size:.78rem}:root[data-theme=dark] .admin-role-chip{color:#c9aaff;background:#241640;border-color:#56388c}:root[data-theme=dark] .admin-section-nav a:hover,:root[data-theme=dark] .admin-section-nav a[aria-current=page]{color:#f5f9ff;background:linear-gradient(90deg,#073471,#08254d);box-shadow:inset 2px 0 #22b7ff,0 0 24px #0070ff24}:root[data-theme=dark] .admin-section-nav a[aria-current=page] svg{color:#57c9ff}@media (max-width:980px){.admin-app-grid{grid-template-columns:190px minmax(0,1fr)}.admin-overview-grid,.admin-review-grid,.admin-catalog-grid{grid-template-columns:1fr}.admin-membership-filters{grid-template-columns:minmax(220px,1fr) minmax(170px,auto) auto}.admin-membership-filters .button-ghost{grid-column:1/-1;justify-self:start}.admin-review-decision{position:static}.admin-user-record-grid{grid-template-columns:1fr}}@media (max-width:760px){.admin-app-grid{width:min(100% - 22px,620px);display:block}.admin-sidebar{width:100%;height:0;margin:0;padding:0;position:static}.admin-sidebar-heading,.admin-section-nav{display:none}.admin-page{width:min(100% - 22px,620px);padding-top:28px}.admin-heading{flex-direction:column}.admin-user-record-header{flex-direction:column;align-items:flex-start}.admin-user-record-identity{align-items:flex-start}.admin-heading h1{font-size:2.55rem}.admin-account-row,.admin-program-list article{flex-direction:column;align-items:stretch}.admin-membership-filters{grid-template-columns:1fr}.admin-membership-filters .button,.admin-membership-filters .button-ghost{grid-column:auto;justify-self:stretch;width:100%}.admin-role-list{justify-content:flex-start}.admin-application-row{grid-template-columns:minmax(0,1fr) auto}.admin-application-row time{text-align:left}.admin-review-facts{grid-template-columns:1fr}.admin-future-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-membership-history article{flex-wrap:wrap;align-items:flex-start}.admin-membership-history p{text-align:left;width:100%;max-width:none}}.admin-spark-tabs{border-bottom:1px solid var(--line);gap:8px;margin-bottom:20px;padding-bottom:12px;display:flex}.admin-spark-tabs a{min-height:39px;color:var(--muted);border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:.75rem;font-weight:720;display:inline-flex}.admin-spark-tabs a:hover,.admin-spark-tabs a[aria-current=page]{color:var(--blue);background:var(--blue-soft)}.admin-spark-content{gap:16px;display:grid}.admin-video-queue{justify-content:space-between;align-items:center;gap:24px;padding:18px;display:flex}.admin-video-queue-state{align-items:center;gap:13px;min-width:0;display:flex}.admin-video-queue-state h2,.admin-video-queue-state p{margin:0}.admin-video-queue-state h2{margin-top:2px;font-size:1rem}.admin-video-queue-state p:last-child{color:var(--muted);margin-top:3px;font-size:.66rem}.admin-video-queue-counts{flex:none;grid-template-columns:repeat(3,minmax(72px,1fr));gap:8px;margin:0;display:grid}.admin-video-queue-counts>div{border:1px solid var(--line);background:var(--surface-muted);border-radius:9px;justify-items:center;gap:2px;min-width:72px;padding:9px 12px;display:grid}.admin-video-queue-counts dt{color:var(--muted);font-size:.57rem;font-weight:720}.admin-video-queue-counts dd{color:var(--ink);margin:0;font-size:.88rem;font-weight:820}.admin-video-job-status{color:var(--muted);white-space:nowrap;font-size:.56rem}.admin-filter-bar{grid-template-columns:minmax(260px,1fr) 180px auto auto;align-items:end;gap:12px;padding:16px;display:grid}.admin-filter-bar label{gap:6px;display:grid}.admin-filter-bar label>span{color:var(--muted);font-size:.66rem;font-weight:700}.admin-filter-bar input,.admin-filter-bar select{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--ink);background:var(--surface);border-radius:9px;outline:none;padding:9px 12px}.admin-filter-bar input:focus,.admin-filter-bar select:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb, var(--blue) 14%, transparent)}.admin-filter-bar .text-link{white-space:nowrap;align-self:center;margin-bottom:2px}.admin-spark-table{margin-top:12px;display:grid}.admin-spark-table-head,.admin-spark-table>article{grid-template-columns:minmax(190px,1.5fr) minmax(150px,1.1fr) minmax(110px,.8fr) 90px 90px 104px;align-items:center;gap:12px;display:grid}.admin-spark-table-head{color:var(--subtle);background:color-mix(in srgb, var(--surface) 78%, var(--page));letter-spacing:.04em;text-transform:uppercase;padding:9px 12px;font-size:.61rem;font-weight:780}.admin-spark-table>article{border-bottom:1px solid var(--line);min-height:74px;padding:12px;font-size:.68rem}.admin-spark-table>article:last-child{border-bottom:0}.admin-spark-table article>div,.admin-spark-title{gap:3px;min-width:0;display:grid}.admin-spark-table strong,.admin-spark-table a{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:720;overflow:hidden}.admin-spark-table a:hover{color:var(--blue)}.admin-spark-table small,.admin-spark-table time,.admin-spark-table article>span:not(.badge){color:var(--muted);font-size:.63rem}.admin-spark-table .badge{justify-self:start}@media (max-width:1040px){.admin-spark-table-head{display:none}.admin-spark-table>article{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) auto}.admin-spark-table>article>:nth-child(3),.admin-spark-table>article>:nth-child(5){display:none}}@media (max-width:720px){.admin-video-queue{flex-direction:column;align-items:stretch}.admin-video-queue-counts{width:100%}.admin-spark-tabs,.admin-filter-bar{grid-template-columns:1fr}.admin-spark-tabs{grid-template-columns:1fr 1fr;display:grid}.admin-spark-tabs a{justify-content:center}.admin-filter-bar .button,.admin-filter-bar .text-link{justify-content:center;width:100%}.admin-spark-table>article{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:9px 12px;min-height:0;padding:16px 0}.admin-spark-table>article>:nth-child(2){grid-area:2/1}.admin-spark-table>article>:nth-child(3){text-overflow:ellipsis;white-space:nowrap;grid-area:3/1;display:block;overflow:hidden}.admin-spark-table>article>:nth-child(4){grid-area:1/2}.admin-spark-table>article>:nth-child(5){text-align:right;grid-area:2/2;display:block}.admin-spark-table>article>:nth-child(6){flex-wrap:wrap;grid-area:4/1/auto/-1;align-items:center;gap:8px;width:auto;display:flex}.admin-spark-table>article>:nth-child(6) .button,.admin-spark-table>article>:nth-child(6) form{width:auto}.admin-spark-table strong,.admin-spark-table a{white-space:normal}.admin-table-panel{padding:18px 16px}}.admin-event-form{gap:24px;margin-bottom:18px;display:grid}.admin-event-form>section{border-bottom:1px solid var(--line);gap:14px;padding-bottom:22px;display:grid}.admin-event-form>section:last-of-type{border-bottom:0;padding-bottom:0}.admin-event-form .section-title-row{margin-bottom:0}.admin-event-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-event-field-grid label,.admin-event-reversal-reason{color:var(--muted);align-content:start;gap:6px;font-size:.68rem;font-weight:720;display:grid}.admin-event-field-grid input,.admin-event-field-grid select,.admin-event-field-grid textarea,.admin-event-reversal-reason input{width:100%;min-height:42px;color:var(--ink);border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:9px 11px}.admin-event-field-grid textarea{resize:vertical}.admin-event-field-grid label>small{color:var(--subtle);font-size:.61rem;font-weight:500;line-height:1.45}.admin-event-wide-field{grid-column:1/-1}.admin-event-check-field{border:1px solid var(--line);background:color-mix(in srgb, var(--blue-soft) 38%, var(--surface));border-radius:8px;grid-column:1/-1;align-items:center;min-height:42px;padding:10px 12px;color:var(--ink)!important;gap:9px!important;display:flex!important}.admin-event-check-field input{width:17px;height:17px;min-height:auto}.admin-event-index,.admin-event-roster,.admin-event-attendance,.admin-event-redemption{margin-bottom:18px}.admin-event-index>.section-title-row,.admin-event-roster>.section-title-row,.admin-event-attendance>.section-title-row,.admin-event-redemption>.section-title-row{margin-bottom:12px}.admin-event-redemption{gap:16px;display:grid}.admin-event-redemption .section-title-row p:not(.section-kicker){max-width:760px;color:var(--muted);margin:5px 0 0;font-size:.73rem;line-height:1.55}.admin-redemption-create{border:1px solid color-mix(in srgb, var(--blue) 34%, var(--line));background:color-mix(in srgb, var(--blue-soft) 42%, var(--surface));border-radius:10px;grid-template-columns:minmax(220px,.8fr) minmax(320px,1.2fr) auto;align-items:end;gap:16px;padding:16px;display:grid}.admin-redemption-create label{color:var(--muted);gap:7px;font-size:.7rem;font-weight:720;display:grid}.admin-redemption-create select,.admin-redemption-create input[type=datetime-local],.admin-redemption-link input{border:1px solid var(--line-strong);width:100%;min-height:43px;color:var(--ink);background:var(--surface);border-radius:8px;padding:9px 11px}.admin-redemption-window{border:0;gap:7px;min-width:0;padding:0;display:grid}.admin-redemption-window legend{color:var(--muted);margin-bottom:7px;font-size:.7rem;font-weight:720}.admin-redemption-window-dates{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-redemption-window>small{line-height:1.45}.admin-redemption-create>div{justify-items:end;gap:7px;display:grid}.admin-redemption-create small,.admin-redemption-details>p{color:var(--muted);font-size:.64rem}.admin-redemption-list{gap:12px;display:grid}.admin-redemption-list>article{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 88%, var(--page));border-radius:11px;grid-template-columns:220px minmax(0,1fr);gap:18px;padding:16px;display:grid}.admin-redemption-list>article.is-revoked{opacity:.72;grid-template-columns:1fr}.admin-redemption-list img{border:1px solid var(--line);background:#fff;border-radius:12px;width:220px;max-width:100%;height:auto}.admin-redemption-details{align-content:start;gap:12px;min-width:0;display:grid}.admin-redemption-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.admin-redemption-heading>div{gap:3px;display:grid}.admin-redemption-heading strong{font-size:.95rem}.admin-redemption-heading div>span{color:var(--blue);font-size:.72rem;font-weight:780}.admin-redemption-details>p{margin:0;line-height:1.55}.admin-redemption-link{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.admin-redemption-link input{min-width:0;font-family:var(--font-mono);font-size:.68rem}.admin-event-table{border-top:1px solid var(--line);display:grid}.admin-event-table-head{color:var(--subtle);text-transform:uppercase;grid-template-columns:minmax(240px,1.3fr) minmax(170px,.8fr) 110px 60px 90px 18px;gap:13px;padding:10px 12px;font-size:.59rem;font-weight:760;display:grid}.admin-event-table>a{border-top:1px solid var(--line);grid-template-columns:auto minmax(190px,1.3fr) minmax(170px,.8fr) 110px 60px 90px auto;align-items:center;gap:13px;padding:14px 12px;display:grid}.admin-event-table>a:hover{background:color-mix(in srgb, var(--blue-soft) 52%, transparent)}.admin-event-table>a>div{min-width:0;display:grid}.admin-event-table>a>.admin-event-metadata{display:contents}.admin-event-table>a>div strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.admin-event-table>a>div small,.admin-event-table>a>span:not(.icon-tile,.badge){color:var(--muted);font-size:.66rem}.admin-event-table>a>strong:not(:first-child){font-size:.76rem}.admin-event-roster-list,.admin-attendance-list{border-top:1px solid var(--line);display:grid}.admin-event-roster-list article,.admin-attendance-list label{border-bottom:1px solid var(--line);align-items:center;gap:14px;min-height:60px;padding:11px 4px;display:flex}.admin-event-roster-list article>div,.admin-attendance-list label>span:not(.badge){flex:1;min-width:0;display:grid}.admin-event-roster-list small,.admin-attendance-list small{color:var(--muted);font-size:.65rem}.admin-attendance-list input{width:18px;height:18px}.admin-attendance-list .is-reversed{opacity:.64}.admin-event-attendance{gap:15px;display:grid}.admin-event-attendance>.button,.admin-event-form>.button{justify-self:start}.admin-attendance-import-page,.admin-attendance-review-page,.admin-attendance-upload,.admin-attendance-imports,.admin-attendance-roster,.admin-attendance-threshold,.admin-attendance-confirm{gap:16px;display:grid}.admin-attendance-upload h2,.admin-attendance-upload p,.admin-attendance-imports h2,.admin-attendance-confirm h2,.admin-attendance-confirm p{margin:0}.admin-attendance-upload p:not(.section-kicker),.admin-attendance-confirm p{color:var(--muted);margin-top:6px;font-size:.74rem;line-height:1.55}.admin-attendance-upload-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-attendance-upload label{color:var(--muted);gap:7px;font-size:.7rem;font-weight:720;display:grid}.admin-attendance-upload select,.admin-attendance-upload input[type=file]{border:1px solid var(--line-strong);width:100%;min-height:44px;color:var(--ink);background:var(--surface);border-radius:8px;padding:10px 11px}.admin-attendance-upload>.button{justify-self:start}.admin-attendance-import-history{border-top:1px solid var(--line);display:grid}.admin-attendance-import-history>a{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:13px 3px;display:grid}.admin-attendance-import-history>a>div{display:grid}.admin-attendance-import-history small{color:var(--muted);font-size:.66rem}.admin-attendance-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.admin-attendance-summary-grid>div{gap:7px;display:grid}.admin-attendance-summary-grid span,.admin-attendance-report-context span{color:var(--muted);font-size:.67rem}.admin-attendance-summary-grid strong{font-size:1.25rem}.admin-attendance-report-context{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-attendance-report-context>div{gap:5px;min-width:0;display:grid}.admin-attendance-report-context strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.admin-attendance-table{border-top:1px solid var(--line);display:grid}.admin-attendance-table-head,.admin-attendance-table article{grid-template-columns:minmax(220px,1.3fr) minmax(130px,.65fr) minmax(210px,1fr) minmax(180px,auto);align-items:center;gap:14px;display:grid}.admin-attendance-table-head{color:var(--subtle);letter-spacing:.04em;text-transform:uppercase;padding:9px 4px;font-size:.61rem;font-weight:780}.admin-attendance-table article{border-top:1px solid var(--line);min-height:65px;padding:11px 4px}.admin-attendance-table article>div{min-width:0;display:grid}.admin-attendance-table article strong{text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.admin-attendance-table article small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.63rem;overflow:hidden}.admin-attendance-table article>.badge{white-space:normal;justify-self:start}.admin-attendance-confirm{border-color:color-mix(in srgb, var(--blue) 42%, var(--line));grid-template-columns:minmax(0,1fr) auto;align-items:center}.admin-attendance-threshold{border-color:color-mix(in srgb, var(--purple) 35%, var(--line));grid-template-columns:minmax(0,1fr) 130px auto;align-items:end}.admin-attendance-threshold h2,.admin-attendance-threshold p{margin:0}.admin-attendance-threshold p:not(.section-kicker){color:var(--muted);margin-top:6px;font-size:.72rem;line-height:1.55}.admin-attendance-threshold>label{color:var(--muted);gap:7px;font-size:.68rem;font-weight:720;display:grid}.admin-attendance-threshold-input{border:1px solid var(--line-strong);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:42px;display:grid;overflow:hidden}.admin-attendance-threshold-input input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;padding:9px 4px 9px 11px}.admin-attendance-threshold-input>span{color:var(--muted);padding-right:11px;font-weight:800}@media (max-width:1080px){.admin-event-table-head{display:none}.admin-event-table>a{grid-template-columns:auto minmax(0,1fr) auto}.admin-event-table>a>span:not(.icon-tile,.badge),.admin-event-table>a>strong:not(:first-child){grid-column:2}.admin-event-table>a>.admin-event-metadata{min-width:0;color:var(--muted);flex-wrap:wrap;grid-column:2;gap:5px 10px;font-size:.66rem;display:flex}.admin-event-metadata>*{align-items:center;display:inline-flex}.admin-event-metadata>*+:before{color:var(--subtle);content:"·";margin-right:10px}.admin-event-table>a>.badge{grid-area:1/3}.admin-event-table>a>svg{grid-area:2/3/5}}@media (max-width:1100px){.admin-redemption-create{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-redemption-create-action{grid-column:1/-1;justify-items:stretch!important}}@media (max-width:680px){.admin-redemption-create,.admin-redemption-list>article,.admin-redemption-link{grid-template-columns:1fr}.admin-redemption-create>div{justify-items:stretch}.admin-redemption-window-dates{grid-template-columns:1fr}.admin-redemption-create .button,.admin-redemption-link .button,.admin-redemption-details .button-row,.admin-redemption-details .button-row>*,.admin-redemption-details .button-row .button{width:100%}.admin-redemption-list img{justify-self:center}.admin-attendance-upload-fields,.admin-attendance-summary-grid,.admin-attendance-report-context{grid-template-columns:1fr}.admin-attendance-table-head{display:none}.admin-attendance-table article{grid-template-columns:1fr auto}.admin-attendance-table article>div:nth-child(2),.admin-attendance-table article>div:nth-child(3){grid-column:1}.admin-attendance-table article>.badge{text-align:center;grid-area:1/2/4;max-width:130px}.admin-attendance-confirm,.admin-attendance-threshold{grid-template-columns:1fr}.admin-attendance-confirm .button,.admin-attendance-threshold .button,.admin-attendance-upload>.button{width:100%}.admin-event-field-grid{grid-template-columns:1fr}.admin-event-wide-field,.admin-event-check-field{grid-column:auto}.admin-event-roster-list article,.admin-attendance-list label{align-items:flex-start}.admin-event-index{padding:18px 16px}.admin-event-table>a{grid-template-columns:42px minmax(0,1fr) auto;gap:8px 12px;padding:16px 0}.admin-event-table>a>.icon-tile{grid-row:1/3}.admin-event-table>a>div:nth-child(2) strong{white-space:normal}.admin-event-table>a>.admin-event-metadata{grid-row:2;line-height:1.45}.admin-event-table>a>.badge{align-self:start}.admin-event-table>a>svg{display:none}}.admin-season-layout{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:18px;display:grid}.admin-season-create,.admin-season-add-action{align-content:start;gap:16px;display:grid}.admin-season-create h2,.admin-season-add-action h2{margin:0 0 5px}.admin-season-create p:not(.section-kicker),.admin-season-add-action p:not(.section-kicker),.admin-season-actions .section-title-row p:not(.section-kicker){color:var(--muted);margin:4px 0 0;font-size:.75rem}.admin-season-create label,.admin-season-add-action label,.admin-season-action-list label,.admin-record-activity label{color:var(--muted);gap:6px;font-size:.7rem;font-weight:720;display:grid}.admin-season-create input,.admin-season-create textarea,.admin-season-add-action input,.admin-season-add-action select,.admin-season-action-list input,.admin-season-action-list select,.admin-record-activity input,.admin-record-activity select{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--ink);background:var(--surface);border-radius:8px;padding:9px 11px}.admin-season-create textarea{resize:vertical;min-height:82px}.admin-season-date-grid,.admin-action-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-season-index{align-self:start}.admin-season-list{display:grid}.admin-season-list>a{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:14px 2px;display:grid}.admin-season-list>a:last-child{border-bottom:0}.admin-season-list>a>div{display:grid}.admin-season-list strong{font-size:.86rem}.admin-season-list small,.admin-season-list div>span{color:var(--muted);font-size:.68rem}.admin-season-summary-grid{grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:13px;margin-bottom:18px;display:grid}.admin-season-summary-grid>div{gap:5px;display:grid}.admin-season-summary-grid span{color:var(--muted);font-size:.67rem}.admin-season-summary-grid strong{font-size:.92rem}.admin-season-actions,.admin-season-add-action{margin-bottom:18px}.admin-season-publish{border-color:color-mix(in srgb, var(--purple) 48%, var(--line));background:linear-gradient(120deg, color-mix(in srgb, var(--purple) 10%, transparent), transparent 52%), var(--panel);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:24px;margin-bottom:18px;display:grid}.admin-season-publish h2,.admin-season-publish p{margin:0}.admin-season-publish h2{margin-bottom:7px}.admin-season-publish>div:first-child>p:last-child{max-width:720px;color:var(--muted);font-size:.76rem;line-height:1.6}.admin-season-change-counts{gap:8px;display:flex}.admin-season-change-counts span{border:1px solid var(--line);background:var(--panel-strong);min-width:72px;color:var(--muted);text-align:center;border-radius:10px;padding:10px 12px;font-size:.68rem;display:grid}.admin-season-change-counts strong{color:var(--ink);font-size:1rem}@media (max-width:900px){.admin-season-publish{grid-template-columns:1fr}.admin-season-publish form,.admin-season-publish .button{width:100%}}.admin-season-action-list{gap:13px;display:grid}.admin-season-action-list>form{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 86%, var(--page));border-radius:11px;gap:14px;padding:16px;display:grid}.admin-season-action-list header{align-items:center;gap:12px;display:flex}.admin-season-action-list header>div{margin-right:auto;display:grid}.admin-season-action-list header small{color:var(--muted);font-size:.66rem}.admin-action-wide-field{grid-column:1/-1}.admin-record-activity{border-top:1px solid var(--line);gap:11px;margin-top:15px;padding-top:15px;display:grid}.admin-energy-ledger-list{border-top:1px solid var(--line);margin-top:16px;display:grid}.admin-energy-ledger-list article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.admin-energy-ledger-list article>div{display:grid}.admin-energy-ledger-list small{color:var(--muted);font-size:.65rem}.admin-energy-ledger-list article>span,.admin-activity-history article>span:last-child{color:var(--blue);font-size:.78rem;font-weight:800}.admin-activity-layout{gap:18px;display:grid}.admin-activity-definition-list,.admin-activity-history{display:grid}.admin-activity-definition-list article,.admin-activity-history article{border-bottom:1px solid var(--line);align-items:center;gap:13px;padding:13px 0;display:flex}.admin-activity-definition-list article:last-child,.admin-activity-history article:last-child{border-bottom:0}.admin-activity-definition-list article>div,.admin-activity-history article>div{min-width:0;margin-right:auto;display:grid}.admin-activity-definition-list small,.admin-activity-history small{color:var(--muted);font-size:.68rem}@media (max-width:1400px){.admin-season-layout{grid-template-columns:1fr}}@media (max-width:680px){.admin-season-date-grid,.admin-action-field-grid,.admin-season-summary-grid{grid-template-columns:1fr}.admin-action-wide-field{grid-column:auto}.admin-season-list>a{grid-template-columns:auto minmax(0,1fr) auto}.admin-season-list>a>.badge{grid-area:2/2}.admin-season-list>a>svg{grid-area:1/3/3}.admin-season-action-list header{flex-wrap:wrap;align-items:flex-start}}.admin-season-summary-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-season-policy{gap:16px;margin-bottom:18px;display:grid}.admin-season-details{margin-bottom:18px}.admin-season-details .section-title-row{margin-bottom:0}.admin-season-details .button{justify-self:start}.admin-season-policy .section-title-row,.admin-season-activity-editor .section-title-row{margin-bottom:0}.admin-season-policy .section-title-row p:not(.section-kicker){max-width:700px;color:var(--muted);margin:4px 0 0;font-size:.72rem}.admin-threshold-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-threshold-column{border:1px solid var(--line);background:color-mix(in srgb, var(--blue-soft) 24%, var(--surface));border-radius:10px;align-content:start;gap:12px;padding:16px;display:grid}.admin-threshold-column h3{color:var(--ink);letter-spacing:.02em;margin:0 0 2px;font-size:.74rem}.admin-season-policy label,.admin-season-threshold-fieldset label,.admin-season-activity-editor label{color:var(--muted);gap:6px;font-size:.7rem;font-weight:720;display:grid}.admin-season-policy input,.admin-season-threshold-fieldset input,.admin-season-activity-editor input,.admin-season-activity-editor select{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--ink);background:var(--surface);border-radius:8px;padding:9px 11px}.admin-season-threshold-fieldset{border:1px solid var(--line);border-radius:10px;padding:15px}.admin-season-threshold-fieldset legend{color:var(--ink);padding-inline:6px;font-size:.75rem;font-weight:780}.admin-season-threshold-fieldset>p{color:var(--muted);margin:0 0 12px!important;font-size:.66rem!important}.admin-season-activity-table{border-top:1px solid var(--line);display:grid}.admin-season-activity-table-head{color:var(--subtle);letter-spacing:.04em;text-transform:uppercase;grid-template-columns:minmax(280px,1fr) 150px 90px 88px 18px;gap:14px;padding:10px 4px 9px 56px;font-size:.61rem;font-weight:780;display:grid}.admin-season-activity-table>a{border-top:1px solid var(--line);grid-template-columns:auto minmax(220px,1fr) 150px 90px 88px auto;align-items:center;gap:14px;padding:14px 4px;display:grid}.admin-season-activity-table>a:hover{background:color-mix(in srgb, var(--blue-soft) 58%, transparent)}.admin-season-activity-table>a>div{min-width:0;display:grid}.admin-season-activity-table>a>div strong{font-size:.79rem}.admin-season-activity-table>a>div small,.admin-season-activity-table>a>span:not(.icon-tile,.badge){color:var(--muted);font-size:.66rem}.admin-season-activity-table>a>div em{color:var(--subtle);margin-top:3px;font-size:.58rem;font-style:normal}.admin-activity-energy{color:var(--blue);align-items:center;gap:4px;font-size:.75rem;display:inline-flex}.admin-heading-compact .text-link{margin-bottom:20px}.admin-season-editor-layout{grid-template-columns:minmax(0,1.55fr) minmax(260px,.55fr);align-items:start;gap:18px;display:grid}.admin-season-activity-editor{gap:18px;display:grid}.admin-season-activity-editor label>small{color:var(--subtle);font-size:.61rem;font-weight:500}.admin-season-activity-context{justify-items:start;gap:11px;display:grid}.admin-season-activity-context h2,.admin-season-activity-context p{margin:0}.admin-season-activity-context h2{text-transform:capitalize}.admin-season-activity-context p,.admin-season-activity-context>small{color:var(--muted);font-size:.7rem;line-height:1.55}.admin-season-activity-context form,.admin-season-activity-context form .button{width:100%}.admin-season-new-activity{width:min(100%,920px)}.admin-audit-history{border-top:1px solid var(--line);display:grid}.admin-audit-history article{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(220px,1fr) auto auto 170px;align-items:center;gap:13px;padding:13px 0;display:grid}.admin-audit-history article>div{display:grid}.admin-audit-history small,.admin-audit-history time{color:var(--muted);font-size:.64rem}.admin-audit-energy{color:var(--blue);font-size:.72rem}.admin-audit-history time{text-align:right}@media (max-width:980px){.admin-season-editor-layout{grid-template-columns:1fr}.admin-season-activity-table-head{display:none}.admin-season-activity-table>a{grid-template-columns:auto minmax(0,1fr) auto}.admin-season-activity-table>a>.icon-tile{grid-row:1/4}.admin-season-activity-table>a>span:not(.icon-tile,.badge),.admin-season-activity-table>a>.admin-activity-energy{grid-column:2}.admin-season-activity-table>a>.badge{grid-area:1/3}.admin-season-activity-table>a>svg{grid-area:2/3/4}.admin-audit-history article{grid-template-columns:auto minmax(0,1fr) auto}.admin-audit-history article>.icon-tile{grid-row:1/4}.admin-audit-history article>.badge{grid-area:1/3}.admin-audit-history .admin-audit-energy{grid-column:2}.admin-audit-history time{text-align:left;grid-column:2}}@media (max-width:680px){.admin-season-summary-compact,.admin-threshold-grid{grid-template-columns:1fr}.admin-season-activity-table>a{grid-template-columns:auto minmax(0,1fr) auto}.admin-season-activity-table>a>.badge,.admin-season-activity-table>a>.admin-activity-energy{grid-column:2}.admin-season-activity-table>a>.badge{grid-row:auto}.admin-season-activity-table>a>svg{grid-area:1/3/4}.admin-audit-history article{grid-template-columns:auto minmax(0,1fr)}.admin-audit-history .badge,.admin-audit-history .admin-audit-energy,.admin-audit-history time{grid-column:2}}.admin-event-editor-field{gap:7px;display:grid}.admin-event-editor-field .spark-tiptap-content{min-height:240px}
.video-upload-header{position:relative}.video-upload-header>summary{cursor:pointer;border:1px solid #0000;border-radius:9px;align-items:center;gap:8px;min-height:42px;padding:4px 8px;list-style:none;display:flex}.video-upload-header>summary::-webkit-details-marker{display:none}.video-upload-header>summary:hover,.video-upload-header[open]>summary{border-color:var(--line);background:var(--blue-soft)}.video-upload-header>summary>span:last-child{line-height:1.05;display:grid}.video-upload-header>summary small{color:var(--muted);font-size:.55rem}.video-upload-header>summary strong{color:var(--blue);margin-top:3px;font-size:.72rem}.video-upload-progress-ring{width:30px;height:30px;color:var(--blue);background:conic-gradient(var(--blue) var(--video-upload-progress), var(--line) 0);border-radius:50%;flex:none;place-items:center;display:grid;position:relative}.video-upload-progress-ring:before{background:var(--surface);content:"";border-radius:50%;position:absolute;inset:3px}.video-upload-progress-ring>svg{z-index:1;position:relative}.video-upload-popover{z-index:90;border:1px solid var(--line);background:var(--surface);width:min(310px,100vw - 28px);box-shadow:var(--shadow-md);border-radius:12px;gap:8px;padding:14px;display:grid;position:absolute;top:calc(100% + 9px);right:0}.video-upload-popover>strong,.video-upload-popover-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.video-upload-popover-title{min-width:0;color:var(--ink);justify-content:space-between;align-items:center;gap:10px;display:flex}.video-upload-popover-title strong{min-width:0}.video-upload-popover>span,.video-upload-popover>small{color:var(--muted);font-size:.62rem}.video-upload-popover progress,.video-upload-mobile-summary progress{width:100%;height:7px;accent-color:var(--blue);border:0;border-radius:999px;overflow:hidden}.video-upload-popover>p{color:var(--danger);margin:0;font-size:.64rem}.video-upload-popover>div{flex-wrap:wrap;gap:6px;margin-top:3px;display:flex}.video-upload-popover button,.video-upload-popover a,.video-upload-mobile-summary button,.video-upload-mobile-summary>a{border:1px solid var(--line-strong);min-height:32px;color:var(--blue);background:var(--surface);cursor:pointer;font:inherit;border-radius:7px;padding:6px 9px;font-size:.62rem;font-weight:760}.video-upload-popover .is-danger{color:var(--danger)}.video-upload-mobile-summary button,.video-upload-mobile-summary>a{text-align:center;justify-content:center;align-items:center;display:flex}.video-upload-avatar-ring{z-index:1;background:conic-gradient(var(--cyan) var(--video-upload-progress), color-mix(in srgb, var(--line) 75%, transparent) 0);pointer-events:none;border-radius:50%;display:none;position:absolute;inset:-4px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0)}.video-upload-mobile-summary{display:none}.video-authoring-main{align-content:start;gap:18px;display:grid}.video-upload-panel{gap:22px;padding:26px;display:grid}.video-upload-intro{align-items:flex-start;gap:14px;display:flex}.video-upload-intro h2,.video-upload-intro p{margin:0}.video-upload-intro h2{font-size:1.15rem}.video-upload-intro p{max-width:680px;color:var(--muted);margin-top:5px;font-size:.75rem;line-height:1.6}.video-upload-form{gap:16px;display:grid}.video-upload-form>label{color:var(--ink);gap:7px;font-size:.74rem;font-weight:760;display:grid}.video-upload-form label>small,.video-upload-actions>small{color:var(--muted);font-size:.64rem;font-weight:500}.video-upload-form input{box-sizing:border-box;border:1px solid var(--line-strong);width:100%;min-height:46px;color:var(--ink);background:var(--surface);font:inherit;border-radius:9px;padding:10px 12px;font-weight:500}.video-upload-form input[type=file],.video-upload-recovery-picker input[type=file]{border:1px solid var(--line-strong);color:var(--muted);background:var(--surface);border-radius:9px;padding:8px}.video-upload-form input[type=file]::file-selector-button{border:1px solid var(--line-strong);color:var(--blue);background:var(--blue-soft);cursor:pointer;font:inherit;border-radius:7px;margin-right:10px;padding:7px 11px;font-weight:750}.video-upload-recovery-picker input[type=file]::file-selector-button{border:1px solid var(--line-strong);color:var(--blue);background:var(--blue-soft);cursor:pointer;font:inherit;border-radius:7px;margin-right:10px;padding:7px 11px;font-weight:750}.video-upload-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding-top:18px;display:flex}.video-upload-recovery{border:1px solid color-mix(in srgb, var(--blue) 38%, var(--line));background:color-mix(in srgb, var(--blue-soft) 52%, var(--surface));border-radius:10px;justify-content:space-between;align-items:center;gap:18px;padding:15px;display:flex}.video-upload-recovery strong,.video-upload-recovery p{margin:0}.video-upload-recovery p{max-width:670px;color:var(--muted);margin-top:4px;font-size:.66rem;line-height:1.5}.video-upload-recovery-picker{flex:none;align-items:center;gap:7px;display:flex}.video-upload-recovery-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.video-upload-recovery-picker input{box-sizing:border-box;max-width:255px;min-height:42px;color:var(--muted);font-size:.62rem}.admin-video-status-cell{justify-items:start;gap:5px;display:grid}.admin-video-failure-details{max-width:180px;color:var(--muted);font-size:.58rem;position:relative}.admin-video-failure-details summary{color:var(--blue);cursor:pointer}.admin-video-failure-details p{overflow-wrap:anywhere;margin:4px 0 0}.video-editor-main{align-content:start;gap:18px;display:grid}.video-editor-header{gap:18px;display:grid}.video-editor-header>div:last-child,.video-processing-heading,.video-editor-form-heading,.video-editor-actions{justify-content:space-between;align-items:center;gap:18px;display:flex}.video-chapter-editor{gap:17px;padding:24px;display:grid}.video-chapter-editor h2,.video-chapter-editor>div:first-child>p{margin:0}.video-chapter-editor>div:first-child>p:last-child{color:var(--muted);margin-top:5px;font-size:.69rem}.video-chapter-list{gap:9px;display:grid}.video-chapter-row{grid-template-columns:108px minmax(0,1fr) 38px;align-items:end;gap:9px;display:grid}.video-chapter-row label{color:var(--muted);gap:5px;font-size:.6rem;font-weight:750;display:grid}.video-chapter-row input{box-sizing:border-box;border:1px solid var(--line-strong);width:100%;min-height:38px;color:var(--ink);background:var(--surface);font:inherit;border-radius:7px;padding:8px 10px;font-size:.7rem}.video-chapter-empty{border:1px dashed var(--line-strong);color:var(--muted);text-align:center;border-radius:8px;margin:0;padding:16px;font-size:.68rem}.video-chapter-editor>footer{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;padding-top:14px;display:flex}.detail-shell.video-detail-shell{grid-template-columns:minmax(0,1fr) clamp(240px,18vw,300px);justify-content:stretch;gap:22px;width:calc(100% - 32px);max-width:none;padding-top:26px}.video-detail-rail{grid-column:1/-1;padding-top:4px}.video-reader{grid-column:1;min-width:0}.video-author-panel{grid-area:2/2;align-self:start;position:sticky;top:86px}.video-player-shell{border:1px solid var(--line-strong);width:100%;max-width:none;box-shadow:var(--shadow-sm);background:#030712;border-radius:13px;margin:16px auto 0;position:relative;overflow:hidden}.video-player-shell:focus-visible{outline-offset:3px;outline:3px solid #2371f659}.video-player-stage{background:#000;width:100%;height:min(70vh,810px);display:grid;position:relative}.video-player-stage>video{cursor:pointer;object-fit:contain;background:#000;width:100%;max-width:100%;height:100%;max-height:100%;display:block;position:absolute;inset:0}.video-player-stage.is-controls-hidden,.video-player-stage.is-controls-hidden>video{cursor:none}.video-player-center-play{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030c1cc7;border:1px solid #ffffff52;border-radius:50%;place-items:center;width:76px;height:76px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 38px #00000059}.video-player-center-play:hover{background:color-mix(in srgb, var(--blue) 82%, #071326);transform:translate(-50%,-50%)scale(1.05)}.video-player-controls{z-index:3;color:#f4f8ff;opacity:1;visibility:visible;background:linear-gradient(#0000,#020812eb);gap:7px;padding:32px 14px 11px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;bottom:0;left:0;right:0}.video-player-controls.is-hidden{pointer-events:none;opacity:0;visibility:hidden;transform:translateY(8px)}.video-player-progress{width:100%;height:14px;display:block;position:relative}.video-player-volume input{accent-color:#32b8ff;cursor:pointer;height:4px;margin:0}.video-player-progress-segments{pointer-events:none;gap:3px;height:4px;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.video-player-progress-segment{background:#ffffff57;border-radius:999px;flex-basis:0;min-width:2px;position:relative;overflow:hidden}.video-player-progress-segment>span{inset-block:0;border-radius:inherit;background:#32b8ff;display:block;position:absolute;left:0}.video-player-progress>input{z-index:2;appearance:none;cursor:pointer;background:0 0;width:100%;height:14px;margin:0;padding:0;position:absolute;inset:0}.video-player-progress>input::-webkit-slider-runnable-track{background:0 0;height:4px}.video-player-progress>input::-moz-range-track{background:0 0;height:4px}.video-player-progress>input::-moz-range-progress{background:0 0;height:4px}.video-player-progress>input::-webkit-slider-thumb{appearance:none;background:#32b8ff;border:0;border-radius:50%;width:12px;height:12px;margin-top:-4px;box-shadow:0 0 0 2px #030c1c8c}.video-player-progress>input::-moz-range-thumb{background:#32b8ff;border:0;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 2px #030c1c8c}.video-player-chapter-tooltip{z-index:4;color:#d8e6fb;pointer-events:none;background:#030c1cf0;border:1px solid #fff3;border-radius:6px;gap:2px;min-width:max-content;max-width:min(260px,70vw);padding:6px 8px;font-size:.55rem;display:grid;position:absolute;bottom:19px;transform:translate(-50%);box-shadow:0 8px 24px #00000059}.video-player-chapter-tooltip strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-size:.6rem;overflow:hidden}.video-player-control-row{align-items:center;gap:6px;display:flex}.video-player-control-row button{color:#f4f8ff;cursor:pointer;min-width:34px;height:34px;font:inherit;background:0 0;border:0;border-radius:7px;place-items:center;padding:0 7px;font-size:.62rem;font-weight:750;display:grid}.video-player-control-row button:hover{background:#ffffff21}.video-player-time{color:#d8e6fb;font-variant-numeric:tabular-nums;margin-left:3px;font-size:.61rem;font-weight:680}.video-player-volume{align-items:center;gap:3px;margin-left:auto;display:flex}.video-player-volume input{width:82px}.video-player-speed select{color:#f4f8ff;cursor:pointer;height:31px;font:inherit;background:#0d213e;border:1px solid #ffffff3d;border-radius:6px;padding:4px 7px;font-size:.61rem;font-weight:750}.video-player-shell:fullscreen{background:#000;border:0;border-radius:0;width:100vw;max-width:none;height:100vh;margin:0}.video-player-shell:fullscreen .video-player-stage{aspect-ratio:auto;width:100%;height:100%;max-height:none}.video-player-shell:fullscreen .video-player-stage>video{width:100%;max-width:100%;height:100%;max-height:100%;position:absolute;inset:0}.video-player-shell:fullscreen .video-player-chapters,.video-player-shell:fullscreen .video-player-error{display:none}.video-player-chapters{border-top:1px solid var(--line);color:var(--ink);background:var(--surface);gap:8px;padding:12px 13px 14px;display:grid}.video-player-chapters>strong{align-items:center;gap:6px;font-size:.66rem;display:flex}.video-player-chapters>div{gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.video-player-chapters button{border:1px solid var(--line);min-width:max-content;color:var(--ink);background:var(--surface-muted);cursor:pointer;font:inherit;border-radius:7px;gap:7px;padding:7px 9px;font-size:.61rem;display:flex}.video-player-chapters button span{color:var(--blue);font-variant-numeric:tabular-nums;font-weight:800}.video-player-chapters button.is-active{border-color:color-mix(in srgb, var(--blue) 68%, var(--line));background:var(--blue-soft)}.video-player-error{color:#ff9db5;background:#351224;margin:0;padding:10px 13px;font-size:.65rem}.video-reader-header{border-bottom:1px solid var(--line);gap:13px;padding:24px 0 18px;display:grid}.video-reader-header h1{max-width:790px;font-family:var(--font-serif);overflow-wrap:anywhere;margin:0;font-size:clamp(2.05rem,4vw,3.6rem);line-height:.98}.video-reader-meta{justify-content:space-between;align-items:center;gap:14px;display:flex}.video-reader-action-wrap{justify-items:end;gap:5px;display:grid}.video-reader-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.video-reader-actions>a,.video-reader-actions>button,.video-reader-actions>span{min-height:32px;color:var(--blue);font:inherit;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-size:.65rem;font-weight:780;display:inline-flex}.video-reader-actions>a,.video-reader-actions>button{cursor:pointer}.video-reader-actions>span{color:var(--muted)}.video-reader-actions>a:hover,.video-reader-actions>button:hover{background:var(--blue-soft)}.video-reader-actions>button.is-liked{color:#d53c67;border-color:color-mix(in srgb, #d53c67 35%, var(--line));background:#d53c6717}.video-reader-actions>button.is-liked svg{fill:currentColor}.video-reader-actions>button.is-saved{color:var(--cyan);background:color-mix(in srgb, var(--cyan) 10%, transparent)}.video-description{padding:25px 0 50px}.video-description h2{margin:0;font-size:1.15rem}.video-description>p{color:var(--ink-soft);white-space:pre-wrap;margin:10px 0 18px;font-size:.82rem;line-height:1.75}.video-author-panel .panel{text-align:center;justify-items:center;gap:11px;display:grid}.video-author-panel h2,.video-author-panel p{margin:0}.video-author-panel h2{font-size:1rem}.video-author-panel p:not(.section-kicker){color:var(--muted);font-size:.65rem;line-height:1.55}.video-author-panel .button{width:100%}.video-editor-header h1,.video-editor-header p,.video-processing-heading h2,.video-processing-heading p,.video-editor-form-heading h2{margin:0}.video-editor-header h1{margin-top:4px}.video-editor-header>div p:last-child,.video-processing-heading p{max-width:690px;color:var(--muted);margin-top:6px;font-size:.72rem;line-height:1.55}.video-status-chip{border:1px solid var(--line-strong);color:var(--muted);background:var(--surface);border-radius:999px;flex:none;padding:6px 10px;font-size:.65rem;font-weight:800}.video-status-chip.is-ready,.video-status-chip.is-published{border-color:color-mix(in srgb, var(--success) 45%, var(--line));color:var(--success);background:color-mix(in srgb, var(--success) 10%, var(--surface))}.video-status-chip.is-processing,.video-status-chip.is-queued{color:var(--blue);background:var(--blue-soft)}.video-status-chip.is-failed{color:var(--danger)}.video-status-chip.is-interrupted{border-color:color-mix(in srgb, #d08a00 50%, var(--line));color:#9a6500;background:color-mix(in srgb, #f0a000 12%, var(--surface))}:root[data-theme=dark] .video-status-chip.is-interrupted{color:#e4aa39;background:color-mix(in srgb, #9a6500 24%, var(--surface))}.video-processing-panel,.video-editor-form{gap:18px;padding:24px;display:grid}.video-processing-heading{justify-content:flex-start}.video-processing-heading>div:nth-child(2){flex:1;min-width:0}.video-processing-meter{flex:none;justify-items:end;gap:2px;display:grid}.video-processing-meter>strong{color:var(--blue);font-size:.82rem}.video-processing-meter>small{color:var(--muted);white-space:nowrap;font-size:.58rem}.video-processing-panel>progress{width:100%;height:8px;accent-color:var(--blue);border:0;border-radius:999px;overflow:hidden}.video-processing-indeterminate{background:color-mix(in srgb, var(--blue) 12%, var(--surface-muted));border-radius:999px;width:100%;height:8px;position:relative;overflow:hidden}.video-processing-indeterminate>span{inset-block:0;border-radius:inherit;background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--blue) 78%, white), var(--blue), transparent);width:32%;animation:1.35s ease-in-out infinite video-processing-sweep;position:absolute;left:-32%}@keyframes video-processing-sweep{0%{transform:translate(0)}to{transform:translate(415%)}}@media (prefers-reduced-motion:reduce){.video-processing-indeterminate>span{animation:none;left:34%}}.video-processing-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.video-processing-steps li{color:var(--muted);font-size:.63rem;font-weight:700}.video-processing-steps li span{border:1px solid var(--line-strong);border-radius:50%;place-items:center;width:19px;height:19px;margin-right:4px;display:inline-grid}.video-processing-steps li.is-done{color:var(--blue)}.video-processing-steps li.is-done span{border-color:var(--blue);background:var(--blue-soft)}.video-processing-failure{border:1px solid color-mix(in srgb, var(--danger) 40%, var(--line));background:color-mix(in srgb, var(--danger) 7%, var(--surface));border-radius:9px;justify-content:space-between;align-items:center;gap:18px;padding:14px;display:flex}.video-processing-failure p{color:var(--muted);margin:4px 0 0;font-size:.67rem}.video-editor-form-heading img{aspect-ratio:16/9;border:1px solid var(--line);object-fit:cover;background:var(--surface-muted);border-radius:8px;width:144px}.video-thumbnail-control{justify-content:flex-end;align-items:center;gap:13px;min-width:0;max-width:520px;display:flex}.video-thumbnail-control img,.video-thumbnail-placeholder{flex:none}.video-thumbnail-placeholder{aspect-ratio:16/9;border:1px dashed var(--line-strong);width:144px;color:var(--muted);background:var(--surface-muted);border-radius:8px;place-items:center;display:grid}.video-thumbnail-copy{gap:5px;min-width:0;display:grid}.video-thumbnail-copy>strong{font-size:.72rem}.video-thumbnail-copy>p{color:var(--muted);margin:0;font-size:.62rem;line-height:1.45}.video-thumbnail-actions{flex-wrap:wrap;gap:7px;margin-top:2px;display:flex}.video-thumbnail-actions>label{cursor:pointer}.video-thumbnail-actions .is-disabled{pointer-events:none;cursor:wait;opacity:.6}.video-thumbnail-file-input{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;min-height:0;padding:0;position:absolute;overflow:hidden}.video-editor-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.video-editor-fields>label{color:var(--ink);align-content:start;gap:7px;font-size:.7rem;font-weight:760;display:grid}.video-editor-fields input,.video-editor-fields select,.video-editor-fields textarea{box-sizing:border-box;border:1px solid var(--line-strong);width:100%;min-height:44px;color:var(--ink);background:var(--surface);font:inherit;border-radius:8px;padding:10px 12px;font-weight:500}.video-editor-fields textarea{resize:vertical}.video-editor-fields small{color:var(--muted);font-size:.61rem;font-weight:500;line-height:1.45}.video-field-wide{grid-column:1/-1}.video-check-field{border:1px solid var(--line);border-radius:8px;align-items:flex-start;padding:12px;display:flex!important}.video-check-field>input{width:17px;min-height:17px;margin-top:2px}.video-check-field>span{gap:3px;display:grid}.video-editor-actions{border-top:1px solid var(--line);justify-content:flex-end;padding-top:18px}.video-publish-button.is-unavailable,.video-publish-button.is-unavailable:hover{color:var(--muted);border-color:var(--line-strong);background:var(--surface-muted);box-shadow:none;transform:none}:root[data-theme=dark] .video-upload-progress-ring,:root[data-theme=dark] .video-upload-header>summary strong{color:#61caff}@media (max-width:760px){.video-upload-header{display:none}.video-upload-avatar-ring{display:block}.video-upload-mobile-summary{border:1px solid var(--line);background:var(--blue-soft);border-radius:9px;gap:7px;margin:7px 0;padding:11px;display:grid}.video-upload-mobile-summary>strong{text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.video-upload-mobile-summary>small{color:var(--muted);font-size:.58rem}.video-processing-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-shell.video-detail-shell{width:100%;padding:12px 0 36px;display:block}.video-detail-rail{margin-bottom:12px;padding-inline:14px}.video-author-panel{display:none}.video-reader>.breadcrumbs{margin-inline:14px}.video-player-shell{border-inline:0;border-radius:0;width:100%;max-width:none;margin-inline:0}.video-player-stage{aspect-ratio:16/9;height:auto}.video-reader-header,.video-description{padding-inline:14px}.video-reader .article-conversation{margin-inline:14px}}@media (max-width:520px){.video-upload-panel{padding:18px}.video-processing-panel,.video-editor-form,.video-chapter-editor{padding:17px}.video-editor-header>div:last-child,.video-processing-heading,.video-editor-form-heading,.video-processing-failure,.video-editor-actions{flex-direction:column;align-items:flex-start}.video-upload-recovery,.video-upload-recovery-actions,.video-upload-recovery-picker{flex-direction:column;align-items:stretch}.video-upload-recovery-picker,.video-upload-recovery-actions,.video-upload-recovery-actions>.button,.video-upload-recovery-actions .button-row,.video-upload-recovery-actions .button-row .button,.video-upload-recovery-picker input,.video-upload-recovery-picker .button{width:100%;max-width:none}.video-processing-meter{justify-items:start}.video-processing-meter>small{white-space:normal}.video-processing-panel{position:relative}.video-editor-form-heading img{width:100%;max-width:240px}.video-thumbnail-control{flex-direction:column;align-items:stretch;width:100%;max-width:none}.video-thumbnail-placeholder{width:100%;max-width:240px}.video-thumbnail-actions .button{flex:auto}.video-editor-fields{grid-template-columns:1fr}.video-field-wide{grid-column:auto}.video-editor-actions,.video-editor-actions .button,.video-processing-failure .button{width:100%}.video-chapter-row{grid-template-columns:86px minmax(0,1fr) 38px}.video-chapter-editor>footer{flex-direction:column;align-items:stretch}.video-chapter-editor>footer .button{width:100%}.video-reader-meta{flex-direction:column;align-items:flex-start}.video-player-controls{padding:22px 8px 7px}.video-player-control-row{gap:1px}.video-player-control-row button{min-width:31px;height:31px;padding:0 5px}.video-player-volume input{display:none}.video-player-time{font-size:.54rem}.video-reader-header h1{font-size:clamp(1.95rem,10vw,2.8rem)}.video-reader-action-wrap{justify-items:start}.video-reader-actions{justify-content:flex-start}.video-upload-actions{flex-direction:column;align-items:stretch}.video-upload-actions .button{width:100%}}
@media (max-width:1280px){:root{--content:1180px}.public-hero{grid-template-columns:1fr .9fr}.public-hero h1{font-size:clamp(2.6rem,4.8vw,4rem)}.fun-app-grid{grid-template-columns:190px minmax(0,1fr)}.fun-rail{grid-column:2;grid-template-columns:repeat(3,1fr)}.profile-summary{align-content:start}.detail-shell{grid-template-columns:165px minmax(0,760px) 230px}.spark-detail-shell{grid-template-columns:145px minmax(0,670px) 230px}.synapse-app-grid{grid-template-columns:190px minmax(0,1fr)}.synapse-sidebar>.desktop-local-navigation a{font-size:.74rem}.synapse-overview-grid{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr)}.action-grid{grid-template-columns:repeat(3,1fr)}.synapse-dashboard-grid{grid-template-columns:1fr 1fr}.events-content-grid{grid-template-columns:minmax(0,1fr) 280px}}@media (max-width:1020px){.site-header-inner{gap:16px}.global-nav{gap:15px}.global-nav a{font-size:.7rem}.global-nav a:first-child,.global-nav a:nth-child(5){display:none}.public-hero{grid-template-columns:1.15fr .85fr}.public-hero-art{min-height:350px}.neural-community-hero{width:96%}.pillar-grid,.public-dashboard{grid-template-columns:1fr 1fr}.public-dashboard .span-two,.clubs-panel,.public-dashboard>.events-panel{grid-column:span 2}.detail-shell{grid-template-columns:1fr 240px}.detail-toc{display:none}.spark-detail-shell{grid-template-columns:minmax(0,1fr) 230px}.spark-left-rail{display:none}.profile-hero{grid-template-columns:auto 1fr}.profile-metrics{border-top:1px solid var(--line);grid-column:span 2;padding-top:18px}.profile-overview{grid-template-columns:minmax(0,1.45fr) minmax(280px,.8fr)}.profile-writing-row{grid-template-columns:110px minmax(0,1fr) auto}.synapse-page-header{grid-template-columns:1fr}.event-snapshot{max-width:620px}.events-content-grid{grid-template-columns:1fr}.event-rail{grid-template-columns:1fr 1fr}}@media (max-width:760px){body{font-size:14px}.site-header-inner{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;gap:8px;width:100%;min-height:60px;padding:0 14px}.global-nav{display:none}.mobile-global-menu{display:block}.site-header-tools{z-index:2;gap:8px;position:relative}.header-actions .header-search,.member-actions .header-search,.member-chip>span,.member-actions .energy small,.header-actions .energy small,.account-menu-identity{display:none}.account-menu>summary{padding-right:3px}.account-menu>summary>svg{display:none}.account-menu-mobile-only{display:flex!important}.header-actions{z-index:2;justify-content:flex-end;gap:8px;position:relative}.member-actions{z-index:2;gap:8px;position:relative}.anonymous-auth-links{display:none}.anonymous-auth-menu{display:block}.anonymous-auth-menu>summary{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#0871ff,#064fe8);border-color:#0000;gap:5px;min-height:36px;padding:6px 9px;font-size:.65rem;box-shadow:0 7px 17px #0557e83d}.anonymous-auth-menu>summary>svg{width:13px;height:13px}.theme-toggle{z-index:2;pointer-events:auto;touch-action:manipulation;flex:0 0 36px;position:relative}.notification-popover{right:-48px}.notifications-page{width:min(100% - 20px,640px);padding-top:24px}.notifications-page-header{flex-direction:column;align-items:stretch}.notifications-page-header .button{width:max-content}.public-main{width:min(100% - 20px,640px);padding-top:11px}.public-main>.preview-flag{margin-left:0}.public-hero{flex-direction:column;min-height:0;margin-top:8px;display:flex}.public-hero-copy{padding:34px 8px 20px}.public-hero h1{font-size:clamp(2.45rem,11vw,3.8rem)}.hero-lede{font-size:.9rem}.public-hero-art{min-height:250px}.neural-community-hero{width:min(100%,570px);min-height:220px}.hero-proof{gap:9px 14px}.pillar-grid,.public-dashboard{grid-template-columns:1fr;margin-inline:0}.public-dashboard .span-two,.public-dashboard .clubs-panel,.public-dashboard>.events-panel{grid-column:auto}.events-panel{overflow:hidden}.event-list{scroll-snap-type:x mandatory;scrollbar-width:thin;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;padding:2px 2px 8px;scroll-padding-inline:2px;display:flex;overflow-x:auto}.event-row{scroll-snap-align:start;flex:0 0 min(84vw,380px);min-width:min(84vw,380px)}.public-event-empty{min-width:100%}.featured-story{grid-template-columns:1fr}.featured-story .media-art{min-height:145px}.mini-card-grid,.club-list{grid-template-columns:1fr}.public-context{grid-template-columns:1fr;gap:8px;margin-inline:0;padding:20px}.join-banner{grid-template-columns:auto 1fr;margin-inline:0}.join-banner .button{grid-column:span 2;width:100%}.public-footer{grid-template-columns:1fr auto;width:calc(100% - 24px)}.public-footer nav{display:none}.fun-app-grid,.fun-app-grid-wide,.synapse-app-grid{width:min(100% - 20px,660px);display:block}.fun-sidebar,.synapse-sidebar{width:100%;height:0;margin:0;padding:0;display:block;position:static}.fun-sidebar>.desktop-local-navigation,.synapse-sidebar>.desktop-local-navigation,.fun-sidebar .sidebar-rule,.fun-sidebar .topic-list,.fun-sidebar .sidebar-cta{display:none}.fun-hero{grid-template-columns:1fr}.fun-hero-copy{padding:25px 22px}.fun-hero h1,.fun-hero h2{font-size:2.3rem}.fun-hero>.media-art{min-height:190px;-webkit-mask-image:linear-gradient(#0000,#000);mask-image:linear-gradient(#0000,#000)}.fun-feature-placeholder{min-height:180px}.fun-content-grid{grid-template-columns:1fr}.fun-content-grid>.panel:first-child,.fun-content-grid>.panel:nth-child(2),.fun-content-grid .span-three{grid-column:auto}.project-strip{grid-template-columns:1fr}.synapse-connection{grid-template-columns:auto 1fr}.synapse-connection p,.synapse-connection a{grid-column:span 2}.fun-rail{grid-template-columns:1fr;margin-top:12px}.discover-grid{grid-template-columns:1fr}.spark-index-heading{flex-direction:column;align-items:stretch}.spark-index-heading .button{width:max-content}.discover-category-grid{grid-template-columns:1fr}.spark-compose-page{padding-top:16px}.spark-view-tabs{grid-template-columns:1fr}.spark-compose-form{padding:24px}.my-spark-row{grid-template-columns:auto minmax(0,1fr)}.my-spark-row>.button{grid-column:span 2;width:100%}.detail-shell,.spark-detail-shell{width:min(100% - 20px,680px);display:block}.detail-rail,.spark-right-rail{grid-template-columns:1fr 1fr;margin-top:14px}.detail-rail .author-card,.spark-right-rail .author-card,.spark-right-rail .synapse-connection{grid-column:span 2}.article-header h1{font-size:2.75rem}.article-meta-row{flex-direction:column;align-items:flex-start}.article-cover{min-height:210px}.principle-grid{grid-template-columns:1fr}.spark-card>header,.spark-copy,.spark-comments{padding-inline:18px}.spark-attachment{grid-template-columns:1fr}.spark-attachment-real{grid-template-columns:minmax(0,1fr) auto}.spark-attachment-real .spark-attachment-image{grid-column:1/-1;width:100%;height:150px}.spark-attachment .media-art{min-height:130px}.spark-engagement{gap:13px;padding-inline:18px;overflow:visible}.spark-engagement span:last-child{margin-left:0}.comment-compose{grid-template-columns:auto 1fr}.comment-compose .button{grid-column:2}.profile-page{width:min(100% - 20px,660px)}.profile-hero{grid-template-columns:1fr;justify-items:start;padding:22px}.profile-metrics{grid-column:auto;grid-template-columns:repeat(4,1fr);width:100%}.profile-metrics.profile-metrics-two{grid-template-columns:repeat(2,1fr)}.profile-metrics.profile-metrics-three{grid-template-columns:repeat(3,1fr)}.profile-tabs{gap:20px;overflow:auto}.profile-tabs a{min-width:max-content}.profile-overview{flex-direction:column;display:flex}.profile-primary,.profile-context{display:contents}.profile-writing{order:1}.profile-sparks{order:2}.profile-season-card{order:3}.profile-context>#activity{order:4}.profile-recognition{order:5}.profile-highlights{order:6}.achievement-grid{grid-template-columns:1fr}.achievement-grid .achievement-feature{grid-row:auto;min-height:160px}.synapse-stage{padding-bottom:0}.synapse-main{width:100%}.synapse-overview-grid{grid-template-columns:1fr}.recognition-ready-callout{grid-template-columns:auto minmax(0,1fr)}.recognition-ready-callout>.button{grid-column:1/-1;width:100%}.season-card,.standing-card{min-height:260px!important}.standing-card .progress-labels{grid-template-columns:repeat(2,minmax(0,1fr))}.standing-card .energy-progress{margin-top:34px}.action-grid{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.synapse-participation-gate{text-align:center;grid-template-columns:1fr;place-items:center}.synapse-participation-gate>.text-link{grid-column:auto}.action-card{scroll-snap-align:start;min-width:250px}.synapse-dashboard-grid{grid-template-columns:1fr}.pulse-panel{grid-column:auto;display:flex}.recognition-panel{grid-column:auto}.milestone-list{grid-template-columns:1fr}.synapse-page-header{display:block}.synapse-activities-header>.badge{width:max-content;margin:12px 0 0 auto;display:flex}.event-snapshot{margin-top:14px}.event-snapshot>div{grid-template-columns:1fr;gap:11px}.event-snapshot span{border:0;padding:0}.dark-tabs{width:100%;overflow-x:auto}.dark-tabs a{min-width:90px}.upcoming-card-grid{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.upcoming-card-grid>article{scroll-snap-align:start;min-width:280px}.past-events{grid-template-columns:1fr}.past-events .dark-section-heading{grid-column:auto}.event-rail{grid-template-columns:1fr}.route-placeholder{min-height:70vh}}@media (max-width:980px){.settings-app-grid{width:min(100% - 28px,980px);padding-top:18px;display:block}.settings-sidebar{box-shadow:none;background:0 0;border:0;margin-bottom:20px;padding:0;position:static}.settings-sidebar>.section-kicker,.settings-sidebar .desktop-local-navigation{display:none}.settings-page-slot .profile-edit-page,.settings-page-slot .membership-page,.settings-page-slot .account-deletion-page,.settings-content-page{width:100%}}@media (max-width:600px){.notification-preference-header{display:none}.notification-preference-row{grid-template-columns:minmax(0,1fr) auto auto;gap:16px;padding:16px}.notification-preference-row>label{gap:4px}.notification-preference-row label span{clip:auto;width:auto;height:auto;color:var(--muted);font-size:.52rem;position:static;overflow:visible}.notification-mandatory-panel{grid-template-columns:auto minmax(0,1fr)}.notification-mandatory-panel>.badge{grid-column:2;justify-self:start}.settings-save-row{flex-direction:column;align-items:stretch}.settings-page-heading{min-height:54px;padding-right:68px;display:block;position:relative}.settings-heading-actions{display:contents}.settings-heading-actions .button{margin-top:16px}.settings-heading-icon{border-radius:15px;width:52px;height:52px;position:absolute;top:0;right:0}.settings-save-row .button{width:100%}}@media (max-width:440px){.site-header-inner{gap:5px;padding-inline:8px}.site-header-tools,.header-actions{gap:5px}.anonymous-auth-menu>summary{padding-inline:8px}.brand-copy small,.header-actions .icon-button:not(.theme-toggle),.notification-menu{display:none}.account-notification-badge{display:grid}.button-row .button{width:100%}.article-actions{justify-content:space-between;width:100%}.detail-rail,.spark-right-rail{grid-template-columns:1fr}.detail-rail .author-card,.spark-right-rail .author-card,.spark-right-rail .synapse-connection{grid-column:auto}.article-header h1{font-size:2.25rem}.spark-link-fields{grid-template-columns:1fr}.spark-compose-form{gap:20px;padding:18px}.spark-editor-toolbar{gap:2px;padding:7px}.spark-editor-toolbar button{min-height:32px;padding:4px 7px}.spark-editor-toolbar>span{display:none}.spark-tiptap-content{min-height:300px;padding:16px 14px 28px}.spark-editor-link-panel{grid-template-columns:1fr 1fr}.spark-editor-link-panel label,.spark-editor-link-panel .auth-error{grid-column:1/-1}.spark-editor-footer{flex-direction:column;align-items:flex-start;gap:5px}.spark-link-fields>p,.spark-link-fields label:first-of-type,.spark-link-fields label:last-of-type,.spark-link-preview-toggle{grid-column:auto}.spark-compose-actions{flex-direction:column;align-items:stretch}.spark-compose-actions .button{width:100%}.spark-compose-submit-actions{flex-direction:column-reverse}.spark-preview-backdrop{align-items:end;padding:0}.spark-preview-dialog{border-radius:16px 16px 0 0;width:100%;max-height:94vh}.spark-preview-dialog-header,.spark-preview-dialog>footer{padding-inline:18px}.spark-preview-scroll{padding:14px}.spark-preview-card>header,.spark-preview-card .spark-copy,.spark-preview-card .spark-engagement{padding-inline:18px}.spark-reply-actions{flex-direction:column;align-items:stretch}.spark-comment-thread .comment .spark-reply-actions .button{width:100%}.spark-feed-author{grid-template-columns:auto 1fr}.spark-feed-author .badge{grid-column:2;width:max-content}.spark-feed-stats{flex-wrap:wrap}.spark-feed-stats a{width:100%;margin-left:0}.discover-spark-row{grid-template-columns:auto minmax(0,1fr)}.discover-spark-row>span{grid-column:2}.profile-name-row{flex-direction:column;align-items:flex-start}.profile-metrics{grid-template-columns:repeat(2,1fr)}.profile-metrics.profile-metrics-three{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-actions{flex-direction:column;grid-column:span 2}.profile-writing-row{grid-template-columns:1fr auto}.profile-writing-row .media-art,.profile-writing-row .profile-spark-art,.profile-writing-row .profile-article-cover{grid-column:span 2;width:100%;height:150px;min-height:150px}.profile-metrics-three .profile-actions{grid-column:span 3}.past-events>article{grid-template-columns:34px auto 1fr}.past-events>article .badge{grid-column:3}}
