.ak-word-game-box{max-width:760px;margin:28px auto;background:#fff;border-radius:30px;padding:14px;text-align:center;box-shadow:0 18px 42px rgb(50 35 90 / .14);font-family:"Segoe UI",Arial,sans-serif}.ak-word-canvas-wrap{position:relative;width:100%;height:470px;margin:0 auto;border-radius:26px;overflow:hidden;background:linear-gradient(rgb(255 255 255 / .04),rgb(255 255 255 / .04)),var(--ak-word-bg-image,linear-gradient(180deg,#7ee4ff 0%,#c9f7ff 48%,#70d956 49%,#36aa3d 100%));background-size:cover;background-position:center;background-repeat:no-repeat;border:5px solid #7c5cff;box-shadow:0 16px 34px rgb(124 92 255 / .22),inset 0 0 0 4px rgb(255 255 255 / .55)}.ak-word-canvas-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(255 255 255 / .08),rgb(255 255 255 / .02));z-index:1;pointer-events:none}#akWordHud{position:absolute;top:12px;left:12px;z-index:6;display:flex;gap:8px}.ak-word-hud-pill{background:rgb(255 255 255 / .94);border:2px solid rgb(124 92 255 / .18);border-radius:18px;padding:8px 14px;color:#20205f;font-size:14px;font-weight:950;box-shadow:0 8px 18px rgb(50 35 90 / .14)}.ak-word-progress{position:absolute;top:12px;right:12px;z-index:6;background:rgb(255 255 255 / .94);border:2px solid rgb(124 92 255 / .18);border-radius:20px;padding:9px 16px;display:flex;align-items:center;gap:10px;color:#20205f;font-weight:950;box-shadow:0 8px 18px rgb(50 35 90 / .14)}.ak-word-game-screen{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:78px 18px 76px}.ak-word-board{position:relative;z-index:4;width:min(94%, 560px);background:rgb(255 255 255 / .18);border-radius:34px;padding:16px 16px 22px}.ak-word-ribbon{position:absolute;top:-38px;left:50%;transform:translateX(-50%);z-index:5;background:linear-gradient(180deg,#9c4dff,#6f35df);color:#fff;border-radius:18px 18px 24px 24px;padding:12px 34px;font-size:25px;font-weight:950;box-shadow:0 12px 22px rgb(80 40 170 / .28);white-space:nowrap;text-shadow:0 2px 0 rgb(0 0 0 / .12)}.ak-word-emoji{width:145px;height:145px;margin:0 auto 18px;border-radius:50%;background:radial-gradient(circle at 34% 24%,rgb(255 255 255 / .95) 0 18%,transparent 19%),linear-gradient(180deg,#ffffff,#f0e8ff);display:flex;align-items:center;justify-content:center;font-size:86px;box-shadow:0 16px 32px rgb(50 35 90 / .20),inset 0 -8px 0 rgb(124 92 255 / .10);border:6px solid rgb(255 255 255 / .95);outline:4px dashed rgb(124 92 255 / .34);outline-offset:6px}.ak-word-text{display:flex;align-items:center;justify-content:center;gap:8px;min-height:76px;margin:0 auto 14px}.ak-letter-tile{width:68px;height:68px;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f7f3ff);border:3px solid #fff;box-shadow:0 8px 16px rgb(50 35 90 / .16),inset 0 -4px 0 rgb(124 92 255 / .08);display:flex;align-items:center;justify-content:center;color:#20205f;font-size:38px;font-weight:950;font-family:"Arial Black","Segoe UI",Arial,sans-serif}.ak-letter-tile.ak-missing{color:#8a56ff;border:3px dashed #9b72ff;background:#fbf8ff}.ak-word-message{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 16px;background:rgb(31 24 83 / .90);color:#fff;border-radius:999px;padding:9px 22px;font-size:15px;font-weight:950;box-shadow:0 10px 22px rgb(50 35 90 / .18);min-height:38px;max-width:94%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ak-word-options{display:flex;justify-content:center;flex-wrap:wrap;gap:22px}.ak-word-option{width:92px;height:76px;border:0;border-radius:24px;background:linear-gradient(180deg,#b85cff 0%,#7135ff 100%);color:#fff;font-size:38px;font-weight:950;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;box-shadow:0 12px 24px rgb(124 92 255 / .34),inset 0 4px 0 rgb(255 255 255 / .32),inset 0 -5px 0 rgb(53 20 160 / .22);transition:transform .12s ease,filter .12s ease}.ak-word-option:hover{transform:translateY(-3px) scale(1.04);filter:brightness(1.05)}.ak-word-option:active{transform:scale(.95)}.ak-word-option.ak-right{background:linear-gradient(135deg,#20c768,#0fa850)}.ak-word-option.ak-wrong{background:linear-gradient(135deg,#ff5c8a,#ff8a3d)}.ak-word-pop{animation:akWordPop .45s ease}@keyframes akWordPop{0%{transform:scale(.85)}60%{transform:scale(1.12)}100%{transform:scale(1)}}.ak-word-rocket{position:absolute;left:50%;bottom:70px;z-index:20;font-size:42px;pointer-events:none;animation:akRocketFly 1.2s ease-out forwards}@keyframes akRocketFly{0%{transform:translate(-50%,0) rotate(-25deg) scale(.8);opacity:0}15%{opacity:1}100%{transform:translate(120px,-260px) rotate(15deg) scale(1.25);opacity:0}}@media (max-width:760px){.ak-word-game-box{padding:10px;border-radius:24px;margin:18px auto}.ak-word-canvas-wrap{height:430px;border-radius:22px;border-width:4px}#akWordHud{top:10px;left:10px;gap:5px}.ak-word-hud-pill{font-size:11px;padding:6px 8px;border-radius:14px}.ak-word-progress{top:10px;right:10px;font-size:12px;padding:6px 10px;border-radius:14px}.ak-word-game-screen{padding:74px 8px 62px}.ak-word-board{width:98%;padding:12px 8px 18px}.ak-word-ribbon{top:-32px;padding:9px 22px;font-size:19px;border-radius:15px 15px 20px 20px}.ak-word-emoji{width:105px;height:105px;font-size:64px;margin-bottom:14px;outline-offset:4px}.ak-word-text{gap:5px;min-height:56px;margin-bottom:12px}.ak-letter-tile{width:45px;height:52px;border-radius:14px;font-size:27px}.ak-word-message{font-size:12px;padding:8px 14px;margin-bottom:12px}.ak-word-options{gap:12px}.ak-word-option{width:68px;height:60px;font-size:30px;border-radius:18px}}.ak-word-ribbon{display:none!important}.ak-word-game-box{max-width:760px!important;margin:28px auto!important;background:#ffffff!important;border-radius:30px!important;padding:16px!important;text-align:center!important;box-shadow:0 18px 42px rgb(50 35 90 / .14)!important}.ak-word-canvas-wrap{border:4px solid #eadfff!important;border-radius:28px!important;box-shadow:none!important}.ak-word-game-screen{padding-top:58px!important}.ak-word-emoji{margin-top:0!important}@media (max-width:760px){.ak-word-game-box{padding:8px!important;border-radius:22px!important}.ak-word-canvas-wrap{border-width:4px!important;border-radius:22px!important}.ak-word-game-screen{padding-top:58px!important}}.ak-word-board{background:transparent!important;box-shadow:none!important;padding:0 10px 18px!important}.ak-word-canvas-wrap::before{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:rgb(255 255 255 / .38)!important;pointer-events:none!important}.ak-word-game-screen,#akWordHud,.ak-word-progress{z-index:3!important}.ak-word-board,.ak-word-emoji,.ak-word-text,.ak-word-message,.ak-word-options{position:relative!important;z-index:4!important}.ak-word-emoji{width:150px!important;height:150px!important;font-size:92px!important;margin-bottom:18px!important;border-width:7px!important;outline-width:4px!important;outline-offset:7px!important}@media (min-width:761px){.ak-word-emoji{width:165px!important;height:165px!important;font-size:102px!important}}@media (max-width:760px){.ak-word-emoji{width:118px!important;height:118px!important;font-size:74px!important;margin-bottom:14px!important;outline-offset:5px!important}}.ak-word-canvas-wrap{height:500px!important}@media (max-width:760px){.ak-word-canvas-wrap{height:455px!important}}.ak-word-game-box{margin-top:0!important}.ak-word-canvas-wrap{margin-top:0!important}@media (min-width:1025px){.ak-word-game-box{transform:translateY(0)}}.ak-word-levels{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:7;width:calc(100% - 24px);display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 12px;border-radius:18px;background:rgb(255 255 255 / .94);box-shadow:0 8px 18px rgb(50 35 90 / .10)}.ak-word-level-label{color:#4b3b99;font-size:12px;font-weight:950;white-space:nowrap}.ak-word-level-btn{width:34px;height:34px;border-radius:50%;border:2px solid #dbc8ff;background:#fff;color:#6b36d9;font-size:14px;font-weight:950;cursor:pointer;box-shadow:0 6px 14px rgb(50 35 90 / .08)}.ak-word-level-btn.ak-active-level{border-color:#ff9f1c;color:#fff;background:linear-gradient(135deg,#ff8a00,#ffbe3d)}.ak-word-level-btn.ak-level-locked{background:#f3f0fb;color:#9a91b8;border-color:#e3dcf5;box-shadow:none;cursor:not-allowed;opacity:.9}.ak-word-toast{position:absolute;left:50%;top:72px;z-index:30;transform:translateX(-50%);display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:999px;background:rgb(255 255 255 / .96);border:2px solid #eadfff;color:#20205f;font-size:15px;font-weight:950;box-shadow:0 14px 32px rgb(50 35 90 / .18);pointer-events:none;white-space:nowrap}@media (max-width:760px){.ak-word-levels{bottom:9px;gap:6px;padding:8px;border-radius:16px}.ak-word-level-label{font-size:10px}.ak-word-level-btn{width:30px;height:30px;font-size:12px}}.ak-word-levels{position:relative!important;z-index:5!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:10px 0 0!important;padding:10px 12px!important;border-radius:18px!important;background:#ffffff!important;border:1px solid #eee7ff!important;box-shadow:none!important;transform:none!important;left:auto!important;right:auto!important;bottom:auto!important}.ak-word-canvas-wrap{margin-bottom:0!important}.ak-word-game-screen{padding-bottom:58px!important}.ak-word-levels{width:100%!important;max-width:100%!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;margin:10px 0 0!important;padding:10px 12px!important;background:#ffffff!important;border:1px solid #eee7ff!important;border-radius:18px!important;box-shadow:none!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important}.ak-word-level-label{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:36px!important;padding:0 14px!important;margin-right:4px!important;border-radius:999px!important;background:#8b5cff!important;color:#ffffff!important;font-size:15px!important;font-weight:950!important;white-space:nowrap!important}.ak-word-level-btn{width:38px!important;height:38px!important;flex:0 0 38px!important;border-radius:999px!important;border:2px solid #dbc8ff!important;background:#ffffff!important;color:#6b36d9!important;font-size:17px!important;font-weight:950!important;box-shadow:0 6px 14px rgb(50 35 90 / .08)!important;cursor:pointer!important}.ak-word-level-btn.ak-active-level{border-color:#ff9f1c!important;background:linear-gradient(135deg,#ff8a00,#ffbe3d)!important;color:#ffffff!important}.ak-word-level-btn.ak-level-locked{background:#f3f0fb!important;color:#9a91b8!important;border-color:#e3dcf5!important;box-shadow:none!important;cursor:not-allowed!important;opacity:.9!important}@media (max-width:760px){.ak-word-levels{gap:6px!important;padding:9px 8px!important;border-radius:16px!important}.ak-word-level-label{height:30px!important;padding:0 9px!important;font-size:10px!important}.ak-word-level-btn{width:30px!important;height:30px!important;flex:0 0 30px!important;font-size:12px!important}}.ak-word-levels{background:radial-gradient(circle at 12% 20%,rgb(255 255 255 / .55),transparent 24%),linear-gradient(135deg,#f3eeff 0%,#fff8ef 100%)!important;border:2px solid #eadfff!important;border-radius:22px!important;box-shadow:0 10px 24px rgb(50 35 90 / .10)!important}