@charset "UTF-8";
:root {
  --ink:#263d36;
  --muted:#78877f;
  --green:#246c57;
  --mint:#e8f1df;
  --line:#e3e8dd;
  --paper:#f8f9f4;
  --orange:#e78260;
  --white:#fff;
  --shadow:0 5px 18px #334e3410;
  font-family:'Avenir Next',Avenir,'Segoe UI',sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,a,canvas {
  -webkit-tap-highlight-color:transparent
}
button {
  font:inherit;
  cursor:pointer;
  color:inherit
}
button {
  transition:background .18s,transform .18s,box-shadow .18s
}
button:active {
  transform:translateY(1px)
}
button:focus-visible,a:focus-visible,canvas:focus-visible {
  outline:3px solid #4f957c;
  outline-offset:5px
}
button:disabled {
  opacity:.45;
  cursor:default
}
svg {
  display:block;
  width:100%;
  height:100%
}
[data-icon] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0
}
button [data-icon] {
  width:19px;
  height:19px
}
a {
  color:inherit;
  text-decoration:none
}
.site-header {
  height:94px;
  padding:0 4.3%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  gap:25px
}
.brand {
  display:flex;
  align-items:center;
  gap:12px
}
.brand-mark {
  position:relative;
  border:1.7px solid var(--green);
  border-radius:10px;
  color:var(--green);
  font-size:30px;
  font-weight:500;
  width:42px;
  height:44px;
  line-height:43px;
  text-align:center
}
.brand-mark>span {
  position:absolute;
  right:-6px;
  top:-8px;
  background:var(--paper);
  font-size:19px;
  line-height:21px
}
.brand-name {
  display:flex;
  gap:7px;
  align-items:baseline
}
.brand-name strong {
  letter-spacing:2px;
  font-size:16px;
  font-weight:700
}
.brand-name>span {
  font-size:18px;
  color:#718477
}
.navigation {
  display:flex;
  gap:27px;
  align-items:center
}
.nav-item {
  border:0;
  background:none;
  font-size:13px;
  font-weight:500;
  padding:15px 0;
  color:#738277;
  white-space:nowrap
}
.nav-item.active {
  color:var(--green);
  font-weight:650;
  display:flex;
  gap:8px;
  align-items:center
}
.active-dot,.live-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#80a88e;
  display:inline-block
}
.header-tools {
  display:flex;
  align-items:center;
  gap:9px
}
.icon-button {
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:1px solid #e1e6dc;
  border-radius:50%
}
.icon-button:hover {
  background:#e9efe3
}
.icon-button [data-icon] {
  width:17px;
  height:17px
}
.waiting-label {
  color:#809080;
  font-size:11px;
  margin-right:10px;
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap
}
.waiting-label>span {
  width:6px;
  height:6px;
  background:#88aa78;
  border-radius:50%
}
main {
  max-width:1240px;
  padding:0 44px;
  margin:auto
}
.intro {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:40px 0 35px
}
.eyebrow {
  font-size:10px;
  font-weight:650;
  letter-spacing:2px;
  margin:0 0 5px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#778672
}
.little-star {
  font-size:19px;
  color:var(--green);
  line-height:20px
}
h1 {
  font-size:66px;
  line-height:1.12;
  letter-spacing:-4px;
  font-weight:750;
  margin:7px 0 11px
}
h1>span {
  color:var(--green)
}
.title-sparkle {
  display:inline-block;
  color:#e99b6a;
  width:32px;
  height:34px;
  vertical-align:top;
  margin:1px 0 0 9px;
  transform:rotate(12deg)
}
.intro-copy {
  color:#7b877e;
  font-size:13px;
  margin:0
}
.welcome-note {
  display:flex;
  align-items:center;
  gap:11px;
  transform:rotate(-4deg);
  color:#657866;
  font-size:12px;
  margin:30px 7px 0 20px
}
.welcome-face {
  width:38px;
  height:43px;
  transform:rotate(12deg)
}
.game-layout {
  display:grid;
  grid-template-columns:224px minmax(0,536px) 248px;
  gap:26px;
  justify-content:space-between;
  align-items:start
}
.left-column {
  display:flex;
  flex-direction:column;
  gap:22px;
  padding-top:29px
}
.score-card {
  border:1px solid var(--line);
  border-radius:20px;
  background:white;
  padding:22px 20px 17px;
  box-shadow:0 4px 8px #3a4a2803
}
.card-top {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.round-label {
  font-size:10px;
  font-weight:650;
  letter-spacing:1.2px;
  display:flex;
  align-items:center;
  gap:5px;
  color:#50705e
}
.round-label [data-icon] {
  width:14px;
  height:14px;
  margin-right:3px
}
.small-star {
  font-size:25px;
  color:#9ba995;
  line-height:18px
}
.muted {
  color:var(--muted)
}
.score-caption {
  font-size:12px;
  margin:25px 0 4px
}
.score-line {
  display:flex;
  align-items:baseline;
  gap:9px
}
.score-line strong {
  font-size:48px;
  line-height:1.1;
  letter-spacing:-2px;
  font-weight:650
}
.score-line>span {
  font-size:11px;
  color:#9aa69d
}
.goal-line {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  margin:20px 0 9px;
  color:#8a968d
}
.goal-line strong {
  font-weight:500;
  color:#5c7665
}
.progress-track {
  height:7px;
  background:#edf0e7;
  border-radius:10px;
  overflow:hidden
}
.progress-track>span {
  display:block;
  width:0;
  height:100%;
  border-radius:10px;
  background:#80ab74;
  transition:width .5s
}
.moves-panel {
  display:flex;
  align-items:center;
  gap:12px;
  background:#fbefea;
  border:1px solid #f4e4dc;
  border-radius:13px;
  padding:12px;
  margin-top:21px
}
.moves-icon {
  width:25px;
  height:25px;
  color:#c97b5d
}
.moves-panel>div {
  display:flex;
  align-items:baseline;
  gap:8px;
  flex:1
}
.moves-panel strong {
  font-size:25px;
  font-weight:600;
  color:#ae6348
}
.moves-panel>div>span {
  font-size:10px;
  color:#ab826e
}
.moves-dot {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#d49b7d
}
.no-rush {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  font-size:8.6px;
  color:#98a28f;
  margin:15px -10px 0;
  white-space:nowrap
}
.no-rush [data-icon] {
  width:13px;
  height:13px
}
.how-card {
  padding:0 15px
}
.mini-label {
  font-size:9px;
  letter-spacing:1.4px;
  font-weight:650;
  color:#7e8d79
}
.mini-match {
  display:flex;
  align-items:center;
  gap:5px;
  margin:13px 0 12px
}
.mini-match>span {
  background:#e6efdc;
  border:1px solid #d5e1cb;
  border-radius:8px;
  padding:4px;
  width:34px;
  height:34px
}
.mini-match>span:nth-child(2) {
  transform:rotate(-7deg)
}
.mini-match>b {
  font-size:12px;
  color:#789469;
  margin-left:8px
}
.how-card h3 {
  font-size:15px;
  font-weight:600;
  line-height:1.5;
  margin:0 0 7px;
  letter-spacing:-.2px
}
.how-card p {
  font-size:11px;
  line-height:1.85;
  color:#8d978c;
  margin:0 0 10px
}
.text-button {
  border:0;
  background:none;
  padding:3px 0;
  font-size:10px;
  font-weight:600;
  color:#628068
}
.text-button>span {
  margin-left:8px
}
.board-column {
  min-width:0
}
.board-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
  font-size:9px;
  color:#8d9a8b
}
.board-heading>span:first-child {
  display:flex;
  gap:7px;
  align-items:center;
  font-weight:600;
  letter-spacing:1.3px
}
.board-heading>span:last-child {
  font-size:10px;
  font-style:italic
}
.board-frame {
  position:relative;
  border-radius:24px;
  padding:10px;
  background:#dfebd5;
  border:1px solid #d7e4cf;
  box-shadow:0 7px 0 #d7e2cc,0 15px 30px #5964400b;
  overflow:hidden
}
canvas {
  width:100%;
  height:auto;
  display:block;
  aspect-ratio:1;
  touch-action:none;
  outline-offset:-3px!important;
  border-radius:15px
}
.board-overlay {
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e7efdc9e;
  backdrop-filter:blur(3px);
  z-index:3;
  padding:20px
}
.board-overlay[hidden] {
  display:none
}
.start-card {
  width:310px;
  max-width:100%;
  text-align:center;
  background:#ffffffee;
  box-shadow:0 14px 35px #36503d18;
  border:1px solid white;
  border-radius:24px;
  padding:23px 24px 21px
}
.start-mascot {
  height:74px;
  width:77px;
  margin:0 auto 13px;
  transform:rotate(-9deg)
}
.start-card>.mini-label {
  font-size:8px;
  letter-spacing:1.2px
}
.start-card h2 {
  font-size:28px;
  line-height:1.2;
  letter-spacing:-1px;
  margin:12px 0
}
.start-card p {
  font-size:12px;
  line-height:1.7;
  color:#839181;
  margin:0 0 19px
}
.primary-button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  width:100%;
  border:1px solid #dc815f;
  border-radius:11px;
  background:var(--orange);
  color:#fffdf9;
  padding:14px 20px;
  font-size:13px;
  font-weight:600;
  box-shadow:0 3px 0 #c56e50
}
.primary-button:hover {
  background:#d97452;
  box-shadow:0 5px 12px #d4795030
}
.primary-button>span {
  font-size:20px;
  line-height:16px;
  font-weight:400
}
.start-footnote {
  display:block;
  font-size:9px;
  color:#a0a998;
  margin-top:15px
}
.board-toolbar {
  display:flex;
  align-items:center;
  padding:22px 9px 0;
  gap:20px
}
.tool-button {
  border:0;
  background:none;
  display:flex;
  gap:7px;
  align-items:center;
  font-size:11px;
  font-weight:500;
  padding:5px 0;
  color:#6f8371
}
.tool-button:hover {
  color:#256c57
}
.tool-button [data-icon] {
  width:16px;
  height:16px
}
.toolbar-dot {
  color:#d0d8c9;
  font-size:12px
}
.restart-button {
  margin-left:auto;
  border:0;
  background:none;
  padding:4px;
  color:#97a28e;
  display:flex
}
.restart-button [data-icon] {
  width:17px;
  height:17px
}
.game-status {
  font-size:10px;
  line-height:1.5;
  text-align:center;
  color:#94a08d;
  margin:12px 0 0;
  min-height:15px
}
.combo-message {
  pointer-events:none;
  position:absolute;
  left:50%;
  top:43%;
  transform:translate(-50%,-50%) scale(.7);
  background:#fffbedee;
  color:var(--green);
  font-weight:750;
  font-size:29px;
  border-radius:20px;
  padding:12px 25px;
  white-space:nowrap;
  box-shadow:0 5px 30px #324e3826;
  opacity:0;
  transition:opacity .18s,transform .18s
}
.combo-message.visible {
  opacity:1;
  transform:translate(-50%,-50%) scale(1)
}
.right-column {
  padding-top:29px
}
.service-card {
  background:#edf1e2;
  border:1px solid #e2e8d4;
  border-radius:20px;
  padding:20px 21px 15px;
  overflow:hidden
}
.service-topline {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.service-topline>.mini-label {
  font-size:8px;
  letter-spacing:1.45px;
  color:#86926f
}
.service-topline>[data-icon] {
  width:15px;
  height:15px
}
.service-art {
  height:162px;
  position:relative;
  margin:1px -5px 4px;
  display:flex;
  align-items:center;
  justify-content:center
}
.art-orbit {
  position:absolute;
  width:141px;
  height:141px;
  background:#e0e8cc;
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-50%,-50%)
}
.orbit-two {
  background:transparent;
  width:173px;
  height:130px;
  border:1px solid #d9e1c9;
  transform:translate(-50%,-50%) rotate(-30deg)
}
.art-tooth {
  width:112px;
  height:124px;
  position:relative;
  transform:rotate(-11deg);
  filter:drop-shadow(1px 8px 4px #6e80531a)
}
.art-sparkle {
  position:absolute;
  color:#8aa577;
  z-index:1
}
.sparkle-one {
  right:15px;
  top:30px;
  font-size:26px
}
.sparkle-two {
  left:18px;
  top:45px;
  font-size:25px
}
.sparkle-three {
  left:38px;
  bottom:15px;
  font-size:14px
}
.clean-badge {
  position:absolute;
  bottom:11px;
  right:28px;
  width:40px;
  height:40px;
  padding:7px;
  background:#fcf8e7;
  border:2px solid #fff;
  border-radius:13px;
  transform:rotate(10deg);
  box-shadow:0 4px 8px #6373470d
}
.service-category {
  color:#7f9469;
  font-size:8px;
  letter-spacing:1.5px;
  font-weight:650;
  margin:0 0 10px
}
.service-card h2 {
  font-size:23px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:-.8px;
  margin:0 0 11px;
  white-space:pre-line
}
.feature-description {
  font-size:11px;
  line-height:1.8;
  color:#879276;
  margin:0 0 18px
}
.service-link {
  padding:0 0 15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:11px;
  font-weight:600;
  color:#54734f;
  border:0;
  border-bottom:1px solid #dce3cf;
  background:transparent;
  width:100%;
  text-align:left
}
.service-link>span {
  font-size:18px;
  font-weight:400
}
.service-pagination {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:12px
}
.service-pagination>div {
  display:flex;
  gap:2px
}
.service-dot {
  padding:8px 4px;
  border:0;
  background:transparent;
  display:block
}
.service-dot::before {
  content:'';
  display:block;
  width:5px;
  height:5px;
  border-radius:5px;
  background:#c5d1b4
}
.service-dot.selected::before {
  width:15px;
  background:#779669
}
.example-label {
  font-size:8px;
  color:#9ca68c
}
.waiting-card {
  display:flex;
  gap:11px;
  padding:24px 11px 0
}
.waiting-card>[data-icon] {
  width:22px;
  height:23px;
  margin-top:2px
}
.waiting-card strong {
  font-size:11px;
  font-weight:600;
  color:#788775
}
.waiting-card p {
  font-size:10px;
  line-height:1.8;
  color:#99a18f;
  margin:4px 0 0
}
footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid var(--line);
  margin-top:31px;
  padding:22px 0 25px;
  font-size:9px;
  color:#9ba492;
  gap:20px
}
footer>span:first-child {
  display:flex;
  align-items:center;
  gap:4px
}
footer [data-icon] {
  width:13px;
  height:13px;
  margin-right:3px
}
footer strong {
  font-weight:500;
  color:#7d8f76
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
dialog {
  width:min(480px,calc(100% - 32px));
  border:1px solid #e3e9dd;
  border-radius:27px;
  padding:0;
  box-shadow:0 30px 120px #1d362e33;
  color:var(--ink);
  background:#fcfdf8;
  max-height:90dvh;
  overflow-y:auto
}
dialog::backdrop {
  background:#233e365e;
  backdrop-filter:blur(6px)
}
.modal-inner {
  padding:35px;
  position:relative
}
.modal-close {
  position:absolute;
  top:14px;
  right:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:#ecf0e6;
  border-radius:50%;
  width:31px;
  height:31px;
  color:#6e806b;
  font-size:22px;
  font-weight:400;
  z-index:1
}
.modal-icon {
  width:70px;
  height:70px;
  padding:12px;
  margin:0 0 19px;
  background:#e9f0dd;
  border-radius:20px;
  transform:rotate(-5deg)
}
.modal-inner h2 {
  font-size:31px;
  line-height:1.22;
  letter-spacing:-1px;
  margin:10px 0 14px;
  white-space:pre-line
}
.modal-copy {
  font-size:13px;
  line-height:1.9;
  color:#7d8a79;
  margin:0 0 20px
}
.modal-kicker {
  font-size:9px;
  letter-spacing:1.7px;
  color:#7c9568;
  font-weight:600
}
.modal-inner .primary-button {
  margin-top:23px
}
.secondary-button {
  display:block;
  width:100%;
  padding:12px 16px;
  margin-top:13px;
  background:transparent;
  border:1px solid #d9e2d0;
  border-radius:11px;
  color:#708369;
  font-size:12px
}
.secondary-button:hover {
  background:#ecf0e5
}
.help-step {
  display:flex;
  gap:14px;
  margin:21px 0;
  align-items:flex-start
}
.help-step>b {
  background:#e5ecda;
  width:29px;
  height:29px;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:var(--green);
  flex-shrink:0
}
.help-step strong {
  font-size:13px;
  font-weight:600
}
.help-step p {
  margin:5px 0 0;
  font-size:12px;
  color:#84917c;
  line-height:1.7
}
.keyboard-note {
  font-size:10px;
  color:#96a18a;
  line-height:1.8;
  border-top:1px solid var(--line);
  padding-top:15px
}
.result-points {
  display:flex;
  align-items:baseline;
  gap:7px;
  padding:16px 20px;
  background:#edf2e4;
  border-radius:14px;
  margin:22px 0
}
.result-points strong {
  font-size:38px;
  letter-spacing:-1.5px
}
.result-points span {
  font-size:12px;
  color:#879678
}
.result-points b {
  margin-left:auto;
  font-size:20px;
  letter-spacing:3px;
  color:#d5ac5a
}
.service-list {
  display:grid;
  gap:11px;
  margin-top:24px
}
.service-list button {
  display:flex;
  align-items:center;
  gap:13px;
  background:white;
  border:1px solid var(--line);
  padding:14px;
  border-radius:13px;
  text-align:left
}
.service-list [data-icon] {
  width:35px;
  height:35px;
  background:#eaf0df;
  padding:5px;
  border-radius:9px
}
.service-list button>span:nth-child(2) {
  flex:1;
  font-size:12px;
  font-weight:550
}
.service-callout {
  padding:15px 17px;
  border-radius:12px;
  background:#ecf1e2;
  font-size:12px;
  line-height:1.7;
  color:#728464
}
.service-modal .modal-icon {
  width:85px;
  height:85px
}
.service-modal .example-label {
  display:block;
  margin-top:20px
}
.between-rounds {
  display:block;
  font-size:10px;
  text-align:center;
  color:#98a48b;
  margin:13px 0 0
}
.feature-blue {
  background:#e8eff0;
  border-color:#dce6e7
}
.feature-peach {
  background:#f5eee2;
  border-color:#ebe1d3
}
body:fullscreen {
  overflow:auto
}
body:fullscreen main {
  max-width:1310px
}
body:fullscreen .game-layout {
  grid-template-columns:224px minmax(0,600px) 248px
}
@media(min-width:1450px) {
  .intro {
    padding-top:48px;
    padding-bottom:40px
  }
  .site-header {
    padding-left:6%;
    padding-right:6%
  }
  main {
    max-width:1270px
  }
  .game-layout {
    grid-template-columns:224px minmax(0,556px) 248px;
    gap:35px
  }
  footer {
    margin-top:38px
  }
}
@media(max-width:1120px) {
  .site-header {
    padding:0 25px
  }
  .waiting-label {
    display:none
  }
  .navigation {
    gap:21px
  }
  main {
    padding:0 28px
  }
  .game-layout {
    grid-template-columns:190px minmax(0,1fr) 210px;
    gap:20px
  }
  .score-card {
    padding:19px 15px
  }
  .service-card {
    padding:18px 17px 13px
  }
  .service-card h2 {
    font-size:20px
  }
  .service-art {
    height:145px
  }
  .intro {
    padding:31px 0
  }
  .intro-copy {
    font-size:12px
  }
  .no-rush {
    font-size:8px
  }
  .moves-panel {
    padding:9px
  }
  .moves-panel>div {
    gap:6px
  }
  .how-card {
    padding:0 9px
  }
  .board-heading>span:last-child {
    display:none
  }
  .start-card {
    width:270px;
    padding:20px
  }
  .start-mascot {
    height:59px;
    width:59px;
    margin-bottom:8px
  }
  .start-card h2 {
    font-size:25px;
    margin:9px 0
  }
  .start-card p {
    margin-bottom:13px
  }
  .board-toolbar {
    gap:12px
  }
}
@media(max-width:900px) {
  .site-header {
    height:78px
  }
  .brand-name {
    display:block;
    line-height:1.05
  }
  .brand-name strong {
    font-size:14px
  }
  .brand-name>span {
    display:block;
    font-size:13px;
    margin-top:4px
  }
  .navigation {
    gap:18px
  }
  .nav-item {
    font-size:11px
  }
  .game-layout {
    grid-template-columns:180px minmax(0,500px);
    justify-content:center;
    gap:23px
  }
  .right-column {
    grid-column:1 / -1;
    padding:0;
    display:flex;
    gap:22px;
    margin-top:9px
  }
  .service-card {
    display:grid;
    grid-template-columns:130px 1fr 150px;
    column-gap:18px;
    align-items:center;
    padding:17px;
    width:100%
  }
  .service-topline {
    grid-column:2 / 4
  }
  .service-art {
    grid-column:1;
    grid-row:1 / 6;
    width:130px;
    height:150px
  }
  .service-art .orbit-one {
    width:110px;
    height:110px
  }
  .service-art .orbit-two {
    width:130px;
    height:110px
  }
  .art-tooth {
    width:88px;
    height:98px
  }
  .clean-badge {
    right:1px;
    bottom:8px;
    width:32px;
    height:32px
  }
  .sparkle-one {
    right:1px
  }
  .sparkle-two {
    left:1px
  }
  .service-category {
    grid-column:2;
    margin:8px 0 0
  }
  .service-card h2 {
    grid-column:2;
    grid-row:3 / 5;
    font-size:20px;
    margin:9px 0
  }
  .feature-description {
    display:none
  }
  .service-link {
    grid-column:3;
    grid-row:3;
    padding:10px 0
  }
  .service-pagination {
    grid-column:3;
    grid-row:4;
    margin:0
  }
  .waiting-card {
    display:none
  }
  .welcome-note {
    font-size:10px
  }
  .intro-copy {
    max-width:400px;
    line-height:1.7
  }
  h1 {
    font-size:59px
  }
  .intro {
    padding-bottom:29px
  }
  .left-column {
    padding-top:29px
  }
  .how-card p {
    font-size:10px
  }
  .no-rush {
    font-size:7.8px
  }
}
@media(max-width:620px) {
  .site-header {
    height:71px;
    padding:0 20px;
    gap:12px
  }
  .brand-mark {
    width:33px;
    height:36px;
    line-height:35px;
    font-size:24px;
    border-radius:8px
  }
  .brand-mark>span {
    font-size:15px;
    right:-5px
  }
  .brand {
    gap:9px
  }
  .brand-name strong {
    font-size:12px;
    letter-spacing:1.3px
  }
  .brand-name>span {
    font-size:11px
  }
  .navigation {
    margin-left:auto;
    gap:10px
  }
  .nav-item {
    font-size:10px
  }
  .nav-item.active {
    display:none
  }
  .navigation .nav-item:last-child {
    display:none
  }
  .header-tools {
    gap:7px
  }
  .icon-button {
    width:31px;
    height:31px
  }
  .icon-button [data-icon] {
    width:15px;
    height:15px
  }
  main {
    padding:0 18px
  }
  .intro {
    padding:27px 0 23px;
    justify-content:center;
    text-align:center
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:1.5px;
    justify-content:center
  }
  .little-star {
    font-size:15px
  }
  h1 {
    font-size:56px;
    letter-spacing:-3.6px;
    margin:5px 0 9px
  }
  .title-sparkle {
    width:25px;
    height:27px;
    margin-top:3px
  }
  .intro-copy {
    font-size:10px;
    max-width:285px;
    line-height:1.7;
    margin:auto
  }
  .welcome-note {
    display:none
  }
  .game-layout {
    display:flex;
    flex-direction:column;
    gap:20px
  }
  .left-column {
    display:contents
  }
  .score-card {
    width:100%;
    padding:13px 16px;
    display:grid;
    grid-template-columns:1fr 1.5fr 1fr;
    column-gap:15px;
    align-items:center;
    border-radius:15px
  }
  .card-top {
    grid-column:1;
    grid-row:1
  }
  .round-label {
    font-size:8px;
    letter-spacing:.7px
  }
  .round-label [data-icon] {
    width:12px;
    height:12px
  }
  .small-star {
    display:none
  }
  .score-caption {
    display:none
  }
  .score-line {
    grid-column:1;
    grid-row:2 / 4;
    gap:5px;
    margin-top:4px
  }
  .score-line strong {
    font-size:31px;
    letter-spacing:-1px
  }
  .score-line>span {
    font-size:8px
  }
  .goal-line {
    grid-column:2;
    grid-row:1;
    margin:0 0 5px;
    font-size:8px;
    gap:8px;
    align-self:end
  }
  .progress-track {
    grid-column:2;
    grid-row:2;
    align-self:center;
    height:6px
  }
  .moves-panel {
    grid-column:3;
    grid-row:1 / 4;
    margin:0;
    gap:5px;
    justify-content:center;
    padding:7px 8px;
    border-radius:11px
  }
  .moves-icon {
    display:none
  }
  .moves-panel>div {
    flex-direction:column;
    gap:0;
    align-items:center
  }
  .moves-panel strong {
    font-size:24px;
    line-height:1.15
  }
  .moves-panel>div>span {
    font-size:8px;
    white-space:nowrap
  }
  .moves-dot {
    display:none
  }
  .no-rush {
    grid-column:2;
    grid-row:3;
    font-size:7px;
    margin:3px 0 0;
    gap:3px
  }
  .no-rush [data-icon] {
    width:10px;
    height:10px
  }
  .how-card {
    display:none
  }
  .board-column {
    width:100%
  }
  .board-heading {
    margin-bottom:10px;
    font-size:8px
  }
  .board-heading>span:last-child {
    display:block;
    font-size:9px
  }
  .board-frame {
    padding:7px;
    border-radius:20px;
    box-shadow:0 5px 0 #d7e2cc,0 10px 25px #5964400b
  }
  .board-toolbar {
    padding:19px 5px 0;
    gap:17px
  }
  .tool-button {
    font-size:11px
  }
  .game-status {
    font-size:9px;
    margin-top:11px
  }
  .right-column {
    width:100%;
    margin-top:0
  }
  .service-card {
    grid-template-columns:85px 1fr 40px;
    gap:0 14px;
    padding:15px;
    border-radius:16px
  }
  .service-topline {
    grid-column:2 / 4
  }
  .service-topline>.mini-label {
    font-size:7px;
    letter-spacing:1.1px
  }
  .service-topline>[data-icon] {
    width:13px;
    height:13px
  }
  .service-art {
    width:85px;
    height:102px;
    grid-row:1 / 6;
    margin:0
  }
  .service-art .orbit-one {
    width:76px;
    height:76px
  }
  .service-art .orbit-two {
    width:90px;
    height:73px
  }
  .art-tooth {
    width:67px;
    height:76px
  }
  .art-sparkle {
    font-size:16px
  }
  .sparkle-one {
    top:6px;
    right:-5px
  }
  .sparkle-two {
    left:-7px;
    top:30px
  }
  .sparkle-three {
    display:none
  }
  .clean-badge {
    right:-2px;
    bottom:3px;
    width:26px;
    height:26px;
    border-radius:8px;
    padding:4px
  }
  .service-category {
    display:none
  }
  .service-card h2 {
    grid-column:2 / 4;
    grid-row:2;
    font-size:18px;
    margin:7px 0
  }
  .service-link {
    grid-column:2;
    grid-row:3;
    border:0;
    padding:0;
    font-size:9px;
    justify-content:flex-start;
    gap:12px
  }
  .service-pagination {
    grid-column:3;
    grid-row:3;
    justify-content:end
  }
  .service-pagination .example-label {
    display:none
  }
  .service-dot {
    padding:6px 2px
  }
  .service-dot::before {
    width:4px;
    height:4px
  }
  .service-dot.selected::before {
    width:10px
  }
  footer {
    margin-top:25px;
    padding:18px 0 25px;
    justify-content:center;
    font-size:8px
  }
  footer>span:last-child {
    display:none
  }
  .start-card {
    width:250px;
    padding:18px 20px 16px;
    border-radius:20px
  }
  .start-card h2 {
    font-size:24px
  }
  .start-mascot {
    width:53px;
    height:53px;
    margin-bottom:7px
  }
  .start-card>.mini-label {
    font-size:7px
  }
  .start-card p {
    font-size:10px;
    margin-bottom:12px
  }
  .primary-button {
    padding:12px 18px;
    font-size:12px
  }
  .start-footnote {
    font-size:8px;
    margin-top:12px
  }
  .modal-inner {
    padding:28px
  }
  .modal-inner h2 {
    font-size:28px
  }
  .combo-message {
    font-size:23px
  }
  .service-card h2 {
    letter-spacing:-.5px
  }
}
.start-mascot,.modal-icon {
  display:flex
}
.start-card>.mini-label {
  display:block
}
.moves-panel>div>span {
  white-space:nowrap
}
.game-status {
  color:#76866f
}
.intro-copy {
  color:#6e7e70
}
.how-card p {
  color:#75836f
}
.modal-copy {
  color:#687963
}
.feature-description {
  color:#687b59
}
.service-callout {
  color:#59704b
}
.no-rush {
  color:#798c70
}
@media(max-width:620px) {
  h1 {
    font-size:clamp(40px,13.6vw,56px);
    white-space:nowrap
  }
  .score-card {
    grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) minmax(0,1fr);
    column-gap:10px
  }
  .start-card h2 {
    font-size:21px;
    letter-spacing:-.7px
  }
  .no-rush {
    font-size:6.5px
  }
  .goal-line {
    font-size:7.5px;
    gap:4px
  }
  .moves-panel {
    padding:7px 4px
  }
  .tool-button {
    min-height:32px
  }
  .modal-close {
    width:36px;
    height:36px
  }
  .modal-copy {
    font-size:13px
  }
  .welcome-overlay {
    padding:16px
  }
}
@media(max-width:360px) {
  .start-card {
    padding:12px 15px;
    width:226px
  }
  .start-mascot {
    width:34px;
    height:34px;
    margin-bottom:5px
  }
  .start-card>.mini-label {
    font-size:6.5px
  }
  .start-card h2 {
    font-size:20px;
    margin:8px 0
  }
  .start-card p {
    font-size:9px;
    line-height:1.55;
    margin-bottom:9px
  }
  .start-footnote {
    font-size:7px;
    margin-top:8px
  }
  .start-card .primary-button {
    padding:10px 15px
  }
  .board-overlay {
    padding:14px
  }
  .no-rush [data-icon] {
    display:none
  }
  .round-label {
    font-size:7px;
    gap:3px
  }
  .round-label [data-icon] {
    width:10px;
    height:10px
  }
  .score-card {
    padding:12px
  }
  .service-card {
    grid-template-columns:72px 1fr 36px;
    column-gap:10px
  }
  .service-art {
    width:72px
  }
  .service-card h2 {
    font-size:16px
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    transition:none!important;
    animation:none!important;
    scroll-behavior:auto!important
  }
}
