:root{font-family:Rubik,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--color-bg: #d2f78d;--color-text: #000;--color-primary: #006f16;--color-primary-hover: #002908;--font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-size-base: 1rem;--font-size-title: 2.5rem;--spacing-base: 1rem;--radius: 8px}@media(prefers-color-scheme:dark){:root{--color-bg: #d2f78d;--color-text: #000;--color-primary: #006f16;--color-primary-hover: #002908}}body{margin:0;font-family:var(--font-family);font-size:var(--font-size-base);color:var(--color-text);background-color:var(--color-bg);line-height:1.5}.phone.start-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:var(--spacing-base);box-sizing:border-box;text-align:center}.main-logo{width:clamp(100px,40vw,125px);height:auto}.title{font-size:clamp(2rem,6vw,3.5rem);font-weight:700;color:var(--color-text);line-height:1.2;margin-bottom:calc(var(--spacing-base) * 2)}.btn{padding:.75rem 1.5rem;font-size:clamp(1.1rem,3vw,1.25rem);font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;transition:background-color .3s ease;width:100%;max-width:260px;margin-bottom:var(--spacing-base)}.btn--primary{background-color:var(--color-primary);color:#fff}.btn--primary:hover{background-color:var(--color-primary-hover)}#game-frame{width:100%;height:80vh;max-height:90vh;border:none}@media(min-width:600px){:root{--spacing-base: 1.25rem}.main-logo{width:clamp(100px,40vw,175px);height:auto}#game-frame{height:85vh}}@media(min-width:1024px){:root{--spacing-base: 1.5rem}.main-logo{width:clamp(100px,40vw,200px);height:auto}#game-frame{height:90vh}}:root{--color-nav-bg: #fff;--color-icon-active: brightness(.8);--color-icon-inactive: .5;--nav-height: 64px;--nav-padding: .75rem;--nav-radius: 16px;--icon-size-home: 8vw;--icon-size-default: 7vw}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:var(--nav-height);background:var(--color-nav-bg);display:flex;justify-content:space-around;align-items:center;padding:0 var(--nav-padding);z-index:2000;border-top:1px solid #ddd}.bottom-nav a{flex:1;display:flex;justify-content:center;align-items:center}.nav-icon{object-fit:contain;display:block;opacity:var(--color-icon-inactive);transition:opacity .2s,filter .2s;width:var(--icon-size-default)}.nav-icon.active{opacity:1;filter:var(--color-icon-active)}.nav-icon:hover{opacity:.8;cursor:pointer}.home-icon{width:var(--icon-size-home)}@media(min-width:600px){:root{--nav-height: 72px;--icon-size-home: 48px;--icon-size-default: 44px}}@media(min-width:1024px){:root{--nav-height: 80px;--nav-radius: 20px;--icon-size-home: 56px;--icon-size-default: 52px}}:root{--color-bg-search: #f1f1f1;--color-text-main: #000;--color-text-light: #fff;--color-card-shadow: rgba(0, 0, 0, .06);--search-width: 90%;--search-max-width: 360px;--search-height: 56px;--search-radius: 28px;--header-font-size: 1.25rem;--header-margin-top: .75rem;--header-margin-bottom: .5rem;--grid-gap: 12px;--grid-card-size: 120px;--grid-card-radius: 12px}.explore-page{display:flex;flex-direction:column;height:100dvh;min-height:100vh;width:100%;justify-content:flex-start}.explore-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--nav-height, 100px) + 12px)}.search-wrap{width:100%;display:flex;justify-content:center;margin-top:var(--header-margin-top)}.search-bar{width:var(--search-width);max-width:var(--search-max-width);height:var(--search-height);border-radius:var(--search-radius);background:var(--color-bg-search);display:flex;align-items:center;gap:8px;padding:0 16px}.search-bar input{flex:1;border:0;outline:none;background:transparent;font-size:clamp(.95rem,3vw,1.1rem);color:var(--color-text-main)}.search-icon-inline{width:20px;height:20px;opacity:.6}.explore-header{font-weight:600;font-size:var(--header-font-size);color:var(--color-text-main);width:100%;text-align:left;margin:var(--header-margin-top) 0 var(--header-margin-bottom);padding:0 16px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--grid-gap);padding:0 16px;justify-items:center}.category-card{width:var(--grid-card-size);height:var(--grid-card-size);border-radius:var(--grid-card-radius);display:flex;align-items:center;justify-content:center;text-decoration:none;text-align:center;font-family:Blinker,sans-serif;font-weight:600;font-size:clamp(.95rem,2.5vw,1.2rem);color:var(--color-text-main);box-shadow:0 1px 4px var(--color-card-shadow);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;margin:5px}.category-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f;color:#000}body{font-family:Rubik,sans-serif}.cat-purple{background:linear-gradient(145deg,#8e92f9,#b2b7ff)}.cat-pink{background:linear-gradient(145deg,#ff6f86,#ffc1c7)}.cat-green{background:linear-gradient(145deg,#9be7b0,#d6f6df)}.cat-yellow{background:linear-gradient(145deg,#fff3a2,#fff9d1)}.cat-yellow-soft{background:#f6eea8}.cat-green-soft{background:#9be39b}@media(min-width:600px){:root{--header-font-size: 1.5rem;--grid-gap: 16px;--grid-card-size: 160px}.category-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){:root{--header-font-size: 1.75rem;--grid-gap: 20px;--grid-card-size: 180px}.category-grid{grid-template-columns:repeat(3,1fr)}}html,body{height:100%;font-family:Rubik,sans-serif}@supports (-webkit-touch-callout: none){:root{--vh: .01vh }}:root{--nav-default: 64px;--button-bg: #006f16;--radius: 6px;--gap-sm: 6px;--gap-md: 10px;--gap-lg: 14px}.profile-screen{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:calc(var(--nav-h) * .2) 5% calc(var(--nav-height, var(--nav-default)) + 40px);width:100%;min-height:100vh;height:100dvh;overflow-y:auto;position:relative;left:50%;transform:translate(-50%)}.profile-card{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.profile-scroll{flex:1;width:100%;height:70vh;max-height:calc(100vh - var(--nav-height, var(--nav-default)));overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 12px 12px;box-sizing:border-box}button,.inputButton,.acct-button,.friend-button,.sort-button{padding:8px 14px;border:none;border-radius:var(--radius);background-color:var(--button-bg);color:#fff;font-size:14px;cursor:pointer;transition:opacity .2s ease}button:hover,.inputButton:hover,.acct-button:hover,.friend-button:hover,.sort-button:hover{opacity:.8}.acct-button{margin:var(--gap-md) 0}.friend-button,.sort-button{margin:var(--gap-sm) 0;width:70%}.input-with-button{display:flex;align-items:center;gap:10px}.profile-avatar{display:flex;justify-content:center;align-items:center;margin-bottom:12px;background:transparent}.profile-avatar img,img.profile-avatar{width:clamp(72px,18vw,100px);height:clamp(72px,18vw,100px);border-radius:50%;object-fit:cover;display:block}.profile-username{font-family:Blinker,sans-serif;font-size:clamp(18px,2.4vw,22px);font-weight:400;text-align:center;color:var(--title, #000);margin:0 0 6px;display:inline-flex;align-items:center;gap:6px}.pencil-icon{width:18px;height:18px;cursor:pointer}.profile-streak{display:flex;flex-direction:column;align-items:center;margin-bottom:4px}.streak-emoji{font-size:22px}.streak-count{font-size:22px;font-weight:500;color:var(--text, #000)}.settingsWrapper{display:flex;flex-direction:column;gap:var(--gap-lg);width:100%;max-width:400px;margin:0 auto;padding:0 12px;box-sizing:border-box}#settings{display:flex;flex-direction:column;gap:16px}.settingsInput,.loginInput{width:100%;height:36px;border-radius:8px;border:1px solid #ccc;padding:0 12px;font-size:15px;box-sizing:border-box}.leaderboard-container{position:relative;width:100%;max-width:395px;margin:12px auto;background:#e5e5e5;border-radius:12px;padding:12px;overflow:hidden;box-sizing:border-box}.leaderboard-container.blurred .leaderboard-list{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none;height:175px}.leaderboard-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f0f0f0b3;font-size:16px;text-align:center;z-index:1;color:#333;padding:12px}.leaderboard-list{display:flex;flex-direction:column;gap:6px}.lock{width:30px;height:30px}.leaderboard-placeholder{width:100%;max-width:395px;height:578px;background:#d9d9d9;border-radius:15px;margin:10px auto}.auth-screen{position:fixed;inset:0;background:#fff;z-index:999;display:flex;flex-direction:column;align-items:center;padding:calc(var(--nav-h) * .2) 5% 0;overflow-y:auto}.auth-back{position:absolute;top:12px;left:12px;background:transparent;border:none;cursor:pointer;padding:6px}.auth-back img{width:22px;height:22px}body.auth-mode .bottom-nav{display:none!important}@media(max-width:768px){.profile-screen{padding:calc(var(--nav-h) * .15) 4% 0}.profile-card{max-width:360px}.profile-username{font-size:clamp(16px,3vw,20px)}button,.inputButton,.acct-button,.friend-button,.sort-button{padding:7px 12px;font-size:13px}.leaderboard-container{max-width:350px;padding:10px}.settingsWrapper{max-width:360px}}@media(max-width:480px){.profile-screen{padding:calc(var(--nav-h) * .1) 3% 0}.profile-card{max-width:310px}.profile-avatar img{width:clamp(60px,22vw,82px);height:clamp(60px,22vw,82px)}.profile-username{font-size:clamp(15px,4vw,18px);gap:4px}.friend-button,.sort-button,.acct-button{width:80%;padding:6px 10px}.settingsWrapper{max-width:300px;gap:10px}.settingsInput,.loginInput{height:32px;font-size:14px}.leaderboard-container{max-width:280px;padding:10px}.leaderboard-list{gap:4px}.lock{width:24px;height:24px}}.friend-form{width:100%;max-width:395px;margin:12px auto 0;display:flex;flex-direction:column;align-items:center;gap:var(--gap-sm)}.friend-input{width:80%;height:36px;border-radius:8px;border:1px solid #ccc;padding:0 12px;font-size:15px;box-sizing:border-box}.friend-form button{width:70%}.leaderboard{display:flex;align-items:center;justify-content:space-between;background:#f4f4f4;padding:8px 12px;border-radius:8px;font-size:15px}.leaderboard img{width:26px;height:26px;border-radius:50%;object-fit:cover}.leaderboard-list{display:flex;flex-direction:column;gap:8px}.profile-scroll{flex:1;width:100%;height:70vh;max-height:calc(100vh - var(--nav-height, var(--nav-default)));overflow-y:auto;-webkit-overflow-scrolling:touch;padding:4px 12px 16px;box-sizing:border-box}.auth-screen{display:flex;flex-direction:column;align-items:center;padding:calc(var(--nav-h) * .2) 5% 0;width:100%;height:100%;box-sizing:border-box;background:#fff;font-family:Rubik,sans-serif}.auth-card{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.auth-title{font-family:Blinker,sans-serif;font-size:clamp(20px,3vw,26px);font-weight:400;margin-bottom:12px;text-align:center;color:#000}.auth-error{color:red;font-size:14px;margin-bottom:8px;text-align:center}.auth-input{width:100%;height:38px;border-radius:8px;border:1px solid #ccc;padding:0 12px;font-size:15px;margin-bottom:10px;box-sizing:border-box}.auth-btn{width:100%;padding:.75rem 1rem;max-width:320px;border:none;border-radius:6px;background-color:#006f16;color:#fff;font-size:1rem;cursor:pointer;margin-bottom:10px;transition:opacity .2s ease}.auth-btn:hover{opacity:.85}.auth-btn.secondary{background-color:#444}.auth-btn.secondary:hover{opacity:.85}.back-btn{width:100%;max-width:200px;padding:.75rem 1rem;margin-bottom:.5rem;border:none;border-radius:6px;background-color:#b00020;color:#fff;font-size:1rem;cursor:pointer;transition:opacity .2s}.back-btn:hover{opacity:.8}@media(max-width:400px){.auth-input,.auth-btn{width:100%}}.phone.phone--white{display:flex;flex-direction:column;align-items:center;min-height:100vh;background-color:#fff;padding:2rem;font-family:Arial,sans-serif;box-sizing:border-box}.status-errors{width:100%;max-width:360px;margin-bottom:1.5rem;text-align:center}.status-errors h1{margin-bottom:.5rem;font-size:1.6rem;color:#333}.status-errors p{margin-bottom:.5rem;color:#555}.settingsWrapper,.auth-container{display:flex;flex-direction:column;width:100%;max-width:360px;gap:1rem;align-items:center}input{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:12px;font-size:1rem;outline:none;transition:border-color .2s}input:focus{border-color:#007bff}button{width:100%;padding:.75rem 1rem;border:none;border-radius:12px;font-size:1rem;cursor:pointer;transition:background-color .2s}.settingsWrapper button:first-of-type{background-color:#007bff;color:#fff}.settingsWrapper button:first-of-type:hover{background-color:#0056b3}.settingsWrapper button:last-of-type{background-color:#dc3545;color:#fff}.settingsWrapper button:last-of-type:hover{background-color:#a71d2a}.settingsWrapper input{width:90%}.auth-container button:first-of-type{background-color:#007bff;color:#fff}.auth-container button:first-of-type:hover{background-color:#0056b3}.auth-container button:nth-of-type(2){background-color:#28a745;color:#fff}.auth-container button:last-of-type{background-color:#ee1505;color:#fff}.auth-container button:last-of-type:hover{background-color:#1e7e34}@media(max-width:400px){.phone.phone--white,input,button{max-width:90%}}.definition-game{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;font-family:sans-serif}.definition-text{font-size:1.2rem;max-width:400px}.letter-display{display:flex;gap:8px;margin-bottom:16px}.letter-box{width:50px;height:50px;font-size:1.5rem;font-weight:700;text-align:center;border:2px solid #00440e;border-radius:8px;background-color:#f0f0f0;color:#000;display:flex;align-items:center;justify-content:center}.letter-box.active{border-color:#1976d2;background-color:#e3f2fd}.letter-box.locked{border-color:#00440e;background-color:#00440e;color:#fff}.letter-pad{display:flex;flex-direction:column;gap:8px;align-items:center;margin-top:16px}.keyboard-row{display:grid;gap:8px}.keyboard-row.row-1{grid-template-columns:repeat(10,1fr)}.keyboard-row.row-2{grid-template-columns:repeat(9,1fr)}.keyboard-row.row-3{grid-template-columns:1.4fr repeat(7,1fr) 1.4fr}.letter-btn{font-size:1.25rem;padding:10px;border:none;border-radius:8px;background-color:#00440e;color:#fff;cursor:pointer}.letter-btn.enter{background-color:#1976d2}.letter-btn.backspace{background-color:#d32f2f}.result-text{font-size:1.5rem;margin-top:16px;color:#00440e;font-weight:700}@media(max-width:768px){.letter-pad,.keyboard-row{gap:4px}.letter-btn{padding:6px;font-size:1rem}.letter-box{width:40px;height:40px;font-size:1.2rem}}.math-game{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.math-input{font-size:1.5rem;text-align:center;width:100px;padding:8px;border-radius:8px;border:2px solid #00440e}.number-pad{display:grid;grid-template-columns:repeat(3,70px);gap:8px;justify-content:center;margin-top:16px}.num-btn{font-size:1.25rem;padding:10px;border:none;border-radius:8px;background-color:#00440e;color:#fff;cursor:pointer}.num-btn.clear{grid-column:span 3;background-color:#d32f2f}.memory-container{display:flex;flex-direction:column;align-items:center;padding:2rem;background:var(--bg-light);min-height:100vh;gap:1rem;text-align:center}.memory-title{font-size:1.75rem;margin:160px -150px -150px;color:var(--text-dark);text-align:center}.memory-instruction{font-size:1rem;margin-bottom:.5rem;color:var(--text-dark);text-align:center}.memory-match-stage{background:#f9f9f9;border:2px solid #ccc;border-radius:12px;padding:24px;max-width:400px;margin:150px auto 0;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;align-items:center}.memory-match-stage .grid{display:grid;grid-template-columns:repeat(3,clamp(100px,12vw,120px));grid-template-rows:repeat(2,clamp(80px,10vw,100px));gap:12px;justify-content:center;align-items:center;margin-left:20px;margin-top:10px}.cell{display:set;align-items:center;justify-content:center;justify-self:stretch;align-self:stretch;background:#e2e2e5;border-radius:12px;font-size:clamp(1.4rem,3vw,2.2rem);-webkit-user-select:none;user-select:none;transition:background .2s ease,transform .1s ease;margin-left:6px;margin-top:2px}.cell.flipped{background:#fff;border:2px solid #d4d4d8}.cell:not(.flipped){background:linear-gradient(135deg,#c4c4c8,#d8d8da)}.cell:hover{background:#e4e4e7;transform:scale(1.05)}.color-game{text-align:center;justify-content:center;color:#000}.color-word{font-size:48px;font-weight:800;letter-spacing:2px;margin:12px 0}.answer-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:12px;justify-content:center;max-width:320px;margin:0 auto;justify-items:center}.answer-btn{margin:4px;padding:8px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#222;color:#fff;cursor:pointer;transition:background .2s ease}.color-game-stage{background:#f9f9f9;border:2px solid #ccc;border-radius:12px;padding:16px;max-width:360px;margin:0 auto;box-shadow:0 4px 12px #00000014}.answer-btn.correct{background:#006f16}.answer-btn.incorrect{background:#802020}.feedback{margin-top:12px}.wrap{display:grid;place-items:center;background:var(--bg-light);min-height:100vh;text-align:center}.sort-title{margin:0;font-size:1.75rem;color:var(--text-dark);text-align:center;margin-top:11rem}.card{display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700;padding:1.25rem 2rem;border-radius:12px;border:2px solid #000;background-color:#fff;min-width:200px;min-height:100px;text-align:center;color:#000}.row{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.zone{padding:.75rem 1.5rem;font-size:1rem;border-radius:10px;background-color:#006f16;color:#fff;border:none;cursor:pointer}.zone:active{transform:scale(.97)}.sort-game-stage{background:#f9f9f9;border:2px solid #ccc;border-radius:12px;padding:24px;max-width:360px;margin:0 auto;box-shadow:0 4px 12px #00000014;text-align:center;margin-bottom:10rem}.feedback{font-size:1rem;min-height:1.5rem;margin-top:.5rem}.score{font-size:1rem}.trivia-container{text-align:center;font-family:sans-serif}.trivia-container h2{margin-bottom:8px}.trivia-container p{margin-bottom:12px}.trivia-answers{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.trivia-btn{margin:4px;padding:8px 16px;border-radius:8px;background:#626262;color:#fff;cursor:pointer;border:none;font-weight:700;transition:background .2s ease}.trivia-btn.selected{background:#006f16}.trivia-result{margin-top:12px;font-weight:700}.bubblegame-container{text-align:center}.stage{position:relative;width:320px;height:320px;border:2px solid #ccc;border-radius:12px;overflow:hidden;margin:0 auto;background:#f9f9f9}.bubble{position:absolute;width:48px;height:48px;border-radius:50%;font-size:20px;font-weight:700;color:#fff;background:#006f16;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}@keyframes popSuccess{0%{transform:scale(1);opacity:1;background:#10b981}50%{transform:scale(1.4);opacity:.7;background:#34d399}to{transform:scale(0);opacity:0;background:#10b981}}@keyframes popError{0%{transform:scale(1);opacity:1;background:#ef4444}50%{transform:scale(1.4);opacity:.7;background:#f87171}to{transform:scale(.9);opacity:1;background:#ef4444}}.bubble.flash{animation:popError .3s ease forwards}.bubble.success{animation:popSuccess .3s ease forwards}.different-emoji-container{text-align:center;font-family:sans-serif}.stage{padding-right:16px;position:relative;width:320px;height:320px;border:2px solid #ccc;border-radius:12px;overflow:hidden;margin:0 auto;display:grid;grid-template-columns:repeat(4,64px);grid-template-rows:repeat(3,64px);place-content:center;gap:12px;align-items:center;justify-items:center;font-size:30px;cursor:pointer}.cell{width:68px;height:68px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;transition:transform .14s ease,background .14s ease;line-height:1}.emoji{display:inline-block}.cell:active{transform:scale(.96)}.flash{background:#ef4444!important;color:#fff}.success{background:#10b981!important;color:#fff}.gamehub{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:none}.back-button{position:fixed;top:32px;left:32px;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;font-size:24px;background-color:#00440e;border-radius:8px;color:#fff;cursor:pointer;z-index:1000}.skip-button{position:fixed;top:32px;left:50%;transform:translate(-50%);width:10rem;height:3rem;display:flex;justify-content:center;align-items:center;background-color:#f44336;color:#fff;border:none;font-size:18px;border-radius:8px;padding:10px 20px;cursor:pointer;transition:background-color .2s ease;z-index:1000}.skip-button:hover{background-color:#d32f2f}.timer-top-right{position:fixed;top:32px;right:32px;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;background-color:#00440e;color:#fff;border-radius:8px;z-index:1000}.main-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-45%);display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:800px}.game-container{display:flex;align-items:center;justify-content:center;width:600px;height:450px;max-width:90vw;max-height:70vh;background:#f9f9f9;border-radius:16px;box-shadow:0 0 10px #00000040;padding:16px;overflow:hidden}.card-stack{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.game-card{position:absolute;width:90vw;max-width:600px;height:80vh;background:#fff;color:#000;border-radius:24px;box-shadow:0 8px 20px #0006;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .6s ease,opacity .6s ease}.game-card-enter{transform:translateY(100%) scale(.97);opacity:.6;z-index:2}.game-card-enter-active{transform:translateY(0) scale(1);opacity:1;z-index:2}.game-card-exit{transform:translateY(0) scale(1);opacity:1;z-index:1}.game-card-exit-active{transform:translateY(-10%) scale(.98);opacity:.7;z-index:1}.center-wrap{position:fixed;inset:0;display:flex;align-items:center;justify-content:center}.penalty-timer{line-height:1;color:#f44336;animation:penaltyPulse 1s ease-in-out infinite;font-size:10rem;font-weight:900}@keyframes penaltyPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.6}to{transform:scale(1);opacity:1}}.full-end-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;color:#000}.full-end-screen h1{font-size:3rem;margin:0}.full-end-screen button{background:#00440e;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:18px;cursor:pointer;width:auto;max-width:300px}.full-end-screen button:hover{background:#006b16}.full-end-screen-inner{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}.full-end-screen-inner button{margin-top:1rem;padding:10px 20px;width:auto;align-self:center;width:80%;max-width:300px}@media(max-width:768px){.game-container{width:90vw;height:60vh}.skip-button{width:8rem;height:2.5rem;font-size:14px}.timer-top-right,.back-button{width:2.5rem;height:2.5rem;font-size:20px}.main-content{transform:translate(-50%,-50%);gap:16px}}.fp-screen{display:flex;flex-direction:column;align-items:center;align-self:center;padding:30px 5% 0;min-height:100vh;width:70vw;background:#fff;background-color:#fff;font-family:Rubik,sans-serif;position:relative;box-sizing:border-box}.fp-back{position:relative;top:0vh;left:0vw;background:#b00020;align-self:center;border:none;border-radius:6px;padding:3vh 12vw;color:#fff;cursor:pointer;width:80%}.fp-card{width:100%;max-width:420px;text-align:center}.fp-card h1{font-family:Blinker,sans-serif;font-size:clamp(22px,4vw,28px);margin-bottom:14px;color:#000}.fp-form{display:flex;flex-direction:column;gap:12px;width:100%;max-width:420px;margin:0 auto}.fp-form input{height:38px;padding:0 12px;border:1px solid #ccc;border-radius:8px;font-size:15px;box-sizing:border-box;width:100%;align-self:center}.fp-form input:focus{border-color:#006f16}.fp-form button{padding:10px;border:none;background:#006f16;border-radius:6px;font-size:16px;color:#fff;cursor:pointer;align-self:center;width:100%}.fp-form button:hover{opacity:.85}.fp-msg{margin-top:10px;font-size:14px;color:#000}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}body.no-scroll{overflow:hidden;height:100vh}body{font-family:Rubik,sans-serif;font-weight:10000}body.home-bg{background-color:#d2f78d}body.explore-bg,body.profile-bg{background-color:#fff}body.game-bg{background-color:#dedede}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.card{padding:2em}.daily-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%;padding:2rem;box-sizing:border-box;text-align:center;background-color:#d2f78d;font-family:Rubik,sans-serif;color:#000}.daily-loading h2{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;font-weight:600}.daily-loading h5{font-size:clamp(1rem,3vw,1.25rem);margin-bottom:1rem;font-weight:400;color:#333}.daily-loading p{font-size:1rem;font-weight:500;color:#006f16;animation:pulse 1.2s infinite ease-in-out;margin:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:400px){.daily-loading h2{font-size:1.8rem}.daily-loading h5{font-size:1rem}.daily-loading p{font-size:.9rem}}html,body{margin:0;padding:0;width:100%;height:100dvh;font-family:Rubik,sans-serif}body.change-pic{background-color:#d2f78d;height:100dvh;overflow:hidden;-webkit-overflow-scrolling:touch}.change-pic-screen{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:16px;width:90vw;max-width:400px;aspect-ratio:1;margin:0 auto}.gallery-item{aspect-ratio:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .15s ease}.gallery-item:hover{transform:scale(1.05)}.gallery-img{max-width:100%;max-height:100%;object-fit:contain;display:block;border-radius:12px;background-color:#f9f9f9}.explore-page{display:flex;flex-direction:column;min-height:100vh}
