@import url(https://fonts.googleapis.com/css2?family=Anton&family=Archivo:wght@400;600;700&family=Barlow:wght@400;600;700&family=Bebas+Neue&family=Cabin:wght@400;600;700&family=DM+Sans:wght@400;500;700&family=Exo+2:wght@400;600;700&family=Fira+Sans:wght@400;600;700&family=IBM+Plex+Sans:wght@400;600;700&family=Inconsolata:wght@400;600;700&family=Indie+Flower&family=Inter+Tight:wght@400;600;700&family=JetBrains+Mono:wght@400;700&family=Josefin+Sans:wght@400;600;700&family=Karla:wght@400;600;700&family=Manrope:wght@400;600;700&family=Merriweather+Sans:wght@400;600;700&family=Montserrat:wght@400;600;700&family=Mulish:wght@400;600;700&family=Nunito:wght@400;600;700&family=Oswald:wght@400;600;700&family=Poppins:wght@400;600;700&family=PT+Sans:wght@400;700&family=Quicksand:wght@400;600;700&family=Raleway:wght@400;600;700&family=Rubik:wght@400;500;700&family=Source+Sans+3:wght@400;600;700&family=Space+Grotesk:wght@400;600;700&family=Space+Mono:wght@400;700&family=Teko:wght@400;500;700&family=Titillium+Web:wght@400;600;700&family=Ubuntu:wght@400;500;700&family=Work+Sans:wght@400;600;700&display=swap);@tailwind base;@tailwind components;@tailwind utilities;:root{--app-font:"Space Grotesk",sans-serif;--bg:#f5f5ef;--bg-accent:radial-gradient(circle at 15% 15%,#fff4cc,#0000 42%),radial-gradient(circle at 85% 10%,#ffd5b9,#0000 35%),linear-gradient(130deg,#f6f2e7,#ece5d6);--text:#19212f;--panel-bg:#fffc;--panel-border:#19212f2e;--button-bg:#19212f;--button-text:#f8f8f8;--button-soft-bg:#19212f1a;--cell-bg:#fffc;--cell-border:#566074;--cell-note:#5f6472;--cell-value:#121822;--cell-initial:#6d3f00;--shadow:0 16px 38px #19212f24}body[data-theme=dark]{--bg:#101620;--bg-accent:radial-gradient(circle at 20% 20%,#27345c,#0000 45%),radial-gradient(circle at 80% 0%,#2f595f,#0000 38%),linear-gradient(140deg,#0f1b2d,#111822);--text:#edf5ff;--panel-bg:#111822c7;--panel-border:#edf5ff33;--button-bg:#edf5ff;--button-text:#101620;--button-soft-bg:#edf5ff24;--cell-bg:#111822e0;--cell-border:#91a6c9;--cell-note:#c9d8f2;--cell-value:#f8fbff;--cell-initial:#ffd796;--shadow:0 20px 44px #00000057}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 15% 15%,#fff4cc,#0000 42%),radial-gradient(circle at 85% 10%,#ffd5b9,#0000 35%),linear-gradient(130deg,#f6f2e7,#ece5d6);background:var(--bg-accent);color:#19212f;color:var(--text);font-family:Space Grotesk,sans-serif;font-family:var(--app-font);margin:0;min-height:100vh;transition:background-color .2s ease,color .2s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.app-shell{min-height:100vh}.app-shell{position:relative}.settings-panel{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#fffc;background:var(--panel-bg);border:1px solid #19212f2e;border:1px solid var(--panel-border);border-radius:14px;box-shadow:0 16px 38px #19212f24;box-shadow:var(--shadow);padding:.85rem;position:fixed;right:1rem;top:1rem;width:min(18rem,calc(100vw - 1.5rem));z-index:40}.settings-title{font-size:1rem;margin:0 0 .45rem}.settings-row{align-items:center;display:flex;font-size:.9rem;gap:.75rem;justify-content:space-between;margin-bottom:.6rem}.settings-label{align-items:flex-start;flex-direction:column;gap:.3rem}.button-primary,.button-secondary,.settings-select,.theme-toggle-btn,.toolbar-btn{border:1px solid #0000;border-radius:10px;font:inherit}.button-primary,.theme-toggle-btn,.toolbar-btn{background:#19212f;background:var(--button-bg);color:#f8f8f8;color:var(--button-text);padding:.45rem .8rem}.button-secondary,.settings-select{background:#19212f1a;background:var(--button-soft-bg);border-color:#19212f2e;border-color:var(--panel-border);color:#19212f;color:var(--text);padding:.4rem .65rem}.player-toggle input{height:1rem;width:1rem}.game-page,.home-page{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding:4.75rem 1rem 1.75rem}.game-panel,.home-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;background:var(--panel-bg);border:1px solid #19212f2e;border:1px solid var(--panel-border);border-radius:22px;box-shadow:0 16px 38px #19212f24;box-shadow:var(--shadow);width:min(100%,42rem)}.home-card{padding:2.2rem 1.4rem;text-align:center}.home-title{font-size:clamp(2rem,6vw,3.5rem);margin:0}.home-subtitle{margin:.7rem auto 1.4rem;max-width:30ch;opacity:.8}.game-panel{padding:1rem}.game-head{align-items:center;display:flex;gap:.7rem;justify-content:space-between;margin-bottom:.9rem}.game-title{font-size:1.6rem;margin:0}.spotify-player-wrap{background:#fffc;background:var(--panel-bg);border:1px solid #19212f2e;border:1px solid var(--panel-border);border-radius:12px;margin-bottom:1rem;overflow:hidden}.spotify-control-row{align-items:center;display:flex;gap:.6rem;justify-content:space-between;padding:.7rem}.spotify-control-row .button-secondary{text-decoration:none}.spotify-hint{font-size:.82rem;margin:0;opacity:.75;padding:0 .7rem .6rem}.spotify-iframe-host{min-height:152px}.game-status{background:#3fa7ff1f;border:1px solid #19212f2e;border:1px solid var(--panel-border);border-radius:10px;font-size:.92rem;margin:0 0 .9rem;padding:.55rem .7rem}.game-status.error{background:#ff6d5e33}.game-status.success{background:#51d4a038}.board-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));margin:0 auto;max-width:32rem}.cell{align-items:center;background:#fffc;background:var(--cell-bg);border-color:#566074;border-color:var(--cell-border);border-style:solid;box-sizing:border-box;color:#121822;color:var(--cell-value);cursor:text;display:flex;height:clamp(2rem,8vw,3.25rem);justify-content:center;outline:none;-webkit-user-select:none;user-select:none;width:clamp(2rem,8vw,3.25rem)}.cell:focus-visible{box-shadow:inset 0 0 0 2px #3fa7ff}.cell:focus{background:color-mix(in srgb,#fffc 80%,#3fa7ff 20%);background:color-mix(in srgb,var(--cell-bg) 80%,#3fa7ff 20%);box-shadow:inset 0 0 0 3px #3fa7ff}.cell-initial{color:#6d3f00;color:var(--cell-initial);font-weight:700}.cell-error{background:#ff6d5e42}.cell-note{color:#5f6472;color:var(--cell-note);font-size:.68rem;line-height:1.1;padding-inline:.1rem;text-align:center}.cell-value{font-size:clamp(1rem,4.2vw,1.4rem)}.toolbar{gap:.6rem;margin-top:1rem}.toolbar,.toolbar-numberpad{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.toolbar-numberpad{gap:.35rem}.toolbar-btn-small{min-width:2.25rem;padding:.3rem .5rem}.toolbar-btn.active{box-shadow:inset 0 0 0 2px #ffffffbf}@media (max-width:860px){.settings-panel{margin:.7rem auto 0;position:static;width:min(95vw,36rem)}.game-page,.home-page{padding-top:1rem}}
/*# sourceMappingURL=main.1a81359d.css.map*/