/* Light-theme baseline. The shipped product uses the dark casino theme, which layers on top of this file via styles-overrides.css and deliberately re-states most of these selectors. Treat this sheet as the structural/light fallback, not as the effective theme. Minimum supported viewport: 1024x720 (desktop-only single-player MVP). */:root  {
  --ink:#1c1932;
  --muted:#78728f;
  --paper:#fffdf8;
  --violet:#7357e8;
  --pink:#fa6d9e;
  --cyan:#6bd6dc;
  --gold:#f9c65b;
  --line:#e6e0f1;
  --shadow:0 18px 50px #33265d22
}
*  {
  box-sizing:border-box
}
html  {
  scroll-behavior:smooth
}
body  {
  margin:0;
  background:#f8f6ff;
  color:var(--ink);
  font-family:Inter, "Microsoft YaHei", system-ui, sans-serif;
  overflow-x:hidden
}
button, a, textarea  {
  touch-action:manipulation
}
button, a  {
  font:inherit
}
button:focus-visible, a:focus-visible, textarea:focus-visible  {
  outline:3px solid #f9c65b;
  outline-offset:3px
}
.skip-link  {
  position:fixed;
  top:10px;
  left:10px;
  z-index:100;
  transform:translateY(-180%);
  padding:10px 14px;
  border-radius:8px;
  background:#1c1932;
  color:#fff;
  text-decoration:none
}
.skip-link:focus-visible  {
  transform:translateY(0)
}
.ambient  {
  position:fixed;
  border-radius:50%;
  filter:blur(80px);
  opacity:.35;
  z-index:-1
}
.ambient-a  {
  width:400px;
  height:400px;
  background:#d8c7ff;
  left:-160px;
  top:100px
}
.ambient-b  {
  width:420px;
  height:420px;
  background:#ffd5e7;
  right:-100px;
  bottom:-150px
}
.topbar  {
  height:76px;
  display:flex;
  align-items:center;
  padding:0 5.5vw;
  border-bottom:1px solid #e8e3f0;
  background:#ffffffc9;
  backdrop-filter:blur(18px);
  gap:40px;
  position:sticky;
  top:0;
  z-index:10
}
.brand  {
  font-weight:900;
  font-size:18px;
  letter-spacing:-.5px;
  color:var(--ink);
  border:0;
  background:transparent;
  cursor:pointer
}
.brand span  {
  color:var(--pink);
  font-size:27px;
  vertical-align:-2px
}
.brand em  {
  font-style:normal;
  font-size:9px;
  letter-spacing:1.4px;
  color:var(--violet);
  display:block;
  margin-left:30px;
  margin-top:-5px
}
nav  {
  display:flex;
  gap:4px;
  flex:1
}
nav a, .secondary  {
  border:1px solid transparent;
  background:transparent;
  color:#5c5770;
  padding:9px 12px;
  border-radius:10px;
  cursor:pointer;
  font-weight:700;
  text-decoration:none
}
nav a:hover, nav a.active  {
  background:#eeeaff;
  color:var(--violet)
}
.top-token  {
  font-size:14px;
  font-weight:800;
  background:#fff5d9;
  color:#805a00;
  border:1px solid #f6ddb0;
  padding:8px 13px;
  border-radius:999px
}
.hero  {
  max-width:1240px;
  margin:0 auto;
  min-height:480px;
  display:flex;
  align-items:center;
  padding:72px 50px;
  gap:58px
}
.eyebrow  {
  font-size:11px;
  letter-spacing:1.8px;
  font-weight:900;
  color:var(--violet);
  margin:0 0 14px
}
.hero h1, .table-side h1, .workshop h1, .gallery h1, .inspector h1  {
  font-size:54px;
  line-height:1.06;
  letter-spacing:-3px;
  margin:0 0 22px;
  text-wrap:balance
}
.hero h1 span  {
  color:var(--pink)
}
.lead  {
  color:var(--muted);
  font-size:17px;
  line-height:1.8;
  max-width:580px
}
.hero-actions, .modal-actions  {
  display:flex;
  gap:12px;
  margin:28px 0
}
.primary  {
  border:0;
  border-radius:11px;
  background:linear-gradient(135deg, var(--violet), #9469ea);
  color:white;
  padding:13px 18px;
  font-weight:900;
  box-shadow:0 10px 20px #7257e84b;
  cursor:pointer
}
.primary span  {
  font-size:19px;
  margin-left:8px
}
.secondary  {
  border-color:#d9d2ed;
  background:#ffffffc7
}
.compact  {
  padding:8px 12px;
  font-size:13px
}
.guard, .form-note  {
  font-size:12px;
  color:#968fa9;
  line-height:1.6
}
.spotlight  {
  position:absolute;
  inset:-50% 10% 25%;
  background:#fff9e5;
  opacity:.2;
  transform:rotate(15deg);
  clip-path:polygon(44% 0, 56% 0, 85% 100%, 15% 100%)
}
.pal-avatar  {
  position:relative;
  width:78px;
  height:94px;
  overflow:hidden;
  border-radius:35px 35px 18px 18px;
  color:white;
  background:#4d466d;
  box-shadow:inset 0 0 0 3px #ffffff55, 0 9px 19px #20183a55;
  text-align:center;
  z-index:1
}
.pal-avatar::before  {
  display:none
}
.pal-avatar img  {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 20%
}
.pal-caption  {
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  padding:6px 3px 5px;
  background:linear-gradient(transparent, #16132de6 35%);
  padding-top:19px;
  text-shadow:0 1px 2px #000
}
.pal-caption strong, .pal-caption i  {
  display:block;
  margin:0
}
.pal-caption strong  {
  font-size:12px
}
.pal-caption i  {
  font-style:normal;
  font-size:7px;
  opacity:.85
}
.hero-pal .pal-caption strong  {
  font-size:18px
}
.hero-pal .pal-caption i  {
  font-size:9px
}
.hero-pal.right  {
  transform:rotate(8deg) translateY(-20px)
}
.empty  {
  margin:100px auto;
  max-width:520px;
  text-align:center;
  background:white;
  padding:45px;
  border-radius:24px;
  box-shadow:var(--shadow)
}
.table-page  {
  display:grid;
  grid-template-columns:230px minmax(580px, 1fr) 230px;
  gap:22px;
  max-width:1440px;
  margin:0 auto;
  padding:34px
}
.table-side  {
  padding:25px 0
}
.table-side h1  {
  font-size:34px;
  letter-spacing:-2px
}
.table-side p  {
  color:var(--muted);
  line-height:1.7;
  font-size:14px
}
.round-tag, .rule-chip  {
  font-size:12px;
  font-weight:800;
  color:#736a88;
  margin-bottom:12px
}
.round-tag  {
  color:var(--pink);
  letter-spacing:1px
}
.table-board  {
  min-width:0
}
.table-felt  {
  height:444px;
  border-radius:32px;
  background:radial-gradient(circle at 40% 35%, #6c9c86, #225d4f 68%);
  box-shadow:inset 0 0 0 9px #15483d, inset 0 0 0 11px #dcb76d, 0 18px 45px #274a404d;
  position:relative;
  overflow:hidden
}
.table-felt:after  {
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border:1px solid #ccefe130;
  border-radius:50%;
  left:calc(50% - 130px);
  top:calc(50% - 115px)
}
.felt-label  {
  position:absolute;
  left:0;
  right:0;
  text-align:center;
  top:42%;
  color:#d7fbef55;
  font-weight:900;
  letter-spacing:4px;
  font-size:24px
}
.felt-label small  {
  display:block;
  font-size:8px;
  letter-spacing:3px;
  margin-top:6px
}
.opponent  {
  position:absolute;
  z-index:2;
  display:flex;
  align-items:center;
  gap:9px;
  color:white;
  font-size:12px
}
.opponent b, .opponent span  {
  display:block
}
.opponent span  {
  opacity:.7;
  margin-top:3px
}
.opponent.top  {
  left:50%;
  top:24px;
  transform:translateX(-50%)
}
.opponent.right  {
  right:24px;
  top:48%
}
.opponent.left  {
  left:24px;
  top:55%
}
.back-cards  {
  color:#f7d787;
  font-size:24px;
  letter-spacing:-12px
}
.muted  {
  color:#7b857f
}
.turn-pill.active  {
  font-weight:900;
  color:#ffe096
}
.hand-wrap  {
  margin-top:16px;
  background:#ffffffd4;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  box-shadow:0 9px 24px #594f7412
}
.hand-header  {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  margin-bottom:12px
}
.hand-header b  {
  background:#eee9ff;
  color:var(--violet);
  border-radius:99px;
  padding:2px 7px
}
.hand  {
  height:clamp(96px, 12dvh, 115px);
  display:flex;
  align-items:flex-end;
  overflow-x:auto;
  padding:5px
}
.card  {
  flex:0 0 57px;
  height:85px;
  background:#fff;
  border:1px solid #d4ccdb;
  border-radius:7px;
  color:#29223b;
  padding:7px;
  text-align:left;
  box-shadow:0 3px 5px #302b441c;
  cursor:pointer;
  transition:transform .18s
}
.card:hover, .card.selected  {
  transform:translateY(-19px);
  z-index:4;
  border-color:var(--violet);
  box-shadow:0 8px 15px #7257e84a
}
.card b  {
  display:block;
  font-size:18px;
  line-height:1
}
.card small  {
  font-size:20px;
  line-height:.9
}
.card.red  {
  color:#d4445f
}
.event-feed  {
  border-left:1px solid var(--line);
  padding:6px 0 6px 18px;
  max-height:600px;
  overflow:auto
}
.event-feed h2  {
  font-size:15px;
  margin:0 0 15px
}
.event  {
  padding:10px 0;
  border-bottom:1px solid var(--line)
}
.event small  {
  font-size:9px;
  color:var(--violet);
  font-weight:800
}
.event p  {
  font-size:13px;
  line-height:1.5;
  color:#5d5870;
  margin:4px 0 0
}
.settlement  {
  position:fixed;
  inset:0;
  background:#1c1737b5;
  z-index:20;
  display:none;
  place-items:center;
  backdrop-filter:blur(8px);
  overscroll-behavior:contain
}
.settlement.show  {
  display:grid
}
.settlement-card  {
  background:#fffaf7;
  border-radius:28px;
  padding:35px;
  width:450px;
  text-align:center;
  box-shadow:0 24px 80px #120d27a6
}
.settlement-card h2  {
  font-size:30px;
  margin:5px 0 16px
}
.settlement-card p  {
  color:var(--muted);
  line-height:1.7;
  font-size:14px
}
.performance-visual.dance .settle-pal  {
  animation:dance .8s ease-in-out infinite alternate
}
@keyframes dance  {
  to  {
    transform:scale(1.2) rotate(10deg) translateX(12px)
  }
}
.workshop, .gallery, .inspector  {
  max-width:1120px;
  margin:0 auto;
  padding:65px 30px
}
.workshop  {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px
}
.workshop-intro h1, .gallery h1, .inspector h1  {
  font-size:45px
}
.workshop-intro p, .gallery>div>p, .inspector>div>p  {
  color:var(--muted);
  line-height:1.75;
  max-width:500px
}
.workshop-intro li  {
  list-style:none;
  padding:8px 0;
  border-bottom:1px dashed var(--line);
  font-size:13px;
  color:#5d5870
}
.generator  {
  background:#2d2850;
  color:white;
  border-radius:22px;
  padding:28px;
  box-shadow:var(--shadow)
}
.generator label  {
  font-weight:900;
  display:block;
  margin-bottom:12px
}
.generator textarea  {
  width:100%;
  height:135px;
  border:0;
  border-radius:12px;
  padding:14px;
  font:inherit;
  resize:vertical
}
.generator .form-note  {
  color:#d9d1f4
}
.customization-picker  {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:18px 0 20px
}
.customization-picker>div  {
  min-width:0
}
.customization-picker select  {
  width:100%;
  border:1px solid #8576b2;
  border-radius:10px;
  padding:11px 12px;
  background:#17142e;
  color:#fff;
  font:inherit
}
.customization-picker select:focus-visible  {
  outline:2px solid #f5c26b;
  outline-offset:2px
}
.profile-card-note  {
  margin:12px 0;
  padding:11px 13px;
  border-left:2px solid #f5c26b;
  background:rgba(245,194,107,.08);
  color:#d8d1ea;
  font-size:12px;
  line-height:1.6
}
@media (max-width:680px) {
  .customization-picker { grid-template-columns:1fr }
}
.field-error  {
  min-height:19px;
  margin:7px 0;
  color:#ffd6e1;
  font-size:12px;
  line-height:1.45
}
.version-chain  {
  grid-column:1/-1;
  background:#ffffffbb;
  border:1px solid var(--line);
  border-radius:18px;
  padding:22px
}
.version-chain h2  {
  font-size:18px;
  margin:0 0 12px
}
.resource-plan  {
  margin:10px 0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.64)
}
.resource-plan-fold>summary, .production-task-list>summary  {
  display:flex;
  align-items:center;
  gap:14px;
  cursor:pointer;
  list-style:none
}
.resource-plan-fold>summary::-webkit-details-marker, .production-task-list>summary::-webkit-details-marker  {
  display:none
}
.resource-plan-fold>summary:focus-visible, .production-task-list>summary:focus-visible  {
  outline:2px solid #8e69ff;
  outline-offset:-2px
}
.resource-plan-head  {
  min-height:84px;
  padding:15px 17px
}
.resource-plan-head>div  {
  min-width:0;
  flex:1
}
.resource-plan-head .eyebrow  {
  margin:0 0 4px;
  color:#7664a8;
  font-size:10px;
  letter-spacing:.08em
}
.resource-plan-head h3  {
  margin:0;
  font-size:16px
}
.resource-plan-head>div>p:last-child  {
  margin:4px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.4
}
.resource-plan-summary-meta  {
  display:grid;
  gap:4px;
  justify-items:end;
  flex:none;
  color:var(--muted);
  font-size:11px;
  text-align:right
}
.resource-plan-summary-meta b  {
  color:#4d4567;
  font-size:12px
}
.resource-plan-summary-meta i  {
  font-style:normal
}
.resource-plan-chevron  {
  flex:none;
  color:var(--muted);
  transition:transform .18s ease
}
.resource-plan-fold[open]>.resource-plan-head  {
  border-bottom:1px solid var(--line)
}
.resource-plan-fold[open]>.resource-plan-head .resource-plan-chevron  {
  transform:rotate(180deg)
}
.resource-plan-content  {
  padding:15px 17px 17px
}
.production-task-list  {
  margin:6px 0 12px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,255,255,.64)
}
.production-task-list>summary  {
  min-height:52px;
  padding:11px 15px;
  color:#4d4567;
  font-size:13px;
  font-weight:750
}
.production-task-list[open]>summary  {
  border-bottom:1px solid var(--line)
}
.task-list-meta  {
  margin-left:auto;
  color:var(--muted);
  font-size:11px;
  font-weight:500
}
.production-task-list>summary .job-chevron  {
  color:var(--muted);
  transition:transform .18s ease
}
.production-task-list[open]>summary .job-chevron  {
  transform:rotate(180deg)
}
.production-task-items  {
  padding:0 14px
}
.candidate  {
  display:flex;
  align-items:center;
  gap:14px;
  padding:13px 0;
  border-top:1px solid var(--line)
}
.candidate>div:nth-child(2)  {
  min-width:0;
  overflow-wrap:anywhere
}
.candidate-portrait  {
  width:48px;
  height:48px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, #9d7cff, #ff9fca);
  color:white;
  font-size:23px
}
.candidate p, .candidate small  {
  display:block;
  margin:4px 0;
  color:var(--muted);
  font-size:12px
}
.candidate-actions  {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0
}
.candidate button  {
  margin-left:0
}
.candidate.confirmed  {
  background:#f4efff;
  border-radius:12px;
  border-top-color:transparent;
  padding-left:12px;
  padding-right:12px;
  box-shadow:inset 3px 0 0 #8e69ff
}
.candidate-badge  {
  font-size:11px;
  font-weight:800;
  color:#2f7d4f;
  background:#e3f5e9;
  padding:4px 8px;
  border-radius:999px;
  white-space:nowrap
}
.char-counter  {
  margin:6px 0 0;
  text-align:right;
  font-size:11px;
  color:var(--muted)
}
.char-counter.short  {
  color:#c2506e
}
.generator button[disabled]  {
  opacity:.55;
  cursor:progress
}
.asset-chain-title  {
  margin-top:28px !important
}
.candidate-image  {
  width:64px;
  height:64px;
  object-fit:cover;
  object-position:center top;
  border-radius:13px;
  border:1px solid var(--line);
  background:#eee
}
.job-list-note  {
  margin:-3px 0 8px;
  color:var(--muted);
  font-size:12px
}
.production-job  {
  border-top:1px solid var(--line)
}
.production-job-details  {
  min-width:0
}
.production-job-details>summary  {
  display:flex;
  align-items:center;
  gap:11px;
  min-height:60px;
  padding:9px 4px;
  cursor:pointer;
  list-style:none
}
.production-job-details>summary::-webkit-details-marker  {
  display:none
}
.production-job-details>summary:focus-visible  {
  outline:2px solid #8e69ff;
  outline-offset:2px;
  border-radius:9px
}
.job-summary-copy  {
  display:grid;
  gap:3px;
  min-width:0;
  flex:1
}
.job-summary-copy b  {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.job-summary-copy small  {
  color:var(--muted);
  font-size:12px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.job-state  {
  flex:none;
  padding:4px 9px;
  border-radius:999px;
  background:#f1edff;
  color:#6d4bdd;
  font-size:11px;
  font-style:normal;
  font-weight:750
}
.production-job.active .job-state  {
  background:#edf4ff;
  color:#4167a8
}
.production-job.failed .job-state  {
  background:#fff0f3;
  color:#b53c59
}
.job-chevron  {
  flex:none;
  color:var(--muted);
  transition:transform .18s ease
}
.production-job-details[open] .job-chevron  {
  transform:rotate(180deg)
}
.job-detail  {
  margin:0 4px 12px 20px;
  padding:11px 13px;
  border:1px solid var(--line);
  border-radius:11px;
  background:rgba(255,255,255,.62)
}
.job-detail p  {
  display:grid;
  grid-template-columns:minmax(90px, 132px) minmax(0, 1fr);
  gap:10px;
  margin:5px 0;
  font-size:12px;
  line-height:1.5;
  overflow-wrap:anywhere
}
.job-detail p>b  {
  color:var(--muted);
  font-weight:650
}
.job-detail-error span  {
  color:#b53c59
}
.job-detail-actions  {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid var(--line)
}
.job-detail-actions small  {
  color:var(--muted);
  font-size:11px
}
.job-detail-actions button[disabled]  {
  opacity:.52;
  cursor:not-allowed
}
.review-badge  {
  flex:none;
  padding:3px 8px;
  border-radius:999px;
  font-size:10px;
  font-style:normal;
  font-weight:800;
  white-space:nowrap
}
.review-badge.approved  {
  color:#2f7d4f;
  background:#e3f5e9
}
.review-badge.pending  {
  color:#a66f1c;
  background:#fdf0d7
}
.job-review  {
  display:grid;
  gap:9px;
  margin:2px 0 8px;
  padding:9px;
  border:1px solid var(--line);
  border-radius:10px;
  background:rgba(255,255,255,.5)
}
.job-review-thumb  {
  width:96px;
  border:1px solid var(--line);
  border-radius:9px;
  overflow:hidden;
  background:#eee
}
.job-review-thumb img  {
  display:block;
  width:100%;
  height:120px;
  object-fit:cover;
  object-position:center top
}
.job-review-kind  {
  font-size:11px;
  color:var(--muted)
}
.job-derived  {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.job-derived-item  {
  position:relative;
  width:54px
}
.job-derived-thumb  {
  width:54px;
  height:66px;
  border:1px solid var(--line);
  border-radius:7px;
  overflow:hidden;
  background:#eee
}
.job-derived-thumb img  {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top
}
.job-derived-item .review-badge  {
  position:absolute;
  top:-6px;
  right:-6px;
  padding:1px 5px;
  font-size:9px;
  box-shadow:0 1px 3px rgba(17,14,34,.25)
}
.rework-panel  {
  display:grid;
  gap:8px;
  margin:8px 0 4px;
  padding:11px 13px;
  border:1px solid #b53c5955;
  border-radius:10px;
  background:rgba(181,60,89,.08)
}
.rework-title  {
  margin:0;
  font-size:12px;
  font-weight:700
}
.rework-panel label  {
  font-size:11px;
  color:var(--muted)
}
.rework-panel textarea  {
  width:100%;
  min-height:46px;
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:8px;
  font:inherit;
  font-size:12px;
  background:rgba(255,255,255,.6);
  resize:vertical
}
.rework-reproduce  {
  display:flex;
  align-items:center;
  gap:7px
}
.rework-actions  {
  display:flex;
  gap:10px
}
.job-dot  {
  width:9px;
  height:9px;
  border-radius:50%;
  background:#5783d0;
  margin-top:6px;
  flex:none
}
.production-job.active .job-dot  {
  animation:job-pulse 1.1s ease-in-out infinite
}
.production-job.ready .job-dot  {
  background:#2f9a5e;
}
.production-job.failed .job-dot  {
  background:#c2506e;
}
@media (max-width: 640px)  {
  .resource-plan-head  {
    gap:9px;
    padding:13px
  }
  .resource-plan-summary-meta  {
    max-width:102px;
    font-size:10px
  }
  .resource-plan-content  {
    padding:12px
  }
  .task-list-meta  {
    max-width:150px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }
  .production-task-items  {
    padding:0 9px
  }
  .production-job-details>summary  {
    gap:8px
  }
  .job-state  {
    max-width:92px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }
  .job-detail  {
    margin-left:6px
  }
  .job-detail p  {
    grid-template-columns:1fr;
    gap:2px
  }
  .job-detail-actions  {
    align-items:flex-start;
    flex-direction:column
  }
}
@keyframes job-pulse  {
  50%  {
    transform:scale(1.6);
    opacity:.45;
  }
}
.empty-line  {
  color:var(--muted);
  font-size:14px;
  padding:14px 0
}
.gallery-grid  {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  margin-top:32px
}
.photo-card  {
  background:#fff;
  border:1px solid var(--line);
  padding:13px;
  border-radius:18px
}
.card-art  {
  height:220px;
  border-radius:12px;
  background:#35295b;
  position:relative;
  overflow:hidden
}
.card-art img  {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
  display:block
}
.card-art span  {
  font-size:10px;
  position:absolute;
  right:8px;
  bottom:8px;
  background:#231d3a99;
  color:#fff;
  padding:4px 6px;
  border-radius:5px
}
.photo-card h2  {
  font-size:17px;
  margin:13px 0 3px
}
.photo-card p  {
  margin:0 0 13px;
  color:var(--muted);
  font-size:12px
}
.inspector pre  {
  margin-top:30px;
  background:#191729;
  color:#bdf8df;
  padding:22px;
  border-radius:15px;
  overflow:auto;
  line-height:1.5;
  font-size:12px;
  min-height:360px
}
.loading  {
  color:var(--muted)
}
.toast  {
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translate(-50%, 20px);
  opacity:0;
  pointer-events:none;
  transition:transform .22s, opacity .22s;
  background:#2b2645;
  color:#fff;
  padding:12px 18px;
  border-radius:12px;
  box-shadow:var(--shadow);
  font-size:13px;
  z-index:60
}
.toast.show  {
  opacity:1;
  transform:translate(-50%, 0)
}
.toast.bad  {
  background:#a73355
}
h1, h2, h3  {
  scroll-margin-top:96px
}
@media(prefers-reduced-motion:reduce)  {
  html  {
    scroll-behavior:auto
  }
  .performance-visual.dance .settle-pal  {
    animation:none
  }
  .card, .toast  {
    transition:none
  }
}
