:root{--background:#f7fbff;--foreground:#202047;--card:#fff;--card-foreground:#202047;--popover:#fff;--popover-foreground:#202047;--primary:#ed168c;--primary-foreground:#fff;--secondary:#e9f8fb;--secondary-foreground:#202047;--muted:#eef3fb;--muted-foreground:#686887;--accent:#e9e5ff;--accent-foreground:#38259b;--destructive:#d83a63;--border:#dce4ef;--input:#dce4ef;--ring:#7863df;--radius:1rem}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%}body{background:var(--background);color:var(--foreground);margin:0;font-family:Avenir Next,Avenir,Segoe UI,sans-serif}button,[role=button]{-webkit-tap-highlight-color:transparent}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.game-shell{background:radial-gradient(circle at 8% 4%,#ff9bcd40,#0000 25rem),radial-gradient(circle at 92% 2%,#3ed2d833,#0000 26rem),linear-gradient(#fbfdff 0%,#f1f8fc 100%);min-height:100vh;padding:28px 22px 36px;position:relative;overflow:hidden}.ambient{pointer-events:none;filter:blur(1px);opacity:.5;position:fixed}.ambient-one{background:#ffd4ea;border-radius:45% 55% 62% 38%;width:180px;height:180px;top:40%;left:-90px;transform:rotate(20deg)}.ambient-two{background:#c8f2f4;border-radius:60% 40% 35% 65%;width:160px;height:160px;bottom:8%;right:-80px;transform:rotate(-15deg)}.game-wrap{z-index:1;width:min(1180px,100%);margin:0 auto;position:relative}.game-header{justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:22px;display:flex}.eyebrow{color:#6c55d1;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:4px;font-size:.82rem;font-weight:800;display:flex}.eyebrow svg{color:#ef76b2;width:16px;height:16px}h1{letter-spacing:-.055em;margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:.98}.game-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.select-control select,.restart-button{color:#3b3566;height:44px;font:inherit;background:#ffffffe0;border:1px solid #dce4ef;border-radius:14px;font-size:.9rem;box-shadow:0 8px 30px #3e3e7012}.select-control select{cursor:pointer;min-width:135px;padding:0 36px 0 13px}.level-control select{min-width:190px}.restart-button{cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 16px;font-weight:700;display:inline-flex}.select-control select:hover,.restart-button:hover{background:#fff;border-color:#bcb0ee}.select-control select:focus-visible,.restart-button:focus-visible{outline-offset:2px;outline:3px solid #5637c938}.score-strip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc2;border:1px solid #c6d6e5cc;border-radius:20px;grid-template-columns:repeat(3,minmax(90px,130px)) minmax(190px,1fr);align-items:center;gap:1px;margin-bottom:24px;display:grid;overflow:hidden;box-shadow:0 16px 45px #37466914}.score-item{border-right:1px solid #e5edf4;padding:13px 18px}.score-item span,.progress-label span{color:#737390;letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:5px;margin-bottom:2px;font-size:.72rem;font-weight:800;display:flex}.score-item span svg{width:13px;height:13px}.score-item strong{font-variant-numeric:tabular-nums;font-size:1.38rem}.score-item small{color:#9292a9;font-size:.8rem}.progress-wrap{padding:13px 20px}.progress-label{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.progress-label span{margin:0}.progress-label strong{color:#6053c9;font-size:.78rem}.progress-track{background:#e7edf4;border-radius:999px;height:8px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg,#45cbd0,#7a66df,#ef78b4);height:100%;transition:width .4s}.player-board{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:-8px 0 24px;display:grid}.players-1{grid-template-columns:minmax(220px,360px);justify-content:center}.players-2{grid-template-columns:repeat(2,minmax(180px,1fr))}.players-3{grid-template-columns:repeat(3,minmax(160px,1fr))}.player-card{color:#62627c;background:#ffffffb8;border:1px solid #c6d6e5d9;border-radius:18px;justify-content:space-between;align-items:center;min-height:72px;padding:12px 16px;transition:border-color .25s,box-shadow .25s,transform .25s,background .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #3746690f}.player-card.is-current{color:#28234c;background:linear-gradient(135deg,#f1eefff5,#f0fdfff5);border-color:#7863df;transform:translateY(-2px);box-shadow:0 10px 28px #5e48c02b,inset 0 0 0 1px #7863df2e}.player-card.is-current:before{content:"";background:linear-gradient(#52cbd2,#7863df,#ef78b4);width:5px;position:absolute;inset:0 auto 0 0}.player-identity{align-items:center;gap:10px;min-width:0;display:flex}.player-identity>div{min-width:0}.player-avatar{color:#fff;background:#9292aa;border-radius:13px;flex:none;place-items:center;width:38px;height:38px;font-size:.9rem;font-weight:900;display:grid}.player-avatar img,.online-avatar img,.account-mini-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.player-card.is-current .player-avatar{background:linear-gradient(145deg,#6a54d1,#ec79b6);box-shadow:0 6px 15px #654dc542}.player-name{white-space:nowrap;text-overflow:ellipsis;max-width:15ch;font-size:.9rem;font-weight:800;display:block;overflow:hidden}.turn-label{color:#6d58d0;letter-spacing:.1em;text-transform:uppercase;margin-top:2px;font-size:.65rem;font-weight:900;display:block}.player-score{text-align:right;color:inherit;font-variant-numeric:tabular-nums;font-size:1.5rem}.player-score small{color:#89899f;font-size:.67rem;font-weight:700;display:block}.card-grid{justify-content:center;gap:clamp(8px,1.4vw,16px);margin-inline:auto;display:grid}.grid-6{grid-template-columns:repeat(4,minmax(88px,160px));max-width:690px}.grid-10,.grid-12,.grid-13{grid-template-columns:repeat(6,minmax(76px,135px));max-width:900px}.grid-20,.grid-21,.grid-26{grid-template-columns:repeat(8,minmax(68px,110px));max-width:980px}.grid-33,.grid-34,.grid-35,.grid-40,.grid-46,.grid-47,.grid-54,.grid-59,.grid-67{grid-template-columns:repeat(10,minmax(52px,82px));gap:9px;max-width:1040px}.grid-79,.grid-80{grid-template-columns:repeat(16,minmax(38px,65px));gap:7px;max-width:1180px}.memory-card{aspect-ratio:360/514;cursor:pointer;perspective:1000px;background:0 0;border:0;border-radius:8%;outline:none;padding:0}.memory-card:focus-visible{box-shadow:0 0 0 4px #5637c947}.card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .52s cubic-bezier(.2,.72,.28,1.1);display:block;position:relative}.memory-card:hover:not(.is-flipped) .card-inner{transform:translateY(-4px)rotate(-1deg)}.memory-card.is-flipped .card-inner{transform:rotateY(180deg)}.memory-card.is-matched .card-inner{animation:.5s matched-pop}.card-face{backface-visibility:hidden;border-radius:8%;position:absolute;inset:0;overflow:hidden;box-shadow:0 9px 22px #2e3b6126}.card-face img{object-fit:cover;image-rendering:auto;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.card-front{background:#fff;transform:rotateY(180deg)}.match-mark{aspect-ratio:1;color:#fff;background:#41c79b;border-radius:50%;place-items:center;width:22%;font-size:clamp(.65rem,1.4vw,1rem);font-weight:900;display:grid;position:absolute;top:6%;right:7%;box-shadow:0 4px 12px #1c936d59}.game-hint{text-align:center;color:#74748e;margin:22px 0 0;font-size:.92rem}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1c1a3985;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.win-dialog{text-align:center;background:#fff;border:1px solid #e4defb;border-radius:24px;width:min(440px,100%);padding:28px;box-shadow:0 30px 80px #1e1b4147}.win-dialog h2{color:#28234c;margin:0 0 10px;font-size:1.65rem}.win-dialog p{color:#70708a;margin:7px 0;line-height:1.55}.play-again-button{color:#fff;cursor:pointer;width:100%;height:44px;font:inherit;background:#5637c9;border:0;border-radius:13px;margin-top:18px;font-weight:800}.play-again-button:hover{background:#4730aa}.trophy{color:#fff;background:linear-gradient(145deg,#7b65df,#eb78b6);border-radius:21px;place-items:center;width:64px;height:64px;margin:0 auto 12px;font-size:1.9rem;display:grid;transform:rotate(-4deg);box-shadow:0 12px 25px #6d52ca4d}@keyframes matched-pop{50%{transform:rotateY(180deg)scale(1.06)}}@media (width<=760px){.game-shell{padding:20px 12px 28px}.game-header{align-items:flex-start}.game-actions{flex-direction:column;align-items:stretch}.select-control select,.restart-button{width:178px}.score-strip{grid-template-columns:repeat(3,1fr)}.progress-wrap{border-top:1px solid #e5edf4;grid-column:1/-1}.score-item{padding:11px 12px}.score-item strong{font-size:1.15rem}.player-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.players-1{grid-template-columns:minmax(220px,360px)}.player-card{min-height:66px;padding:10px 12px}.player-avatar{width:34px;height:34px}.grid-6{grid-template-columns:repeat(3,minmax(78px,130px))}.grid-10,.grid-12,.grid-13{grid-template-columns:repeat(4,minmax(62px,105px))}.grid-20,.grid-21,.grid-26{grid-template-columns:repeat(5,minmax(51px,88px))}.grid-33,.grid-34,.grid-35,.grid-40,.grid-46,.grid-47,.grid-54,.grid-59,.grid-67{grid-template-columns:repeat(7,minmax(42px,68px));gap:6px}.grid-79,.grid-80{grid-template-columns:repeat(8,minmax(34px,56px));gap:5px}}@media (width<=470px){.game-header{display:block}.game-actions{grid-template-columns:1fr 1fr;margin-top:16px;display:grid}.select-control select{width:100%;min-width:0}.restart-button{grid-column:1/-1;width:100%;padding-inline:13px}.score-item span{letter-spacing:.06em;font-size:.62rem}.grid-20,.grid-21{grid-template-columns:repeat(4,minmax(52px,82px))}.player-card{padding:9px 10px}.player-name{font-size:.78rem}.player-score{font-size:1.25rem}.player-score small{font-size:.6rem}.grid-79,.grid-80{grid-template-columns:repeat(8,minmax(32px,45px))}.game-hint{font-size:.82rem}}.bot-setup-panel{background:linear-gradient(145deg,#ffffffe6,#fff6fcd1);border:1px solid #cdd6e5d9;border-radius:24px;margin-top:25px;padding:24px 28px;box-shadow:0 14px 40px #432b4b14}.bot-settings-grid{grid-template-columns:.72fr 1.28fr;align-items:end;gap:25px;display:grid}.bot-setting-label{color:#756778;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:.65rem;font-weight:900;display:block}.bot-count-control{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.bot-count-control button{color:#827585;cursor:pointer;background:#fff;border:1px solid #e2d8e0;border-radius:13px;flex-direction:column;align-items:center;gap:2px;min-height:58px;padding:8px 4px;display:flex}.bot-count-control strong{font-size:1rem}.bot-count-control span{font-size:.57rem;font-weight:800}.bot-count-control button.is-active{color:#fff;background:linear-gradient(145deg,#ed168c,#ae2da4);border-color:#ed168c;box-shadow:0 8px 19px #ed168c33}.bot-difficulty-control{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.bot-difficulty-control button{text-align:left;color:#746777;cursor:pointer;background:#fff;border:1px solid #e2d8e0;border-radius:13px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;column-gap:8px;min-height:58px;padding:8px 10px;display:grid}.bot-difficulty-control button>span{grid-row:1/3;font-size:1rem}.bot-difficulty-control strong{text-transform:capitalize;font-size:.72rem}.bot-difficulty-control small{color:#9c909e;font-size:.51rem;line-height:1.2}.bot-difficulty-control button.is-active{color:#9d186c;background:#fff0f8;border-color:#c22a92;box-shadow:inset 0 0 0 1px #ed168c17}.bot-difficulty-disabled{opacity:.48}.bot-difficulty-control button:disabled{cursor:not-allowed}.bot-thinking-banner{color:#634a86;background:linear-gradient(110deg,#fbf8ff,#fff4fb);border:1px solid #dfd5f0;border-radius:14px;justify-content:center;align-items:center;gap:9px;width:fit-content;margin:0 auto 13px;padding:9px 14px;display:flex;box-shadow:0 8px 24px #66458b1a}.bot-thinking-banner>span{color:#fff;background:linear-gradient(145deg,#7551c9,#ed168c);border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.bot-thinking-banner>div{flex-direction:column;display:flex}.bot-thinking-banner strong{font-size:.7rem}.bot-thinking-banner small{color:#9583a3;text-transform:capitalize;font-size:.55rem}.bot-thinking-banner>i{background:#ad2d9c;border-radius:50%;width:5px;height:5px;animation:1.1s ease-in-out infinite bot-dot}.bot-thinking-banner>i:nth-last-child(2){animation-delay:.14s}.bot-thinking-banner>i:last-child{animation-delay:.28s}.player-avatar.is-bot{background:linear-gradient(145deg,#7650c8,#e71a91)}.bot-level-label{color:#9e2580;letter-spacing:.06em;text-transform:uppercase;margin-top:1px;font-size:.5rem;font-weight:900;display:block}@keyframes bot-dot{0%,70%,to{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.memory-card:not(.is-flipped) .card-back{transition:box-shadow .35s;box-shadow:0 0 0 2px #ed168c38,0 0 19px #ed168c4d,0 14px 27px #5a1f5a33}.memory-card:not(.is-flipped):hover .card-back{box-shadow:0 0 0 2px #ed168c6b,0 0 28px #ed168c75,0 17px 32px #5a1f5a3d}.memory-card.is-flipped .card-front{box-shadow:0 0 0 2px #28bec847,0 0 22px #28bec857,0 15px 29px #1b688233}.memory-card.is-matched .card-front{box-shadow:0 0 0 2px #2bc18361,0 0 26px #2bc1837a,0 15px 29px #19705230}.card-art-preview{display:none}@keyframes card-preview-in{0%{opacity:0;transform:translateY(22px)scale(.72)rotateY(-16deg)}60%{transform:translateY(-5px)scale(1.035)rotateY(2deg)}to{opacity:1;transform:none}}@keyframes preview-aura{50%{opacity:.85;transform:scale(1.12)rotate(8deg)}}@media (width<=760px){.bot-settings-grid{grid-template-columns:1fr;gap:18px}.bot-setup-panel{padding:21px 16px}.bot-difficulty-control button{padding-inline:7px}.card-art-preview{z-index:150;padding:max(22px, env(safe-area-inset-top)) 22px max(22px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:radial-gradient(circle,#5e2a6f6b,#140c1ee6);place-items:center;animation:.2s both preview-fade-in;display:grid;position:fixed;inset:0;overflow:hidden}.card-art-aura{aspect-ratio:1;filter:blur(30px);opacity:.68;background:conic-gradient(from 30deg,#ed168cbf,#ff7b228c,#21bbbc9e,#7847cdb3,#ed168cbf);border-radius:42% 58% 60% 40%;width:min(92vw,460px);animation:2s ease-in-out infinite preview-aura;position:absolute}.card-art-preview-inner{flex-direction:column;align-items:center;width:min(76vw,340px);animation:.48s cubic-bezier(.2,.75,.2,1.08) both card-preview-in;display:flex;position:relative}.card-art-preview-inner img{object-fit:contain;background:#fff;border:3px solid #fffffff0;border-radius:22px;width:100%;max-height:76vh;display:block;box-shadow:0 0 0 6px #ed168c59,0 28px 70px #00000080,0 0 45px #ed168c80}.card-art-label{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff40;border-radius:999px;margin-bottom:11px;padding:7px 12px;font-size:.61rem;font-weight:900}.card-art-preview-inner small{color:#ffffffc7;margin-top:12px;font-size:.65rem;font-weight:700}}@keyframes preview-fade-in{0%{opacity:0}to{opacity:1}}@media (width<=470px){.bot-difficulty-control{grid-template-columns:1fr}.bot-difficulty-control button{min-height:51px}.card-art-preview-inner{width:min(82vw,330px)}}.account-wrap{z-index:45;position:fixed;top:20px;right:20px}.account-dock{color:#4a3c54;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;min-height:42px;font:inherit;background:#fffffff0;border:1px solid #d6c5d3d9;border-radius:15px;align-items:center;gap:8px;padding:5px 12px 5px 6px;font-size:.75rem;font-weight:800;display:flex;box-shadow:0 10px 30px #3d233f21}.account-dock.is-loading{color:#887a8d;padding:0 13px}.sign-in-dock{z-index:45;color:#a3176d;border-color:#ed168c3d;padding:0 15px;position:fixed;top:20px;right:20px}.account-mini-avatar{color:#fff;background:linear-gradient(145deg,#ed168c,#a92ba7);border-radius:11px;place-items:center;width:31px;height:31px;display:grid}.account-dock>b{color:#9d8ba1}.account-menu{background:#fff;border:1px solid #eadfe8;border-radius:18px;width:235px;padding:16px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 50px #301d3533}.account-menu>div:first-child{flex-direction:column;gap:2px;display:flex}.account-menu strong{color:#332a43;font-size:.86rem}.account-menu small{color:#887b8b;text-overflow:ellipsis;font-size:.65rem;overflow:hidden}.account-stats{grid-template-columns:1fr 1fr;gap:7px;margin:13px 0;display:grid}.account-stats span{color:#847587;text-align:center;background:#faf5f9;border-radius:11px;padding:9px;font-size:.6rem}.account-stats b{color:#ae1b78;font-size:.9rem;display:block}.account-menu>button{color:#765f74;cursor:pointer;width:100%;height:35px;font:inherit;background:#fff;border:1px solid #eadfe8;border-radius:10px;font-size:.7rem;font-weight:800}.auth-backdrop{z-index:110}.auth-dialog{text-align:center;background:linear-gradient(155deg,#fff,#fff7fc);border-radius:26px;width:min(430px,100%);padding:31px;position:relative;box-shadow:0 35px 90px #23142a66}.auth-close{color:#776779;cursor:pointer;background:#fff;border:1px solid #ecdfe9;border-radius:12px;width:35px;height:35px;font-size:1.3rem;position:absolute;top:16px;right:16px}.auth-logo{color:#fff;background:linear-gradient(145deg,#ed168c,#ad2aa5);border-radius:18px;place-items:center;width:55px;height:55px;margin:0 auto 13px;font-size:1.3rem;display:grid;box-shadow:0 12px 28px #ed168c40}.auth-kicker{color:#ed168c;letter-spacing:.14em;text-transform:uppercase;font-size:.61rem;font-weight:900}.auth-dialog h2{color:#30263e;margin:5px 0 7px;font-size:1.65rem}.auth-dialog>p{color:#817484;margin:0 auto 21px;font-size:.78rem;line-height:1.5}.auth-form{text-align:left;gap:12px;display:grid}.auth-form label{color:#5f5062;gap:6px;font-size:.68rem;font-weight:800;display:grid}.auth-form input{width:100%;height:44px;font:inherit;background:#fff;border:1px solid #dfd3dd;border-radius:12px;outline:none;padding:0 13px}.auth-form input:focus{border-color:#ed168c;box-shadow:0 0 0 3px #ed168c1a}.auth-submit{color:#fff;cursor:pointer;height:45px;font:inherit;background:linear-gradient(100deg,#ed168c,#ad2ba5);border:0;border-radius:13px;margin-top:3px;font-weight:900}.auth-submit:disabled{opacity:.58}.auth-switch{color:#a71b73;cursor:pointer;font:inherit;background:0 0;border:0;margin-top:17px;font-size:.7rem;font-weight:800}.form-message{border-radius:10px;padding:10px 12px;font-size:.68rem;line-height:1.4}.form-message.is-error{color:#a92a49;background:#fff0f3}.form-message.is-success{color:#167254;background:#eafaf4}.start-buttons{align-items:center;gap:9px;display:flex}.online-game-button{color:#ad176f;cursor:pointer;min-width:145px;height:48px;font:inherit;background:#fff;border:1px solid #ed168c47;border-radius:15px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:.76rem;font-weight:900;display:inline-flex}.online-game-button span{color:#28b887;font-size:.65rem}.online-shell{background:radial-gradient(circle at 10% 10%,#ed168c2b,#0000 28rem),radial-gradient(circle at 90% 15%,#2abbc733,#0000 26rem),linear-gradient(150deg,#fffafd,#f7fbff);min-height:100vh;padding:24px;position:relative;overflow:hidden}.online-wrap,.lobby-wrap{z-index:1;width:min(1040px,100%);margin:0 auto;padding-top:50px;position:relative}.online-header{align-items:flex-start;gap:20px;margin-bottom:35px;display:flex}.online-header h1{color:#29223e;letter-spacing:-.065em;margin:7px 0 0;font-size:clamp(2.5rem,6vw,4.8rem);line-height:.93}.online-header h1 em{color:#0000;background:linear-gradient(90deg,#ed168c,#e07128,#2db5bb,#744ed0);-webkit-background-clip:text;background-clip:text;font-style:normal}.online-notice{background:#fff;border:1px solid #eadde7;border-radius:22px;align-items:flex-start;gap:17px;max-width:650px;margin:60px auto;padding:27px;display:flex;box-shadow:0 18px 45px #36233d1c}.online-notice>span{color:#fff;background:#ed168c;border-radius:14px;flex:none;place-items:center;width:45px;height:45px;display:grid}.online-notice h2{color:#352a43;margin:0 0 6px}.online-notice p{color:#7b6f7d;margin:0;line-height:1.55}.online-notice button{color:#fff;cursor:pointer;background:#bd258a;border:0;border-radius:11px;height:39px;margin-top:14px;padding:0 14px;font-weight:800}.online-welcome{align-items:center;gap:11px;margin-bottom:19px;display:flex}.online-avatar{color:#fff;text-transform:uppercase;background:linear-gradient(145deg,#ed168c,#8e3bc0);border-radius:14px;flex:none;place-items:center;width:43px;height:43px;font-weight:900;display:grid}.online-welcome>div{flex-direction:column;display:flex}.online-welcome small{color:#8e818f;text-transform:uppercase;letter-spacing:.08em;font-size:.59rem}.online-welcome strong{color:#403347;font-size:.85rem}.live-pill{color:#13805e;background:#eafaf4;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:7px 11px;font-size:.65rem;font-weight:900;display:inline-flex}.live-pill i{background:#25bd88;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #25bd8821}.online-choice-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.online-choice-card{background:#ffffffe0;border:1px solid #daccd7d9;border-radius:26px;min-height:365px;padding:28px;position:relative;overflow:hidden;box-shadow:0 18px 45px #35233d17}.online-choice-card>small{color:#ed168c;letter-spacing:.12em;text-transform:uppercase;margin:16px 0 5px;font-size:.61rem;font-weight:900;display:block}.online-choice-card h2{color:#342a43;margin:0;font-size:1.45rem}.online-choice-card>p{color:#7e7281;min-height:46px;font-size:.8rem;line-height:1.55}.choice-icon{color:#fff;background:linear-gradient(145deg,#ed168c,#ae2ba3);border-radius:16px;place-items:center;width:49px;height:49px;font-size:1.35rem;display:grid}.join-card .choice-icon{background:linear-gradient(145deg,#2ab7c2,#5369d5)}.room-config-summary{flex-wrap:wrap;gap:7px;margin:22px 0;display:flex}.room-config-summary span{color:#765c73;text-transform:capitalize;background:#faf2f7;border-radius:9px;padding:7px 10px;font-size:.65rem;font-weight:800}.online-primary,.online-secondary{cursor:pointer;width:100%;height:46px;font:inherit;border-radius:13px;font-weight:900}.online-primary{color:#fff;background:linear-gradient(100deg,#ed168c,#ae2ba4);border:0;box-shadow:0 10px 25px #ed168c33}.online-secondary{color:#6e5471;background:#fff;border:1px solid #ccbccc}.online-primary:disabled,.online-secondary:disabled{opacity:.45;cursor:not-allowed}.room-code-field{color:#635366;gap:7px;margin:20px 0;font-size:.67rem;font-weight:800;display:grid}.room-code-field input{text-align:center;color:#7d2b77;letter-spacing:.2em;text-transform:uppercase;background:#fff;border:1px solid #d9ccd8;border-radius:14px;outline:none;width:100%;height:59px;font:900 1.5rem/1 monospace}.online-error,.room-toast{color:#a32849;background:#fff0f3;border-radius:12px;width:fit-content;max-width:680px;margin:18px auto;padding:11px 15px;font-size:.75rem;font-weight:700}.centered-state{text-align:center;color:#4e4055;align-content:center;place-items:center;display:grid}.centered-state button{color:#fff;cursor:pointer;background:#bd278d;border:0;border-radius:12px;height:42px;padding:0 16px}.loading-spinner{border:4px solid #f2cce4;border-top-color:#ed168c;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.lobby-wrap{max-width:840px}.lobby-header{align-items:center;gap:14px;margin-bottom:25px;display:flex}.lobby-header h1{color:#332943;margin:3px 0 0;font-size:2rem}.invite-code-panel{color:#fff;background:linear-gradient(105deg,#ed168c,#9738ba);border-radius:21px;align-items:center;gap:18px;margin-bottom:18px;padding:18px 22px;display:flex;box-shadow:0 16px 36px #c7239738}.invite-code-panel small{font-size:.68rem;font-weight:800}.invite-code-panel strong{letter-spacing:.18em;margin-left:auto;font:900 1.65rem/1 monospace}.invite-code-panel button{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff73;border-radius:11px;height:36px;padding:0 13px;font-weight:800}.lobby-panel{background:#ffffffe8;border:1px solid #e4d9e2;border-radius:24px;padding:25px;box-shadow:0 18px 45px #33213a1a}.lobby-title{justify-content:space-between;align-items:center;display:flex}.lobby-title h2{color:#3c3048;margin:0}.lobby-title p{color:#897c8b;margin:3px 0 0;font-size:.7rem}.lobby-title>span{color:#9d246f;background:#fff0f8;border-radius:9px;padding:7px 10px;font-size:.65rem;font-weight:900}.lobby-player-list{gap:8px;margin:19px 0;display:grid}.lobby-player{background:#fff;border:1px solid #e7dde5;border-radius:16px;align-items:center;gap:11px;min-height:67px;padding:10px 13px;display:flex}.lobby-player>div{flex-direction:column;flex:1;min-width:0;display:flex}.lobby-player strong{color:#4a3c50;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.lobby-player strong small{color:#bd237f}.lobby-player>div>span{color:#938695;font-size:.62rem}.lobby-player>b{color:#978a99;margin-left:auto;font-size:.66rem}.lobby-player>b.is-ready{color:#17845f}.empty-player{color:#9d909f;background:#fcfafc;border-style:dashed}.empty-player>span{background:#f3edf2;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.empty-player p{font-size:.72rem}.lobby-actions{justify-content:flex-end;display:flex}.lobby-actions button{width:min(360px,100%)}.room-toast{color:#176c54;background:#eaf9f4}.room-toast.is-error{color:#a32849;background:#fff0f3}.online-game-shell .eyebrow{color:#1b966e}.turn-banner{color:#746776;background:#fffc;border:1px solid #e4dce5;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;margin:-4px 0 14px;padding:11px 15px;display:flex}.turn-banner span{font-size:.8rem;font-weight:900}.turn-banner small{font-size:.66rem}.turn-banner.is-mine{color:#a3186e;background:#fff2f9;border-color:#ed168c59}.presence-label{color:#918493;align-items:center;gap:5px;margin-top:3px;font-size:.58rem;display:flex}.presence-label i{background:#bbb1bc;border-radius:50%;width:6px;height:6px}.presence-label i.online{background:#24b985}@media (width<=760px){.account-wrap,.sign-in-dock{top:12px;right:12px}.account-name{display:none}.start-buttons{flex-direction:column;width:100%}.start-buttons button{width:100%}.online-wrap,.lobby-wrap{padding-top:65px}.online-choice-grid{grid-template-columns:1fr}.online-choice-card{min-height:0}.invite-code-panel{flex-wrap:wrap}.invite-code-panel strong{text-align:center;order:3;width:100%;margin:0}.turn-banner{flex-direction:column;align-items:flex-start;gap:3px}}@media (width<=470px){.online-shell{padding:15px 11px}.online-header{gap:10px}.online-header h1{font-size:2.5rem}.online-choice-card,.lobby-panel{padding:19px 15px}.invite-code-panel{padding:16px}.auth-dialog{padding:27px 18px 22px}.account-menu{width:220px}.lobby-player .online-avatar{width:37px;height:37px}.lobby-header .live-pill{display:none}}@media (prefers-reduced-motion:reduce){.card-inner,.progress-fill{transition-duration:.01ms}.memory-card.is-matched .card-inner{animation:none}}.settings-button{z-index:40;color:#9f1667;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;height:44px;font:inherit;background:#ffffffeb;border:1px solid #ed168c40;border-radius:15px;align-items:center;gap:8px;padding:0 15px;font-size:.76rem;font-weight:900;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 34px #45224b29}.settings-button:hover{border-color:#ed168c;transform:translateY(-2px);box-shadow:0 16px 38px #ed168c2e}.settings-button>span:first-child{font-size:1.05rem}.settings-backdrop{z-index:100;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#1f132c91;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.settings-dialog{background:linear-gradient(160deg,#fff 0%,#fff8fc 100%);border:1px solid #ffffffb3;border-radius:26px;width:min(470px,100%);padding:25px;overflow:hidden;box-shadow:0 32px 90px #1f132c59}.settings-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.settings-kicker{color:#ed168c;letter-spacing:.14em;text-transform:uppercase;font-size:.62rem;font-weight:900}.settings-header h2{color:#292243;letter-spacing:-.035em;margin:4px 0 0;font-size:1.55rem}.settings-section+.settings-section{margin-top:18px}.settings-section{background:#ffffffc7;border:1px solid #eee3eb;border-radius:19px;overflow:hidden}.settings-section-heading{background:#fff8fc;border-bottom:1px solid #eee3eb;align-items:center;gap:11px;padding:14px 15px;display:flex}.settings-section-heading h3,.settings-section-heading p{margin:0}.settings-section-heading h3{color:#352b48;font-size:.9rem}.settings-section-heading p{color:#877a8c;margin-top:3px;font-size:.67rem;line-height:1.35}.settings-section-icon{color:#fff;background:linear-gradient(145deg,#ed168c,#ba279e);border-radius:11px;flex:none;place-items:center;width:34px;height:34px;display:grid}.settings-section-icon.language-icon{background:linear-gradient(145deg,#1ab7c6,#5274db)}.settings-section-icon svg{width:17px;height:17px}.settings-section-content{padding:16px}.settings-section-content .settings-separator{margin:18px 0}.settings-close{color:#6f6172;cursor:pointer;background:#fff;border:1px solid #eadde7;border-radius:13px;flex:none;place-items:center;width:38px;height:38px;font-size:1.45rem;line-height:1;display:grid}.settings-option{justify-content:space-between;align-items:center;gap:18px;display:flex}.settings-option-copy{align-items:center;gap:12px;min-width:0;display:flex}.settings-option-copy>div{flex-direction:column;gap:3px;display:flex}.settings-option-copy strong{color:#352b48;font-size:.9rem}.settings-option-copy small{color:#877a8c;font-size:.7rem;line-height:1.35}.settings-option-icon{color:#fff;background:linear-gradient(145deg,#ed168c,#ba279e);border-radius:14px;flex:none;place-items:center;width:42px;height:42px;font-size:1.1rem;display:grid;box-shadow:0 8px 18px #ed168c33}.settings-option-icon.effects-icon{background:linear-gradient(145deg,#1ab7c6,#5274db);box-shadow:0 8px 18px #1ab7c633}.toggle-switch{cursor:pointer;background:#d9d3dc;border:0;border-radius:999px;flex:none;width:48px;height:28px;padding:0;transition:background .2s;position:relative}.toggle-switch span{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:4px;left:4px;box-shadow:0 2px 7px #281c2c3b}.toggle-switch.is-on{background:linear-gradient(90deg,#ed168c,#b72c9c)}.toggle-switch.is-on span{transform:translate(20px)}.volume-control{margin:17px 0 0 54px;transition:opacity .2s;display:block}.volume-control>span{color:#7c7081;justify-content:space-between;margin-bottom:8px;font-size:.68rem;display:flex}.volume-control b{color:#a81b72;font-variant-numeric:tabular-nums}.volume-control input{accent-color:#ed168c;cursor:pointer;width:100%;height:5px}.volume-control.is-disabled{opacity:.42}.settings-separator{background:#eee3eb;height:1px;margin:23px 0}.test-sound-button{color:#a2176d;cursor:pointer;width:100%;height:42px;font:inherit;background:#fff;border:1px solid #ed168c38;border-radius:13px;margin-top:22px;font-size:.75rem;font-weight:900}.test-sound-button:disabled{opacity:.45;cursor:not-allowed}@media (width<=520px){.settings-button{justify-content:center;width:44px;padding:0;bottom:12px;right:12px}.settings-button>span:last-child{display:none}.settings-dialog{padding:21px 17px}.volume-control{margin-left:0}}.app-header{z-index:70;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #ddd2ded9;border-radius:19px;justify-content:space-between;align-items:center;width:min(1180px,100% - 28px);min-height:58px;padding:7px 9px;display:flex;position:fixed;top:12px;left:50%;transform:translate(-50%);box-shadow:0 13px 38px #38234521}.app-brand{color:#2c274b;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;min-width:0;padding:0;display:flex}.app-brand img{object-fit:cover;border:2px solid #fff;border-radius:13px;width:43px;height:43px;box-shadow:0 7px 17px #ed168c38}.app-brand>span{flex-direction:column;min-width:0;display:flex}.app-brand strong{letter-spacing:.12em;white-space:nowrap;font-size:.78rem}.app-brand small{color:#938598;margin-top:2px;font-size:.56rem}.app-header-actions{align-items:center;gap:8px;display:flex}.language-switch{background:#f7f3f7;border:1px solid #e7dee7;border-radius:11px;padding:3px;display:flex}.language-switch button{color:#827486;cursor:pointer;background:0 0;border:0;border-radius:8px;width:36px;height:29px;font-size:.65rem;font-weight:900}.language-switch button.is-active{color:#fff;background:linear-gradient(135deg,#ed168c,#9b3cb0);box-shadow:0 4px 10px #be229233}.header-sign-in,.header-account-button{color:#9b1768;cursor:pointer;height:38px;font:inherit;background:#fff7fb;border:1px solid #ed168c38;border-radius:12px;font-size:.7rem;font-weight:900}.header-sign-in{padding:0 13px}.header-connecting{color:#8c7f91;font-size:.68rem}.header-account{position:relative}.header-account-button{align-items:center;gap:8px;padding:3px 9px 3px 4px;display:flex}.header-account-button>span,.header-account-button>img{color:#fff;object-fit:cover;background:linear-gradient(145deg,#ed168c,#8d43b7);border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.header-account-button i{font-style:normal}.header-account-menu{background:#fff;border:1px solid #eadfea;border-radius:16px;flex-direction:column;width:245px;padding:15px;display:flex;position:absolute;top:calc(100% + 9px);right:0;box-shadow:0 18px 50px #2d1d3533}.header-account-menu>small{color:#958797;text-overflow:ellipsis;margin:2px 0 13px;font-size:.62rem;overflow:hidden}.header-account-menu>div{color:#857789;border-block:1px solid #f0e8ef;gap:15px;padding:10px 0;font-size:.65rem;display:flex}.header-account-menu>button{color:#9b1768;cursor:pointer;background:#fff0f7;border:0;border-radius:10px;margin-top:11px;padding:9px;font-weight:800}.home-shell,.online-shell,.game-shell{padding-top:92px}.online-opponents-panel{background:#ffffffb8;border:1px solid #cdd6e5d9;border-radius:24px;margin-top:25px;padding:22px 28px;box-shadow:0 14px 40px #313d6012}.online-player-picker{justify-content:space-between;align-items:center;gap:20px;display:flex}.online-player-picker>label{color:#625b70;font-size:.78rem;font-weight:900}.online-player-picker .segmented-control{grid-template-columns:repeat(3,1fr);width:min(330px,100%)}.quit-dialog{text-align:center;background:linear-gradient(155deg,#fff,#fff7fb);border:1px solid #ffffffb3;border-radius:25px;width:min(410px,100%);padding:28px;box-shadow:0 30px 85px #23162a59}.quit-icon{color:#fff;background:linear-gradient(145deg,#ed168c,#a33aac);border-radius:18px;place-items:center;width:55px;height:55px;margin:0 auto 13px;font-size:1.45rem;display:grid}.quit-dialog h2{color:#302747;margin:0}.quit-dialog p{color:#837587;font-size:.83rem}.quit-actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:22px;display:grid}.quit-actions button{color:#5d5364;cursor:pointer;height:43px;font:inherit;background:#fff;border:1px solid #e3dbe4;border-radius:13px;font-size:.76rem;font-weight:900}.quit-actions .quit-confirm{color:#fff;background:linear-gradient(100deg,#e73a73,#b62a9b);border-color:#0000}@media (width<=600px){.app-header{width:calc(100% - 16px);top:8px}.app-brand strong{font-size:.63rem}.app-brand small,.header-account-button b{display:none}.home-shell,.online-shell,.game-shell{padding-top:82px}.online-player-picker{flex-direction:column;align-items:stretch}.online-opponents-panel{padding:19px 15px}}.setup-panel{grid-template-columns:1fr}.difficulty-list{grid-template-columns:repeat(5,1fr)}.app-footer{z-index:10;background:linear-gradient(#fff,#fff7fb);padding:12px 18px 22px;position:relative}.footer-inner{background:#ffffffe6;border:1px solid #eadfea;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100%);margin:0 auto;padding:17px 20px;display:flex;box-shadow:0 12px 35px #37234114}.footer-creator{align-items:center;gap:10px;display:flex}.footer-creator img{object-fit:cover;border-radius:13px;width:42px;height:42px;box-shadow:0 6px 16px #ed168c2e}.footer-creator div{flex-direction:column;display:flex}.footer-creator small,.footer-studio span{color:#948698;letter-spacing:.06em;text-transform:uppercase;font-size:.58rem;font-weight:800}.footer-creator strong{color:#302947;font-size:.85rem}.footer-contact{align-items:center;gap:8px;display:flex}.footer-contact a{color:#8f276c;background:#fff1f8;border-radius:10px;padding:8px 11px;font-size:.66rem;font-weight:800;text-decoration:none}.footer-contact a:hover{color:#fff;background:#d92a91}.footer-studio{flex-direction:column;align-items:flex-end;text-decoration:none;display:flex}.footer-studio strong{color:#6f4bc3;margin-top:3px;font-size:.78rem}.footer-studio:hover strong{color:#ed168c}@media (width<=760px){.difficulty-list{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;align-items:flex-start}.footer-contact{flex-wrap:wrap;width:100%}.footer-studio{align-items:flex-start}}svg{flex:none;width:1.1em;height:1.1em;display:block}.setup-panel .setup-column,.setup-panel .difficulty-column{width:100%;min-width:0}@media (width>=981px){.setup-panel .difficulty-list{grid-template-columns:repeat(5,minmax(0,1fr));width:100%}}.mode-icon svg,.summary-icon svg{width:21px;height:21px}.mode-check svg{width:13px;height:13px}.bot-difficulty-control button>span svg{width:20px;height:20px}.online-game-button>svg,.start-game-button>svg,.restart-button>svg,.play-again-button>svg{width:17px;height:17px}.home-button svg{width:19px;height:19px}.eyebrow svg,.active-mode-pill svg{width:15px;height:15px;display:inline-block}.player-avatar svg{width:16px;height:16px}.mini-streak{align-items:center;gap:3px;display:inline-flex}.mini-streak svg{width:13px;height:13px}.match-mark svg{width:18px;height:18px}.trophy svg{width:34px;height:34px}.lives-display{gap:2px;display:inline-flex}.lives-display svg{fill:#0000;width:15px;height:15px}.lives-display svg.is-filled{fill:currentColor}.settings-button svg{width:18px;height:18px}.settings-option-icon svg{width:21px;height:21px}.test-sound-button{justify-content:center;align-items:center;gap:7px;display:flex}.settings-language{justify-content:space-between;align-items:center;gap:18px;display:flex}.quick-join-button{color:#9f1667;cursor:pointer;text-align:left;background:#ffffffe6;border:1px solid #ed168c3b;border-radius:15px;align-items:center;gap:10px;min-height:48px;margin-top:65px;padding:7px 14px;display:inline-flex;box-shadow:0 10px 28px #5b295a1c}.mobile-quick-join-button{color:#9f1667;cursor:pointer;text-align:left;background:#ffffffe6;border:1px solid #ed168c3b;border-radius:15px;align-items:center;gap:10px;min-height:48px;margin-top:10px;padding:7px 14px;display:inline-flex;box-shadow:0 10px 28px #5b295a1c}.home-header{justify-content:flex-end}.home-header-actions{justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.quick-join-button,.mobile-quick-join-button svg{width:20px;height:20px}.quick-join-button,.mobile-quick-join-button span{flex-direction:column;display:flex}.quick-join-button,.mobile-quick-join-button small{color:#988797;letter-spacing:.08em;text-transform:uppercase;padding:0 8px;font-size:.58rem;font-weight:800}.quick-join-button,.mobile-quick-join-button strong{font-size:.76rem}@media (width<=520px){.quick-join-button{justify-content:center;min-height:44px;padding:6px 8px;display:none}}.startup-loader{z-index:1000;color:#fff;background:radial-gradient(circle at 50% 30%,#7e3ba8 0,#321848 46%,#170d25 100%);place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow:hidden}.startup-loader section{z-index:2;text-align:center;width:min(440px,100%);position:relative}.startup-cards{width:118px;height:142px;margin:0 auto 24px;position:relative}.startup-cards img{object-fit:cover;border-radius:15px;width:92px;height:132px;position:absolute;inset:0;box-shadow:0 18px 45px #0000004d}.startup-cards img:first-child{animation:1.8s ease-in-out infinite alternate startup-left;transform:translate(-13px)rotate(-9deg)}.startup-cards img:last-child{animation:1.8s ease-in-out infinite alternate startup-right;transform:translate(38px)rotate(9deg)}.startup-loader section>span{color:#f7a7d5;letter-spacing:.15em;text-transform:uppercase;font-size:.68rem;font-weight:900}.startup-loader h1{letter-spacing:-.05em;margin:7px 0 4px;font-size:clamp(2rem,8vw,3.25rem)}.startup-loader h1 em{color:#ff75bd;font-style:normal}.startup-loader p{color:#d9c9e0;margin:0 0 23px;font-size:.82rem}.startup-progress{background:#ffffff24;border-radius:999px;width:100%;height:7px;overflow:hidden;box-shadow:inset 0 1px 5px #0003}.startup-progress span{border-radius:inherit;background:linear-gradient(90deg,#1fd1d1,#8a64e8,#ff68b5);height:100%;transition:width 80ms linear;display:block;box-shadow:0 0 18px #f45db5}.startup-loader section>strong{color:#fff;font-variant-numeric:tabular-nums;margin-top:10px;font-size:.72rem;display:block}.startup-orb{filter:blur(65px);opacity:.25;border-radius:50%;width:360px;height:360px;animation:4s ease-in-out infinite alternate startup-orbit;position:absolute}.startup-orb.orb-one{background:#ff48ad;top:-130px;right:-100px}.startup-orb.orb-two{background:#24ced5;animation-delay:-2s;bottom:-160px;left:-100px}@keyframes startup-left{to{transform:translate(-18px)translateY(-6px)rotate(-12deg)}}@keyframes startup-right{to{transform:translate(43px)translateY(-9px)rotate(12deg)}}@keyframes startup-orbit{to{transform:translate(38px,25px)scale(1.15)}}.leaderboard-overlay{z-index:180;background:linear-gradient(130deg,#21102f,#602063,#183f60,#21102f) 0 0/300% 300%;place-items:center;padding:20px;animation:8s infinite leaderboard-bg;display:grid;position:fixed;inset:0;overflow:hidden}.leaderboard-motion{position:absolute;inset:0;overflow:hidden}.leaderboard-motion i{filter:blur(2px);background:#ffffff14;border-radius:50%;width:220px;height:220px;animation:9s linear infinite leaderboard-float;position:absolute}.leaderboard-motion i:first-child{top:80%;left:7%}.leaderboard-motion i:nth-child(2){width:310px;height:310px;animation-delay:-2s;top:65%;left:70%}.leaderboard-motion i:nth-child(3){width:170px;height:170px;animation-delay:-4s;top:-25%;left:47%}.leaderboard-motion i:nth-child(4){width:280px;height:280px;animation-delay:-6s;top:5%;left:-8%}.leaderboard-card{z-index:2;color:#34263f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;background:#fffffff0;border:1px solid #ffffff52;border-radius:28px;width:min(520px,100%);padding:29px;position:relative;box-shadow:0 34px 90px #0000005c}.leaderboard-card h2{letter-spacing:-.04em;margin:5px 0;font-size:clamp(1.6rem,5vw,2.15rem)}.leaderboard-card>p{color:#817287;margin:0 0 19px;font-size:.76rem}.leaderboard-crown{color:#fff;background:linear-gradient(145deg,#f6b827,#ef6b9c);border:5px solid #ffffffe6;border-radius:18px;place-items:center;width:55px;height:55px;margin:-58px auto 10px;display:grid;box-shadow:0 13px 28px #d05c7559}.leaderboard-crown svg{width:27px;height:27px}.leaderboard-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.leaderboard-list li{text-align:left;background:#fff;border:1px solid #eae1eb;border-radius:16px;align-items:center;gap:10px;min-height:66px;padding:9px 12px;display:flex}.leaderboard-list li.rank-1{background:linear-gradient(90deg,#fff9e5,#fff);border-color:#f1ca64;box-shadow:0 8px 22px #c694291f}.leaderboard-rank{color:#af9cad;text-align:center;width:24px;font-size:.95rem}.rank-1 .leaderboard-rank{color:#d79614;font-size:1.2rem}.leaderboard-avatar{color:#fff;background:linear-gradient(145deg,#e94c9e,#7556d5);border-radius:13px;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid;overflow:hidden}.leaderboard-avatar img{object-fit:cover;width:100%;height:100%}.leaderboard-player{flex-direction:column;flex:1;min-width:0;display:flex}.leaderboard-player strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.leaderboard-player small{color:#938595;margin-top:3px;font-size:.62rem}.leaderboard-score{color:#6f36ad;text-align:right;font-size:1.2rem}.leaderboard-score small{color:#a092a4;text-transform:uppercase;font-size:.52rem;display:block}.leaderboard-empty{color:#88798c;justify-content:center;text-align:center!important}.leaderboard-skip{color:#765d7d;cursor:pointer;font:inherit;background:0 0;border:0;margin-top:17px;font-size:.7rem;font-weight:800}.leaderboard-timer{background:#ece4ed;border-radius:999px;height:4px;margin-top:8px;overflow:hidden}.leaderboard-timer span{border-radius:inherit;background:linear-gradient(90deg,#23bec8,#8b5cdc,#ed589f);height:100%;transition:width .25s linear;display:block}@keyframes leaderboard-bg{0%,to{background-position:0}50%{background-position:100%}}@keyframes leaderboard-float{0%{transform:translateY(25vh)rotate(0)}to{transform:translateY(-120vh)rotate(180deg)}}@media (width<=520px){.leaderboard-card{padding:24px 15px 18px}.leaderboard-list li{padding:8px}.leaderboard-player small{max-width:25ch}}@media (prefers-reduced-motion:reduce){.startup-cards img,.startup-orb,.leaderboard-overlay,.leaderboard-motion i{animation:none}}.settings-language>div:first-child{flex-direction:column;display:flex}.settings-language strong{color:#352b48;font-size:.9rem}.settings-language small{color:#877a8c;margin-top:3px;font-size:.7rem}.header-sign-in{align-items:center;gap:6px;display:inline-flex}.header-sign-in svg{width:15px;height:15px}.footer-contact a{align-items:center;gap:6px;display:inline-flex}.footer-contact svg,.footer-studio svg{width:13px;height:13px}.footer-studio strong{align-items:center;gap:4px;display:inline-flex}.quit-icon svg,.choice-icon svg,.online-notice>span svg,.empty-player>span svg{width:24px;height:24px}.home-shell{background:radial-gradient(circle at 12% 8%,#ed168c2e,#0000 28rem),radial-gradient(circle at 90% 18%,#16bed733,#0000 27rem),linear-gradient(160deg,#fffafd 0%,#fff 48%,#f0fcff 100%);min-height:100vh;padding:24px;position:relative;overflow:hidden}.home-orb{pointer-events:none;opacity:.52;filter:blur(1px);position:fixed}.home-orb-one{background:#ffd4eb;border-radius:41% 59% 66% 34%;width:250px;height:250px;top:36%;left:-150px;transform:rotate(25deg)}.home-orb-two{background:#bceef0;border-radius:66% 34% 42% 58%;width:220px;height:220px;bottom:4%;right:-130px;transform:rotate(-18deg)}.home-wrap{z-index:1;width:min(1180px,100%);margin:0 auto;position:relative}.home-header{justify-content:space-between;align-items:center;min-height:52px;display:flex}.brand-mark{color:#29244f;letter-spacing:.15em;align-items:center;gap:8px;font-size:1rem;font-weight:900;display:flex}.brand-mark span{color:#fff;background:linear-gradient(145deg,#ed168c,#ff7b22);border-radius:12px;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 8px 20px #ed168c40}.deck-count{color:#7c7b92;font-size:.82rem;font-weight:700;position:relative;top:-20px;right:20px}.deck-count span{color:#ed168c;font-size:1.05rem;font-weight:900}.home-hero{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);align-items:center;min-height:340px;padding:15px 7% 26px;display:grid}.hero-kicker{color:#ed168c;letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px;font-size:.76rem;font-weight:900}.hero-copy h1{color:#242144;letter-spacing:-.075em;margin:0;font-size:clamp(3rem,7vw,5.8rem);line-height:.9}.hero-copy h1 em{color:#0000;background:linear-gradient(90deg,#ed168c,#ff7b22,#f0c80f,#16a873,#287bd1,#8a42c2);-webkit-background-clip:text;background-clip:text;font-style:normal}.hero-copy p{color:#74738b;max-width:490px;margin:22px 0 0;font-size:.9rem;line-height:1.5}.hero-card-stack{justify-self:center;width:290px;height:260px;position:relative}.stack-card{aspect-ratio:360/514;background:#fff;border-radius:18px;width:150px;position:absolute;overflow:hidden;box-shadow:0 24px 45px #30355b30}.stack-card img{object-fit:cover;width:100%;height:100%;display:block}.stack-card-back{top:35px;left:5px;transform:rotate(-16deg)}.stack-card-middle{top:8px;left:72px;transform:rotate(2deg)}.stack-card-front{top:45px;right:4px;transform:rotate(17deg)}.setup-section{margin-top:12px}.section-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;display:flex}.section-heading>div{align-items:center;gap:10px;display:flex}.section-heading h2{color:#2a274b;letter-spacing:-.02em;margin:0;font-size:1.15rem}.section-heading p{color:#8a899e;margin:0;font-size:.82rem}.step-number{color:#7865d5;letter-spacing:.08em;font-size:.69rem;font-weight:900}.mode-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.mode-card{--mode-accent:#725ed5;text-align:left;cursor:pointer;background:#ffffffc4;border:1px solid #cdd6e5e6;border-radius:22px;flex-direction:column;align-items:flex-start;min-height:218px;padding:20px;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #313d600f}.mode-card:hover{border-color:color-mix(in srgb, var(--mode-accent) 45%, #dce4ef);transform:translateY(-4px);box-shadow:0 18px 38px #313d601f}.mode-card.is-selected{border-color:var(--mode-accent);box-shadow:0 14px 36px color-mix(in srgb, var(--mode-accent) 18%, transparent), inset 0 0 0 1px color-mix(in srgb, var(--mode-accent) 22%, transparent);background:#fff}.accent-violet{--mode-accent:#715bd3}.accent-coral{--mode-accent:#ec7180}.accent-cyan{--mode-accent:#34adb8}.accent-amber{--mode-accent:#dc8b24}.accent-pink{--mode-accent:#e25c9a}.mode-icon{color:#fff;background:var(--mode-accent);width:42px;height:42px;box-shadow:0 8px 17px color-mix(in srgb, var(--mode-accent) 30%, transparent);border-radius:14px;place-items:center;margin-bottom:16px;font-size:1.15rem;display:grid}.mode-name{color:#2b284c;font-size:.98rem;font-weight:900}.mode-description{color:#77768c;margin-top:8px;font-size:.78rem;line-height:1.45}.mode-rule{color:var(--mode-accent);margin-top:auto;padding-top:12px;font-size:.67rem;font-weight:800;line-height:1.35}.mode-check{color:#fff;background:var(--mode-accent);opacity:0;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.7rem;transition:all .2s;display:grid;position:absolute;top:18px;right:18px;transform:scale(.65)}.mode-card.is-selected .mode-check{opacity:1;transform:scale(1)}.popular-badge{color:#fff;background:var(--mode-accent);letter-spacing:.08em;text-transform:uppercase;border-radius:0 20px 0 13px;padding:5px 12px 6px;font-size:.58rem;font-weight:900;position:absolute;top:0;right:0}.mode-card:has(.popular-badge) .mode-check{top:37px}.setup-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #cdd6e5d9;border-radius:24px;gap:30px;width:min(1180px,100%);margin-top:25px;padding:25px 28px;display:grid;box-shadow:0 14px 40px #313d6012}.section-heading.compact{margin-bottom:14px}.setup-divider{background:#e2e8f0;width:1px}.segmented-control{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.segmented-control button{color:#77758c;cursor:pointer;background:#fafdff;border:1px solid #dfe6ee;border-radius:14px;flex-direction:column;align-items:center;gap:2px;padding:12px 6px;display:flex}.segmented-control button strong{font-size:1.05rem}.segmented-control button span{font-size:.62rem;font-weight:700}.segmented-control button.is-active{color:#fff;background:linear-gradient(145deg,#7160cf,#8f77df);border-color:#7160cf;box-shadow:0 8px 18px #614cc03b}.difficulty-list{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.difficulty-list button{color:#75738b;text-align:left;cursor:pointer;background:#fafdff;border:1px solid #dfe6ee;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;min-height:58px;padding:9px 12px;display:flex}.difficulty-list button>span{flex-direction:column;display:flex}.difficulty-list button strong{color:#373354;font-size:.77rem}.difficulty-list button small{color:#9593a6;font-size:.58rem}.difficulty-list button b{color:#6b58cb;text-align:center;font-size:1.05rem}.difficulty-list button b small{color:inherit;text-transform:uppercase;font-size:.5rem;display:block}.difficulty-list button.is-active{background:#f1efff;border-color:#7160cf;box-shadow:inset 0 0 0 1px #7160cf1f}.start-bar{background:#fff;border:1px solid #cdd6e5e6;border-radius:21px;justify-content:space-between;align-items:center;gap:24px;margin:22px 0 12px;padding:15px 16px 15px 20px;display:flex;box-shadow:0 16px 45px #313d601a}.start-summary{align-items:center;gap:14px;min-width:0;display:flex}.summary-icon{--mode-accent:#715bd3;color:#fff;background:var(--mode-accent);border-radius:13px;flex:none;place-items:center;width:42px;height:42px;display:grid}.start-summary>div{flex-direction:column;display:flex}.start-summary small{color:#9896a8;letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:800}.start-summary strong{color:#343052;font-size:.82rem}.summary-stat{border-left:1px solid #e6eaf0;padding-left:16px}.start-game-button{color:#fff;cursor:pointer;min-width:185px;height:48px;font:inherit;background:linear-gradient(100deg,#ed168c,#b62a9b);border:0;border-radius:15px;justify-content:center;align-items:center;gap:18px;padding:0 20px;font-weight:900;display:inline-flex;box-shadow:0 10px 24px #ed168c47}.start-game-button span{font-size:1.25rem;transition:transform .2s}.start-game-button:hover span{transform:translate(4px)}.enhanced-game-header{align-items:center}.game-title-row{align-items:center;gap:13px;display:flex}.home-button{color:#4d476e;cursor:pointer;background:#ffffffd1;border:1px solid #dce4ef;border-radius:14px;place-items:center;width:43px;height:43px;font-size:1.2rem;display:grid;box-shadow:0 8px 22px #37466912}.active-mode-pill{--mode-accent:#715bd3;border:1px solid color-mix(in srgb, var(--mode-accent) 30%, #fff);height:42px;color:var(--mode-accent);background:color-mix(in srgb, var(--mode-accent) 7%, #fff);border-radius:13px;align-items:center;gap:7px;padding:0 14px;font-size:.75rem;font-weight:900;display:inline-flex}.enhanced-score-strip{grid-template-columns:repeat(3,minmax(88px,125px)) auto minmax(180px,1fr)}.enhanced-score-strip .progress-wrap:last-child{min-width:180px}.score-item.is-urgent{color:#d93f61;background:#fff0f3;animation:1s infinite urgent-pulse}.score-item.is-urgent span{color:#d93f61}.special-stat{min-width:125px}.lives-display{color:#e45c91;letter-spacing:.08em;font-size:1rem!important}.lives-display small{color:#d6ced3;font-size:1rem}.preview-banner{background:#eefeffe6;border:1px solid #8bdce0;border-radius:17px;justify-content:center;align-items:center;gap:14px;max-width:460px;margin:0 auto 18px;padding:11px 18px;display:flex;box-shadow:0 10px 28px #2eacb51f}.preview-count{color:#fff;background:#34adb8;border-radius:13px;place-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:900;display:grid}.preview-banner div{flex-direction:column;display:flex}.preview-banner strong{color:#287c84;font-size:.84rem}.preview-banner small{color:#679da1;font-size:.68rem}.card-grid.is-previewing{pointer-events:none}.card-grid.is-previewing .memory-card{animation:.45s both preview-rise}.player-score-wrap{align-items:center;gap:8px;display:flex}.mini-streak{color:#a9640e;background:#fff3d8;border-radius:8px;padding:3px 6px;font-size:.65rem;font-weight:900}.result-mode{color:#7b67d2;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:.65rem;font-weight:900;display:block}.result-actions{grid-template-columns:1fr 1.35fr;gap:9px;margin-top:18px;display:grid}.result-actions .play-again-button{flex:auto;justify-content:center;margin:0}.refresh-icon{display:inline}.secondary-result-button{color:#554f71;cursor:pointer;height:44px;font:inherit;background:#fff;border:1px solid #dce4ef;border-radius:13px;font-weight:800}.result-time{background:linear-gradient(145deg,#ed7180,#f2a15f)}.result-lives{background:linear-gradient(145deg,#e15f9b,#8a65d5)}@keyframes urgent-pulse{50%{background:#ffe2e8}}@keyframes preview-rise{0%{opacity:.5;transform:translateY(8px)}}@media (width<=980px){.mode-grid{grid-template-columns:repeat(3,1fr)}.mode-card{min-height:205px}.setup-panel{grid-template-columns:1fr;gap:24px}.setup-divider{width:100%;height:1px}.enhanced-score-strip{grid-template-columns:repeat(3,1fr)}.enhanced-score-strip .special-stat{border-top:1px solid #e5edf4;grid-column:auto}.enhanced-score-strip .progress-wrap{border-top:1px solid #e5edf4;grid-column:1/-1}}.category-section{margin-top:22px}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.category-grid button{color:#44374a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e5dce6;border-radius:16px;align-items:center;gap:10px;min-height:82px;padding:13px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.category-grid button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #3c27431a}.category-grid button>i,.library-category-filters button>i,.library-category-label i{background:var(--category-color);width:11px;height:11px;box-shadow:0 0 0 5px color-mix(in srgb, var(--category-color) 16%, transparent);border-radius:50%;flex:none}.category-grid button>span:first-of-type{gap:5px;display:grid}.category-grid strong{font-size:.74rem;line-height:1.2}.category-grid small{color:#897b8d;font-size:.62rem}.category-grid .category-check{color:var(--category-color);margin-left:auto;display:none}.category-grid button.is-selected{border-color:var(--category-color);box-shadow:0 0 0 2px color-mix(in srgb, var(--category-color) 14%, transparent)}.category-grid button.is-selected .category-check{display:inline-flex}.automatic-board-summary{color:#6c4a76;background:linear-gradient(135deg,#fff,#faf5ff);border:1px solid #ded4e4;border-radius:15px;align-items:center;gap:12px;width:fit-content;margin-top:14px;padding:11px 15px;display:flex;box-shadow:0 8px 20px #482e5212}.automatic-board-summary>svg{color:#a52a9d;width:24px;height:24px}.automatic-board-summary span{gap:2px;display:grid}.automatic-board-summary small{color:#908095;text-transform:uppercase;letter-spacing:.06em;font-size:.62rem;font-weight:800}.automatic-board-summary strong{font-size:.78rem}.category-summary{max-width:210px}.category-summary strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.category-pill{color:#6c5c70;text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #e5dce7;border-radius:999px;max-width:260px;padding:8px 12px;font-size:.68rem;font-weight:800;overflow:hidden}.library-category-filters{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:18px 0 22px;display:grid}.library-category-filters button{color:#65566a;cursor:pointer;background:#fff;border:1px solid #e3dae4;border-radius:13px;align-items:center;gap:8px;min-height:48px;padding:9px 11px;font-size:.65rem;font-weight:800;display:flex}.library-category-filters button small{color:#998b9c;margin-left:auto}.library-category-filters button.is-active{border-color:var(--category-color);background:color-mix(in srgb, var(--category-color) 7%, white)}.library-category-label{color:#635468;justify-content:center;align-items:center;gap:9px;margin-top:12px;font-size:.7rem;font-weight:800;display:flex}@media (width<=900px){.category-grid,.library-category-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid button:first-child,.library-category-filters button:first-child{grid-column:1/-1}}@media (width<=700px){.home-shell{padding:16px 12px 24px}.home-hero{text-align:center;grid-template-columns:1fr;min-height:0;padding:15px 10px 35px}.hero-copy p{margin-inline:auto}.hero-card-stack{display:none}.mode-grid{grid-template-columns:repeat(2,1fr)}.mode-card{min-height:215px}.section-heading{flex-direction:column;align-items:flex-start;gap:4px}.difficulty-list{grid-template-columns:repeat(2,1fr)}.start-summary .summary-stat{display:none}.enhanced-game-header{align-items:flex-start}.active-mode-pill{display:none}}@media (width<=470px){.home-hero{padding-top:20px}.hero-copy h1{font-size:3rem}.mode-grid{grid-template-columns:1fr}.mode-card{min-height:185px}.setup-panel{padding:20px 15px}.segmented-control{gap:5px}.segmented-control button{padding-inline:3px}.segmented-control button span{font-size:.54rem}.start-bar{flex-direction:column;align-items:stretch}.start-game-button{width:100%}.enhanced-game-header .game-actions{margin-top:12px;display:flex}.enhanced-game-header .restart-button{grid-column:auto;width:auto}.result-actions{grid-template-columns:1fr}}.deck-zoom-controls{display:none}.invite-players{background:#ffffffe0;border:1px solid #e5dbe5;border-radius:17px;justify-content:space-between;align-items:center;gap:20px;margin:-5px 0 18px;padding:13px 16px;display:flex;box-shadow:0 8px 24px #37234112}.invite-players>div:first-child{flex-direction:column;display:flex}.invite-players strong{color:#49394f;font-size:.78rem}.invite-players small{color:#918394;margin-top:3px;font-size:.61rem}.invite-actions{gap:7px;display:flex}.invite-actions a,.invite-actions button{color:#95226e;cursor:pointer;height:35px;font:inherit;background:#fff;border:1px solid #e2d4df;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:.64rem;font-weight:900;text-decoration:none;display:inline-flex}.invite-actions .native-share-button{color:#fff;background:linear-gradient(110deg,#ed168c,#a538aa);border-color:#0000}.invite-actions svg{width:14px;height:14px}@media (width<=760px){.deck-zoom-controls{z-index:20;color:#75657b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #ddd2dee6;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:fit-content;margin:0 auto 14px;padding:7px 9px 7px 12px;display:flex;position:sticky;top:78px;box-shadow:0 9px 25px #37234121}.deck-zoom-controls>span{font-size:.62rem;font-weight:900}.deck-zoom-controls button{color:#9b1e70;cursor:pointer;background:#fff;border:1px solid #e0d4df;border-radius:9px;place-items:center;width:30px;height:30px;padding:0;font-size:1.1rem;font-weight:800;display:grid}.deck-zoom-controls button:disabled{opacity:.35}.deck-zoom-controls button svg{width:14px;height:14px}.zoom-meter{align-items:center;gap:3px;display:flex}.zoom-meter i{background:#e2d8e1;border-radius:5px;width:4px;height:12px}.zoom-meter i.is-active{background:linear-gradient(#ed168c,#8b4bc2)}.card-grid.zoomable-card-grid{grid-template-columns:repeat(auto-fit, minmax(min(var(--mobile-card-width), calc(50% - 5px)), var(--mobile-card-width)));gap:clamp(5px,2vw,10px);width:100%;max-width:none;transition:grid-template-columns .22s,gap .22s}.invite-players{flex-direction:column;align-items:stretch;gap:11px}.invite-actions{grid-template-columns:repeat(3,1fr);display:grid}.invite-actions a,.invite-actions button{padding-inline:5px}}.bot-count-control{grid-template-columns:repeat(3,1fr)}.play-type-panel{background:#ffffffc7;border:1px solid #cdd6e5d9;border-radius:24px;margin-top:25px;padding:24px 28px;box-shadow:0 14px 40px #313d6012}.play-type-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.play-type-grid button{color:#70667a;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe5ed;border-radius:16px;align-items:center;gap:13px;min-height:72px;padding:13px 16px;display:flex}.play-type-grid button>svg{width:25px;height:25px}.play-type-grid button>span{flex-direction:column;display:flex}.play-type-grid small{color:#968a9a;margin-top:3px;font-size:.62rem}.play-type-grid button.is-active{color:#9d176e;background:#fff1f8;border-color:#d7379a;box-shadow:inset 0 0 0 1px #ed168c1f}.mobile-step-nav{display:none}.open-library-button{color:#7151b8;text-align:left;cursor:pointer;background:#ffffffd9;border:1px solid #e1d8e4;border-radius:17px;align-items:center;gap:12px;width:100%;margin:13px 0 4px;padding:14px 17px;display:flex}.open-library-button>span{flex-direction:column;flex:1;display:flex}.open-library-button strong{font-size:.76rem}.open-library-button small{color:#96899a;margin-top:2px;font-size:.6rem}.profile-dialog{background:#fff;border:1px solid #eadfea;border-radius:25px;width:min(430px,100%);padding:27px;position:relative;box-shadow:0 30px 85px #23162a52}.profile-dialog h2{color:#302747;margin:0}.profile-dialog>p{color:#857789;font-size:.76rem}.profile-dialog form{gap:16px;display:grid}.profile-dialog form>label{color:#65596b;gap:6px;font-size:.68rem;font-weight:800;display:grid}.profile-dialog input:not([type=file]){height:43px;font:inherit;border:1px solid #ded3dd;border-radius:12px;padding:0 12px}.avatar-picker{cursor:pointer;border:1px dashed #d9c9d6;border-radius:17px;place-items:center;padding:15px}.avatar-picker>span{color:#fff;background:linear-gradient(145deg,#ed168c,#7c4fc8);border-radius:26px;place-items:center;width:86px;height:86px;font-size:1.7rem;display:grid;overflow:hidden}.avatar-picker img{object-fit:cover;width:100%;height:100%}.avatar-picker small{color:#9a8c9d;font-weight:500}.avatar-picker input{opacity:0;width:1px;height:1px;position:absolute}.password-field{display:block;position:relative}.password-field input{width:100%;padding-right:65px!important}.password-field button{color:#98216d;cursor:pointer;background:#fff0f7;border:0;border-radius:8px;height:31px;padding:0 9px;font-size:.62rem;font-weight:900;position:absolute;top:6px;right:6px}.forgot-password{color:#9c2171;cursor:pointer;background:0 0;border:0;margin:10px auto 0;font-size:.68rem;font-weight:800;display:block}.library-shell{background:radial-gradient(circle at 15% 15%,#ffe1f0,#0000 28rem),linear-gradient(145deg,#fffafd,#f1fcff);min-height:100vh;padding:105px 20px 45px}.library-wrap{width:min(960px,100%);margin:auto}.library-header{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.library-header span{color:#ed168c;letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:900}.library-header h1{color:#292445;margin:3px 0;font-size:2.3rem}.library-header p{color:#80788a;margin:0}.library-viewer{grid-template-columns:54px minmax(0,440px) 54px;justify-content:center;align-items:center;gap:20px;display:grid}.library-card-stage{background:#ffffffdb;border:1px solid #e4dbe6;border-radius:30px;padding:18px;position:relative;box-shadow:0 25px 65px #311f3b29}.library-card-stage img{object-fit:contain;border-radius:20px;width:100%;max-height:68vh;animation:.25s library-card-in;display:block}.library-counter{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#23192cb8;border-radius:10px;padding:7px 10px;position:absolute;top:29px;right:29px}.library-counter strong{font-size:.85rem}.library-counter span{font-size:.62rem}.library-nav{color:#9b1e70;cursor:pointer;background:#fff;border:1px solid #dfd3df;border-radius:18px;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 10px 25px #3d26431f}.library-nav svg{width:22px;height:22px}.library-progress{background:#ece5ed;border-radius:9px;height:5px;margin-top:14px;overflow:hidden}.library-progress i{border-radius:inherit;background:linear-gradient(90deg,#ed168c,#704fc5);height:100%;transition:width .25s;display:block}.library-controls{justify-content:center;align-items:end;gap:15px;margin-top:19px;display:flex}.library-controls button{color:#84216a;cursor:pointer;background:#fff;border:1px solid #ddd2de;border-radius:12px;align-items:center;gap:7px;height:42px;padding:0 14px;font-weight:800;display:flex}.library-controls label{color:#807283;text-align:center;gap:4px;font-size:.6rem;font-weight:800;display:grid}.library-controls input{text-align:center;width:75px;height:42px;font:inherit;border:1px solid #ddd2de;border-radius:12px;font-weight:900}.restart-indicator{z-index:180;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#352343e6;border:1px solid #fff9;border-radius:17px;align-items:center;gap:10px;padding:15px 20px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 60px #1e142559}.restart-indicator svg,.restart-button.is-restarting svg{animation:.75s linear infinite spin}.confetti{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.confetti i{border-radius:2px;width:9px;height:16px;animation:3s linear forwards confetti-fall;position:absolute;top:-20px}.win-dialog{z-index:1;position:relative}@keyframes confetti-fall{0%{opacity:1;transform:translateY(-5vh)rotate(0)}to{opacity:.8;transform:translateY(110vh)rotate(760deg)}}@keyframes library-card-in{0%{opacity:.3;transform:scale(.97)}to{opacity:1;transform:none}}@media (width<=700px){.wizard-section,.start-bar{display:none}.wizard-section.is-mobile-active,.start-bar.is-mobile-active{display:block}.home-hero{padding-bottom:15px}.mobile-step-nav{border-top:1px solid #ebe4eb;justify-content:space-between;align-items:center;margin-top:18px;padding-top:14px;display:flex}.mobile-step-nav button{color:#6e6072;cursor:pointer;background:#fff;border:1px solid #dfd5df;border-radius:11px;align-items:center;gap:5px;height:39px;padding:0 12px;font-weight:800;display:flex}.mobile-step-nav .next-step{color:#fff;background:linear-gradient(100deg,#ed168c,#a934aa);border-color:#0000;margin-left:auto}.mobile-step-nav>span{color:#96899b;font-size:.62rem;font-weight:900}.mobile-step-nav button+span{margin-left:auto;margin-right:10px}.play-type-panel,.bot-setup-panel,.setup-panel,.category-section,.online-opponents-panel{margin-top:12px}.play-type-grid{grid-template-columns:1fr}.start-bar.is-mobile-active{margin-top:12px}.start-bar.is-mobile-active .start-summary{margin-bottom:12px}.open-library-button{margin-top:18px}.library-shell{padding:95px 12px 30px}.library-category-filters{scroll-snap-type:x mandatory;padding-bottom:6px;display:flex;overflow-x:auto}.library-category-filters button{scroll-snap-align:start;flex:0 0 180px}.library-header h1{font-size:1.8rem}.library-viewer{grid-template-columns:1fr}.library-nav{display:none}.library-card-stage{width:min(88vw,390px);margin:auto;padding:12px}.library-controls{gap:7px}.library-controls button{padding-inline:9px;font-size:.67rem}.profile-dialog{padding:24px 17px}}
