:root, :root[data-theme="light"] {
  --color-primary: #00b8d4;
  --color-primary-dark: #0097a7;
  --color-primary-light: #b2ebf2;
  --color-secondary: #ff9800;
  --color-secondary-dark: #f57c00;
  --color-secondary-light: #ffe0b2;
  --color-success: #4caf50;
  --color-success-dark: #388e3c;
  --color-success-light: #c8e6c9;
  --color-warning: #ffc107;
  --color-warning-dark: #ffa000;
  --color-warning-light: #ffecb3;
  --color-danger: #f44336;
  --color-danger-dark: #d32f2f;
  --color-danger-light: #ffcdd2;
  --booking-mine-stripe: #cae634;
  --booking-mine-rgb: 202, 230, 52;
  --booking-junior-stripe: #eab308;
  --booking-junior-rgb: 234, 179, 8;
  --color-neutral-100: #fafafa;
  --color-neutral-200: #f5f5f5;
  --color-neutral-300: #eee;
  --color-neutral-400: #e0e0e0;
  --color-neutral-500: #9e9e9e;
  --color-neutral-600: #757575;
  --color-neutral-700: #616161;
  --color-neutral-800: #424242;
  --color-neutral-900: #212121;
  --color-text-primary: #212121;
  --color-text-secondary: #757575;
  --color-text-disabled: #9e9e9e;
  --color-text-inverse: #fff;
  --color-bg-primary: #fff;
  --color-bg-secondary: #f5f5f5;
  --color-bg-tertiary: #fafafa;
  --color-bg-overlay: #00000080;
  --color-border-light: #e0e0e0;
  --color-border-medium: #bdbdbd;
  --color-border-dark: #9e9e9e;
  --font-family-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: "Courier New", Courier, monospace;
  --font-size-xs: .75rem;
  --font-size-sm: .875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  --line-height-loose: 2;
  --letter-spacing-tight: -.025em;
  --letter-spacing-normal: 0;
  --letter-spacing-wide: .025em;
  --letter-spacing-wider: .05em;
  --spacing-xs: .25rem;
  --spacing-sm: .5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
  --button-height-sm: 2rem;
  --button-height-md: 2.5rem;
  --button-height-lg: 3rem;
  --button-height-xl: 3.5rem;
  --touch-target-min: 44px;
  --touch-target-comfortable: 48px;
  --touch-target-large: 60px;
  --input-height-sm: 2rem;
  --input-height-md: 2.5rem;
  --input-height-lg: 3rem;
  --border-width-thin: 1px;
  --border-width-medium: 2px;
  --border-width-thick: 4px;
  --border-radius-sm: .25rem;
  --border-radius-md: .5rem;
  --border-radius-lg: .75rem;
  --border-radius-xl: 1rem;
  --border-radius-full: 9999px;
  --shadow-sm: 0 1px 2px 0 #0000000d;
  --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
  --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
  --shadow-xl: 0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;
  --shadow-2xl: 0 25px 50px -12px #00000040;
  --transition-fast: .15s ease-in-out;
  --transition-base: .25s ease-in-out;
  --transition-slow: .35s ease-in-out;
  --glass-opacity-light: .1;
  --glass-opacity-medium: .15;
  --glass-opacity-heavy: .2;
  --glass-blur-light: 5px;
  --glass-blur-medium: 10px;
  --glass-blur-heavy: 15px;
  --glass-border-opacity: .2;
  --glass-border-opacity-strong: .3;
  --z-index-dropdown: 1000;
  --z-index-sticky: 1020;
  --z-index-fixed: 1030;
  --z-index-modal-backdrop: 1040;
  --z-index-modal: 1050;
  --z-index-popover: 1060;
  --z-index-tooltip: 1070;
}

