/*
Theme Name: Starkup Cafe
Theme URI: https://starkupmedia.com/
Author: Starkup
Author URI: https://starkupmedia.com/
Description: QR menü, masa deneyimi ve tekrar ziyaret akışları için hızlı, mobil öncelikli Starkup teması.
Version: 2.7.0
Requires at least: 6.7
Requires PHP: 8.0
Text Domain: starkup-cafe
*/

:root {
  --ink: #0b0b0d;
  --muted: #5f6065;
  --cream: #f4f4f5;
  --paper: #ffffff;
  --forest: #0b0b0d;
  --lime: #ff4352;
  --coral: #d7081d;
  --red-soft: #fff0f2;
  --line: rgba(11, 11, 13, 0.13);
  --shadow: 0 20px 50px rgba(11, 11, 13, 0.13);
  --radius-lg: 28px;
  --radius-md: 20px;
  --safe-bottom: max(18px, env(safe-area-inset-bottom));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.sc-modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.sc-shell { min-height: 100vh; padding-bottom: 104px; overflow: hidden; }
.sc-wrap { width: min(100% - 32px, 1120px); margin-inline: auto; }

.sc-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
}
.sc-brand { display: flex; gap: 10px; align-items: center; font-weight: 800; letter-spacing: -0.03em; }
.sc-brand-mark {
  display: grid; place-items: center; width: 38px; height: 38px; border-radius: 14px;
  background: var(--forest); color: white; border: 2px solid var(--coral); font-size: 18px;
}
.sc-pill {
  border: 1px solid var(--line); background: rgba(255,255,255,.6); color: var(--ink);
  border-radius: 999px; padding: 9px 13px; font-weight: 750; font-size: 12px;
}

