.sudoku-grid{aspect-ratio:1;border:2px solid var(--veyra-border-strong);border-radius:var(--veyra-radius-lg);background:var(--veyra-surface);width:min(100%,22rem);display:grid;overflow:hidden}.sudoku-grid--3{grid-template-columns:repeat(3,1fr)}.sudoku-grid--9{grid-template-columns:repeat(9,1fr)}.sudoku-grid__cell{border-right:1px solid var(--veyra-border-subtle);border-bottom:1px solid var(--veyra-border-subtle);min-width:0;color:var(--veyra-text);transition:background var(--veyra-transition-fast), color var(--veyra-transition-fast), box-shadow var(--veyra-transition-fast);background:#f6f8ff06;justify-content:center;align-items:center;font-size:clamp(1rem,3vw,1.45rem);font-weight:700;display:flex}.sudoku-grid__cell--empty{color:var(--veyra-text-muted)}.sudoku-grid__cell--highlighted{background:#8a5cff29;box-shadow:inset 0 0 0 2px #8a5cff61}.sudoku-grid__cell--value-highlighted{color:var(--veyra-text);background:#3b8cff1f}.sudoku-grid--3 .sudoku-grid__cell:nth-child(3n){border-right:0}.sudoku-grid--3 .sudoku-grid__cell:nth-last-child(-n+3){border-bottom:0}.sudoku-grid--9 .sudoku-grid__cell{font-size:clamp(.7rem,1.8vw,1rem)}.sudoku-grid--9 .sudoku-grid__cell:nth-child(9n){border-right:0}.sudoku-grid--9 .sudoku-grid__cell:nth-last-child(-n+9){border-bottom:0}.sudoku-grid--9 .sudoku-grid__cell:nth-child(9n+3),.sudoku-grid--9 .sudoku-grid__cell:nth-child(9n+6){border-right:2px solid var(--veyra-border-strong)}.sudoku-grid--9 .sudoku-grid__cell:nth-child(n+19):nth-child(-n+27),.sudoku-grid--9 .sudoku-grid__cell:nth-child(n+46):nth-child(-n+54){border-bottom:2px solid var(--veyra-border-strong)}@media (max-width:48rem){.sudoku-grid{width:min(100%,19rem)}}
.game-artwork{border-radius:var(--veyra-radius-xl);isolation:isolate;background:radial-gradient(circle at 18% 18%,#00e5ff1f,#0000 34%),radial-gradient(circle at 82% 78%,#8a5cff29,#0000 42%),linear-gradient(145deg,#0e1a2ef5,#040810fa);border:1px solid #f6f8ff12;place-items:center;width:100%;min-height:clamp(11rem,26vw,15rem);display:grid;position:relative;overflow:hidden}.game-artwork--sudoku{background:radial-gradient(circle at 22% 16%,#3b8cff33,#0000 36%),radial-gradient(circle at 80% 84%,#8a5cff33,#0000 44%),linear-gradient(145deg,#0d192ff7,#040811fa)}.game-artwork--number-match{background:radial-gradient(circle at 22% 18%,#00e5ff2e,#0000 35%),radial-gradient(circle at 82% 76%,#5a70ff33,#0000 44%),linear-gradient(145deg,#081c2af7,#050812fa)}.game-artwork__glow{aspect-ratio:1;background:#f6f8ff05;border:1px solid #f6f8ff14;border-radius:32%;width:min(72%,15rem);position:absolute;transform:rotate(10deg);box-shadow:0 0 5rem #3b8cff14,inset 0 1px #f6f8ff0a}.game-artwork__content{z-index:1;place-items:center;width:100%;padding:clamp(1.15rem,4vw,2rem);display:grid;position:relative}.game-artwork .sudoku-grid{background:#03070fcc;border-color:#f6f8ff2e;width:min(72%,11rem);box-shadow:0 1.4rem 4rem #0000004d}.game-artwork .number-match-preview{width:min(82%,15rem);margin:0}.game-artwork .number-match-preview__grid{background:#030811bd;box-shadow:0 1.4rem 4rem #00000047}.game-artwork__fallback{aspect-ratio:1;width:5.5rem;color:var(--veyra-text-soft);background:#f6f8ff0d;border:1px solid #f6f8ff24;border-radius:1.5rem;place-items:center;display:grid}.game-artwork__fallback svg{width:2rem;height:2rem}.game-artwork--launcher{border:0;border-radius:0;min-height:clamp(10.5rem,27vw,14rem)}.game-catalogue-card{padding:0;display:grid;overflow:hidden}.game-catalogue-card__art{border-bottom:1px solid #f6f8ff0f}.game-catalogue-card__art .game-artwork{border:0;border-radius:0}.game-catalogue-card__body{align-content:start;min-height:100%;padding:clamp(1rem,3vw,1.4rem)}.game-catalogue-card__body>.veyra-cluster:last-child{margin-top:auto}@media (max-width:40rem){.game-artwork{min-height:10.25rem}.game-artwork__content{padding:1rem}.game-artwork .sudoku-grid{width:min(68%,9rem)}.game-artwork .number-match-preview{width:min(84%,13rem)}}.game-availability{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-pill);width:fit-content;min-height:1.9rem;color:var(--veyra-text-muted);white-space:nowrap;background:#f6f8ff06;align-items:center;gap:.38rem;padding-inline:.62rem;font-size:.7rem;font-weight:780;line-height:1;display:inline-flex}.game-availability svg{width:.82rem;height:.82rem}.game-availability--playable{color:var(--veyra-cyan);background:#00e5ff0e;border-color:#00e5ff2e}.game-availability--coming-soon{color:var(--veyra-violet);background:#8a5cff0f;border-color:#8a5cff33}.game-catalogue-card__meta{align-items:center}@media (hover:hover) and (pointer:fine){.game-catalogue-card{transition:transform var(--veyra-transition-fast), border-color var(--veyra-transition-fast), box-shadow var(--veyra-transition-fast)}.game-catalogue-card:hover{border-color:#f6f8ff24;transform:translateY(-.2rem);box-shadow:0 1.6rem 4rem #0000003d}}
.number-match-preview{gap:var(--veyra-space-4);width:min(100%,34rem);margin-inline:auto;display:grid}.number-match-preview__grid{border:1px solid var(--veyra-border-default);border-radius:var(--veyra-radius-lg);background:radial-gradient(circle at 50% 0,#3b8cff1c,#0000 65%),#02040a9e;grid-template-columns:repeat(9,minmax(0,1fr));gap:clamp(.3rem,1vw,.6rem);padding:clamp(.75rem,2vw,1.25rem);display:grid}.number-match-preview__cell{aspect-ratio:1;border:1px solid var(--veyra-border-default);min-width:0;color:var(--veyra-text);background:#f6f8ff0b;border-radius:clamp(.4rem,1vw,.7rem);place-items:center;font-size:clamp(.8rem,2vw,1.15rem);font-weight:760;display:grid;box-shadow:inset 0 1px #f6f8ff0d}.number-match-preview__cell.is-match{background:linear-gradient(135deg,#00e5ff2e,#8a5cff33),#f6f8ff0b;border-color:#00e5ff9e;box-shadow:0 0 1.4rem #3b8cff24}.number-match-preview__cell.is-hole{box-shadow:none;background:#f6f8ff03;border-color:#f6f8ff09}.number-match-preview__legend{gap:var(--veyra-space-2);color:var(--veyra-text-muted);font-size:var(--veyra-font-body-sm);flex-wrap:wrap;display:flex}.number-match-preview__legend>span{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-pill);background:#f6f8ff06;padding:.4rem .65rem}.number-match-preview__pair{color:var(--veyra-text-soft)}.number-match-preview.is-compact{width:min(100%,19rem)}.number-match-preview.is-compact .number-match-preview__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.number-match-preview.is-compact .number-match-preview__legend{display:none}.number-match-rule-card strong{color:var(--veyra-text)}@media (max-width:40rem){.number-match-preview__grid{gap:.25rem;padding:.65rem}.number-match-preview__cell{border-radius:.42rem;font-size:.78rem}}
.play-page-shell{min-height:100dvh;color:var(--veyra-text);background:radial-gradient(circle at 8% 8rem, #00e5ff14, transparent 26rem), radial-gradient(circle at 92% 10rem, #8a5cff1f, transparent 30rem), var(--veyra-gradient-page)}.play-page-header{z-index:90;padding-top:max(.55rem, env(safe-area-inset-top));-webkit-backdrop-filter:blur(22px);background:#02040adb;border-bottom:1px solid #f6f8ff0f;position:sticky;top:0}.play-page-header__bar{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:3.5rem;display:grid}.play-page-header__brand,.play-page-footer__brand{color:var(--veyra-text);align-items:center;gap:.55rem;text-decoration:none;display:inline-flex}.play-page-header__brand img,.play-page-footer__brand img{object-fit:contain}.play-page-header__brand>span{flex-direction:column;line-height:1;display:none}.play-page-header__brand strong{letter-spacing:.17em;font-size:.72rem}.play-page-header__brand small{color:var(--veyra-violet);letter-spacing:.3em;margin-top:.18rem;font-size:.52rem;font-weight:800}.play-page-header__game{color:var(--veyra-text-soft);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:750;overflow:hidden}.play-page-header__language select{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-md);width:4.5rem;min-height:2.55rem;color:var(--veyra-text-soft);font:inherit;background:#f6f8ff09;padding:0 1.6rem 0 .65rem;font-size:.72rem;font-weight:700}.play-page-header__language option{background:var(--veyra-surface-raised)}.play-page-context-nav{scrollbar-width:none;gap:.45rem;padding-block:.3rem .65rem;display:flex;overflow-x:auto}.play-page-context-nav::-webkit-scrollbar{display:none}.play-page-context-nav a{border-radius:var(--veyra-radius-pill);min-height:2.35rem;color:var(--veyra-text-muted);transition:color var(--veyra-transition-fast), border-color var(--veyra-transition-fast), background var(--veyra-transition-fast);border:1px solid #0000;flex:none;align-items:center;gap:.42rem;padding-inline:.75rem;font-size:.76rem;font-weight:700;text-decoration:none;display:inline-flex}.play-page-context-nav a:hover,.play-page-context-nav a:focus-visible{border-color:var(--veyra-border-subtle);color:var(--veyra-text);background:#f6f8ff0a}.play-page-context-nav svg{width:.95rem;height:.95rem}.play-page-hero{padding:clamp(3.25rem,9vw,7.5rem) 0 clamp(2.4rem,6vw,5rem)}.play-page-hero__grid{align-items:center;gap:2rem;display:grid}.play-page-hero__copy{max-width:50rem}.play-page-hero h1,.play-page-section-heading h2,.play-page-learning-card h3,.play-page-step h3{letter-spacing:-.035em;margin:0}.play-page-hero h1{max-width:15ch;margin-top:.85rem;font-size:clamp(2.8rem,11vw,5.9rem);line-height:.96}.play-page-hero__copy>p{max-width:47rem;color:var(--veyra-text-soft);margin:1.15rem 0 0;font-size:clamp(1rem,3.5vw,1.22rem);line-height:1.65}.play-page-hero__badges{flex-wrap:wrap;gap:.6rem;margin-top:1.35rem;display:flex}.play-page-hero__badges span,.play-page-local-note{color:var(--veyra-text-muted);align-items:center;gap:.42rem;font-size:.78rem;font-weight:700;display:inline-flex}.play-page-hero__badges span{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-pill);background:#f6f8ff06;min-height:2.2rem;padding-inline:.75rem}.play-page-hero__badges svg,.play-page-local-note svg{width:.95rem;height:.95rem;color:var(--veyra-cyan)}.play-page-hero__mark{display:none}.play-page-runtime-section,.play-page-section{padding:clamp(2.75rem,7vw,5.5rem) 0}.play-page-runtime-section{padding-top:1rem}.play-page-section-heading{gap:1rem;margin-bottom:clamp(1.5rem,4vw,2.5rem);display:grid}.play-page-section-heading h2{max-width:16ch;margin-top:.55rem;font-size:clamp(2rem,7vw,3.5rem);line-height:1.04}.play-page-section-heading>p,.play-page-section-heading>div:last-child>p{max-width:42rem;color:var(--veyra-text-soft);margin:0;line-height:1.65}.play-page-section-heading--runtime{margin-bottom:1.15rem}.play-page-runtime-frame{border:1px solid var(--veyra-border-glass);box-shadow:var(--veyra-shadow-elevated);background:linear-gradient(#f6f8ff06,#0000 10rem),#02060eb8;border-radius:clamp(1rem,3vw,1.8rem);overflow:clip}.play-page-section--progress{background:#f6f8ff04;border-block:1px solid #f6f8ff0e}.play-page-local-note{margin-top:.8rem}.game-progress-road{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-xl);background:#080d187a;gap:0;display:grid}.game-progress-road__item{grid-template-columns:3.5rem minmax(0,1fr);min-height:6.5rem;padding:0 1rem;display:grid}.game-progress-road__track{justify-content:center;align-items:center;display:flex;position:relative}.game-progress-road__node{z-index:1;width:2.35rem;height:2.35rem;color:var(--veyra-blue);background:#09101d;border:1px solid #3b8cff52;border-radius:50%;place-items:center;display:grid;box-shadow:0 0 1.8rem #3b8cff1f}.game-progress-road__node svg{width:1.05rem;height:1.05rem}.game-progress-road__line{background:linear-gradient(var(--veyra-blue), #8a5cff3d);width:1px;position:absolute;top:50%;bottom:-50%;left:50%}.game-progress-road__copy{flex-direction:column;justify-content:center;padding:.85rem 0 .85rem .5rem;display:flex}.game-progress-road__copy>span,.game-progress-road__copy small{color:var(--veyra-text-muted);font-size:.73rem;font-weight:700}.game-progress-road__copy strong{margin-block:.1rem;font-size:1.15rem}.play-page-step-grid,.play-page-learning-grid{gap:.8rem;display:grid}.play-page-step,.play-page-learning-card{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-xl);background:#080d1875;box-shadow:inset 0 1px #f6f8ff06}.play-page-step{padding:1.2rem}.play-page-step>span{color:var(--veyra-purple);letter-spacing:.12em;font-size:.72rem;font-weight:850}.play-page-step h3{margin-top:.65rem;font-size:1.25rem}.play-page-step p,.play-page-learning-card p,.play-page-faq-list p,.play-page-footer p{color:var(--veyra-text-soft);line-height:1.65}.play-page-inline-cta{margin-top:1rem}.play-page-inline-cta svg{width:1rem;height:1rem}.play-page-section--learn{background:radial-gradient(circle at 10%,#00e5ff0d,#0000 24rem),radial-gradient(circle at 90%,#8a5cff14,#0000 26rem)}.play-page-learning-card{grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:clamp(1.2rem,4vw,1.75rem);display:grid}.play-page-learning-card>svg{width:1.45rem;height:1.45rem;color:var(--veyra-cyan)}.play-page-learning-card h3{font-size:1.35rem}.play-page-learning-card p{margin:.55rem 0 .9rem}.play-page-learning-card a{color:#bfcfff;align-items:center;gap:.45rem;font-weight:750;text-decoration:none;display:inline-flex}.play-page-learning-card a svg{width:1rem;height:1rem}.play-page-faq-list{gap:.65rem;display:grid}.play-page-faq-list details{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-lg);background:#080d1866}.play-page-faq-list summary{cursor:pointer;min-height:3.8rem;color:var(--veyra-text);align-items:center;gap:.75rem;padding:.9rem 1rem;font-weight:750;list-style:none;display:flex}.play-page-faq-list summary::-webkit-details-marker{display:none}.play-page-faq-list summary svg{width:1.1rem;height:1.1rem;color:var(--veyra-purple);flex:none}.play-page-faq-list details p{margin:0;padding:0 1rem 1rem 2.85rem}.play-page-footer{padding:2rem 0 calc(2rem + env(safe-area-inset-bottom));border-top:1px solid var(--veyra-border-subtle);background:#02040ab8}.play-page-footer__inner{gap:.75rem;display:grid}.play-page-footer__brand{width:fit-content;font-weight:800}.play-page-footer p{margin:0;font-size:.84rem}.play-page-footer nav{flex-wrap:wrap;gap:.85rem;display:flex}.play-page-footer nav a{color:var(--veyra-text-muted);font-size:.82rem;font-weight:700;text-decoration:none}@media (min-width:40rem){.play-page-header__brand>span{display:flex}.play-page-header__language select{width:9.2rem}.play-page-context-nav{justify-content:center}.play-page-hero__grid{grid-template-columns:minmax(0,1fr) minmax(12rem,.38fr)}.play-page-hero__mark{place-items:center;min-height:15rem;display:grid;position:relative}.play-page-hero__mark:before{content:"";background:radial-gradient(circle,#3b8cff14,#0000 70%);border:1px solid #8a5cff2e;border-radius:36%;width:14rem;height:14rem;position:absolute;transform:rotate(12deg)}.play-page-hero__mark img{z-index:1;filter:drop-shadow(0 0 2rem #3b8cff47);width:7rem;height:7rem}.play-page-hero__mark span{z-index:2;color:var(--veyra-text-muted);letter-spacing:.15em;font-size:.76rem;font-weight:800;position:absolute;bottom:16%;right:12%}.play-page-step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.play-page-learning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.play-page-footer__inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}}@media (min-width:58rem){.play-page-section-heading{grid-template-columns:minmax(0,1fr) minmax(20rem,.75fr);align-items:end}.play-page-section-heading--stacked{grid-template-columns:1fr}.game-progress-road{grid-template-columns:repeat(4,minmax(0,1fr))}.game-progress-road__item{grid-template-columns:1fr;min-height:9rem;padding:1rem}.game-progress-road__track{justify-content:flex-start;min-height:3rem}.game-progress-road__line{background:linear-gradient(90deg, var(--veyra-blue), #8a5cff3d);width:auto;height:1px;inset:50% -1rem auto 2.35rem}.game-progress-road__copy{padding:.5rem 0 0}}.play-page-hero--compact{padding:clamp(2rem,6vw,3.75rem) 0 clamp(1.25rem,3vw,2rem)}.play-page-hero--compact .play-page-hero__copy{max-width:54rem}.play-page-hero--compact h1{max-width:18ch;font-size:clamp(2.25rem,8vw,4.3rem)}.play-page-hero__actions{flex-wrap:wrap;gap:.65rem;margin-top:1.25rem;display:flex}.play-page-hero__actions svg{width:1rem;height:1rem}.play-page-runtime-section--primary{padding-top:.75rem}.play-page-section--compact{padding-block:clamp(2rem,5vw,3.75rem)}.play-page-section-heading--compact{margin-bottom:clamp(1rem,3vw,1.6rem)}.play-page-section-heading--compact h2{font-size:clamp(1.65rem,5.5vw,2.75rem)}.play-page-learning-grid--compact .play-page-learning-card{min-height:auto}.play-page-learning-card--secondary{opacity:.86}.sudoku-progress-system{gap:.85rem;display:grid}.sudoku-profile-progress{border-radius:var(--veyra-radius-xl);background:linear-gradient(135deg,#3b8cff0f,#8a5cff14);border:1px solid #8a5cff3d;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem .9rem;padding:1rem;display:grid}.sudoku-profile-progress__icon{color:#d5c8ff;border:1px solid #8a5cff47;border-radius:50%;place-items:center;width:2.65rem;height:2.65rem;display:grid}.sudoku-profile-progress__icon svg{width:1.1rem;height:1.1rem}.sudoku-profile-progress__copy{grid-template-columns:auto auto 1fr;align-items:baseline;gap:.25rem .5rem;display:grid}.sudoku-profile-progress__copy>span,.sudoku-profile-progress__copy small{color:var(--veyra-text-muted);font-size:.72rem;font-weight:700}.sudoku-profile-progress__copy strong{color:var(--veyra-text);font-size:1.2rem}.sudoku-profile-progress__bar{border-radius:var(--veyra-radius-pill);background:#f6f8ff12;grid-column:1/-1;height:.42rem;overflow:hidden}.sudoku-profile-progress__bar span{border-radius:inherit;background:var(--veyra-gradient-brand);height:100%;display:block}.play-page-mobile-nav{z-index:95;padding:.42rem max(.45rem, env(safe-area-inset-right)) max(.42rem, env(safe-area-inset-bottom)) max(.45rem, env(safe-area-inset-left));border-top:1px solid var(--veyra-border-subtle);-webkit-backdrop-filter:blur(20px);background:#02040aed;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.play-page-mobile-nav a{min-width:0;min-height:3rem;color:var(--veyra-text-muted);text-align:center;align-content:center;place-items:center;gap:.18rem;font-size:.62rem;font-weight:700;text-decoration:none;display:grid}.play-page-mobile-nav svg{width:1.15rem;height:1.15rem}.play-page-footer{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom))}@media (min-width:48rem){.play-page-mobile-nav{display:none}.play-page-footer{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}}.play-launcher{min-height:calc(100dvh - 7rem);padding-bottom:clamp(5rem,10vw,8rem)}.play-launcher__hero{padding:clamp(3.75rem,10vw,7rem) 0 clamp(2rem,5vw,3.5rem)}.play-launcher__hero-copy{gap:1rem;max-width:52rem;display:grid}.play-launcher__hero h1{letter-spacing:-.055em;max-width:12ch;margin:0;font-size:clamp(3rem,10vw,6.2rem);line-height:.94}.play-launcher__hero p{max-width:44rem;color:var(--veyra-text-soft);margin:0;font-size:clamp(1rem,3vw,1.2rem);line-height:1.65}.play-launcher__badge{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-pill);width:fit-content;min-height:2.35rem;color:var(--veyra-text-muted);background:#f6f8ff08;align-items:center;gap:.5rem;padding-inline:.8rem;font-size:.78rem;font-weight:750;display:inline-flex}.play-launcher__badge svg{width:1rem;height:1rem;color:var(--veyra-cyan)}.play-launcher__games{padding:0 0 2rem}.play-launcher-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));gap:clamp(1rem,3vw,1.4rem);display:grid}.play-launcher-card{border:1px solid var(--veyra-border-glass);min-height:100%;box-shadow:var(--veyra-shadow-elevated);background:#080d18b8;border-radius:clamp(1.1rem,3vw,1.65rem);display:grid;overflow:hidden}.play-launcher-card__art{border-bottom:1px solid #f6f8ff0f;overflow:hidden}.play-launcher-card__body{align-content:start;gap:1rem;padding:clamp(1rem,4vw,1.35rem);display:grid}.play-launcher-card__badges{flex-wrap:wrap;gap:.45rem;display:flex}.play-launcher-card__badges span{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-pill);color:var(--veyra-text-muted);padding:.35rem .6rem;font-size:.7rem;font-weight:750}.play-launcher-card h2{letter-spacing:-.035em;margin:0;font-size:clamp(1.55rem,5vw,2rem)}.play-launcher-card p{color:var(--veyra-text-soft);margin:.55rem 0 0;line-height:1.55}.play-launcher-card__status{color:var(--veyra-text-muted);align-items:center;gap:.5rem;font-size:.75rem;font-weight:750;display:inline-flex}.play-launcher-card__status>span{background:var(--veyra-text-muted);border-radius:50%;width:.52rem;height:.52rem}.play-launcher-card__status>.is-live{background:var(--veyra-cyan);box-shadow:0 0 1rem #00e5ff80}.play-launcher-card__status>.is-soon{background:var(--veyra-violet)}.play-launcher-card__actions{flex-wrap:wrap;gap:.65rem;margin-top:auto;padding-top:.15rem;display:flex}.play-launcher-card__actions .veyra-button svg{width:1rem;height:1rem}.play-launcher-card__disabled{cursor:default;border-color:var(--veyra-border-subtle);color:var(--veyra-text-muted);opacity:.82;background:#f6f8ff09}@media (min-width:760px){.play-launcher__hero{padding-top:clamp(4.5rem,8vw,7.5rem)}}@media (max-width:719px){.play-launcher{padding-bottom:7rem}.play-launcher__hero{padding-top:2.8rem}.play-launcher-card__actions{display:grid}.play-launcher-card__actions .veyra-button{justify-content:center;width:100%}}@media (hover:hover) and (pointer:fine){.play-launcher-card{transition:transform var(--veyra-transition-fast), border-color var(--veyra-transition-fast), box-shadow var(--veyra-transition-fast)}.play-launcher-card:hover{border-color:#f6f8ff24;transform:translateY(-.22rem);box-shadow:0 1.8rem 4.5rem #00000047}}@media (max-width:40rem){.play-launcher__hero{padding-top:2.15rem;padding-bottom:1.35rem}.play-launcher__hero-copy{gap:.78rem}.play-launcher__hero h1{max-width:13ch;font-size:clamp(2.35rem,12vw,3.3rem)}.play-launcher__hero p{font-size:.92rem;line-height:1.55}.play-launcher-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.play-launcher-card{border-radius:1rem}.play-launcher-card__art .game-artwork--launcher{aspect-ratio:1;min-height:0}.play-launcher-card__body{gap:.62rem;padding:.72rem}.play-launcher-card__badges,.play-launcher-card p{display:none}.play-launcher-card h2{font-size:clamp(1rem,5vw,1.2rem);line-height:1.05}.play-launcher-card .game-availability{min-height:1.65rem;padding-inline:.48rem;font-size:.62rem}.play-launcher-card .game-availability svg{width:.72rem;height:.72rem}.play-launcher-card__actions{gap:.4rem;padding-top:0;display:grid}.play-launcher-card__actions .veyra-button{text-align:center;min-height:2.45rem;padding-inline:.55rem;font-size:.7rem;line-height:1.1}.play-launcher-card[data-release-state=playable] .play-launcher-card__actions .veyra-button--secondary{display:none}}@media (max-width:22rem){.play-launcher-grid{grid-template-columns:1fr}.play-launcher-card__badges,.play-launcher-card p{display:flex}}
.sudoku-runtime-shell{overscroll-behavior-y:contain;background:radial-gradient(circle at 50% -8rem, #3b8cff29, transparent 26rem), radial-gradient(circle at 94% 12rem, #8a5cff1f, transparent 28rem), var(--veyra-gradient-page);min-height:100dvh}.sudoku-runtime-topbar{z-index:60;padding:.55rem max(.75rem, env(safe-area-inset-right)) .45rem max(.75rem, env(safe-area-inset-left));-webkit-backdrop-filter:blur(18px);background:linear-gradient(#02040af0,#02040aad,#0000);position:sticky;top:0}.sudoku-runtime-topbar__inner{border:1px solid var(--veyra-border-glass);border-radius:var(--veyra-radius-xl);width:min(100%,76rem);min-height:3.65rem;box-shadow:var(--veyra-shadow-glass);background:linear-gradient(#f6f8ff08,#0000),#030710d1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;margin-inline:auto;padding:.45rem .55rem;display:grid}.sudoku-runtime-brand{border-radius:var(--veyra-radius-md);min-width:2.75rem;min-height:2.75rem;color:var(--veyra-text);align-items:center;gap:.58rem;text-decoration:none;display:inline-flex}.sudoku-runtime-brand img{object-fit:contain;width:2rem;height:2rem}.sudoku-runtime-brand__wordmark{flex-direction:column;line-height:1;display:none}.sudoku-runtime-brand__wordmark strong{letter-spacing:.18em;font-size:.78rem;font-weight:850}.sudoku-runtime-brand__wordmark span{color:var(--veyra-violet);letter-spacing:.35em;margin-top:.23rem;font-size:.55rem;font-weight:750}.sudoku-runtime-topbar__game{min-width:0;color:var(--veyra-text);flex-direction:column;align-items:center;padding-inline:.35rem;font-size:.88rem;font-weight:750;line-height:1.1;display:flex}.sudoku-runtime-topbar__difficulty{color:var(--veyra-text-muted);margin-top:.24rem;font-size:.68rem;font-weight:650}.sudoku-runtime-topbar__actions{justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.sudoku-runtime-language select,.sudoku-runtime-icon-button{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-md);min-height:2.6rem;color:var(--veyra-text-soft);background:#f6f8ff09}.sudoku-runtime-language select{cursor:pointer;width:3.75rem;padding:0 1.65rem 0 .65rem;font-size:.72rem;font-weight:700}.sudoku-runtime-language option{background:var(--veyra-surface-raised);color:var(--veyra-text)}.sudoku-runtime-icon-button{place-items:center;width:2.65rem;padding:0;display:inline-grid}.sudoku-runtime-icon-button svg{width:1.12rem;height:1.12rem}.sudoku-runtime-main{width:min(100% - 1rem,74rem);min-height:calc(100dvh - 4.8rem);padding:clamp(1.1rem, 4vw, 2.25rem) 0 calc(2rem + env(safe-area-inset-bottom));margin-inline:auto}.sudoku-runtime-picker{gap:clamp(1.75rem,6vw,3.5rem);width:min(100%,61rem);margin-inline:auto;padding-top:clamp(1rem,6vh,4.5rem);display:grid}.sudoku-runtime-picker__intro{flex-direction:column;align-items:flex-start;max-width:44rem;display:flex}.sudoku-runtime-kicker{border-radius:var(--veyra-radius-pill);color:#d9ccff;letter-spacing:.02em;background:#8a5cff17;border:1px solid #8a5cff47;align-items:center;gap:.45rem;width:fit-content;min-height:1.85rem;padding-inline:.72rem;font-size:.72rem;font-weight:750;display:inline-flex}.sudoku-runtime-kicker svg{width:.95rem;height:.95rem}.sudoku-runtime-picker h1,.sudoku-runtime-picker h3,.sudoku-runtime-game__heading h1,.sudoku-runtime-game__heading h3,.sudoku-runtime-state h1,.sudoku-runtime-state h3,.sudoku-runtime-complete h2{color:var(--veyra-text);letter-spacing:-.035em;margin:0;font-weight:760}.sudoku-runtime-picker h1,.sudoku-runtime-picker h3{margin-top:.9rem;font-size:clamp(2.35rem,10vw,4.6rem);line-height:.98}.sudoku-runtime-picker__intro>p{max-width:42rem;color:var(--veyra-text-soft);margin:1rem 0 0;font-size:clamp(1rem,3.5vw,1.16rem);line-height:1.65}.sudoku-runtime-picker__trust{color:var(--veyra-text-muted);flex-wrap:wrap;gap:.65rem 1rem;margin-top:1.15rem;font-size:.78rem;font-weight:650;display:flex}.sudoku-runtime-picker__trust span{align-items:center;gap:.4rem;display:inline-flex}.sudoku-runtime-picker__trust svg{width:1rem;height:1rem;color:var(--veyra-cyan)}.sudoku-runtime-difficulties{gap:.7rem;display:grid}.sudoku-runtime-difficulty{border:1px solid var(--veyra-border-default);border-radius:var(--veyra-radius-lg);width:100%;min-height:5.25rem;color:var(--veyra-text);text-align:left;transition:transform var(--veyra-transition-fast), border-color var(--veyra-transition-fast), background var(--veyra-transition-fast), box-shadow var(--veyra-transition-fast);touch-action:manipulation;background:linear-gradient(135deg,#3b8cff0e,#0000 48%),#080d18cc;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.9rem 1rem;display:grid;box-shadow:inset 0 1px #f6f8ff09}.sudoku-runtime-difficulty:hover,.sudoku-runtime-difficulty:focus-visible{background:linear-gradient(135deg,#3b8cff1a,#8a5cff0a 62%,#0000),#080d18eb;border-color:#3b8cff61;box-shadow:inset 0 1px #f6f8ff0d,0 0 2rem #3b8cff12}.sudoku-runtime-difficulty:active{transform:scale(.988)}.sudoku-runtime-difficulty__index{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-md);width:2.5rem;height:2.5rem;color:var(--veyra-blue);background:#f6f8ff09;place-items:center;font-size:.72rem;font-weight:800;display:grid}.sudoku-runtime-difficulty__copy{flex-direction:column;gap:.26rem;min-width:0;display:flex}.sudoku-runtime-difficulty__copy strong{font-size:1rem}.sudoku-runtime-difficulty__copy span{color:var(--veyra-text-muted);font-size:.78rem;line-height:1.35}.sudoku-runtime-difficulty__arrow{width:1.1rem;height:1.1rem;color:var(--veyra-text-muted);transform:rotate(180deg)}.sudoku-runtime-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:34rem;min-height:min(66dvh,34rem);margin-inline:auto;padding:2rem 1rem;display:flex}.sudoku-runtime-state h1{margin-top:1rem;font-size:clamp(1.8rem,7vw,2.7rem)}.sudoku-runtime-state p{max-width:30rem;color:var(--veyra-text-soft);margin:.7rem 0 0;line-height:1.55}.sudoku-runtime-spinner{width:2rem;height:2rem;color:var(--veyra-blue);animation:.85s linear infinite sudoku-runtime-spin}.sudoku-runtime-orbit{border:1px solid var(--veyra-border-default);width:4rem;height:4rem;box-shadow:var(--veyra-shadow-blue);background:#3b8cff0f;border-radius:50%;place-items:center;display:grid}.sudoku-runtime-state__icon{width:4rem;height:4rem;color:var(--veyra-error);background:#ff587d12;border:1px solid #ff587d38;border-radius:50%;place-items:center;display:grid}.sudoku-runtime-state__icon svg{width:1.6rem;height:1.6rem}.sudoku-runtime-state__actions{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-top:1.35rem;display:flex}.sudoku-runtime-game{width:min(100%,66rem);margin-inline:auto}.sudoku-runtime-game__heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.sudoku-runtime-game__heading h1{margin-top:.5rem;font-size:clamp(1.65rem,6vw,2.4rem);line-height:1}.sudoku-runtime-stats{flex:none;gap:.45rem;display:flex}.sudoku-runtime-stat{flex-direction:column;align-items:flex-end;gap:.13rem;min-width:4.25rem;display:flex}.sudoku-runtime-stat span{color:var(--veyra-text-muted);font-size:.65rem;font-weight:650}.sudoku-runtime-stat strong{color:var(--veyra-text);font-variant-numeric:tabular-nums;font-size:.88rem}.sudoku-runtime-game__layout{align-items:start;gap:1rem;display:grid}.sudoku-runtime-board-wrap{flex-direction:column;align-items:center;min-width:0;display:flex}.sudoku-runtime-board{aspect-ratio:1;isolation:isolate;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#040810f0;border:2px solid #aec2e594;border-radius:clamp(.75rem,3vw,1.2rem);grid-template-columns:repeat(9,minmax(0,1fr));width:min(100%,36rem);display:grid;overflow:hidden;box-shadow:0 1.35rem 4rem #00000047,0 0 0 1px #3b8cff0d,0 0 3rem #3b8cff0f}.sudoku-runtime-cell{min-width:0;min-height:0;color:var(--veyra-text);font-variant-numeric:tabular-nums;transition:background .11s var(--veyra-ease-standard), color .11s var(--veyra-ease-standard), box-shadow .11s var(--veyra-ease-standard);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#f6f8ff04;border:1px solid #8da4cd29;border-top:0;border-left:0;border-radius:0;place-items:center;padding:0;font-size:clamp(1.05rem,5.4vw,2rem);font-weight:690;line-height:1;display:grid;position:relative}.sudoku-runtime-board__row{display:contents}.sudoku-runtime-cell--edge-right{border-right:0}.sudoku-runtime-cell--edge-bottom{border-bottom:0}.sudoku-runtime-cell--box-right{border-right:2px solid #aec2e57a}.sudoku-runtime-cell--box-bottom{border-bottom:2px solid #aec2e57a}.sudoku-runtime-cell--given{color:#f9fbff;font-weight:790}.sudoku-runtime-cell--player{color:#73b5ff}.sudoku-runtime-cell--related{background:#3b8cff13}.sudoku-runtime-cell--same:not(.sudoku-runtime-cell--selected){color:#d8cbff;background:#8a5cff24}.sudoku-runtime-cell--selected{z-index:3;color:#fff;background:linear-gradient(135deg,#3b8cff57,#8a5cff4f);box-shadow:inset 0 0 0 2px #a8ceffb8,0 0 1rem #3b8cff24}.sudoku-runtime-cell--conflict{color:#ff8ba6;background:#ff587d21}.sudoku-runtime-cell--selected.sudoku-runtime-cell--conflict{background:#ff587d40;box-shadow:inset 0 0 0 2px #ff7696b8}.sudoku-runtime-cell:focus-visible{z-index:5;outline:2px solid var(--veyra-cyan);outline-offset:-3px}.sudoku-runtime-board--completed{border-color:#22d39a80;box-shadow:0 1.35rem 4rem #00000047,0 0 3rem #22d39a1a}.sudoku-runtime-board-meta{width:min(100%,36rem);min-height:2.15rem;color:var(--veyra-text-muted);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.62rem .1rem 0;font-size:.7rem;line-height:1.3;display:flex}.sudoku-runtime-board-meta span:first-child{max-width:72%}.sudoku-runtime-board-meta span:last-child{color:var(--veyra-text-soft);flex:none;font-weight:700}.sudoku-runtime-controls{width:100%;min-width:0;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;gap:.8rem;display:flex}.sudoku-runtime-keypad{grid-template-columns:repeat(9,minmax(0,1fr));gap:clamp(.25rem,1.5vw,.5rem);width:100%;display:grid}.sudoku-runtime-key{border:1px solid var(--veyra-border-default);min-width:0;min-height:3.2rem;color:var(--veyra-text);transition:transform 90ms var(--veyra-ease-standard), border-color .12s var(--veyra-ease-standard), background .12s var(--veyra-ease-standard);touch-action:manipulation;background:linear-gradient(#f6f8ff0b,#f6f8ff05),#080d18e0;border-radius:clamp(.55rem,2.2vw,.9rem);flex-direction:column;justify-content:center;align-items:center;gap:.08rem;padding:.2rem 0;display:flex;box-shadow:inset 0 1px #f6f8ff09}.sudoku-runtime-key strong{font-size:clamp(1.05rem,4.5vw,1.5rem);font-weight:700}.sudoku-runtime-key span{color:var(--veyra-text-muted);font-size:.55rem;font-weight:700;line-height:1}.sudoku-runtime-key:hover,.sudoku-runtime-key:focus-visible{background:#3b8cff1c;border-color:#3b8cff6b}.sudoku-runtime-key:active{background:#3b8cff2e;transform:scale(.95)}.sudoku-runtime-key:disabled{cursor:default;opacity:.28}.sudoku-runtime-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.sudoku-runtime-action{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-md);min-height:3rem;color:var(--veyra-text-soft);touch-action:manipulation;background:#f6f8ff08;justify-content:center;align-items:center;gap:.45rem;padding-inline:.45rem;font-size:.76rem;font-weight:700;display:inline-flex}.sudoku-runtime-action:disabled{cursor:default;opacity:.34}.sudoku-runtime-local-note{border-radius:var(--veyra-radius-md);color:var(--veyra-text-muted);background:#22d39a09;border:1px solid #22d39a1f;align-items:flex-start;gap:.48rem;padding:.75rem .85rem;font-size:.68rem;line-height:1.4;display:flex}.sudoku-runtime-local-note svg{width:.95rem;height:.95rem;color:var(--veyra-success);flex:none;margin-top:.05rem}.sudoku-runtime-complete{border-radius:var(--veyra-radius-xl);text-align:center;background:radial-gradient(circle at 50% 0,#22d39a17,#0000 15rem),#080d18d1;border:1px solid #22d39a2e;flex-direction:column;align-items:center;padding:1.35rem;display:flex}.sudoku-runtime-complete__icon{width:3.5rem;height:3.5rem;color:var(--veyra-success);background:#22d39a1a;border:1px solid #22d39a47;border-radius:50%;place-items:center;margin-bottom:.9rem;display:grid}.sudoku-runtime-complete__icon svg{width:1.45rem;height:1.45rem}.sudoku-runtime-complete h2{margin-top:.85rem;font-size:1.55rem}.sudoku-runtime-complete p{color:var(--veyra-text-soft);margin:.6rem 0 0;font-size:.85rem;line-height:1.5}.sudoku-runtime-complete__time{color:var(--veyra-text);font-variant-numeric:tabular-nums;margin:1rem 0;font-size:2rem}.sudoku-runtime-complete .veyra-button{width:100%;margin-top:.55rem}@keyframes sudoku-runtime-spin{to{transform:rotate(360deg)}}@media (min-width:32rem){.sudoku-runtime-brand__wordmark{display:flex}.sudoku-runtime-language select{width:auto;min-width:6.25rem}.sudoku-runtime-main{width:min(100% - 2rem,74rem)}.sudoku-runtime-difficulty{min-height:5.7rem;padding-inline:1.2rem}}@media (min-width:46rem){.sudoku-runtime-picker{padding-top:clamp(2rem,8vh,5rem)}.sudoku-runtime-difficulties{grid-template-columns:repeat(2,minmax(0,1fr))}.sudoku-runtime-game__heading{margin-bottom:1.25rem}.sudoku-runtime-controls{width:min(100%,36rem);margin-inline:auto}}@media (min-width:62rem){.sudoku-runtime-topbar{padding-top:.75rem}.sudoku-runtime-topbar__inner{padding-inline:.75rem}.sudoku-runtime-game__layout{grid-template-columns:minmax(0,36rem) minmax(17rem,19rem);gap:clamp(1.4rem,4vw,2.5rem)}.sudoku-runtime-board-wrap{align-items:stretch}.sudoku-runtime-controls{border:1px solid var(--veyra-border-default);border-radius:var(--veyra-radius-xl);width:100%;box-shadow:var(--veyra-shadow-card);-webkit-backdrop-filter:blur(16px);background:linear-gradient(#f6f8ff06,#0000),#080d18ad;margin-inline:0;padding:1rem;position:sticky;top:5.7rem}.sudoku-runtime-keypad{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.sudoku-runtime-key{border-radius:var(--veyra-radius-md);min-height:4rem}.sudoku-runtime-key strong{font-size:1.42rem}}@media (orientation:landscape) and (max-height:34rem) and (min-width:44rem){.sudoku-runtime-main{padding-top:.6rem}.sudoku-runtime-game__heading{margin-bottom:.55rem}.sudoku-runtime-game__heading h1{font-size:1.45rem}.sudoku-runtime-game__layout{grid-template-columns:minmax(0,1fr) minmax(15rem,18rem);gap:1rem}.sudoku-runtime-board{width:min(100%,100dvh - 8.25rem);margin-inline:auto}.sudoku-runtime-board-meta{width:min(100%,100dvh - 8.25rem)}.sudoku-runtime-controls{border:1px solid var(--veyra-border-default);border-radius:var(--veyra-radius-xl);background:#080d18ad;width:100%;margin:0;padding:.75rem}.sudoku-runtime-keypad{grid-template-columns:repeat(3,minmax(0,1fr))}.sudoku-runtime-key{min-height:2.8rem}.sudoku-runtime-local-note{display:none}}@media (prefers-reduced-motion:reduce){.sudoku-runtime-spinner{animation-duration:1.8s}.sudoku-runtime-difficulty,.sudoku-runtime-key,.sudoku-runtime-cell{transition:none}}.sudoku-runtime-board-stage{width:min(100%,36rem);position:relative}.sudoku-runtime-board-stage .sudoku-runtime-board{width:100%}.sudoku-runtime-board--disabled{pointer-events:none}.sudoku-runtime-cell__notes{color:#8fc4ff;grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));width:100%;height:100%;padding:clamp(.08rem,.65vw,.22rem);font-size:clamp(.4rem,1.65vw,.68rem);font-weight:650;line-height:1;display:grid}.sudoku-runtime-cell__notes>span{place-items:center;min-width:0;min-height:0;display:grid}.sudoku-runtime-cell--selected .sudoku-runtime-cell__notes{color:#fff}.sudoku-runtime-pause-overlay{z-index:12;text-align:center;-webkit-backdrop-filter:blur(7px);background:radial-gradient(circle at 50% 35%,#3b8cff29,#0000 14rem),#02050cc7;border-radius:clamp(.75rem,3vw,1.2rem);flex-direction:column;justify-content:center;align-items:center;padding:clamp(1rem,6vw,2.4rem);display:flex;position:absolute;inset:0}.sudoku-runtime-pause-overlay__icon{width:3.35rem;height:3.35rem;color:var(--veyra-blue);background:#3b8cff1a;border:1px solid #3b8cff47;border-radius:50%;place-items:center;margin-bottom:.8rem;display:grid}.sudoku-runtime-pause-overlay__icon svg{width:1.35rem;height:1.35rem}.sudoku-runtime-pause-overlay p{max-width:20rem;color:var(--veyra-text-soft);margin:.8rem 0 1rem;font-size:clamp(.78rem,3vw,.9rem);line-height:1.5}.sudoku-runtime-pause-overlay .veyra-button{justify-content:center;align-items:center;gap:.45rem;min-width:min(100%,12rem);display:inline-flex}.sudoku-runtime-pause-overlay .veyra-button svg{width:1rem;height:1rem}.sudoku-runtime-action{text-align:center;min-height:3.55rem;transition:transform 90ms var(--veyra-ease-standard), border-color .12s var(--veyra-ease-standard), background .12s var(--veyra-ease-standard), color .12s var(--veyra-ease-standard);-webkit-tap-highlight-color:transparent;flex-direction:column;gap:.22rem;padding:.38rem .2rem;font-size:clamp(.62rem,2.5vw,.72rem);line-height:1.05}.sudoku-runtime-action svg{width:1.08rem;height:1.08rem}.sudoku-runtime-action:not(:disabled):active{transform:scale(.97)}.sudoku-runtime-action--active{color:#fff;background:linear-gradient(135deg,#3b8cff2e,#8a5cff21);border-color:#3b8cff6b;box-shadow:inset 0 0 0 1px #6facff17}.sudoku-runtime-secondary-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.sudoku-runtime-action--secondary{min-height:2.8rem;color:var(--veyra-text-muted);flex-direction:row;gap:.4rem;font-size:.68rem}@media (min-width:62rem){.sudoku-runtime-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.sudoku-runtime-action{min-height:3.4rem;font-size:.7rem}}@media (orientation:landscape) and (max-height:34rem) and (min-width:44rem){.sudoku-runtime-board-stage{width:min(100%,100dvh - 8.25rem);margin-inline:auto}.sudoku-runtime-board-stage .sudoku-runtime-board{width:100%}.sudoku-runtime-actions{grid-template-columns:repeat(4,minmax(0,1fr))}.sudoku-runtime-action{min-height:2.75rem}.sudoku-runtime-secondary-actions{display:none}}.sudoku-runtime-game__heading{flex-direction:column;align-items:stretch}.sudoku-runtime-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;width:100%;display:grid}.sudoku-runtime-stat{background:#f6f8ff05;border:1px solid #8da4cd17;border-radius:.7rem;align-items:flex-start;min-width:0;padding:.45rem .5rem}.sudoku-runtime-stat strong{text-overflow:ellipsis;max-width:100%;overflow:hidden}.sudoku-runtime-stat--mistakes strong{color:#ff8ba6}.sudoku-runtime-cell--hinted{color:#65e0bd;background:#22d39a13}.sudoku-runtime-cell--hinted.sudoku-runtime-cell--related{background:#22d39a1a}.sudoku-runtime-cell--hinted.sudoku-runtime-cell--selected{color:#eafff8;background:linear-gradient(135deg,#22d39a3d,#3b8cff33);box-shadow:inset 0 0 0 2px #65e0bdb3,0 0 1rem #22d39a1f}.sudoku-runtime-cell--mistake{z-index:6;color:#ff8ba6;animation:sudoku-runtime-mistake .52s var(--veyra-ease-standard) both;background:#ff587d38;box-shadow:inset 0 0 0 2px #ff7696b8,0 0 1.1rem #ff587d26}.sudoku-runtime-board-meta--mistake span:first-child{color:#ff9ab1;font-weight:700}.sudoku-runtime-board-meta--hint span:first-child{color:#76e5c4;font-weight:700}.sudoku-runtime-action__icon-wrap{place-items:center;display:inline-grid;position:relative}.sudoku-runtime-action__icon-wrap small{border-radius:var(--veyra-radius-pill);color:#d9ccff;background:#080d18f5;border:1px solid #8a5cff61;place-items:center;min-width:1.05rem;height:1.05rem;padding-inline:.18rem;font-size:.53rem;font-weight:800;line-height:1;display:grid;position:absolute;top:-.55rem;right:-.72rem}.sudoku-runtime-action--hint:not(:disabled){border-color:#8a5cff3d}.sudoku-runtime-actions{grid-template-columns:repeat(5,minmax(0,1fr))}.sudoku-runtime-rule-notes{gap:.45rem;display:grid}.sudoku-runtime-rule-notes .sudoku-runtime-local-note:first-child{background:#8a5cff09;border-color:#8a5cff21}.sudoku-runtime-rule-notes .sudoku-runtime-local-note:first-child svg{color:#b89cff}.sudoku-runtime-complete__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;width:100%;margin:1rem 0 .35rem;display:grid}.sudoku-runtime-complete__summary>span{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-md);background:#f6f8ff06;flex-direction:column;gap:.2rem;min-width:0;padding:.65rem .35rem;display:flex}.sudoku-runtime-complete__summary small{color:var(--veyra-text-muted);font-size:.6rem;font-weight:650}.sudoku-runtime-complete__summary strong{color:var(--veyra-text);font-variant-numeric:tabular-nums;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}@keyframes sudoku-runtime-mistake{0%{transform:scale(.94)}35%{transform:scale(1.035)}to{transform:scale(1)}}@media (min-width:46rem){.sudoku-runtime-game__heading{flex-direction:row;align-items:flex-end}.sudoku-runtime-stats{width:auto;min-width:23rem}.sudoku-runtime-stat{background:0 0;border:0;border-radius:0;align-items:flex-end;min-width:4.25rem;padding:0}}@media (min-width:62rem){.sudoku-runtime-actions{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (orientation:landscape) and (max-height:34rem) and (min-width:44rem){.sudoku-runtime-actions{grid-template-columns:repeat(5,minmax(0,1fr))}.sudoku-runtime-rule-notes{display:none}.sudoku-runtime-stats{min-width:21rem}}@media (prefers-reduced-motion:reduce){.sudoku-runtime-cell--mistake{animation:none}}.sudoku-runtime-shell--embedded{background:0 0;min-height:auto}.sudoku-runtime-shell--embedded .sudoku-runtime-main{width:100%;min-height:0;padding:clamp(.85rem,3vw,1.5rem)}.sudoku-runtime-shell--embedded .sudoku-runtime-picker{padding-top:clamp(.5rem,3vw,1.5rem)}.sudoku-runtime-difficulty__level{letter-spacing:.025em;margin:.16rem 0 .1rem;display:block;color:#bfcfff!important;font-size:.69rem!important;font-weight:800!important}@media (min-width:64rem){.sudoku-runtime-shell--embedded .sudoku-runtime-main{padding:1.5rem 2rem 2rem}}.sudoku-runtime-brand{font:inherit;cursor:pointer;background:0 0;border:0;padding:.2rem}.sudoku-runtime-wallet{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-md);min-width:2.65rem;min-height:2.6rem;color:var(--veyra-text-soft);background:#f6f8ff09;justify-content:center;align-items:center;gap:.32rem;padding-inline:.58rem;font-size:.72rem;font-weight:800;display:inline-flex}button.sudoku-runtime-wallet{cursor:pointer;font:inherit}.sudoku-runtime-wallet svg{width:1rem;height:1rem;color:var(--veyra-cyan)}.sudoku-runtime-wallet small{border-radius:var(--veyra-radius-pill);min-width:1.15rem;color:var(--veyra-text-muted);background:#02040a80;padding:.08rem .3rem;font-size:.62rem}.sudoku-runtime-wallet--claim{color:var(--veyra-text);background:linear-gradient(135deg,#00e5ff1f,#8a5cff1a);border-color:#00e5ff47}.sudoku-runtime-profile-card{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-lg);background:#f6f8ff06;width:min(100%,22rem);margin-top:1.25rem;padding:.9rem 1rem}.sudoku-runtime-profile-card__topline{color:var(--veyra-text-soft);justify-content:space-between;align-items:baseline;gap:1rem;font-size:.75rem;font-weight:700;display:flex}.sudoku-runtime-profile-card__topline strong{color:var(--veyra-text);font-size:1.15rem}.sudoku-runtime-profile-card__track{border-radius:var(--veyra-radius-pill);background:#f6f8ff12;height:.38rem;margin-top:.6rem;overflow:hidden}.sudoku-runtime-profile-card__track span{border-radius:inherit;background:var(--veyra-gradient-brand);height:100%;display:block}.sudoku-runtime-profile-card small{color:var(--veyra-text-muted);margin-top:.48rem;font-size:.67rem;display:block}.sudoku-runtime-tutorial-trigger{border-radius:var(--veyra-radius-pill);color:#bfcfff;cursor:pointer;min-height:2.45rem;font:inherit;background:0 0;border:0;align-items:center;gap:.42rem;margin-top:.7rem;padding:0 .8rem;font-size:.75rem;font-weight:750;display:inline-flex}.sudoku-runtime-tutorial-trigger svg{width:1rem;height:1rem}.sudoku-runtime-xp-award{border-radius:var(--veyra-radius-lg);text-align:left;background:#8a5cff14;border:1px solid #8a5cff40;gap:.12rem;width:100%;padding:.8rem .9rem;display:grid}.sudoku-runtime-xp-award strong{color:#d8caff;font-size:1.05rem}.sudoku-runtime-xp-award span,.sudoku-runtime-xp-award small{color:var(--veyra-text-muted);font-size:.7rem}.sudoku-runtime-modal-backdrop{z-index:150;padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));-webkit-backdrop-filter:blur(14px);background:#010308d1;place-items:center;display:grid;position:fixed;inset:0}.sudoku-runtime-modal{border:1px solid var(--veyra-border-glass);border-radius:var(--veyra-radius-xl);background:var(--veyra-surface-raised);width:min(100%,30rem);max-height:min(90dvh,42rem);box-shadow:var(--veyra-shadow-elevated);padding:clamp(1.1rem,4vw,1.5rem);overflow-y:auto}.sudoku-runtime-modal h2{letter-spacing:-.035em;margin:.9rem 0 0;font-size:clamp(1.7rem,7vw,2.35rem)}.sudoku-runtime-modal>p{color:var(--veyra-text-soft);margin:.7rem 0 0;line-height:1.55}.sudoku-runtime-tutorial-steps{gap:.65rem;margin:1.15rem 0;padding:0;list-style:none;display:grid}.sudoku-runtime-tutorial-steps li{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-lg);background:#f6f8ff06;gap:.2rem;padding:.8rem .9rem;display:grid}.sudoku-runtime-tutorial-steps span{color:var(--veyra-text-soft);font-size:.82rem;line-height:1.5}.sudoku-runtime-shell:fullscreen{background:radial-gradient(circle at 50% -8rem,#3b8cff29,#0000 26rem),radial-gradient(circle at 94% 12rem,#8a5cff1f,#0000 28rem),#02040a;min-height:100dvh;overflow-y:auto}.sudoku-runtime-shell--embedded:fullscreen .sudoku-runtime-main{width:min(100% - 1rem,74rem);padding:clamp(1rem, 4vw, 2rem) 0 calc(2rem + env(safe-area-inset-bottom))}@media (max-width:32rem){.sudoku-runtime-language{display:none}.sudoku-runtime-wallet{padding-inline:.45rem}.sudoku-runtime-fullscreen{display:inline-grid}}.sudoku-play-runtime-page{background:#02040a;width:100%;height:100dvh;min-height:100dvh;overflow:hidden}.sudoku-play-runtime-page .sudoku-runtime-shell{flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.sudoku-play-runtime-page .sudoku-runtime-topbar{padding-top:max(.4rem, env(safe-area-inset-top));flex:none;position:relative}.sudoku-play-runtime-page .sudoku-runtime-main{width:min(100% - 1rem,74rem);min-height:0;padding:.45rem 0 max(.45rem, env(safe-area-inset-bottom));flex:auto;display:flex;overflow:hidden}.sudoku-play-runtime-page .sudoku-runtime-picker,.sudoku-play-runtime-page .sudoku-runtime-state{width:min(100%,61rem);height:100%;min-height:0;margin:auto}.sudoku-play-runtime-page .sudoku-runtime-picker{align-content:center;gap:clamp(.75rem,2.4vh,1.45rem);padding-top:0}.sudoku-play-runtime-page .sudoku-runtime-picker h1,.sudoku-play-runtime-page .sudoku-runtime-picker h3{font-size:clamp(1.9rem,8vw,3.6rem)}.sudoku-play-runtime-page .sudoku-runtime-picker__intro>p{margin-top:.55rem;font-size:clamp(.82rem,2.8vw,1rem);line-height:1.45}.sudoku-play-runtime-page .sudoku-runtime-picker__trust{margin-top:.65rem}.sudoku-play-runtime-page .sudoku-runtime-profile-card{margin-top:.7rem;padding-block:.65rem}.sudoku-play-runtime-page .sudoku-runtime-tutorial-trigger{margin-top:.3rem}.sudoku-play-runtime-page .sudoku-runtime-difficulties{gap:.45rem}.sudoku-play-runtime-page .sudoku-runtime-difficulty{min-height:3.9rem;padding-block:.55rem}.sudoku-play-runtime-page .sudoku-runtime-game{flex-direction:column;width:min(100%,66rem);height:100%;min-height:0;display:flex}.sudoku-play-runtime-page .sudoku-runtime-game__heading{flex:none;margin-bottom:.4rem}.sudoku-runtime-game__identity{min-width:0}.sudoku-runtime-game__eyebrow-row{align-items:center;gap:.55rem;display:flex}.sudoku-runtime-lives{color:#ff8ba657;align-items:center;gap:.18rem;display:inline-flex}.sudoku-runtime-lives svg{stroke-width:2px;width:.95rem;height:.95rem}.sudoku-runtime-lives svg.is-active{color:#ff7899;filter:drop-shadow(0 0 .45rem #ff587d2e)}.sudoku-play-runtime-page .sudoku-runtime-game__heading h1,.sudoku-play-runtime-page .sudoku-runtime-game__heading h3{margin-top:.25rem;font-size:clamp(1.25rem,4.8vw,1.9rem)}.sudoku-play-runtime-page .sudoku-runtime-game__layout{flex:auto;align-items:center;gap:.45rem;min-height:0}.sudoku-play-runtime-page .sudoku-runtime-board-wrap{justify-content:center;min-height:0}.sudoku-play-runtime-page .sudoku-runtime-board-stage{width:min(100vw - 1rem,100dvh - 17.25rem,36rem);max-width:100%}.sudoku-play-runtime-page .sudoku-runtime-board-meta{width:min(100vw - 1rem,100dvh - 17.25rem,36rem);min-height:1.45rem;padding-top:.35rem;font-size:.62rem}.sudoku-play-runtime-page .sudoku-runtime-controls{gap:.42rem;padding-bottom:0}.sudoku-play-runtime-page .sudoku-runtime-key{min-height:2.55rem}.sudoku-play-runtime-page .sudoku-runtime-action{min-height:2.6rem;font-size:.67rem}.sudoku-play-runtime-page .sudoku-runtime-secondary-actions{gap:.35rem}.sudoku-play-runtime-page .sudoku-runtime-rule-notes{display:none}.sudoku-runtime-cell--teaching-source{z-index:2;background:#00e5ff1a;box-shadow:inset 0 0 0 1px #00e5ff2e}.sudoku-runtime-cell--teaching-target{z-index:8;color:#fff;background:linear-gradient(135deg,#00e5ff47,#8a5cff57);box-shadow:inset 0 0 0 3px #00e5ffc7,0 0 1.4rem #00e5ff38}.sudoku-runtime-modal__actions{gap:.55rem;width:100%;margin-top:1rem;display:grid}.sudoku-runtime-modal__actions .veyra-button{width:100%}.sudoku-runtime-modal__text-action{min-height:2.4rem;color:var(--veyra-text-muted);cursor:pointer;font:inherit;background:0 0;border:0;font-size:.76rem;font-weight:700}.sudoku-runtime-result-modal{text-align:center;flex-direction:column;align-items:center;width:min(100%,28rem);display:flex}.sudoku-runtime-result-modal__icon{width:3.75rem;height:3.75rem;color:var(--veyra-success);background:#22d39a14;border:1px solid #22d39a47;border-radius:50%;place-items:center;margin-bottom:.85rem;display:grid}.sudoku-runtime-result-modal__icon svg{width:1.55rem;height:1.55rem}.sudoku-runtime-result-modal--failed .sudoku-runtime-result-modal__icon{color:#ff7899;background:#ff587d14;border-color:#ff587d47}.sudoku-runtime-failed-lives{color:#ff8ba647;gap:.5rem;margin-top:1rem;display:flex}.sudoku-runtime-failed-lives svg{width:1.55rem;height:1.55rem}.sudoku-runtime-hint-coach__focus{border-radius:var(--veyra-radius-lg);background:linear-gradient(135deg,#00e5ff12,#8a5cff0d);border:1px solid #00e5ff2e;gap:.42rem;margin-top:1rem;padding:.9rem 1rem;display:grid}.sudoku-runtime-hint-coach__focus>span{color:var(--veyra-cyan);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:800}.sudoku-runtime-hint-coach__focus strong{color:var(--veyra-text);font-size:.92rem;line-height:1.5}.sudoku-runtime-hint-coach__focus small{color:var(--veyra-text-muted);line-height:1.45}.sudoku-runtime-modal-backdrop--hint{-webkit-backdrop-filter:blur(3px);background:#01030880}@media (min-width:46rem){.sudoku-play-runtime-page .sudoku-runtime-picker{grid-template-columns:minmax(0,.9fr) minmax(22rem,1.1fr);align-items:center}.sudoku-play-runtime-page .sudoku-runtime-difficulties{grid-template-columns:repeat(2,minmax(0,1fr))}.sudoku-play-runtime-page .sudoku-runtime-board-stage,.sudoku-play-runtime-page .sudoku-runtime-board-meta{width:min(100%,100dvh - 9.25rem,36rem)}}@media (min-width:62rem){.sudoku-play-runtime-page .sudoku-runtime-main{padding-top:.2rem}.sudoku-play-runtime-page .sudoku-runtime-game__layout{grid-template-columns:minmax(0,36rem) minmax(17rem,19rem);justify-content:center;gap:clamp(1rem,3vw,2rem)}.sudoku-play-runtime-page .sudoku-runtime-controls{max-height:100%;padding:.75rem;position:static;overflow:hidden}.sudoku-play-runtime-page .sudoku-runtime-rule-notes{display:grid}.sudoku-runtime-modal-backdrop--hint{place-items:center end;padding-right:max(2rem,50vw - min(100vw,74rem)/2 + 1rem)}.sudoku-runtime-hint-coach{width:min(24rem,36vw)}}@media (max-height:43rem) and (max-width:61.99rem){.sudoku-play-runtime-page .sudoku-runtime-topbar__inner{min-height:3.15rem}.sudoku-play-runtime-page .sudoku-runtime-topbar{padding-block:max(.2rem, env(safe-area-inset-top)) .2rem}.sudoku-play-runtime-page .sudoku-runtime-game__heading{margin-bottom:.2rem}.sudoku-play-runtime-page .sudoku-runtime-game__heading h1,.sudoku-play-runtime-page .sudoku-runtime-game__heading h3{display:none}.sudoku-play-runtime-page .sudoku-runtime-board-stage,.sudoku-play-runtime-page .sudoku-runtime-board-meta{width:min(100vw - .75rem,100dvh - 14rem,31rem)}.sudoku-play-runtime-page .sudoku-runtime-board-meta{min-height:1.1rem;padding-top:.2rem}.sudoku-play-runtime-page .sudoku-runtime-key{min-height:2.15rem}.sudoku-play-runtime-page .sudoku-runtime-action{min-height:2.2rem}.sudoku-play-runtime-page .sudoku-runtime-secondary-actions{display:none}}@media (orientation:landscape) and (max-height:34rem) and (min-width:44rem){.sudoku-play-runtime-page .sudoku-runtime-game__layout{grid-template-columns:minmax(0,1fr) minmax(14rem,18rem)}.sudoku-play-runtime-page .sudoku-runtime-board-stage,.sudoku-play-runtime-page .sudoku-runtime-board-meta{width:min(100%,100dvh - 5.8rem)}.sudoku-play-runtime-page .sudoku-runtime-controls{max-height:calc(100dvh - 5rem);padding:.45rem}.sudoku-play-runtime-page .sudoku-runtime-secondary-actions,.sudoku-play-runtime-page .sudoku-runtime-rule-notes{display:none}}.sudoku-runtime-wallet--rewarded{color:#ded3ff;background:#8a5cff1a;border-color:#8a5cff4d}.sudoku-runtime-wallet--rewarded:disabled{opacity:.5}.sudoku-runtime-difficulty--continue{background:linear-gradient(135deg,#00e5ff17,#3b8cff14),#080d18e6;border-color:#00e5ff3d}@media (min-width:46rem){.sudoku-runtime-difficulty--continue{grid-column:1/-1}}@media (max-height:43rem){.sudoku-play-runtime-page .sudoku-runtime-picker{gap:.55rem}.sudoku-play-runtime-page .sudoku-runtime-picker__intro>p,.sudoku-play-runtime-page .sudoku-runtime-picker__trust{display:none}.sudoku-play-runtime-page .sudoku-runtime-picker h1,.sudoku-play-runtime-page .sudoku-runtime-picker h3{margin-top:.45rem;font-size:1.7rem}.sudoku-play-runtime-page .sudoku-runtime-profile-card{margin-top:.4rem;padding:.5rem .7rem}.sudoku-play-runtime-page .sudoku-runtime-tutorial-trigger{min-height:1.9rem;margin-top:.1rem}.sudoku-play-runtime-page .sudoku-runtime-difficulty{min-height:3.15rem;padding-block:.35rem}.sudoku-play-runtime-page .sudoku-runtime-difficulty__copy>span:last-child{display:none}}.sudoku-runtime-shell{height:100dvh;min-height:0;overflow:hidden}.sudoku-runtime-main{height:calc(100dvh - 4.8rem);min-height:0;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom));overflow:hidden}.sudoku-app-home,.sudoku-app-screen{overscroll-behavior:contain;scrollbar-width:none;width:min(100%,58rem);height:100%;margin-inline:auto;padding:clamp(.5rem,2vh,1.25rem) 0 1rem;overflow:auto}.sudoku-app-home::-webkit-scrollbar{display:none}.sudoku-app-screen::-webkit-scrollbar{display:none}.sudoku-app-home__hero{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.sudoku-app-profile-summary{align-items:center;gap:.75rem;min-width:0;display:flex}.sudoku-app-avatar{width:3rem;height:3rem;color:var(--veyra-text);background:linear-gradient(145deg,#4091ff38,#8e5cff33);border:1px solid #7e5cff6b;border-radius:50%;flex:none;place-items:center;font-weight:850;display:grid;box-shadow:inset 0 1px #ffffff14}.sudoku-app-avatar--large{width:4.8rem;height:4.8rem;font-size:1.35rem}.sudoku-app-profile-summary__copy{gap:.25rem;min-width:8rem;display:grid}.sudoku-app-profile-summary__copy>span,.sudoku-profile-hero strong{color:var(--veyra-text);font-size:.82rem;font-weight:750}.sudoku-app-profile-summary__copy small,.sudoku-profile-hero small{color:var(--veyra-text-muted);font-size:.68rem}.sudoku-app-xp-track{background:#ffffff14;border-radius:99px;width:min(12rem,42vw);height:.38rem;overflow:hidden}.sudoku-app-xp-track span{border-radius:inherit;background:linear-gradient(90deg, var(--veyra-blue), var(--veyra-violet));height:100%;display:block}.sudoku-app-shop-trigger{min-height:2.7rem;color:var(--veyra-text);background:#7e5cff17;border:1px solid #7e5cff47;border-radius:999px;align-items:center;gap:.45rem;padding:0 .75rem;display:inline-flex}.sudoku-app-shop-trigger svg{width:1rem}.sudoku-app-shop-trigger span{font-size:.75rem;font-weight:750}.sudoku-app-shop-trigger strong{background:#ffffff1a;border-radius:99px;place-items:center;min-width:1.4rem;height:1.4rem;font-size:.7rem;display:grid}.sudoku-app-home__title{margin-top:clamp(1.1rem,4vh,2.4rem)}.sudoku-app-home__title h1,.sudoku-app-home__title h3,.sudoku-app-screen h1,.sudoku-profile-hero h1{color:var(--veyra-text);letter-spacing:-.04em;margin:.7rem 0 0;font-size:clamp(1.9rem,6vw,3.3rem);line-height:1}.sudoku-app-home__title p,.sudoku-app-screen__heading p{color:var(--veyra-text-muted);margin:.45rem 0 0}.sudoku-app-level-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:clamp(1rem,3vh,1.65rem);display:grid}.sudoku-app-level-card{border:1px solid var(--veyra-border-default);min-height:7rem;color:var(--veyra-text);text-align:left;background:#080d18d1;border-radius:1.25rem;align-content:end;gap:.18rem;padding:1rem;display:grid;position:relative;overflow:hidden}.sudoku-app-level-card:before{content:"";background:radial-gradient(circle at 100% 0,#3c8dff2e,#0000 60%);position:absolute;inset:0}.sudoku-app-level-card--medium:before{background:radial-gradient(circle at 100% 0,#41d0c129,#0000 60%)}.sudoku-app-level-card--hard:before{background:radial-gradient(circle at 100% 0,#8e5cff33,#0000 60%)}.sudoku-app-level-card--expert:before{background:radial-gradient(circle at 100% 0,#f75b8826,#0000 60%)}.sudoku-app-level-card>*{position:relative}.sudoku-app-level-card>span{color:var(--veyra-text-soft);font-size:.78rem;font-weight:700}.sudoku-app-level-card>strong{font-size:1.15rem}.sudoku-app-level-card>small{color:var(--veyra-text-muted)}.sudoku-app-level-card>svg{width:1rem;color:var(--veyra-text-muted);position:absolute;top:1rem;right:1rem;transform:rotate(180deg)}.sudoku-app-continue{width:100%;min-height:3.9rem;color:var(--veyra-text);text-align:left;background:linear-gradient(90deg,#307dff29,#855bff1f);border:1px solid #4a91ff59;border-radius:1.15rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:.8rem;padding:.8rem 1rem;display:flex}.sudoku-app-continue span{gap:.15rem;display:grid}.sudoku-app-continue small{color:var(--veyra-text-muted)}.sudoku-app-continue svg{width:1.15rem}.sudoku-app-tutorial{margin-top:.8rem}.sudoku-app-screen__heading{align-items:center;gap:.9rem;padding-top:.6rem;display:flex}.sudoku-app-screen__icon{width:3.2rem;height:3.2rem;color:var(--veyra-blue);background:#3a8bff1f;border-radius:1rem;place-items:center;display:grid}.sudoku-daily-feature{background:linear-gradient(135deg,#2980ff2e,#7e5cff1f);border:1px solid #3a8bff40;border-radius:1.5rem;justify-content:space-between;align-items:center;min-height:10rem;margin-top:1.2rem;padding:1.2rem;display:flex}.sudoku-daily-feature>div{gap:.25rem;display:grid}.sudoku-daily-feature span{color:var(--veyra-text-soft);text-transform:capitalize}.sudoku-daily-feature strong{color:var(--veyra-text);font-size:3rem;line-height:1}.sudoku-daily-feature small{color:var(--veyra-text-muted)}.sudoku-daily-feature svg{color:#ffd25d;opacity:.9;width:5.5rem;height:5.5rem}.sudoku-daily-calendar-card,.sudoku-profile-section,.sudoku-profile-menu,.sudoku-profile-stats-grid>div{border:1px solid var(--veyra-border-default);background:#080d18c7;border-radius:1.25rem}.sudoku-daily-calendar-card{margin-top:.8rem;padding:1rem}.sudoku-daily-calendar-card__header{color:var(--veyra-text);justify-content:space-between;display:flex}.sudoku-daily-calendar-card__header span{color:var(--veyra-text-muted)}.sudoku-daily-mini-calendar{grid-template-columns:repeat(7,1fr);gap:.35rem;margin-top:.8rem;display:grid}.sudoku-daily-mini-calendar span{aspect-ratio:1;color:var(--veyra-text-soft);border-radius:50%;place-items:center;font-size:.75rem;display:grid}.sudoku-daily-mini-calendar .is-today{background:var(--veyra-blue);color:#fff;font-weight:800}.sudoku-daily-mini-calendar .is-future{opacity:.3}.sudoku-daily-stats{grid-template-columns:1fr 1fr;gap:.7rem;margin-top:.8rem;display:grid}.sudoku-daily-stats div{border:1px solid var(--veyra-border-default);background:#080d18b8;border-radius:1rem;gap:.25rem;padding:.85rem 1rem;display:grid}.sudoku-daily-stats span{color:var(--veyra-text-muted);font-size:.72rem}.sudoku-daily-stats strong{color:var(--veyra-text);font-size:1.25rem}.sudoku-daily-play{width:100%;margin-top:.8rem}.sudoku-profile-hero{align-items:center;gap:1rem;padding-top:.6rem;display:flex}.sudoku-profile-hero>div:last-child{flex:1;gap:.3rem;display:grid}.sudoku-profile-stats-grid{grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1.1rem;display:grid}.sudoku-profile-stats-grid>div{gap:.25rem;padding:1rem;display:grid}.sudoku-profile-stats-grid svg{color:var(--veyra-blue)}.sudoku-profile-stats-grid span{color:var(--veyra-text-muted);font-size:.73rem}.sudoku-profile-stats-grid strong{color:var(--veyra-text);font-size:1.3rem}.sudoku-profile-section{margin-top:.8rem;padding:1rem}.sudoku-profile-section h2{color:var(--veyra-text);margin:0 0 .75rem;font-size:1rem}.sudoku-profile-roads{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.sudoku-profile-roads div{background:#ffffff08;border-radius:.9rem;gap:.15rem;padding:.7rem;display:grid}.sudoku-profile-roads span{color:var(--veyra-text-soft);font-size:.72rem}.sudoku-profile-roads strong{color:var(--veyra-text);font-size:.9rem}.sudoku-profile-roads small{color:var(--veyra-text-muted);font-size:.68rem}.sudoku-profile-menu{margin-top:.8rem;overflow:hidden}.sudoku-profile-menu button{border-bottom:1px solid var(--veyra-border-subtle);width:100%;min-height:3.5rem;color:var(--veyra-text);text-align:left;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.65rem .85rem;display:grid}.sudoku-profile-menu button:last-child{border-bottom:0}.sudoku-profile-menu button>svg:first-child{color:var(--veyra-blue)}.sudoku-profile-menu button>svg:last-child{width:.95rem;color:var(--veyra-text-muted);transform:rotate(180deg)}.sudoku-app-bottom-nav{z-index:70;left:50%;bottom:max(.55rem, env(safe-area-inset-bottom));border:1px solid var(--veyra-border-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#040811e6;border-radius:1.35rem;grid-template-columns:repeat(3,1fr);width:min(100% - 1rem,30rem);min-height:4.3rem;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 16px 50px #0000006b}.sudoku-app-bottom-nav button{color:var(--veyra-text-muted);align-content:center;place-items:center;gap:.18rem;display:grid}.sudoku-app-bottom-nav button svg{width:1.2rem}.sudoku-app-bottom-nav button span{font-size:.66rem;font-weight:700}.sudoku-app-bottom-nav button.is-active{color:var(--veyra-blue)}.sudoku-shop{width:min(100% - 1rem,31rem)}.sudoku-shop__heading{align-items:flex-start;gap:.8rem;display:flex}.sudoku-shop__heading>span{width:2.8rem;height:2.8rem;color:var(--veyra-violet);background:#7e5cff1f;border-radius:.9rem;place-items:center;display:grid}.sudoku-shop__heading h2{margin:0}.sudoku-shop__heading p{margin:.35rem 0 0}.sudoku-shop-wallet{color:var(--veyra-text-soft);background:#ffffff0a;border-radius:1rem;justify-content:space-between;align-items:center;margin-top:1rem;padding:.85rem 1rem;display:flex}.sudoku-shop-wallet strong{color:var(--veyra-text);align-items:center;gap:.35rem;font-size:1.2rem;display:inline-flex}.sudoku-shop-wallet svg{color:#ffd25d;width:1rem}.sudoku-shop-card{border:1px solid var(--veyra-border-default);background:#080d18c7;border-radius:1rem;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;margin-top:.7rem;padding:.9rem;display:grid}.sudoku-shop-card__icon{width:2.5rem;height:2.5rem;color:var(--veyra-blue);background:#3a8bff1c;border-radius:.8rem;place-items:center;display:grid}.sudoku-shop-card strong{color:var(--veyra-text)}.sudoku-shop-card p{color:var(--veyra-text-muted);margin:.2rem 0 0;font-size:.75rem;line-height:1.35}.sudoku-shop-coming{color:var(--veyra-text-muted);text-align:center;margin-top:.9rem;display:block}@media (min-width:760px){.sudoku-app-home,.sudoku-app-screen{padding-inline:1rem}.sudoku-app-level-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sudoku-app-level-card{min-height:9rem}.sudoku-profile-roads{grid-template-columns:repeat(4,1fr)}}@media (max-height:720px) and (max-width:759px){.sudoku-app-home__title{margin-top:.55rem}.sudoku-app-home__title h1,.sudoku-app-home__title h3{font-size:1.55rem}.sudoku-app-level-grid{gap:.45rem;margin-top:.6rem}.sudoku-app-level-card{min-height:5.5rem;padding:.7rem}.sudoku-app-tutorial{display:none}.sudoku-app-bottom-nav{min-height:3.75rem}}.sudoku-runtime-shell:not(.sudoku-runtime-shell--choose) .sudoku-runtime-main{padding-bottom:max(.4rem, env(safe-area-inset-bottom))}.sudoku-daily-loading,.sudoku-daily-error{border:1px solid var(--veyra-border-default);min-height:12rem;color:var(--veyra-text-soft);text-align:center;background:#080d18b8;border-radius:1.2rem;place-items:center;gap:.75rem;margin-top:1rem;padding:1rem;display:grid}.sudoku-daily-mini-calendar button{aspect-ratio:1;color:var(--veyra-text-soft);border-radius:50%;place-items:center;font-size:.75rem;transition:transform .14s,background .14s,color .14s;display:grid}.sudoku-daily-mini-calendar button:not(:disabled):active{transform:scale(.93)}.sudoku-daily-mini-calendar button.is-today{background:var(--veyra-blue);color:#fff;font-weight:800}.sudoku-daily-mini-calendar button.is-completed:not(.is-today){color:var(--veyra-blue-soft,#82b6ff);background:#3a8bff24;font-weight:800;box-shadow:inset 0 0 0 1px #3a8bff59}.sudoku-daily-mini-calendar button.is-completed:after{content:"";background:currentColor;border-radius:50%;width:.25rem;height:.25rem;margin-top:-.15rem}.sudoku-daily-mini-calendar button.is-future{opacity:.28;cursor:default}.sudoku-settings-panel{width:min(100% - 1rem,31rem)}.sudoku-settings-list{border:1px solid var(--veyra-border-default);background:#080d18c7;border-radius:1rem;margin-top:1rem;overflow:hidden}.sudoku-settings-row{border-bottom:1px solid var(--veyra-border-subtle);min-height:3.4rem;color:var(--veyra-text-soft);justify-content:space-between;align-items:center;gap:1rem;padding:.7rem .9rem;font-size:.84rem;display:flex}.sudoku-settings-row:last-child{border-bottom:0}.sudoku-settings-row input{width:2.7rem;height:1.5rem;accent-color:var(--veyra-blue);flex:none}.sudoku-daily-rewards{border:1px solid var(--veyra-border-default);background:linear-gradient(135deg,#7e5cff14,#3a8bff12);border-radius:1.15rem;margin-top:.8rem;padding:.9rem}.sudoku-daily-rewards__heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.sudoku-daily-rewards__heading>span{width:2.35rem;height:2.35rem;color:var(--veyra-violet);background:#7e5cff1f;border-radius:.75rem;flex:none;place-items:center;display:grid}.sudoku-daily-rewards__heading>div{flex:1}.sudoku-daily-rewards__heading h2{color:var(--veyra-text);margin:0;font-size:.92rem}.sudoku-daily-rewards__heading small{color:var(--veyra-text-muted)}.sudoku-daily-reward-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;margin-top:.7rem;display:grid}.sudoku-daily-reward{border:1px solid var(--veyra-border-subtle);text-align:center;opacity:.58;background:#ffffff06;border-radius:.85rem;gap:.35rem;min-width:0;padding:.62rem .5rem;display:grid}.sudoku-daily-reward.is-unlocked{opacity:1;border-color:#3a8bff47}.sudoku-daily-reward.is-claimed{opacity:.76;background:#26c69c0f}.sudoku-daily-reward__target{color:var(--veyra-text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;font-weight:750;overflow:hidden}.sudoku-daily-reward strong{color:var(--veyra-text);justify-content:center;align-items:center;gap:.22rem;font-size:.82rem;display:inline-flex}.sudoku-daily-reward strong svg{color:#ffd25d;width:.78rem}.sudoku-daily-reward button{min-height:1.75rem;color:var(--veyra-blue-soft,#82b6ff);background:#3a8bff21;border-radius:.55rem;padding:.25rem .35rem;font-size:.58rem;font-weight:800}.sudoku-daily-reward button:disabled{color:var(--veyra-text-muted);cursor:default;background:#ffffff09}.sudoku-daily-reward.is-claimed button{color:#67d9b7}@media (max-width:390px){.sudoku-daily-reward-track{gap:.3rem}.sudoku-daily-reward{padding-inline:.32rem}.sudoku-daily-reward button{font-size:.53rem}}.sudoku-account-modal{width:min(92vw,420px)}.sudoku-account-modal label{gap:.45rem;margin-top:1rem;font-weight:650;display:grid}.sudoku-account-modal input{border:1px solid var(--vp-border,#ffffff24);width:100%;min-height:46px;color:inherit;font:inherit;background:#ffffff0f;border-radius:12px;padding:0 .85rem}.sudoku-account-message{opacity:.82;margin-top:.85rem;font-size:.9rem}.sudoku-account-signed{gap:.25rem;margin:1.1rem 0;display:grid}.sudoku-primary-button,.sudoku-text-button{border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:46px;margin-top:.8rem;display:inline-flex}.sudoku-primary-button{background:var(--vp-accent,#7c5cff);color:#fff;border:0;font-weight:750}.sudoku-text-button{color:inherit;opacity:.8;background:0 0;border:0}.sudoku-runtime-session-control{min-height:2rem;color:var(--veyra-text-soft);font:inherit;transition:border-color .12s var(--veyra-ease-standard), background .12s var(--veyra-ease-standard), color .12s var(--veyra-ease-standard), transform 90ms var(--veyra-ease-standard);background:#f6f8ff09;border:1px solid #8da4cd29;border-radius:999px;align-items:center;gap:.32rem;padding:.3rem .55rem;font-size:.66rem;font-weight:750;line-height:1;display:inline-flex}.sudoku-runtime-session-control svg{width:.9rem;height:.9rem}.sudoku-runtime-session-control:hover,.sudoku-runtime-session-control:focus-visible{color:var(--veyra-text);background:#3b8cff17;border-color:#3b8cff66}.sudoku-runtime-session-control:active{transform:scale(.96)}.sudoku-runtime-session-control.is-paused{color:#b9d8ff;background:#3b8cff1f;border-color:#3b8cff61}.sudoku-runtime-actions,.sudoku-play-runtime-page .sudoku-runtime-actions{grid-template-columns:repeat(4,minmax(0,1fr))}.sudoku-runtime-action{min-width:0}.sudoku-runtime-key--selected,.sudoku-runtime-key--selected:disabled{color:#fff;opacity:1;background:linear-gradient(#3b8cff33,#8a5cff1a);border-color:#3b8cff9e;box-shadow:inset 0 0 0 1px #8cbeff2e,0 0 1rem #3b8cff14}.sudoku-runtime-key--selected span{color:#bad9ff}@media (max-width:31.99rem){.sudoku-runtime-session-control span{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.sudoku-runtime-session-control{justify-content:center;width:2rem;padding-inline:0}.sudoku-runtime-actions,.sudoku-play-runtime-page .sudoku-runtime-actions{gap:.35rem}.sudoku-runtime-action,.sudoku-play-runtime-page .sudoku-runtime-action{flex-direction:column;gap:.18rem;min-height:3.1rem;padding:.3rem .2rem;font-size:.61rem;line-height:1.05}.sudoku-runtime-action svg,.sudoku-play-runtime-page .sudoku-runtime-action svg{width:1.05rem;height:1.05rem}}@media (prefers-reduced-motion:reduce){.sudoku-runtime-session-control{transition:none}}.sudoku-play-runtime-page{overscroll-behavior:none;max-width:100vw;height:100dvh;min-height:0;overflow:hidden}.sudoku-play-runtime-page .sudoku-runtime-shell,.sudoku-play-runtime-page .sudoku-runtime-main,.sudoku-play-runtime-page .sudoku-runtime-game,.sudoku-play-runtime-page .sudoku-runtime-game__layout,.sudoku-play-runtime-page .sudoku-runtime-board-wrap,.sudoku-play-runtime-page .sudoku-runtime-controls{min-width:0;max-width:100%}.sudoku-play-runtime-page .sudoku-runtime-shell{height:100%;min-height:0;overflow:hidden}.sudoku-play-runtime-page .sudoku-runtime-main{height:auto;min-height:0;overflow:hidden}.sudoku-play-runtime-page .sudoku-runtime-board-stage,.sudoku-play-runtime-page .sudoku-runtime-board-meta{width:min(100vw - 1rem,max(12rem,100dvh - 17.25rem),36rem);max-width:100%}.sudoku-play-runtime-page .sudoku-app-home,.sudoku-play-runtime-page .sudoku-app-screen{overscroll-behavior-y:contain;min-height:0;overflow:hidden auto}.sudoku-play-runtime-page .sudoku-runtime-modal{max-width:100%;max-height:calc(100dvh - 2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));overscroll-behavior:contain;scrollbar-gutter:stable}.sudoku-play-runtime-page .sudoku-runtime-shell:fullscreen{height:100dvh;min-height:0;overflow:hidden}@media (orientation:portrait) and (max-height:43rem){.sudoku-play-runtime-page .sudoku-runtime-board-stage,.sudoku-play-runtime-page .sudoku-runtime-board-meta{width:min(100vw - .75rem,max(14rem,100dvh - 14rem),31rem)}}@media (orientation:landscape) and (max-height:34rem) and (min-width:34rem){.sudoku-play-runtime-page .sudoku-runtime-game__heading{margin-bottom:.15rem}.sudoku-play-runtime-page .sudoku-runtime-game__heading h1,.sudoku-play-runtime-page .sudoku-runtime-game__heading h3{display:none}.sudoku-play-runtime-page .sudoku-runtime-game__layout{grid-template-columns:minmax(0,1fr) minmax(13rem,17rem);align-items:center;gap:.55rem;overflow:hidden}.sudoku-play-runtime-page .sudoku-runtime-board-stage,.sudoku-play-runtime-page .sudoku-runtime-board-meta{width:min(100%,max(12rem,100dvh - 5.8rem),31rem)}.sudoku-play-runtime-page .sudoku-runtime-board-meta{min-height:1rem;padding-top:.15rem;font-size:.56rem}.sudoku-play-runtime-page .sudoku-runtime-controls{overscroll-behavior:contain;scrollbar-width:none;width:100%;max-height:calc(100dvh - 5rem);padding:.4rem;overflow:hidden auto}.sudoku-play-runtime-page .sudoku-runtime-controls::-webkit-scrollbar{display:none}.sudoku-play-runtime-page .sudoku-runtime-keypad{grid-template-columns:repeat(3,minmax(0,1fr));gap:.32rem}.sudoku-play-runtime-page .sudoku-runtime-key,.sudoku-play-runtime-page .sudoku-runtime-action{min-height:2.2rem}.sudoku-play-runtime-page .sudoku-runtime-secondary-actions,.sudoku-play-runtime-page .sudoku-runtime-rule-notes{display:none}}@media (orientation:portrait) and (max-height:30rem){.sudoku-play-runtime-page .sudoku-runtime-game__layout{overscroll-behavior-y:contain;scrollbar-width:none;align-content:start;overflow:hidden auto}.sudoku-play-runtime-page .sudoku-runtime-game__layout::-webkit-scrollbar{display:none}}.sudoku-play-runtime-page button:not(.sudoku-runtime-cell):focus-visible,.sudoku-play-runtime-page select:focus-visible,.sudoku-play-runtime-page input:focus-visible{outline:2px solid var(--veyra-cyan);outline-offset:2px}.sudoku-play-runtime-page .sudoku-profile-menu button:focus-visible,.sudoku-play-runtime-page .sudoku-app-bottom-nav button:focus-visible{outline-offset:-3px}.sudoku-play-runtime-page .sudoku-settings-row:has(input:focus-visible){background:#00e5ff0e;box-shadow:inset 0 0 0 1px #00e5ff47}@media (pointer:coarse){.sudoku-play-runtime-page button,.sudoku-play-runtime-page select,.sudoku-play-runtime-page input,.sudoku-play-runtime-page label{touch-action:manipulation}.sudoku-play-runtime-page .sudoku-runtime-brand,.sudoku-play-runtime-page .sudoku-runtime-icon-button,.sudoku-play-runtime-page .sudoku-runtime-wallet,.sudoku-play-runtime-page .sudoku-runtime-session-control,.sudoku-play-runtime-page .sudoku-runtime-tutorial-trigger,.sudoku-play-runtime-page .sudoku-app-shop-trigger,.sudoku-play-runtime-page .sudoku-app-bottom-nav button,.sudoku-play-runtime-page .sudoku-profile-menu button,.sudoku-play-runtime-page .sudoku-runtime-key,.sudoku-play-runtime-page .sudoku-runtime-action,.sudoku-play-runtime-page .sudoku-runtime-modal button,.sudoku-play-runtime-page .sudoku-daily-reward button,.sudoku-play-runtime-page .sudoku-primary-button,.sudoku-play-runtime-page .sudoku-text-button{min-height:2.75rem}.sudoku-play-runtime-page .sudoku-runtime-brand,.sudoku-play-runtime-page .sudoku-runtime-icon-button,.sudoku-play-runtime-page .sudoku-runtime-session-control{min-width:2.75rem}.sudoku-play-runtime-page .sudoku-daily-mini-calendar button{min-width:1.5rem;min-height:1.5rem}.sudoku-play-runtime-page .sudoku-settings-row{min-height:3.5rem}.sudoku-play-runtime-page .sudoku-settings-row input{min-width:2.75rem;min-height:1.75rem}}@media (prefers-reduced-motion:reduce){.sudoku-play-runtime-page *,.sudoku-play-runtime-page :before,.sudoku-play-runtime-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.sudoku-play-runtime-page .sudoku-runtime-spinner,.sudoku-play-runtime-page .sudoku-runtime-board--mistake{animation:none!important}.sudoku-play-runtime-page .sudoku-runtime-difficulty:active,.sudoku-play-runtime-page .sudoku-runtime-key:active,.sudoku-play-runtime-page .sudoku-runtime-action:active,.sudoku-play-runtime-page .sudoku-runtime-session-control:active,.sudoku-play-runtime-page .sudoku-daily-mini-calendar button:not(:disabled):active{transform:none}}
.consent-banner{z-index:1000;border:1px solid var(--veyra-border-strong);border-radius:var(--veyra-radius-xl);background:linear-gradient(135deg, #3b8cff0f, #8a5cff14), var(--veyra-surface);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);max-width:72rem;margin-inline:auto;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 1.5rem 4rem #00000061}.consent-banner__inner{justify-content:space-between;align-items:flex-end;gap:2rem;padding:clamp(1.25rem,3vw,1.75rem);display:flex}.consent-banner__content{gap:1rem;max-width:46rem;display:flex}.consent-banner__icon{border:1px solid var(--veyra-border-strong);border-radius:var(--veyra-radius-md);background:#8a5cff14;flex:none;place-items:center;width:2.75rem;height:2.75rem;display:grid}.consent-banner__legal{color:var(--veyra-text-muted);margin:0;font-size:.8rem}.consent-banner__actions{flex-wrap:wrap;flex:none;gap:.6rem;display:flex}.consent-modal{z-index:1100;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.consent-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00050fc7;position:absolute;inset:0}.consent-modal__panel{z-index:1;border:1px solid var(--veyra-border-strong);border-radius:var(--veyra-radius-xl);background:linear-gradient(135deg, #3b8cff0d, #8a5cff12), var(--veyra-surface);width:min(100%,42rem);max-height:min(90vh,48rem);padding:clamp(1.25rem,4vw,2rem);position:relative;overflow-y:auto;box-shadow:0 2rem 6rem #00000080}.consent-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.consent-modal__close{border:1px solid var(--veyra-border-subtle);width:2.5rem;height:2.5rem;color:var(--veyra-text);cursor:pointer;background:0 0;border-radius:999px;flex:none;place-items:center;display:grid}.consent-preferences{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.consent-preference{border:1px solid var(--veyra-border-subtle);border-radius:var(--veyra-radius-lg);background:#f6f8ff06;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem;display:flex}.consent-preference__content{flex-direction:column;gap:.4rem;display:flex}.consent-preference__content h3,.consent-preference__content p{margin:0}.consent-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;margin-top:1.5rem;display:flex}.consent-switch{cursor:pointer;flex:none;display:inline-flex;position:relative}.consent-switch input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.consent-switch__track{border:1px solid var(--veyra-border-strong);width:3rem;height:1.7rem;transition:background var(--veyra-transition-fast), border-color var(--veyra-transition-fast);background:#f6f8ff14;border-radius:999px;display:block;position:relative}.consent-switch__thumb{background:var(--veyra-text);width:1.2rem;height:1.2rem;transition:transform var(--veyra-transition-fast);border-radius:50%;position:absolute;top:50%;left:.2rem;transform:translateY(-50%)}.consent-switch input:checked+.consent-switch__track{background:#8a5cff52;border-color:#8a5cff8c}.consent-switch input:checked+.consent-switch__track .consent-switch__thumb{transform:translate(1.25rem,-50%)}.consent-switch input:focus-visible+.consent-switch__track{outline:2px solid var(--veyra-blue);outline-offset:3px}@media (max-width:48rem){.consent-banner{bottom:.75rem;left:.75rem;right:.75rem}.consent-banner__inner{flex-direction:column;align-items:stretch}.consent-banner__content{align-items:flex-start}.consent-banner__actions{grid-template-columns:1fr;display:grid}.consent-banner__actions .veyra-button{width:100%}.consent-preference{align-items:flex-start}.consent-modal__actions{grid-template-columns:1fr;display:grid}.consent-modal__actions .veyra-button{width:100%}}
.platform-auth-backdrop{z-index:1200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#02040ac7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.platform-auth-modal{color:#f7f8ff;background:linear-gradient(#121626fa,#070a14fc);border:1px solid #ffffff1a;border-radius:28px;width:min(100%,430px);padding:28px;position:relative;box-shadow:0 30px 90px #00000073}.platform-auth-modal h1,.platform-auth-modal h2{letter-spacing:-.04em;margin:12px 0 6px;font-size:clamp(1.55rem,5vw,2rem)}.platform-auth-mark{background:linear-gradient(135deg,#7c5cff,#3f7cff);border-radius:14px;place-items:center;width:44px;height:44px;font-weight:800;display:grid;box-shadow:0 12px 30px #574cff47}.platform-auth-close{width:40px;height:40px;color:inherit;cursor:pointer;background:#ffffff12;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:18px;right:18px}.platform-auth-close svg,.platform-auth-primary svg,.platform-auth-user svg{width:18px;height:18px}.platform-auth-subtitle{color:#e7eaffad;margin:0 0 22px;line-height:1.5}.platform-auth-field{color:#eff1ffd6;gap:8px;margin:14px 0;font-size:.88rem;font-weight:650;display:grid}.platform-auth-field input{color:#fff;width:100%;min-height:48px;font:inherit;background:#ffffff0e;border:1px solid #ffffff1c;border-radius:14px;outline:none;padding:0 14px}.platform-auth-field input:focus{border-color:#7c5cffb8;box-shadow:0 0 0 3px #7c5cff24}.platform-auth-primary{color:#fff;width:100%;min-height:50px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#7657ff,#4679ff);border:0;border-radius:15px;justify-content:center;align-items:center;gap:9px;margin-top:16px;font-weight:760;display:flex}.platform-auth-primary:disabled{opacity:.5;cursor:default}.platform-auth-link{color:#c5caffcc;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;margin-top:14px;padding:4px;font-size:.9rem}.platform-auth-message{color:#e7eaffdb;background:#7c5cff1a;border-radius:12px;margin:14px 0 0;padding:11px 13px;font-size:.88rem;line-height:1.45}.platform-auth-user{background:#ffffff0d;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:3px 10px;margin:20px 0 4px;padding:14px;display:grid}.platform-auth-user svg{grid-row:1/span 2}.platform-auth-user span{color:#e7eaff99;font-size:.8rem}.platform-auth-user strong{overflow-wrap:anywhere}.platform-auth-page{place-items:center;min-height:70vh;padding:40px 20px;display:grid}.platform-auth-reset-card{margin:auto}@media (max-width:520px){.platform-auth-backdrop{place-items:end center;padding:0}.platform-auth-modal{padding:26px 20px max(26px, env(safe-area-inset-bottom));border-radius:26px 26px 0 0}.platform-auth-reset-card{border-radius:24px}}
@font-face{font-family:satoshi;src:url(../media/Satoshi_Variable-s.p.1q7euddqujsio.woff2)format("woff2");font-display:swap;font-weight:300 900;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_VariableItalic-s.p.3qjihj3am5inn.woff2)format("woff2");font-display:swap;font-weight:300 900;font-style:italic}@font-face{font-family:satoshi Fallback;src:local(Arial);ascent-override:92.36%;descent-override:21.95%;line-gap-override:9.14%;size-adjust:109.35%}.satoshi_da6f0f56-module__eW6IbW__className{font-family:satoshi,satoshi Fallback}.satoshi_da6f0f56-module__eW6IbW__variable{--font-satoshi:"satoshi", "satoshi Fallback"}
