/* Production marketing only. No selectors target legacy gameplay. */
.tasleya-brand {
  --midnight:#0B1020; --yellow:#FFD84D; --violet:#7657FF; --coral:#FF5D73; --aqua:#27D3C3; --blue:#3887FF; --cream:#FFF8E8; --white:#FFF;
  --surface:#FFFCF5; --text:#0B1020; --muted:#626577; --line:#DDD9CF; --dark-surface:#161D32; --dark-line:#35405B; --dark-muted:#B9C1D6;
  --heading:'Tasleya Alexandria',Tahoma,Arial,sans-serif; --body:'Tasleya Plex',Tahoma,Arial,sans-serif;
  --s1:4px; --s2:8px; --s3:12px; --s4:16px; --s5:24px; --s6:32px; --s7:40px; --s8:48px; --s9:64px; --s10:80px; --s11:96px;
  --radius-sm:12px; --radius-md:20px; --radius-lg:32px; --radius-pill:999px;
  --border:1px solid var(--line); --shadow:0 12px 30px #0b10200c; --shadow-raised:0 24px 48px #0b102026;
  --motion-fast:160ms; --motion-medium:300ms; --ease:cubic-bezier(.2,.8,.2,1); --layer-art:1; --layer-floating:5; --layer-dialog:20;
  margin:0; background:var(--cream); color:var(--text); font:400 17px/1.7 var(--body); -webkit-font-smoothing:antialiased;
}
.tasleya-brand *, .tasleya-brand *::before, .tasleya-brand *::after {box-sizing:border-box}
.tasleya-brand :is(h1,h2,h3,p,ol,ul) {margin:0}
.tasleya-brand :is(h1,h2,h3) {font-family:var(--heading);font-weight:700;line-height:1.6;overflow-wrap:anywhere}
.tasleya-brand h1 {font-size:clamp(32px,3.3vw,48px);font-weight:800;letter-spacing:-1.3px}
.tasleya-brand h2 {font-size:clamp(23px,2.1vw,30px);letter-spacing:-.7px}
.tasleya-brand h3 {font-size:19px;letter-spacing:-.4px}
.tasleya-brand a {color:inherit;text-decoration:none}
.tasleya-brand button,.tasleya-brand input,.tasleya-brand select {font:inherit}
.tasleya-brand button {cursor:pointer}
.tasleya-brand button:disabled {cursor:not-allowed;opacity:.46}
.tasleya-brand :is(button,a,input,select,summary):focus-visible {outline:3px solid #5b38e0;outline-offset:5px}
.tasleya-brand :is(img,svg) {max-width:100%}
.tasleya-brand img {display:block}
.tasleya-brand bdi {font-family:var(--body);font-variant-numeric:tabular-nums}
.tasleya-brand small {font-size:14px}
.tasleya-brand .rb-container {width:calc(100% - 112px);max-width:1280px;margin-inline:auto}
.tasleya-brand .rb-icon {width:22px;height:22px;flex-shrink:0;vertical-align:middle}
.tasleya-brand .rb-sr-only {position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.tasleya-brand .rb-skip-link {position:fixed;top:8px;right:8px;z-index:100;padding:12px 24px;background:var(--yellow);color:var(--midnight);transform:translateY(-160%)}
.tasleya-brand .rb-skip-link:focus {transform:translateY(0)}
.tasleya-brand main:focus {outline:none}
.tasleya-brand .rb-two-dots {display:inline-flex;align-items:center;gap:4px;flex-shrink:0;color:var(--yellow)}
.tasleya-brand .rb-two-dots::before,.tasleya-brand .rb-two-dots::after {content:'';display:block;width:7px;height:7px;border-radius:50%;background:currentColor}
.tasleya-brand .rb-two-dots.rb-big {gap:12px;transform:rotate(-12deg);color:var(--violet)}
.tasleya-brand .rb-two-dots.rb-big::before,.tasleya-brand .rb-two-dots.rb-big::after {width:42px;height:42px}
.tasleya-brand .rb-site-header {display:flex;align-items:center;justify-content:space-between;gap:32px;height:100px}
.tasleya-brand .rb-site-header .rb-logo {gap:12px}
.tasleya-brand .rb-site-header .rb-logo small {padding-inline-start:4px}
.tasleya-brand .rb-logo {display:inline-flex;gap:10px;align-items:center;flex-shrink:0}
.tasleya-brand .rb-logo>span {font-family:var(--heading);font-size:31px;line-height:1.35;font-weight:800;letter-spacing:-1px}
.tasleya-brand .rb-logo small {display:block;font:600 9px/1.5 var(--body);letter-spacing:4px;text-align:center}
.tasleya-brand .rb-logo img {width:45px;height:45px;border-radius:13px}
.tasleya-brand .rb-site-header nav {display:flex;align-items:center;gap:32px;font-weight:400;color:var(--muted)}
.tasleya-brand .rb-site-header nav a {display:flex;align-items:center;gap:7px;min-height:44px}
.tasleya-brand .rb-site-header nav a[aria-current],.tasleya-brand .rb-site-header nav a:hover {text-decoration:underline;text-underline-offset:9px}
.tasleya-brand .rb-mini-label {display:inline-block;font-size:11px;font-weight:600;padding:1px 7px;border-radius:5px;background:#0b10200a;border:1px solid #0b102012;color:inherit;white-space:nowrap}
.tasleya-brand .rb-button {display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:56px;padding:12px 28px;border:1.5px solid transparent;border-radius:var(--radius-sm);font-size:17px;font-weight:600;line-height:1.7;text-align:center;transition:background var(--motion-fast),transform var(--motion-fast),box-shadow var(--motion-fast)}
.tasleya-brand .rb-button.rb-primary {background:var(--yellow);color:var(--midnight);border-color:var(--yellow)}
.tasleya-brand .rb-button.rb-outline {background:transparent;border-color:#8b897f;color:var(--text)}
.tasleya-brand .rb-button.rb-small {min-height:48px;padding:8px 20px;font-size:15px}
.tasleya-brand .rb-button.rb-primary:not(:disabled):hover {background:#ffcc24;border-color:#ffcc24;transform:translateY(-2px);box-shadow:0 5px 0 #0b102016}
.tasleya-brand .rb-button.rb-outline:not(:disabled):hover {background:#0b102008;border-color:var(--midnight)}
.tasleya-brand .rb-text-link {display:inline-flex;align-items:center;gap:12px;min-height:44px;font-weight:600;font-size:16px}
.tasleya-brand .rb-text-link:hover {text-decoration:underline;text-underline-offset:4px}
.tasleya-brand .rb-eyebrow {font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;letter-spacing:0;line-height:1.8}
.tasleya-brand .rb-eyebrow .rb-two-dots {color:#078579}
.tasleya-brand .rb-muted {color:var(--muted)}
.tasleya-brand .rb-hero {display:grid;grid-template-columns:1fr 1.03fr;gap:36px;align-items:center;padding-block:40px 66px;min-height:595px}
.tasleya-brand .rb-hero-copy {position:relative;z-index:2;padding-bottom:10px}
.tasleya-brand .rb-hero-copy h1 {font-size:clamp(40px,4.25vw,62px);line-height:1.55;letter-spacing:-2px;margin-block:17px 21px}
.tasleya-brand .rb-highlight {position:relative;display:inline-block;z-index:0}
.tasleya-brand .rb-highlight::before {content:'';position:absolute;background:var(--yellow);inset:24% -7% 8%;transform:rotate(3deg);z-index:-1;border-radius:4px}
.tasleya-brand .rb-hero-description {font-size:20px;line-height:1.9;color:#555869;max-width:510px}
.tasleya-brand .rb-hero-actions {display:flex;gap:12px;margin-block:28px 18px}
.tasleya-brand .rb-hero-actions .rb-primary {min-width:172px}
.tasleya-brand .rb-host-link {display:inline-flex;gap:8px;align-items:center;min-height:44px;font-size:14px}
.tasleya-brand .rb-host-link:hover {text-decoration:underline}
.tasleya-brand .rb-host-link .rb-icon {width:19px}
.tasleya-brand .rb-hero-caption {display:flex;gap:16px;margin-top:26px;color:var(--muted);font-size:12px}
.tasleya-brand .rb-hero-caption span+span {border-inline-start:1px solid #c8c5b9;padding-inline-start:16px}
.tasleya-brand .rb-product-composition {position:relative;height:530px;direction:rtl;isolation:isolate;max-width:610px;width:100%}
.tasleya-brand .rb-hero-orbit {position:absolute;width:88%;height:92%;background:#efe9ff;border-radius:50% 43% 46% 38%;top:3%;left:5%;z-index:-1;transform:rotate(-14deg);overflow:clip}
.tasleya-brand .rb-hero-orbit::before {content:'';position:absolute;inset:14px -18px;border:1px solid #bca4ef;transform:rotate(27deg);border-radius:50%}
.tasleya-brand .rb-mini-board {width:92%;position:absolute;top:60px;left:1%;background:var(--midnight);border:6px solid #242d48;outline:1px solid #414a61;border-radius:20px;padding:22px 24px 18px;box-shadow:12px 16px 0 #b6a4dd,0 25px 40px #0b102033;color:var(--white);transform:rotate(-5deg);z-index:1}
.tasleya-brand .rb-mini-board-top {display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}
.tasleya-brand .rb-mini-board-top .rb-logo img {display:none}
.tasleya-brand .rb-mini-board-top .rb-logo>span {font-size:24px;color:var(--yellow)}
.tasleya-brand .rb-mini-board-top .rb-logo small {display:none}
.tasleya-brand .rb-mini-board-top>span {font-size:11px;color:#bdc7dc}
.tasleya-brand .rb-mini-category {font-size:12px;color:var(--aqua);text-align:center}
.tasleya-brand .rb-mini-board h2 {font-size:21px;text-align:center;margin:8px auto 22px;max-width:340px;line-height:1.7}
.tasleya-brand .rb-mini-answers {display:grid;grid-template-columns:1fr 1fr;gap:10px}
.tasleya-brand .rb-mini-answers>div {border:1px solid #424b67;border-radius:10px;background:#1a2238;display:flex;gap:12px;padding:11px;font-size:14px}
.tasleya-brand .rb-mini-answers b {display:grid;place-items:center;width:25px;height:25px;background:var(--yellow);color:var(--midnight);border-radius:7px;line-height:1}
.tasleya-brand .rb-board-bottom {display:flex;align-items:center;justify-content:space-between;margin-top:16px;font-size:11px;color:#b8c2d7}
.tasleya-brand .rb-board-bottom>span:first-child {display:flex;gap:8px;align-items:center}
.tasleya-brand .rb-mini-timer {width:34px;height:34px;display:grid;place-items:center;border:2px solid var(--aqua);border-radius:50%;font-size:17px;color:var(--white);direction:ltr}
.tasleya-brand .rb-mini-phone {width:170px;position:absolute;top:230px;left:0;z-index:3;border:5px solid #343747;border-radius:28px;background:#0d1325;color:var(--white);padding:10px 12px;transform:rotate(8deg);box-shadow:var(--shadow-raised);font-size:10px}
.tasleya-brand .rb-phone-notch {width:52px;height:6px;background:#333b52;margin:0 auto 14px;border-radius:8px}
.tasleya-brand .rb-phone-top {display:flex;justify-content:space-between;color:var(--yellow);font-family:var(--heading);font-weight:800;font-size:14px;margin-bottom:10px}
.tasleya-brand .rb-phone-top span {font-size:10px;font-weight:400;color:#c4cddd}
.tasleya-brand .rb-mini-phone>p {font-size:10px;color:#c4cddd;margin-bottom:4px}
.tasleya-brand .rb-mini-phone>strong {font-size:12px;line-height:1.7;display:block;margin-bottom:10px}
.tasleya-brand .rb-phone-choice {border:1px solid #424b67;border-radius:7px;display:flex;align-items:center;gap:8px;margin-top:5px;padding:5px 6px;font-size:11px}
.tasleya-brand .rb-phone-choice b {color:var(--yellow);border-left:1px solid #424b67;padding-left:7px}
.tasleya-brand .rb-phone-choice.rb-highlighted {background:#30254b;border-color:var(--yellow)}
.tasleya-brand .rb-phone-choice.rb-highlighted span {margin-right:auto;color:var(--yellow)}
.tasleya-brand .rb-phone-submit {text-align:center;color:var(--midnight);background:var(--yellow);padding:7px;margin-top:9px;border-radius:7px;font-weight:600}
.tasleya-brand .rb-mini-phone>small {text-align:center;color:#c4cddd;font-size:9px;display:block;margin-top:7px}
.tasleya-brand .rb-floating-label {position:absolute;top:16px;right:22px;display:flex;align-items:center;gap:10px;background:var(--white);padding:8px 16px;border:1px solid var(--midnight);border-radius:8px;transform:rotate(5deg);font-size:13px;z-index:4;box-shadow:3px 4px 0 #0b1020}
.tasleya-brand .rb-floating-label .rb-two-dots {color:var(--violet)}
.tasleya-brand .rb-spark {position:absolute;font-family:Arial;font-size:53px;line-height:1;z-index:4}
.tasleya-brand .rb-spark-one {top:115px;right:-11px;color:var(--violet);transform:rotate(16deg)}
.tasleya-brand .rb-spark-two {bottom:3px;left:34%;color:#b84360;transform:rotate(-12deg);font-size:40px}
.tasleya-brand .rb-formats {display:grid;grid-template-columns:.8fr 1fr 1fr;gap:24px;align-items:center;padding-block:32px;border-top:var(--border);border-bottom:var(--border)}
.tasleya-brand .rb-formats h2 {font-size:28px;margin-top:8px}
.tasleya-brand .rb-formats-intro>.rb-eyebrow {color:var(--muted);font-size:13px}
.tasleya-brand .rb-formats-intro>p:last-child {color:var(--muted);font-size:16px;margin-top:12px}
.tasleya-brand .rb-format-card {display:flex;flex-direction:column;align-self:stretch;border:1px solid #e5ddcf;border-radius:var(--radius-md);background:#faf3e5;transition:border-color var(--motion-fast),background var(--motion-fast)}
.tasleya-brand .rb-format-card:hover {background:var(--surface);border-color:#8b897f}
.tasleya-brand .rb-format-scene {padding:12px 16px 0}
.tasleya-brand .rb-format-illustration {display:block;width:100%;height:172px}
.tasleya-brand .rb-format-copy {padding:4px 24px 18px}
.tasleya-brand .rb-format-card strong {display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-family:var(--heading);font-size:18px;line-height:1.8}
.tasleya-brand .rb-format-card small {display:block;color:var(--muted);font-size:15px;margin-top:3px}
.tasleya-brand .rb-format-action {display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;min-height:44px;margin-top:6px}
.tasleya-brand .rb-format-action .rb-icon {width:18px;margin-inline-start:auto}
.tasleya-brand .rb-section {padding-block:64px}
.tasleya-brand .rb-section-heading {display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}
.tasleya-brand .rb-section-heading .rb-eyebrow {color:var(--muted);margin-bottom:7px}
.tasleya-brand .rb-section-heading>small {color:var(--muted)}
.tasleya-brand .rb-games-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 22px}
.tasleya-brand .rb-game-card {min-width:0;display:flex;flex-direction:column}
.tasleya-brand .rb-art-link {position:relative;display:block;overflow:hidden;border-radius:var(--radius-md);background:var(--violet)}
.tasleya-brand .rb-game-art {width:100%;height:auto;object-fit:contain;aspect-ratio:1.4}
.tasleya-brand .rb-art-link:hover .rb-art-arrow {background:var(--yellow);transform:translateX(-3px)}
.tasleya-brand .rb-art-arrow {position:absolute;bottom:12px;left:12px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--cream);border:1px solid #0b102030;transition:background var(--motion-fast),transform var(--motion-fast)}
.tasleya-brand .rb-art-arrow .rb-icon {width:19px}
.tasleya-brand .rb-art-label {position:absolute;top:12px;right:12px;font-size:11px;font-weight:600;padding:3px 10px;border:1px solid #0b102030;border-radius:6px;background:var(--cream);color:var(--midnight)}
.tasleya-brand .rb-card-copy {padding:18px 2px 0;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.tasleya-brand .rb-card-copy h3 {font-size:18px;margin-bottom:6px}
.tasleya-brand .rb-card-copy p {font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:12px}
.tasleya-brand .rb-card-copy .rb-text-link {font-size:15px;gap:12px;margin-top:auto;border-bottom:1px solid #b4ac99;min-height:44px}
.tasleya-brand .rb-card-copy .rb-icon {width:16px}
.tasleya-brand .rb-social-section {background:var(--midnight);color:var(--white);padding-block:56px}
.tasleya-brand .rb-social-layout {display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.tasleya-brand .rb-social-copy>.rb-eyebrow {color:var(--yellow)}
.tasleya-brand .rb-social-copy .rb-two-dots {color:var(--aqua)}
.tasleya-brand .rb-social-copy h2 {font-size:clamp(30px,2.8vw,40px);margin-block:16px;line-height:1.65}
.tasleya-brand .rb-social-copy>p:not(.rb-eyebrow) {color:var(--dark-muted);font-size:17px;line-height:1.9}
.tasleya-brand .rb-social-copy>.rb-button {margin-top:24px}
.tasleya-brand .rb-social-section a:focus-visible {outline-color:var(--yellow)}
.tasleya-brand .rb-how-section {background:#f4edde;padding-block:40px}
.tasleya-brand .rb-how-section .rb-section-heading {margin-bottom:20px}
.tasleya-brand .rb-steps {display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:24px}
.tasleya-brand .rb-step-top {display:flex;align-items:center;gap:16px;margin-bottom:12px}
.tasleya-brand .rb-step-top>b {font-family:var(--heading);font-size:24px;font-weight:700;line-height:1.5;color:#656177}
.tasleya-brand .rb-step-motif {display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#e2d9f5;color:#4f3596;transform:rotate(-8deg)}
.tasleya-brand .rb-steps article:nth-child(2) .rb-step-motif {background:#d5eee3;color:#126451;transform:rotate(7deg)}
.tasleya-brand .rb-steps article:nth-child(3) .rb-step-motif {background:var(--yellow);color:var(--midnight)}
.tasleya-brand .rb-steps p {color:var(--muted);font-size:16px;margin-top:8px;max-width:340px}
.tasleya-brand .rb-closing {display:flex;align-items:center;justify-content:space-between;padding-block:56px;gap:24px}
.tasleya-brand .rb-closing .rb-eyebrow {margin-bottom:8px;color:var(--muted)}
.tasleya-brand .rb-site-footer {display:flex;align-items:center;justify-content:space-between;gap:48px;border-top:var(--border);padding-block:40px 48px}
.tasleya-brand .rb-site-footer .rb-logo>span {font-size:24px}
.tasleya-brand .rb-site-footer .rb-logo img {width:38px;height:38px}
.tasleya-brand .rb-site-footer p {font-size:13px;color:var(--muted);margin-top:12px}
.tasleya-brand .rb-site-footer nav {display:flex;gap:24px;font-size:14px}
.tasleya-brand .rb-site-footer nav a {min-height:44px;display:flex;align-items:center}
.tasleya-brand .rb-site-footer>small {color:var(--muted);font-size:12px;line-height:1.9}
.tasleya-brand .rb-library {padding-top:30px}
.tasleya-brand .rb-library-heading {display:flex;align-items:center;justify-content:space-between;gap:40px}
.tasleya-brand .rb-library-heading h1 {margin-block:8px}
.tasleya-brand .rb-search-wrap {display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid #8b897f;padding:4px 18px;border-radius:var(--radius-sm);width:340px;color:var(--muted)}
.tasleya-brand .rb-search-wrap input {width:100%;min-width:0;min-height:48px;background:none;border:0;outline-offset:6px;color:var(--midnight);font-size:16px}
.tasleya-brand .rb-search-wrap:focus-within {border-color:var(--violet);outline:2px solid var(--violet);outline-offset:3px}
.tasleya-brand .rb-search-wrap input:focus-visible {outline:none}
.tasleya-brand .rb-filter-row {display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-block:28px}
.tasleya-brand .rb-chip {display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:6px 24px;border:var(--border);border-radius:var(--radius-pill);background:transparent;color:var(--text);font-size:15px;white-space:nowrap}
.tasleya-brand .rb-chip[aria-pressed=true] {background:var(--midnight);color:var(--white);border-color:var(--midnight)}
.tasleya-brand .rb-chip:hover {border-color:var(--midnight)}
.tasleya-brand #game-count {margin-inline-start:auto;font-size:13px;color:var(--muted)}
.tasleya-brand .rb-empty-state {text-align:center;padding:64px 24px;grid-column:1/-1;background:var(--surface);border:var(--border);border-radius:var(--radius-md)}
.tasleya-brand .rb-empty-state>span {display:block;font-size:48px;color:var(--violet)}
.tasleya-brand .rb-empty-state p {margin-block:16px 24px;color:var(--muted)}
.tasleya-brand dialog {border:0;border-radius:24px;padding:32px;color:var(--midnight);background:var(--cream);width:calc(100% - 32px);max-width:460px;box-shadow:0 30px 150px #0005;z-index:var(--layer-dialog)}
.tasleya-brand dialog::backdrop {background:#0b1020bd;backdrop-filter:blur(5px)}
.tasleya-brand dialog h2 {font-size:32px;margin-block:12px}
.tasleya-brand dialog p {color:var(--muted);font-size:16px}
.tasleya-brand dialog label {display:block;margin-top:24px;margin-bottom:8px;font-weight:600}
.tasleya-brand #room-code {width:100%;border:2px solid #8b897f;border-radius:12px;padding:10px 14px;font-size:32px;text-align:center;background:var(--surface);color:var(--midnight);letter-spacing:6px}
.tasleya-brand #room-code[aria-invalid] {border-color:#aa2136}
a,input,select):focus-visible {outline-color:var(--yellow)}
.tasleya-brand progress {width:100%;height:7px;display:block;margin-top:10px;margin-bottom:4px;border:0;border-radius:20px;accent-color:var(--aqua);overflow:hidden;background:#343f57}
.tasleya-brand progress::-webkit-progress-bar {background:#343f57}
.tasleya-brand progress::-webkit-progress-value {background:var(--aqua);border-radius:20px}
@media(min-width:1700px) {
}
@media(max-width:1100px) {
 .tasleya-brand .rb-container{width:calc(100% - 64px)}
 .tasleya-brand .rb-site-header {gap:20px}
 .tasleya-brand .rb-site-header nav {gap:20px;font-size:15px}
 .tasleya-brand .rb-hero {gap:20px;min-height:560px;padding-block:26px 56px}
 .tasleya-brand .rb-hero-copy h1 {font-size:44px}
 .tasleya-brand .rb-hero-description {font-size:18px}
 .tasleya-brand .rb-product-composition {height:450px}
 .tasleya-brand .rb-mini-board {padding:16px;top:65px;width:95%}
 .tasleya-brand .rb-mini-board h2 {font-size:17px;margin-block:6px 16px}
 .tasleya-brand .rb-mini-answers>div {font-size:12px;padding:8px;gap:8px}
 .tasleya-brand .rb-mini-phone {width:150px;top:210px}
 .tasleya-brand .rb-hero-caption {font-size:11px;gap:10px}
 .tasleya-brand .rb-floating-label {font-size:11px;right:9px}
 .tasleya-brand .rb-spark-one {right:-13px;font-size:40px}
 .tasleya-brand .rb-formats {grid-template-columns:1fr 1fr;gap:16px}
 .tasleya-brand .rb-formats-intro {grid-column:1/-1;display:flex;align-items:center;gap:16px}
 .tasleya-brand .rb-formats-intro br {display:none}
 .tasleya-brand .rb-formats-intro>p:last-child {margin:0;margin-inline-start:auto}
 .tasleya-brand .rb-formats h2 {margin:0;font-size:25px}
 .tasleya-brand .rb-social-layout {gap:32px}
 .tasleya-brand .rb-games-grid {grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
 .tasleya-brand .rb-card-copy h3 {font-size:16px}
}
@media(max-width:850px) {
 .tasleya-brand .rb-site-header {height:94px}
 .tasleya-brand .rb-site-header nav {gap:16px;font-size:15px}
 .tasleya-brand .rb-site-header>.rb-button {padding-inline:14px}
 .tasleya-brand .rb-hero {grid-template-columns:1fr;gap:20px;padding-top:28px;padding-bottom:50px}
 .tasleya-brand .rb-hero-copy {max-width:620px;margin-inline:auto;text-align:center}
 .tasleya-brand .rb-hero-copy>.rb-eyebrow,.tasleya-brand .rb-hero-actions,.tasleya-brand .rb-hero-caption {justify-content:center}
 .tasleya-brand .rb-hero-copy h1 {font-size:54px;line-height:1.6}
 .tasleya-brand .rb-hero-description {max-width:none;font-size:20px}
 .tasleya-brand .rb-hero-copy .rb-host-link {justify-content:center}
 .tasleya-brand .rb-hero-caption {margin-top:12px}
 .tasleya-brand .rb-product-composition {max-width:540px;margin:auto;height:480px}
 .tasleya-brand .rb-mini-board {top:52px;padding:22px;width:91%}
 .tasleya-brand .rb-mini-board h2 {font-size:22px;margin-bottom:22px}
 .tasleya-brand .rb-mini-answers>div {font-size:14px;padding:11px}
 .tasleya-brand .rb-mini-phone {width:170px;top:214px}
 .tasleya-brand .rb-games-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}
 .tasleya-brand .rb-card-copy h3 {font-size:19px}
 .tasleya-brand .rb-steps {gap:28px}
 .tasleya-brand .rb-social-layout {grid-template-columns:1fr;gap:32px}
 .tasleya-brand .rb-social-copy {max-width:560px;width:100%;margin-inline:auto}
 .tasleya-brand .rb-social-copy h2 br {display:none}
 .tasleya-brand .rb-social-copy>.rb-button {margin-top:20px}
 .tasleya-brand .rb-site-footer {flex-wrap:wrap;gap:28px}
 .tasleya-brand .rb-site-footer>small {margin-right:auto}
 .tasleya-brand .rb-library-heading {align-items:flex-start;gap:20px;flex-direction:column}
 .tasleya-brand .rb-search-wrap {width:100%}
}
@media(max-width:560px) {
 .tasleya-brand {font-size:16px}
 .tasleya-brand .rb-container{width:calc(100% - 40px)}
 .tasleya-brand h1 {font-size:32px}
 .tasleya-brand .rb-site-header {height:auto;gap:0 12px;flex-wrap:wrap;padding-top:16px;padding-bottom:8px}
 .tasleya-brand .rb-logo {gap:8px}
 .tasleya-brand .rb-logo>span {font-size:26px}
 .tasleya-brand .rb-logo img {width:39px;height:39px}
 .tasleya-brand .rb-logo small {font-size:8px;letter-spacing:3px}
 .tasleya-brand .rb-site-header nav {width:100%;order:3;justify-content:space-between;font-size:14px;gap:12px;margin-top:10px}
 .tasleya-brand .rb-site-header nav .rb-mini-label {font-size:10px;padding-inline:5px}
 .tasleya-brand .rb-site-header>.rb-button {padding:7px 14px;font-size:14px;min-height:44px;gap:8px;margin-inline-start:auto}
 .tasleya-brand .rb-site-header>.rb-button .rb-icon {display:none}
 .tasleya-brand .rb-hero {padding-top:18px;gap:24px;padding-bottom:36px}
 .tasleya-brand .rb-hero-copy {text-align:right;margin:0}
 .tasleya-brand .rb-hero-copy>.rb-eyebrow {justify-content:flex-start;font-size:12px}
 .tasleya-brand .rb-hero-copy h1 {font-size:40px;line-height:1.65;letter-spacing:-1.7px;margin-block:15px 17px}
 .tasleya-brand .rb-hero-description {font-size:17px;line-height:1.9}
 .tasleya-brand .rb-desktop-only {display:none}
 .tasleya-brand .rb-hero-actions {margin-block:22px 14px;justify-content:stretch;gap:10px}
 .tasleya-brand .rb-hero-actions .rb-button {padding:12px 16px;font-size:16px;flex:1;min-width:0;gap:16px}
 .tasleya-brand .rb-host-link {font-size:12px;gap:6px;flex-wrap:wrap;justify-content:flex-start!important;line-height:2}
 .tasleya-brand .rb-host-link .rb-icon {width:16px}
 .tasleya-brand .rb-host-link .rb-mini-label {font-size:10px}
 .tasleya-brand .rb-hero-caption {justify-content:flex-start;font-size:10px;gap:8px}
 .tasleya-brand .rb-hero-caption span+span {padding-right:8px}
 .tasleya-brand .rb-product-composition {height:430px;width:100%;max-width:385px}
 .tasleya-brand .rb-hero-orbit {top:0;left:8%;height:78%;width:84%}
 .tasleya-brand .rb-mini-board {top:46px;left:0;width:94%;padding:14px 14px 12px;border-width:4px;box-shadow:7px 10px 0 #b6a4dd,0 18px 30px #0b102033;border-radius:14px;transform:rotate(-4deg)}
 .tasleya-brand .rb-mini-board-top {margin-bottom:15px}
 .tasleya-brand .rb-mini-board-top .rb-logo>span {font-size:21px}
 .tasleya-brand .rb-mini-board-top>span {font-size:9px}
 .tasleya-brand .rb-mini-category {font-size:10px}
 .tasleya-brand .rb-mini-board h2 {font-size:15px;margin:6px auto 14px;max-width:265px;line-height:1.7}
 .tasleya-brand .rb-mini-answers {gap:7px}
 .tasleya-brand .rb-mini-answers>div {padding:7px;font-size:11px;gap:8px;border-radius:7px}
 .tasleya-brand .rb-mini-answers b {width:20px;height:20px;font-size:11px;border-radius:6px}
 .tasleya-brand .rb-board-bottom {font-size:9px;margin-top:10px}
 .tasleya-brand .rb-mini-timer {width:27px;height:27px;font-size:13px}
 .tasleya-brand .rb-mini-phone {width:130px;top:171px;left:1px;border-width:4px;border-radius:20px;padding:8px 9px;transform:rotate(7deg)}
 .tasleya-brand .rb-phone-notch {margin-bottom:9px;height:5px;width:42px}
 .tasleya-brand .rb-phone-top {font-size:12px;margin-bottom:7px}
 .tasleya-brand .rb-phone-top span {font-size:9px}
 .tasleya-brand .rb-mini-phone>p {font-size:9px;margin-bottom:3px}
 .tasleya-brand .rb-mini-phone>strong {font-size:10px;margin-bottom:7px}
 .tasleya-brand .rb-phone-choice {font-size:10px;margin-top:4px;padding:3px 5px;gap:7px}
 .tasleya-brand .rb-phone-submit {font-size:10px;padding:5px;margin-top:7px}
 .tasleya-brand .rb-mini-phone>small {font-size:8px;margin-top:5px}
 .tasleya-brand .rb-floating-label {font-size:10px;padding:5px 10px;top:3px;right:15px;gap:7px;box-shadow:2px 3px 0 #0b1020}
 .tasleya-brand .rb-spark-one {font-size:34px;top:114px;right:-8px}
 .tasleya-brand .rb-spark-two {bottom:5px;font-size:29px;left:43%}
 .tasleya-brand .rb-formats {grid-template-columns:1fr;gap:12px;padding-block:24px}
 .tasleya-brand .rb-formats-intro {margin-bottom:8px;display:block}
 .tasleya-brand .rb-formats-intro>p:last-child {margin-top:6px;font-size:15px}
 .tasleya-brand .rb-formats h2 {font-size:22px}
 .tasleya-brand .rb-format-scene {padding:8px 12px 0}
 .tasleya-brand .rb-format-illustration {height:154px}
 .tasleya-brand .rb-format-copy {padding:4px 20px 12px}
 .tasleya-brand .rb-format-card strong {font-size:18px}
 .tasleya-brand .rb-format-card small {font-size:15px}
 .tasleya-brand .rb-section {padding-block:40px}
 .tasleya-brand .rb-section-heading {gap:12px;align-items:flex-start;margin-bottom:24px}
 .tasleya-brand .rb-section-heading .rb-eyebrow {font-size:12px}
 .tasleya-brand .rb-section-heading h2 {font-size:22px}
 .tasleya-brand .rb-section-heading .rb-text-link {font-size:12px;gap:4px;white-space:nowrap;padding-top:24px}
 .tasleya-brand .rb-section-heading .rb-text-link .rb-icon {width:16px}
 .tasleya-brand .rb-games-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px}
 .tasleya-brand .rb-art-link {border-radius:14px}
 .tasleya-brand .rb-game-art {aspect-ratio:1.4}
 .tasleya-brand .rb-art-label {font-size:9px;top:8px;right:8px;padding:2px 6px}
 .tasleya-brand .rb-art-arrow {width:27px;height:27px;left:8px;bottom:8px}
 .tasleya-brand .rb-art-arrow .rb-icon {width:16px}
 .tasleya-brand .rb-card-copy {padding-top:12px}
 .tasleya-brand .rb-card-copy h3 {font-size:16px;line-height:1.8;letter-spacing:-.7px;margin-bottom:5px}
 .tasleya-brand .rb-card-copy p {font-size:14px;line-height:1.9;margin-bottom:5px}
 .tasleya-brand .rb-card-copy .rb-text-link {font-size:14px;line-height:1.8;gap:10px;min-height:44px}
 .tasleya-brand .rb-card-copy .rb-text-link .rb-icon {width:16px}
 .tasleya-brand .rb-social-section {padding-block:36px}
 .tasleya-brand .rb-social-layout {gap:32px}
 .tasleya-brand .rb-social-copy>.rb-eyebrow {font-size:13px}
 .tasleya-brand .rb-social-copy h2 {font-size:29px;margin-block:12px}
 .tasleya-brand .rb-social-copy h2 br {display:block}
 .tasleya-brand .rb-social-copy>p:not(.rb-eyebrow) {font-size:16px}
 .tasleya-brand .rb-social-copy>p>br {display:none}
 .tasleya-brand .rb-social-copy>.rb-button {min-height:48px;font-size:16px}
 .tasleya-brand .rb-how-section {padding-block:36px}
 .tasleya-brand .rb-two-dots.rb-big {gap:7px}
 .tasleya-brand .rb-two-dots.rb-big::before,.tasleya-brand .rb-two-dots.rb-big::after {width:26px;height:26px}
 .tasleya-brand .rb-steps {grid-template-columns:1fr;gap:24px;margin-top:24px}
 .tasleya-brand .rb-steps article {display:grid;grid-template-columns:48px 1fr;gap:16px}
 .tasleya-brand .rb-step-top {flex-direction:column;gap:8px;margin:0}
 .tasleya-brand .rb-step-top>b {font-size:20px}
 .tasleya-brand .rb-step-motif {width:36px;height:36px;border-radius:11px}
 .tasleya-brand .rb-step-motif .rb-icon {width:20px}
 .tasleya-brand .rb-steps h3 {font-size:19px}
 .tasleya-brand .rb-steps p {font-size:15px;line-height:1.9;margin-top:6px}
 .tasleya-brand .rb-closing {flex-direction:column;align-items:flex-start;padding-block:36px;gap:24px}
 .tasleya-brand .rb-closing h2 {font-size:23px}
 .tasleya-brand .rb-closing .rb-eyebrow {font-size:12px}
 .tasleya-brand .rb-closing>.rb-button {width:100%}
 .tasleya-brand .rb-site-footer {gap:24px;padding-block:30px}
 .tasleya-brand .rb-site-footer nav {gap:18px;flex-wrap:wrap;font-size:13px;width:100%}
 .tasleya-brand .rb-site-footer>small {margin-right:0}
 .tasleya-brand .rb-library{padding-top:16px}
 .tasleya-brand .rb-library-heading h1 {font-size:32px;line-height:1.7;margin-block:10px}
 .tasleya-brand .rb-library-heading .rb-eyebrow {font-size:12px}
 .tasleya-brand .rb-search-wrap {min-height:52px;padding:2px 14px}
 .tasleya-brand .rb-filter-row {gap:7px;margin-block:20px}
 .tasleya-brand .rb-chip {padding:6px 17px;font-size:13px;min-height:44px}
 .tasleya-brand #game-count {font-size:12px}
 .tasleya-brand dialog {padding:24px}
}
@media(prefers-reduced-motion:reduce) {
 .tasleya-brand *, .tasleya-brand *::before, .tasleya-brand *::after {animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

.tasleya-brand .rb-live-notice {display:block;font-family:var(--body);font-size:12px;font-weight:400;line-height:1.8;color:var(--muted)}
.tasleya-brand .rb-live-notice>span {display:block}
.tasleya-brand .rb-site-header {height:auto;min-height:100px;padding-block:16px}
.tasleya-brand .rb-site-header>.rb-button {flex-shrink:0;white-space:nowrap}
.tasleya-brand .rb-site-header nav {flex-wrap:wrap;row-gap:0;max-width:520px}
.tasleya-brand .rb-hero-live-entry .rb-live-notice {margin-top:2px}
.tasleya-brand .rb-live-product-choice .rb-live-notice {margin-block:12px 8px}
.tasleya-brand .rb-live-feature .rb-live-notice,.tasleya-brand .rb-social-section .rb-live-notice {color:var(--dark-muted);margin-top:16px}
.tasleya-brand #join-live-notice {margin-block:12px}
@media(max-width:560px) {
 .tasleya-brand .rb-site-header nav {justify-content:space-between}
}
.tasleya-brand .rb-live-status {font-size:12px;line-height:1.6;background:#ffffff12;border-color:#ffffff40;color:inherit;vertical-align:middle}
.tasleya-brand .rb-live-product-choice .rb-live-status {color:#126451;background:#d5eee3;border-color:#97c6b5}
.tasleya-brand .rb-product-choices .rb-format-copy {display:flex;flex-direction:column;flex:1}
.tasleya-brand .rb-product-choices .rb-format-copy h3 {display:flex;align-items:center;gap:10px;font-size:24px;margin-bottom:8px}
.tasleya-brand .rb-product-choices .rb-format-copy>strong {font-family:var(--body);font-size:17px}
.tasleya-brand .rb-product-choices .rb-format-copy>p {font-size:15px;color:var(--muted);margin-top:4px}
.tasleya-brand .rb-product-choices .rb-product-disclosure {font-size:13px;margin-block:10px 4px;color:#126451}
.tasleya-brand .rb-games-product-choice .rb-product-disclosure {color:var(--muted)}
.tasleya-brand .rb-product-choices .rb-format-action {margin-top:auto;padding-top:8px}
.tasleya-brand .rb-live-product-choice {border-color:#acc8bd}
.tasleya-brand .rb-site-footer nav {align-items:center}
.tasleya-brand .rb-site-footer nav .rb-mini-label {margin-inline-start:8px}
.tasleya-brand .rb-discovery-heading {margin-bottom:28px}
.tasleya-brand .rb-catalogue-jump {font-size:15px;white-space:nowrap;border-bottom:1px solid #b4ac99}
.tasleya-brand .rb-live-feature {display:grid;grid-template-columns:1.12fr 1fr;gap:24px;background:var(--midnight);color:var(--white);border-radius:var(--radius-lg);padding:32px;align-items:center}
.tasleya-brand .rb-live-feature-copy {min-width:0}
.tasleya-brand .rb-live-feature-copy>.rb-eyebrow {color:var(--aqua);gap:10px;flex-wrap:wrap}
.tasleya-brand .rb-live-feature h2 {font-size:36px;margin-block:8px}
.tasleya-brand .rb-live-feature .rb-live-tagline {font-family:var(--heading);font-size:19px;font-weight:700;line-height:1.9}
.tasleya-brand .rb-live-description {font-size:16px;line-height:1.9;color:var(--dark-muted);margin-top:10px;max-width:600px}
.tasleya-brand .rb-live-actions {display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:20px}
.tasleya-brand .rb-live-actions .rb-button {min-height:52px;padding:10px 22px}
.tasleya-brand .rb-live-actions .rb-text-link {font-size:15px}
.tasleya-brand .rb-live-feature a:focus-visible {outline-color:var(--yellow)}
.tasleya-brand .rb-regular-catalogue {margin-top:40px;scroll-margin-top:24px}
.tasleya-brand .rb-catalogue-note {font-size:14px;color:var(--muted);margin-top:4px}
.tasleya-brand .rb-regular-catalogue .rb-eyebrow {font-size:13px;color:var(--muted);margin-bottom:4px}
.tasleya-brand .rb-regular-catalogue .rb-filter-row {margin-block:20px 24px}
@media(max-width:1100px) {
 .tasleya-brand .rb-product-choices .rb-formats-intro {flex-wrap:wrap}
 .tasleya-brand .rb-product-choices .rb-formats-intro>p:last-child {font-size:14px}
 .tasleya-brand .rb-live-feature {padding:28px;gap:24px;grid-template-columns:1fr 1fr}
 .tasleya-brand .rb-live-feature h2 {font-size:32px}
 .tasleya-brand .rb-live-actions {gap:16px}
}
@media(max-width:850px) {
 .tasleya-brand .rb-discovery-heading {gap:8px}
 .tasleya-brand .rb-live-feature {gap:20px;padding:24px}
 .tasleya-brand .rb-live-feature .rb-live-tagline {font-size:17px}
 .tasleya-brand .rb-live-feature .rb-live-actions {gap:12px}
 .tasleya-brand .rb-live-feature .rb-live-actions .rb-button {font-size:15px;padding-inline:14px;gap:12px}
 .tasleya-brand .rb-live-feature .rb-live-actions .rb-text-link {font-size:14px;gap:8px}
 .tasleya-brand .rb-live-feature-copy {max-width:600px;width:100%;margin-inline:auto}
 .tasleya-brand .rb-regular-catalogue .rb-library-heading {gap:16px}
}
@media(max-width:650px) {
 .tasleya-brand .rb-live-feature {grid-template-columns:1fr}
}
@media(max-width:560px) {
 .tasleya-brand .rb-product-choices .rb-format-copy h3 {font-size:23px}
 .tasleya-brand .rb-product-choices .rb-format-copy>strong {font-size:16px}
 .tasleya-brand .rb-product-choices .rb-formats-intro>p:last-child {font-size:15px}
 .tasleya-brand .rb-catalogue-jump {font-size:14px}
 .tasleya-brand .rb-live-feature {padding:24px 20px;gap:28px;border-radius:24px}
 .tasleya-brand .rb-live-feature-copy>.rb-eyebrow {font-size:13px}
 .tasleya-brand .rb-live-feature h2 {font-size:30px}
 .tasleya-brand .rb-live-feature .rb-live-tagline {font-size:17px}
 .tasleya-brand .rb-live-description {font-size:15px}
 .tasleya-brand .rb-live-actions {gap:12px;margin-top:16px}
 .tasleya-brand .rb-live-actions .rb-button {font-size:16px;padding:10px 14px;gap:12px}
 .tasleya-brand .rb-live-actions .rb-text-link {font-size:14px;gap:8px}
 .tasleya-brand .rb-regular-catalogue {margin-top:32px}
}


/* Layout isolation: the root still owns the unchanged original game runtime. */
#startScreen.tasleya-brand {padding:0;background:var(--cream);align-items:stretch;min-width:0}
#startScreen.tasleya-brand::before {display:none}
.tasleya-brand {--focus:#5b38e0;--layer-nav:10;text-align:start}
.tasleya-brand [hidden], .tasleya-brand .hidden {display:none!important}
.tasleya-brand :is(h1,h2,h3) {color:inherit;text-shadow:none}
.tasleya-brand .rb-button, .tasleya-brand .rb-chip {box-shadow:none;letter-spacing:normal;transform:none;width:auto}
.tasleya-brand .rb-site-header {height:auto;min-height:100px;padding-block:16px}
.tasleya-brand .rb-site-header nav {gap:28px;flex-wrap:wrap}
.tasleya-brand .rb-site-header .rb-header-join {flex-shrink:0}
.tasleya-brand .rb-menu-toggle {display:none}
.tasleya-brand .rb-filter-chips {display:flex;flex-wrap:wrap;gap:10px}
.tasleya-brand .rb-filter-row {flex-wrap:wrap}
.tasleya-brand .rb-live-art {max-width:500px;width:100%;margin-inline:auto;text-align:center}
.tasleya-brand .rb-live-art .rb-format-illustration {display:block;width:100%;height:auto}
.tasleya-brand .rb-live-art p {font-size:14px;color:var(--dark-muted);margin-top:24px}
.tasleya-brand .rb-social-copy .rb-availability-detail {font-size:15px;line-height:1.9;max-width:480px;margin-block:12px 24px}
.tasleya-brand #live-info {scroll-margin-top:20px}
.tasleya-brand #live-info:focus {outline:3px solid var(--yellow);outline-offset:-6px}
.tasleya-brand .rb-site-footer {align-items:start;gap:48px}
.tasleya-brand .rb-site-footer nav {flex-wrap:wrap;max-width:550px;gap:8px 24px;justify-content:start}
.tasleya-brand .rb-site-footer nav a {min-height:44px;display:inline-flex;align-items:center}
.tasleya-brand .rb-founder-link {font-size:13px;gap:8px;flex-wrap:wrap;max-width:350px;margin-top:16px}
.tasleya-brand .rb-original-entry {display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:32px;border:var(--border);border-radius:var(--radius-md);margin-top:40px;background:var(--surface)}
.tasleya-brand .rb-original-entry h2 {font-size:24px;margin-block:8px}
.tasleya-brand .rb-original-entry p {color:var(--muted)}
.tasleya-brand .rb-legacy-entry {min-width:0;align-self:center}
.tasleya-brand .play-flow-shell {width:100%;max-width:none}
.tasleya-brand .home-flow-step {display:flex;flex-wrap:wrap;gap:10px;width:100%}
.tasleya-brand .rb-legacy-entry :is(button,a) {position:static;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 18px;border:1px solid #8b897f;border-radius:12px;font:600 16px/1.7 var(--body);background:transparent;color:var(--midnight);box-shadow:none;transform:none;text-shadow:none;animation:none;letter-spacing:normal;width:auto}
.tasleya-brand #startLocalBtn {background:var(--yellow);border-color:var(--yellow)}
.tasleya-brand #gamesHubBtn {font-size:14px;flex-basis:100%;border:0;justify-content:start;padding:4px 0;background:none}
.tasleya-brand #gamesHubBtn::before,.tasleya-brand #gamesHubBtn::after {display:none}
.tasleya-brand .games-hub-btn__title {font:inherit;color:inherit}
.tasleya-brand .resume-game-prompt {padding:16px;background:#fff0ba;border:var(--border);border-radius:12px;margin-bottom:16px}
.tasleya-brand .resume-game-actions {display:flex;flex-wrap:wrap;gap:8px}
.tasleya-brand .rb-support {display:flex;gap:16px;flex-wrap:wrap;padding-block:16px}
@media(max-width:850px) {
 .tasleya-brand .rb-site-header {gap:16px;flex-wrap:wrap}
 .tasleya-brand .rb-site-header nav {order:3;flex-basis:100%;justify-content:center}
 .tasleya-brand .rb-original-entry {grid-template-columns:1fr;padding:24px;gap:20px}
 .tasleya-brand .rb-site-footer {flex-direction:column;gap:24px}
}
@media(max-width:560px) {
 .tasleya-brand .rb-site-header .rb-logo>span {font-size:26px}
 .tasleya-brand .rb-site-header .rb-logo img {width:38px;height:38px}
 .tasleya-brand .rb-site-header .rb-header-join {display:none}
 .tasleya-brand .rb-menu-toggle:not([hidden]) {display:inline-flex}
 .tasleya-brand .rb-site-header nav {justify-content:start;gap:8px 22px}
 .tasleya-brand .rb-site-header nav[data-collapsed="true"] {display:none}
 .tasleya-brand .rb-original-entry {margin-top:28px;padding:20px}
 .tasleya-brand .rb-original-entry h2 {font-size:21px}
 .tasleya-brand .rb-live-art p {margin-top:16px}
 .tasleya-brand .rb-founder-link {font-size:12px}
}
@media(prefers-reduced-motion:reduce) {
 html:has(.tasleya-brand) {scroll-behavior:auto}
}
/* Existing entry IDs intentionally outrank their legacy desktop/mobile rules. */
#startScreen.tasleya-brand :is(#startLocalBtn,#startOnlineBtn,#gamesHubBtn,#homeGroupOneDeviceBtn,#homeGroupMultiDeviceBtn,#homeGroupDeviceBackBtn,#homeGroupTwoTeamsBtn,#homeGroupThreeTeamsBtn,#homeGroupTeamsBackBtn,#resumeGameBtn,#discardResumeGameBtn,#instructionsBtn,#contactBtn,#installGuideBtn) {
 min-width:0;max-width:100%;width:auto;min-height:48px;padding:10px 18px;margin:0;
 border:1px solid #8b897f;border-radius:12px;background:transparent;color:var(--midnight);
 font:600 16px/1.7 var(--body);letter-spacing:normal;text-shadow:none;box-shadow:none;transform:none;white-space:normal;backdrop-filter:none;
}
#startScreen.tasleya-brand #startLocalBtn {background:var(--yellow);border-color:var(--yellow)}
#startScreen.tasleya-brand #homepagePrimaryStep #gamesHubBtn {min-width:0;max-width:100%;width:auto;min-height:44px;background:transparent;border:0;box-shadow:none;justify-content:start;padding:4px 0;font-size:14px}
#startScreen.tasleya-brand #homepagePrimaryStep #gamesHubBtn .games-hub-btn__title {font:inherit;letter-spacing:normal;color:inherit}
