:root {
  --paper:#f6f4ed;
  --ink:#252720;
  --muted:#6a6e62;
  --line:#d9dace;
  --lime:#d8f366;
  --lilac:#d4c4f1;
  --coral:#f7a98f;
  --white:#fffef9;
  --shadow:0 6px 0 rgba(37,39,32,.08);
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,input,textarea,select {
  font:inherit;
  color:inherit
}
button,a,input,textarea,select {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  cursor:pointer
}
button:disabled {
  cursor:default;
  opacity:.48
}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline:3px solid #6650b6;
  outline-offset:4px
}
button {
  border:0
}
input,textarea,select {
  background:var(--white);
  border:1px solid #b9bcad;
  border-radius:10px;
  padding:12px 14px;
  width:100%
}
input[type=range] {
  padding:0;
  accent-color:var(--ink)
}
textarea {
  resize:vertical;
  min-height:85px
}
input::placeholder,textarea::placeholder {
  color:#8a8c82
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  letter-spacing:-.055em;
  line-height:1.03
}
h1 {
  font-size:clamp(48px,6.8vw,96px);
  font-weight:700;
  margin-bottom:25px
}
h2 {
  font-size:clamp(36px,4.6vw,60px)
}
h3 {
  font-size:25px
}
p {
  line-height:1.55
}
.site-header {
  max-width:1440px;
  margin:auto;
  padding:27px 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line)
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  font-weight:800;
  font-size:28px;
  letter-spacing:-1.8px
}
.brand-icon {
  position:relative;
  background:var(--lime);
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  font-size:30px;
  letter-spacing:-9px;
  padding-right:7px;
  overflow:hidden
}
.brand-icon span {
  font-size:23px;
  transform:translate(0,4px)
}
.brand-dot {
  color:#848e59
}
.nav-create {
  font-size:14px;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:25px
}
.nav-create span {
  font-size:26px
}
.site-footer {
  max-width:1296px;
  margin:70px auto 0;
  border-top:1px solid var(--line);
  display:flex;
  gap:35px;
  padding:27px 0 35px;
  font-size:12px;
  color:var(--muted)
}
.footer-brand {
  font-size:18px;
  color:var(--ink);
  font-weight:800;
  letter-spacing:-1px
}
.site-footer span:last-child {
  margin-left:auto
}
.page {
  max-width:1296px;
  margin:0 auto;
  padding:0 0 25px
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:2.2px;
  font-size:10px;
  font-weight:800;
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:22px
}
.eyebrow:before {
  content:"";
  width:7px;
  height:7px;
  background:var(--ink);
  border-radius:50%;
  display:inline-block
}
.hero {
  min-height:640px;
  padding:76px 0 52px;
  display:grid;
  grid-template-columns:1.04fr 1fr;
  gap:50px;
  align-items:center
}
.hero h1 {
  max-width:650px
}
.hero h1 em {
  font-style:normal;
  display:inline-block;
  background:var(--lime);
  padding:0 12px 6px;
  transform:rotate(-2deg);
  margin-top:3px
}
.hero-copy>p {
  font-size:18px;
  color:var(--muted);
  max-width:380px;
  margin-bottom:27px
}
.actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  border:1px solid var(--ink);
  border-radius:9px;
  background:var(--ink);
  color:var(--white);
  font-size:14px;
  font-weight:700;
  padding:17px 23px;
  min-height:52px;
  transition:transform .15s,box-shadow .15s
}
.button:hover:not(:disabled) {
  transform:translateY(-2px);
  box-shadow:0 4px 0 #25272021
}
.button.secondary {
  background:transparent;
  color:var(--ink)
}
.button.lime {
  background:var(--lime);
  color:var(--ink)
}
.button.small {
  padding:10px 15px;
  min-height:40px;
  font-size:12px;
  gap:10px
}
.button.wide {
  width:100%
}
.text-button {
  padding:8px 0;
  background:none;
  border:0;
  font-size:13px;
  text-decoration:underline;
  text-underline-offset:4px
}
.tiny {
  font-size:12px;
  color:var(--muted);
  line-height:1.5
}
.hero-note {
  margin-top:20px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  color:var(--muted)
}
.avatar-pile {
  display:flex;
  padding-left:4px
}
.avatar-pile span {
  width:27px;
  height:27px;
  border-radius:50%;
  border:2px solid var(--paper);
  background:var(--lilac);
  margin-left:-4px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ink);
  font-size:13px
}
.avatar-pile span:nth-child(2) {
  background:var(--coral)
}
.avatar-pile span:nth-child(3) {
  background:var(--lime)
}
.hero-art {
  height:490px;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center
}
.floating-label {
  position:absolute;
  background:var(--paper);
  border:1px solid var(--ink);
  border-radius:50px;
  padding:12px 17px;
  font-size:12px;
  font-weight:700;
  z-index:4;
  right:-9px;
  top:20px;
  transform:rotate(7deg);
  box-shadow:3px 4px 0 var(--ink)
}
.art-spark {
  font-size:73px;
  position:absolute;
  bottom:0;
  right:1px;
  transform:rotate(-15deg)
}
.stack-card {
  position:absolute;
  width:340px;
  height:404px;
  border:1.5px solid var(--ink);
  border-radius:17px
}
.stack-card.back {
  background:var(--coral);
  transform:rotate(12deg) translate(31px,5px)
}
.stack-card.middle {
  background:var(--lilac);
  transform:rotate(-8deg) translate(-21px,5px)
}
.demo-card {
  z-index:3;
  background:var(--white);
  transform:rotate(3deg);
  padding:26px;
  display:flex;
  flex-direction:column;
  box-shadow:0 8px 0 #25272012;
  height:auto;
  min-height:404px
}
.card-kicker {
  font-size:10px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:27px
}
.card-kicker .pill {
  letter-spacing:0;
  text-transform:none;
  background:var(--lime)
}
.demo-card h3 {
  font-size:29px;
  line-height:1.08;
  margin-bottom:11px
}
.demo-card>p {
  font-size:12px;
  color:var(--muted);
  margin-bottom:17px
}
.demo-option {
  width:100%;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:8px;
  text-align:left;
  padding:13px 11px;
  font-size:12px;
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:8px
}
.demo-option>span:first-child {
  width:20px;
  height:20px;
  flex-shrink:0;
  border-radius:50%;
  border:1px solid var(--ink);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px
}
.demo-option:hover {
  background:var(--lime)
}
.demo-option.correct {
  background:var(--lime);
  border-color:var(--ink)
}
.demo-option.incorrect {
  background:#f9d7ca
}
.demo-hint {
  font-size:11px;
  color:var(--muted);
  text-align:center;
  margin:12px 0 0!important
}
.pill {
  display:inline-block;
  border:1px solid #25272035;
  padding:6px 9px;
  border-radius:30px;
  font-size:10px;
  line-height:1;
  font-weight:700
}
.marquee {
  border-top:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
  padding:19px 0;
  display:flex;
  align-items:center;
  justify-content:space-around;
  gap:20px;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-size:11px;
  font-weight:800
}
.marquee b {
  font-size:22px;
  font-weight:400
}
.section {
  padding:69px 0 0
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:30px
}
.section-heading h2 {
  margin:0;
  max-width:650px
}
.section-heading p {
  font-size:14px;
  color:var(--muted);
  max-width:270px;
  margin:0
}
.game-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px
}
.game-tile {
  border:1px solid var(--ink);
  border-radius:14px;
  padding:25px 26px 22px;
  min-height:245px;
  display:flex;
  flex-direction:column;
  position:relative;
  transition:transform .15s
}
.game-tile:nth-child(3n+1) {
  background:var(--lilac)
}
.game-tile:nth-child(3n+2) {
  background:var(--lime)
}
.game-tile:nth-child(3n) {
  background:var(--coral)
}
.game-tile .tile-symbol {
  font-size:51px;
  line-height:1;
  margin-bottom:27px;
  font-weight:700;
  letter-spacing:-5px
}
.game-tile h3 {
  margin-bottom:10px;
  font-size:27px
}
.game-tile p {
  font-size:13px;
  margin:0;
  max-width:260px
}
.game-tile .tile-tag {
  position:absolute;
  right:20px;
  top:24px;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:1px;
  border-bottom:1px solid var(--ink);
  padding-bottom:4px
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px
}
.step {
  border-top:1px solid var(--ink);
  padding-top:18px
}
.step-number {
  font-family:monospace;
  font-size:12px;
  margin-bottom:26px;
  color:var(--muted)
}
.step h3 {
  font-size:26px;
  margin-bottom:12px
}
.step p {
  font-size:14px;
  color:var(--muted);
  max-width:300px
}
.closing {
  margin-top:65px;
  border-radius:20px;
  background:var(--ink);
  color:var(--paper);
  padding:43px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}
