@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Nunito:wght@700;800;900&display=swap);.ak-velha-box,.ak-velha-box *{box-sizing:border-box}.ak-velha-box{position:relative;display:block;width:100%;max-width:none;margin:0 auto;font-family:'Nunito','Segoe UI',Arial,sans-serif;-webkit-tap-highlight-color:#fff0}.ak-velha-stage,.ak-velha-game{position:relative;display:block;width:100%;max-width:none}.ak-velha-stage>#akGameControls{display:none!important}.ak-velha-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ak-velha-shell{--ak-ink:#2f285f;--ak-ink-soft:#5a527d;--ak-purple:#6750c9;--ak-purple-dark:#49349d;--ak-purple-soft:#eee9ff;--ak-pink:#ed6d95;--ak-pink-soft:#ffe9f0;--ak-yellow:#f5c95c;--ak-yellow-soft:#fff3c9;--ak-mint:#55b7a3;--ak-mint-soft:#dff5ef;--ak-blue:#5f9fe6;--ak-blue-soft:#e6f2ff;--ak-cream:#fbf7ef;--ak-paper:#fffdf8;--ak-white:#ffffff;--ak-border:rgba(73, 52, 157, 0.13);--ak-shadow:0 12px 30px rgba(60, 43, 111, 0.12);--ak-shadow-small:0 7px 18px rgba(60, 43, 111, 0.11);position:relative;isolation:isolate;overflow:hidden;display:block;width:100%;max-width:980px;margin:0 auto;padding:18px;border:1px solid var(--ak-border);border-radius:30px;color:var(--ak-ink);background:radial-gradient(circle at 7% 8%,rgb(245 201 92 / .2),transparent 25%),radial-gradient(circle at 94% 13%,rgb(237 109 149 / .13),transparent 28%),linear-gradient(125deg,#efe8ff 0%,#f6eafa 45%,#fff1d5 100%);box-shadow:0 24px 70px rgb(60 43 111 / .12),0 7px 22px rgb(60 43 111 / .07)}.ak-velha-shell::before,.ak-velha-shell::after{content:'';position:absolute;z-index:-1;border-radius:50%;pointer-events:none}.ak-velha-shell::before{width:220px;height:220px;left:-120px;bottom:9%;background:rgb(85 183 163 / .1)}.ak-velha-shell::after{width:250px;height:250px;right:-135px;top:21%;background:rgb(95 159 230 / .1)}.ak-velha-game-main{position:relative;display:block;width:100%;min-width:0;margin:0 auto}.ak-velha-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:none;aspect-ratio:1 / 1;margin:0;padding:11px;border:2px solid rgb(103 80 201 / .18);border-radius:29px;background:linear-gradient(145deg,rgb(103 80 201 / .19),rgb(95 159 230 / .12)),var(--ak-purple-soft);box-shadow:inset 0 1px 0 rgb(255 255 255 / .96),0 18px 42px rgb(73 52 157 / .16);contain:layout paint}.ak-velha-cell{position:relative;display:grid;place-items:center;min-width:0;min-height:0;width:100%;height:100%;padding:0;overflow:hidden;border:2px solid rgb(103 80 201 / .09);border-radius:22px 18px 21px 17px;background:linear-gradient(145deg,#ffffff,var(--ak-paper));box-shadow:0 7px 18px rgb(60 43 111 / .1),inset 0 1px 0 rgb(255 255 255 / .98);cursor:pointer;touch-action:manipulation;transition:border-color 150ms ease,box-shadow 150ms ease,background 150ms ease}.ak-velha-cell:hover:not(:disabled){border-color:rgb(103 80 201 / .3);box-shadow:0 10px 24px rgb(73 52 157 / .14),inset 0 1px 0 rgb(255 255 255 / .98)}.ak-velha-cell:active:not(:disabled){background:#f8f5ff}.ak-velha-cell:focus-visible{z-index:2;outline:4px solid rgb(95 159 230 / .28);outline-offset:-4px}.ak-velha-cell:disabled{cursor:default}.ak-velha-cell.is-x{border-color:rgb(245 201 92 / .48);background:linear-gradient(145deg,#fffef8,var(--ak-yellow-soft))}.ak-velha-cell.is-o{border-color:rgb(103 80 201 / .34);background:linear-gradient(145deg,#fffaff,var(--ak-purple-soft))}.ak-velha-symbol{position:relative;display:block;width:68%;aspect-ratio:1 / 1;animation:akVelhaSymbolIn 240ms cubic-bezier(.2,.9,.3,1.25) both}.ak-velha-symbol-x::before,.ak-velha-symbol-x::after{content:'';position:absolute;top:50%;left:50%;width:100%;height:15%;border-radius:999px;background:linear-gradient(135deg,#f8d873,#e9ad2e);box-shadow:0 7px 13px rgb(155 108 19 / .22);transform-origin:center}.ak-velha-symbol-x::before{transform:translate(-50%,-50%) rotate(45deg)}.ak-velha-symbol-x::after{transform:translate(-50%,-50%) rotate(-45deg)}.ak-velha-symbol-o{width:62%;border:clamp(9px, 1.7vw, 15px) solid var(--ak-purple);border-radius:50%;box-shadow:0 7px 13px rgb(73 52 157 / .2),inset 0 0 0 2px rgb(255 255 255 / .35)}.ak-velha-cell.is-winning{border-color:rgb(85 183 163 / .78);background:linear-gradient(145deg,#f4fff9,var(--ak-mint-soft));box-shadow:0 0 0 4px rgb(85 183 163 / .14),0 14px 30px rgb(85 183 163 / .19);animation:akVelhaWinningGlow 680ms ease-in-out infinite alternate}.ak-velha-turn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:100%;min-height:36px;margin:10px auto 0;padding:7px 14px;border:2px solid rgb(255 255 255 / .92);border-radius:999px;background:rgb(255 253 248 / .94);color:var(--ak-ink);box-shadow:var(--ak-shadow-small);font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:12px;line-height:1.2;text-align:center}.ak-velha-turn strong{font-weight:600}.ak-velha-turn-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--ak-mint);box-shadow:0 0 0 4px rgb(85 183 163 / .15);animation:akVelhaPulse 1.35s ease-in-out infinite}.ak-velha-feedback{position:absolute;left:50%;bottom:49px;z-index:20;width:max-content;max-width:90%;padding:10px 14px;border:2px solid #fff0;border-radius:14px;background:rgb(255 253 248 / .98);box-shadow:0 13px 29px rgb(60 43 111 / .17);font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:12px;font-weight:600;line-height:1.35;text-align:center;pointer-events:none;opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity 170ms ease,transform 170ms ease,visibility 170ms ease}.ak-velha-feedback.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}.ak-velha-feedback.is-success{border-color:rgb(85 183 163 / .62);color:#287e70}.ak-velha-feedback.is-error{border-color:rgb(237 109 149 / .52);color:#a44463}.ak-velha-feedback.is-draw{border-color:rgb(95 159 230 / .54);color:#356f9f}.ak-velha-menu{width:100%;margin:9px auto 0}.ak-velha-tabs{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 58px;gap:8px;width:100%}.ak-velha-tab{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-width:0;min-height:52px;padding:7px 11px;border:3px solid rgb(255 255 255 / .96);border-radius:18px 15px 18px 14px;color:var(--ak-ink);font:inherit;cursor:pointer;touch-action:manipulation;transition:filter 150ms ease,box-shadow 150ms ease,border-color 150ms ease}.ak-velha-tab-level{background:var(--ak-yellow-soft);box-shadow:0 5px 0 rgb(207 164 49 / .34),0 10px 18px rgb(60 43 111 / .09)}.ak-velha-tab-data{background:var(--ak-mint-soft);box-shadow:0 5px 0 rgb(55 139 123 / .28),0 10px 18px rgb(60 43 111 / .09)}.ak-velha-tab-settings{padding:7px;background:var(--ak-blue-soft);box-shadow:0 5px 0 rgb(64 121 176 / .28),0 10px 18px rgb(60 43 111 / .09)}.ak-velha-tab:hover,.ak-velha-tab.is-active{filter:brightness(1.025);border-color:#fff;box-shadow:0 3px 0 rgb(73 52 157 / .24),0 9px 18px rgb(60 43 111 / .13)}.ak-velha-tab:active{box-shadow:0 1px 0 rgb(73 52 157 / .22),0 5px 12px rgb(60 43 111 / .1)}.ak-velha-tab:focus-visible{outline:4px solid rgb(95 159 230 / .28);outline-offset:2px}.ak-velha-tab-icon{flex:0 0 auto;display:grid;place-items:center;width:33px;height:33px;border:2px solid rgb(255 255 255 / .9);border-radius:12px 10px 13px 9px;background:rgb(255 255 255 / .62);font-size:17px;line-height:1}.ak-velha-tab-settings .ak-velha-tab-icon{width:38px;height:38px;font-size:19px}.ak-velha-tab-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;line-height:1.05}.ak-velha-tab-copy strong{font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:13px;font-weight:600}.ak-velha-tab-copy small{max-width:100%;overflow:hidden;margin-top:3px;color:var(--ak-ink-soft);font-size:9px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.ak-velha-panels{width:100%}.ak-velha-panel{width:100%;margin-top:9px;padding:14px;border:3px solid rgb(255 255 255 / .96);border-radius:24px 19px 23px 18px;background:var(--ak-paper);box-shadow:0 7px 0 rgb(73 52 157 / .1),0 15px 28px rgb(60 43 111 / .12);animation:akVelhaPanelIn 170ms ease both}.ak-velha-panel[hidden]{display:none!important}.ak-velha-panel-head{display:flex;align-items:center;gap:11px;margin-bottom:8px}.ak-velha-panel-sticker{flex:0 0 auto;display:grid;place-items:center;width:43px;height:43px;border:3px solid #fff;border-radius:16px 13px 17px 12px;font-size:21px;box-shadow:0 5px 0 rgb(73 52 157 / .11),0 8px 15px rgb(60 43 111 / .09);transform:rotate(-4deg)}.ak-velha-panel-sticker.is-yellow{background:var(--ak-yellow)}.ak-velha-panel-sticker.is-mint{background:var(--ak-mint-soft)}.ak-velha-panel-sticker.is-blue{background:var(--ak-blue-soft)}.ak-velha-panel-head small{display:block;margin-bottom:2px;color:var(--ak-pink);font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:9px;font-weight:600;letter-spacing:.45px}.ak-velha-panel-head h3{margin:0;color:var(--ak-ink);font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:19px;font-weight:600;line-height:1.05}.ak-velha-panel-description{margin:0 0 11px;padding:9px 11px;border-radius:14px 11px 14px 10px;background:#f7f3ff;color:var(--ak-ink-soft);font-size:11px;font-weight:800;line-height:1.4}.ak-velha-levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ak-velha-level-button{display:flex;align-items:center;justify-content:flex-start;gap:7px;min-width:0;min-height:52px;padding:7px;border:2px solid rgb(103 80 201 / .1);border-radius:16px 13px 16px 12px;color:var(--ak-ink-soft);background:#fff;font:inherit;cursor:pointer;touch-action:manipulation}.ak-velha-level-button.is-active{border-color:rgb(103 80 201 / .42);color:var(--ak-purple-dark);background:linear-gradient(135deg,#fff,var(--ak-purple-soft));box-shadow:0 4px 0 rgb(103 80 201 / .12)}.ak-velha-level-button:disabled{cursor:not-allowed;opacity:.52}.ak-velha-level-icon{flex:0 0 auto;display:grid;place-items:center;width:31px;height:31px;border-radius:11px 9px 11px 8px;background:var(--ak-yellow-soft);font-size:15px}.ak-velha-level-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.ak-velha-level-copy strong{font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:11px;font-weight:600;line-height:1.05}.ak-velha-level-copy small{margin-top:3px;color:var(--ak-ink-soft);font-size:7px;font-weight:900;line-height:1.05}.ak-velha-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ak-velha-stat{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;gap:0 9px;min-width:0;padding:10px;border:2px solid rgb(255 255 255 / .94);border-radius:16px 13px 16px 12px;background:#f8f6ff;box-shadow:0 4px 0 rgb(73 52 157 / .07)}.ak-velha-stat>span{grid-row:1 / span 2;display:grid;place-items:center;width:36px;height:36px;border-radius:12px 10px 12px 9px;font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:17px;font-weight:700}.ak-velha-stat.is-x>span{color:#8a6413;background:var(--ak-yellow-soft)}.ak-velha-stat.is-o>span{color:var(--ak-purple-dark);background:var(--ak-purple-soft)}.ak-velha-stat.is-draw>span{color:#287e70;background:var(--ak-mint-soft)}.ak-velha-stat small,.ak-velha-stat strong{display:block;min-width:0}.ak-velha-stat small{color:var(--ak-ink-soft);font-size:8px;font-weight:900;text-transform:uppercase}.ak-velha-stat strong{color:var(--ak-ink);font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:18px;font-weight:600}.ak-velha-data-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}.ak-velha-data-summary>div{padding:9px 11px;border-radius:14px 11px 14px 10px;background:var(--ak-pink-soft)}.ak-velha-data-summary small,.ak-velha-data-summary strong{display:block}.ak-velha-data-summary small{color:var(--ak-ink-soft);font-size:8px;font-weight:900;text-transform:uppercase}.ak-velha-data-summary strong{margin-top:2px;font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:13px;font-weight:600}.ak-velha-settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.ak-velha-mode{min-width:0;padding:8px 10px;border-radius:14px 11px 14px 10px;background:var(--ak-blue-soft)}.ak-velha-mode small,.ak-velha-mode strong{display:block}.ak-velha-mode small{color:var(--ak-ink-soft);font-size:8px;font-weight:900;text-transform:uppercase}.ak-velha-mode strong{margin-top:2px;font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:12px;font-weight:600}.ak-velha-reset,.ak-velha-result-card button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:9px 15px;border:3px solid #fff;border-radius:17px 14px 18px 13px;color:#fff;background:linear-gradient(135deg,#735bd2,#5036ad);box-shadow:0 6px 0 #3f2b8b,0 11px 18px rgb(58 42 113 / .2);font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:11px;font-weight:600;cursor:pointer;touch-action:manipulation}.ak-velha-reset:active,.ak-velha-result-card button:active{box-shadow:0 2px 0 #3f2b8b,0 6px 12px rgb(58 42 113 / .16)}.ak-velha-reset:focus-visible,.ak-velha-result-card button:focus-visible{outline:4px solid rgb(95 159 230 / .28);outline-offset:2px}.ak-velha-result-layer{position:absolute;inset:0;z-index:80;display:grid;place-items:center;padding:16px;border-radius:inherit;background:rgb(47 40 95 / .38);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity 180ms ease,visibility 180ms ease}.ak-velha-result-layer.is-visible{opacity:1;visibility:visible}.ak-velha-result-card{width:min(100%, 350px);padding:24px 20px;border:4px solid #fff;border-radius:28px 22px 27px 20px;background:var(--ak-paper);box-shadow:0 10px 0 rgb(73 52 157 / .14),0 28px 80px rgb(31 20 75 / .28);text-align:center}.ak-velha-result-symbols{margin-bottom:10px;color:#c3911d;font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:34px;font-weight:700}.ak-velha-result-symbols span{color:var(--ak-ink-soft);font-size:18px}.ak-velha-result-card h3{margin:0;font-family:'Fredoka','Trebuchet MS',Arial,sans-serif;font-size:27px;font-weight:600}.ak-velha-result-card p{margin:9px auto 17px;color:var(--ak-ink-soft);font-size:14px;font-weight:800;line-height:1.5}@media (max-width:700px){.ak-velha-shell{padding:12px;border-radius:25px}.ak-velha-game-main,.ak-velha-menu{width:100%;max-width:none}.ak-velha-board{gap:8px;padding:8px;border-radius:24px}.ak-velha-cell{border-radius:18px 15px 18px 14px}}@media (max-width:560px){.ak-velha-box{padding:0}.ak-velha-shell{width:100%;max-width:none;padding:8px;border-radius:22px}.ak-velha-board{gap:7px;padding:7px;border-radius:21px}.ak-velha-cell{border-radius:16px 13px 16px 12px}.ak-velha-turn{min-height:34px;margin-top:8px;padding:6px 12px;font-size:11px}.ak-velha-feedback{bottom:46px}.ak-velha-menu{margin-top:8px}.ak-velha-tabs{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 51px;gap:6px}.ak-velha-tab{min-height:47px;padding:6px 8px;border-radius:15px 12px 15px 11px}.ak-velha-tab-icon{width:29px;height:29px;font-size:15px}.ak-velha-tab-settings .ak-velha-tab-icon{width:34px;height:34px;font-size:17px}.ak-velha-tab-copy strong{font-size:11px}.ak-velha-tab-copy small{font-size:8px}.ak-velha-panel{padding:10px;border-radius:20px 16px 20px 15px}.ak-velha-panel-sticker{width:38px;height:38px;font-size:18px}.ak-velha-panel-head h3{font-size:17px}.ak-velha-levels,.ak-velha-stats{gap:6px}.ak-velha-level-button{min-height:48px;padding:6px 4px;justify-content:center}.ak-velha-level-icon{width:28px;height:28px;font-size:13px}.ak-velha-level-copy strong{font-size:9px}.ak-velha-level-copy small{display:none}.ak-velha-stat{grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;gap:2px;padding:7px 4px;text-align:center}.ak-velha-stat>span{grid-row:auto;width:30px;height:30px;font-size:14px}.ak-velha-stat small{font-size:7px}.ak-velha-stat strong{font-size:15px}}@media (max-width:359px){.ak-velha-shell{padding:5px}.ak-velha-board{gap:6px;padding:6px}.ak-velha-cell{border-radius:14px 11px 14px 10px}.ak-velha-tab-copy small{display:none}.ak-velha-settings-row{align-items:stretch;flex-direction:column}.ak-velha-reset{width:100%}}@keyframes akVelhaSymbolIn{0%{opacity:0;transform:scale(.45)}100%{opacity:1;transform:scale(1)}}@keyframes akVelhaPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.72);opacity:.64}}@keyframes akVelhaWinningGlow{from{box-shadow:0 0 0 3px rgb(85 183 163 / .1),0 12px 26px rgb(85 183 163 / .14)}to{box-shadow:0 0 0 6px rgb(85 183 163 / .17),0 17px 34px rgb(85 183 163 / .23)}}@keyframes akVelhaPanelIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ak-velha-box *,.ak-velha-box *::before,.ak-velha-box *::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}