@import"https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap";.game-shell{width:min(100%,480px);min-height:100dvh;margin:0 auto;padding:max(14px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom));display:flex;flex-direction:column}.game-nav{height:40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.back-link{justify-self:start;display:flex;align-items:center;font-size:.68rem;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.back-link span{margin-left:3px}.back-link .oddberry-logo{margin-right:2px}.back-link .oddberry-logo svg{width:25px;height:25px}.day-label{font:700 .75rem Space Grotesk;color:#6d6c61}.help-button{justify-self:end;width:34px;height:34px;border:2px solid #191914;border-radius:50%;color:#191914;background:transparent;font-weight:800;cursor:pointer}.game-heading{text-align:center;margin:9px 0 10px}.game-heading h1{margin:7px 0 4px;font:700 clamp(2.25rem,11vw,3.5rem)/1 "Space Grotesk";letter-spacing:-.06em}.game-heading>p:last-child{margin:0;color:#66655b;line-height:1.35;font-size:.9rem}.game-heading strong{color:#191914}.daily-date-control{position:relative;z-index:4;width:min(100%,360px);margin:0 auto 12px;text-align:center}.date-stepper{display:grid;grid-template-columns:42px 1fr 42px;align-items:stretch;border:2px solid #191914;background:#fffdf6;box-shadow:3px 3px #191914}.date-stepper>button{min-height:44px;border:0;color:#191914;background:transparent;cursor:pointer}.date-stepper>button:first-child{border-right:1px solid #cfc9bb}.date-stepper>button:last-child{border-left:1px solid #cfc9bb}.date-stepper>button:disabled{color:#aaa69b}.date-stepper .date-trigger{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:1px;padding:5px 4px}.date-trigger span{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:#777267;font-weight:800}.date-trigger strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:700 .85rem Space Grotesk}.today-link{margin:7px 0 0;padding:3px 7px;border:0;border-bottom:1px solid #191914;background:transparent;color:#191914;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.calendar{position:absolute;top:calc(100% + 8px);left:50%;width:min(100%,340px);transform:translate(-50%);padding:14px;border:2px solid #191914;background:#fffdf6;box-shadow:6px 6px #191914;text-align:left}.calendar-header{display:grid;grid-template-columns:35px 1fr 35px;align-items:center;margin-bottom:8px;text-align:center}.calendar-header button{height:34px;border:0;background:transparent;cursor:pointer}.calendar-header strong{font:700 .9rem Space Grotesk}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.calendar-weekdays{margin-bottom:3px;text-align:center;font-size:.58rem;font-weight:800;color:#777267}.calendar-grid>button{position:relative;display:grid;place-items:center;aspect-ratio:1;padding:0;border:1px solid transparent;background:#eee9dd;color:#191914;font-size:.7rem;cursor:pointer}.calendar-grid>button:hover{border-color:#191914}.calendar-grid>button:disabled{color:#b8b3a7;background:transparent}.calendar-grid>button.selected{border:2px solid #191914;box-shadow:1px 1px #191914;font-weight:800}.calendar-grid>button.today:after{content:"";position:absolute;top:3px;right:3px;width:4px;height:4px;border-radius:50%;background:#326bff}.calendar-grid button i{position:absolute;bottom:3px;width:5px;height:5px;border-radius:50%}.calendar-grid button.won i{background:#31785a}.calendar-grid button.lost i{background:#c84f42}.calendar-grid button.in-progress i{background:#e28a2d}.calendar-legend{display:flex;justify-content:center;gap:12px;margin-top:10px;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.calendar-legend span:before{content:"";display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%}.calendar-legend .won:before{background:#31785a}.calendar-legend .lost:before{background:#c84f42}.calendar-legend .in-progress:before{background:#e28a2d}.board{width:min(66vw,285px);margin:0 auto;display:grid;gap:5px}.board-row{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.tile{aspect-ratio:1;display:grid;place-items:center;border:2px solid #cbc5b6;background:#ffffff47;font:700 clamp(1.3rem,6vw,1.8rem) "Space Grotesk"}.tile.filled{border-color:#191914;background:#fffdf6;transform:scale(1);animation:pop .1s ease-out}.tile.correct,.rule-swatch.correct{background:#31785a;color:#fff;border-color:#191914}.tile.present,.rule-swatch.present{background:#e28a2d;color:#191914;border-color:#191914}.tile.absent,.rule-swatch.absent{background:#c84f42;color:#fff;border-color:#191914}.tile.reveal{animation:reveal .56s ease both;animation-delay:var(--delay)}.shake{animation:shake .35s ease}.sum-meter{margin:13px auto 8px;width:min(100%,360px)}.sum-copy{display:flex;justify-content:space-between;align-items:baseline}.sum-copy>span{font-size:.68rem;text-transform:uppercase;font-weight:800;letter-spacing:.08em;color:#66655b}.sum-copy strong{font:700 1.7rem Space Grotesk}.sum-copy small{font-size:.85rem;color:#77766c}.sum-track{height:6px;overflow:hidden;background:#d6d0c2;border:1px solid #191914}.sum-track span{display:block;height:100%;background:#f5c451;transition:width .16s ease}.sum-meter.ready .sum-track span{background:#31785a}.sum-meter.ready .sum-copy strong{color:#31785a}.sum-message{min-height:18px;margin-top:4px;text-align:center;font-size:.72rem;font-weight:700;color:#b33c31}.sum-meter.ready .sum-message{color:#31785a}.keypad{width:min(100%,380px);margin:0 auto;-webkit-user-select:none;user-select:none}.number-keys{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.number-keys button,.key{min-width:0;height:clamp(45px,11vw,52px);padding:0;border:2px solid #191914;background:#fffdf6;box-shadow:0 3px #191914;color:#191914;font:700 1.05rem Space Grotesk;cursor:pointer}.number-keys button:active,.key:active{transform:translateY(3px);box-shadow:none}.action-key{background:#ded9cb}.enter-key{width:100%;margin-top:6px;background:#f5c451;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}button:disabled{opacity:.58;cursor:default}.completion{position:relative;margin:18px auto 0;width:min(100%,360px);padding:20px;text-align:center;background:#fffdf6;border:2px solid #191914;box-shadow:5px 5px #191914}.completion-kicker{margin:0 0 5px;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6d6c61}.completion h2{margin:0 0 10px;font:700 1.65rem Space Grotesk}.answer-reveal{display:inline-block;letter-spacing:.16em}.share-button{width:100%;min-height:48px;margin-top:8px;border:2px solid #191914;background:#f5c451;box-shadow:0 3px #191914;font-weight:800;cursor:pointer}.celebrate:before,.celebrate:after{content:"✦";position:absolute;top:-18px;color:#e28a2d;font-size:1.4rem;animation:sparkle .9s ease-out both}.celebrate:before{left:12%}.celebrate:after{right:12%;animation-delay:.14s}.modal-backdrop{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#191914a3}.modal{position:relative;width:min(100%,390px);padding:28px 24px;background:#f4f0e6;border:2px solid #191914;box-shadow:7px 7px #191914}.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;background:transparent;font-size:1.8rem;cursor:pointer}.modal h2{margin:8px 0 18px;font:700 2rem Space Grotesk}.modal p{line-height:1.45}.rules-list{display:grid;gap:10px;margin:20px 0;padding:0;list-style:none}.rules-list li{display:flex;align-items:center;gap:10px;font-size:.9rem}.rule-swatch{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border:2px solid;font-weight:800}.modal-note{margin-bottom:0;font-weight:700}@keyframes pop{50%{transform:scale(1.08)}}@keyframes shake{20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}@keyframes reveal{0%{transform:rotateX(0)}45%{transform:rotateX(90deg)}55%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@keyframes sparkle{0%{transform:translateY(16px) scale(.2) rotate(0);opacity:0}60%{opacity:1}to{transform:translateY(-18px) scale(1.2) rotate(70deg);opacity:0}}@media(max-width:600px){.game-shell{height:100dvh;min-height:0;overflow:hidden}.board{width:min(60vw,25dvh,240px)}.number-keys button,.key{height:clamp(34px,6dvh,48px)}}@media(max-height:760px){.game-shell{padding-top:max(8px,env(safe-area-inset-top));padding-bottom:max(8px,env(safe-area-inset-bottom))}.game-heading{margin:1px 0 5px}.game-heading .eyebrow,.game-heading>p:last-child{display:none}.game-heading h1{margin:2px 0;font-size:2rem}.daily-date-control{margin-bottom:7px}.date-stepper>button{min-height:38px}.board{width:min(55vw,25dvh,190px)}.sum-meter{margin-top:5px;margin-bottom:5px}.sum-copy strong{font-size:1.35rem}.sum-message{min-height:15px;margin-top:2px}}.spelll-shell{--spell-paper:#f5f0e5;--spell-ink:#201f1b;--spell-muted:#777164;--spell-accent:#c5522d;--spell-rule:#c9c0af;width:min(100%,540px);min-height:100dvh;margin:0 auto;padding:max(16px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));background-color:var(--spell-paper);background-image:radial-gradient(rgba(52,44,31,.05) .55px,transparent .75px);background-size:5px 5px;color:var(--spell-ink);box-shadow:0 0 50px #271e1014}.spelll-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--spell-ink);padding-bottom:10px;text-transform:uppercase;font-size:.52rem;letter-spacing:.1em}.spelll-nav>a{display:flex;align-items:center;text-decoration:none;font-weight:800}.spelll-nav>a span{margin-left:3px}.spelll-nav .oddberry-logo{margin:0}.spelll-nav .oddberry-logo svg{width:24px;height:24px}.spelll-nav>span:last-child{text-align:right}.spelll-title{display:flex;align-items:baseline;justify-content:space-between;padding:10px 0 7px}.spelll-title h1{margin:0;font:400 2.35rem/1 Libre Caslon Display,Georgia,serif;letter-spacing:-.06em}.spelll-title p{margin:0;color:var(--spell-muted);font-size:.57rem;text-transform:uppercase;letter-spacing:.08em}.spelll-shell .daily-date-control{margin-bottom:12px}.spelll-shell .date-stepper{border-width:1px;box-shadow:none;background:#ffffff40}.spelll-shell .calendar{box-shadow:5px 5px 0 var(--spell-accent)}.spelll-start{min-height:calc(100dvh - 190px);display:flex;flex-direction:column;justify-content:center;padding:22px 0 35px}.spelll-edition{width:72px;height:72px;margin-bottom:22px;border:1px solid var(--spell-accent);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-7deg);color:var(--spell-accent);font-size:.48rem;letter-spacing:.14em}.spelll-edition strong{font:400 1.7rem/1 Libre Caslon Display,Georgia,serif}.spelll-kicker{margin:0 0 9px!important;color:var(--spell-accent)!important;font:700 .62rem DM Sans,sans-serif!important;text-transform:uppercase;letter-spacing:.15em}.spelll-start h2{margin:0;font:400 clamp(3rem,13vw,4.35rem)/.92 "Libre Caslon Display",Georgia,serif;letter-spacing:-.045em}.spelll-start>p{margin:16px 0 25px;color:#5f594e;font:400 1.2rem Libre Caslon Display,Georgia,serif}.spelll-primary{width:100%;min-height:52px;border:1px solid var(--spell-ink);background:var(--spell-ink);color:var(--spell-paper);padding:14px 17px;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:700;cursor:pointer}.spelll-primary:active{transform:translateY(2px)}.spelll-start small{margin-top:11px;text-align:center;color:var(--spell-muted);text-transform:uppercase;letter-spacing:.14em;font-size:.52rem}.spelll-round{min-height:calc(100dvh - 180px);display:grid;grid-template-rows:auto auto 18px 62px 104px minmax(230px,1fr);gap:7px}.spelll-round-meta{display:flex;justify-content:space-between;color:var(--spell-muted);font-size:.56rem;text-transform:uppercase;letter-spacing:.09em}.spelll-audio-wrap{margin:0}.spelll-listen{width:100%;height:62px;border:1px solid var(--spell-ink);background:transparent;display:flex;gap:15px;justify-content:center;align-items:center;font:400 1.25rem Libre Caslon Display,Georgia,serif;cursor:pointer}.spelll-speaker{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--spell-accent);color:#fff}.spelll-speaker svg{width:22px;fill:currentColor}.spelll-speaker .wave{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.spelll-listen.is-playing .spelll-speaker{animation:spell-pulse 1s ease-in-out infinite}.spelll-audio-error{margin:3px 0;text-align:center;color:#9d3528;font-size:.62rem}.spelll-message{margin:0;text-align:center;color:var(--spell-accent);font-size:.62rem;line-height:18px;opacity:0}.spelll-message.visible{opacity:1}.spelll-surface{height:62px;border-bottom:2px solid var(--spell-ink);display:flex;align-items:center;justify-content:center;overflow:hidden;outline:0;cursor:text;font:400 clamp(1.7rem,8vw,2.25rem)/1 "Libre Caslon Display",Georgia,serif}.spelll-surface:focus-visible{border-bottom-color:var(--spell-accent)}.spelll-placeholder{color:#aaa294;font-size:1.25rem;font-style:italic}.spelll-letter-run{display:flex;align-items:center;white-space:nowrap}.spelll-letter-run>i,.spelll-letter-run>span{position:relative;font-style:normal}.spelll-letter-run>span{cursor:pointer}.spelll-letter-run .caret{display:block;position:absolute;right:-1px;top:-4px;width:2px;height:1.2em;background:var(--spell-accent);animation:spell-caret .75s steps(1) infinite}.spelll-letter-run>i.caret{position:relative;right:auto;top:auto;margin-right:1px}.spelll-hints{height:104px;display:grid;grid-template-rows:46px 54px;gap:4px}.spelll-hint-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.spelll-hint-strip button{min-width:0;border:1px solid var(--spell-rule);background:transparent;padding:4px 2px;color:var(--spell-muted);display:flex;flex-direction:column;align-items:center;cursor:pointer}.spelll-hint-strip button.active{border-color:var(--spell-accent);color:var(--spell-accent);background:#c5522d0a}.spelll-hint-strip strong{font:400 .85rem Libre Caslon Display,Georgia,serif}.spelll-hint-strip span{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;font-size:.44rem;letter-spacing:.04em}.spelll-hint-copy{height:54px;border-bottom:1px solid var(--spell-rule);padding:6px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;color:#928b7e;font:400 .78rem/1.25 Libre Caslon Display,Georgia,serif}.spelll-hint-copy.visible{color:#514c43}.spelll-keyboard{align-self:end;display:grid;gap:5px;padding-bottom:max(2px,env(safe-area-inset-bottom));-webkit-user-select:none;user-select:none;touch-action:manipulation}.spelll-cursor-row{display:flex;justify-content:center;gap:8px}.spelll-cursor-row button{width:70px;height:31px;border:1px solid #9e9689;border-radius:3px;background:#d5cbbb;box-shadow:0 2px #a99f90;cursor:pointer}.spelll-key-row{display:flex;justify-content:center;gap:4px}.spelll-key{flex:0 1 36px;min-width:0;height:39px;border:1px solid #9e9689;border-radius:3px;background:#e8dfcf;box-shadow:0 2px #a99f90;padding:0;color:var(--spell-ink);font-size:.95rem;font-weight:600;cursor:pointer}.spelll-delete{flex-basis:47px;background:#d5cbbb}.spelll-submit{width:100%;height:42px;border:1px solid var(--spell-ink);border-radius:3px;background:var(--spell-ink);color:var(--spell-paper);box-shadow:0 2px #8b8376;text-transform:uppercase;letter-spacing:.1em;font-size:.6rem;font-weight:700;cursor:pointer}.spelll-submit:disabled{opacity:.3}.spelll-results{padding:18px 0 30px}.spelll-result-card{position:relative;padding:18px 17px 15px;border:1px solid var(--spell-ink);background:#ebe1cc;box-shadow:5px 6px 0 var(--spell-accent);transform:rotate(-.25deg)}.spelll-card-top{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:10px;border-bottom:1px solid var(--spell-ink);font-size:.53rem;letter-spacing:.09em}.spelll-card-top strong{font:400 1.75rem Libre Caslon Display,Georgia,serif;letter-spacing:-.05em}.spelll-result-card>p{margin:18px 0 2px;text-align:center;color:var(--spell-accent);font-size:.52rem;letter-spacing:.15em}.spelll-score{text-align:center;font:400 5rem/.9 Libre Caslon Display,Georgia,serif}.spelll-score.win{color:#627b59}.spelll-score.loss{color:#a9513e}.spelll-result-card h2{margin:3px 0 18px;text-align:center;font:italic 1.12rem Libre Caslon Display,Georgia,serif}.spelll-result-rows{border-top:1px solid var(--spell-ink)}.spelll-result-rows>div{display:grid;grid-template-columns:1.3fr .5fr 1fr;padding:9px 2px;border-bottom:1px solid var(--spell-rule);font-size:.67rem}.spelll-result-rows strong{text-align:center;color:var(--spell-accent)}.spelll-result-rows span:last-child{text-align:right;text-transform:uppercase;font-size:.5rem}.spelll-result-card footer{display:flex;justify-content:space-between;margin-top:15px;padding-top:8px;border-top:1px solid var(--spell-ink);text-transform:uppercase;font-size:.45rem;letter-spacing:.08em}.spelll-reveal{text-align:center;color:var(--spell-muted);font:400 1rem Libre Caslon Display,Georgia,serif}.spelll-reveal strong{color:var(--spell-ink);font-size:1.5rem}.spelll-preview span{width:27px;background:#ebe1cc;text-transform:lowercase;font-family:Libre Caslon Display,Georgia,serif}.spelll-preview span:nth-child(2),.spelll-preview span:nth-child(4),.spelll-preview span:nth-child(6){background:#dba991}@keyframes spell-pulse{50%{transform:scale(1.08);box-shadow:0 0 0 6px #c5522d21}}@keyframes spell-caret{50%{opacity:0}}@media(max-height:720px){.spelll-title{padding:5px 0}.spelll-title p{display:none}.spelll-title h1{font-size:1.9rem}.spelll-shell .daily-date-control{margin-bottom:8px}.spelll-start{min-height:calc(100dvh - 165px)}.spelll-round{grid-template-rows:auto auto 16px 52px 86px minmax(210px,1fr);gap:4px}.spelll-listen{height:52px}.spelll-hints{height:86px;grid-template-rows:40px 42px}.spelll-hint-copy{height:42px;font-size:.7rem}.spelll-key{height:35px}.spelll-submit{height:38px}}@media(prefers-reduced-motion:reduce){.spelll-shell *,.spelll-shell *:before,.spelll-shell *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.spelll-replay{margin-top:17px}.spelll-replay>img,.spelll-replay>div{display:grid;place-items:center;width:100%;aspect-ratio:16/9;margin-bottom:13px;border:1px solid var(--spell-ink);background:#f2eadb;box-shadow:4px 5px 0 var(--spell-accent);object-fit:contain;color:var(--spell-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.52rem}.spelll-replay .spelll-primary{margin-top:0}.spelll-replay .spelll-primary:disabled{opacity:.45}.spelll-results>.spelll-replay{margin-top:0}.spelll-replay small{display:block;margin:9px 0 0;text-align:center;color:var(--spell-muted);font-size:.53rem;letter-spacing:.025em}.spelll-result-hero{margin:28px 0 22px;text-align:center}.spelll-result-hero>p{margin:0 0 6px;color:var(--spell-accent);font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em}.spelll-result-hero h2{margin:0;font:400 3rem/.95 Libre Caslon Display,Georgia,serif;letter-spacing:-.04em}.spelll-result-hero>span{display:block;margin-top:11px;color:var(--spell-muted);font:400 1rem Libre Caslon Display,Georgia,serif}.spelll-result-hero>span strong{color:var(--spell-ink);font-size:1.35rem}.spelll-results .spelll-result-card{box-shadow:3px 4px 0 var(--spell-accent);transform:none}.spelll-results .spelll-result-card>p{margin-top:13px}.spelll-results .spelll-score{font-size:3.5rem}.spelll-results .spelll-result-card h2{margin-bottom:13px}.spelll-results .spelll-result-card footer{margin-top:11px}.spelll-score-share{width:100%;min-height:43px;margin-top:17px;border:1px solid var(--spell-ink);background:transparent;display:flex;justify-content:space-between;align-items:center;padding:10px 13px;color:var(--spell-ink);font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.spelll-score-share span{color:var(--spell-muted);font-size:.48rem}.spelll-score-share:active{transform:translateY(1px)}.spelll-tomorrow{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;margin-top:27px;padding:15px 0 3px;border-top:1px solid var(--spell-rule)}.spelll-tomorrow .oddberry-logo{align-self:start}.spelll-tomorrow strong{display:block;font:400 1.05rem Libre Caslon Display,Georgia,serif}.spelll-tomorrow p{margin:3px 0 0;color:var(--spell-muted);font-size:.6rem;line-height:1.35}.spelll-tomorrow>button{border:0;border-bottom:1px solid var(--spell-ink);background:none;padding:4px 0;white-space:nowrap;color:var(--spell-ink);font-size:.55rem;font-weight:700;text-transform:uppercase;cursor:pointer}:root{--ink: #1b1720;--berry: #52284f;--oddberry: #e85568;--leaf: #28614a;--paper: #f4f0e6;font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#f4f0e6}body{margin:0;min-height:100vh;min-height:100dvh}button,a{font:inherit}button{touch-action:manipulation}a{color:inherit}:focus-visible{outline:3px solid #326bff;outline-offset:3px}.eyebrow{margin:0;font-size:.7rem;line-height:1;letter-spacing:.15em;font-weight:800}.period{color:#eb5b45}.oddberry-logo{display:inline-flex;align-items:center;gap:9px;color:var(--ink)}.oddberry-logo svg{width:42px;height:42px;overflow:visible}.oddberry-logo svg circle{fill:var(--berry);stroke:var(--ink);stroke-width:2.2}.oddberry-logo svg .berry-odd{fill:var(--oddberry)}.oddberry-logo .berry-leaf{fill:var(--leaf);stroke:var(--ink);stroke-width:2.2;stroke-linejoin:round}.oddberry-logo .berry-stem{fill:none;stroke:var(--ink);stroke-width:2.2;stroke-linecap:round}.oddberry-wordmark{font:700 1.45rem Space Grotesk,sans-serif;letter-spacing:-.055em}.oddberry-logo.compact svg{width:27px;height:27px}.home-shell{width:min(100%,900px);min-height:100dvh;margin:0 auto;padding:max(36px,env(safe-area-inset-top)) 20px max(30px,env(safe-area-inset-bottom));display:flex;flex-direction:column}.home-header{position:relative;padding-top:4px}.home-header h1{margin:24px 0 14px;max-width:760px;font:700 clamp(3.2rem,14vw,7.2rem)/.84 "Space Grotesk",sans-serif;letter-spacing:-.075em}.home-subtitle{max-width:340px;margin:28px 0 42px;font-size:1.08rem;line-height:1.5;color:#59594f}.home-date{margin:16px 0 0;font:600 .9rem Space Grotesk;color:#66655b}.game-list{display:grid;gap:18px}.game-card{position:relative;overflow:hidden;display:block;padding:22px;border:2px solid #191914;background:#fffdf6;text-decoration:none;box-shadow:6px 6px #191914;transition:transform .15s ease,box-shadow .15s ease}.game-card:hover{transform:translate(-2px,-2px);box-shadow:9px 9px #191914}.game-card:active{transform:translate(3px,3px);box-shadow:3px 3px #191914}.mini-tiles{display:flex;gap:4px;margin-bottom:30px}.mini-tiles span{display:grid;place-items:center;width:31px;aspect-ratio:1;border:2px solid #191914;background:#ded0df;font:700 .9rem Space Grotesk}.mini-tiles span:nth-child(2),.mini-tiles span:nth-child(4){transform:translateY(4px) rotate(2deg);background:#f1a6af}.card-number{margin:0 0 6px;font-size:.65rem;font-weight:800;letter-spacing:.12em;color:#706f63}.card-copy h2{margin:0;font:700 2rem Space Grotesk;letter-spacing:-.04em}.card-copy>p:last-child{margin:8px 0 28px;color:#59594f}.card-footer{display:flex;align-items:center;padding-top:16px;border-top:1px solid #d7d2c4;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.status-dot{width:9px;height:9px;margin-right:8px;border-radius:50%;background:var(--oddberry);border:1px solid #191914}.status-dot.complete{background:#2f805c}.status-dot.in-progress{background:#e28a2d}.card-arrow{margin-left:auto;font-size:1.35rem}.home-footer{margin-top:auto;padding-top:42px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:.72rem;color:#737267;text-align:center}@media(min-width:700px){.home-shell{padding-left:44px;padding-right:44px}.home-header{padding-top:20px}.game-list{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