:root[data-theme="dark"] {
  --color-primary: #26c6da;
  --color-primary-dark: #00acc1;
  --color-primary-light: #006064;
  --color-secondary: #ffb74d;
  --color-secondary-dark: #ff9800;
  --color-secondary-light: #4e342e;
  --color-success: #66bb6a;
  --color-success-dark: #4caf50;
  --color-success-light: #1b5e20;
  --color-warning: #ffd54f;
  --color-warning-dark: #ffc107;
  --color-warning-light: #4e342e;
  --color-danger: #ef5350;
  --color-danger-dark: #f44336;
  --color-danger-light: #b71c1c;
  --color-neutral-100: #212121;
  --color-neutral-200: #303030;
  --color-neutral-300: #424242;
  --color-neutral-400: #616161;
  --color-neutral-500: #9e9e9e;
  --color-neutral-600: #bdbdbd;
  --color-neutral-700: #e0e0e0;
  --color-neutral-800: #eee;
  --color-neutral-900: #fafafa;
  --color-text-primary: #fafafa;
  --color-text-secondary: #bdbdbd;
  --color-text-disabled: #757575;
  --color-text-inverse: #212121;
  --color-bg-primary: #121212;
  --color-bg-secondary: #1e1e1e;
  --color-bg-tertiary: #2c2c2c;
  --color-bg-overlay: #000000b3;
  --color-border-light: #424242;
  --color-border-medium: #616161;
  --color-border-dark: #9e9e9e;
  --shadow-sm: 0 1px 2px 0 #0000004d;
  --shadow-md: 0 4px 6px -1px #0006, 0 2px 4px -1px #0000004d;
  --shadow-lg: 0 10px 15px -3px #00000080, 0 4px 6px -2px #0006;
  --shadow-xl: 0 20px 25px -5px #0009, 0 10px 10px -5px #00000080;
  --shadow-2xl: 0 25px 50px -12px #000000b3;
}

.text-xs {
  font-size: var(--font-size-xs);
}

.text-sm {
  font-size: var(--font-size-sm);
}

.text-base {
  font-size: var(--font-size-base);
}

.text-lg {
  font-size: var(--font-size-lg);
}

.text-xl {
  font-size: var(--font-size-xl);
}

.text-2xl {
  font-size: var(--font-size-2xl);
}

.text-3xl {
  font-size: var(--font-size-3xl);
}

.text-4xl {
  font-size: var(--font-size-4xl);
}

.text-5xl {
  font-size: var(--font-size-5xl);
}

.font-light {
  font-weight: var(--font-weight-light);
}

.font-normal {
  font-weight: var(--font-weight-normal);
}

.font-medium {
  font-weight: var(--font-weight-medium);
}

.font-semibold {
  font-weight: var(--font-weight-semibold);
}

.font-bold {
  font-weight: var(--font-weight-bold);
}

.font-extrabold {
  font-weight: var(--font-weight-extrabold);
}

.text-primary {
  color: var(--color-text-primary);
}

.text-secondary {
  color: var(--color-text-secondary);
}

.text-disabled {
  color: var(--color-text-disabled);
}

.text-inverse {
  color: var(--color-text-inverse);
}

.text-color-primary {
  color: var(--color-primary);
}

.text-color-success {
  color: var(--color-success);
}

.text-color-warning {
  color: var(--color-warning);
}

.text-color-danger {
  color: var(--color-danger);
}

.bg-primary {
  background-color: var(--color-bg-primary);
}

.bg-secondary {
  background-color: var(--color-bg-secondary);
}

.bg-tertiary {
  background-color: var(--color-bg-tertiary);
}

.p-xs {
  padding: var(--spacing-xs);
}

.p-sm {
  padding: var(--spacing-sm);
}

.p-md {
  padding: var(--spacing-md);
}

.p-lg {
  padding: var(--spacing-lg);
}

.p-xl {
  padding: var(--spacing-xl);
}

.m-xs {
  margin: var(--spacing-xs);
}

.m-sm {
  margin: var(--spacing-sm);
}

.m-md {
  margin: var(--spacing-md);
}

.m-lg {
  margin: var(--spacing-lg);
}

.m-xl {
  margin: var(--spacing-xl);
}

.border {
  border: var(--border-width-thin) solid var(--color-border-light);
}

.border-medium {
  border: var(--border-width-medium) solid var(--color-border-medium);
}

.border-thick {
  border: var(--border-width-thick) solid var(--color-border-dark);
}

.rounded-sm {
  border-radius: var(--border-radius-sm);
}

.rounded-md {
  border-radius: var(--border-radius-md);
}

.rounded-lg {
  border-radius: var(--border-radius-lg);
}

.rounded-xl {
  border-radius: var(--border-radius-xl);
}

