html.legacy-webview,
html.legacy-webview body,
html.legacy-webview #root {
  min-height: 100%;
}

html.legacy-webview body {
  margin: 0;
  min-width: 320px;
  color: #eef4ff;
  font-family: 'Courier New', 'Monaco', 'PingFang SC', 'Microsoft YaHei', monospace;
  background: radial-gradient(circle at 20% 15%, #28459a 0%, transparent 40%),
    radial-gradient(circle at 80% 5%, #176f66 0%, transparent 36%),
    linear-gradient(145deg, #0b1024, #101a3b 45%, #162d5f);
}

html.legacy-webview * {
  box-sizing: border-box;
}

html.legacy-webview .bg-app-gradient {
  min-height: 100vh;
  background: radial-gradient(55% 80% at 12% 8%, rgba(79, 230, 255, 0.22), rgba(0, 0, 0, 0)),
    radial-gradient(45% 70% at 86% 14%, rgba(81, 244, 197, 0.2), rgba(0, 0, 0, 0)),
    linear-gradient(155deg, #0b1024, #101a3b 45%, #162d5f);
  position: relative;
  overflow: hidden;
}

html.legacy-webview .page-wrap {
  position: relative;
  z-index: 1;
}

html.legacy-webview .magic-card {
  background: linear-gradient(165deg, rgba(20, 36, 80, 0.9), rgba(9, 18, 43, 0.9));
  border: 1px solid rgba(117, 168, 255, 0.35);
  box-shadow: 0 22px 50px rgba(2, 6, 23, 0.52);
}

html.legacy-webview .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

html.legacy-webview .chip-cyan {
  color: #d9f7ff;
  background: rgba(79, 230, 255, 0.2);
  border: 1px solid rgba(79, 230, 255, 0.35);
}

html.legacy-webview .panel-grid {
  background-image: linear-gradient(rgba(132, 165, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 165, 255, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}

html.legacy-webview .stat-kv {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
  color: #b5c3ea;
}

html.legacy-webview .stat-kv strong {
  color: #f4f7ff;
}

html.legacy-webview .glow-btn {
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

html.legacy-webview .glow-btn-primary {
  color: #031223;
  font-weight: 800;
  background: linear-gradient(135deg, #5de8ff, #68ffd2);
  box-shadow: 0 14px 30px rgba(68, 233, 255, 0.28);
}

html.legacy-webview .glow-btn-secondary {
  color: #d7e5ff;
  border: 1px solid rgba(154, 177, 236, 0.5);
  background: rgba(16, 28, 62, 0.64);
}

html.legacy-webview .worldmap-shell {
  background: radial-gradient(70% 120% at 10% 0%, rgba(94, 197, 255, 0.24), rgba(0, 0, 0, 0)),
    linear-gradient(160deg, rgba(22, 34, 71, 0.86), rgba(10, 18, 40, 0.85));
}

html.legacy-webview .worldmap-world {
  background: linear-gradient(145deg, rgba(28, 44, 87, 0.78), rgba(14, 22, 49, 0.78));
}

html.legacy-webview .worldmap-scroll {
  overflow-x: auto;
}

html.legacy-webview .worldmap-track {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

html.legacy-webview .worldmap-track .worldmap-node {
  width: calc(20% - 8px);
  margin: 4px;
}

html.legacy-webview .worldmap-node {
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid transparent;
}

html.legacy-webview .worldmap-node-done {
  color: #052f2a;
  background: linear-gradient(135deg, #73ffdc, #59e7ff);
  border-color: rgba(189, 255, 247, 0.75);
}

html.legacy-webview .worldmap-node-current {
  color: #fff5de;
  background: linear-gradient(135deg, #ffc65c, #ff8d5c);
  border-color: rgba(255, 238, 167, 0.95);
}

html.legacy-webview .worldmap-node-future {
  color: #c9d9ff;
  background: rgba(36, 54, 102, 0.75);
  border-color: rgba(151, 179, 255, 0.45);
}

html.legacy-webview .tv-screen,
html.legacy-webview .tv-screen-game {
  min-height: 100vh;
  height: 100vh;
  padding: 18px 22px;
  overflow: hidden;
}

html.legacy-webview .tv-screen-inner {
  width: 100%;
  max-width: 1540px;
  height: 100%;
  margin: 0 auto;
}

html.legacy-webview .tv-screen-inner > * + * {
  margin-top: 18px;
}

html.legacy-webview .tv-shell-grid,
html.legacy-webview .tv-menu-layout,
html.legacy-webview .tv-result-layout,
html.legacy-webview .tv-game-layout,
html.legacy-webview .tv-auth-layout {
  width: 100%;
  height: calc(100% - 96px);
}

html.legacy-webview .tv-shell-grid,
html.legacy-webview .tv-menu-layout,
html.legacy-webview .tv-result-layout,
html.legacy-webview .tv-game-layout,
html.legacy-webview .tv-auth-layout,
html.legacy-webview .tv-menu-header,
html.legacy-webview .tv-main-panel-header,
html.legacy-webview .tv-action-row,
html.legacy-webview .tv-info-strip,
html.legacy-webview .tv-side-column,
html.legacy-webview .tv-feature-list,
html.legacy-webview .tv-side-notes,
html.legacy-webview .tv-action-stack {
  display: flex;
}

html.legacy-webview .tv-shell-grid,
html.legacy-webview .tv-menu-layout,
html.legacy-webview .tv-result-layout,
html.legacy-webview .tv-game-layout,
html.legacy-webview .tv-auth-layout,
html.legacy-webview .tv-menu-header,
html.legacy-webview .tv-main-panel-header,
html.legacy-webview .tv-action-row,
html.legacy-webview .tv-info-strip {
  flex-direction: row;
}

html.legacy-webview .tv-shell-hero,
html.legacy-webview .tv-side-column,
html.legacy-webview .tv-feature-list,
html.legacy-webview .tv-side-notes,
html.legacy-webview .tv-action-stack,
html.legacy-webview .tv-main-panel,
html.legacy-webview .tv-side-panel,
html.legacy-webview .tv-game-sidebar,
html.legacy-webview .tv-account-card,
html.legacy-webview .tv-auth-card {
  display: flex;
  flex-direction: column;
}

html.legacy-webview .tv-shell-hero {
  width: 38%;
  padding-right: 18px;
}

html.legacy-webview .tv-shell-grid > .tv-main-panel {
  width: 62%;
}

html.legacy-webview .tv-menu-layout > .tv-main-panel,
html.legacy-webview .tv-result-layout > .tv-main-panel {
  width: 68%;
  margin-right: 18px;
}

html.legacy-webview .tv-menu-layout > .tv-side-column,
html.legacy-webview .tv-result-layout > .tv-side-column {
  width: 32%;
}

html.legacy-webview .tv-auth-layout > .tv-auth-card,
html.legacy-webview .tv-auth-layout > .tv-account-card {
  width: 64%;
  margin-right: 18px;
}

html.legacy-webview .tv-auth-layout > .tv-side-notes,
html.legacy-webview .tv-auth-layout > .tv-action-stack {
  width: 36%;
}

html.legacy-webview .tv-game-layout > .tv-game-stage {
  width: 76%;
  margin-right: 18px;
  height: 100%;
}

html.legacy-webview .tv-game-layout > .tv-game-sidebar {
  width: 24%;
  height: 100%;
}

html.legacy-webview .tv-main-panel,
html.legacy-webview .tv-side-panel,
html.legacy-webview .tv-game-sidebar {
  min-height: 0;
  padding: 22px;
  border-radius: 28px;
}

html.legacy-webview .tv-login-panel {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

html.legacy-webview .tv-auth-layout-single {
  display: block;
}

html.legacy-webview .tv-auth-layout-single > * + * {
  margin-top: 14px;
}

html.legacy-webview .tv-main-panel > * + *,
html.legacy-webview .tv-side-panel > * + *,
html.legacy-webview .tv-game-sidebar > * + *,
html.legacy-webview .tv-account-card > * + *,
html.legacy-webview .tv-auth-card > * + *,
html.legacy-webview .tv-feature-list > * + *,
html.legacy-webview .tv-side-notes > * + *,
html.legacy-webview .tv-action-stack > * + * {
  margin-top: 14px;
}

html.legacy-webview .tv-note-card,
html.legacy-webview .tv-stat-badge,
html.legacy-webview .tv-metric-card {
  border: 1px solid rgba(137, 182, 255, 0.24);
  background: rgba(7, 15, 40, 0.42);
  border-radius: 20px;
}

html.legacy-webview .tv-note-card {
  padding: 16px 18px;
}

html.legacy-webview .tv-stat-badge,
html.legacy-webview .tv-metric-card {
  width: calc(33.333% - 8px);
  margin-right: 12px;
  padding: 14px 16px;
}

html.legacy-webview .tv-metric-grid {
  display: block;
  margin: 0 -6px;
}

html.legacy-webview .tv-metric-grid .tv-metric-card {
  width: calc(50% - 12px);
  margin: 0 6px 12px;
  display: inline-block;
  vertical-align: top;
}

html.legacy-webview .tv-metric-grid-wide .tv-metric-card {
  width: calc(50% - 12px);
}

html.legacy-webview .tv-stat-badge:last-child,
html.legacy-webview .tv-action-row > *:last-child {
  margin-right: 0;
}

html.legacy-webview .tv-stat-badge span,
html.legacy-webview .tv-metric-card span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(206, 250, 254, 0.78);
  text-transform: uppercase;
}

html.legacy-webview .tv-stat-badge strong,
html.legacy-webview .tv-metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}

html.legacy-webview .tv-action-row > * {
  margin-right: 12px;
}

html.legacy-webview .tv-action-btn,
html.legacy-webview .tv-inline-btn,
html.legacy-webview .tv-segmented-btn {
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 800;
}

html.legacy-webview .tv-action-btn {
  min-height: 60px;
  padding: 0 22px;
  font-size: 18px;
}

html.legacy-webview .tv-action-btn-danger {
  color: #ffe8eb;
  border-color: rgba(255, 143, 162, 0.36);
  background: linear-gradient(135deg, rgba(115, 10, 36, 0.55), rgba(56, 11, 25, 0.55));
}

html.legacy-webview .tv-input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(129, 161, 229, 0.42);
  background: rgba(2, 8, 24, 0.62);
  color: #fff;
  font-size: 18px;
}

html.legacy-webview .tv-form-grid > * + * {
  margin-top: 16px;
}

html.legacy-webview .tv-form-field {
  display: block;
  color: rgba(226, 232, 240, 0.95);
}

html.legacy-webview .tv-form-field span {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

html.legacy-webview .tv-segmented {
  display: flex;
  padding: 6px;
  border-radius: 20px;
  background: rgba(7, 15, 40, 0.5);
  border: 1px solid rgba(137, 182, 255, 0.24);
}

html.legacy-webview .tv-segmented-btn {
  width: calc(50% - 5px);
  min-height: 52px;
  color: #d8e7ff;
  background: rgba(20, 32, 70, 0.48);
}

html.legacy-webview .tv-segmented-btn + .tv-segmented-btn {
  margin-left: 10px;
}

html.legacy-webview .tv-segmented-btn.is-active {
  background: linear-gradient(135deg, rgba(93, 232, 255, 0.22), rgba(104, 255, 210, 0.22));
  border-color: rgba(112, 246, 236, 0.38);
  color: #fff;
}

html.legacy-webview .tv-error-banner,
html.legacy-webview .tv-highlight-banner {
  padding: 14px 16px;
  border-radius: 18px;
}

html.legacy-webview .tv-error-banner {
  color: #ffe3e8;
  border: 1px solid rgba(255, 136, 163, 0.42);
  background: rgba(118, 22, 44, 0.24);
}

html.legacy-webview .tv-highlight-banner {
  color: #d7fff3;
  border: 1px solid rgba(111, 255, 218, 0.34);
  background: rgba(24, 97, 83, 0.28);
}

html.legacy-webview .tv-inline-btn {
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  background: rgba(18, 32, 72, 0.72);
  border-color: rgba(164, 191, 247, 0.42);
}

html.legacy-webview .tv-keycap-hint {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(135, 188, 255, 0.24);
  background: rgba(7, 15, 40, 0.45);
  color: #d5e5ff;
  font-size: 13px;
  white-space: nowrap;
}

html.legacy-webview .tv-result-badge {
  min-width: 110px;
  min-height: 110px;
  display: inline-block;
  line-height: 110px;
  text-align: center;
  border-radius: 28px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #fff;
}

html.legacy-webview .tv-result-badge.is-win {
  background: radial-gradient(circle at 30% 30%, rgba(134, 255, 225, 0.58), rgba(30, 124, 110, 0.42));
  border: 1px solid rgba(122, 255, 214, 0.38);
}

html.legacy-webview .tv-result-badge.is-lose {
  background: radial-gradient(circle at 30% 30%, rgba(255, 191, 94, 0.52), rgba(122, 56, 31, 0.46));
  border: 1px solid rgba(255, 196, 105, 0.38);
}

html.legacy-webview .tv-focusable:focus,
html.legacy-webview .tv-inline-btn:focus,
html.legacy-webview .tv-segmented-btn:focus,
html.legacy-webview .tv-input:focus,
html.legacy-webview [data-tv-focus]:focus {
  border-color: rgba(146, 255, 244, 0.72);
  box-shadow: 0 0 0 3px rgba(93, 232, 255, 0.22), 0 12px 28px rgba(93, 232, 255, 0.12);
}

html.legacy-webview .worldmap-shell-compact .worldmap-world {
  min-width: 146px;
}

html.legacy-webview .worldmap-shell-compact .worldmap-node {
  height: 24px;
  font-size: 11px;
}

html.legacy-webview .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

html.legacy-webview .block {
  display: block;
}

html.legacy-webview .flex {
  display: flex;
}

html.legacy-webview .grid,
html.legacy-webview .lg\:grid {
  display: block;
}

html.legacy-webview .flex-col {
  flex-direction: column;
}

html.legacy-webview .flex-wrap {
  flex-wrap: wrap;
}

html.legacy-webview .items-center {
  align-items: center;
}

html.legacy-webview .justify-between {
  justify-content: space-between;
}

html.legacy-webview .justify-center {
  justify-content: center;
}

html.legacy-webview .w-full {
  width: 100%;
}

html.legacy-webview .h-full,
html.legacy-webview .lg\:h-full {
  height: 100%;
}

html.legacy-webview .h-screen {
  height: 100vh;
}

html.legacy-webview .h-\[72vh\] {
  height: 72vh;
}

html.legacy-webview .min-h-\[480px\] {
  min-height: 480px;
}

html.legacy-webview .min-w-\[170px\] {
  min-width: 170px;
}

html.legacy-webview .max-w-2xl {
  max-width: 42rem;
}

html.legacy-webview .max-w-5xl {
  max-width: 64rem;
}

html.legacy-webview .max-w-6xl {
  max-width: 72rem;
}

html.legacy-webview .max-w-\[1480px\] {
  max-width: 1480px;
}

html.legacy-webview .gap-3,
html.legacy-webview .gap-4,
html.legacy-webview .gap-6,
html.legacy-webview .gap-7 {
  gap: 0;
}

html.legacy-webview .gap-3 > * + * {
  margin-top: 0.75rem;
}

html.legacy-webview .gap-4 > * + * {
  margin-top: 1rem;
}

html.legacy-webview .gap-6 > * + * {
  margin-top: 1.5rem;
}

html.legacy-webview .gap-7 > * + * {
  margin-top: 1.75rem;
}

html.legacy-webview .flex.gap-3 > * + *,
html.legacy-webview .worldmap-scroll.flex.gap-3 > * + * {
  margin-top: 0;
  margin-left: 0.75rem;
}

html.legacy-webview .flex.gap-4 > * + * {
  margin-top: 0;
  margin-left: 1rem;
}

html.legacy-webview .flex.gap-6 > * + * {
  margin-top: 0;
  margin-left: 1.5rem;
}

html.legacy-webview .flex.gap-7 > * + * {
  margin-top: 0;
  margin-left: 1.75rem;
}

html.legacy-webview .flex.flex-col.gap-3 > * + * {
  margin-left: 0;
  margin-top: 0.75rem;
}

html.legacy-webview .flex.flex-col.gap-4 > * + * {
  margin-left: 0;
  margin-top: 1rem;
}

html.legacy-webview .flex.flex-col.gap-6 > * + * {
  margin-left: 0;
  margin-top: 1.5rem;
}

html.legacy-webview .flex.flex-col.gap-7 > * + * {
  margin-left: 0;
  margin-top: 1.75rem;
}

html.legacy-webview .space-y-2 > * + * {
  margin-top: 0.5rem;
}

html.legacy-webview .space-y-3 > * + * {
  margin-top: 0.75rem;
}

html.legacy-webview .space-y-4 > * + * {
  margin-top: 1rem;
}

html.legacy-webview .overflow-x-auto {
  overflow-x: auto;
}

html.legacy-webview .rounded-md {
  border-radius: 0.375rem;
}

html.legacy-webview .rounded-lg {
  border-radius: 0.5rem;
}

html.legacy-webview .rounded-xl {
  border-radius: 0.75rem;
}

html.legacy-webview .rounded-2xl {
  border-radius: 1rem;
}

html.legacy-webview .border {
  border-style: solid;
  border-width: 1px;
}

html.legacy-webview .border-cyan-200\/30 {
  border-color: rgba(162, 244, 253, 0.3);
}

html.legacy-webview .border-cyan-300\/30 {
  border-color: rgba(83, 234, 253, 0.3);
}

html.legacy-webview .border-cyan-300\/35 {
  border-color: rgba(83, 234, 253, 0.35);
}

html.legacy-webview .border-cyan-300\/40 {
  border-color: rgba(83, 234, 253, 0.4);
}

html.legacy-webview .border-rose-200\/40 {
  border-color: rgba(255, 204, 211, 0.4);
}

html.legacy-webview .border-rose-300\/45 {
  border-color: rgba(255, 162, 174, 0.45);
}

html.legacy-webview .border-sky-300\/25 {
  border-color: rgba(119, 212, 255, 0.25);
}

html.legacy-webview .border-sky-500\/40 {
  border-color: rgba(0, 165, 239, 0.4);
}

html.legacy-webview .border-slate-500\/30 {
  border-color: rgba(98, 116, 142, 0.3);
}

html.legacy-webview .border-slate-500\/35 {
  border-color: rgba(98, 116, 142, 0.35);
}

html.legacy-webview .border-slate-500\/70 {
  border-color: rgba(98, 116, 142, 0.7);
}

html.legacy-webview .bg-cyan-500\/8 {
  background-color: rgba(0, 183, 215, 0.08);
}

html.legacy-webview .bg-cyan-500\/10 {
  background-color: rgba(0, 183, 215, 0.1);
}

html.legacy-webview .bg-cyan-500\/12 {
  background-color: rgba(0, 183, 215, 0.12);
}

html.legacy-webview .bg-rose-500\/12 {
  background-color: rgba(255, 35, 87, 0.12);
}

html.legacy-webview .bg-slate-900 {
  background-color: #0f172b;
}

html.legacy-webview .bg-slate-900\/55 {
  background-color: rgba(15, 23, 43, 0.55);
}

html.legacy-webview .bg-slate-900\/60 {
  background-color: rgba(15, 23, 43, 0.6);
}

html.legacy-webview .bg-slate-950\/80 {
  background-color: rgba(2, 6, 24, 0.8);
}

html.legacy-webview .p-3 {
  padding: 0.75rem;
}

html.legacy-webview .p-4 {
  padding: 1rem;
}

html.legacy-webview .p-5 {
  padding: 1.25rem;
}

html.legacy-webview .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html.legacy-webview .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

html.legacy-webview .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

html.legacy-webview .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

html.legacy-webview .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html.legacy-webview .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

html.legacy-webview .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

html.legacy-webview .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

html.legacy-webview .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

html.legacy-webview .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

html.legacy-webview .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

html.legacy-webview .pb-2 {
  padding-bottom: 0.5rem;
}

html.legacy-webview .mt-1 {
  margin-top: 0.25rem;
}

html.legacy-webview .mt-2 {
  margin-top: 0.5rem;
}

html.legacy-webview .mt-4 {
  margin-top: 1rem;
}

html.legacy-webview .mt-auto {
  margin-top: auto;
}

html.legacy-webview .mb-2 {
  margin-bottom: 0.5rem;
}

html.legacy-webview .mb-3 {
  margin-bottom: 0.75rem;
}

html.legacy-webview .mb-4 {
  margin-bottom: 1rem;
}

html.legacy-webview .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

html.legacy-webview .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

html.legacy-webview .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

html.legacy-webview .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

html.legacy-webview .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

html.legacy-webview .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

html.legacy-webview .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

html.legacy-webview .text-\[11px\] {
  font-size: 11px;
}

html.legacy-webview .tracking-wide {
  letter-spacing: 0.025em;
}

html.legacy-webview .font-semibold {
  font-weight: 600;
}

html.legacy-webview .font-bold {
  font-weight: 700;
}

html.legacy-webview .font-black {
  font-weight: 900;
}

html.legacy-webview .text-amber-200 {
  color: #fde68a;
}

html.legacy-webview .text-cyan-100,
html.legacy-webview .text-cyan-100\/90 {
  color: rgba(206, 250, 254, 0.9);
}

html.legacy-webview .text-rose-100 {
  color: #ffe4e6;
}

html.legacy-webview .text-sky-100 {
  color: #e0f2fe;
}

html.legacy-webview .text-slate-100 {
  color: #f1f5f9;
}

html.legacy-webview .text-slate-200,
html.legacy-webview .text-slate-200\/90 {
  color: rgba(226, 232, 240, 0.9);
}

html.legacy-webview .text-slate-300 {
  color: #cbd5e1;
}

html.legacy-webview .text-white {
  color: #fff;
}

html.legacy-webview .outline-none {
  outline: none;
}

html.legacy-webview .ring-cyan-400 {
  outline-color: #22d3ee;
}

html.legacy-webview .focus\:ring-2:focus {
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.65);
}

html.legacy-webview .transition {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

html.legacy-webview .shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

html.legacy-webview .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

html.legacy-webview .disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 640px) {
  html.legacy-webview .sm\:grid-cols-2 > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  html.legacy-webview .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  html.legacy-webview .lg\:p-6 {
    padding: 1.5rem;
  }

  html.legacy-webview .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  html.legacy-webview .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  html.legacy-webview .lg\:grid-cols-2 > * + * {
    margin-top: 1.5rem;
  }

  html.legacy-webview .lg\:grid-cols-3 > * + * {
    margin-top: 1rem;
  }

  html.legacy-webview .lg\:grid-cols-\[1\.2fr\,0\.8fr\] > * + * {
    margin-top: 1.5rem;
  }

  html.legacy-webview .lg\:grid-cols-\[4fr_1fr\] > * + * {
    margin-top: 1rem;
  }
}