.closing h2 {
  font-size:45px;
  margin:0;
  max-width:670px
}
.closing .button {
  flex-shrink:0
}
.workspace-head {
  padding:49px 0 28px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px
}
.workspace-head h1 {
  font-size:clamp(39px,5vw,65px);
  margin-bottom:12px
}
.workspace-head .eyebrow {
  margin-bottom:14px
}
.workspace-head p {
  color:var(--muted);
  max-width:600px;
  margin:0;
  font-size:14px
}
.draft-status {
  font-size:11px;
  color:var(--muted);
  white-space:nowrap
}
.creator-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 305px;
  gap:30px;
  align-items:start
}
.creator-main {
  min-width:0
}
.panel {
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
  padding:26px
}
.identity-fields {
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:19px;
  margin-bottom:22px
}
.field {
  display:block;
  margin-bottom:16px
}
.field:last-child {
  margin-bottom:0
}
.field-label {
  display:block;
  font-size:12px;
  font-weight:700;
  margin-bottom:8px;
  line-height:1.5
}
.field-help {
  display:block;
  font-size:11px;
  color:var(--muted);
  margin:6px 0 0;
  line-height:1.4
}
.identity-fields .field {
  margin-bottom:0
}
.round-editor {
  margin-bottom:17px;
  border:1px solid var(--ink);
  border-radius:14px;
  background:var(--white);
  overflow:hidden
}
.round-head {
  display:flex;
  align-items:center;
  gap:13px;
  padding:18px 23px;
  background:var(--lilac);
  border-bottom:1px solid var(--ink)
}
.round-editor[data-type=either] .round-head,.round-editor[data-type=number] .round-head {
  background:var(--lime)
}
.round-editor[data-type=rank] .round-head,.round-editor[data-type=story] .round-head {
  background:var(--coral)
}
.round-num {
  font-family:monospace;
  font-size:11px
}
.round-title {
  font-size:18px;
  font-weight:700;
  letter-spacing:-.6px
}
.round-controls {
  margin-left:auto;
  display:flex;
  gap:5px
}
.icon-button {
  width:31px;
  height:31px;
  border:1px solid #25272040;
  background:#ffffff40;
  border-radius:7px;
  font-size:16px;
  display:flex;
  justify-content:center;
  align-items:center
}
.icon-button:hover:not(:disabled) {
  background:var(--white)
}
.round-body {
  padding:23px
}
.option-row {
  display:grid;
  grid-template-columns:28px 1fr;
  align-items:center;
  gap:9px;
  margin-bottom:9px
}
.option-letter {
  font-family:monospace;
  font-size:12px;
  text-align:center
}
.answer-zone {
  background:var(--paper);
  border:1px dashed #b4b8a6;
  border-radius:10px;
  padding:17px;
  margin-top:17px
}
.private-label {
  display:flex;
  gap:7px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:1.1px;
  font-weight:700;
  margin-bottom:13px
}
.answer-zone select {
  font-size:13px
}
.answer-zone .field {
  margin-bottom:12px
}
.answer-zone .field:last-child {
  margin-bottom:0
}
.rank-editor {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.rank-editor select {
  width:calc(33.333% - 6px);
  font-size:12px;
  padding:10px 6px
}
.side-card {
  position:sticky;
  top:20px;
  background:var(--lime);
  border:1px solid var(--ink);
  border-radius:15px;
  padding:25px
}
.side-card h2 {
  font-size:31px;
  margin-bottom:12px
}
.side-card>p {
  font-size:13px
}
.side-stat {
  display:flex;
  justify-content:space-between;
  font-size:12px;
  padding:15px 0;
  border-top:1px solid #25272040;
  margin-bottom:9px
}
.side-card .button {
  margin-bottom:10px
}
.privacy-note {
  font-size:11px;
  line-height:1.6;
  margin-top:15px!important
}
.side-card .tiny {
  color:#525d2f
}
.add-round {
  width:100%;
  padding:22px;
  background:var(--lilac);
  border:1px solid var(--ink);
  border-radius:13px;
  font-weight:700;
  text-align:center
}
.add-round:hover:not(:disabled) {
  background:var(--lime)
}
.add-round-help {
  margin:10px 0 16px;
  text-align:center
}
.catalog {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin:15px 0
}
.catalog-choice {
  text-align:left;
  background:var(--white);
  border:1px solid var(--ink);
  border-radius:11px;
  padding:17px
}
.catalog-choice strong {
  display:block;
  font-size:17px;
  letter-spacing:-.5px;
  margin-bottom:7px
}
.catalog-choice span {
  display:block;
  font-size:12px;
  color:var(--muted);
  line-height:1.45
}
.catalog-choice:hover {
  background:var(--lilac)
}
.form-error {
  padding:12px 15px;
  background:#ffe1d5;
  border:1px solid #d97c60;
  border-radius:9px;
  font-size:13px;
  margin:13px 0
}
.loading {
  padding:100px 20px;
  text-align:center;
  color:var(--muted)
}
.center-page {
  max-width:650px;
  margin:52px auto 0;
  padding:0 20px
}
.intro-card {
  padding:35px;
  border:1px solid var(--ink);
  border-radius:18px;
  background:var(--lilac)
}
.intro-card h1 {
  font-size:clamp(41px,6vw,66px);
  margin-bottom:20px
}
.intro-card p {
  font-size:15px
}
.big-star {
  font-size:56px;
  font-weight:700;
  margin-bottom:24px;
  display:block;
  line-height:1
}
.intro-card input {
  border-color:var(--ink)
}
.intro-card .field {
  margin:25px 0 17px
}
.start-note {
  font-size:11px;
  color:var(--muted);
  text-align:center;
  margin:15px 0
}
.player-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:13px;
  font-size:12px
}
.progress-track {
  display:flex;
  gap:5px;
  margin-bottom:28px
}
.progress-segment {
  height:5px;
  flex:1;
  background:#dcdfd1;
  border-radius:10px
}
.progress-segment.done {
  background:var(--ink)
}
.progress-segment.current {
  background:#95a941
}
.play-card {
  border:1px solid var(--ink);
  border-radius:16px;
  background:var(--white);
  overflow:hidden;
  box-shadow:var(--shadow)
}
.play-card-top {
  padding:19px 27px;
  border-bottom:1px solid var(--ink);
  background:var(--lilac);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.play-card[data-type=either] .play-card-top,.play-card[data-type=number] .play-card-top {
  background:var(--lime)
}
.play-card[data-type=rank] .play-card-top,.play-card[data-type=story] .play-card-top {
  background:var(--coral)
}
.play-content {
  padding:31px 29px
}
.play-content h1 {
  font-size:clamp(31px,4vw,43px);
  line-height:1.13;
  margin-bottom:14px
}
.play-instruction {
  font-size:13px;
  color:var(--muted);
  margin-bottom:24px
}
.play-options {
  display:grid;
  gap:10px
}
.play-option {
  width:100%;
  text-align:left;
  display:flex;
  gap:14px;
  align-items:center;
  padding:17px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:10px;
  font-size:14px;
  line-height:1.4
}
.play-option .letter {
  font-family:monospace;
  display:flex;
  justify-content:center;
  align-items:center;
  border:1px solid #aeb3a0;
  border-radius:50%;
  width:27px;
  height:27px;
  flex-shrink:0;
  font-size:11px
}
.play-option[aria-pressed=true] {
  background:var(--lilac);
  border:2px solid var(--ink);
  padding:16px
}
.play-option.revealed {
  border-color:var(--ink);
  background:var(--lime)
}
.play-option.wrong {
  background:#fbe0d5
}
.play-actions {
  display:flex;
  flex-direction:column;
  gap:11px;
  margin-top:24px;
  align-items:center
}
.play-actions .button {
  width:100%
}
.number-value {
  font-size:69px;
  font-weight:700;
  letter-spacing:-4px;
  text-align:center;
  padding:22px 0 16px
}
.range-labels {
  display:flex;
  justify-content:space-between;
  font-size:12px;
  margin-top:11px;
  color:var(--muted)
}
.rank-option {
  display:flex;
  align-items:center;
  gap:12px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:10px;
  padding:12px 15px;
  margin-bottom:9px;
  font-size:14px
}
.rank-option .rank-value {
  flex:1
}
.reveal-banner {
  background:var(--lime);
  border:1px solid var(--ink);
  border-radius:12px;
  padding:21px;
  margin-top:24px
}
.reveal-banner.soft {
  background:var(--lilac)
}
.reveal-banner h2 {
  font-size:28px;
  margin-bottom:9px
}
.reveal-banner p {
  font-size:14px;
  margin-bottom:0;
  white-space:pre-wrap;
  overflow-wrap:anywhere
}
.reveal-answer {
  font-weight:700;
  margin-bottom:10px!important
}
.complete-card {
  text-align:center;
  background:var(--lime);
  border:1px solid var(--ink);
  border-radius:20px;
  padding:34px
}
.complete-card h1 {
  font-size:48px;
  line-height:1.03;
  margin-bottom:15px
}
.score-badge {
  display:inline-flex;
  align-items:baseline;
  gap:3px;
  margin:0 0 17px;
  font-size:78px;
  line-height:1;
  letter-spacing:-5px;
  font-weight:700
}
.score-badge span {
  font-size:33px;
  letter-spacing:-1px;
  font-weight:400
}
.complete-card p {
  font-size:14px
}
.feedback-card {
  margin-top:20px
}
.feedback-card h2 {
  font-size:27px;
  margin-bottom:11px
}
.feedback-card>p {
  font-size:13px;
  color:var(--muted)
}
.reactions {
  display:flex;
  gap:8px;
  margin-bottom:16px
}
.reaction {
  flex:1;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:14px 5px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--paper);
  font-size:11px
}
.reaction span {
  font-size:25px
}
.reaction[aria-pressed=true] {
  background:var(--lilac);
  border-color:var(--ink)
}
.reciprocal {
  margin-top:21px;
  border:1px solid var(--ink);
  border-radius:16px;
  background:var(--lilac);
  padding:26px
}
.reciprocal h2 {
  font-size:31px;
  margin-bottom:12px
}
.reciprocal p {
  font-size:13px
}
.reciprocal .button {
  width:100%
}
.share-panel {
  background:var(--lime);
  border:1px solid var(--ink);
  border-radius:17px;
  padding:31px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px
}
.share-panel h2 {
  font-size:37px;
  margin-bottom:12px
}
.share-panel p {
  font-size:14px;
  margin:0
}
.share-controls {
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:11px
}
.share-controls input {
  font-size:12px;
  border-color:var(--ink);
  background:#ffffff80
}
.manage-grid {
  display:grid;
  grid-template-columns:1fr 320px;
  gap:23px;
  margin-top:28px
}
.response-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:17px
}
.response-heading h2 {
  font-size:32px;
  margin:0
}
.empty-state {
  border:1px dashed #969b88;
  border-radius:13px;
  padding:37px 25px;
  text-align:center
}
.empty-state .empty-symbol {
  font-size:39px;
  margin-bottom:15px
}
.empty-state h3 {
  font-size:23px;
  margin-bottom:10px
}
.empty-state p {
  font-size:13px;
  color:var(--muted);
  max-width:370px;
  margin:0 auto
}
.owner-aside {
  background:var(--white);
  border:1px solid var(--line);
  border-radius:13px;
  padding:23px;
  align-self:start
}
.owner-aside h3 {
  font-size:23px;
  margin-bottom:12px
}
.owner-aside p {
  font-size:12px;
  color:var(--muted)
}
.owner-aside .button {
  width:100%;
  margin-bottom:11px
}
.response-row {
  background:var(--white);
  border:1px solid var(--line);
  border-radius:12px;
  padding:20px;
  margin-bottom:11px
}
.response-top {
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center
}
.response-top strong {
  font-size:17px
}
.response-top span {
  font-size:12px;
  font-weight:700;
  background:var(--lilac);
  padding:8px 12px;
  border-radius:50px
}
.response-row .response-message {
  font-size:14px;
  padding-top:13px;
  margin:0;
  white-space:pre-wrap;
  overflow-wrap:anywhere
}
.response-row .tiny {
  margin:10px 0 0
}
.notice {
  padding:15px 19px;
  border:1px solid var(--line);
  border-radius:9px;
  font-size:12px;
  line-height:1.55;
  margin-bottom:20px;
  background:var(--white)
}
.preview-strip {
  background:var(--coral);
  padding:13px 18px;
  border:1px solid var(--ink);
  border-radius:9px;
  margin-bottom:20px;
  font-size:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}