.rounded-full {
  border-radius: var(--border-radius-full);
}

.shadow-sm {
  box-shadow: var(--shadow-sm);
}

.shadow-md {
  box-shadow: var(--shadow-md);
}

.shadow-lg {
  box-shadow: var(--shadow-lg);
}

.shadow-xl {
  box-shadow: var(--shadow-xl);
}

.shadow-2xl {
  box-shadow: var(--shadow-2xl);
}

:root, :root[data-theme="dark"] {
  --sun-pill-bg: #00000059;
  --sun-pill-border: rgba(var(--accent-rgb), .18);
  --sun-pill-radius: 999px;
}

:root[data-theme="light"] {
  --sun-pill-bg: #ffffff8c;
  --sun-pill-border: #00000014;
}

.btn {
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-normal);
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: all var(--transition-base);
  min-height: var(--touch-target-min);
  border: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-text-inverse);
}

.btn-primary:hover {
  background-color: var(--color-primary-dark);
}

.btn-secondary {
  background-color: var(--color-secondary);
  color: var(--color-text-inverse);
}

.btn-success {
  background-color: var(--color-success);
  color: var(--color-text-inverse);
}

.btn-danger {
  background-color: var(--color-danger);
  color: var(--color-text-inverse);
}

.card {
  background-color: var(--color-bg-primary);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  padding: var(--spacing-md);
}

.input {
  width: 100%;
  height: var(--input-height-md);
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: var(--font-size-base);
  font-family: var(--font-family-primary);
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  border: var(--border-width-thin) solid var(--color-border-light);
  border-radius: var(--border-radius-md);
  transition: border-color var(--transition-base);
}

.input:focus {
  border-color: var(--color-primary);
  outline: none;
}

@media (width >= 768px) {
  :root {
    --font-size-base: 1.0625rem;
  }
}

@media (width >= 1024px) {
  :root {
    --font-size-base: 1.125rem;
  }
}

:root {
  --spacing-md: 1.25rem;
}

.btn-back-floating {
  z-index: 1100;
  -webkit-backdrop-filter: blur(12px);
  width: calc(100% - 40px);
  max-width: 600px;
  min-height: 54px;
  color: var(--color-text-primary);
  background: #ffffffd9;
  border: 1px solid #ffffff80;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.2, .8, .2, 1);
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 32px #0000001a;
}

.btn-back-floating:hover {
  color: var(--color-primary);
  background: #fffffff2;
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 12px 40px #00000026;
}

.btn-back-floating:active {
  transform: translateX(-50%) translateY(1px);
}

.btn-back-floating i {
  margin-right: 10px;
  font-size: 1.1em;
}

.privacy-blur {
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
  border-radius: 3px;
  display: inline-block;
}

.se-backdrop, .se-backdrop * {
  box-sizing: border-box;
}