.sc-hero { padding: 34px 0 24px; position: relative; }
.sc-hero::after { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; right: -110px; top: 20px; border: 34px solid rgba(215,8,29,.12); border-radius: 50%; }
.sc-live-chip { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 24px; padding: 7px 10px; border: 1px solid rgba(11,11,13,.14); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--forest); font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.sc-live-chip span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(215,8,29,.13); }
.sc-eyebrow { margin: 0 0 14px; color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sc-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 10vw, 76px); line-height: .96; letter-spacing: -.065em; }
.sc-hero h1 span { color: var(--coral); }
.sc-lead { max-width: 630px; margin: 20px 0 0; color: var(--muted); font-size: clamp(17px, 3vw, 21px); line-height: 1.52; }
.sc-launch-panel { margin-top: 28px; padding: 16px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.84); box-shadow: 0 18px 45px rgba(11,11,13,.09); }
.sc-launch-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--forest); font-size: 12px; font-weight: 900; }
.sc-launch-head small { padding: 6px 8px; border-radius: 999px; background: #ededee; color: var(--muted); font-size: 9px; }
.sc-launch-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.sc-launch { min-width: 0; min-height: 96px; display: grid; grid-template-columns: 34px 1fr; align-content: center; gap: 3px 9px; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--ink); text-align: left; cursor: pointer; }
.sc-launch i { grid-row: span 2; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: #ededee; color: var(--forest); font-style: normal; font-size: 17px; }
.sc-launch span { min-width: 0; display: grid; gap: 3px; }
.sc-launch strong { font-size: 14px; letter-spacing: -.02em; }
.sc-launch small { overflow: hidden; color: inherit; font-size: 9px; font-weight: 650; opacity: .72; text-overflow: ellipsis; white-space: nowrap; }
.sc-launch b { display: none; }
.sc-launch-primary { border-color: var(--forest); background: var(--forest); color: white; }
.sc-launch-primary i { background: var(--coral); color: white; }
.sc-launch-game { border-color: var(--lime); background: var(--lime); color: var(--forest); }
.sc-launch-game i { background: var(--forest); color: white; }
.sc-launch-music { border-color: #cacacd; background: white; color: var(--ink); }
.sc-launch-music i { background: var(--forest); color: white; }
.sc-launch-waiter { border-color: #f2b8bf; background: var(--red-soft); color: var(--ink); }
.sc-launch-waiter i { background: var(--coral); color: white; }

.sc-actions { display: grid; gap: 12px; margin-top: 28px; }
.sc-button {
  min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  border: 0; border-radius: 18px; padding: 0 18px; cursor: pointer; font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease;
}
.sc-button:active { transform: scale(.985); }
.sc-button-primary { background: var(--forest); color: white; box-shadow: 0 16px 34px rgba(11,11,13,.2); }
.sc-button-primary .sc-button-icon { color: var(--lime); }
.sc-button-secondary { background: var(--lime); color: var(--forest); }
.sc-button small { display: block; margin-top: 3px; font-weight: 600; opacity: .72; }
.sc-button-icon { font-size: 22px; }

.sc-section { padding: 28px 0; }
.sc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.sc-section h2 { margin: 0; font-size: 24px; letter-spacing: -.045em; }
.sc-section-note { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.sc-section-link { color: var(--muted); font-size: 13px; font-weight: 750; }
.sc-link-button { border: 0; padding: 4px 0; background: transparent; cursor: pointer; }

.sc-game-card {
  position: relative; overflow: hidden; min-height: 260px; border-radius: var(--radius-lg); padding: 24px;
  width: 100%; border: 0; background: var(--forest); color: white; box-shadow: var(--shadow); text-align: left; cursor: pointer;
}
.sc-game-card::after {
  content: ""; position: absolute; width: 240px; height: 240px; right: -90px; bottom: -110px;
  border: 36px solid var(--lime); border-radius: 50%; opacity: .9;
}
.sc-game-card::before { content: "☕"; position: absolute; right: 30px; top: 34px; font-size: 58px; transform: rotate(8deg); filter: grayscale(1) brightness(4); opacity: .12; }
.sc-game-kicker { color: var(--lime); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; }
.sc-game-card h3 { max-width: 360px; margin: 18px 0 10px; font-size: clamp(30px, 8vw, 46px); line-height: 1; letter-spacing: -.055em; }
.sc-game-card p { max-width: 430px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.5; }
.sc-game-meta { position: absolute; left: 24px; bottom: 22px; display: flex; gap: 8px; z-index: 1; }
.sc-game-meta span { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 7px 10px; font-size: 11px; font-weight: 750; }

.sc-menu-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.sc-menu-tabs::-webkit-scrollbar { display: none; }
.sc-menu-tab { flex: 0 0 auto; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; padding: 10px 14px; font-weight: 750; color: var(--muted); cursor: pointer; }
.sc-menu-tab small { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 4px; border-radius: 999px; background: rgba(24,35,28,.07); font-size: 10px; }
.sc-menu-tab[aria-selected="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.sc-menu-tab[aria-selected="true"] small { background: rgba(255,255,255,.16); }
.sc-products { display: grid; gap: 12px; margin-top: 16px; }
.sc-product {
  position: relative; display: grid; grid-template-columns: 66px 1fr auto; align-items: center; gap: 14px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 10px;
}
.sc-product[hidden] { display: none; }
.sc-product-visual { position: relative; display: grid; place-items: center; width: 66px; height: 66px; overflow: hidden; background: #e7e7e9; border-radius: 15px; font-size: 30px; }
.sc-product-visual img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.sc-product-visual .sc-atlas-image, .sc-detail-atlas .sc-atlas-image { position: absolute; left: var(--sc-atlas-x); top: var(--sc-atlas-y); width: 200%; height: 200%; max-width: none; border-radius: 0; object-fit: fill; }
.sc-product h3 { margin: 0 0 5px; font-size: 16px; }
.sc-product p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.sc-product-labels { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.sc-product-labels span { padding: 3px 6px; border-radius: 999px; background: #eeeeef; color: var(--forest); font-size: 8px; font-weight: 850; letter-spacing: .02em; }
.sc-price { padding-right: 6px; font-weight: 900; white-space: nowrap; }
.sc-product-hit { position: absolute; inset: 0; z-index: 1; border: 0; border-radius: inherit; background: transparent; cursor: pointer; }
.sc-product-hit:focus-visible { outline: 3px solid var(--coral); outline-offset: 2px; }
.sc-product-badge { display: inline-flex; width: max-content; margin: 0 0 5px; padding: 3px 7px; border-radius: 999px; background: var(--lime); color: var(--forest); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.sc-special-filters { display: flex; gap: 8px; overflow-x: auto; margin: 10px 0; padding-bottom: 3px; scrollbar-width: none; }
.sc-special-filters::-webkit-scrollbar { display: none; }
.sc-filter-chip { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; background: white; padding: 9px 12px; color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; }
.sc-filter-chip[aria-pressed="true"] { background: var(--coral); border-color: var(--coral); color: white; }
.sc-empty-menu { padding: 34px 12px; text-align: center; color: var(--muted); }
.sc-empty-menu p { margin: 0 0 12px; }
.sc-empty-menu button { border: 0; border-radius: 999px; padding: 10px 14px; background: var(--forest); color: white; font-weight: 800; cursor: pointer; }

.sc-detail-hero { position: relative; min-height: 230px; display: grid; place-items: center; margin: -20px -20px 0; overflow: hidden; background: #e7e7e9; font-size: 76px; }
.sc-detail-hero img { width: 100%; height: 280px; object-fit: cover; }
.sc-detail-atlas { position: absolute; inset: 0; overflow: hidden; }
.sc-detail-close { position: absolute; right: 16px; top: 16px; z-index: 2; background: rgba(255,255,255,.9); }
.sc-detail-body { padding-top: 22px; }
.sc-detail-top { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.sc-detail-top h2 { margin: 0; font-size: 32px; letter-spacing: -.05em; }
.sc-detail-price { font-size: 22px; font-weight: 950; white-space: nowrap; }
.sc-detail-desc { color: var(--muted); line-height: 1.55; }
.sc-detail-labels { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0; }
.sc-detail-labels span { padding: 7px 10px; border-radius: 999px; background: #eeeeef; color: var(--forest); font-size: 11px; font-weight: 800; }
.sc-detail-info { display: grid; gap: 12px; margin-top: 20px; }
.sc-detail-info div { padding: 14px; border-radius: 15px; background: #f1f1f2; }
.sc-detail-info strong { display: block; margin-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.sc-variants { display: grid; gap: 8px; margin-top: 18px; }
.sc-variant { display: flex; justify-content: space-between; gap: 16px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; font-weight: 750; }

.sc-pilot-card { min-height: 260px; display: grid; align-content: end; gap: 18px; border-radius: var(--radius-lg); padding: 24px; background: #e7e7e9; color: var(--forest); box-shadow: inset 0 0 0 1px rgba(11,11,13,.09); }
.sc-pilot-card h3 { margin: 0 0 8px; font-size: 26px; letter-spacing: -.045em; }
.sc-pilot-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.sc-pilot-icon { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 20px; background: var(--forest); color: var(--lime); font-size: 30px; }
.sc-passport { display: grid; gap: 18px; border-radius: var(--radius-lg); padding: 22px; background: var(--coral); color: white; }
.sc-passport-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sc-passport h3 { margin: 0; font-size: 25px; letter-spacing: -.045em; }
.sc-passport p { margin: 5px 0 0; font-size: 13px; opacity: .72; }
.sc-stamps { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.sc-stamp { aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; border: 2px dashed rgba(255,255,255,.45); font-weight: 900; }
.sc-stamp.is-filled { border-style: solid; background: var(--cream); }

.sc-bottom-nav {
  position: fixed; left: 50%; bottom: var(--safe-bottom); transform: translateX(-50%); z-index: 20;
  width: min(calc(100% - 28px), 520px); display: grid; grid-template-columns: repeat(4,1fr); gap: 4px;
  padding: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px;
  background: rgba(11,11,13,.96); color: white; box-shadow: 0 14px 40px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
}
.sc-nav-item { display: grid; justify-items: center; gap: 3px; padding: 7px 2px; border: 0; border-radius: 15px; background: transparent; color: inherit; font-size: 10px; font-weight: 700; opacity: .65; cursor: pointer; }
.sc-nav-item span:first-child { font-size: 19px; }
.sc-nav-item.is-active { background: rgba(255,67,82,.18); color: var(--lime); opacity: 1; }

.sc-demo-note { margin: 24px 0 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; color: var(--muted); font-size: 12px; line-height: 1.5; }

.sc-dialog {
  width: min(calc(100% - 20px), 620px); max-height: min(88vh, 760px); padding: 0; overflow: hidden;
  border: 0; border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.3);
}
.sc-dialog::backdrop { background: rgba(0,0,0,.74); backdrop-filter: blur(8px); }
.sc-dialog-shell { max-height: inherit; overflow: auto; padding: 20px; }
.sc-dialog-head { position: sticky; top: -20px; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: -20px -20px 20px; padding: 18px 20px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.sc-dialog-head h2 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.sc-icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 18px; }
.sc-search { width: 100%; min-height: 50px; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 16px; background: #f2f2f3; padding: 0 16px; font: inherit; }
.sc-search:focus { outline: 3px solid rgba(215,8,29,.24); border-color: var(--coral); }
.sc-menu-controls { position: sticky; top: 57px; z-index: 2; margin: 0 -20px 18px; padding: 0 20px 8px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.sc-menu-filter-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sc-menu-result { flex: 0 0 auto; color: var(--muted); font-size: 11px; font-weight: 850; }
.sc-modal-products { display: grid; gap: 10px; }
.sc-menu-group { display: grid; gap: 10px; scroll-margin-top: 86px; }
.sc-menu-group + .sc-menu-group { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.sc-menu-group[hidden] { display: none; }
.sc-menu-group > header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.sc-menu-group > header h3 { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 21px; letter-spacing: -.04em; }
.sc-menu-group > header h3 i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: #eeeeef; font-style: normal; font-size: 17px; }
.sc-menu-group > header p { margin: 5px 0 0 43px; color: var(--muted); font-size: 11px; }
.sc-menu-group > header span { color: var(--muted); font-size: 11px; font-weight: 800; }
.sc-menu-group-products { display: grid; gap: 10px; }

.sc-game-screen[hidden] { display: none; }
.sc-game-screen { min-height: 420px; }
#game-dialog { width: min(calc(100% - 12px), 720px); max-height: min(94vh, 860px); }
#game-dialog .sc-dialog-shell { padding-inline: clamp(14px,4vw,28px); }
#game-dialog .sc-game-screen[data-game-screen="play"] { min-height: 580px; }
.sc-game-picker { display: grid; gap: 10px; margin-top: 24px; }
.sc-game-picker button { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; min-height: 78px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 19px; background: white; text-align: left; cursor: pointer; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.sc-game-picker button:hover { border-color: rgba(215,8,29,.45); box-shadow: 0 10px 25px rgba(11,11,13,.1); transform: translateY(-1px); }
.sc-game-picker button:active { transform: scale(.985); }
.sc-game-picker i { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--forest); color: var(--lime); font-style: normal; font-size: 24px; }
.sc-game-picker span { display: grid; gap: 4px; }
.sc-game-picker strong { font-size: 15px; }
.sc-game-picker small { color: var(--muted); }
.sc-game-picker b { max-width: 72px; padding: 6px 8px; border-radius: 999px; background: var(--lime); color: var(--forest); font-size: 9px; text-align: center; }
.sc-play-head { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin-bottom: 12px; }
.sc-play-head button { justify-self: start; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.sc-play-head span { justify-self: end; min-width: 48px; padding: 7px 10px; border-radius: 999px; background: var(--forest); color: var(--lime); text-align: center; font-weight: 900; }
.sc-game-canvas { display: block; width: min(100%,370px); height: auto; margin: 0 auto; border: 1px solid rgba(11,11,13,.13); border-radius: 24px; background: #f1f1f2; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); touch-action: none; }
.sc-game-hint + .sc-button:disabled { display: none; }
.sc-game-hint { min-height: 22px; margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.sc-game-text-button { display: block; margin: 14px auto 0; border: 0; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }
.sc-game-progress { height: 7px; margin-bottom: 24px; overflow: hidden; border-radius: 999px; background: #e2e2e4; }
.sc-game-progress span { display: block; width: 25%; height: 100%; background: var(--coral); transition: width .3s ease; }
.sc-game-title { margin: 0; font-size: clamp(34px,8vw,52px); line-height: 1; letter-spacing: -.06em; }
.sc-game-copy { color: var(--muted); line-height: 1.55; }
.sc-player-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 24px 0; }
.sc-player { min-height: 110px; display: grid; place-items: center; text-align: center; border: 2px dashed var(--line); border-radius: 20px; color: var(--muted); font-size: 12px; font-weight: 750; }
.sc-player.is-ready { border-style: solid; border-color: var(--coral); background: var(--red-soft); color: var(--forest); }
.sc-player strong { display: block; margin-bottom: 5px; font-size: 30px; }
.sc-answer-grid { display: grid; gap: 10px; margin-top: 22px; }
.sc-answer { min-height: 56px; padding: 12px 16px; text-align: left; border: 1px solid var(--line); border-radius: 16px; background: white; cursor: pointer; font-weight: 750; }
.sc-answer:hover, .sc-answer:focus-visible { border-color: var(--coral); background: var(--red-soft); }
.sc-reward { padding: 25px; border-radius: 24px; background: linear-gradient(145deg,var(--coral),#a80013); color: white; text-align: center; }
.sc-reward-mark { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%; background: white; color: var(--coral); font-size: 34px; }
.sc-reward h3 { margin: 0; font-size: 34px; letter-spacing: -.05em; }
.sc-result-rating { display: block; margin-top: 5px; font-size: 14px; }
.sc-best-score { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 0 8px; padding: 12px 14px; border: 1px solid rgba(23,61,43,.2); border-radius: 14px; background: rgba(255,255,255,.4); font-size: 12px; font-weight: 800; }
.sc-best-score b { font-size: 18px; }
.sc-reward-code { display: inline-block; margin: 16px 0; padding: 10px 14px; border: 2px dashed white; border-radius: 12px; font-weight: 950; letter-spacing: .12em; }
.sc-full-button { width: 100%; margin-top: 16px; justify-content: center; }

.sc-interaction-dialog { width: min(calc(100% - 16px),560px); }
.sc-interaction-intro { margin-bottom: 20px; }
.sc-interaction-intro h3 { margin: 12px 0 7px; font-size: clamp(25px,7vw,34px); line-height: 1; letter-spacing: -.05em; }
.sc-interaction-intro p { margin: 0; color: var(--muted); line-height: 1.5; }
.sc-demo-chip { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #eeeeef; color: var(--forest); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sc-music-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.sc-music-grid button { min-height: 72px; display: flex; align-items: center; gap: 11px; padding: 11px; border: 1px solid var(--line); border-radius: 17px; background: white; color: var(--ink); text-align: left; cursor: pointer; }
.sc-music-grid button i { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 13px; background: var(--forest); color: white; font-size: 19px; font-style: normal; }
.sc-music-grid button.is-selected { border-color: var(--coral); background: var(--red-soft); box-shadow: inset 0 0 0 1px var(--coral); }
.sc-music-grid button span { font-size: 13px; font-weight: 850; }
.sc-interaction-result { display: grid; gap: 4px; margin-top: 14px; padding: 14px; border-radius: 16px; background: #f1f1f2; }
.sc-interaction-result.is-success { background: #ededee; color: var(--forest); border-left: 4px solid var(--coral); }
.sc-interaction-result.is-error { background: var(--red-soft); color: #8f0011; }
.sc-interaction-result strong { font-size: 13px; }
.sc-interaction-result span { color: inherit; font-size: 11px; line-height: 1.45; opacity: .78; }
.sc-music-pulse { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); }
.sc-pulse-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.sc-pulse-head span { color: var(--muted); font-size: 10px; font-weight: 800; }
.sc-music-pulse [data-music-bars] { display: grid; gap: 9px; }
.sc-pulse-row { display: grid; grid-template-columns: 100px 1fr 34px; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; }
.sc-pulse-row i { height: 7px; overflow: hidden; border-radius: 99px; background: #e2e2e4; }
.sc-pulse-row i::after { content: ""; display: block; width: var(--value); height: 100%; border-radius: inherit; background: var(--coral); transition: width .3s ease; }
.sc-pulse-row b { text-align: right; }
.sc-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.sc-service-grid button { min-height: 82px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: white; text-align: left; cursor: pointer; }
.sc-service-grid button i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--red-soft); color: var(--coral); font-style: normal; font-weight: 900; }
.sc-service-grid button span { display: grid; gap: 3px; }
.sc-service-grid button strong { font-size: 13px; }
.sc-service-grid button small { color: var(--muted); font-size: 9px; }
.sc-service-grid button.is-selected { border-color: var(--coral); background: var(--red-soft); box-shadow: inset 0 0 0 1px var(--coral); }
.sc-service-confirm { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 14px; border-radius: 17px; background: #f0f0f1; }
.sc-service-confirm>div { display: grid; gap: 3px; }
.sc-service-confirm>div:last-child { display: flex; align-items: center; gap: 7px; }
.sc-service-confirm span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.sc-service-confirm strong { font-size: 13px; }
.sc-service-confirm .sc-button { min-height: 44px; padding-inline: 13px; border-radius: 14px; font-size: 11px; }
.sc-text-action { min-height: 44px; border: 0; padding: 0 9px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; }

.sc-toast { position: fixed; left: 50%; bottom: 112px; z-index: 80; transform: translate(-50%,16px); width: max-content; max-width: calc(100% - 32px); padding: 12px 16px; border-radius: 999px; background: var(--ink); color: white; font-size: 13px; font-weight: 750; opacity: 0; pointer-events: none; transition: .2s ease; }
.sc-toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.sc-showcase { min-height: 100vh; position: relative; overflow: hidden; background: var(--forest); color: white; }
.sc-showcase::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -180px; border: 72px solid var(--lime); border-radius: 50%; opacity: .16; }
.sc-showcase .sc-topbar { position: relative; z-index: 1; }
.sc-showcase .sc-brand-mark { background: var(--lime); color: var(--forest); }
.sc-showcase-main { position: relative; z-index: 1; display: grid; align-items: center; min-height: calc(100vh - 82px); padding: 54px 0 80px; }
.sc-showcase-copy { max-width: 780px; }
.sc-showcase .sc-eyebrow { color: var(--lime); }
.sc-showcase h1 { margin: 0; font-size: clamp(48px,10vw,92px); line-height: .94; letter-spacing: -.07em; }
.sc-showcase h1 span { color: var(--lime); }
.sc-showcase p { max-width: 650px; color: rgba(255,255,255,.7); font-size: clamp(17px,2vw,21px); line-height: 1.55; }
.sc-showcase-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.sc-showcase-points span { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 9px 12px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 750; }
.sc-showcase-note { margin-top: 32px; color: var(--lime) !important; font-size: 13px !important; font-weight: 800; }

@media (min-width: 760px) {
  .sc-wrap { width: min(100% - 64px, 1120px); }
  .sc-hero { min-height: 520px; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(360px,.82fr); align-items: center; gap: clamp(50px,8vw,110px); }
  .sc-hero::after { right: 27%; top: 80px; }
  .sc-hero h1 { font-size: clamp(58px,6vw,82px); }
  .sc-launch-panel { margin-top: 0; padding: 20px; }
  .sc-launch { min-height: 118px; transition: transform .16s ease, box-shadow .16s ease; }
  .sc-launch:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(11,11,13,.12); }
  .sc-content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: start; }
  .sc-products { grid-template-columns: repeat(2,1fr); }
  .sc-bottom-nav { display: none; }
  .sc-shell { padding-bottom: 50px; }
}

@media (max-width: 520px) {
  .sc-shell { padding-bottom: 28px; }
  .sc-topbar { flex-direction: column; justify-content: center; gap: 10px; padding-top: 24px; text-align: center; }
  .sc-brand { flex-direction: column; gap: 8px; font-size: 21px; }
  .sc-brand-mark { width: 48px; height: 48px; border-radius: 17px; font-size: 22px; }
  .sc-pill { padding: 7px 11px; background: transparent; font-size: 10px; }
  .sc-hero { display: block; padding: 20px 0 14px; }
  .sc-hero::after, .sc-hero-copy, .sc-launch-head { display: none; }
  .sc-launch-panel { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .sc-launch-grid { grid-template-columns: 1fr; gap: 10px; }
  .sc-launch { min-height: 68px; grid-template-columns: 42px 1fr 22px; align-items: center; padding: 10px 14px; border-radius: 20px; }
  .sc-launch i { grid-row: auto; width: 42px; height: 42px; border-radius: 14px; }
  .sc-launch span { gap: 2px; }
  .sc-launch strong { font-size: 16px; }
  .sc-launch small { font-size: 10px; }
  .sc-launch b { display: block; justify-self: end; font-size: 18px; }
  .sc-content-grid { display: none; }
  .sc-featured-section { padding-top: 22px; }
  .sc-featured-section .sc-section-head { align-items: center; }
  .sc-featured-section .sc-section-head h2 { font-size: 22px; }
  .sc-bottom-nav { display: none; }
  #game-dialog { width: calc(100% - 8px); max-height: 96vh; border-radius: 24px; }
  #game-dialog .sc-dialog-head { margin-inline: -14px; padding-inline: 14px; }
  #game-dialog .sc-play-head { margin-top: -2px; }
  #game-dialog .sc-game-hint { margin-top: 9px; }
  .sc-interaction-dialog { width: calc(100% - 8px); max-height: 94vh; border-radius: 24px; }
  .sc-service-confirm { align-items: stretch; flex-direction: column; }
  .sc-service-confirm>div:last-child { justify-content: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
