/* Approved Season Seats concept, scoped to the existing workspace theme. */
#appShell.ui-workspace #paneSeasonSeats { display:flex; flex-direction:column; gap:22px; min-width:0; container-type:inline-size; }
#appShell.ui-workspace #paneSeasonSeats:is(.u-hidden,[hidden]) { display:none; }
#appShell #paneSeasonSeats [hidden] { display:none !important; }
#appShell #paneSeasonSeats :is(h2,h3,p) { margin:0; }
#appShell #paneSeasonSeats h2 { color:var(--ui-ink); font-size:14px; font-weight:650; }
#appShell #paneSeasonSeats small { font-size:10px; color:var(--ui-ink-secondary); line-height:1.65; }
#appShell #paneSeasonSeats .workspace-page-head { align-items:flex-end; }
#appShell #paneSeasonSeats .season-page-actions { display:flex; gap:9px; flex-wrap:wrap; margin-left:auto; }
#appShell #paneSeasonSeats .season-primary { background:var(--ui-blue); border-color:var(--ui-blue); color:#fff; box-shadow:none; }
#appShell #paneSeasonSeats .season-danger { color:var(--ui-red); }
#appShell #paneSeasonSeats button:disabled { opacity:.5; cursor:default; }
#appShell #paneSeasonSeats :is(button,input,select,textarea,summary):focus-visible { outline:3px solid var(--ui-blue); outline-offset:3px; }
#appShell #paneSeasonSeats .season-metrics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border:1px solid var(--ui-line); border-radius:11px; background:var(--ui-surface); overflow:hidden; }
#appShell #paneSeasonSeats .season-metric { display:flex; flex-direction:column; align-items:flex-start; gap:8px; padding:23px; border-right:1px solid var(--ui-line); min-width:0; }
#appShell #paneSeasonSeats .season-metric:last-child { border:0; }
#appShell #paneSeasonSeats .season-metric > span { font-size:11px; color:var(--ui-ink-secondary); }
#appShell #paneSeasonSeats .season-metric strong { font-size:clamp(21px,2.1cqi,29px); color:var(--ui-ink); font-weight:650; letter-spacing:-.8px; line-height:1.4; font-variant-numeric:tabular-nums; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-metric small { overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-notice { display:flex; align-items:center; justify-content:space-between; gap:16px; border:1px solid color-mix(in srgb,var(--ui-amber) 28%,var(--ui-line)); border-radius:9px; background:var(--ui-amber-soft); color:var(--ui-amber); padding:15px 18px; font-size:12px; line-height:1.65; }
#appShell #paneSeasonSeats .season-notice button { color:inherit; flex-shrink:0; }
#appShell #paneSeasonSeats .season-link { padding:4px 0; border:0; background:none; box-shadow:none; color:var(--ui-blue); font-size:11px; white-space:normal; cursor:pointer; text-align:left; }
#appShell #paneSeasonSeats .season-link:hover { text-decoration:underline; }
#appShell #paneSeasonSeats .season-viewbar { display:flex; align-items:center; justify-content:space-between; gap:15px; border-bottom:1px solid var(--ui-line); padding-bottom:13px; }
#appShell #paneSeasonSeats .season-view-options { display:flex; gap:6px; }
#appShell #paneSeasonSeats .season-view-options button { padding:9px 12px; border:1px solid transparent; border-radius:7px; background:none; box-shadow:none; color:var(--ui-ink-secondary); font-size:12px; }
#appShell #paneSeasonSeats .season-view-options button[aria-pressed="true"] { background:var(--ui-blue-soft); color:var(--ui-blue); border-color:color-mix(in srgb,var(--ui-blue) 30%,var(--ui-line)); }
#appShell #paneSeasonSeats .season-count { display:inline-block; margin-left:6px; padding:2px 5px; border:1px solid var(--ui-line); border-radius:5px; font-size:10px; color:var(--ui-ink-secondary); background:var(--ui-surface-muted); }
#appShell #paneSeasonSeats :is(#seatsSearch,#seatsPaymentFilter) { font-size:11px; border:1px solid var(--ui-line); border-radius:7px; padding:9px 11px; color:var(--ui-ink); background:var(--ui-surface-solid); min-height:36px; max-width:100%; box-shadow:none; }
#appShell #paneSeasonSeats #seatsSearch { width:255px; }
#appShell #paneSeasonSeats #seatsPaymentFilter { width:auto; }
#appShell #paneSeasonSeats .season-layout { display:grid; grid-template-columns:minmax(0,1fr) 286px; gap:23px; align-items:start; }
#appShell #paneSeasonSeats :is(.season-main,.season-plans,.season-side) { display:grid; gap:18px; min-width:0; }
#appShell #paneSeasonSeats .season-section-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:1px 0 3px; }
#appShell #paneSeasonSeats :is(.season-group,.season-panel) { border:1px solid var(--ui-line); border-radius:11px; background:var(--ui-surface); min-width:0; overflow:hidden; }
#appShell #paneSeasonSeats .season-group > summary { display:grid; grid-template-columns:38px minmax(0,1fr) auto 17px; align-items:center; gap:14px; padding:20px 22px; list-style:none; cursor:pointer; }
#appShell #paneSeasonSeats .season-group > summary::-webkit-details-marker { display:none; }
#appShell #paneSeasonSeats .season-group > summary:focus-visible { outline-offset:-4px; }
#appShell #paneSeasonSeats .season-team-icon { display:grid; place-items:center; width:38px; height:38px; border-radius:9px; border:1px solid var(--ui-line); background:var(--ui-blue-soft); color:var(--ui-blue); font-size:12px; font-weight:700; }
#appShell #paneSeasonSeats .season-team-icon.green { background:var(--ui-green-soft); color:var(--ui-green); }
#appShell #paneSeasonSeats .season-team-icon.amber { background:var(--ui-amber-soft); color:var(--ui-amber); }
#appShell #paneSeasonSeats .season-team-icon.violet { background:#8864c115; color:#8864c1; }
#appShell[data-ui-theme="dark"] #paneSeasonSeats .season-team-icon.violet { color:#b69bde; }
#appShell #paneSeasonSeats .season-group-title { min-width:0; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-group-title strong { display:block; font-size:13px; color:var(--ui-ink); }
#appShell #paneSeasonSeats .season-group-title small { display:block; margin-top:6px; font-size:10px; }
#appShell #paneSeasonSeats .season-group-number { text-align:right; }
#appShell #paneSeasonSeats .season-group-number strong { display:block; font-size:14px; font-weight:600; letter-spacing:-.3px; color:var(--ui-ink); }
#appShell #paneSeasonSeats .season-group-number small { display:block; font-size:9px; margin-top:5px; }
#appShell #paneSeasonSeats .season-chevron { color:var(--ui-ink-secondary); font-size:16px; transform:rotate(-90deg); }
#appShell #paneSeasonSeats .season-group[open] .season-chevron { transform:rotate(0); }
#appShell #paneSeasonSeats .season-table-wrap { width:100%; max-width:100%; overflow:auto; }
#appShell #paneSeasonSeats .season-table { width:100%; min-width:620px; border-collapse:collapse; text-align:left; background:transparent; color:var(--ui-ink); }
#appShell #paneSeasonSeats .season-table th { padding:11px 15px; border-block:1px solid var(--ui-line); background:var(--ui-surface-muted); color:var(--ui-ink-secondary); font-size:8px; font-weight:650; text-transform:uppercase; letter-spacing:.8px; white-space:nowrap; }
#appShell #paneSeasonSeats .season-table td { padding:17px 15px; border:0; border-bottom:1px solid var(--ui-line); font-size:11px; vertical-align:middle; background:transparent; font-variant-numeric:tabular-nums; }
#appShell #paneSeasonSeats .season-table :is(th,td):first-child { padding-left:22px; }
#appShell #paneSeasonSeats .season-table tbody tr { background:transparent; }
#appShell #paneSeasonSeats .season-table tbody tr:hover { background:var(--ui-surface-muted); }
#appShell #paneSeasonSeats .season-table tbody tr:last-child td { border-bottom:0; }
#appShell #paneSeasonSeats .season-table td small { display:block; margin-top:5px; font-size:9px; max-width:250px; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-block-name { display:block; max-width:260px; min-height:24px; padding:0; border:0; background:none; box-shadow:none; font-size:11px; line-height:1.6; font-weight:600; color:var(--ui-ink); text-align:left; white-space:normal; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-block-name:hover { color:var(--ui-blue); text-decoration:underline; }
#appShell #paneSeasonSeats .season-location { display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:600; }
#appShell #paneSeasonSeats .season-location span { padding:4px 7px; border:1px solid var(--ui-line); border-radius:4px; background:var(--ui-surface-muted); font-size:10px; max-width:150px; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-numeric { font-variant-numeric:tabular-nums; white-space:nowrap; }
#appShell #paneSeasonSeats .season-view-block { padding:7px; border:0; background:none; color:var(--ui-ink-secondary); box-shadow:none; }
#appShell #paneSeasonSeats .season-badge { display:inline-flex; padding:6px 8px; border-radius:5px; font-size:9px; font-weight:600; white-space:nowrap; color:var(--ui-blue); background:var(--ui-blue-soft); }
#appShell #paneSeasonSeats .season-badge.paid { color:var(--ui-green); background:var(--ui-green-soft); }
#appShell #paneSeasonSeats .season-badge.warning { color:var(--ui-amber); background:var(--ui-amber-soft); }
#appShell #paneSeasonSeats .season-group-foot { display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; padding:13px 22px; border-top:1px solid var(--ui-line); color:var(--ui-ink-secondary); font-size:10px; }
#appShell #paneSeasonSeats .season-group-actions { display:flex; gap:15px; align-items:center; flex-wrap:wrap; }
#appShell #paneSeasonSeats .season-panel-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:21px; }
#appShell #paneSeasonSeats .season-panel-head small { display:block; margin-top:6px; }
#appShell #paneSeasonSeats .season-payments table { min-width:840px; }
#appShell #paneSeasonSeats .season-payments td { padding:19px 16px; }
#appShell #paneSeasonSeats :is(.season-panel-foot,.season-plan-pager) { display:flex; align-items:center; gap:8px; font-size:10px; color:var(--ui-ink-secondary); }
#appShell #paneSeasonSeats .season-panel-foot { padding:14px 21px; border-top:1px solid var(--ui-line); }
#appShell #paneSeasonSeats :is(.season-panel-foot,.season-plan-pager) > span { margin-right:auto; }
#appShell #paneSeasonSeats :is(.season-panel-foot,.season-plan-pager) button { padding:6px 9px; font-size:10px; }
#appShell #paneSeasonSeats .season-side-panel { padding:21px; }
#appShell #paneSeasonSeats .season-side-panel > small { display:block; margin-top:7px; }
#appShell #paneSeasonSeats .season-invoice { display:grid; grid-template-columns:38px minmax(0,1fr); align-items:center; gap:12px; padding:17px 0; border-bottom:1px solid var(--ui-line); }
#appShell #paneSeasonSeats .season-invoice:last-child { border:0; padding-bottom:0; }
#appShell #paneSeasonSeats .season-calendar { text-align:center; padding:6px 2px; border:1px solid var(--ui-line); border-radius:7px; background:var(--ui-surface-muted); }
#appShell #paneSeasonSeats .season-calendar small { display:block; font-size:8px; text-transform:uppercase; }
#appShell #paneSeasonSeats .season-calendar b { display:block; font-size:15px; margin-top:2px; color:var(--ui-ink); }
#appShell #paneSeasonSeats .season-invoice > div > small { display:block; margin-top:4px; }
#appShell #paneSeasonSeats .season-payment-overview { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:19px 0 14px; }
#appShell #paneSeasonSeats .season-payment-overview small { display:block; font-size:9px; }
#appShell #paneSeasonSeats .season-payment-overview strong { display:block; font-size:19px; letter-spacing:-.5px; margin-top:5px; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-paid-value { color:var(--ui-green); }
#appShell #paneSeasonSeats .season-progress { display:block; width:100%; height:6px; margin:14px 0 12px; border:0; border-radius:5px; overflow:hidden; background:var(--ui-line); accent-color:var(--ui-green); }
#appShell #paneSeasonSeats .season-progress::-webkit-progress-bar { background:var(--ui-line); border-radius:5px; }
#appShell #paneSeasonSeats .season-progress::-webkit-progress-value { background:var(--ui-green); border-radius:5px; }
#appShell #paneSeasonSeats .season-progress::-moz-progress-bar { background:var(--ui-green); border-radius:5px; }
#appShell #paneSeasonSeats .season-payment-hero .season-progress { accent-color:var(--ui-blue); }
#appShell #paneSeasonSeats .season-payment-hero .season-progress::-webkit-progress-value { background:var(--ui-blue); }
#appShell #paneSeasonSeats .season-payment-hero .season-progress::-moz-progress-bar { background:var(--ui-blue); }
#appShell #paneSeasonSeats .season-quickfact { display:flex; justify-content:space-between; gap:10px; padding:12px 0; border-bottom:1px solid var(--ui-line); font-size:11px; color:var(--ui-ink-secondary); }
#appShell #paneSeasonSeats .season-quickfact b { font-weight:600; color:var(--ui-ink); }
#appShell #paneSeasonSeats .season-quickfact:last-child { border:0; padding-bottom:0; }
#appShell #paneSeasonSeats .season-tip { padding:0 3px; font-size:10px; color:var(--ui-ink-secondary); line-height:1.8; }
#appShell #paneSeasonSeats .season-tip strong { color:var(--ui-ink); font-weight:600; }
#appShell #paneSeasonSeats .season-footnote { font-size:11px; color:var(--ui-ink-secondary); line-height:1.7; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-empty { padding:25px 21px; font-size:12px; color:var(--ui-ink-secondary); text-align:center; white-space:normal; }
#appShell #paneSeasonSeats .season-side-panel .season-empty { padding:20px 0 0; text-align:left; }
#appShell #paneSeasonSeats .season-status-row { display:flex; gap:12px; align-items:center; padding-top:17px; border-top:1px solid var(--ui-line); }
#appShell #paneSeasonSeats .season-status-row[data-state="error"] p { color:var(--ui-red); }
#appShell #paneSeasonSeats .season-dialog { box-sizing:border-box; padding:0; color:var(--ui-ink); background:var(--ui-surface-solid); border:1px solid var(--ui-line); overflow:auto; box-shadow:0 20px 70px rgb(15 23 42 / 20%); }
#appShell #paneSeasonSeats .season-dialog::backdrop { background:rgb(15 23 42 / 40%); }
#appShell #paneSeasonSeats .season-drawer { position:fixed; inset:0 0 0 auto; margin:0; width:min(485px,100vw); max-width:100vw; height:100dvh; max-height:100dvh; border-radius:0; border-width:0 0 0 1px; }
#appShell #paneSeasonSeats .season-dialog-head { display:flex; align-items:flex-start; justify-content:space-between; gap:17px; padding:26px; border-bottom:1px solid var(--ui-line); }
#appShell #paneSeasonSeats .season-dialog-head > div { min-width:0; }
#appShell #paneSeasonSeats .season-dialog-head h2 { font-size:21px; line-height:1.5; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-dialog-head :is(small,p) { display:block; margin-top:8px; font-size:11px; color:var(--ui-ink-secondary); line-height:1.65; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats #seatsDetailBadge { margin:12px 0 9px; }
#appShell #paneSeasonSeats .season-drawer-body { padding:26px; }
#appShell #paneSeasonSeats .season-payment-hero { padding:21px; background:var(--ui-surface-muted); border:1px solid var(--ui-line); border-radius:10px; }
#appShell #paneSeasonSeats .season-payment-hero > strong { display:block; font-size:28px; letter-spacing:-1px; font-weight:650; margin:10px 0; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-hero-head { display:flex; align-items:center; justify-content:space-between; gap:10px; }
#appShell #paneSeasonSeats .season-seat-head { display:flex; justify-content:space-between; gap:12px; align-items:center; margin:24px 0 10px; }
#appShell #paneSeasonSeats .season-seat-head > span { font-size:9px; text-transform:uppercase; letter-spacing:.8px; color:var(--ui-ink-secondary); overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-seat-chips { display:flex; flex-wrap:wrap; gap:8px; padding:15px; border:1px solid var(--ui-line); border-radius:8px; background:var(--ui-surface-muted); }
#appShell #paneSeasonSeats .season-seat-chip { display:grid; place-items:center; min-width:35px; min-height:34px; padding:6px; border:1px solid color-mix(in srgb,var(--ui-blue) 30%,var(--ui-line)); border-radius:6px; background:var(--ui-blue-soft); color:var(--ui-blue); font-size:12px; font-weight:600; overflow-wrap:anywhere; max-width:100%; }
#appShell #paneSeasonSeats .season-facts { display:grid; grid-template-columns:1fr 1fr; gap:22px 17px; margin:20px 0; }
#appShell #paneSeasonSeats .season-facts dt { font-size:9px; text-transform:uppercase; letter-spacing:.5px; color:var(--ui-ink-secondary); margin-bottom:7px; }
#appShell #paneSeasonSeats .season-facts dd { margin:0; font-size:11px; line-height:1.7; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-notes { padding:15px; border:1px solid var(--ui-line); border-radius:8px; background:var(--ui-surface-muted); font-size:12px; line-height:1.8; white-space:pre-wrap; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-drawer-actions { display:grid; gap:10px; margin:19px 0 16px; }
#appShell #paneSeasonSeats .season-editor { width:min(730px,calc(100vw - 32px)); max-height:calc(100dvh - 36px); border-radius:14px; }
#appShell #paneSeasonSeats .season-plan-dialog { width:min(550px,calc(100vw - 32px)); max-height:calc(100dvh - 36px); border-radius:14px; }
#appShell #paneSeasonSeats .season-form { display:grid; gap:17px; padding:24px; }
#appShell #paneSeasonSeats .season-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
#appShell #paneSeasonSeats .season-form-grid.season-three { grid-template-columns:repeat(3,minmax(0,1fr)); }
#appShell #paneSeasonSeats .season-form-grid label { display:grid; gap:7px; min-width:0; font-size:10px; color:var(--ui-ink-secondary); }
#appShell #paneSeasonSeats .season-form-grid :is(input,textarea) { min-width:0; width:100%; padding:10px 11px; border:1px solid var(--ui-line); border-radius:7px; background:var(--ui-surface-solid); color:var(--ui-ink); box-shadow:none; font-size:12px; }
#appShell #paneSeasonSeats .season-form-grid output { padding:10px; background:var(--ui-surface-muted); border-radius:7px; font-size:12px; color:var(--ui-ink); }
#appShell #paneSeasonSeats .season-form-section { font-size:11px; text-transform:uppercase; letter-spacing:1px; color:var(--ui-ink-secondary); padding-bottom:12px; border-bottom:1px solid var(--ui-line); }
#appShell #paneSeasonSeats .season-optional { font-size:11px; color:var(--ui-ink-secondary); }
#appShell #paneSeasonSeats .season-optional summary { cursor:pointer; }
#appShell #paneSeasonSeats .season-optional .season-form-grid { margin-top:17px; }
#appShell #paneSeasonSeats .season-full { grid-column:1/-1; }
#appShell #paneSeasonSeats .season-form-actions { display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; }
#appShell #paneSeasonSeats .season-form-actions > div { display:flex; gap:8px; flex-wrap:wrap; }
#appShell #paneSeasonSeats .season-message { font-size:12px; color:var(--ui-ink-secondary); line-height:1.65; overflow-wrap:anywhere; }
#appShell #paneSeasonSeats .season-message[data-state="error"] { color:var(--ui-red); }
#appShell #paneSeasonSeats .season-message[data-state="success"] { color:var(--ui-green); }
#appShell #paneSeasonSeats .season-message:empty { display:none; }
#appShell #paneSeasonSeats .season-sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
@container(max-width:1050px) {
  #appShell #paneSeasonSeats .season-layout { grid-template-columns:minmax(0,1fr); }
  #appShell #paneSeasonSeats .season-side { grid-template-columns:repeat(2,minmax(0,1fr)); }
  #appShell #paneSeasonSeats .season-side .season-tip { grid-column:1/-1; }
}
@container(max-width:650px) {
  #appShell #paneSeasonSeats .season-page-actions { margin-left:0; }
  #appShell #paneSeasonSeats .season-metrics { grid-template-columns:repeat(2,minmax(0,1fr)); }
  #appShell #paneSeasonSeats .season-metric { padding:17px; }
  #appShell #paneSeasonSeats .season-metric:nth-child(2) { border-right:0; }
  #appShell #paneSeasonSeats .season-metric:nth-child(-n+2) { border-bottom:1px solid var(--ui-line); }
  #appShell #paneSeasonSeats :is(.season-viewbar,.season-notice,.season-panel-head,.season-section-head,.season-panel-foot) { flex-wrap:wrap; }
  #appShell #paneSeasonSeats #seatsSearch { width:100%; }
  #appShell #paneSeasonSeats .season-side { grid-template-columns:minmax(0,1fr); }
  #appShell #paneSeasonSeats .season-group > summary { grid-template-columns:32px minmax(0,1fr) 16px; gap:10px; padding:16px; }
  #appShell #paneSeasonSeats .season-group-number { display:none; }
  #appShell #paneSeasonSeats .season-team-icon { width:32px; height:32px; }
  #appShell #paneSeasonSeats .season-group-title strong { font-size:12px; }
  #appShell #paneSeasonSeats .season-group-foot { padding:12px 16px; }
}
@media(max-width:650px) {
  #appShell #paneSeasonSeats .season-form-grid.season-three { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:440px) {
  #appShell #paneSeasonSeats :is(.season-form-grid,.season-form-grid.season-three) { grid-template-columns:minmax(0,1fr); }
  #appShell #paneSeasonSeats :is(.season-form,.season-dialog-head,.season-drawer-body) { padding:20px; }
}
@media(pointer:coarse) {
  #appShell #paneSeasonSeats :is(button,.season-link,.season-block-name,.season-view-block,.season-view-options button) { min-height:44px; }
}