.se-backdrop {
  backdrop-filter: blur(4px);
  z-index: 9500;
  background: #000000a6;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.se-modal {
  background: var(--cp-bg-elev, #11141b);
  border: 1px solid var(--cp-border, var(--border, #ffffff1a));
  width: 100%;
  max-width: 720px;
  max-height: 92vh;
  color: var(--cp-text, var(--text-primary, #f4f4f4));
  border-radius: 16px;
  flex-direction: column;
  font-family: inherit;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 60px #0000008c;
}

.se-head {
  border-bottom: 1px solid var(--cp-border, #ffffff14);
  text-align: center;
  padding: 10px 36px 8px;
  position: relative;
}

.se-title {
  flex: auto;
  min-width: 0;
}

.se-title-sub {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  font-size: .85rem;
  display: flex;
}

.se-mode-pill {
  background: rgba(var(--accent-rgb, 30, 30, 92), .1);
  border: 1px solid rgba(var(--accent-rgb, 30, 30, 92), .3);
  color: var(--accent, var(--cp-text, var(--text-primary)));
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: .88rem;
  font-weight: 700;
  display: inline-flex;
}

.se-mode-pill i.mdi {
  font-size: 1.05rem;
  line-height: 1;
}

.se-close {
  color: var(--cp-text-muted, var(--text-muted));
  cursor: pointer;
  background: none;
  border: 0;
  padding: 4px;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 10px;
}

.se-close:hover {
  color: var(--cp-text, var(--text-primary));
}

.se-body {
  flex-direction: column;
  flex: auto;
  gap: 10px;
  min-height: 0;
  padding: 10px 14px 6px;
  display: flex;
  overflow-y: auto;
}

.se-foot {
  border-top: 1px solid var(--cp-border, #ffffff14);
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  display: flex;
}

.se-foot-spacer {
  flex: auto;
}

.se-btn {
  border: 1px solid var(--cp-border, #ffffff1f);
  min-height: 44px;
  color: var(--cp-text, var(--text-primary));
  cursor: pointer;
  background: none;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  transition: background .12s, border-color .12s;
  display: inline-flex;
}

.se-btn:hover:not(:disabled) {
  background: var(--cp-surface-2, #ffffff0a);
  border-color: var(--accent, var(--color-primary));
}

.se-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.se-btn--primary {
  background: var(--accent, var(--color-primary));
  border-color: var(--accent, var(--color-primary));
  color: var(--accent-text, #0a0d14);
  font-weight: 700;
}

.se-btn--primary:hover:not(:disabled) {
  filter: brightness(1.05);
  background: var(--accent, var(--color-primary));
  border-color: var(--accent, var(--color-primary));
}

.se-btn--danger {
  background: var(--color-danger, #ff5252);
  border-color: var(--color-danger, #ff5252);
  color: #fff;
  font-weight: 700;
}

.se-btn--ghost-danger {
  border-color: var(--color-danger, #ff5252);
  color: var(--color-danger, #ff5252);
  background: none;
}

.se-btn--ghost-danger:hover:not(:disabled) {
  border-color: var(--color-danger, #ff5252);
  background: #ff52521a;
}

.se-btn--ghost-mode {
  border-color: rgba(var(--accent-rgb, 30, 30, 92), .45);
  color: var(--accent, var(--color-primary));
}

.se-btn--ghost-mode:hover:not(:disabled) {
  background: rgba(var(--accent-rgb, 30, 30, 92), .1);
  border-color: var(--accent, var(--color-primary));
}

.se-set-indicator {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.se-set-label {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--cp-text, var(--text-primary));
  font-size: 1.1rem;
  font-weight: 700;
}

.se-set-dots {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  max-width: 60%;
  display: flex;
}

.se-set-rule {
  text-align: center;
  color: var(--cp-text, var(--text-primary));
  letter-spacing: .01em;
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.se-dot {
  background: var(--cp-surface-3, #ffffff1a);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.se-dot--cur {
  background: var(--accent, var(--color-primary));
}

.se-dot--done {
  background: var(--accent, var(--color-primary));
  opacity: .55;
}

.se-set-chip {
  font-variant-numeric: tabular-nums;
  user-select: none;
  cursor: default;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  line-height: 1;
  transition: background .12s, border-color .12s, transform .12s;
  display: inline-flex;
}

.se-set-chip--done {
  min-width: 44px;
  height: 28px;
  color: var(--accent, var(--color-primary));
  background: rgba(var(--accent-rgb, 30, 30, 92), .1);
  border: 1px solid rgba(var(--accent-rgb, 30, 30, 92), .35);
  cursor: pointer;
  border-radius: 999px;
  padding: 0 10px;
  font-size: .95rem;
  font-weight: 700;
}

.se-set-chip--done:hover {
  background: rgba(var(--accent-rgb, 30, 30, 92), .18);
  border-color: rgba(var(--accent-rgb, 30, 30, 92), .55);
  transform: translateY(-1px);
}

.se-set-chip--done:active {
  transform: translateY(0);
}

.se-set-chip-tb {
  opacity: .85;
  vertical-align: super;
  margin-left: 3px;
  font-size: .62rem;
  font-weight: 600;
}

.se-set-chip--cur {
  background: var(--accent, var(--color-primary));
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.se-set-chip--future {
  border: 1.5px solid var(--cp-border, #00000040);
  background: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.se-summary-chip {
  background: var(--cp-surface-2, #ffffff0a);
  border: 1px solid var(--cp-border, #ffffff14);
  font-variant-numeric: tabular-nums;
  border-radius: 12px;
  align-self: center;
  align-items: baseline;
  gap: 10px;
  padding: 6px 18px;
  font-size: 1.9rem;
  font-weight: 800;
  display: inline-flex;
}

.se-summary-chip .se-dash {
  opacity: .4;
  font-weight: 300;
}

.se-chip-num--lead {
  color: var(--confirm-color, var(--cp-success, #28a745));
}

.se-chip-num--trail {
  color: var(--cancel-color, var(--cp-error, #dc3545));
}

.se-side--lead .se-side-name {
  color: var(--confirm-color, var(--cp-success, #28a745));
}

.se-side--trail .se-side-name {
  color: var(--cancel-color, var(--cp-error, #dc3545));
}

.se-tb-sub {
  color: var(--cp-text-muted, var(--text-muted));
  font-variant-numeric: tabular-nums;
  margin-left: 6px;
  font-size: 1.3rem;
  font-weight: 700;
}

.se-sides {
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 16px;
  display: grid;
}

.se-side {
  flex-direction: column;
  align-items: center;
  min-width: 0;
  max-width: 280px;
  display: flex;
}

.se-sides > .se-side:first-of-type {
  justify-self: end;
}

.se-sides > .se-side:last-of-type {
  justify-self: start;
}

.se-side-name {
  text-align: center;
  color: var(--cp-text, var(--text-primary));
  letter-spacing: .02em;
  margin-bottom: 6px;
  padding: 0 4px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.15;
}

.se-side-name-row {
  line-height: 1.15;
  display: block;
}

.se-side-cols {
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  display: flex;
}

.se-side-divider {
  background: linear-gradient(180deg,
        transparent 0,
        rgba(var(--accent-rgb, 255, 255, 255), .25) 30%,
        rgba(var(--accent-rgb, 255, 255, 255), .25) 70%,
        transparent 100%);
  align-self: stretch;
  width: 1px;
}

.se-wheel-col {
  flex-direction: column;
  align-items: center;
  min-width: 0;
  transition: opacity .16s;
  display: flex;
}

.se-wheel-col--faded {
  opacity: .55;
}

.se-wheel-col--faded:hover, .se-wheel-col--faded:focus-within {
  opacity: .85;
}

.se-wheel-col--tb .se-wheel-label {
  color: var(--accent, var(--color-primary));
}

.se-wheel-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--cp-text-muted, var(--text-muted));
  padding: 0 4px 8px;
  font-size: .92rem;
  font-weight: 700;
}

.se-wheel-mount {
  align-self: center;
}

.se-wheel-more {
  letter-spacing: .02em;
  min-height: 42px;
  color: var(--cp-text-muted, var(--text-muted));
  border: 2px dashed var(--cp-border, #0000002e);
  cursor: pointer;
  font-variant-numeric: tabular-nums;
  background: none;
  border-radius: 999px;
  align-self: center;
  margin: 4px 0 8px;
  padding: 8px 18px;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 600;
  transition: color .12s, border-color .12s, background .12s;
}

.se-wheel-more:hover {
  color: var(--accent, var(--color-primary));
  border-color: var(--accent, var(--color-primary));
  background: var(--cp-surface-2, #0000000a);
  border-style: solid;
}

.se-wheel-more:active {
  transform: scale(.97);
}

.sw-wheel {
  border: 1px solid var(--cp-border, #00000014);
  background: linear-gradient(#00000024 0%, #0000000a 20%, #ffffff05 50%, #0000000a 80%, #00000024 100%);
  border-radius: 8px;
  outline: none;
  width: 96px;
  height: 392px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: inset 0 1px #ffffff1a, inset 0 -1px #0003;
}

:root[data-theme="light"] .sw-wheel {
  background: linear-gradient(#0f17291a 0%, #0f172908 20%, #ffffff8c 50%, #0f172908 80%, #0f17291a 100%);
  box-shadow: inset 0 1px #ffffff8c, inset 0 -1px #0f17291a;
}

.sw-wheel:focus-visible {
  box-shadow: inset 0 0 0 1px var(--accent, var(--color-primary));
}

.sw-column {
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

.sw-column::-webkit-scrollbar {
  display: none;
}

.sw-lens {
  pointer-events: none;
  z-index: 3;
  border: 1px solid rgba(var(--accent-rgb, 30, 30, 92), .5);
  background: linear-gradient(#ffffff1a 0%, #ffffff05 35% 65%, #ffffff1a 100%);
  border-radius: 14px;
  height: 64px;
  position: absolute;
  top: calc(50% - 32px);
  left: -12px;
  right: -12px;
  box-shadow: 0 8px 18px #00000052, 0 2px 4px #0000003d, inset 0 1px #ffffff52, inset 0 -1px #00000038;
}

:root[data-theme="light"] .sw-lens {
  border-color: rgba(var(--accent-rgb, 30, 30, 92), .65);
  background: linear-gradient(#ffffff8c 0%, #fff3 35% 65%, #ffffff8c 100%);
  box-shadow: 0 8px 18px #0f172938, 0 2px 4px #0f172924, inset 0 1px #ffffffe6, inset 0 -1px #0f172924;
}

.sw-wheel .sw-shade-top, .sw-wheel .sw-shade-bot {
  pointer-events: none;
  z-index: 2;
  height: 30%;
  position: absolute;
  left: 0;
  right: 0;
}

.sw-wheel .sw-shade-top {
  background: linear-gradient(#00000040 0%, #0000 100%);
  top: 0;
}

.sw-wheel .sw-shade-bot {
  background: linear-gradient(to top, #00000040 0%, #0000 100%);
  bottom: 0;
}

:root[data-theme="light"] .sw-wheel .sw-shade-top {
  background: linear-gradient(#0f17291a 0%, #0f172900 100%);
}

:root[data-theme="light"] .sw-wheel .sw-shade-bot {
  background: linear-gradient(to top, #0f17291a 0%, #0f172900 100%);
}

.sw-pad {
  flex: none;
}

.sw-row {
  scroll-snap-align: center;
  font-variant-numeric: tabular-nums;
  height: 56px;
  color: var(--cp-text, var(--text-primary));
  cursor: pointer;
  user-select: none;
  border-top: 1px solid var(--cp-border, #ffffff0f);
  transform-origin: 50%;
  will-change: transform, opacity;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  transition: color .12s;
  display: grid;
}

.sw-row:first-of-type {
  border-top: 0;
}

.sw-row:hover {
  color: var(--accent, var(--color-primary));
}

.sw-row--centered {
  color: var(--accent, var(--color-primary));
  font-weight: 800;
}

.se-side--lead .sw-row--centered {
  color: var(--confirm-color, var(--cp-success, #28a745));
}

.se-side--trail .sw-row--centered {
  color: var(--cancel-color, var(--cp-error, #dc3545));
}

.se-summary {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: flex;
}

.se-summary h3 {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--cp-text-muted, var(--text-muted));
  margin: 0;
  font-size: .78rem;
}

.se-summary-score {
  font-variant-numeric: tabular-nums;
  font-size: 2.4rem;
  font-weight: 800;
}

.se-summary-winner {
  background: var(--cp-surface-2, #ffffff0d);
  border: 1px solid var(--accent, var(--color-primary));
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  display: inline-flex;
}

.se-summary-winner--lead {
  border-color: var(--confirm-color, var(--cp-success, #28a745));
  color: var(--confirm-color, var(--cp-success, #28a745));
}

.se-summary-winner--lead strong {
  color: var(--confirm-color, var(--cp-success, #28a745));
}

.se-summary-hint {
  text-align: center;
  color: var(--cp-text-muted, var(--text-muted));
  max-width: 420px;
  padding: 0 8px;
  font-size: .85rem;
  line-height: 1.4;
}

.se-summary-score .se-summary-set-pair {
  margin: 0 4px;
}

.se-summary-score .se-summary-set-pair:first-child {
  margin-left: 0;
}

.se-summary-score .se-summary-set-pair:last-child {
  margin-right: 0;
}

.se-trophy {
  color: #ffd740f2;
  font-size: 1.2rem;
}

.se-summary-sets {
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.se-summary-set {
  background: var(--cp-surface-2, #ffffff08);
  border: 1px solid var(--cp-border, #ffffff0f);
  color: var(--cp-text, var(--text-primary));
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-family: inherit;
  font-size: .9rem;
  display: flex;
}

.se-summary-set:hover {
  border-color: var(--accent, var(--color-primary));
}

.se-summary-set:focus-visible {
  outline: 2px solid var(--accent, var(--color-primary));
  outline-offset: 2px;
}

.se-summary-set-num {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--cp-text-muted, var(--text-muted));
  font-size: .74rem;
}

.se-summary-set-score {
  font-variant-numeric: tabular-nums;
  text-align: center;
  flex: auto;
  font-weight: 700;
}

.se-summary-set-row {
  align-items: stretch;
  gap: 6px;
  width: 100%;
  display: flex;
}

.se-summary-set-row > .se-summary-set {
  flex: auto;
}

.se-summary-set-flip {
  appearance: none;
  border: 1px solid var(--cp-border, #ffffff14);
  color: var(--cp-text-muted, var(--text-muted));
  cursor: pointer;
  font: inherit;
  background: none;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  line-height: 1;
  transition: color .12s, border-color .12s, background .12s;
  display: inline-flex;
}

.se-summary-set-flip:hover {
  border-color: var(--accent, var(--color-primary));
  color: var(--cp-text, var(--text-primary));
  background: rgba(var(--accent-rgb, 30, 30, 92), .06);
}

.se-summary-set-flip:focus-visible {
  outline: 2px solid var(--accent, var(--color-primary));
  outline-offset: 2px;
}

.se-summary-set-flip i {
  font-size: 1.1rem;
}

.se-summary-set-row:hover .se-summary-set-flip {
  color: var(--cp-text, var(--text-primary));
}

.se-summary-set-flip--blocked {
  opacity: .42;
  cursor: not-allowed;
  background: var(--cp-surface-2, #ffffff08);
}

.se-summary-set-flip--blocked:hover {
  border-color: var(--cp-border, #ffffff14);
  color: var(--cp-text-muted, var(--text-muted));
  background: var(--cp-surface-2, #ffffff08);
}

.se-summary-set-row:hover .se-summary-set-flip--blocked {
  color: var(--cp-text-muted, var(--text-muted));
}

.se-pickwin h3 {
  text-align: center;
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.se-pickwin-note {
  text-align: center;
  color: var(--cp-text-muted, var(--text-muted));
  margin: 0 0 12px;
  font-size: .85rem;
}

.se-pickwin-tiles {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.se-pickwin-tile {
  background: var(--cp-surface-2, #ffffff0a);
  border: 2px solid var(--cp-border, #ffffff14);
  color: var(--cp-text, var(--text-primary));
  cursor: pointer;
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 24px 12px;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 600;
  display: flex;
}

.se-pickwin-tile .mdi {
  opacity: .7;
  font-size: 1.8rem;
}

.se-pickwin-tile:hover {
  border-color: var(--accent, var(--color-primary));
}

.se-pickwin-tile--on {
  border-color: var(--accent, var(--color-primary));
  background: rgba(var(--accent-rgb, 0, 180, 255), .15);
}

@media (width <= 480px) {
  .se-backdrop {
    padding: 0;
  }

  .se-modal {
    border-radius: 0;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
  }

  .sw-wheel {
    width: 68px;
    height: 280px;
  }

  .sw-row {
    font-size: 1.45rem;
  }

  .sw-wheel .sw-shade-top, .sw-wheel .sw-shade-bot {
    height: 32%;
  }

  .se-sides {
    gap: 10px;
  }

  .se-side {
    max-width: none;
  }

  .se-sides > .se-side:first-of-type, .se-sides > .se-side:last-of-type {
    justify-self: stretch;
  }

  .se-side-cols {
    gap: 6px;
  }

  .se-side-name {
    margin-bottom: 8px;
    font-size: .95rem;
  }

  .se-summary-chip {
    padding: 6px 14px;
    font-size: 1.6rem;
  }

  .se-summary-score {
    font-size: 1.7rem;
  }

  .se-summary-score .se-summary-set-pair {
    margin: 0 3px;
  }

  .se-summary-set {
    gap: 6px;
    padding: 10px;
  }

  .se-summary-set-flip {
    padding: 4px 8px;
  }

  .se-summary-set-flip i {
    font-size: 1rem;
  }

  .se-summary-hint {
    padding: 0 12px;
    font-size: .8rem;
  }

  .se-foot {
    flex-wrap: wrap;
  }

  .se-foot .se-btn {
    padding: 8px 12px;
    font-size: .82rem;
  }
}