.error-page {
  max-width:620px;
  margin:70px auto;
  padding:25px
}
.error-page h1 {
  font-size:49px
}
.error-page p {
  color:var(--muted)
}
.toast {
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
  max-width:calc(100% - 32px);
  background:var(--ink);
  color:var(--white);
  padding:14px 20px;
  border-radius:11px;
  font-size:13px;
  box-shadow:0 4px 25px #0002;
  z-index:99
}
.skip-link {
  position:absolute;
  left:10px;
  top:-100px;
  z-index:100;
  background:var(--ink);
  color:var(--white);
  padding:15px
}
.skip-link:focus {
  top:10px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.noscript {
  margin:30px;
  padding:25px;
  background:var(--coral)
}
[hidden] {
  display:none!important
}
.danger {
  color:#9b3b29
}
.unsaved-answer {
  font-size:12px;
  padding:9px 12px;
  background:#fbe3cf;
  border-radius:7px;
  margin-bottom:12px
}
.manage-divider {
  border:0;
  border-top:1px solid var(--line);
  margin:18px 0
}
.dialog {
  border:1px solid var(--ink);
  background:var(--paper);
  border-radius:16px;
  max-width:500px;
  padding:30px;
  color:var(--ink)
}
.dialog::backdrop {
  background:#25272080
}
.dialog h2 {
  font-size:32px
}
.dialog p {
  font-size:14px
}
.dialog .actions {
  margin-top:20px
}
.review-list {
  padding-left:23px;
  margin:18px 0 0
}
.review-list li {
  padding:4px 0;
  font-size:13px;
  line-height:1.5
}
main:focus {
  outline:none
}
.hero-art {
  overflow:clip
}
.play-option:disabled,.demo-option:disabled {
  opacity:1
}
.round-suggestion {
  border:1px dashed #b1b59f;
  background:var(--paper);
  border-radius:9px;
  padding:16px;
  margin-top:15px
}
.round-suggestion p {
  font-size:13px;
  margin:0 0 13px;
  overflow-wrap:anywhere
}
@media(min-width:1550px) {
  .hero {
    min-height:700px
  }
}
@media(max-width:1400px) {
  .page {
    margin:0 5%
  }
  .site-footer {
    margin:60px 5% 0
  }
  .hero {
    gap:30px
  }
  .floating-label {
    right:0
  }
}
@media(max-width:1000px) {
  .hero {
    grid-template-columns:1fr 1fr;
    gap:12px;
    min-height:570px;
    padding-top:48px
  }
  .hero h1 {
    font-size:64px
  }
  .hero-copy>p {
    font-size:16px
  }
  .hero-art {
    height:430px
  }
  .stack-card {
    width:290px
  }
  .demo-card {
    padding:21px
  }
  .demo-card h3 {
    font-size:27px
  }
  .floating-label {
    right:-7px;
    top:0;
    font-size:10px
  }
  .art-spark {
    right:0;
    bottom:-4px;
    font-size:52px
  }
  .game-tile {
    padding:21px;
    min-height:240px
  }
  .game-tile h3 {
    font-size:24px
  }
  .creator-layout {
    grid-template-columns:minmax(0,1fr) 260px;
    gap:20px
  }
  .side-card {
    padding:20px
  }
  .manage-grid {
    grid-template-columns:1fr 270px
  }
  .marquee {
    font-size:9px;
    gap:10px
  }
  .closing h2 {
    font-size:38px
  }
}
@media(max-width:760px) {
  .site-header {
    padding:19px 5%
  }
  .brand {
    font-size:24px
  }
  .brand-icon {
    width:34px;
    height:34px;
    font-size:26px
  }
  .nav-create {
    font-size:12px;
    gap:12px
  }
  .hero {
    display:block;
    padding:42px 0 35px
  }
  .hero h1 {
    font-size:clamp(57px,12vw,83px);
    max-width:600px
  }
  .hero-copy>p {
    max-width:400px;
    font-size:16px
  }
  .hero-art {
    height:465px;
    margin:24px auto 0;
    max-width:420px
  }
  .stack-card {
    width:310px
  }
  .demo-card {
    padding:24px
  }
  .floating-label {
    right:1px;
    top:21px
  }
  .art-spark {
    right:3px;
    bottom:0
  }
  .hero-note {
    margin-top:17px
  }
  .marquee {
    flex-wrap:wrap;
    row-gap:10px;
    justify-content:center;
    column-gap:20px;
    padding:15px 0
  }
  .marquee b:last-of-type,.marquee span:last-child {
    display:none
  }
  .section {
    padding-top:44px
  }
  .section-heading {
    display:block
  }
  .section-heading h2 {
    font-size:39px
  }
  .section-heading p {
    max-width:350px;
    margin-top:17px
  }
  .game-grid {
    grid-template-columns:repeat(2,1fr);
    gap:11px
  }
  .game-tile {
    min-height:234px;
    padding:21px 17px
  }
  .game-tile h3 {
    font-size:24px
  }
  .game-tile p {
    font-size:12px
  }
  .game-tile .tile-symbol {
    font-size:44px;
    margin-bottom:27px
  }
  .game-tile .tile-tag {
    top:23px;
    right:15px;
    font-size:8px
  }
  .steps {
    gap:20px;
    grid-template-columns:1fr
  }
  .step {
    padding:15px 0 0;
    display:grid;
    grid-template-columns:37px 1fr
  }
  .step-number {
    grid-row:1/3;
    margin:3px 0 0
  }
  .step h3 {
    font-size:25px;
    margin-bottom:9px
  }
  .step p {
    margin:0;
    max-width:100%
  }
  .closing {
    margin-top:40px;
    padding:28px;
    display:block
  }
  .closing h2 {
    font-size:37px;
    margin-bottom:24px
  }
  .closing .button {
    width:100%
  }
  .site-footer {
    flex-wrap:wrap;
    gap:12px 20px;
    margin-top:40px;
    font-size:10px;
    padding-top:22px
  }
  .site-footer span:last-child {
    flex-basis:100%;
    margin-left:0
  }
  .workspace-head {
    display:block;
    padding:32px 0 23px
  }
  .workspace-head h1 {
    font-size:46px
  }
  .draft-status {
    margin-top:17px
  }
  .creator-layout {
    display:flex;
    flex-direction:column;
    gap:20px
  }
  .creator-main {
    width:100%
  }
  .side-card {
    position:static;
    width:100%;
    padding:24px
  }
  .side-card h2 {
    font-size:34px
  }
  .identity-fields {
    padding:20px;
    gap:15px;
    grid-template-columns:1fr
  }
  .round-head {
    padding:15px
  }
  .round-title {
    font-size:17px
  }
  .round-controls {
    gap:4px
  }
  .icon-button {
    width:28px;
    height:28px;
    font-size:14px
  }
  .round-body {
    padding:18px
  }
  .answer-zone {
    padding:14px
  }
  .rank-editor select {
    width:100%;
    font-size:13px
  }
  .share-panel {
    padding:25px;
    grid-template-columns:1fr;
    gap:23px
  }
  .manage-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .owner-aside {
    padding:23px
  }
  .center-page {
    margin-top:31px;
    padding:0 5%
  }
  .intro-card {
    padding:28px
  }
  .intro-card h1 {
    font-size:48px
  }
  .play-content {
    padding:25px 21px
  }
  .play-content h1 {
    font-size:34px
  }
  .play-card-top {
    padding:17px 21px
  }
  .complete-card {
    padding:29px 24px
  }
  .complete-card h1 {
    font-size:43px
  }
  .score-badge {
    font-size:72px
  }
  .feedback-card {
    padding:22px
  }
  .preview-strip {
    font-size:11px
  }
  .dialog {
    margin:auto 20px
  }
  .error-page {
    margin:30px auto
  }
  .site-header nav {
    flex-shrink:0
  }
}
@media(max-width:380px) {
  .hero h1 {
    font-size:52px
  }
  .hero-art {
    height:445px
  }
  .stack-card {
    width:270px
  }
  .demo-card {
    padding:20px
  }
  .floating-label {
    font-size:9px;
    right:-5px
  }
  .demo-option {
    font-size:11px
  }
  .game-tile .tile-tag {
    display:none
  }
  .game-tile h3 {
    font-size:22px
  }
  .round-head {
    gap:8px
  }
  .round-title {
    font-size:16px
  }
  .button {
    padding:16px 19px
  }
  .play-content h1 {
    font-size:30px
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    transition:none!important
  }
}
