:root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#eaf4ff;background:#050b14;font-synthesis:none;--bg:#050b14;--panel:#0d1726;--panel2:#111e31;--line:rgba(255,255,255,.09);--muted:#8ea3bb;--text:#eef7ff;--cyan:#4de3ff;--blue:#4a7dff;--violet:#966dff;--green:#4ce59a;--red:#ff6680;--amber:#ffc55c;--radius:20px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 80% -10%,#18314f 0,transparent 34%),radial-gradient(circle at 0 100%,#161f45 0,transparent 30%),var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}img{max-width:100%}.glass{background:linear-gradient(145deg,#122136eb,#08111dde);border:1px solid rgba(255,255,255,.11);box-shadow:0 24px 65px #00000052;backdrop-filter:blur(20px)}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:254px;background:#050b14f0;border-right:1px solid var(--line);padding:20px 14px;z-index:30;display:flex;flex-direction:column;backdrop-filter:blur(22px)}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:4px 6px 24px}.sidebar-brand strong{display:block;font-size:15px}.sidebar-brand small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.brand-mark{display:flex;align-items:center;justify-content:center;position:relative;width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,var(--cyan),var(--blue));color:#03101c;box-shadow:0 0 35px #4de3ff59}.brand-mark svg{width:27px}.brand-mark svg+svg{position:absolute;width:19px;right:3px;bottom:4px;background:#07111f;border-radius:50%;padding:3px;color:#fff}.brand-mark.small{width:43px;height:43px;border-radius:14px}.brand-mark.small svg{width:21px}.brand-mark.small svg+svg{width:15px}.sidebar nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar nav button{border:0;background:transparent;color:#9db0c5;display:flex;align-items:center;gap:12px;border-radius:13px;padding:11px 13px;text-align:left;transition:.2s}.sidebar nav button svg{width:19px}.sidebar nav button:hover{background:#ffffff0d;color:#fff}.sidebar nav button.active{background:linear-gradient(90deg,#4de3ff29,#4a7dff14);color:#fff;box-shadow:inset 3px 0 var(--cyan)}.sidebar nav button em{margin-left:auto;font-size:8px;color:var(--amber);font-style:normal;border:1px solid rgba(255,197,92,.35);padding:2px 4px;border-radius:5px}.sidebar-user{display:flex;align-items:center;gap:9px;padding:13px 9px 4px;border-top:1px solid var(--line)}.sidebar-user>div:nth-child(2){min-width:0;flex:1}.sidebar-user strong,.sidebar-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user strong{font-size:13px}.sidebar-user small{font-size:10px;color:var(--muted);margin-top:3px}.avatar{width:35px;height:35px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#263e5b,#18263b);font-weight:800;color:var(--cyan)}.icon-button{background:transparent;border:0;color:#9fb1c5;padding:7px;display:inline-flex;border-radius:10px}.icon-button:hover{background:#ffffff12;color:#fff}.icon-button svg{width:19px}.main-area{margin-left:254px;min-height:100vh}.topbar{height:72px;position:sticky;top:0;z-index:20;display:flex;align-items:center;padding:0 30px;border-bottom:1px solid var(--line);background:#050b14c2;backdrop-filter:blur(18px)}.top-title{display:flex;flex-direction:column}.top-title strong{font-size:16px}.top-title small{font-size:10px;color:var(--muted);text-transform:capitalize;margin-top:4px}.top-stats{margin-left:auto;display:flex;gap:9px}.top-stats span{display:flex;align-items:center;gap:6px;background:#101c2c;border:1px solid var(--line);border-radius:11px;padding:8px 11px;font-size:12px;font-weight:700}.top-stats svg{width:15px;color:var(--cyan)}.page-content{max-width:1450px;margin:auto;padding:26px 30px 60px}.bottom-nav,.mobile-only{display:none}.primary-button,.secondary-button,.small-button{border-radius:12px;padding:10px 15px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750;transition:.2s}.primary-button{background:linear-gradient(135deg,var(--cyan),#55a6ff);color:#06111e;box-shadow:0 8px 25px #4de3ff2e}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #4de3ff47}.secondary-button{background:#ffffff0b;color:#dbeaff;border-color:var(--line)}.secondary-button:hover:not(:disabled){background:#ffffff17}.large{padding:13px 19px}.primary-button svg,.secondary-button svg{width:18px}.small-button{padding:7px 10px;background:#16243a;color:#d9e9f8;border-color:var(--line);font-size:11px}.small-button.danger{color:#ff96a9;background:#ff668017}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--cyan);font-weight:900;display:flex;align-items:center;gap:7px}.eyebrow svg{width:14px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px;gap:20px}.section-heading h1{font-size:33px;letter-spacing:-1.2px;margin:7px 0}.section-heading p{margin:0;color:var(--muted);max-width:680px}.dashboard-card{background:linear-gradient(145deg,#111e31eb,#09121fe6);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 16px 35px #00000029}.dashboard-card header{display:flex;align-items:center;justify-content:space-between}.dashboard-card header small{font-size:9px;letter-spacing:1.5px;color:var(--muted)}.dashboard-card header h3{margin:5px 0 0;font-size:23px}.dashboard-card header>svg{width:30px;color:var(--cyan);opacity:.8}.home-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:17px}.hero-card{grid-column:1/-1;min-height:430px;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.05fr 1fr;position:relative;background-image:linear-gradient(90deg,#07111ff5,#091627b8),var(--game-bg,url(/assets/ui/game-bg.svg));background-size:cover;background-position:center}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 40%,rgba(77,227,255,.08));pointer-events:none}.hero-copy{padding:55px;z-index:2;display:flex;flex-direction:column;justify-content:center}.hero-copy h1{font-size:48px;line-height:1.06;letter-spacing:-2.2px;margin:17px 0}.hero-copy h1 em{font-style:normal;color:var(--cyan)}.hero-copy p{color:#aec0d2;max-width:520px;line-height:1.65}.hero-actions{display:flex;gap:10px;margin-top:18px}.hero-pet{position:relative;display:flex;align-items:center;justify-content:center;min-height:430px;z-index:1}.hero-pet>img{width:min(390px,80%);height:360px;object-fit:contain;filter:drop-shadow(0 32px 35px rgba(0,0,0,.45));animation:petIdle 3.5s ease-in-out infinite;z-index:3}.pet-shadow{position:absolute;width:48%;height:35px;border-radius:50%;background:#00000059;filter:blur(10px);bottom:47px;animation:shadowPulse 3.5s ease-in-out infinite}.aura-ring{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(77,227,255,.2),transparent 64%);border:1px solid rgba(77,227,255,.2);box-shadow:0 0 90px #4de3ff29;animation:auraPulse 3s ease-in-out infinite}.pet-tag{position:absolute;right:35px;bottom:25px;background:#040c16ba;border:1px solid var(--line);padding:10px 15px;border-radius:13px;backdrop-filter:blur(10px);z-index:4}.pet-tag strong,.pet-tag span{display:block}.pet-tag span{color:var(--muted);font-size:11px;margin-top:3px}.particle{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 15px var(--cyan);animation:particleFloat 4s ease-in-out infinite}.p1{left:20%;top:24%}.p2{right:18%;top:35%;animation-delay:-1.4s}.p3{left:32%;bottom:20%;animation-delay:-2.3s}.energy-card{grid-column:span 3}.energy-card header>svg{color:var(--amber)}.home-grid>.dashboard-card:nth-child(3){grid-column:span 3}.home-grid>.dashboard-card:nth-child(4){grid-column:span 3}.pet-stats-card{grid-column:span 3}.quick-panel{grid-column:span 12}.progress{height:7px;background:#07101d;border-radius:99px;margin:15px 0 8px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--cyan),var(--blue));border-radius:99px;box-shadow:0 0 12px #4de3ff66}.progress.violet i{background:linear-gradient(90deg,var(--violet),#e077ff)}.dashboard-card p{font-size:11px;color:var(--muted);line-height:1.5}.text-link{border:0;background:transparent;color:var(--cyan);display:flex;align-items:center;gap:4px;padding:14px 0 0}.text-link svg{width:15px}.mini-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:14px}.mini-stats span{background:#ffffff09;padding:9px 6px;border-radius:9px;font-size:9px;color:var(--muted);text-align:center}.mini-stats b{display:block;color:#fff;font-size:12px;margin-top:3px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.quick-grid button{border:1px solid var(--line);border-radius:13px;background:#ffffff09;color:#dceafb;padding:14px;display:flex;align-items:center;gap:9px}.quick-grid button:hover{background:#4de3ff14;border-color:#4de3ff40}.quick-grid svg{width:19px;color:var(--cyan)}.login-screen{min-height:100vh;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;position:relative;overflow:hidden;padding:6vw;background:linear-gradient(90deg,#040a12fa,#050d18ad),url(/assets/ui/game-bg.svg) center/cover}.login-panel{max-width:510px;border-radius:28px;padding:42px;position:relative;z-index:3}.brand-lockup{display:flex;align-items:center;gap:16px}.brand-lockup small{color:var(--cyan);letter-spacing:1.5px;font-weight:800}.brand-lockup h1{margin:5px 0;font-size:27px}.login-copy{color:var(--muted);line-height:1.6;margin:28px 0}.stack-form{display:flex;flex-direction:column;gap:14px}.stack-form label,.form-grid label,.question-admin-form>label,.two-cols label,.weight-grid label,.fill-list label,.essay-box{display:flex;flex-direction:column;gap:7px;color:#b7c8d9;font-size:11px;font-weight:700}.stack-form input,.stack-form select,.stack-form textarea,.form-grid input,.form-grid select,.question-admin-form input,.question-admin-form select,.question-admin-form textarea,.two-cols textarea,.weight-grid input,.fill-list input,.essay-box textarea{background:#07111f;border:1px solid rgba(255,255,255,.11);color:#eef7ff;border-radius:11px;padding:11px 12px;outline:none;resize:vertical}.stack-form input:focus,.form-grid input:focus,.question-admin-form textarea:focus,.code-editor:focus{border-color:#4de3ff99;box-shadow:0 0 0 3px #4de3ff14}.secure-note{display:flex;gap:9px;align-items:center;margin-top:22px;color:#8298af;font-size:10px}.secure-note svg{width:17px;color:var(--green)}.login-pet-stage{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.login-pet-stage img{width:min(600px,80%);height:520px;object-fit:contain;filter:drop-shadow(0 30px 40px rgba(0,0,0,.5));animation:petIdle 4s ease-in-out infinite}.login-pet-stage .pet-shadow{bottom:45px}.login-orb{position:absolute;border-radius:50%;filter:blur(30px);opacity:.25}.orb-a{width:400px;height:400px;background:#007fff;right:8%;top:10%}.orb-b{width:300px;height:300px;background:#8a4fff;right:22%;bottom:-5%}.loading{min-height:260px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted)}.spinner{width:26px;height:26px;border-radius:50%;border:3px solid rgba(255,255,255,.12);border-top-color:var(--cyan);animation:spin 1s linear infinite}.spin{animation:spin 1s linear infinite}.toast{position:fixed;right:24px;top:90px;z-index:200;min-width:280px;max-width:450px;background:#132139;border:1px solid var(--line);box-shadow:0 18px 45px #0006;border-radius:14px;padding:13px 14px;display:flex;align-items:center;gap:12px}.toast.success{border-color:#4ce59a66;box-shadow:0 15px 45px #4ce59a1f}.toast.error{border-color:#ff668066}.toast span{flex:1;font-size:12px}.toast button{background:none;border:0;color:#a7b6c6}.modal-backdrop{position:fixed;inset:0;background:#00040ac7;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(8px)}.modal{width:min(760px,100%);max-height:92vh;overflow:auto;background:#0c1727;border:1px solid var(--line);border-radius:21px;box-shadow:0 30px 90px #0000008c}.modal>header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.modal h2{margin:0;font-size:19px}.modal-body{padding:22px}.compact-modal{max-width:480px}.play-layout{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(500px,1.25fr);gap:18px;align-items:stretch}.battle-stage{border-radius:24px;min-height:670px;position:relative;overflow:hidden;background-image:linear-gradient(#060e1940,#060e19eb),var(--game-bg,url(/assets/ui/game-bg.svg));background-size:cover;background-position:center;display:flex;flex-direction:column}.stage-label{display:flex;justify-content:space-between;padding:18px 20px;font-size:9px;letter-spacing:1.2px;color:#bfcee0}.stage-label b{color:var(--green)}.battle-pet{position:relative;flex:1;display:flex;align-items:center;justify-content:center}.battle-pet img{width:75%;height:430px;object-fit:contain;z-index:2;animation:petIdle 3s ease-in-out infinite;filter:drop-shadow(0 30px 30px rgba(0,0,0,.48))}.battle-pet .pet-shadow{bottom:75px}.battle-log{margin:16px;background:#040b14c2;border:1px solid var(--line);border-radius:14px;padding:14px;color:#b9cadb;font-size:12px;text-align:center;z-index:4}.xp-fly,.energy-fly{position:absolute;z-index:5;font-size:23px;font-weight:900;top:27%;animation:flyUp 1.7s ease-out both}.xp-fly{color:var(--green);text-shadow:0 0 20px var(--green)}.energy-fly{color:var(--red);text-shadow:0 0 20px var(--red)}.question-card{min-height:670px;display:flex;flex-direction:column;padding:28px}.question-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px}.question-head>div{display:flex;flex-direction:column;gap:7px}.question-head small{color:var(--muted)}.difficulty,.question-type{font-size:10px;font-weight:900;letter-spacing:1px;padding:6px 8px;border-radius:8px}.difficulty{color:var(--amber);background:#ffc55c14;width:max-content}.question-type{color:var(--cyan);background:#4de3ff14}.question-card h2{font-size:22px;line-height:1.55;margin:25px 0}.answer-list{display:grid;gap:10px}.answer-list button{display:flex;align-items:center;text-align:left;border:1px solid var(--line);border-radius:14px;background:#ffffff06;padding:12px;color:#dce9f7;transition:.2s}.answer-list button b{width:35px;height:35px;border-radius:10px;background:#18273b;display:flex;align-items:center;justify-content:center;margin-right:12px;color:var(--cyan)}.answer-list button:hover,.answer-list button.selected{border-color:#4de3ff6b;background:#4de3ff12}.statement-list{display:grid;gap:10px}.statement{border:1px solid var(--line);border-radius:13px;padding:13px;display:flex;gap:12px;align-items:center}.statement>span{flex:1;line-height:1.5;color:#c8d7e6}.statement>div{display:flex;gap:5px}.statement button{border:1px solid var(--line);border-radius:9px;background:#132135;color:#9fb1c5;padding:8px 11px}.statement .yes.active{background:#4ce59a29;border-color:var(--green);color:var(--green)}.statement .no.active{background:#ff668024;border-color:var(--red);color:var(--red)}.fill-list{display:grid;gap:12px}.fill-list label{border:1px solid var(--line);border-radius:13px;padding:13px;display:grid;grid-template-columns:1fr 130px;align-items:center}.fill-list input{text-align:center;text-transform:uppercase;font-weight:800}.essay-box textarea{min-height:220px}.question-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:auto;padding-top:25px}.result-panel{margin-top:18px;border:1px solid var(--line);border-radius:13px;padding:13px;background:#ffffff08}.result-panel strong,.result-panel span{display:block}.result-panel strong{font-size:12px;color:var(--green)}.result-panel span{color:#c0d1e1;margin-top:5px;font-size:11px}.result-panel p{margin-bottom:0}.result-panel.wrong strong{color:var(--red)}.result-panel.partial strong{color:var(--amber)}.egg-drop{position:fixed;right:30px;bottom:30px;z-index:50;background:linear-gradient(135deg,#202b4f,#101c35);border:1px solid rgba(255,197,92,.3);border-radius:18px;padding:11px 17px 11px 9px;display:flex;align-items:center;gap:10px;box-shadow:0 15px 45px #00000080;animation:dropPop .5s ease-out}.egg-drop img{width:62px;height:62px}.egg-drop b,.egg-drop span{display:block}.egg-drop b{color:var(--amber)}.egg-drop span{font-size:11px;color:#b8c8da;margin-top:3px}.pet-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:15px}.pet-card{border:1px solid var(--line);border-radius:21px;overflow:hidden;background:linear-gradient(145deg,#111f33,#091423);position:relative;transition:.25s}.pet-card:hover{transform:translateY(-5px);border-color:#4de3ff47}.pet-card.main{box-shadow:0 0 0 2px #4de3ff45,0 16px 45px #4de3ff14}.pet-card-art{height:250px;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(77,227,255,.11),transparent 63%)}.pet-card-art img{width:88%;height:220px;object-fit:contain;animation:petIdle 4s ease-in-out infinite}.tier-chip,.main-chip{position:absolute;top:12px;z-index:2;font-size:9px;font-weight:900;letter-spacing:1px;padding:5px 8px;border-radius:8px;background:#030a12b8;border:1px solid var(--line)}.tier-chip{left:12px}.main-chip{right:12px;color:var(--cyan)}.pet-card-body{padding:17px}.pet-name{display:flex;justify-content:space-between}.pet-name h3{margin:0}.pet-name span{display:block;color:var(--muted);font-size:10px;margin-top:4px}.pet-name>strong{color:var(--cyan)}.pet-card-body>small{color:var(--muted)}.card-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:15px}.tier-common .tier-chip{color:#d1d9e2}.tier-uncommon .tier-chip{color:#62e79b}.tier-rare .tier-chip{color:#5fa9ff}.tier-ultra .tier-chip{color:#bd7cff}.tier-legendary .tier-chip{color:#ffc55c}.tier-divine .tier-chip{color:#ff91ed;text-shadow:0 0 10px #ff5ce5}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:15px}.item-card{background:linear-gradient(145deg,#121e36,#091321);border:1px solid var(--line);border-radius:22px;padding:20px;text-align:center}.item-art{height:240px;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(151,109,255,.18),transparent 60%)}.item-art img{height:210px;animation:eggBob 2.5s ease-in-out infinite;filter:drop-shadow(0 20px 25px rgba(0,0,0,.45))}.item-art span{position:absolute;right:7px;bottom:7px;border-radius:10px;background:#07111f;padding:6px 10px;font-weight:900}.item-card p{color:var(--muted);font-size:11px;min-height:36px}.reveal-screen{position:fixed;inset:0;z-index:300;background:#04070d;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;animation:revealIn .4s ease-out}.reveal-rays{position:absolute;width:1200px;height:1200px;background:repeating-conic-gradient(from 0deg,transparent 0 8deg,rgba(255,255,255,.05) 8deg 12deg);animation:rotate 12s linear infinite}.reveal-screen:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(77,227,255,.32),transparent 65%);animation:auraPulse 2s infinite}.reveal-title{text-align:center;z-index:2}.reveal-title span{font-size:12px;letter-spacing:5px}.reveal-title h1{font-size:48px;margin:6px;text-transform:uppercase}.reveal-pet{width:min(520px,75vw);height:48vh;object-fit:contain;z-index:2;filter:drop-shadow(0 30px 40px rgba(0,0,0,.5));animation:revealPet .9s cubic-bezier(.2,.9,.2,1)}.reveal-info{text-align:center;z-index:3}.reveal-info h2{font-size:34px;margin:0}.reveal-info p{color:#bdcad8}.reveal-screen.tier-divine:before{background:radial-gradient(circle,rgba(255,78,229,.45),transparent 65%)}.reveal-screen.tier-legendary:before{background:radial-gradient(circle,rgba(255,197,92,.42),transparent 65%)}.reveal-screen.tier-ultra:before{background:radial-gradient(circle,rgba(151,109,255,.42),transparent 65%)}.big-progress{display:flex;align-items:baseline;gap:8px}.big-progress strong{font-size:42px;color:var(--cyan)}.big-progress span{color:var(--muted)}.mission-list{display:grid;gap:12px}.mission-list article{display:flex;align-items:center;gap:15px;background:#0d1828;border:1px solid var(--line);border-radius:17px;padding:16px}.mission-list article.complete{border-color:#4ce59a38}.mission-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#976dff1f;color:var(--violet)}.mission-info{flex:1}.mission-info h3{margin:0;font-size:15px}.mission-info p{margin:4px 0;color:var(--muted);font-size:11px}.mission-info .progress{max-width:520px}.mission-info small{color:var(--muted)}.leaderboard{padding:0;overflow:hidden}.leader-head,.leader-row{display:grid;grid-template-columns:60px minmax(200px,1fr) 100px 140px 130px;align-items:center;padding:13px 18px}.leader-head{background:#111e31;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:1px}.leader-row{border-top:1px solid var(--line);font-size:12px}.leader-row>span:nth-child(2){display:flex;align-items:center;gap:9px;font-weight:750}.leader-row .avatar{width:32px;height:32px}.leader-row.top-1{background:linear-gradient(90deg,rgba(255,197,92,.08),transparent)}.leader-row.top-1>b{color:var(--amber);font-size:19px}.mail-list{display:grid;gap:10px}.mail-list article{display:flex;align-items:center;gap:14px;background:#0d1828;border:1px solid var(--line);border-radius:16px;padding:15px}.mail-list article.claimed{opacity:.62}.mail-icon{width:45px;height:45px;border-radius:13px;display:flex;align-items:center;justify-content:center;background:#4de3ff1a;color:var(--cyan)}.mail-list article>div:nth-child(2){flex:1}.mail-list h3{margin:0}.mail-list p{color:var(--muted);font-size:11px;margin:5px 0}.mail-list small{color:#70869d}.empty-state{padding:80px;text-align:center;color:var(--muted)}.empty-state svg{width:50px;height:50px}.coming-soon{min-height:650px;border-radius:27px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-image:radial-gradient(circle,rgba(151,109,255,.12),transparent 48%),linear-gradient(145deg,#111d32f2,#060d18f2)}.pvp-emblem{width:110px;height:110px;border-radius:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#6d47e8,#352373);box-shadow:0 0 70px #976dff59;margin-bottom:30px;transform:rotate(45deg)}.pvp-emblem svg{width:58px;height:58px;transform:rotate(-45deg)}.coming-soon h1{font-size:58px;margin:8px}.coming-soon p{color:var(--muted)}.soon-pill{margin:25px 0;padding:10px 20px;border:1px solid rgba(255,197,92,.35);color:var(--amber);border-radius:99px;font-size:11px;letter-spacing:2px}.pvp-features{display:flex;gap:10px}.pvp-features span{display:flex;align-items:center;gap:7px;padding:11px 14px;border:1px solid var(--line);border-radius:12px;color:#afc1d4;font-size:11px}.pvp-features svg{width:17px;color:var(--violet)}.admin-layout{display:grid;grid-template-columns:210px 1fr;gap:17px}.admin-tabs{display:flex;flex-direction:column;gap:5px;position:sticky;top:93px;align-self:start}.admin-tabs button{border:1px solid transparent;background:transparent;color:#9eb1c5;border-radius:11px;padding:10px 12px;display:flex;align-items:center;gap:9px;text-align:left}.admin-tabs button svg{width:17px}.admin-tabs button.active{background:#4de3ff17;border-color:#4de3ff29;color:#fff}.admin-stack{display:grid;gap:15px}.admin-card{background:#0d1828;border:1px solid var(--line);border-radius:18px;padding:19px;overflow:hidden}.admin-card h3{display:flex;align-items:center;gap:8px;margin:0 0 16px}.admin-card h3 svg{width:19px;color:var(--cyan)}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.admin-stat-grid article{background:#0d1828;border:1px solid var(--line);border-radius:17px;padding:18px;display:grid;gap:8px}.admin-stat-grid svg{color:var(--cyan)}.admin-stat-grid span{color:var(--muted);font-size:11px}.admin-stat-grid strong{font-size:28px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid .primary-button{align-self:end}.credential-box{margin-top:14px;padding:13px;border-radius:12px;background:#4ce59a14;border:1px solid rgba(76,229,154,.2);display:flex;flex-direction:column;gap:7px}.credential-box code{font-size:17px;color:var(--green);user-select:all}.credential-box small{color:var(--muted)}.data-table{min-width:680px}.data-head,.data-row{display:grid;grid-template-columns:1.5fr .7fr .5fr .5fr .7fr 70px;gap:10px;align-items:center;padding:10px}.data-head{color:var(--muted);font-size:9px;text-transform:uppercase;border-bottom:1px solid var(--line)}.data-row{border-bottom:1px solid rgba(255,255,255,.05);font-size:11px}.data-row span:first-child b,.data-row span:first-child small{display:block}.data-row span:first-child small{color:var(--muted);margin-top:3px}.status-on{color:var(--green)}.status-off{color:var(--red)}.code-editor{width:100%;background:#050c16!important;color:#aee9ff!important;border:1px solid var(--line);border-radius:12px;padding:13px;font:11px/1.55 Consolas,Monaco,monospace;resize:vertical;outline:none}.muted{color:var(--muted);font-size:11px}.admin-pet-list,.question-admin-list,.audit-list{display:grid;gap:8px}.admin-pet-list>div{display:grid;grid-template-columns:55px 1fr auto auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:8px}.admin-pet-list img{width:52px;height:52px;object-fit:contain}.admin-pet-list b,.admin-pet-list small{display:block}.admin-pet-list small{color:var(--muted);margin-top:3px}.question-admin-form{display:grid;gap:12px}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.question-admin-list>div{display:flex;gap:9px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}.question-admin-list span{flex:1}.question-admin-list b,.question-admin-list small{display:block}.question-admin-list small{color:var(--muted);margin-top:3px}.question-admin-list p{font-size:11px;margin:5px 0;color:#c4d3e2}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.asset-grid>div{border:1px solid var(--line);border-radius:13px;padding:9px;display:flex;flex-direction:column;gap:5px}.asset-grid img{width:100%;height:120px;object-fit:contain;background:#07111f;border-radius:9px}.asset-grid small{color:var(--muted)}.asset-grid code{font-size:9px;word-break:break-all;color:var(--cyan);user-select:all}.weight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.audit-list>div{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;gap:10px}.audit-list b,.audit-list small{display:block}.audit-list small{color:var(--muted);margin-top:3px}.audit-list code{font-size:9px;color:var(--cyan)}@keyframes petIdle{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-14px) rotate(1deg)}}@keyframes shadowPulse{0%,to{transform:scaleX(1);opacity:.38}50%{transform:scaleX(.82);opacity:.25}}@keyframes auraPulse{0%,to{transform:scale(.95);opacity:.7}50%{transform:scale(1.07);opacity:1}}@keyframes particleFloat{0%,to{transform:translateY(0);opacity:.3}50%{transform:translateY(-28px);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes flyUp{0%{opacity:0;transform:translateY(40px) scale(.6)}20%{opacity:1}to{opacity:0;transform:translateY(-90px) scale(1.15)}}@keyframes dropPop{0%{transform:translateY(40px) scale(.7);opacity:0}to{transform:none;opacity:1}}@keyframes eggBob{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-12px) rotate(3deg)}}@keyframes revealIn{0%{opacity:0}to{opacity:1}}@keyframes revealPet{0%{transform:scale(.05) rotate(-25deg);filter:brightness(5) blur(10px)}65%{transform:scale(1.15) rotate(2deg);filter:brightness(2) blur(0)}to{transform:scale(1);filter:brightness(1)}}@keyframes rotate{to{transform:rotate(360deg)}}@media(max-width:1150px){.energy-card,.home-grid>.dashboard-card:nth-child(3),.home-grid>.dashboard-card:nth-child(4),.pet-stats-card{grid-column:span 6}.play-layout{grid-template-columns:1fr}.battle-stage{min-height:470px}.battle-pet img{height:300px}.question-card{min-height:600px}.admin-layout{grid-template-columns:1fr}.admin-tabs{position:static;display:flex;flex-direction:row;overflow-x:auto}.admin-tabs button{white-space:nowrap}.hero-copy{padding:40px}.hero-copy h1{font-size:39px}}@media(max-width:780px){.sidebar{transform:translate(-105%);transition:.25s;width:min(85vw,300px);box-shadow:25px 0 60px #00000080}.sidebar.open{transform:none}.main-area{margin-left:0;padding-bottom:70px}.mobile-only{display:inline-flex}.topbar{height:64px;padding:0 14px;gap:9px}.top-title small{display:none}.top-stats span:nth-child(2){display:none}.page-content{padding:18px 14px 35px}.bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;left:0;right:0;z-index:25;background:#050b14ed;border-top:1px solid var(--line);padding:6px 4px calc(6px + env(safe-area-inset-bottom));backdrop-filter:blur(18px)}.bottom-nav button{border:0;background:none;color:#72879d;display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px;font-size:8px}.bottom-nav button svg{width:18px}.bottom-nav button.active{color:var(--cyan)}.hero-card{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:28px 24px 8px}.hero-copy h1{font-size:34px;letter-spacing:-1.4px}.hero-pet{min-height:340px}.hero-pet>img{height:290px}.pet-tag{right:15px;bottom:15px}.energy-card,.home-grid>.dashboard-card:nth-child(3),.home-grid>.dashboard-card:nth-child(4),.pet-stats-card,.quick-panel{grid-column:1/-1}.quick-grid{grid-template-columns:1fr 1fr}.login-screen{grid-template-columns:1fr;padding:18px}.login-panel{padding:28px 22px}.login-pet-stage{position:absolute;inset:auto -100px -170px auto;height:420px;opacity:.2}.brand-lockup .brand-mark{width:49px;height:49px}.play-layout{display:block}.battle-stage{min-height:340px;margin-bottom:13px}.battle-pet img{height:230px}.battle-pet .pet-shadow{bottom:48px}.question-card{min-height:560px;padding:18px}.question-card h2{font-size:18px}.statement{align-items:flex-start;flex-direction:column}.statement>div{width:100%}.statement button{flex:1}.fill-list label{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h1{font-size:28px}.pet-grid{grid-template-columns:1fr 1fr}.pet-card-art{height:180px}.pet-card-art img{height:165px}.mini-stats{grid-template-columns:1fr 1fr}.leaderboard{overflow-x:auto}.leader-head,.leader-row{min-width:700px}.mission-list article{align-items:flex-start;flex-wrap:wrap}.mission-info{min-width:65%}.mail-list article{align-items:flex-start;flex-wrap:wrap}.pvp-features{flex-direction:column}.coming-soon h1{font-size:43px}.form-grid,.two-cols,.weight-grid{grid-template-columns:1fr}.admin-content{min-width:0}.admin-card{overflow-x:auto}.admin-pet-list>div{grid-template-columns:45px 1fr auto}.admin-pet-list .danger{grid-column:3}.toast{left:14px;right:14px;top:76px;min-width:0}.egg-drop{left:14px;right:14px;bottom:85px}.reveal-title h1{font-size:35px}.reveal-pet{height:45vh}.reveal-info h2{font-size:28px}}@media(max-width:480px){.pet-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.top-stats span{padding:7px;font-size:10px}.question-actions{position:sticky;bottom:0;background:linear-gradient(transparent,#0d1828 30%);padding-top:32px}.question-actions button{flex:1}.data-table{min-width:620px}.quick-grid button{font-size:11px}.login-panel{border-radius:22px}.brand-lockup h1{font-size:21px}.brand-lockup small{font-size:8px}.pet-card-art{height:245px}.pet-card-art img{height:225px}}:root{--game-gold:#ffd96a;--game-gold-2:#ffad36;--game-green:#66efad;--game-cyan:#68ecff;--game-blue:#3f82ff;--game-violet:#9b73ff;--game-ink:#06121d;--game-panel:#10283a;--game-panel-light:#183b50;--game-border:rgba(166,230,255,.28);--game-shadow:0 18px 60px rgba(0,0,0,.45);--lobby-bg:url(/assets/ui/lobby-bg.svg);--login-bg:url(/assets/ui/login-bg.svg)}body{background:#071620;font-family:Segoe UI Variable,Segoe UI,Inter,system-ui,sans-serif}button{-webkit-tap-highlight-color:transparent}.reduce-motion *,.reduce-motion *:before,.reduce-motion *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.game-window{position:relative;background:linear-gradient(145deg,#113043f0,#061622f0);border:1px solid rgba(170,231,255,.28);border-radius:20px;box-shadow:inset 0 1px #ffffff1f,inset 0 -12px 35px #0000002e,0 18px 52px #00000061;backdrop-filter:blur(17px)}.game-window:before{content:"";position:absolute;inset:5px;border:1px solid rgba(255,255,255,.06);border-radius:15px;pointer-events:none}.primary-button{background:linear-gradient(180deg,#7bf7ff 0,#47badf 52%,#2382b2);border:1px solid #a8fbff;color:#061620;text-shadow:0 1px rgba(255,255,255,.4);box-shadow:inset 0 2px #ffffff80,inset 0 -4px #00375959,0 6px #0e5779,0 12px 26px #00000045;border-radius:14px}.primary-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:inset 0 2px #ffffff8c,inset 0 -4px #00375959,0 8px #0e5779,0 16px 30px #00000052}.primary-button:active:not(:disabled){transform:translateY(4px);box-shadow:inset 0 2px #fff6,inset 0 -2px #00375959,0 2px #0e5779}.secondary-button,.small-button{background:linear-gradient(180deg,#2b4f65f5,#122d40fa);border-color:#a3e0ff3d;box-shadow:inset 0 1px #ffffff1a,0 4px 12px #00000038}.login-screen.game-login{position:relative;display:block;min-height:100svh;padding:0;overflow:hidden;background:#16485f var(--login-bg) center/cover no-repeat;color:#fff}.login-screen.game-login:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,17,29,.1),transparent 48%,rgba(2,14,25,.42)),linear-gradient(0deg,rgba(1,11,18,.55),transparent 40%);pointer-events:none}.login-world{position:absolute;inset:0;overflow:hidden;pointer-events:none}.login-sun{position:absolute;width:380px;height:380px;right:7%;top:-11%;border-radius:50%;background:radial-gradient(circle,#fff9c9 0,#ffe276 24%,rgba(255,220,92,.08) 68%,transparent 72%);filter:blur(2px);animation:auraPulse 6s ease-in-out infinite}.login-cloud{position:absolute;width:270px;height:60px;border-radius:60px;background:#ffffff38;filter:blur(3px);animation:cloudDrift 24s linear infinite}.login-cloud:before,.login-cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}.login-cloud:before{width:100px;height:100px;left:45px;bottom:0}.login-cloud:after{width:135px;height:135px;right:35px;bottom:-2px}.cloud-one{left:-10%;top:18%}.cloud-two{left:52%;top:34%;transform:scale(.65);animation-duration:30s;animation-delay:-12s}.login-mountain,.login-island{display:none}.login-firefly{position:absolute;width:6px;height:6px;border-radius:50%;background:#fff4a9;box-shadow:0 0 18px #ffe970;animation:firefly 5s ease-in-out infinite}.login-firefly.f1{left:37%;top:30%}.login-firefly.f2{left:52%;top:57%;animation-delay:-1s}.login-firefly.f3{left:24%;top:67%;animation-delay:-2.4s}.login-firefly.f4{left:65%;top:20%;animation-delay:-3.2s}.login-game-logo{position:absolute;z-index:3;left:clamp(24px,4vw,76px);top:clamp(22px,5vh,56px);display:flex;align-items:center;gap:16px;text-shadow:0 3px 18px rgba(0,0,0,.55)}.game-crest{width:74px;height:74px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(145deg,#fff28a,#ffb72b);color:#17344a;border:3px solid rgba(255,255,255,.8);box-shadow:0 0 0 5px #072d4199,0 12px 25px #0006;transform:rotate(-5deg)}.game-crest svg:first-child{width:36px;height:36px}.game-crest svg:last-child{position:absolute;width:25px;transform:translate(23px,23px);padding:4px;background:#183f59;color:#fff;border-radius:50%}.login-game-logo small{font-weight:900;letter-spacing:4px;color:#ffe888}.login-game-logo h1{margin:2px 0 0;font-size:clamp(30px,4vw,58px);line-height:.95;letter-spacing:-2px;font-weight:1000;-webkit-text-stroke:1px rgba(4,38,55,.35)}.login-game-logo p{margin:7px 0 0;font-weight:700;letter-spacing:1px;color:#e6fbff}.game-login .login-pet-stage{position:absolute;z-index:2;left:13%;right:auto;bottom:5%;width:min(52vw,760px);height:68vh;display:flex;align-items:flex-end;justify-content:center}.game-login .login-pet-stage>img{position:relative;z-index:3;width:min(560px,76%);height:90%;object-fit:contain;filter:drop-shadow(0 38px 28px rgba(0,0,0,.45));animation:heroPetFloat 3.4s ease-in-out infinite}.game-login .login-pet-stage .pet-shadow{width:52%;height:45px;bottom:2%;background:#00000080}.login-pet-aura{position:absolute;z-index:1;width:520px;height:520px;bottom:6%;border-radius:50%;background:radial-gradient(circle,rgba(113,239,255,.38),rgba(65,175,255,.12) 48%,transparent 70%);filter:blur(5px);animation:auraPulse 4s ease-in-out infinite}.summon-circle{position:absolute;width:520px;height:160px;bottom:0;border-radius:50%;border:4px solid rgba(127,245,255,.45);box-shadow:0 0 36px #5fe5ff9e,inset 0 0 35px #3bc1ff59;transform:perspective(400px) rotateX(67deg);animation:ringRotate 12s linear infinite}.summon-circle:before,.summon-circle:after,.summon-circle i{content:"";position:absolute;inset:13%;border:2px dashed rgba(255,238,132,.65);border-radius:50%}.summon-circle:after{inset:28%;border-style:solid;border-color:#75ebffa6}.summon-circle i:nth-child(2){inset:-10%;border-color:#ffffff2e}.login-pet-name{position:absolute;z-index:5;bottom:5%;right:3%;display:flex;flex-direction:column;align-items:flex-end;text-shadow:0 3px 13px #061a2a}.login-pet-name span{font-size:10px;letter-spacing:3px;color:#ffed92;font-weight:900}.login-pet-name strong{font-size:28px}.login-panel.game-window{position:absolute;z-index:5;right:clamp(24px,6vw,110px);top:50%;transform:translateY(-42%);width:min(420px,38vw);padding:38px 34px 30px;border-radius:24px;background:linear-gradient(145deg,#0f3144ed,#051826f5);border:2px solid rgba(186,237,255,.35)}.window-ribbon{position:absolute;left:22px;right:22px;top:-20px;min-height:42px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:11px;background:linear-gradient(180deg,#ffe784,#e8a92b);color:#27333a;border:2px solid #fff0aa;box-shadow:0 5px #8b6018,0 11px 25px #00000061;font-size:11px;font-weight:1000;letter-spacing:1px}.window-ribbon svg{width:17px}.server-status{display:flex;align-items:center;justify-content:center;gap:7px;color:#90f4bc;font-size:10px;margin:6px 0 18px}.server-status i{width:8px;height:8px;border-radius:50%;background:#64f49e;box-shadow:0 0 12px #64f49e;animation:serverPulse 1.8s infinite}.login-panel h2{font-size:30px;margin:0 0 8px;text-align:center}.login-panel .login-copy{text-align:center;margin:0 auto 22px;line-height:1.55;color:#bcd0de}.game-form label>span{font-size:10px;font-weight:850;letter-spacing:.7px;color:#d5e8f4;text-transform:uppercase}.game-form input{height:50px;border-radius:12px;background:#020e18a6;border:1px solid rgba(151,220,248,.24);box-shadow:inset 0 2px 8px #0000004d;color:#fff;padding:0 15px}.game-form input:focus{border-color:#76e7ff;box-shadow:0 0 0 3px #4bd5ff1f,inset 0 2px 8px #00000040}.start-game-button{width:100%;height:56px;margin-top:6px;text-transform:uppercase;letter-spacing:1px;font-weight:1000}.start-game-button span{flex:1}.secure-note{margin-top:20px;background:#07121c7a;border:1px solid rgba(161,214,238,.12);font-size:9px;line-height:1.5}.login-footer{position:absolute;z-index:4;left:30px;right:30px;bottom:14px;display:flex;justify-content:space-between;color:#e4f8ffb3;font-size:9px;letter-spacing:1px}.app-shell{position:relative;min-height:100svh;background:#102c38;overflow-x:hidden}.world-backdrop{position:fixed;inset:0;z-index:0;background-image:linear-gradient(#0718220f,#04101938),var(--game-bg,var(--lobby-bg));background-position:center;background-size:cover;filter:saturate(1.08)}.world-vignette{position:absolute;inset:0;background:radial-gradient(circle at 52% 46%,transparent 32%,rgba(2,12,18,.16) 70%,rgba(1,8,13,.55) 100%)}.world-mist{position:absolute;width:55vw;height:90px;bottom:12%;border-radius:50%;background:#b7f4e81a;filter:blur(28px);animation:mistFloat 15s ease-in-out infinite}.mist-a{left:-10%}.mist-b{right:-15%;animation-delay:-7s}.content-mode .world-backdrop{filter:saturate(.65) brightness(.44) blur(2px);transform:scale(1.02)}.game-hud{position:fixed;z-index:45;left:82px;right:18px;top:14px;height:64px;display:flex;align-items:center;gap:12px;pointer-events:none}.game-hud>*{pointer-events:auto}.hud-profile{height:60px;min-width:245px;display:flex;align-items:center;gap:10px;padding:5px 12px 5px 5px;color:#fff;border:1px solid rgba(173,230,255,.3);border-radius:17px;background:linear-gradient(100deg,#092231f0,#103b4de0);box-shadow:inset 0 1px #ffffff24,0 8px 22px #00000054}.hud-avatar{position:relative;width:50px;height:50px;border-radius:14px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#7be6ff,#3d7fb5);border:2px solid #d3f7ff}.hud-avatar img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 3px rgba(0,0,0,.35))}.hud-profile>span:nth-child(2){display:flex;flex-direction:column;align-items:flex-start;flex:1}.hud-profile b{font-size:13px}.hud-profile small{font-size:9px;color:#9fc0d2;margin-top:3px}.hud-level{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(#ffe98a,#d99723);color:#24323b;border:2px solid #fff0ae;font-size:11px;font-weight:1000}.hud-title{display:flex;flex-direction:column;align-items:center;margin:auto;text-shadow:0 2px 12px rgba(0,0,0,.8)}.hud-title span{font-weight:1000;letter-spacing:1px}.hud-title small{font-size:9px;color:#d8edf6;margin-top:3px}.hud-resources{display:flex;align-items:center;gap:8px}.resource-pill{height:50px;min-width:132px;border:1px solid rgba(172,231,255,.26);border-radius:16px;padding:5px 9px;display:flex;align-items:center;gap:8px;background:linear-gradient(180deg,#0d3042f0,#051826f5);color:#fff;box-shadow:inset 0 1px #ffffff1f,0 8px 20px #00000047}.resource-pill>svg{width:25px;color:#ffe06a;filter:drop-shadow(0 0 6px rgba(255,217,83,.4))}.resource-pill>span{display:flex;flex-direction:column;align-items:flex-start;flex:1}.resource-pill small{font-size:7px;letter-spacing:1px;color:#8fafc0}.resource-pill b{font-size:13px}.resource-pill>i{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#61e4a1;color:#062119;font-style:normal;font-weight:1000}.resource-pill.trophy>svg{color:#ffcf55}.hud-round,.mobile-menu-button{width:48px;height:48px;border-radius:15px;border:1px solid rgba(171,228,255,.25);display:grid;place-items:center;background:linear-gradient(180deg,#143c4ff2,#071d2bf5);color:#eaf9ff;box-shadow:inset 0 1px #ffffff1f,0 7px 18px #00000045}.hud-round svg{width:20px}.sidebar.game-rail{z-index:50;inset:12px auto 12px 12px;width:58px;padding:7px 5px;background:linear-gradient(180deg,#0a2939f5,#04141ff7);border:1px solid rgba(176,233,255,.25);border-radius:20px;box-shadow:inset 0 1px #ffffff1f,0 16px 40px #0000006b;backdrop-filter:blur(18px)}.game-rail .sidebar-brand{padding:5px 2px 12px;justify-content:center}.game-rail .sidebar-brand>div:nth-child(2),.game-rail .sidebar-user>div:nth-child(2),.game-rail .sidebar-user>.avatar{display:none}.game-rail .brand-mark.small{width:43px;height:43px;border-radius:14px}.game-rail nav{gap:5px;overflow-y:auto;scrollbar-width:none}.game-rail nav button{position:relative;width:46px;height:46px;padding:0;justify-content:center;border:1px solid transparent;border-radius:14px}.game-rail nav button:hover{background:#68ecff1c;border-color:#71e6ff2b}.game-rail nav button.active{background:linear-gradient(145deg,#78efff,#3589c4);color:#082334;border-color:#baf8ff;box-shadow:inset 0 2px #fff9,0 4px #195b7e,0 0 22px #52daff59}.game-rail .rail-icon{display:grid;place-items:center}.game-rail .rail-icon svg{width:21px}.game-rail .rail-label{display:none}.game-rail nav button:after{content:attr(title);position:absolute;left:56px;top:50%;transform:translate(8px,-50%);padding:7px 10px;border-radius:9px;background:#071b28;border:1px solid rgba(153,220,248,.2);color:#fff;font-size:10px;white-space:nowrap;opacity:0;pointer-events:none;transition:.18s}.game-rail nav button:hover:after{opacity:1;transform:translateY(-50%)}.game-rail nav button em{position:absolute;right:-4px;top:-4px;margin:0;font-size:6px}.game-rail .sidebar-user{padding:8px 0 2px;justify-content:center}.game-rail .sidebar-user .icon-button{width:42px;height:40px;display:grid;place-items:center;background:#ff697b14;color:#ff9aaa}.main-area{position:relative;z-index:2;margin-left:70px;min-height:100svh}.page-content{max-width:none;padding:98px 26px 122px}.lobby-mode .page-content{height:100svh;padding:0;overflow:hidden}.content-mode .page-content>section,.content-mode .page-content>.play-layout,.content-mode .page-content>.admin-layout{max-width:1420px;margin:0 auto}.content-mode .page-content>section{background:linear-gradient(145deg,#071b28e6,#04111cf0);border:1px solid rgba(165,226,255,.2);border-radius:25px;padding:26px;box-shadow:var(--game-shadow);backdrop-filter:blur(15px)}.game-dock{position:fixed;z-index:44;left:50%;bottom:15px;transform:translate(-50%);height:82px;display:flex;align-items:flex-end;gap:4px;padding:7px 12px;border-radius:25px;background:linear-gradient(180deg,#113748f5,#041622fa);border:1px solid rgba(174,232,255,.28);box-shadow:inset 0 1px #ffffff24,0 18px 45px #0000007a;backdrop-filter:blur(18px)}.game-dock button{position:relative;width:82px;height:62px;border:0;background:transparent;color:#91adbd;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:17px;transition:.2s}.game-dock button span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#ffffff0b;border:1px solid rgba(255,255,255,.06)}.game-dock button svg{width:19px}.game-dock button b{font-size:8px}.game-dock button.active{color:#fff;background:linear-gradient(180deg,#63e9ff2b,#4082ff0f);box-shadow:inset 0 2px #ffffff14}.game-dock button.active span{background:linear-gradient(145deg,#79efff,#3985ca);color:#072033;border-color:#b7f7ff;box-shadow:0 0 20px #56deff5c}.game-dock .dock-primary{width:92px;height:84px;margin-bottom:4px}.game-dock .dock-primary span{width:58px;height:58px;border-radius:50%;background:linear-gradient(145deg,#fff28b,#f0a42d);color:#263238;border:3px solid #fff0a2;box-shadow:0 0 0 4px #174a62,0 7px #845c22,0 0 28px #ffcd4661}.game-dock .dock-primary span svg{width:27px}.game-dock .dock-primary b{display:none}.game-dock .dock-primary i{font-size:8px;font-style:normal;font-weight:1000;color:#ffe889;margin-top:3px}.bottom-nav{display:none!important}.lobby-world{position:relative;width:100%;height:100svh;min-height:680px;overflow:hidden}.lobby-atmosphere{position:absolute;inset:0;pointer-events:none}.leaf{position:absolute;width:18px;height:10px;border-radius:100% 0;background:#7bd393;filter:drop-shadow(0 2px 2px rgba(0,0,0,.3));animation:leafFall 9s linear infinite}.leaf-1{left:18%;top:-5%;animation-delay:-1s}.leaf-2{left:63%;top:-8%;animation-delay:-5s;transform:scale(.7)}.leaf-3{left:86%;top:-4%;animation-delay:-7s;transform:scale(1.2)}.spark{position:absolute;width:7px;height:7px;border-radius:50%;background:#fff1a6;box-shadow:0 0 15px #ffdf56;animation:firefly 4s ease-in-out infinite}.spark-1{left:37%;top:31%}.spark-2{left:67%;top:50%;animation-delay:-1.6s}.spark-3{left:49%;top:67%;animation-delay:-2.7s}.lobby-season-banner{position:absolute;z-index:5;left:26px;top:96px;width:310px;min-height:70px;padding:9px 10px;display:flex;align-items:center;gap:10px;color:#fff;border-radius:17px;background:linear-gradient(100deg,#072534ed,#154d54db);border:1px solid rgba(185,240,255,.25);box-shadow:0 11px 28px #00000052;backdrop-filter:blur(13px)}.season-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#6ee6ae,#2b9b72);border:1px solid #b7ffd8;color:#092b25}.season-icon svg{width:25px}.lobby-season-banner>div{display:flex;flex-direction:column;flex:1}.lobby-season-banner small{font-size:7px;letter-spacing:1.4px;color:#9cc7cf}.lobby-season-banner b{font-size:14px}.lobby-season-banner div span{font-size:8px;color:#aed0d5;margin-top:2px}.lobby-season-banner button{height:34px;padding:0 9px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#04161e73;color:#fff;display:flex;align-items:center;gap:5px;font-size:8px}.lobby-season-banner button svg{width:14px}.lobby-player-card{position:absolute;z-index:5;left:26px;top:184px;width:310px;padding:17px}.player-rank-row{display:flex;align-items:center;gap:11px}.rank-medal{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#ffe686,#bf7a1f);color:#27323a;border:2px solid #fff0a5;box-shadow:0 5px #704513}.rank-medal svg{width:26px}.player-rank-row small{font-size:7px;letter-spacing:1.3px;color:#86a9ba}.player-rank-row h2{margin:2px 0;font-size:19px}.player-rank-row p{margin:0;font-size:9px;color:#b5ccd8}.lobby-level{display:flex;justify-content:space-between;margin-top:15px;font-size:8px;color:#afc8d4}.lobby-level span{font-weight:900;color:#ffe27a}.lobby-player-card .progress{margin:6px 0 13px;height:9px;border:1px solid rgba(255,255,255,.09)}.player-xp i{background:linear-gradient(90deg,#7e71ff,#cb78ff)}.lobby-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.lobby-mini-stats button{padding:8px 3px;border-radius:11px;border:1px solid rgba(164,222,246,.13);background:#02111b61;color:#dff6ff;display:flex;flex-direction:column;align-items:center;gap:2px}.lobby-mini-stats svg{width:16px;color:#72eaff}.lobby-mini-stats b{font-size:10px}.lobby-mini-stats span{font-size:7px;color:#83a3b4}.world-portal{position:absolute;z-index:7;width:260px;min-height:74px;padding:10px 14px 10px 9px;border-radius:18px;border:1px solid rgba(192,240,255,.3);display:flex;align-items:center;gap:10px;color:#fff;text-align:left;background:linear-gradient(105deg,#082a38f5,#0b4d4edb);box-shadow:inset 0 1px #ffffff1f,0 12px 30px #00000059;transition:.22s;overflow:hidden}.world-portal:hover{transform:translate(-5px) scale(1.025);border-color:#e4fdff9e;box-shadow:inset 0 1px #ffffff2e,0 17px 38px #0006,0 0 25px #58e8ff26}.world-portal .portal-glow{position:absolute;inset:-80% 45% -80% -30%;background:radial-gradient(circle,rgba(123,239,255,.22),transparent 62%)}.portal-icon{position:relative;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#75efff,#318dbe);color:#062331;border:2px solid #bcf8ff;box-shadow:0 5px #165c78}.portal-icon svg{width:27px}.world-portal>span:nth-child(3){position:relative;display:flex;flex-direction:column;flex:1}.world-portal small{font-size:7px;letter-spacing:1px;color:#9fc0cb}.world-portal b{font-size:15px}.world-portal em{font-size:8px;color:#b7d0d8;font-style:normal;margin-top:2px}.world-portal>svg{width:18px}.portal-adventure{right:28px;top:135px;background:linear-gradient(105deg,#092d3df5,#125a5de6)}.portal-adventure .portal-icon{background:linear-gradient(145deg,#ffe986,#ef9d27);border-color:#fff2a8;color:#3b3020;box-shadow:0 5px #855817}.portal-egg{right:28px;top:222px}.portal-egg .portal-icon{background:linear-gradient(145deg,#c69bff,#7950dd);border-color:#e6d2ff;color:#1e1236;box-shadow:0 5px #482d8e}.portal-mission{right:28px;top:309px}.portal-mission .portal-icon{background:linear-gradient(145deg,#78efaf,#30996a);border-color:#c7ffe0;color:#092f23;box-shadow:0 5px #1b6545}.lobby-pet-stage{position:absolute;z-index:3;left:50%;top:49%;transform:translate(-50%,-50%);width:min(52vw,760px);height:min(76vh,760px);display:flex;align-items:center;justify-content:center}.lobby-pet-stage>img{position:relative;z-index:4;width:78%;height:76%;object-fit:contain;filter:drop-shadow(0 42px 28px rgba(0,0,0,.43));animation:heroPetFloat 3.6s ease-in-out infinite}.lobby-pet-stage .pet-shadow{width:43%;height:42px;bottom:13%;background:#0000006b;filter:blur(10px)}.pet-aura-core{position:absolute;width:58%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(136,242,255,.35),rgba(66,188,244,.12) 50%,transparent 70%);filter:blur(4px);animation:auraPulse 4s ease-in-out infinite}.pet-magic-ring{position:absolute;bottom:8%;width:58%;height:18%;border-radius:50%;border:3px solid rgba(133,243,255,.36);box-shadow:0 0 35px #61dcff6b,inset 0 0 28px #50d3ff42;transform:perspective(500px) rotateX(64deg);animation:ringRotate 14s linear infinite}.pet-magic-ring:before,.pet-magic-ring:after,.pet-magic-ring i{content:"";position:absolute;border-radius:50%;border:2px dashed rgba(255,236,132,.5);inset:13%}.pet-magic-ring:after{inset:30%;border-style:solid;border-color:#6ce7ff8c}.floating-pet-label{position:absolute;z-index:6;bottom:8%;left:50%;transform:translate(-50%);text-align:center;min-width:240px;text-shadow:0 3px 15px rgba(0,0,0,.85)}.floating-pet-label span{font-size:8px;letter-spacing:2px;color:#ffe47f;font-weight:900}.floating-pet-label h1{font-size:30px;line-height:1;margin:4px 0}.floating-pet-label p{margin:0;font-size:9px;color:#d5ecf4}.lobby-pet-panel{position:absolute;z-index:6;left:26px;bottom:112px;width:310px;padding:15px}.pet-panel-head{display:flex;align-items:center;justify-content:space-between}.pet-panel-head div{display:flex;flex-direction:column}.pet-panel-head small{font-size:7px;letter-spacing:1px;color:#87aaba}.pet-panel-head b{font-size:15px}.pet-panel-head>span{padding:5px 8px;border-radius:8px;background:#ffde581c;color:#ffe36b;font-size:9px;font-weight:900}.pet-hp-bar{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;margin:12px 0 9px;font-size:8px}.pet-hp-bar>span{color:#73eca4;font-weight:1000}.pet-hp-bar>i{height:9px;border-radius:99px;background:#07151d;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.pet-hp-bar>i>b{height:100%;display:block;background:linear-gradient(90deg,#55db91,#8cffad)}.pet-hp-bar strong{font-size:9px}.pet-stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.pet-stat-strip span{padding:6px 2px;text-align:center;border-radius:8px;background:#000a125c;font-size:6px;color:#829fac}.pet-stat-strip b{display:block;color:#fff;font-size:9px}.lobby-pet-panel>button{margin-top:9px;width:100%;height:29px;border-radius:8px;border:1px solid rgba(137,218,249,.15);background:#47b8dc17;color:#88eaff;font-size:8px;display:flex;align-items:center;justify-content:center;gap:4px}.lobby-pet-panel>button svg{width:13px}.lobby-quest-card{position:absolute;z-index:5;right:28px;top:400px;width:260px;padding:13px}.lobby-quest-card header{display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.lobby-quest-card header>span{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,#75e8ac,#318b66);color:#082c20}.lobby-quest-card header svg{width:18px}.lobby-quest-card header>div{display:flex;flex-direction:column;flex:1}.lobby-quest-card header small{font-size:6px;letter-spacing:1px;color:#86a8b7}.lobby-quest-card header b{font-size:10px}.lobby-quest-card header button{border:0;background:none;color:#a8d5e7}.quest-line{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.055)}.quest-line>i{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;background:#71a8c121;color:#9ec7d7}.quest-line>i.done{background:#57df9124;color:#63e89a}.quest-line svg{width:14px}.quest-line>span{display:flex;flex-direction:column}.quest-line b{font-size:9px}.quest-line small{font-size:7px;color:#829fab;margin-top:2px}.quest-energy{display:flex;justify-content:space-between;font-size:8px;margin-top:10px}.quest-energy span{color:#ffd95f;font-weight:900}.lobby-quest-card .progress{height:6px;margin:5px 0 0}.energy-progress i{background:linear-gradient(90deg,#ffca4e,#fff078)}.lobby-event-card{position:absolute;z-index:6;right:28px;bottom:112px;width:260px;height:80px;padding:10px 14px;border-radius:18px;border:1px solid rgba(225,197,255,.34);display:flex;align-items:center;gap:11px;color:#fff;background:linear-gradient(105deg,#2a1a49f5,#632c77e6);box-shadow:inset 0 1px #ffffff24,0 15px 30px #00000059;text-align:left}.event-swords{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#d993ff,#7449c6);border:2px solid #edd1ff;box-shadow:0 5px #462a81}.event-swords svg{width:28px}.lobby-event-card>span:nth-child(2){display:flex;flex-direction:column;flex:1}.lobby-event-card small{font-size:7px;letter-spacing:1.5px;color:#dabcf0}.lobby-event-card b{font-size:15px}.lobby-event-card em{font-size:7px;color:#ffdf70;font-style:normal;font-weight:900}.lobby-event-card>svg{width:18px}.lobby-refresh{position:absolute;z-index:8;right:305px;bottom:116px;width:42px;height:42px;border-radius:13px;border:1px solid rgba(173,232,255,.25);background:#061e2bd9;color:#b6eaff;display:grid;place-items:center}.lobby-refresh svg{width:18px}.section-heading{padding-bottom:18px;border-bottom:1px solid rgba(166,227,255,.12)}.section-heading h1{font-size:34px;text-shadow:0 3px 16px rgba(0,0,0,.45)}.section-heading .eyebrow{color:#ffe274}.dashboard-card,.question-card,.pet-card,.item-card,.mission-list article,.mail-list article,.admin-card,.leaderboard{background:linear-gradient(145deg,#143648f2,#051723f5);border:1px solid rgba(169,228,255,.21);box-shadow:inset 0 1px #ffffff17,0 13px 30px #00000047}.pet-card{border-radius:21px;overflow:hidden}.pet-card:hover{transform:translateY(-5px);box-shadow:inset 0 1px #ffffff1f,0 20px 38px #00000057,0 0 22px #55e0ff1f}.pet-card-art{background:radial-gradient(circle at 50% 65%,#53e5ff2b,#05142073 63%),linear-gradient(160deg,#173e53,#091c2b)}.pet-card-art:after{content:"";position:absolute;inset:15%;border:1px solid rgba(106,222,255,.14);border-radius:50%;box-shadow:0 0 28px #51d3ff1a}.pet-card-art img{position:relative;z-index:2;animation:petIdle 3.5s ease-in-out infinite}.tier-chip,.main-chip{z-index:3}.question-card{border-radius:24px}.answer-list button{background:linear-gradient(180deg,#1c4558db,#0b2637e6);border:1px solid rgba(155,220,248,.18);border-radius:15px;box-shadow:inset 0 1px #ffffff0f,0 4px 10px #00000029}.answer-list button:hover,.answer-list button.selected{border-color:#78e9ff;background:linear-gradient(180deg,#3ea0be70,#0f4860b8);box-shadow:0 0 18px #5bddff29}.answer-list button b{background:linear-gradient(145deg,#7ceeff,#3c91c7);color:#082333;border:1px solid #baf8ff}.battle-stage{background-image:linear-gradient(#0518221f,#020e17b3),var(--game-bg,var(--lobby-bg));background-position:center;background-size:cover;border:1px solid rgba(175,233,255,.26);border-radius:25px}.battle-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(2,15,23,.7));pointer-events:none}.battle-pet{z-index:2}.stage-label,.battle-log{z-index:3}.inventory-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.item-card{border-radius:22px;padding:22px}.item-art{background:radial-gradient(circle,#9f6dff38,#0514211a 68%);border-radius:18px}.mission-icon,.mail-icon{background:linear-gradient(145deg,#76edff,#3d87c2);color:#092331;border:1px solid #b9f9ff;box-shadow:0 4px #1b5879}.leader-head{background:#04131e5c;border-radius:13px}.leader-row.top-1{background:linear-gradient(90deg,rgba(255,218,87,.14),transparent)}.leader-row.top-2{background:linear-gradient(90deg,rgba(205,225,239,.1),transparent)}.leader-row.top-3{background:linear-gradient(90deg,rgba(215,135,81,.1),transparent)}.admin-tabs button{background:#03111c57;border:1px solid rgba(160,220,247,.08)}.admin-tabs button.active{background:linear-gradient(180deg,#59deff3b,#2771992e);border-color:#68e5ff4d;box-shadow:inset 3px 0 #67e8ff}.form-grid input,.form-grid select,.stack-form input,.stack-form select,.stack-form textarea,.question-admin-form textarea,.question-admin-form select{background:#020e17a3;border:1px solid rgba(151,216,242,.2);color:#effaff;border-radius:11px}.form-grid input:focus,.stack-form input:focus,.stack-form textarea:focus,.question-admin-form textarea:focus{outline:none;border-color:#6de6ff;box-shadow:0 0 0 3px #55dcff1a}.coming-soon{background-image:linear-gradient(#16102fc2,#050f1ced),var(--game-bg,var(--lobby-bg));background-size:cover;background-position:center;border:1px solid rgba(206,170,255,.28)}.modal-backdrop{z-index:100;background:#01090fb8;backdrop-filter:blur(8px)}.modal.settings-modal{max-width:520px;background:linear-gradient(145deg,#15394d,#071d2d);border:1px solid rgba(176,232,255,.3);box-shadow:0 30px 80px #0009}.settings-hero{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:linear-gradient(100deg,#5cdcff21,#5f4ad317);border:1px solid rgba(162,225,255,.12)}.settings-hero>svg{width:33px;color:#72e9ff}.settings-hero div{display:flex;flex-direction:column}.settings-hero span{font-size:9px;color:#90acba;margin-top:3px}.game-settings-list{display:grid;gap:8px;margin-top:13px}.game-settings-list>button{min-height:62px;padding:10px 13px;border:1px solid rgba(161,221,246,.13);border-radius:13px;background:#03121c6e;color:#fff;display:flex;align-items:center;text-align:left}.game-settings-list button>span{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;align-items:center;flex:1}.game-settings-list span>svg{grid-row:1/3;width:22px;color:#70e7ff}.game-settings-list b{font-size:11px}.game-settings-list small{font-size:8px;color:#829dab}.game-settings-list button>i{position:relative;width:38px;height:20px;border-radius:99px;background:#263f4d;border:1px solid rgba(255,255,255,.12)}.game-settings-list button>i:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;left:2px;top:2px;background:#809aa8;transition:.2s}.game-settings-list button>i.on{background:#279969}.game-settings-list button>i.on:after{left:20px;background:#9bffc6}.game-settings-list button>svg{width:18px;color:#9fc5d5}.danger-logout{width:100%;height:44px;margin-top:15px;border-radius:12px;border:1px solid rgba(255,126,148,.2);background:#ff526f14;color:#ffa0af;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.danger-logout svg{width:18px}@keyframes cloudDrift{0%{transform:translate(-10vw)}to{transform:translate(120vw)}}@keyframes firefly{0%,to{opacity:.25;transform:translate(0) scale(.8)}40%{opacity:1;transform:translate(20px,-25px) scale(1.2)}70%{opacity:.5;transform:translate(-10px,-45px)}}@keyframes serverPulse{0%,to{opacity:.5}50%{opacity:1;box-shadow:0 0 18px #64f49e}}@keyframes heroPetFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-16px) rotate(1deg)}}@keyframes ringRotate{0%{transform:perspective(500px) rotateX(64deg) rotate(0)}to{transform:perspective(500px) rotateX(64deg) rotate(360deg)}}@keyframes mistFloat{0%,to{transform:translate(0) scaleX(1)}50%{transform:translate(15%) scaleX(1.2)}}@keyframes leafFall{0%{transform:translate(-5vw,-10vh) rotate(0);opacity:0}12%{opacity:1}to{transform:translate(30vw,115vh) rotate(720deg);opacity:.2}}@media(max-width:1180px){.hud-title{display:none}.lobby-pet-stage{width:56vw;left:52%}.world-portal,.lobby-quest-card,.lobby-event-card{right:18px;width:235px}.lobby-player-card,.lobby-season-banner,.lobby-pet-panel{left:18px;width:285px}.game-login .login-pet-stage{left:5%;width:57vw}.login-panel.game-window{right:3%;width:400px}.game-dock button{width:72px}}@media(max-width:900px){.game-login .login-pet-stage{left:-3%;width:58vw;opacity:.8}.login-game-logo{left:28px}.login-panel.game-window{right:24px;width:390px}.hud-profile{min-width:190px}.hud-profile>span:nth-child(2) small{display:none}.resource-pill{min-width:106px}.resource-pill.trophy,.lobby-player-card{display:none}.lobby-season-banner{width:270px}.lobby-pet-stage{left:44%;width:63vw}.lobby-pet-panel{width:270px}.world-portal,.lobby-quest-card,.lobby-event-card{width:225px}.world-portal{min-height:66px}.portal-adventure{top:118px}.portal-egg{top:195px}.portal-mission{top:272px}.lobby-quest-card{top:349px}}@media(max-width:780px){.login-screen.game-login{min-height:100svh;overflow:auto}.login-game-logo{position:relative;left:auto;top:auto;padding:20px 18px;transform:scale(.8);transform-origin:left top}.game-crest{width:60px;height:60px}.login-game-logo h1{font-size:31px}.game-login .login-pet-stage{position:relative;left:auto;bottom:auto;width:100%;height:38vh;min-height:280px;margin-top:-20px;opacity:1;align-items:center}.game-login .login-pet-stage>img{width:62%;height:100%}.login-pet-aura{width:330px;height:330px}.summon-circle{width:330px;height:100px}.login-pet-name{right:18%;bottom:3%}.login-panel.game-window{position:relative;right:auto;top:auto;transform:none;width:calc(100% - 28px);margin:0 14px 50px;padding:34px 22px 24px}.login-footer{position:fixed;bottom:5px;font-size:7px}.sidebar.game-rail{inset:0 auto 0 0;width:min(82vw,300px);border-radius:0;padding:15px 12px;transform:translate(-105%)}.sidebar.game-rail.open{transform:none}.game-rail .sidebar-brand{justify-content:flex-start}.game-rail .sidebar-brand>div:nth-child(2),.game-rail .sidebar-user>div:nth-child(2),.game-rail .sidebar-user>.avatar{display:block}.game-rail .sidebar-brand>div:nth-child(2){flex:1}.game-rail nav button{width:100%;height:48px;justify-content:flex-start;padding:0 12px;gap:11px}.game-rail .rail-label{display:inline}.game-rail nav button:after{display:none}.game-rail .sidebar-user{justify-content:flex-start;padding:12px 6px}.game-rail .sidebar-user .icon-button{margin-left:auto}.game-hud{left:10px;right:10px;top:8px;height:55px;gap:7px}.mobile-menu-button{display:grid!important;width:44px;height:44px;flex:0 0 auto}.hud-profile{min-width:0;flex:1;height:50px}.hud-avatar{width:40px;height:40px}.hud-profile>span:nth-child(2) small{display:none}.hud-level{width:25px;height:25px;font-size:9px}.hud-resources{gap:5px}.resource-pill{min-width:82px;height:45px;padding:4px 7px}.resource-pill>svg{width:20px}.resource-pill small{display:none}.resource-pill b{font-size:10px}.resource-pill>i{display:none}.hud-round{display:none}.main-area{margin-left:0}.page-content{padding:78px 10px 86px}.lobby-mode .page-content{height:100svh}.game-dock{display:none}.bottom-nav{display:grid!important;background:linear-gradient(180deg,#0c2b3af5,#04131dfa);border-color:#aae5ff33;height:66px}.bottom-nav button{font-size:7px}.bottom-nav button svg{width:20px}.bottom-nav button.active{color:#73e9ff}.content-mode .page-content>section{padding:16px;border-radius:19px}.section-heading h1{font-size:26px}.lobby-world{min-height:620px}.lobby-season-banner{left:10px;right:10px;top:72px;width:auto;min-height:57px}.lobby-season-banner .season-icon{width:40px;height:40px}.lobby-season-banner button{display:none}.lobby-pet-stage{left:50%;top:42%;width:100vw;height:52vh}.lobby-pet-stage>img{width:68%;height:75%}.floating-pet-label{bottom:5%}.floating-pet-label h1{font-size:23px}.lobby-pet-panel{left:10px;bottom:76px;width:calc(100% - 20px);padding:10px}.pet-panel-head,.pet-hp-bar{display:none}.pet-stat-strip{grid-template-columns:repeat(4,1fr)}.lobby-pet-panel>button{margin-top:6px}.world-portal{top:auto;right:auto;bottom:174px;width:calc(33.333% - 10px);min-height:64px;padding:5px;display:flex;flex-direction:column;justify-content:center;text-align:center;gap:3px;border-radius:15px}.world-portal:hover{transform:none}.portal-adventure{left:7px}.portal-egg{left:calc(33.333% + 4px)}.portal-mission{right:7px;left:auto}.portal-icon{width:35px;height:35px;border-radius:11px;box-shadow:0 3px #165c78}.portal-icon svg{width:19px}.world-portal>span:nth-child(3) small,.world-portal>span:nth-child(3) em,.world-portal>svg{display:none}.world-portal b{font-size:9px}.lobby-quest-card,.lobby-event-card,.lobby-refresh{display:none}.play-layout{padding-bottom:0}.battle-stage{min-height:300px}.question-card{min-height:540px}.pet-grid{grid-template-columns:1fr 1fr}.admin-card{border-radius:16px}}@media(max-width:480px){.login-game-logo{transform:scale(.72);width:130%;padding-top:12px}.game-login .login-pet-stage{height:32vh;min-height:235px}.game-login .login-pet-stage>img{width:70%}.login-pet-name{right:10%}.login-panel.game-window{margin-top:-4px}.window-ribbon{font-size:9px}.hud-profile>span:nth-child(2){display:none}.hud-profile{flex:0}.hud-avatar{width:42px}.hud-level{position:absolute;left:39px;bottom:0}.resource-pill.energy{min-width:95px}.pet-grid{grid-template-columns:1fr}.lobby-pet-stage{top:40%;height:50vh}.lobby-pet-stage>img{width:76%}.lobby-pet-panel{bottom:70px}.world-portal{bottom:162px}.section-heading{margin-bottom:15px}.section-heading h1{font-size:24px}.content-mode .page-content>section{padding:13px}.modal.settings-modal{width:calc(100% - 20px)}}:root{--game-cream:#fff8df;--game-ink:#183347;--game-green:#65c56b;--game-gold:#ffd865;--game-blue:#58c9ef;--game-shadow:0 14px 34px rgba(12,47,65,.22)}.lobby-mode .world-backdrop{background:linear-gradient(180deg,#beefff29,#428d6914),var(--game-bg,var(--lobby-bg));background-size:cover;background-position:center}.lobby-mode .page-content{max-width:none;padding:74px 14px 76px;height:100svh;min-height:700px}.lobby-mode .game-hud{background:#f8fff9d1;border-color:#2d6f5b29;box-shadow:0 8px 24px #14525024;color:var(--game-ink)}.lobby-mode .hud-profile b,.lobby-mode .resource-pill b{color:var(--game-ink)}.lobby-mode .hud-profile small,.lobby-mode .resource-pill small{color:#5d7784}.lobby-mode .hud-round{color:#2d6578;background:#fff9}.pet-home-lobby{position:relative;width:100%;height:100%;min-height:620px;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,#bef1ff0d,#378c5e14);isolation:isolate}.pet-home-sky,.room-depth{position:absolute;inset:0;pointer-events:none}.pet-home-sky .cloud{position:absolute;width:160px;height:42px;border-radius:50px;background:#ffffff94;filter:blur(.2px);animation:homeCloud 24s linear infinite}.pet-home-sky .cloud:before,.pet-home-sky .cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}.pet-home-sky .cloud:before{width:72px;height:72px;left:23px;bottom:3px}.pet-home-sky .cloud:after{width:88px;height:88px;right:20px;bottom:1px}.pet-home-sky .c1{top:8%;left:-12%;transform:scale(.7)}.pet-home-sky .c2{top:17%;left:-20%;animation-duration:34s;animation-delay:-17s;transform:scale(.45);opacity:.75}.pet-home-sky .c3{top:4%;left:-26%;animation-duration:42s;animation-delay:-28s;transform:scale(.3);opacity:.55}.sun-ray{position:absolute;top:-20%;left:32%;width:24%;height:110%;background:linear-gradient(110deg,transparent,rgba(255,255,210,.16),transparent);transform:rotate(14deg);animation:sunBreath 6s ease-in-out infinite}.butterfly{position:absolute;width:13px;height:9px;border-radius:60% 10%;background:#ff9bc5;box-shadow:11px 0 #ffca78;animation:butterfly 8s ease-in-out infinite}.b1{left:31%;top:32%}.b2{right:31%;top:22%;animation-delay:-3s;transform:scale(.7)}.pet-home-profile{position:absolute;left:22px;top:20px;width:286px;padding:12px 14px;border-radius:20px;background:#fffce7e0;border:2px solid rgba(255,255,255,.72);box-shadow:var(--game-shadow);color:var(--game-ink);backdrop-filter:blur(10px);z-index:5}.trainer-badge{display:flex;gap:10px;align-items:center}.trainer-badge>span{width:47px;height:47px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#77daf0,#4a9ac6);color:#fff;font-weight:1000;font-size:19px;border:3px solid white;box-shadow:0 4px #2b7795}.trainer-badge div{display:flex;flex-direction:column}.trainer-badge small{font-size:7px;letter-spacing:1.3px;color:#78909a;font-weight:900}.trainer-badge b{font-size:15px;margin-top:2px}.trainer-badge em{font-size:9px;color:#6b8b67;font-style:normal}.trainer-xp{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;margin-top:9px;font-size:8px}.trainer-xp>span{font-weight:1000;color:#377d86}.trainer-xp>i{height:7px;background:#d6e7df;border-radius:50px;overflow:hidden}.trainer-xp>i b{display:block;height:100%;background:linear-gradient(90deg,#63d18b,#4ec4e7);border-radius:50px}.trainer-xp small{color:#76909a}.lobby-resource-strip{position:absolute;right:20px;top:20px;display:flex;gap:8px;z-index:5}.lobby-resource-strip button{height:54px;min-width:125px;border:2px solid rgba(255,255,255,.75);border-radius:18px;background:#fffbe5e6;color:var(--game-ink);display:flex;align-items:center;gap:8px;padding:7px 11px;box-shadow:var(--game-shadow)}.lobby-resource-strip svg{width:22px;color:#e79a29}.lobby-resource-strip span{display:flex;flex-direction:column;text-align:left}.lobby-resource-strip small{font-size:7px;letter-spacing:1px;color:#75909c;font-weight:900}.lobby-resource-strip b{font-size:13px}.pet-room-scene{position:absolute;inset:7% 22% 12%;display:flex;align-items:center;justify-content:center;z-index:2}.room-depth .tree-left,.room-depth .tree-right{position:absolute;bottom:12%;width:170px;height:260px;background:radial-gradient(ellipse at 50% 30%,#7ad074 0 35%,transparent 36%),radial-gradient(ellipse at 25% 45%,#5eb864 0 30%,transparent 31%),linear-gradient(90deg,transparent 43%,#8b6543 44% 56%,transparent 57%);filter:drop-shadow(0 18px 14px rgba(38,78,52,.18));opacity:.7}.tree-left{left:-8%;transform:scale(.8)}.tree-right{right:-8%;transform:scale(.62) scaleX(-1)}.pond{position:absolute;left:18%;right:18%;bottom:4%;height:19%;border-radius:50%;background:radial-gradient(ellipse,#8de3dd,#60b8c9 55%,rgba(89,145,105,.3) 58%,transparent 65%);opacity:.6;filter:blur(.2px)}.grass{position:absolute;bottom:14%;width:190px;height:24px;background:repeating-linear-gradient(75deg,transparent 0 7px,#6aa65f 8px 10px,transparent 11px 15px);opacity:.75}.g1{left:3%}.g2{right:4%;transform:scaleX(-1)}.wind-line{position:absolute;width:120px;height:24px;border-top:2px solid rgba(255,255,255,.46);border-radius:50%;animation:wind 5s ease-in-out infinite}.w1{left:5%;top:32%}.w2{right:4%;top:48%;animation-delay:-2s}.pet-speech{position:absolute;top:18%;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:18px 18px 18px 4px;background:#ffffffe8;color:#365365;box-shadow:0 8px 20px #21565b29;font-size:10px;font-weight:800;animation:speechFloat 3s ease-in-out infinite;z-index:8}.pet-speech:after{content:"";position:absolute;left:22%;bottom:-8px;border:9px solid transparent;border-top-color:#ffffffe8;border-left:0}.pet-speech svg{width:16px;color:#ffb64e}.home-pet{position:relative;width:min(46vw,490px);height:min(55vh,470px);border:0;background:transparent;display:grid;place-items:center;outline:none;z-index:5}.home-pet>img{position:relative;width:82%;height:86%;object-fit:contain;z-index:4;filter:drop-shadow(0 25px 25px rgba(34,65,56,.28));animation:petNaturalIdle 4s cubic-bezier(.45,.05,.55,.95) infinite;transform-origin:50% 82%;will-change:transform}.home-pet:hover>img{filter:drop-shadow(0 30px 30px rgba(28,91,73,.35)) brightness(1.04)}.home-pet.pet-pet>img{animation:petHappy .9s ease}.home-pet.pet-feed>img{animation:petEat .9s ease}.home-pet.pet-play>img{animation:petPlay .9s ease}.pet-glow{position:absolute;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(255,249,174,.33),rgba(105,211,186,.08) 50%,transparent 72%);animation:glowBreath 3.4s ease-in-out infinite}.pet-ground-ring{position:absolute;bottom:12%;width:68%;height:17%;border:2px solid rgba(255,255,220,.55);border-radius:50%;box-shadow:0 0 30px #ffef8247,inset 0 0 25px #51bd9426;animation:ringSoft 4s linear infinite}.home-pet-shadow{position:absolute;bottom:11%;width:48%;height:9%;border-radius:50%;background:#23473b3d;filter:blur(10px);animation:homeShadow 4s ease-in-out infinite}.love-particle{position:absolute;top:46%;z-index:10;color:#ff668c;animation:loveUp 1.3s ease-out forwards}.love-particle svg{width:26px;fill:currentColor}.home-pet-name{position:absolute;left:50%;bottom:5%;transform:translate(-50%);text-align:center;color:var(--game-ink);z-index:8;text-shadow:0 2px 0 rgba(255,255,255,.8)}.home-pet-name small{font-size:8px;letter-spacing:1.2px;font-weight:900;color:#517e7c}.home-pet-name h1{font-size:30px;margin:1px 0;letter-spacing:-1px}.home-pet-name span{font-size:9px;font-weight:800;color:#6e8588}.pet-status-bubble{position:absolute;right:-3%;bottom:19%;display:flex;flex-direction:column;gap:5px;color:#284d5d}.pet-status-bubble span{padding:6px 9px;border-radius:10px;background:#ffffffc7;box-shadow:0 5px 12px #1f55581a;font-size:7px}.pet-status-bubble b{display:block;font-size:10px}.lobby-game-actions{position:absolute;left:22px;top:155px;width:250px;display:grid;gap:9px;z-index:5}.lobby-game-actions button{position:relative;min-height:70px;border:2px solid rgba(255,255,255,.75);border-radius:19px;background:#fffce9e6;color:var(--game-ink);display:flex;align-items:center;gap:9px;padding:8px 10px;text-align:left;box-shadow:0 8px 18px #1d544c24;transition:.2s}.lobby-game-actions button:hover{transform:translate(5px) scale(1.015);background:#fffdf1}.lobby-game-actions button>span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#84ddf1,#52a7ca);color:#fff;box-shadow:0 4px #327f9d}.lobby-game-actions .action-explore{min-height:88px;background:linear-gradient(145deg,#fffbe8,#eaffdd);border-color:#fff}.lobby-game-actions .action-explore>span{width:53px;height:53px;background:linear-gradient(145deg,#8bd966,#4faf64);box-shadow:0 5px #368449}.lobby-game-actions div{display:flex;flex-direction:column;flex:1}.lobby-game-actions small{font-size:7px;letter-spacing:1px;color:#72909a;font-weight:900}.lobby-game-actions b{font-size:13px;margin:1px 0}.lobby-game-actions em{font-size:8px;color:#71868c;font-style:normal}.lobby-game-actions>button>svg{width:16px;color:#6b9298}.pet-care-dock{position:absolute;left:50%;bottom:14px;transform:translate(-50%);display:flex;gap:8px;padding:8px 11px;border-radius:25px;background:#fffceae3;border:2px solid rgba(255,255,255,.78);box-shadow:0 12px 30px #1c514833;backdrop-filter:blur(12px);z-index:10}.pet-care-dock button{min-width:76px;border:0;background:transparent;color:#46616a;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:8px;font-weight:900}.pet-care-dock button span{width:39px;height:39px;border-radius:14px;display:grid;place-items:center;background:#e5f5e7;color:#4aa263;transition:.2s}.pet-care-dock button:hover span{transform:translateY(-5px) rotate(-4deg);box-shadow:0 7px 13px #31734b2e}.pet-care-dock .care-main span{background:linear-gradient(145deg,#ff9bb1,#ef668e);color:#fff;box-shadow:0 4px #bd4767}.pet-care-dock svg{width:20px}.lobby-daily-card{position:absolute;right:20px;top:95px;width:270px;padding:13px;border-radius:19px;background:#fffce8e6;border:2px solid rgba(255,255,255,.72);color:var(--game-ink);box-shadow:var(--game-shadow);z-index:5}.lobby-daily-card header{display:flex;align-items:center;gap:8px}.lobby-daily-card header>span{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;background:#ffdb75;color:#825d13}.lobby-daily-card header div{display:flex;flex-direction:column;flex:1}.lobby-daily-card small{font-size:7px;color:#819298;letter-spacing:1px;font-weight:900}.lobby-daily-card b{font-size:11px}.lobby-daily-card button{border:0;border-radius:9px;background:#69bc70;color:#fff;font-size:8px;font-weight:900;padding:7px 9px}.daily-track{margin-top:9px}.daily-track i{display:block;height:7px;background:#dbe7d6;border-radius:50px;overflow:hidden}.daily-track i b{display:block;height:100%;background:#69c875}.daily-track span{display:block;font-size:7px;color:#768d8d;margin-top:5px}.pet-home-lobby .lobby-refresh{right:22px;bottom:20px;background:#fffc;color:#4a7e86}.adventure-map-screen{position:relative;min-height:calc(100vh - 115px);border-radius:28px;padding:28px;overflow:hidden;background:linear-gradient(145deg,#082330e0,#0b3532d1),var(--game-bg);background-size:cover;background-position:center;box-shadow:0 25px 70px #0000004d}.adventure-map-screen:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 20%,rgba(117,230,255,.18),transparent 40%),linear-gradient(180deg,transparent,rgba(3,18,27,.5));pointer-events:none}.adventure-map-head{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}.adventure-map-head h1{font-size:34px;margin:6px 0}.adventure-map-head p{color:#a8c5cc;margin:0}.map-energy{display:flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:#03131b99}.map-energy svg{color:#ffd762}.map-energy span{display:flex;flex-direction:column}.map-energy small{font-size:7px;color:#9fb6bd}.map-energy b{font-size:13px}.question-set-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:65px auto 28px;max-width:1080px}.question-set-grid button{position:relative;min-height:330px;padding:25px 20px;border:2px solid rgba(255,255,255,.14);border-radius:30px;background:linear-gradient(180deg,#194650cc,#051c26eb);color:#fff;text-align:center;box-shadow:0 18px 35px #0000003d;transition:.25s;overflow:hidden}.question-set-grid button:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 25%,rgba(96,223,255,.18),transparent 43%);opacity:.8}.question-set-grid button:hover,.question-set-grid button.selected{transform:translateY(-12px);border-color:#86f0d5;box-shadow:0 28px 55px #00000057,0 0 0 4px #71e5c31f}.question-set-grid button.selected:after{content:"";position:absolute;inset:7px;border:1px solid rgba(168,255,220,.38);border-radius:23px}.zone-number{position:absolute;left:15px;top:13px;font-size:33px;font-weight:1000;color:#ffffff1f}.zone-orb{position:relative;width:100px;height:100px;margin:15px auto 20px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#b8f8ff,#38aebd 54%,#145463 56%);box-shadow:0 0 0 9px #77e7f114,0 15px 25px #0000004d;animation:zoneFloat 3.2s ease-in-out infinite}.zone-2 .zone-orb{background:radial-gradient(circle at 35% 30%,#ffe9a4,#e49a3d 54%,#7f471b 56%);animation-delay:-1s}.zone-3 .zone-orb{background:radial-gradient(circle at 35% 30%,#d7c0ff,#866bd9 54%,#493477 56%);animation-delay:-2s}.zone-orb svg{width:42px;height:42px}.question-set-grid button>div:last-child{position:relative}.question-set-grid small{font-size:8px;letter-spacing:1px;color:#9bc8cf}.question-set-grid h3{font-size:19px;margin:8px 0}.question-set-grid p{min-height:65px;color:#a9bdc2;font-size:10px;line-height:1.5}.question-set-grid em{display:inline-flex;align-items:center;gap:5px;font-style:normal;color:#8be8c4;font-size:9px;font-weight:900}.question-set-grid em svg{width:15px}.start-adventure{position:relative;z-index:3;margin:auto;display:flex;align-items:center;gap:13px;min-width:300px;padding:12px 18px;border:2px solid #d9ffdd;border-radius:20px;background:linear-gradient(145deg,#9ce56f,#4cb96b);color:#123c27;box-shadow:0 7px #2b7a48,0 15px 30px #00000040;font-weight:900}.start-adventure>svg:first-child{width:30px}.start-adventure span{display:flex;flex-direction:column;flex:1;text-align:left}.start-adventure small{font-size:7px;opacity:.7}.start-adventure b{font-size:14px}.game-battle-layout .battle-back{position:absolute;left:13px;top:13px;z-index:5;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#020e16a6;color:#dceef2;padding:7px 9px;display:flex;gap:5px;align-items:center;font-size:8px}.battle-back svg{width:13px}.admin-center{max-width:1500px}.admin-center-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-center-head h1{font-size:31px;margin:5px 0}.admin-center-head p{color:var(--muted);margin:0}.admin-version{display:flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid rgba(100,225,255,.2);border-radius:14px;background:#1336458c}.admin-version>svg{color:#65e6d2}.admin-version span{display:flex;flex-direction:column}.admin-version small{font-size:7px;color:#89abb6}.admin-version b{font-size:11px}.admin-layout.v12{grid-template-columns:115px 1fr}.admin-layout.v12 .admin-tabs{padding:8px;border:1px solid rgba(151,220,241,.12);border-radius:20px;background:#05162085;gap:5px}.admin-layout.v12 .admin-tabs button{height:64px;padding:5px;flex-direction:column;justify-content:center;gap:3px}.admin-layout.v12 .admin-tabs button span{width:27px;height:27px;border-radius:9px;display:grid;place-items:center;background:#ffffff0a}.admin-layout.v12 .admin-tabs button b{font-size:8px}.admin-layout.v12 .admin-tabs button.active{box-shadow:none;background:linear-gradient(145deg,#41c1d33b,#4a7ac224);border-color:#6ce0f042}.admin-layout.v12 .admin-tabs button.active span{background:#5ccfe1;color:#082633}.admin-home{display:grid;gap:15px}.admin-home .admin-stat-grid button{position:relative;border:1px solid var(--line);border-radius:17px;background:linear-gradient(145deg,#102233,#0a1725);color:#fff;padding:17px;text-align:left;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:5px 9px}.admin-home .admin-stat-grid button>svg:first-child{grid-row:1/3;width:28px;color:#66e2ec}.admin-home .admin-stat-grid span{font-size:9px;color:#88a3ae}.admin-home .admin-stat-grid strong{font-size:23px}.admin-home .admin-stat-grid button>svg:last-child{grid-column:3;grid-row:1/3;width:15px;color:#647f8b}.quick-config header{display:flex;align-items:center;justify-content:space-between}.quick-config header small,.list-head small,.editor-title small{font-size:8px;letter-spacing:1.2px;color:#6bdde9;font-weight:900}.quick-config header h3{margin:3px 0}.quick-config header>svg{width:28px;color:#ffd966}.quick-config-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.quick-config-grid button{border:1px solid rgba(150,220,242,.12);border-radius:14px;background:#04162073;color:#fff;padding:15px;text-align:left;display:flex;flex-direction:column;gap:5px}.quick-config-grid button:hover{border-color:#5fd9e8;transform:translateY(-2px)}.quick-config-grid svg{color:#68dbe9}.quick-config-grid b{font-size:11px}.quick-config-grid span{font-size:8px;color:#7f9ba6}.admin-tips{display:flex;gap:12px;align-items:center}.admin-tips>svg{width:31px;color:#6be0a2}.admin-tips b{font-size:12px}.admin-tips p{margin:3px 0 0}.editor-title,.list-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.editor-title h3,.list-head h3{margin:2px 0 0}.pet-editor-top{display:grid;grid-template-columns:280px 1fr;gap:18px}.pet-admin-preview{min-height:310px;border-radius:22px;background:radial-gradient(circle at 50% 35%,rgba(82,225,247,.2),transparent 48%),linear-gradient(145deg,#0d3141,#071c28);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.pet-admin-preview>span{position:absolute;top:12px;left:12px;font-size:8px;letter-spacing:1px;color:#9ddbe3}.pet-admin-preview img{width:82%;height:210px;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(0,0,0,.35));animation:petNaturalIdle 4s ease-in-out infinite}.pet-admin-preview>div{text-align:center}.pet-admin-preview>div b,.pet-admin-preview>div small{display:block}.pet-admin-preview>div small{font-size:8px;color:#91b2bb}.pet-admin-preview nav{display:flex;gap:5px;margin-top:8px}.pet-admin-preview nav button{width:27px;height:25px;border-radius:8px;border:1px solid rgba(255,255,255,.13);background:#ffffff0d;color:#96b7c0}.pet-admin-preview nav button.active{background:#61d5e5;color:#082330}.span-2{grid-column:1/-1}.editor-section{margin-top:17px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07)}.editor-section h4,.option-editor h4,.tf-editor h4,.fill-editor h4{display:flex;align-items:center;gap:7px;margin:0 0 11px;font-size:11px}.editor-section h4 svg{width:17px;color:#69dce8}.stat-input-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.stat-input-grid label{padding:9px;border-radius:12px;background:#0516218c;border:1px solid rgba(137,211,235,.1)}.stat-input-grid label span{font-size:8px;color:#74dce6;font-weight:900}.stat-input-grid input{width:100%;border:0;background:transparent;color:#fff;font-size:18px;font-weight:900;outline:none;margin-top:3px}.form-editor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.form-editor-card,.skill-editor-card{border:1px solid rgba(143,213,236,.11);border-radius:14px;background:#04141e75;padding:11px}.form-editor-card>b{display:inline-flex;padding:4px 7px;border-radius:7px;background:#29495a;color:#85e4ee;font-size:8px}.form-editor-card label{display:block;margin-top:7px;font-size:8px;color:#7f9aa6}.form-editor-card input{width:100%;margin-top:3px}.skill-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.skill-editor-card>header{display:flex;justify-content:space-between;margin-bottom:10px}.skill-editor-card>header span{font-size:8px;color:#6bdce8;font-weight:900}.skill-editor-card>header b{font-size:8px;color:#7f9ba5}.sticky-save{position:sticky;bottom:8px;margin-top:18px;padding:9px 10px;border:1px solid rgba(110,220,231,.17);border-radius:14px;background:#051923eb;backdrop-filter:blur(12px);display:flex;justify-content:space-between;align-items:center;z-index:8}.sticky-save>span{display:flex;align-items:center;gap:6px;font-size:8px;color:#8db0b8}.sticky-save>span svg{width:15px;color:#60d99b}.admin-pet-list.visual>div{grid-template-columns:58px 1fr auto auto}.admin-pet-list.visual button{display:flex;gap:4px}.admin-pet-list.visual button svg{width:13px}.question-pack-overview>header{display:flex;justify-content:space-between}.set-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.set-card-grid>div{position:relative;min-height:145px;padding:13px;border:1px solid rgba(144,214,234,.12);border-radius:15px;background:#0516207a;display:flex;flex-direction:column;overflow:hidden}.set-card-grid>div.active{border-color:#59daa140}.set-index{position:absolute;right:8px;top:2px;font-size:31px;color:#ffffff0d;font-weight:1000}.set-card-grid b,.set-card-grid small{display:block}.set-card-grid b{font-size:11px;padding-right:25px}.set-card-grid small{font-size:8px;color:#72d4df;margin-top:4px}.set-card-grid p{font-size:8px;line-height:1.45;flex:1}.set-card-grid button{align-self:flex-start;border:0;background:transparent;font-size:8px;font-weight:900;padding:0}.new-set-panel{margin-top:11px;border:1px dashed rgba(126,205,229,.18);border-radius:12px;padding:10px}.new-set-panel summary{cursor:pointer;font-size:9px;font-weight:900;color:#74dce6;display:flex;align-items:center;gap:5px}.new-set-panel summary svg{width:15px}.new-set-panel form{margin-top:12px}.visual-question-editor>form{display:grid;gap:12px}.question-prompt-label{display:grid;gap:5px}.option-editor,.tf-editor,.fill-editor,.rubric-editor{padding:13px;border:1px solid rgba(133,207,231,.11);border-radius:14px;background:#05161f6b}.option-editor h4{justify-content:space-between}.option-editor h4 small{font-size:8px;color:#78939e;font-weight:400}.option-editor>label{display:grid;grid-template-columns:19px 34px 1fr 20px;align-items:center;gap:6px;padding:7px;margin-top:6px;border:1px solid rgba(255,255,255,.06);border-radius:11px;background:#ffffff06}.option-editor>label.correct{border-color:#54dd9757;background:#40c27f14}.option-editor label>b{width:28px;height:28px;border-radius:9px;background:#213f51;display:grid;place-items:center;font-size:10px}.option-editor label>svg{width:17px;color:transparent}.option-editor label.correct>svg{color:#5ce19b}.option-editor label>input:last-of-type{width:100%}.tf-editor>div{display:grid;grid-template-columns:25px 1fr 64px 64px;gap:6px;align-items:center;margin-top:7px}.tf-editor>div>b{color:#6bdde9}.tf-editor button{height:35px;border-radius:9px;border:1px solid rgba(255,255,255,.08);background:#142a38;color:#9ab0b9;font-size:9px}.tf-editor button.true.active{background:#267a53;color:#caffdf}.tf-editor button.false.active{background:#824052;color:#ffd1d9}.fill-editor header{display:flex;justify-content:space-between}.fill-editor>div{display:grid;grid-template-columns:25px 1fr 115px 34px;gap:6px;align-items:center;margin-top:7px}.fill-editor>div>button{height:34px;border:0;border-radius:9px;background:#ff5b771a;color:#ff91a4}.fill-editor>div>button svg{width:15px}.rubric-editor{display:grid;gap:6px}.question-filter{display:grid;grid-template-columns:1fr 250px 190px;gap:8px;margin-bottom:10px}.question-filter label{position:relative}.question-filter label svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;color:#6d919f}.question-filter label input{width:100%;padding-left:34px}.question-admin-list.compact{max-height:650px;overflow:auto}.question-admin-list.compact>div{display:grid;grid-template-columns:8px 1fr auto auto}.q-type-dot{width:7px;height:7px;border-radius:50%;background:#61d6e5}.q-type-dot.true_false_group{background:#ffca66}.q-type-dot.short_fill{background:#8ee18d}.q-type-dot.essay{background:#c49cff}.question-admin-list.compact button{display:flex;align-items:center;gap:3px}.question-admin-list.compact button svg{width:12px}.settings-preview-grid{display:grid;grid-template-columns:2fr 1fr;gap:10px;margin-bottom:14px}.background-preview,.egg-preview{height:190px;border-radius:17px;border:1px solid rgba(255,255,255,.12);background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:space-between;padding:12px;overflow:hidden}.background-preview span,.egg-preview span{padding:5px 8px;border-radius:8px;background:#03131cb3;font-size:8px}.background-preview>svg{width:50px;color:#ffffffbf}.egg-preview{align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(circle,#203e56,#071b28)}.egg-preview img{height:125px;animation:eggBob 2.5s ease-in-out infinite}.weight-total{font-size:9px;color:#8cabb4}.tier-weight-editor{display:grid;gap:7px}.tier-weight-editor label{display:grid;grid-template-columns:150px 1fr 90px;gap:8px;align-items:center}.tier-weight-editor label>span{display:flex;justify-content:space-between}.tier-weight-editor label b{font-size:9px}.tier-weight-editor label em{font-size:8px;color:#83a0aa;font-style:normal}.tier-weight-editor label>i{height:9px;border-radius:50px;background:#071620;overflow:hidden}.tier-weight-editor label>i b{display:block;height:100%;border-radius:50px;background:linear-gradient(90deg,#73dfe9,#50a8d4)}.tier-weight-editor .tier-uncommon>i b{background:#6bd18a}.tier-weight-editor .tier-rare>i b{background:#5e94f1}.tier-weight-editor .tier-ultra>i b{background:#bd78ed}.tier-weight-editor .tier-legendary>i b{background:#f1bd55}.tier-weight-editor .tier-divine>i b{background:linear-gradient(90deg,#ffd77b,#ff84cf,#79ddff)}.tier-weight-editor input{width:100%}.settings-save{margin-top:13px;width:100%}@keyframes homeCloud{0%{left:-28%}to{left:115%}}@keyframes sunBreath{0%,to{opacity:.45}50%{opacity:.8}}@keyframes butterfly{0%,to{transform:translate(0) rotate(-12deg)}25%{transform:translate(45px,-28px) rotate(10deg)}50%{transform:translate(75px,4px) rotate(-5deg)}75%{transform:translate(30px,35px) rotate(14deg)}}@keyframes wind{0%,to{transform:translate(-15px);opacity:0}35%,65%{opacity:.65}50%{transform:translate(38px)}}@keyframes speechFloat{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-5px)}}@keyframes petNaturalIdle{0%,to{transform:translateY(0) rotate(-.8deg) scaleY(1)}35%{transform:translateY(-7px) rotate(.5deg) scaleY(1.012)}55%{transform:translateY(-10px) rotate(.9deg) scaleY(.995)}75%{transform:translateY(-4px) rotate(-.2deg)}}@keyframes petHappy{0%{transform:translateY(0)}30%{transform:translateY(-42px) rotate(-7deg) scale(1.06)}55%{transform:translateY(-8px) rotate(6deg)}75%{transform:translateY(-24px) rotate(-3deg)}to{transform:translateY(0)}}@keyframes petEat{0%,to{transform:translateY(0)}35%{transform:translateY(16px) rotate(-4deg) scaleY(.94)}55%{transform:translateY(11px) rotate(4deg) scaleY(.96)}}@keyframes petPlay{0%{transform:rotate(0)}25%{transform:translate(-22px) rotate(-8deg)}55%{transform:translate(25px) rotate(9deg)}80%{transform:translate(-7px) rotate(-3deg)}to{transform:rotate(0)}}@keyframes glowBreath{0%,to{transform:scale(.92);opacity:.55}50%{transform:scale(1.06);opacity:.9}}@keyframes ringSoft{to{transform:rotate(360deg)}}@keyframes homeShadow{0%,to{transform:scaleX(1);opacity:.55}50%{transform:scaleX(.86);opacity:.35}}@keyframes loveUp{0%{opacity:0;transform:translateY(15px) scale(.5) rotate(-12deg)}20%{opacity:1}to{opacity:0;transform:translateY(-150px) scale(1.25) rotate(15deg)}}@keyframes zoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media(max-width:1180px){.pet-room-scene{left:19%;right:19%}.lobby-game-actions{width:225px}.lobby-daily-card{width:235px}.lobby-resource-strip button{min-width:105px}.form-editor-grid,.quick-config-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.lobby-resource-strip button:nth-child(2){display:none}.pet-room-scene{left:12%;right:12%}.lobby-daily-card{display:none}.lobby-game-actions{inset:auto 10px 92px;width:auto;grid-template-columns:repeat(3,1fr)}.lobby-game-actions button,.lobby-game-actions .action-explore{min-height:66px}.lobby-game-actions button>span,.lobby-game-actions .action-explore>span{width:38px;height:38px}.lobby-game-actions em,.lobby-game-actions small,.lobby-game-actions>button>svg{display:none}.pet-care-dock{bottom:10px}.pet-home-profile{width:240px}.question-set-grid{grid-template-columns:1fr;max-width:620px;margin-top:30px}.question-set-grid button{min-height:190px;display:grid;grid-template-columns:120px 1fr;text-align:left}.zone-orb{grid-row:1;grid-column:1;margin:auto}.question-set-grid button>div:last-child{grid-column:2}.question-set-grid p{min-height:0}.pet-editor-top{grid-template-columns:1fr}.pet-admin-preview{min-height:280px}.stat-input-grid{grid-template-columns:repeat(3,1fr)}.set-card-grid{grid-template-columns:1fr}.question-filter{grid-template-columns:1fr 1fr}.question-filter label{grid-column:1/-1}.tier-weight-editor label{grid-template-columns:120px 1fr 75px}}@media(max-width:780px){.lobby-mode .page-content{padding:70px 6px}.pet-home-lobby{border-radius:20px;min-height:650px}.pet-home-profile{left:7px;top:7px;width:205px;padding:8px}.trainer-badge>span{width:39px;height:39px}.trainer-badge b{font-size:12px}.trainer-xp{margin-top:5px}.lobby-resource-strip{right:7px;top:7px}.lobby-resource-strip button{min-width:88px;height:44px;padding:5px 7px}.lobby-resource-strip button:nth-child(2),.lobby-resource-strip button:nth-child(3){display:none}.pet-room-scene{inset:5% 0 21%}.home-pet{width:100vw;height:50vh}.home-pet>img{width:73%;height:80%}.pet-speech{top:23%;font-size:8px}.home-pet-name{bottom:7%}.home-pet-name h1{font-size:23px}.pet-status-bubble{display:none}.tree-left{left:-15%!important}.tree-right{right:-15%!important}.lobby-game-actions{bottom:82px;gap:5px}.lobby-game-actions button{padding:4px;justify-content:center;text-align:center;flex-direction:column;border-radius:14px}.lobby-game-actions button>span,.lobby-game-actions .action-explore>span{width:33px;height:33px}.lobby-game-actions div{flex:0}.lobby-game-actions b{font-size:8px}.pet-care-dock{left:7px;right:7px;transform:none;justify-content:space-around;border-radius:19px;padding:6px}.pet-care-dock button{min-width:55px}.pet-care-dock button span{width:34px;height:34px}.pet-care-dock b{font-size:7px}.adventure-map-screen{padding:18px 12px;min-height:calc(100svh - 150px)}.adventure-map-head{align-items:flex-start}.adventure-map-head h1{font-size:25px}.adventure-map-head p{font-size:10px}.map-energy{padding:7px}.question-set-grid{margin-top:24px;gap:10px}.question-set-grid button{min-height:160px;grid-template-columns:88px 1fr;padding:15px 12px;border-radius:21px}.zone-orb{width:70px;height:70px}.zone-orb svg{width:28px}.question-set-grid h3{font-size:14px}.question-set-grid p{font-size:8px}.start-adventure{min-width:260px}.admin-center-head{align-items:flex-start}.admin-version{display:none}.admin-layout.v12{grid-template-columns:1fr}.admin-layout.v12 .admin-tabs{position:static;display:flex;flex-direction:row;overflow:auto;border-radius:14px}.admin-layout.v12 .admin-tabs button{min-width:70px;height:56px}.quick-config-grid{grid-template-columns:1fr 1fr}.pet-editor-top{display:block}.pet-admin-preview{margin-bottom:12px}.stat-input-grid{grid-template-columns:1fr 1fr}.form-editor-grid,.skill-editor-grid{grid-template-columns:1fr}.sticky-save>span{display:none}.sticky-save button{width:100%}.admin-pet-list.visual>div{grid-template-columns:45px 1fr auto}.admin-pet-list.visual .danger{grid-column:3}.set-card-grid{grid-template-columns:1fr}.tf-editor>div{grid-template-columns:20px 1fr 54px 54px}.fill-editor>div{grid-template-columns:20px 1fr 82px 32px}.question-filter{grid-template-columns:1fr}.question-filter label{grid-column:auto}.question-admin-list.compact>div{grid-template-columns:6px 1fr auto}.question-admin-list.compact .danger{grid-column:3}.settings-preview-grid{grid-template-columns:1fr}.tier-weight-editor label{grid-template-columns:95px 1fr 70px}.admin-home .admin-stat-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.pet-home-profile{width:175px}.trainer-badge em{display:none}.lobby-resource-strip button{min-width:76px}.lobby-resource-strip small{display:none}.pet-speech{max-width:68%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-pet{height:46vh}.home-pet>img{width:82%}.lobby-game-actions{bottom:76px}.pet-care-dock button:nth-child(3){display:none}.quick-config-grid,.admin-home .admin-stat-grid{grid-template-columns:1fr}.question-set-grid button{grid-template-columns:75px 1fr}.zone-orb{width:61px;height:61px}.question-set-grid p{display:none}.start-adventure{width:100%;min-width:0}.option-editor>label{grid-template-columns:17px 28px 1fr}.option-editor label>svg{display:none}.tf-editor>div{grid-template-columns:20px 1fr}.tf-editor button{grid-row:2}.tf-editor button.true{grid-column:2;width:48%}.tf-editor button.false{grid-column:2;width:48%;justify-self:end}.fill-editor>div{grid-template-columns:20px 1fr 75px}.fill-editor>div>button{grid-column:3}.tier-weight-editor label{grid-template-columns:1fr 68px}.tier-weight-editor label>i{grid-column:1/-1;grid-row:2}.tier-weight-editor input{grid-column:2;grid-row:1}}.game-crest img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 4px 5px rgba(0,0,0,.3))}.v130-pet-storage{max-width:1240px;margin:0 auto}.v130-pet-storage>header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.v130-pet-storage>header h1{margin:4px 0;font-size:34px}.v130-pet-storage>header p{margin:0;color:#b9ced8}.v130-pet-storage-layout{display:grid;grid-template-columns:minmax(320px,430px) 1fr;gap:18px;align-items:start}.v130-pet-preview{position:sticky;top:92px;min-height:650px;padding:18px;border-radius:28px;background:linear-gradient(150deg,#103143f5,#061825f7);border:1px solid rgba(172,229,255,.24);box-shadow:0 22px 65px #0006,inset 0 1px #ffffff1f;overflow:hidden}.v130-pet-preview:before{content:"";position:absolute;width:380px;height:380px;left:50%;top:86px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle,rgba(84,222,255,.28),rgba(66,126,255,.08) 50%,transparent 72%);filter:blur(4px)}.preview-badges{position:relative;z-index:3;display:flex;justify-content:space-between}.preview-badges span,.preview-badges b{padding:7px 10px;border-radius:10px;background:#03121cb3;border:1px solid rgba(255,255,255,.14);font-size:10px;letter-spacing:.8px}.preview-badges b{background:linear-gradient(180deg,#ffe78b,#d89e2a);color:#21303a}.preview-art{position:relative;height:325px;display:grid;place-items:center}.preview-art>i{position:absolute;width:270px;height:270px;border-radius:50%;border:2px solid rgba(115,234,255,.28);box-shadow:0 0 35px #3cd2ff3b,inset 0 0 35px #4cd3ff1f;animation:ringRotate 16s linear infinite}.preview-art>img{position:relative;z-index:2;width:86%;height:95%;object-fit:contain;filter:drop-shadow(0 28px 18px rgba(0,0,0,.45));animation:heroPetFloat 3.2s ease-in-out infinite}.preview-art>span{position:absolute;bottom:18px;width:64%;height:28px;border-radius:50%;background:#0000006b;filter:blur(9px)}.preview-name{text-align:center;position:relative}.preview-name small{font-size:9px;letter-spacing:1.5px;color:#8edff4}.preview-name h2{font-size:30px;margin:4px 0}.preview-name p{margin:0;color:#c3d7e1}.preview-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0}.preview-stats span{padding:10px 6px;text-align:center;border-radius:12px;background:#03131d8f;border:1px solid rgba(159,219,244,.13)}.preview-stats small{display:block;font-size:8px;color:#84a8ba}.preview-stats b{display:block;margin-top:4px;font-size:14px}.preview-exp span{display:flex;justify-content:space-between;font-size:10px}.preview-exp>i{display:block;height:9px;margin-top:7px;border-radius:9px;background:#00000061;overflow:hidden}.preview-exp>i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#59d7ff,#8df7be)}.preview-actions{display:flex;gap:10px;margin-top:20px}.preview-actions button{flex:1;min-height:48px}.v130-select-pet{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;border:1px solid #baf6ff;background:linear-gradient(180deg,#75ecff,#2698c6);color:#061b25;font-weight:1000;box-shadow:0 5px #0d5879}.v130-select-pet:disabled{background:linear-gradient(180deg,#ffe98a,#c99424);border-color:#fff1b0;box-shadow:0 5px #785717;color:#1e2b32;opacity:1}.v130-pet-list{padding:16px;border-radius:24px;background:#071925e0;border:1px solid rgba(167,224,248,.19);box-shadow:0 18px 50px #00000052}.pet-list-title{display:flex;justify-content:space-between;align-items:center;padding:2px 4px 14px}.pet-list-title b{font-size:20px}.pet-list-title small{color:#8da9b8}.v130-pet-thumbs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.v130-pet-thumbs>button{min-height:116px;display:grid;grid-template-columns:92px 1fr 22px;align-items:center;gap:10px;padding:10px;border-radius:17px;text-align:left;color:#fff;background:linear-gradient(145deg,#193c4de6,#091f2df0);border:1px solid rgba(161,220,244,.15);transition:.18s}.v130-pet-thumbs>button:hover,.v130-pet-thumbs>button.selected{transform:translateY(-2px);border-color:#79e9ff;box-shadow:0 10px 24px #00000047,inset 0 0 22px #3cd2ff17}.v130-pet-thumbs>button.main{border-color:#f5d56e}.thumb-art{position:relative;width:88px;height:94px;border-radius:14px;display:grid;place-items:center;background:radial-gradient(circle,#73e2ff30,#0517238f);overflow:hidden}.thumb-art img{width:92%;height:92%;object-fit:contain;filter:drop-shadow(0 8px 6px rgba(0,0,0,.4))}.thumb-art i{position:absolute;right:4px;top:4px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#f5d766;color:#21303b}.thumb-art i svg{width:14px}.v130-pet-thumbs>button>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.v130-pet-thumbs b{font-size:14px;overflow:hidden;text-overflow:ellipsis}.v130-pet-thumbs small{margin-top:5px;color:#9db8c6}.v130-pet-thumbs em{margin-top:8px;color:#ffe286;font-size:10px;font-style:normal}.v130-adventure-select{max-width:1180px;margin:0 auto;min-height:calc(100svh - 125px);display:flex;flex-direction:column;padding:18px}.v130-adventure-select>header{display:flex;justify-content:space-between;align-items:center;gap:22px}.v130-adventure-select h1{margin:4px 0;font-size:38px}.v130-adventure-select p{margin:0;color:#bdd0da}.v130-selected-pet{min-width:290px;display:grid;grid-template-columns:66px 1fr auto;align-items:center;gap:10px;padding:8px 10px;border-radius:18px;background:#071b28e8;border:1px solid rgba(152,222,250,.2)}.v130-selected-pet img{width:64px;height:64px;object-fit:contain}.v130-selected-pet span{display:flex;flex-direction:column}.v130-selected-pet small{font-size:8px;color:#80dff2;letter-spacing:1px}.v130-selected-pet b{margin-top:2px}.v130-selected-pet em{margin-top:4px;font-size:9px;color:#a8bdc8;font-style:normal}.v130-selected-pet>button{padding:8px;border-radius:9px;background:#33657e8f;color:#fff;border:1px solid rgba(153,222,247,.2)}.v130-zone-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:auto 0}.v130-zone-list>button{position:relative;min-height:270px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;text-align:left;color:#fff;overflow:hidden;border-radius:28px;border:2px solid rgba(255,255,255,.15);background:linear-gradient(0deg,#021019ed,#061d2a26),linear-gradient(145deg,#356f82,#1b3b56);box-shadow:0 20px 45px #0000004d;transition:.2s}.v130-zone-list>button:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 24%,rgba(140,243,255,.38),transparent 34%);opacity:.6}.v130-zone-list>button.zone-2{background:linear-gradient(0deg,#021019ed,#061d2a1f),linear-gradient(145deg,#727447,#334c39)}.v130-zone-list>button.zone-3{background:linear-gradient(0deg,#021019ed,#061d2a1f),linear-gradient(145deg,#69578e,#293955)}.v130-zone-list>button:hover,.v130-zone-list>button.selected{transform:translateY(-7px);border-color:#8bedff;box-shadow:0 26px 55px #0000006b,0 0 30px #57daff2e}.zone-icon{position:absolute;top:28px;left:50%;transform:translate(-50%);width:112px;height:112px;display:grid;place-items:center;border-radius:50%;background:#071a2652;border:2px solid rgba(201,247,255,.45);box-shadow:0 0 38px #5ce5ff40}.zone-icon svg{width:48px;height:48px}.v130-zone-list>button>div,.zone-select{position:relative;z-index:2}.v130-zone-list small{font-size:9px;letter-spacing:1px;color:#a4eaff}.v130-zone-list h3{margin:6px 0;font-size:19px}.v130-zone-list p{font-size:10px;line-height:1.45;color:#c5d8df}.zone-select{position:absolute;right:16px;top:16px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#04151f94;border:1px solid rgba(255,255,255,.24)}.v130-adventure-select>footer{display:flex;justify-content:space-between;align-items:center;gap:18px}.v130-energy-note{display:flex;align-items:center;gap:10px}.v130-energy-note>svg{width:28px;color:#ffe369}.v130-energy-note span{display:flex;flex-direction:column}.v130-energy-note small{font-size:8px}.v130-energy-note p{font-size:10px;margin-left:10px}.v130-start{min-width:310px;height:66px;display:flex;align-items:center;gap:12px;padding:0 18px;border-radius:18px;color:#09202a;background:linear-gradient(180deg,#a1ffb8,#45d88a);border:2px solid #d8ffe1;box-shadow:0 7px #177d4a,0 14px 30px #0000004d;font-weight:900}.v130-start span{display:flex;flex-direction:column;align-items:flex-start;flex:1}.v130-start small{font-size:8px}.v130-start b{font-size:18px}.v130-start:disabled{filter:grayscale(.8);opacity:.55}.main-content:has(.v130-offline-battle){padding:0;max-width:none}.v130-offline-battle{position:fixed;z-index:30;inset:0;color:#fff;background-image:linear-gradient(90deg,#03111a26,#03111a70),var(--offline-bg);background-position:center;background-size:cover;overflow:hidden}.v130-offline-battle:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 28% 50%,transparent 5%,rgba(1,12,19,.05) 35%,rgba(1,9,15,.58) 100%)}.v130-battle-hud{position:relative;z-index:4;height:68px;display:grid;grid-template-columns:140px 1fr auto;align-items:center;gap:16px;padding:8px 20px;background:linear-gradient(180deg,#041622f5,#041622c2);border-bottom:1px solid rgba(176,228,249,.18);backdrop-filter:blur(12px)}.v130-battle-hud>button{display:flex;align-items:center;gap:7px;padding:10px 13px;border-radius:11px;background:#133445d6;border:1px solid rgba(164,223,247,.2);color:#fff}.v130-battle-hud>div{display:flex;flex-direction:column;align-items:center}.v130-battle-hud>div small{font-size:10px;color:#aee9f7}.v130-battle-hud>div b{margin-top:2px;font-size:10px;letter-spacing:1px}.v130-battle-hud nav{display:flex;gap:8px}.v130-battle-hud nav span{display:flex;align-items:center;gap:5px;padding:8px 10px;border-radius:10px;background:#04111a8a;font-size:10px}.v130-battle-hud nav svg{width:15px}.v130-battle-body{position:relative;z-index:2;height:calc(100svh - 68px);display:grid;grid-template-columns:minmax(300px,38vw) 1fr;gap:20px;padding:20px}.v130-pet-side{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:8px}.v130-battle-pet{position:relative;width:100%;height:min(58vh,610px);display:grid;place-items:center}.v130-battle-pet .pet-aura{position:absolute;width:62%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(103,235,255,.4),rgba(72,145,255,.1) 52%,transparent 72%);filter:blur(3px);animation:auraPulse 4s ease-in-out infinite}.v130-battle-pet img{position:relative;z-index:2;width:88%;height:90%;object-fit:contain;filter:drop-shadow(0 34px 20px rgba(0,0,0,.55));animation:battleIdle 2.8s ease-in-out infinite}.v130-battle-pet .pet-floor{position:absolute;bottom:7%;width:62%;height:40px;border-radius:50%;background:#00000073;filter:blur(9px)}.v130-battle-pet.attack img{animation:petAttack .72s ease-out}.v130-battle-pet.hurt img{animation:petHurt .55s ease-out}.v130-battle-pet.dodge img{animation:petDodge .7s ease-out}.v130-float{position:absolute;z-index:7;top:24%;font-size:24px;text-shadow:0 3px 7px #000;animation:rewardFloat 1.4s ease-out both}.v130-float.xp{color:#8bffb7}.v130-float.damage{color:#ff8f8f}.v130-pet-card{width:min(94%,390px);padding:12px 14px;border-radius:17px;background:linear-gradient(145deg,#071c29ed,#0d3242e8);border:1px solid rgba(174,230,252,.25);box-shadow:0 12px 32px #00000052}.v130-pet-card>span{display:inline-flex;flex-direction:column}.v130-pet-card>span small{font-size:8px;color:#74def2}.v130-pet-card>span b{font-size:15px}.v130-pet-card>em{float:right;padding:5px 8px;border-radius:8px;background:#e9bd47;color:#203039;font-size:10px;font-style:normal;font-weight:900}.v130-pet-card>div{clear:both;padding-top:10px}.v130-pet-card>div>i{display:block;height:8px;border-radius:8px;background:#00000059;overflow:hidden}.v130-pet-card>div>i b{display:block;height:100%;background:linear-gradient(90deg,#5cf,#8af4b2)}.v130-pet-card>div small{display:block;text-align:right;margin-top:4px;font-size:8px}.v130-pet-message{max-width:360px;margin:9px auto 0;padding:9px 12px;border-radius:14px 14px 14px 4px;background:#f8fdffeb;color:#173342;font-size:10px;box-shadow:0 9px 20px #00000040}.v130-question-window{align-self:stretch;min-width:0;display:flex;flex-direction:column;padding:20px 22px;border-radius:26px;background:linear-gradient(150deg,#092333f7,#04131efa);border:1px solid rgba(180,232,252,.27);box-shadow:0 28px 70px #00000080,inset 0 1px #ffffff1f;backdrop-filter:blur(18px);overflow:hidden}.v130-question-window>header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(155,213,238,.14)}.v130-question-window>header>div{display:flex;align-items:center;gap:12px}.v130-type{padding:7px 10px;border-radius:9px;background:linear-gradient(180deg,#7beaff,#2c9bc9);color:#061b25;font-size:9px;font-weight:1000;letter-spacing:.7px}.v130-difficulty{display:flex;gap:2px}.v130-difficulty svg{width:15px;color:#3c5a68;fill:transparent}.v130-difficulty svg.on{color:#ffda64;fill:#ffda64}.v130-question-window>header>small{font-size:9px;color:#8faab7}.v130-prompt{padding:16px 2px 12px}.v130-prompt h2{margin:0;font-size:clamp(17px,1.7vw,25px);line-height:1.45}.v130-prompt p{margin:7px 0 0;color:#91acb9;font-size:10px}.v130-answer-scroll{flex:1;min-height:0;overflow:auto;padding:2px 3px 12px}.v130-options{display:grid;grid-template-columns:1fr 1fr;gap:11px}.v130-options>button{min-height:82px;display:grid;grid-template-columns:42px 1fr 26px;align-items:center;gap:11px;padding:13px;text-align:left;color:#fff;border-radius:16px;border:1px solid rgba(166,222,245,.17);background:linear-gradient(145deg,#1c4154d1,#0c2635e6);transition:.17s}.v130-options>button:hover:not(:disabled){transform:translateY(-2px);border-color:#74e5fb;background:linear-gradient(145deg,#235c70e6,#0f3041f2)}.v130-options>button.selected{border-color:#80f0ff;box-shadow:0 0 0 3px #45d2f51c,inset 0 0 24px #48d5f41f}.option-key{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#04141fb3;font-weight:1000;color:#8defff}.option-copy{font-size:12px;line-height:1.45}.option-state{display:grid;place-items:center;color:#7dffc0}.v130-statements{display:flex;flex-direction:column;gap:9px}.v130-statements article{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px;border-radius:14px;background:#163748ab;border:1px solid rgba(159,216,238,.14)}.v130-statements article>div{display:flex;gap:8px;font-size:11px;line-height:1.45}.v130-statements article>div b{color:#83e9fa}.v130-statements nav{display:flex;gap:6px}.v130-statements button{display:flex;align-items:center;gap:4px;padding:8px 10px;border-radius:9px;color:#fff;background:#051722b3;border:1px solid rgba(255,255,255,.12);font-size:9px}.v130-statements button svg{width:14px}.v130-statements button.true.active{background:#1f9f64;border-color:#78f0ad}.v130-statements button.false.active{background:#b94656;border-color:#ff9ba7}.v130-fill-grid{display:grid;gap:10px}.v130-fill-grid>label{display:grid;grid-template-columns:1fr minmax(160px,230px);align-items:center;gap:14px;padding:12px 14px;border-radius:14px;background:#163748ab;border:1px solid rgba(159,216,238,.14)}.v130-fill-grid>label>span{display:flex;gap:7px;font-size:11px;line-height:1.45}.v130-fill-grid>label>span b{color:#83e9fa}.v130-fill-grid>label>div{position:relative}.v130-fill-grid input{width:100%;height:46px;padding:0 42px 0 12px;border-radius:11px;color:#fff;background:#03111ab8;border:1px solid rgba(147,214,240,.24);font-weight:900;letter-spacing:2px}.v130-fill-grid small{position:absolute;right:9px;top:50%;transform:translateY(-50%);font-size:8px;color:#7898a8}.v130-essay{display:flex;flex-direction:column;gap:8px}.v130-essay>span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:900}.v130-essay textarea{resize:none;min-height:220px;padding:14px;border-radius:14px;color:#fff;background:#03111ab0;border:1px solid rgba(148,214,240,.22);line-height:1.55}.v130-essay small{text-align:right;color:#7998a7}.v130-result{display:grid;grid-template-columns:42px 1fr;gap:11px;margin-top:8px;padding:11px 13px;border-radius:14px;background:#22654687;border:1px solid rgba(122,244,171,.35)}.v130-result>span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#48d68a;color:#05241a}.v130-result>div{display:flex;flex-direction:column}.v130-result b{font-size:13px}.v130-result small{margin-top:3px}.v130-result p{margin:7px 0 0;font-size:9px;line-height:1.45;color:#c6dbd1}.v130-result.wrong,.v130-result.partial{background:#7e343c87;border-color:#ff8b975e}.v130-result.wrong>span,.v130-result.partial>span{background:#e96473}.v130-result.skipped{background:#4953639e}.v130-question-window>footer{display:flex;justify-content:flex-end;gap:10px;padding-top:13px;border-top:1px solid rgba(153,214,238,.13)}.v130-question-window>footer button{min-height:48px;padding:0 18px;border-radius:13px;font-weight:900}.v130-skip{color:#bcd2dc;background:#2043558f;border:1px solid rgba(158,216,240,.17)}.v130-confirm,.v130-next{display:flex;align-items:center;justify-content:center;gap:8px;min-width:220px;color:#06201c;background:linear-gradient(180deg,#92ffc4,#40d48b);border:1px solid #caffdd;box-shadow:0 5px #16794b}.v130-egg-drop{position:absolute;z-index:8;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:15px;padding:18px 25px;border-radius:22px;background:linear-gradient(145deg,#162747fa,#382154fa);border:2px solid #ffd870;box-shadow:0 0 70px #f8c9537a,0 28px 70px #0000008c;animation:dropReveal .55s ease-out}.v130-egg-drop>i{position:absolute;inset:-80px;border-radius:50%;background:conic-gradient(from 0deg,transparent,#ffe47c44,transparent,#9be9ff44,transparent);animation:ringRotate 7s linear infinite;z-index:-1}.v130-egg-drop img{width:100px;height:100px;object-fit:contain;animation:eggBounce 1.1s ease-in-out infinite}.v130-egg-drop div{display:flex;flex-direction:column}.v130-egg-drop small{color:#ffe58b;letter-spacing:1px}.v130-egg-drop b{font-size:22px}.v130-egg-drop span{margin-top:4px;color:#c7d9e4}.asset-picker-backdrop{position:fixed;z-index:300;inset:0;display:grid;place-items:center;padding:18px;background:#010a10c7;backdrop-filter:blur(8px)}.asset-picker{width:min(1040px,96vw);height:min(760px,91svh);display:flex;flex-direction:column;border-radius:24px;overflow:hidden;background:linear-gradient(150deg,#102f42,#061c2a);border:1px solid rgba(173,228,251,.28);box-shadow:0 35px 100px #000000a6}.asset-picker>header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(157,215,238,.14)}.asset-picker>header small{font-size:8px;letter-spacing:1.4px;color:#74dcf2}.asset-picker>header h2{display:flex;align-items:center;gap:8px;margin:4px 0 0;font-size:22px}.asset-picker>header>button{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#fff;background:#254a5ca8;border:1px solid rgba(255,255,255,.12)}.asset-picker-tools{display:flex;align-items:center;gap:14px;padding:12px 18px}.asset-picker-tools>label{position:relative;flex:1}.asset-picker-tools>label svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;color:#7595a5}.asset-picker-tools input{width:100%;height:43px;padding-left:38px;border-radius:12px;color:#fff;background:#03111aa6;border:1px solid rgba(143,208,235,.18)}.asset-picker-tools nav{display:flex;gap:5px}.asset-picker-tools nav button{padding:8px 10px;border-radius:9px;color:#b8cdd7;background:#183a4ba6;border:1px solid rgba(255,255,255,.09);font-size:9px}.asset-picker-tools nav button.active{background:#51c7eb;color:#071a24}.asset-picker-grid{flex:1;min-height:0;overflow:auto;padding:4px 18px 18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-content:start;gap:10px}.asset-picker-grid>button{display:flex;flex-direction:column;min-width:0;padding:8px;border-radius:15px;text-align:left;color:#fff;background:#133344b8;border:1px solid rgba(156,214,238,.12)}.asset-picker-grid>button:hover,.asset-picker-grid>button.selected{border-color:#74e5fa;transform:translateY(-2px)}.asset-picker-grid>button>span{position:relative;height:118px;border-radius:11px;display:grid;place-items:center;overflow:hidden;background:#020f1799}.asset-picker-grid>button>span.background img{width:100%;height:100%;object-fit:cover}.asset-picker-grid img{max-width:100%;max-height:100%;object-fit:contain}.asset-picker-grid i{position:absolute;right:6px;top:6px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#63e39a;color:#082118}.asset-picker-grid b{margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}.asset-picker-grid small,.asset-picker-grid em{margin-top:3px;font-size:8px;color:#88a7b6;font-style:normal}.asset-picker-empty{grid-column:1/-1;min-height:280px;display:grid;place-items:center;align-content:center;text-align:center;color:#91adbb}.asset-picker-empty svg{width:48px;height:48px}.asset-picker-empty h3{margin:10px 0 3px}.asset-picker>footer{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;border-top:1px solid rgba(159,216,239,.13);font-size:9px;color:#8faab8}.asset-field{display:flex;flex-direction:column;gap:7px}.asset-field>label{font-size:10px;font-weight:800}.asset-field-preview{position:relative;height:180px;border-radius:16px;overflow:hidden;background:#03121bad;border:1px dashed rgba(131,210,240,.35);color:#fff}.asset-field-preview>img{width:100%;height:100%;object-fit:contain;padding:12px}.asset-field-preview>span:not(.asset-placeholder){display:block;width:100%;height:100%;background-size:cover;background-position:center}.asset-field-preview>i{position:absolute;left:8px;right:8px;bottom:8px;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:10px;background:#031119d4;font-size:9px;font-style:normal;backdrop-filter:blur(7px)}.asset-field-preview>i svg{width:15px}.asset-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#89a7b6}.asset-placeholder svg{width:35px;height:35px}.asset-field-value{display:flex;align-items:center;gap:5px}.asset-field-value code{flex:1;overflow:hidden;text-overflow:ellipsis;font-size:8px;color:#7e9dac}.asset-field-value button{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;color:#d2e6ee;background:#2e4e5d99;border:1px solid rgba(255,255,255,.08)}.asset-field-value svg{width:14px}.asset-field>small{font-size:8px;color:#7895a4}.v130-admin .admin-center-head{margin-bottom:14px}.admin-layout.v13{display:grid;grid-template-columns:108px 1fr;gap:14px}.admin-layout.v13 .admin-tabs{position:sticky;top:85px;align-self:start;display:flex;flex-direction:column;gap:5px;padding:7px;border-radius:18px;background:#051722e6;border:1px solid rgba(163,219,243,.15)}.admin-layout.v13 .admin-tabs button{min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:12px;color:#8facbb;background:transparent;border:0;font-size:9px}.admin-layout.v13 .admin-tabs button span{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#2a50627a}.admin-layout.v13 .admin-tabs button svg{width:16px}.admin-layout.v13 .admin-tabs button.active{color:#fff;background:linear-gradient(145deg,#2c89aa,#17516f)}.admin-layout.v13 .admin-content{min-width:0}.v130-editor-shell{padding-bottom:0}.v130-editor-tabs{display:flex;gap:6px;margin:0 0 15px;padding:5px;border-radius:13px;background:#04131d85}.v130-editor-tabs button{flex:1;padding:10px;border-radius:9px;color:#9eb7c4;background:transparent;border:0;font-weight:800}.v130-editor-tabs button.active{color:#061a24;background:#71dff4}.v130-form-assets{display:grid;grid-template-columns:180px 1fr;gap:18px}.v130-form-selector{display:flex;flex-direction:column;gap:7px}.v130-form-selector button{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:8px;padding:7px;text-align:left;border-radius:12px;color:#fff;background:#183b4cb3;border:1px solid rgba(151,215,239,.12)}.v130-form-selector button.active{border-color:#76e7fb;background:#255e71e6}.v130-form-selector img{width:54px;height:54px;object-fit:contain}.v130-form-selector span{display:flex;flex-direction:column}.v130-form-selector small{margin-top:3px;color:#8da9b7}.v130-form-config{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v130-form-config>.asset-field{grid-column:1/-1}.v130-form-config>.asset-field .asset-field-preview{height:250px}.v130-upload-card>header p{margin:5px 0 0;color:#89a6b4}.v130-upload-card form{display:grid;grid-template-columns:minmax(240px,340px) 1fr;gap:16px;margin-top:14px}.v130-upload-drop{position:relative;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed rgba(112,215,246,.42);border-radius:17px;background:#03121c80}.v130-upload-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.v130-upload-drop svg{width:42px;height:42px;color:#6bdcf4}.v130-upload-drop b{margin-top:10px}.v130-upload-drop small{margin-top:6px;color:#7f9dab}.v130-upload-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.v130-upload-fields label{display:flex;flex-direction:column;gap:5px}.v130-upload-fields label:nth-child(3){grid-column:1/-1}.v130-upload-fields button{grid-column:1/-1}.v130-library-head{display:flex;justify-content:space-between;align-items:center}.v130-library-head h3{margin:3px 0}.v130-library-head>label{position:relative;width:min(350px,45%);display:flex}.v130-library-head input{width:100%;height:40px;padding:0 42px 0 36px;border-radius:11px;color:#fff;background:#03121b9c;border:1px solid rgba(141,207,233,.16)}.v130-library-head label>svg{position:absolute;left:11px;top:11px;width:16px;color:#7898a8}.v130-library-head label>button{position:absolute;right:4px;top:4px;width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#2b7e9e;border:0}.v130-kind-tabs{display:flex;gap:5px;margin:12px 0}.v130-kind-tabs button{padding:8px 12px;border-radius:9px;color:#a7c0cc;background:#173747a1;border:1px solid rgba(255,255,255,.08)}.v130-kind-tabs button.active{color:#061a24;background:#67d9ee}.v130-library-layout{display:grid;grid-template-columns:1fr 260px;gap:12px}.v130-library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-content:start;max-height:640px;overflow:auto}.v130-library-grid>button{min-width:0;padding:7px;display:flex;flex-direction:column;text-align:left;border-radius:13px;color:#fff;background:#143343b3;border:1px solid rgba(151,210,235,.11)}.v130-library-grid>button.selected{border-color:#71e2f7}.v130-library-grid>button>span{position:relative;height:110px;display:grid;place-items:center;border-radius:9px;overflow:hidden;background:#03111a94}.v130-library-grid>button>span.background img{width:100%;height:100%;object-fit:cover}.v130-library-grid img{max-width:100%;max-height:100%;object-fit:contain}.v130-library-grid em{position:absolute;left:5px;top:5px;padding:4px 6px;border-radius:6px;background:#03111ac4;font-size:7px;font-style:normal}.v130-library-grid b{margin-top:6px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v130-library-grid small{margin-top:3px;color:#819ead;font-size:7px}.v130-asset-inspector{padding:10px;border-radius:15px;background:#051924cc;border:1px solid rgba(149,210,235,.14)}.v130-asset-inspector>img{width:100%;height:180px;object-fit:contain;border-radius:10px;background:#010c138c}.v130-asset-inspector>label{display:flex;flex-direction:column;gap:4px;margin-top:9px;font-size:9px}.v130-asset-inspector>div{display:flex;gap:6px;margin-top:12px}.v130-asset-inspector>div button{flex:1}.danger-link{width:100%;margin-top:9px;display:flex;align-items:center;justify-content:center;gap:5px;padding:8px;border-radius:9px;color:#ff9da7;background:#71243040;border:1px solid rgba(255,123,139,.2)}.danger-link:disabled{color:#8099a4;background:#26394259}.v130-item-editor{display:grid;grid-template-columns:270px 1fr;gap:12px}.v130-item-editor>aside>header{margin-bottom:10px}.v130-item-editor>aside>button{width:100%;display:grid;grid-template-columns:55px 1fr 18px;align-items:center;gap:9px;padding:8px;margin-top:6px;text-align:left;border-radius:12px;color:#fff;background:#17394aa6;border:1px solid rgba(146,208,234,.1)}.v130-item-editor>aside>button.active{border-color:#6edff4;background:#245b6dd9}.v130-item-editor>aside img{width:52px;height:52px;object-fit:contain}.v130-item-editor>aside span{display:flex;flex-direction:column}.v130-item-editor>aside small{margin-top:4px;color:#82a0ae}.v130-item-form{display:grid;grid-template-columns:minmax(220px,310px) 1fr;gap:14px}.v130-item-form>.asset-field{grid-row:1/5}.v130-item-form>label{display:flex;flex-direction:column;gap:5px}.v130-item-form .toggle-row{flex-direction:row;align-items:center}.v130-item-form>button{justify-self:start;min-width:180px}.v130-ui-assets{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v130-ui-assets .asset-field-preview{height:170px}.settings-v13 .settings-save{margin-top:15px}.v130-collapse{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;color:#fff;background:transparent;border:0}.v130-collapse span{display:flex;flex-direction:column}.v130-collapse small{color:#7fdcf0}.v130-collapse b{margin-top:4px;font-size:14px}.v130-collapse>svg{transition:.2s}.v130-collapse>svg.open{transform:rotate(90deg)}@keyframes battleIdle{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes petAttack{0%{transform:translate(0) scale(1)}40%{transform:translate(75px) scale(1.1) rotate(5deg)}70%{transform:translate(-12px) scale(.98)}to{transform:translate(0) scale(1)}}@keyframes petHurt{0%,to{transform:translate(0)}20%{transform:translate(-18px) rotate(-5deg);filter:drop-shadow(0 0 15px #ff4d62)}40%{transform:translate(16px) rotate(4deg)}60%{transform:translate(-9px)}}@keyframes petDodge{0%,to{transform:translate(0)}45%{transform:translate(-45px) translateY(-12px) rotate(-7deg)}}@keyframes rewardFloat{0%{opacity:0;transform:translateY(20px) scale(.8)}25%{opacity:1}to{opacity:0;transform:translateY(-80px) scale(1.18)}}@keyframes dropReveal{0%{opacity:0;transform:translate(-50%,-50%) scale(.6)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes eggBounce{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-9px) rotate(3deg)}}@media(max-width:1050px){.v130-pet-storage-layout{grid-template-columns:350px 1fr}.v130-pet-thumbs{grid-template-columns:1fr}.v130-zone-list{gap:9px}.v130-battle-body{grid-template-columns:34vw 1fr;padding:12px}.asset-picker-grid{grid-template-columns:repeat(4,1fr)}.v130-library-grid{grid-template-columns:repeat(3,1fr)}.v130-ui-assets{grid-template-columns:1fr 1fr}}@media(max-width:780px){.v130-pet-storage>header,.v130-adventure-select>header,.v130-adventure-select>footer{align-items:flex-start;flex-direction:column}.v130-pet-storage-layout{display:flex;flex-direction:column}.v130-pet-preview{position:relative;top:0;width:100%;min-height:auto}.preview-art{height:250px}.v130-pet-list{width:100%}.v130-pet-thumbs{grid-template-columns:1fr 1fr}.v130-adventure-select{padding:8px}.v130-selected-pet{width:100%}.v130-zone-list{width:100%;grid-template-columns:1fr;margin:20px 0}.v130-zone-list>button{min-height:165px;padding-left:145px}.zone-icon{left:72px;top:50%;transform:translate(-50%,-50%);width:90px;height:90px}.v130-adventure-select>footer{width:100%}.v130-start{width:100%;min-width:0}.v130-battle-hud{height:60px;grid-template-columns:auto 1fr auto;padding:7px 9px}.v130-battle-hud>button{font-size:0;padding:8px}.v130-battle-hud>button svg{width:18px}.v130-battle-hud nav span:nth-child(n+2){display:none}.v130-battle-body{height:calc(100svh - 60px);display:flex;flex-direction:column;padding:7px}.v130-pet-side{height:31%;min-height:185px;flex-direction:row;justify-content:flex-start;padding:0}.v130-battle-pet{width:46%;height:100%}.v130-pet-card{width:50%;align-self:flex-end}.v130-pet-message{position:absolute;left:42%;top:4px;max-width:54%;font-size:8px}.v130-question-window{height:69%;padding:12px;border-radius:20px}.v130-prompt{padding:10px 0 8px}.v130-prompt h2{font-size:14px}.v130-options{grid-template-columns:1fr;gap:7px}.v130-options>button{min-height:56px;padding:8px;grid-template-columns:34px 1fr 22px}.option-key{width:31px;height:31px}.option-copy{font-size:10px}.v130-statements article{grid-template-columns:1fr;gap:7px}.v130-statements nav{justify-content:flex-end}.v130-fill-grid>label{grid-template-columns:1fr}.v130-question-window>footer button{min-height:43px}.v130-confirm,.v130-next{min-width:170px}.asset-picker{width:100%;height:96svh}.asset-picker-tools{flex-direction:column;align-items:stretch}.asset-picker-tools nav{overflow:auto}.asset-picker-grid{grid-template-columns:repeat(3,1fr)}.admin-layout.v13{grid-template-columns:1fr}.admin-layout.v13 .admin-tabs{position:static;flex-direction:row;overflow:auto}.admin-layout.v13 .admin-tabs button{min-width:72px}.v130-form-assets,.v130-upload-card form,.v130-library-layout,.v130-item-editor,.v130-item-form{grid-template-columns:1fr}.v130-form-selector{display:grid;grid-template-columns:1fr 1fr}.v130-library-grid{grid-template-columns:repeat(3,1fr);max-height:none}.v130-asset-inspector{position:sticky;bottom:0}.v130-item-form>.asset-field{grid-row:auto}.v130-ui-assets{grid-template-columns:1fr 1fr}}@media(max-width:520px){.v130-pet-thumbs{grid-template-columns:1fr}.preview-stats{grid-template-columns:1fr 1fr}.v130-zone-list>button{padding-left:112px}.zone-icon{left:55px;width:72px;height:72px}.zone-icon svg{width:32px}.v130-battle-hud>div small{max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v130-pet-side{height:28%}.v130-question-window{height:72%}.v130-battle-pet{width:42%}.v130-pet-card{width:58%;padding:8px}.v130-pet-message{display:none}.v130-question-window>header>small{display:none}.v130-question-window>footer{justify-content:stretch}.v130-question-window>footer button{flex:1;padding:0 9px}.v130-skip{max-width:90px}.asset-picker-grid{grid-template-columns:repeat(2,1fr)}.asset-picker-grid>button>span{height:105px}.v130-library-head{align-items:flex-start;flex-direction:column}.v130-library-head>label{width:100%;margin-top:9px}.v130-library-grid{grid-template-columns:1fr 1fr}.v130-upload-fields,.v130-form-config,.v130-ui-assets{grid-template-columns:1fr}.v130-upload-fields label:nth-child(3),.v130-form-config>.asset-field{grid-column:auto}.v130-form-selector{grid-template-columns:1fr}.v130-item-form>button{width:100%}}.player-shell .main-area{margin-left:0}.player-shell .game-hud{left:18px}.player-shell .mobile-menu-button{display:none!important}.player-shell .hud-profile{min-width:230px}.player-shell .game-dock{z-index:60}.player-shell .pet-home-lobby{border-radius:0}.player-shell .page-content{padding-left:24px;padding-right:24px}.player-shell.lobby-mode .page-content{padding:0}.admin-shell .main-area{margin-left:70px}.admin-only-rail{display:flex}.v150-dock{height:88px;padding:8px 14px;gap:6px;border-radius:28px}.v150-dock button{width:88px;height:66px}.v150-dock button em,.v150-mobile-dock button em{position:absolute;right:5px;top:3px;padding:2px 4px;border-radius:6px;background:#ffb735;color:#2a2317;font-size:6px;font-style:normal;font-weight:1000}.v150-dock .dock-primary{width:104px;height:90px}.v150-dock .dock-primary span{width:62px;height:62px}.v150-dock button:nth-child(4) span{background:linear-gradient(145deg,#ff688f42,#875bff33);color:#ff9db6}.v150-dock button:nth-child(4).active span{background:linear-gradient(145deg,#ff89aa,#a76fff);color:#fff}.pet-home-profile{left:28px;top:96px;width:280px}.v150-quick-actions{left:28px;top:245px;width:245px;gap:10px}.v150-quick-actions button{min-height:70px}.v150-quick-actions .pvp-quick>span{background:linear-gradient(145deg,#ff8aa8,#936dff);box-shadow:0 4px #6b4fbd}.pet-room-scene{inset:5% 18% 14%}.home-pet{width:min(48vw,540px);height:min(57vh,500px)}.home-pet-name{bottom:9%;min-width:245px;padding:8px 30px 10px;border-radius:20px;background:linear-gradient(180deg,#0a2837e8,#041623f2);border:2px solid rgba(255,230,142,.7);box-shadow:inset 0 1px #fff3,0 10px 24px #00000052;color:#fff;text-shadow:none}.home-pet-name:before,.home-pet-name:after{content:"✦";position:absolute;top:50%;transform:translateY(-50%);color:#ffd65b}.home-pet-name:before{left:12px}.home-pet-name:after{right:12px}.home-pet-name small{color:#d8ebed}.home-pet-name h1{font-size:26px}.home-pet-name span{color:#b8d3dc}.pet-status-bubble{right:0;bottom:26%;gap:7px}.pet-status-bubble span{min-width:56px;padding:7px 10px;border:2px solid rgba(255,255,255,.7);background:#fffdede6;box-shadow:0 6px 15px #1e555229}.v150-care-dock{bottom:112px;padding:7px 10px;border-radius:22px;gap:4px}.v150-care-dock button{min-width:88px;flex-direction:row;justify-content:center;gap:7px;padding:5px 9px;border-radius:15px}.v150-care-dock button span{width:36px;height:36px;flex:0 0 auto}.v150-care-dock button b{font-size:9px}.lobby-daily-card{right:28px;top:104px;width:285px}.pet-home-lobby .lobby-refresh{right:28px;bottom:112px}.v150-set-grid>div{grid-template-columns:48px 1fr auto;align-items:center}.set-visibility-actions{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:150px}.set-visibility-actions button{display:flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:6px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.1);font-size:8px;font-weight:900}.set-visibility-actions svg{width:14px}.set-visibility-actions .offline-on{color:#082c22;background:#75e0a7;border-color:#b8ffd7}.set-visibility-actions .offline-off{color:#e8f1f5;background:#3a4c57b3}.question-pack-overview .toggle-row{display:flex;flex-direction:row;align-items:center;gap:9px;padding:10px;border-radius:11px;background:#1235448c}.question-pack-overview .toggle-row input{width:18px;height:18px}.hatch-screen,.evolution-screen{position:fixed;z-index:200;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 50% 48%,#254a68 0,#081827 48%,#02070d);color:#fff}.hatch-bg,.evolution-space{position:absolute;inset:0;display:grid;place-items:center}.hatch-ray{position:absolute;width:6px;height:70vh;border-radius:50%;background:linear-gradient(transparent,rgba(255,241,164,.85),transparent);transform-origin:50% 50%;filter:blur(1px);animation:hatchSpin 5s linear infinite}.hatch-ray.r2{transform:rotate(60deg);animation-delay:-1.7s}.hatch-ray.r3{transform:rotate(120deg);animation-delay:-3.4s}.hatch-particle{position:absolute;width:10px;height:10px;border-radius:50%;background:#fff1a0;box-shadow:0 0 18px #ffd45d;animation:hatchParticle 2s ease-in-out infinite}.hatch-particle.p1{left:32%;top:34%}.hatch-particle.p2{right:29%;top:43%;animation-delay:-.7s}.hatch-particle.p3{left:44%;bottom:25%;animation-delay:-1.2s}.hatch-stage{position:relative;width:min(70vw,650px);height:min(62vh,540px);display:grid;place-items:center;z-index:2}.hatch-egg{width:min(25vw,230px);height:min(35vh,300px);object-fit:contain;filter:drop-shadow(0 20px 25px rgba(0,0,0,.5)) drop-shadow(0 0 28px rgba(255,218,84,.35));animation:eggCharge 1.1s ease-in-out infinite}.hatch-cracks{position:absolute;width:min(25vw,230px);height:min(35vh,300px);opacity:0}.hatch-cracks i{position:absolute;left:50%;top:25%;width:4px;height:90px;background:#fff;box-shadow:0 0 15px #fff;transform:rotate(20deg)}.hatch-cracks i:nth-child(2){top:40%;transform:rotate(-35deg);height:70px}.hatch-cracks i:nth-child(3){left:42%;top:30%;transform:rotate(65deg);height:55px}.hatch-crack .hatch-egg{animation:eggCrack .18s linear infinite}.hatch-crack .hatch-cracks{opacity:1;animation:crackGlow .4s ease-in-out infinite alternate}.hatch-flash{position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;opacity:0}.hatch-flash .x{display:none}.hatch-flash,.evo-flash{pointer-events:none}.hatch-flash .hatch-egg{opacity:0}.hatch-flash .hatch-flash{opacity:1;animation:hatchBurst .55s ease-out forwards}.hatch-pet{position:absolute;width:min(45vw,430px);height:min(55vh,450px);object-fit:contain;opacity:0;transform:scale(.2);filter:drop-shadow(0 30px 30px rgba(0,0,0,.42))}.hatch-reveal .hatch-egg,.hatch-reveal .hatch-cracks{opacity:0}.hatch-reveal .hatch-pet{animation:petReveal .9s cubic-bezier(.2,.8,.2,1) forwards}.hatch-copy,.evolution-copy{position:relative;z-index:3;margin-top:min(38vh,340px);text-align:center;text-shadow:0 3px 18px rgba(0,0,0,.8)}.hatch-copy small,.evolution-copy small{letter-spacing:4px;color:#ffe47a;font-weight:1000}.hatch-copy h1,.evolution-copy h1{font-size:42px;margin:5px 0}.hatch-copy p,.evolution-copy p{color:#d8e7f1}.hatch-copy button,.evolution-copy button{margin-top:10px}.evolution-screen{background:radial-gradient(circle at 50% 44%,#4e2d78 0,#10192e 48%,#030711)}.evolution-space img{position:relative;z-index:4;width:min(43vw,430px);height:min(55vh,460px);object-fit:contain;filter:drop-shadow(0 28px 32px rgba(0,0,0,.48));animation:evoHover 1.8s ease-in-out infinite}.evo-ring{position:absolute;width:min(48vw,480px);height:min(48vw,480px);border-radius:50%;border:3px solid rgba(255,225,117,.72);box-shadow:0 0 28px #ffda5059,inset 0 0 35px #8b67ff33;animation:evoSpin 4s linear infinite}.evo-ring.r2{width:min(38vw,380px);height:min(38vw,380px);border-style:dashed;animation-direction:reverse;animation-duration:2.8s}.evo-ring.r3{width:min(58vw,580px);height:min(58vw,580px);border-color:#966dff61;animation-duration:6s}.evo-rays{position:absolute;width:55vw;height:55vw;background:repeating-conic-gradient(from 0deg,rgba(255,239,151,.22) 0 3deg,transparent 3deg 18deg);border-radius:50%;animation:evoSpin 8s linear infinite}.evo-label{position:absolute;top:13%;letter-spacing:5px;color:#ffe98f;font-weight:1000;z-index:5}.evo-flash{position:absolute;width:10px;height:10px;border-radius:50%;background:#fff;opacity:0;z-index:6}.phase-transform .evolution-space img{animation:evoTransform .25s linear infinite;filter:brightness(3) saturate(0) drop-shadow(0 0 30px white)}.phase-transform .evo-flash{animation:hatchBurst 1s ease-out forwards}.phase-complete .evolution-space img{animation:petReveal .8s cubic-bezier(.2,.8,.2,1),evoHover 1.8s ease-in-out .8s infinite}.phase-complete .evo-ring{border-color:#fff0a1}@keyframes hatchSpin{to{transform:rotate(360deg)}}@keyframes hatchParticle{0%,to{transform:translateY(12px) scale(.5);opacity:.3}50%{transform:translateY(-18px) scale(1.2);opacity:1}}@keyframes eggCharge{0%,to{transform:translateY(0) rotate(-2deg) scale(1)}50%{transform:translateY(-12px) rotate(2deg) scale(1.035)}}@keyframes eggCrack{0%{transform:translate(-5px) rotate(-4deg)}50%{transform:translate(5px) rotate(4deg)}to{transform:translate(-5px) rotate(-4deg)}}@keyframes crackGlow{to{filter:drop-shadow(0 0 18px white)}}@keyframes hatchBurst{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(65)}}@keyframes petReveal{0%{opacity:0;transform:scale(.15) rotate(-8deg)}65%{opacity:1;transform:scale(1.12) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes evoSpin{to{transform:rotate(360deg)}}@keyframes evoHover{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes evoTransform{0%{transform:translate(-5px,-2px) scale(1.05)}50%{transform:translate(5px,2px) scale(1.1)}to{transform:translate(-5px,-2px) scale(1.05)}}@media(max-width:980px){.player-shell .game-hud{left:10px;right:10px;top:8px}.player-shell .hud-profile{min-width:0;width:58px;padding:4px}.player-shell .hud-profile>span:nth-child(2),.player-shell .hud-level,.player-shell .hud-title{display:none}.player-shell .hud-resources .resource-pill{min-width:96px}.player-shell .hud-resources .resource-pill.trophy{display:none}.pet-home-profile{top:80px;left:12px;width:240px}.v150-quick-actions{left:12px;top:220px;width:210px}.lobby-daily-card{right:12px;top:80px;width:235px}.pet-room-scene{inset:7% 12% 18%}.v150-care-dock{bottom:105px}.pet-status-bubble{right:2%}}@media(max-width:780px){.player-shell .page-content{padding-left:8px;padding-right:8px}.player-shell.lobby-mode .page-content{padding:0}.player-shell .game-hud{height:54px}.player-shell .hud-avatar{width:46px;height:46px}.player-shell .hud-round{width:43px;height:43px}.player-shell .hud-resources .resource-pill{height:45px}.player-shell .game-dock{display:none}.v150-mobile-dock{display:flex!important;position:fixed;z-index:70;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));height:67px;padding:5px;border-radius:22px;background:linear-gradient(180deg,#113748f7,#041622fc);border:1px solid rgba(174,232,255,.28);box-shadow:0 15px 35px #00000080}.v150-mobile-dock button{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;border-radius:15px;color:#93adba;background:transparent;font-size:8px}.v150-mobile-dock button svg{width:21px}.v150-mobile-dock button.active{color:#fff;background:#4dcdff26}.v150-mobile-dock button:nth-child(2){margin-top:-18px}.v150-mobile-dock button:nth-child(2) svg{width:29px;height:29px;padding:7px;box-sizing:content-box;border-radius:50%;color:#27333a;background:linear-gradient(#ffe77a,#f1a62c);border:3px solid #fff0a0;box-shadow:0 5px #7f5920}.pet-home-profile{top:66px;left:9px;width:200px;padding:8px}.trainer-badge>span{width:40px;height:40px}.trainer-badge b{font-size:11px}.trainer-xp{margin-top:5px}.lobby-daily-card{display:none}.v150-quick-actions{top:175px;left:9px;width:155px;gap:6px}.v150-quick-actions button{min-height:55px;padding:6px;border-radius:15px}.v150-quick-actions button>span{width:37px;height:37px}.v150-quick-actions small,.v150-quick-actions em{display:none}.v150-quick-actions b{font-size:10px}.pet-room-scene{inset:9% 0 20%}.home-pet{width:80vw;height:50vh}.pet-speech{top:21%;font-size:8px}.home-pet-name{bottom:11%;min-width:190px;padding:6px 24px}.home-pet-name h1{font-size:21px}.pet-status-bubble{right:8px;bottom:28%}.v150-care-dock{bottom:78px;gap:2px;padding:5px}.v150-care-dock button{min-width:75px;padding:4px}.v150-care-dock button span{width:31px;height:31px}.pet-home-lobby .lobby-refresh{display:none}.v150-set-grid>div{grid-template-columns:42px 1fr}.set-visibility-actions{grid-column:1/-1;flex-direction:row;min-width:0}.set-visibility-actions button{flex:1}.hatch-copy,.evolution-copy{margin-top:38vh;padding:0 18px}.hatch-copy h1,.evolution-copy h1{font-size:30px}.hatch-stage{width:100vw}.hatch-egg{width:42vw}.hatch-pet,.evolution-space img{width:72vw}.evo-ring{width:78vw;height:78vw}.evo-ring.r2{width:62vw;height:62vw}.evo-ring.r3{width:92vw;height:92vw}}.v151-shell.player-shell .main-area{margin-left:0}.v151-shell.player-shell .page-content{padding-left:18px;padding-right:18px}.v151-shell.player-shell.lobby-mode .page-content{padding:0;height:100svh;min-height:560px}.player-shell .v151-hud{left:18px;right:18px;top:14px;height:60px}.admin-shell .v151-hud{left:82px;right:18px;top:14px;height:60px}.v151-profile{min-width:210px;height:56px}.v151-profile .hud-avatar{width:46px;height:46px}.v151-resources{margin-left:auto}.v151-energy{min-width:120px;height:48px}.v151-more{width:48px;height:48px}.v151-dock{height:78px;gap:8px;padding:7px 12px;border-radius:25px}.v151-dock button{width:86px;height:60px}.v151-dock .dock-primary{width:98px;height:83px;margin-bottom:3px}.v151-dock button em{position:absolute;right:4px;top:2px;padding:2px 4px;border-radius:6px;background:#ffbd38;color:#30220d;font-size:6px;font-style:normal;font-weight:1000}.v151-lobby{border-radius:0;min-height:560px}.v151-pet-stage{inset:3% 12% 12%}.v151-pet-stage .home-pet{width:min(52vw,590px);height:min(62vh,550px)}.v151-nameplate{bottom:7%;min-width:250px;padding:8px 30px 10px}.v151-nameplate h1{font-size:27px}.v151-care-dock{bottom:102px;display:flex;gap:5px;padding:6px 8px;border-radius:19px}.v151-care-dock button{min-width:86px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:7px;padding:9px 12px;border-radius:13px}.v151-care-dock button svg{width:20px;height:20px}.v151-care-dock button span{display:none}.v151-care-dock button b{font-size:10px}.v151-play-tip{position:absolute;z-index:15;left:50%;bottom:188px;transform:translate(-50%);display:flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(255,255,255,.65);border-radius:16px;background:#fffde8db;color:#21404a;box-shadow:0 8px 22px #19514a29;backdrop-filter:blur(10px);cursor:pointer}.v151-play-tip>svg{width:21px;color:#e6a11d}.v151-play-tip span{display:flex;flex-direction:column}.v151-play-tip b{font-size:10px}.v151-play-tip small{font-size:7px;color:#668087;margin-top:2px}.v151-menu-profile{display:flex;align-items:center;gap:11px;padding:11px;border-radius:16px;background:#ffffff0d}.v151-menu-profile>span{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;overflow:hidden;background:#1c3f55}.v151-menu-profile img{width:100%;height:100%;object-fit:contain}.v151-menu-profile div{display:flex;flex-direction:column}.v151-menu-profile small{color:var(--muted);margin-top:3px}.v151-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.v151-menu-grid button{min-height:76px;border:1px solid var(--line);border-radius:16px;background:#ffffff0b;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.v151-menu-grid svg{color:var(--cyan)}.v151-menu-actions{display:flex;flex-direction:column;gap:7px;margin-top:12px}.v151-menu-actions>button{min-height:43px;border:1px solid var(--line);border-radius:12px;background:#ffffff0b;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px}.v151-menu-actions .danger-logout{background:#ff5d7417;color:#ff9bad}.v151-quick-play{position:fixed;z-index:40;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:linear-gradient(#0516227a,#030f18b8),var(--offline-bg) center/cover;color:#fff}.v151-quick-exit{position:absolute;left:20px;top:20px;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:9px 12px;background:#051826b8;color:#fff}.v151-loading-orb{position:relative;width:130px;height:130px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#ffe989 0,#ffbd36 23%,rgba(83,212,255,.25) 24%,transparent 65%);box-shadow:0 0 45px #ffe05b73;animation:auraPulse 1.7s ease-in-out infinite}.v151-loading-orb>svg{width:42px;color:#fff}.v151-loading-orb i{position:absolute;inset:4px;border:2px dashed rgba(255,255,255,.75);border-radius:50%;animation:evoSpin 5s linear infinite}.v151-loading-orb i+i{inset:-17px;border-style:solid;border-color:#63e1ff61;animation-direction:reverse}.v151-quick-play h1{font-size:30px;margin:22px 0 7px}.v151-quick-play p{max-width:520px;color:#d7ecf5}@media(max-width:900px){.player-shell .v151-hud,.admin-shell .v151-hud{left:10px;right:10px;top:8px;height:52px;gap:6px}.v151-profile{min-width:0;width:52px;height:50px;padding:3px}.v151-profile>span:nth-child(2){display:none}.v151-profile .hud-avatar{width:44px;height:44px}.v151-hud .hud-title{display:none}.v151-energy{min-width:98px;height:45px;padding:4px 8px}.v151-energy small{display:none}.v151-energy b{font-size:11px}.v151-more{width:45px;height:45px}.v151-admin-menu{display:grid!important;width:44px;height:44px}.v151-dock{display:flex!important;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));transform:none;width:auto;height:66px;justify-content:space-around;padding:5px 7px;border-radius:21px}.v151-dock button{flex:1;width:auto;height:54px;min-width:0}.v151-dock button span{width:31px;height:31px}.v151-dock button b{font-size:7px}.v151-dock .dock-primary{width:auto;height:70px;margin:0 2px 7px}.v151-dock .dock-primary span{width:48px;height:48px}.v151-dock .dock-primary i{font-size:7px}.v151-dock button em{right:1px;top:0}.v151-lobby{min-height:100svh;height:100svh}.v151-pet-stage{inset:4% 0 17%}.v151-pet-stage .home-pet{width:92vw;height:57vh}.v151-pet-stage .home-pet>img{width:82%;height:84%}.v151-speech{top:20%;max-width:76%;font-size:8px}.v151-nameplate{bottom:8%;min-width:205px;padding:6px 24px 8px}.v151-nameplate h1{font-size:22px}.v151-nameplate small,.v151-nameplate span{font-size:7px}.v151-care-dock{left:50%;right:auto;bottom:78px;transform:translate(-50%);width:min(94vw,330px);justify-content:space-between;padding:5px}.v151-care-dock button{flex:1;min-width:0;padding:8px 6px;gap:5px}.v151-care-dock button svg{width:18px}.v151-care-dock button b{font-size:8px}.v151-play-tip{display:none}.v151-offline-battle{z-index:80}.v151-menu-modal{width:calc(100% - 20px)}}@media(max-width:420px){.player-shell .v151-hud,.admin-shell .v151-hud{left:6px;right:6px}.v151-energy{min-width:86px}.v151-energy>svg{width:18px}.v151-more{width:42px;height:42px}.v151-profile{width:46px}.v151-profile .hud-avatar{width:40px;height:40px}.v151-pet-stage{top:5%;bottom:18%}.v151-pet-stage .home-pet{height:53vh}.v151-speech{top:22%;font-size:7px}.v151-nameplate{bottom:7%;min-width:185px}.v151-nameplate h1{font-size:20px}.v151-care-dock{width:calc(100vw - 20px)}.v151-care-dock button b{font-size:7px}.v151-dock{left:5px;right:5px}.v151-dock button b{font-size:6.5px}.v151-menu-grid button{min-height:68px}}.v153-shell.player-shell .main-area{margin-left:0}.v153-shell.player-shell.lobby-mode .page-content{padding:0;height:100svh;min-height:520px;overflow:hidden}.v153-shell.lobby-mode .world-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 30%,rgba(25,83,63,.1));pointer-events:none}.v153-hud{left:18px;right:18px;top:14px;height:60px;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important}.admin-shell .v153-hud{left:82px}.v153-profile{height:56px;min-width:235px;padding:5px 13px 5px 5px;border-radius:19px;background:linear-gradient(115deg,#082534f0,#0f4252eb)!important;border:1px solid rgba(181,238,255,.36)!important;box-shadow:inset 0 1px #ffffff26,0 12px 28px #041e2840!important;color:#fff!important}.v153-profile .hud-avatar{width:46px;height:46px;border-radius:15px;background:linear-gradient(145deg,#9aeaff,#4e9fd2)}.v153-profile b{color:#fff!important;font-size:12px}.v153-profile small{color:#b8d8e4!important;font-size:8px}.v153-title{position:absolute;left:50%;transform:translate(-50%);margin:0;color:#153b4b;text-shadow:0 1px 12px rgba(255,255,255,.9)}.v153-title span{font-size:15px}.v153-title small{font-size:7px;color:#577581}.v153-resources{margin-left:auto;gap:8px}.v153-energy{height:50px;min-width:120px;border-radius:17px;background:linear-gradient(180deg,#0a2b3cf5,#051a28fa)!important;border-color:#b7edff4d!important;box-shadow:inset 0 1px #ffffff1f,0 10px 24px #031a253d!important}.v153-energy b{color:#fff!important}.v153-energy small{color:#9cbac8!important}.v153-energy>svg{width:24px}.v153-more{width:50px;height:50px;border-radius:17px;background:#ffffffe6!important;color:#315e70!important;border:1px solid rgba(70,125,143,.18)!important;box-shadow:0 10px 24px #204e5429!important}.v153-admin-menu{width:50px;height:50px;border-radius:17px}.v153-lobby{height:100svh;min-height:520px;border-radius:0;background:radial-gradient(circle at 50% 63%,rgba(255,246,137,.22),transparent 32%),linear-gradient(180deg,#c0f1ff08,#459c5c0a);display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px;padding:76px 22px 106px;overflow:hidden}.v153-sky{z-index:0}.v153-stage{position:relative;z-index:2;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:24px}.v153-interaction-hint{position:absolute;z-index:10;top:2px;left:50%;transform:translate(-50%);max-width:min(420px,80vw);display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#ffffffe0;box-shadow:0 8px 22px #21585324;backdrop-filter:blur(12px);color:#385b67;font-size:9px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;animation:speechFloat 3s ease-in-out infinite}.v153-interaction-hint svg{width:15px;color:#f0a633;flex:0 0 auto}.v153-pet-wrap{position:relative;width:clamp(280px,34vw,470px);height:clamp(280px,46vh,460px);display:grid;place-items:center;margin-top:10px}.v153-aura{position:absolute;inset:8% 5% 2%;border-radius:50%;background:radial-gradient(circle,rgba(255,247,160,.36),rgba(99,211,175,.1) 48%,transparent 70%);filter:blur(3px);animation:glowBreath 3.4s ease-in-out infinite}.v153-magic-ring{position:absolute;z-index:1;left:50%;bottom:5%;width:72%;height:19%;transform:translate(-50%);border:2px solid rgba(255,244,173,.72);border-radius:50%;box-shadow:0 0 28px #ffdf5b4d,inset 0 0 24px #40b6902e}.v153-magic-ring:before,.v153-magic-ring:after{content:"";position:absolute;inset:12%;border:1px dashed rgba(255,255,214,.72);border-radius:50%;animation:ringSoft 8s linear infinite}.v153-magic-ring:after{inset:-18%;border-style:solid;border-color:#ffffff42;animation-direction:reverse}.v153-magic-ring i{position:absolute;width:7px;height:7px;border-radius:50%;background:#fff3a4;box-shadow:0 0 12px #ffd85a;animation:v153Spark 2.8s ease-in-out infinite}.v153-magic-ring i:nth-child(1){left:10%;top:10%}.v153-magic-ring i:nth-child(2){right:12%;top:28%;animation-delay:-1s}.v153-magic-ring i:nth-child(3){left:48%;bottom:-15%;animation-delay:-2s}.v153-pet{position:relative;z-index:4;width:100%;height:100%;display:grid;place-items:center;padding:2%;overflow:visible}.v153-pet>img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 22px 22px rgba(32,66,55,.24));animation:petNaturalIdle 4s cubic-bezier(.45,.05,.55,.95) infinite;transform-origin:50% 84%}.v153-pet:hover>img{filter:drop-shadow(0 25px 25px rgba(29,91,73,.3)) brightness(1.035)}.v153-shadow{z-index:2;bottom:8%;width:48%;height:7%;background:#1f43373d;filter:blur(12px)}.v153-nameplate{position:relative;z-index:8;min-width:245px;max-width:min(420px,84vw);margin-top:-17px;padding:8px 32px 10px;border:1px solid rgba(255,232,143,.82);border-radius:19px;text-align:center;color:#fff;background:linear-gradient(180deg,#0f3544f0,#051a28f7);box-shadow:inset 0 1px #ffffff2e,0 12px 26px #031f2a40}.v153-nameplate:before,.v153-nameplate:after{content:"✦";position:absolute;top:50%;transform:translateY(-50%);color:#ffd85e;font-size:13px}.v153-nameplate:before{left:13px}.v153-nameplate:after{right:13px}.v153-nameplate small{display:block;color:#d6ebee;font-size:7px;letter-spacing:1px;font-weight:900;text-transform:uppercase}.v153-nameplate h1{margin:1px 0;font-size:25px;line-height:1.06;letter-spacing:-.5px}.v153-nameplate>span{display:flex;align-items:center;justify-content:center;gap:7px;color:#b8d2db;font-size:8px;font-weight:800}.v153-nameplate>span i{width:3px;height:3px;border-radius:50%;background:#68dbe2}.v153-nameplate>span b{color:#fff}.v153-care-dock{position:relative;z-index:10;justify-self:center;display:flex;align-items:center;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.78);border-radius:20px;background:#fffdeee6;box-shadow:0 12px 28px #2153462e;backdrop-filter:blur(12px)}.v153-care-dock button{height:48px;min-width:112px;padding:5px 13px;border:0;border-radius:15px;background:transparent;color:#46636b;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900;transition:transform .18s,background .18s,box-shadow .18s}.v153-care-dock button span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#e4f4e6;color:#46995d}.v153-care-dock button svg{width:18px}.v153-care-dock button b{font-size:9px}.v153-care-dock button:hover{transform:translateY(-3px);background:#fff}.v153-care-dock .care-main{background:linear-gradient(145deg,#ffeef2e0,#fff9eeeb)}.v153-care-dock .care-main span{background:linear-gradient(145deg,#ff9fb7,#ef648c);color:#fff;box-shadow:0 4px #b84967}.v153-dock{z-index:65;left:50%;right:auto;bottom:14px;transform:translate(-50%);height:76px;gap:7px;padding:7px 11px;border-radius:25px;background:linear-gradient(180deg,#0e3748f7,#041723fc);border:1px solid rgba(181,235,255,.31);box-shadow:inset 0 1px #ffffff21,0 18px 38px #021b265e}.v153-dock button{width:84px;height:58px;border-radius:17px}.v153-dock button span{width:34px;height:34px;border-radius:12px}.v153-dock button b{font-size:8px}.v153-dock button.active:not(.dock-primary){color:#fff;background:#54cfff1f}.v153-dock button.active:not(.dock-primary) span{background:linear-gradient(145deg,#79ecff,#3a91d4);color:#062334;border-color:#c1f8ff;box-shadow:0 0 18px #4cd9ff59}.v153-dock .dock-primary{width:96px;height:82px;margin-bottom:3px}.v153-dock .dock-primary span{width:57px;height:57px;border-radius:50%;background:linear-gradient(145deg,#fff185,#f0a52d);border:3px solid #fff0a1;color:#263238;box-shadow:0 0 0 4px #174a62,0 6px #7d5720,0 0 25px #ffcd4659}.v153-dock .dock-primary i{color:#ffe884;font-size:8px}.v153-dock button em{right:1px;top:1px;background:#ffbd38;color:#33240b}@keyframes v153Spark{0%,to{transform:translateY(0) scale(.8);opacity:.45}50%{transform:translateY(-12px) scale(1.25);opacity:1}}@media(max-width:900px){.v153-hud,.admin-shell .v153-hud{left:9px;right:9px;top:8px;height:50px;gap:6px}.v153-admin-menu{display:grid!important;width:44px;height:44px;flex:0 0 auto}.v153-profile{width:50px;min-width:50px;height:48px;padding:3px;border-radius:16px}.v153-profile .hud-avatar{width:42px;height:42px;border-radius:13px}.v153-profile-copy{display:none!important}.v153-title span{font-size:13px}.v153-title small{display:none}.v153-energy{height:44px;min-width:92px;padding:4px 8px}.v153-energy small{display:none}.v153-energy b{font-size:10px}.v153-energy>svg{width:19px}.v153-more{width:44px;height:44px;border-radius:15px}.v153-lobby{padding:62px 10px 84px;gap:7px}.v153-stage{padding-top:23px}.v153-interaction-hint{top:0;max-width:78vw;padding:7px 11px;font-size:7.5px}.v153-pet-wrap{width:min(76vw,365px);height:min(46vh,365px);margin-top:6px}.v153-nameplate{min-width:210px;margin-top:-13px;padding:6px 25px 8px}.v153-nameplate h1{font-size:21px}.v153-nameplate small,.v153-nameplate>span{font-size:7px}.v153-care-dock{width:min(94vw,360px);padding:5px;gap:3px;border-radius:18px}.v153-care-dock button{flex:1;min-width:0;height:45px;padding:4px 6px;gap:5px;border-radius:13px}.v153-care-dock button span{width:31px;height:31px;border-radius:11px}.v153-care-dock button b{font-size:8px}.v153-dock{left:7px;right:7px;bottom:max(7px,env(safe-area-inset-bottom));transform:none;width:auto;height:64px;justify-content:space-around;padding:5px 7px;border-radius:21px}.v153-dock button{flex:1;width:auto;min-width:0;height:52px}.v153-dock button span{width:30px;height:30px}.v153-dock button svg{width:18px}.v153-dock button b{font-size:7px}.v153-dock .dock-primary{width:auto;height:69px;margin:0 2px 7px}.v153-dock .dock-primary span{width:47px;height:47px}.v153-dock .dock-primary i{font-size:7px}.v153-menu-modal{width:calc(100% - 20px)}}@media(max-width:420px){.v153-hud,.admin-shell .v153-hud{left:6px;right:6px}.v153-admin-menu{width:40px;height:40px}.v153-profile{width:44px;min-width:44px;height:43px}.v153-profile .hud-avatar{width:37px;height:37px}.v153-title span{font-size:12px}.v153-resources{gap:4px}.v153-energy{height:40px;min-width:78px;padding:3px 6px}.v153-energy>svg{width:17px}.v153-energy b{font-size:9px}.v153-more{width:40px;height:40px}.v153-more svg{width:18px}.v153-lobby{padding:56px 7px 76px}.v153-stage{padding-top:20px}.v153-pet-wrap{width:min(78vw,315px);height:min(42vh,315px)}.v153-interaction-hint{font-size:7px;max-width:82vw}.v153-nameplate{min-width:190px;max-width:78vw;padding:5px 23px 7px}.v153-nameplate h1{font-size:19px}.v153-care-dock{width:calc(100vw - 16px)}.v153-care-dock button{height:42px}.v153-care-dock button span{width:28px;height:28px}.v153-care-dock button svg{width:16px}.v153-care-dock button b{font-size:7px}.v153-dock{left:5px;right:5px}.v153-dock button b{font-size:6.5px}.v153-dock button em{font-size:5px}}@media(max-height:620px)and (orientation:landscape){.v153-lobby{grid-template-columns:minmax(0,1fr) 210px;grid-template-rows:1fr;padding:54px 76px 70px 10px;gap:4px}.v153-stage{grid-column:1;grid-row:1;padding-top:0}.v153-interaction-hint{top:2px}.v153-pet-wrap{width:min(44vw,360px);height:min(62vh,360px)}.v153-nameplate{position:absolute;right:2%;bottom:4%;min-width:175px}.v153-care-dock{grid-column:2;grid-row:1;align-self:center;justify-self:stretch;flex-direction:column;width:100%;padding:7px}.v153-care-dock button{width:100%;min-width:0}.v153-dock{left:auto;right:8px;bottom:8px;width:60px;height:auto;flex-direction:column;transform:none;padding:5px}.v153-dock button{width:50px;height:45px}.v153-dock .dock-primary{width:50px;height:57px;margin:0}.v153-dock .dock-primary span{width:40px;height:40px}.v153-dock button b,.v153-dock .dock-primary i{display:none}}.reduce-motion .v153-pet>img,.reduce-motion .v153-aura,.reduce-motion .v153-magic-ring:before,.reduce-motion .v153-magic-ring:after,.reduce-motion .v153-magic-ring i,.reduce-motion .v153-interaction-hint{animation:none!important}@media(max-width:900px){.player-shell .v153-profile,.admin-shell .v153-profile{display:flex!important;flex:0 0 50px!important;width:50px!important;min-width:50px!important}.player-shell .v153-more,.admin-shell .v153-more{display:grid!important;flex:0 0 44px!important}.player-shell .v153-dock,.admin-shell .v153-dock{display:flex!important}.v153-title{display:flex!important;z-index:2}}@media(max-width:420px){.player-shell .v153-profile,.admin-shell .v153-profile{flex-basis:44px!important;width:44px!important;min-width:44px!important}.player-shell .v153-more,.admin-shell .v153-more{flex-basis:40px!important}}:root{--v200-navy:#09283b;--v200-navy-2:#041923;--v200-cream:#fff9e8;--v200-gold:#ffc84f;--v200-cyan:#68ddff}.v200-shell.player-shell .main-area{margin-left:0}.v200-shell.player-shell.lobby-mode .page-content{padding:0;height:100svh;min-height:540px;overflow:hidden}.v200-shell.lobby-mode .world-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 38%,rgba(2,24,24,.14));pointer-events:none}.v200-hud{left:22px;right:22px;top:18px;height:64px;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;pointer-events:none}.admin-shell .v200-hud{left:84px}.v200-hud>*{pointer-events:auto}.v200-profile{height:62px;min-width:300px;padding:7px 18px 7px 7px;border-radius:22px;background:linear-gradient(115deg,#072130f7,#0e4353f0)!important;border:1px solid rgba(183,237,255,.42)!important;box-shadow:inset 0 1px #ffffff2b,0 14px 32px #021b264d!important;color:#fff!important}.v200-profile .hud-avatar{width:50px;height:50px;border-radius:17px;background:linear-gradient(145deg,#a4efff,#4aa2da);border:2px solid rgba(255,255,255,.75)}.v200-profile-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.v200-profile-copy b{font-size:13px;color:#fff!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:205px}.v200-profile-copy small{margin-top:3px;color:#c2dce6!important;font-size:8px}.v200-title{position:absolute;left:50%;transform:translate(-50%);margin:0;color:#163847;text-shadow:0 2px 16px rgba(255,255,255,.92)}.v200-title span{font-size:17px;font-weight:1000}.v200-title small{font-size:7px;color:#5e7a84}.v200-resources{margin-left:auto;gap:9px}.v200-energy{height:56px;min-width:148px;border-radius:20px;background:linear-gradient(180deg,#082637f7,#041824fc)!important;border-color:#b7edff57!important;box-shadow:inset 0 1px #ffffff21,0 12px 28px #03192447!important}.v200-energy>svg{width:26px;color:#ffd448}.v200-energy small{color:#9dbdca!important}.v200-energy b{font-size:13px;color:#fff!important}.v200-more,.v200-admin-menu{width:56px;height:56px;border-radius:20px;background:#fffbeff0!important;color:#284e5d!important;border:1px solid rgba(65,111,128,.19)!important;box-shadow:0 12px 26px #1a474d2e!important}.v200-lobby{position:relative;height:100svh;min-height:540px;border-radius:0;padding:88px 116px 122px 24px;overflow:hidden;background:radial-gradient(circle at 50% 66%,rgba(255,232,93,.2),transparent 31%),linear-gradient(180deg,#b3ebff05,#2e814d0a)}.v200-sky{z-index:0}.v200-stage{position:relative;z-index:4;height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:18px}.v200-interaction-hint{position:absolute;z-index:15;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;max-width:min(430px,60vw);padding:9px 15px;border:1px solid rgba(255,255,255,.78);border-radius:999px;background:#ffffffe8;box-shadow:0 9px 24px #1f534c24;color:#355a65;font-size:9px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;backdrop-filter:blur(13px);animation:speechFloat 3s ease-in-out infinite}.v200-interaction-hint svg{width:16px;color:#efa62f}.v200-pet-wrap{position:relative;width:clamp(310px,34vw,510px);height:clamp(310px,50vh,500px);display:grid;place-items:center;margin-top:12px;isolation:isolate}.v200-pet{position:relative;z-index:7;width:100%;height:100%;display:grid;place-items:center;padding:4%;overflow:visible}.v200-pet>img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 26px 24px rgba(25,59,45,.26));animation:petNaturalIdle 4s cubic-bezier(.45,.05,.55,.95) infinite;transform-origin:50% 86%}.v200-pet:hover>img{filter:drop-shadow(0 28px 27px rgba(21,79,60,.32)) brightness(1.04)}.v200-shadow{z-index:3;bottom:8%;width:48%;height:7%;background:#193a2f42;filter:blur(13px)}.v200-magic-ring{position:absolute;z-index:2;left:50%;bottom:4%;width:77%;height:19%;transform:translate(-50%);border:2px solid var(--element-accent,#ffe879);border-radius:50%;box-shadow:0 0 34px color-mix(in srgb,var(--element-accent,#ffe879) 55%,transparent),inset 0 0 25px #ffffff38}.v200-magic-ring:before,.v200-magic-ring:after{content:"";position:absolute;inset:10%;border:1px dashed rgba(255,255,255,.8);border-radius:50%;animation:ringSoft 8s linear infinite}.v200-magic-ring:after{inset:-19%;border-style:solid;border-color:color-mix(in srgb,var(--element-accent,#ffe879) 45%,transparent);animation-direction:reverse}.v200-magic-ring i{position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 13px var(--element-accent,#ffe879);animation:v153Spark 2.7s ease-in-out infinite}.v200-magic-ring i:nth-child(1){left:8%;top:10%}.v200-magic-ring i:nth-child(2){right:10%;top:20%;animation-delay:-.9s}.v200-magic-ring i:nth-child(3){left:49%;bottom:-18%;animation-delay:-1.8s}.v200-element-badge{position:absolute;z-index:16;top:39px;left:50%;transform:translate(-50%)}.v200-nameplate{position:relative;z-index:14;min-width:310px;max-width:min(470px,72vw);margin-top:-24px;padding:10px 38px 12px;border:1px solid rgba(255,225,120,.78);border-radius:24px;text-align:center;color:#fff;background:linear-gradient(180deg,#0d3539f7,#041c23fc);box-shadow:inset 0 1px #ffffff29,0 14px 32px #021b234a}.v200-nameplate:before,.v200-nameplate:after{content:"✦";position:absolute;top:50%;transform:translateY(-50%);color:#ffd85e}.v200-nameplate:before{left:17px}.v200-nameplate:after{right:17px}.v200-nameplate small{display:inline-flex;padding:3px 12px;margin-top:-24px;border-radius:999px;background:#37845c;color:#fff;font-size:8px;font-weight:1000;letter-spacing:.7px;text-transform:uppercase}.v200-nameplate h1{margin:3px 0 2px;font-size:29px;line-height:1}.v200-nameplate>span{display:flex;align-items:center;justify-content:center;gap:9px;color:#d3e5e8;font-size:9px;font-weight:900}.v200-nameplate>span i{width:4px;height:4px;border-radius:50%;background:#6ed8c0}.v200-feature-rail{position:fixed;z-index:58;right:24px;top:50%;transform:translateY(-42%);display:flex;flex-direction:column;gap:12px;padding:13px 10px;border:1px solid rgba(255,255,255,.66);border-radius:30px;background:#214c338f;box-shadow:inset 0 1px #ffffff29,0 18px 42px #113a2b3b;backdrop-filter:blur(15px)}.v200-feature-rail button{width:80px;min-height:82px;padding:6px 5px;border:0;border-radius:22px;background:#fffcecf0;color:#294c52;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-weight:1000;box-shadow:0 6px #19483d2b,0 10px 24px #1a463721;transition:transform .18s,filter .18s}.v200-feature-rail button:hover{transform:translateY(-4px);filter:brightness(1.04)}.v200-feature-rail button span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#5cc7f2,#2e86bd);box-shadow:inset 0 1px #ffffff6b,0 5px #236989}.v200-feature-rail button:nth-child(2) span{background:linear-gradient(145deg,#ff9ab2,#e95781);box-shadow:inset 0 1px #ffffff6b,0 5px #ae3c5d}.v200-feature-rail button:nth-child(3) span{background:linear-gradient(145deg,#a888ff,#6b4bd3);box-shadow:inset 0 1px #ffffff6b,0 5px #4e38a1}.v200-feature-rail svg{width:25px}.v200-feature-rail b{font-size:9px}.v200-dock{z-index:65;left:50%;right:auto;bottom:16px;transform:translate(-50%);height:94px;gap:8px;padding:9px 15px;border-radius:34px;background:linear-gradient(180deg,#0d3646fa,#041723fe);border:1px solid rgba(181,235,255,.34);box-shadow:inset 0 1px #ffffff26,0 21px 42px #021b2661}.v200-dock button{width:112px;height:72px;border-radius:24px}.v200-dock button span{width:44px;height:44px;border-radius:16px}.v200-dock button b{font-size:9px}.v200-dock button.active:not(.dock-primary){color:#fff;background:#4ecdff21}.v200-dock button.active:not(.dock-primary) span{background:linear-gradient(145deg,#79ecff,#398ed0);color:#052335;border-color:#c5f9ff;box-shadow:0 0 19px #4cd9ff59}.v200-dock .dock-primary{width:126px;height:104px;margin-bottom:6px}.v200-dock .dock-primary span{width:68px;height:68px;border-radius:50%;background:linear-gradient(145deg,#fff183,#f4ac2f);border:3px solid #fff2a6;color:#25343a;box-shadow:0 0 0 5px #174a62,0 7px #7b5520,0 0 29px #ffcd466e}.v200-dock .dock-primary i{font-size:10px;color:#ffe783}.v200-dock button em{background:#ffc441;color:#33240b}.element-effect,.element-badge{--element-accent:#ffe46e;--element-soft:rgba(255,228,110,.33);--element-deep:#9e7d23}.element-fire{--element-accent:#ff7048;--element-soft:rgba(255,91,42,.34);--element-deep:#9d2917}.element-water{--element-accent:#52c8ff;--element-soft:rgba(60,177,255,.34);--element-deep:#1b6fa2}.element-earth{--element-accent:#d49b55;--element-soft:rgba(159,104,49,.3);--element-deep:#755023}.element-wind{--element-accent:#71e2b5;--element-soft:rgba(81,218,165,.3);--element-deep:#247b5d}.element-lightning{--element-accent:#ffe04e;--element-soft:rgba(255,220,45,.36);--element-deep:#a17700}.element-light{--element-accent:#fff3a4;--element-soft:rgba(255,244,173,.4);--element-deep:#9b7f24}.element-shadow{--element-accent:#9b77ff;--element-soft:rgba(121,77,232,.34);--element-deep:#4d2a9f}.element-ice{--element-accent:#a4f4ff;--element-soft:rgba(110,225,255,.36);--element-deep:#3a8ca8}.element-normal{--element-accent:#7ce3bd;--element-soft:rgba(102,217,176,.32);--element-deep:#2e8265}.element-effect{position:absolute;z-index:1;inset:5%;pointer-events:none}.element-effect .element-glow{position:absolute;inset:7%;border-radius:50%;background:radial-gradient(circle,var(--element-soft),transparent 66%);filter:blur(2px);animation:elementBreathe 3.2s ease-in-out infinite}.element-effect .element-orbit{position:absolute;left:50%;top:50%;width:88%;height:32%;transform:translate(-50%,-50%) rotate(-9deg);border:1px solid color-mix(in srgb,var(--element-accent) 55%,transparent);border-radius:50%;animation:elementOrbit 9s linear infinite}.element-effect .orbit-b{width:70%;height:42%;transform:translate(-50%,-50%) rotate(23deg);animation-direction:reverse;animation-duration:7s}.element-particles{position:absolute;inset:0}.element-particles i{position:absolute;left:calc(10% + (var(--i) * 7%));top:calc(16% + var(--i) * 4.8%);width:calc(4px + (var(--i) % 3) * 2px);height:calc(4px + (var(--i) % 3) * 2px);border-radius:50%;background:var(--element-accent);box-shadow:0 0 12px var(--element-accent);opacity:.65;animation:elementParticle calc(2.5s + (var(--i) % 4) * .5s) ease-in-out infinite;animation-delay:calc(var(--i) * -.21s)}.element-fire .element-particles i{border-radius:70% 20% 60% 40%;transform:rotate(45deg)}.element-water .element-particles i{border-radius:60% 40% 70% 30%;height:10px}.element-earth .element-particles i{border-radius:2px;transform:rotate(20deg)}.element-wind .element-particles i{width:13px;height:3px;border-radius:99px}.element-lightning .element-particles i{border-radius:1px;transform:skew(-20deg)}.element-ice .element-particles i{border-radius:1px;transform:rotate(45deg)}.element-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border:1px solid color-mix(in srgb,var(--element-accent) 70%,white);border-radius:15px;background:linear-gradient(180deg,color-mix(in srgb,var(--element-accent) 67%,white),color-mix(in srgb,var(--element-accent) 48%,var(--element-deep)));color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.28);box-shadow:0 8px 20px var(--element-soft);font-size:9px;font-weight:1000;text-transform:uppercase;letter-spacing:.4px}.element-badge svg{width:17px;height:17px}@keyframes elementBreathe{0%,to{opacity:.62;transform:scale(.94)}50%{opacity:1;transform:scale(1.05)}}@keyframes elementOrbit{to{transform:translate(-50%,-50%) rotate(351deg)}}@keyframes elementParticle{0%,to{opacity:.18;transform:translateY(15px) scale(.65)}50%{opacity:1;transform:translateY(-24px) scale(1.15)}}.v200-login{display:grid;grid-template-columns:minmax(360px,1fr) minmax(400px,560px);grid-template-rows:auto 1fr auto;align-items:center;gap:18px 5vw;padding:24px clamp(24px,6vw,100px);background-position:center;background-size:cover;overflow:hidden}.v200-login:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,31,32,.08),transparent 45%,rgba(3,31,32,.08));pointer-events:none}.v200-login-logo{position:relative;z-index:8;grid-column:1/-1;justify-self:center;top:auto;left:auto;transform:none;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;text-shadow:0 3px 0 rgba(83,59,21,.28),0 7px 20px rgba(26,73,66,.24)}.v200-login-logo .v200-brand-kicker{font-size:clamp(37px,5vw,68px);line-height:.8;color:#ffbd46;font-weight:1000;-webkit-text-stroke:2px #9d6123}.v200-login-logo h1{margin:5px 0 2px;font-size:clamp(30px,4.5vw,58px);line-height:1;color:#fff8e7;-webkit-text-stroke:1.5px #6f4c2b}.v200-login-logo p{padding:7px 18px;border-radius:999px;background:#3e8d61;color:#fff;font-size:12px;font-weight:900}.v200-brand-image{max-width:min(560px,70vw);max-height:130px;object-fit:contain}.v200-login-pet{position:relative;z-index:7;grid-column:1;grid-row:2;left:auto;bottom:auto;width:min(46vw,620px);height:min(61vh,590px);justify-self:center;display:grid;place-items:center}.v200-login-pet>img{position:relative;z-index:5;width:78%;height:78%;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(34,71,54,.25));animation:petNaturalIdle 4s ease-in-out infinite}.v200-login-pet .summon-circle{z-index:3;bottom:8%;width:75%}.v200-login-pet .element-effect{inset:5%}.v200-login-pet .login-element-badge{position:absolute;z-index:9;top:4%;left:50%;transform:translate(-50%)}.v200-login-pet .login-pet-name{z-index:9;bottom:2%;background:linear-gradient(180deg,#0c353af5,#041b24fa);border-color:#ffe270bf}.v200-login-panel{position:relative;z-index:8;grid-column:2;grid-row:2;right:auto;top:auto;transform:none;width:min(100%,520px);justify-self:center;padding:54px 36px 28px;border-radius:28px;background:#fffaebf2;color:#24444e;border:3px solid rgba(215,164,75,.62);box-shadow:inset 0 0 0 5px #ffffffa3,0 24px 60px #14423d40;backdrop-filter:blur(15px)}.v200-login-panel .window-ribbon{top:-26px;left:50%;transform:translate(-50%);width:min(76%,330px);height:60px;border-radius:19px;background:linear-gradient(180deg,#174f65,#092e40);font-size:17px}.v200-login-panel h2{text-align:center;font-size:25px;color:#173e4b}.v200-login-panel .login-copy{text-align:center;color:#718990}.v200-login-panel label span{color:#536f78}.v200-login-panel input{height:55px;background:#fffdf5;color:#1d3c48;border-color:#e8d7b5}.v200-login-panel .start-game-button{height:58px;background:linear-gradient(180deg,#ffd15a,#f4a82c);color:#69420d;box-shadow:0 5px #c77d16}.v200-login-panel .secure-note{color:#5e777e;background:#32776012}.v200-login .login-footer{grid-column:1/-1;position:relative;z-index:8;left:auto;right:auto;bottom:auto;justify-self:center;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.45)}.v200-login-pet-grid{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:18px}.v200-login-pet-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.v200-login-pet-fields>label{display:flex;flex-direction:column;gap:5px}.v200-login-pet-preview{position:relative;grid-column:1/-1;height:270px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(139,210,233,.18);border-radius:20px;background:radial-gradient(circle,#ffee8429,#041923d1);isolation:isolate}.v200-login-pet-preview>img{position:relative;z-index:4;width:58%;height:65%;object-fit:contain}.v200-login-pet-preview>.element-badge{position:absolute;z-index:7;left:12px;top:12px}.v200-login-pet-preview>b{position:absolute;z-index:7;bottom:14px;padding:6px 14px;border-radius:999px;background:#051f2adb;color:#fff}.v200-login-pet-preview .element-effect{inset:2%}@media(max-width:900px){.v200-hud,.admin-shell .v200-hud{left:10px;right:10px;top:8px;height:52px;gap:6px}.v200-admin-menu{display:grid!important;width:46px;height:46px}.v200-profile{width:52px;min-width:52px;height:50px;padding:3px;border-radius:17px}.v200-profile .hud-avatar{width:44px;height:44px;border-radius:14px}.v200-profile-copy{display:none!important}.v200-title span{font-size:14px}.v200-title small{display:none}.v200-energy{height:46px;min-width:103px;padding:4px 8px}.v200-energy small{display:none}.v200-energy b{font-size:11px}.v200-energy>svg{width:20px}.v200-more{width:46px;height:46px;border-radius:16px}.v200-lobby{padding:66px 84px 92px 8px}.v200-stage{padding-top:20px}.v200-interaction-hint{top:0;max-width:65vw;padding:7px 11px;font-size:7.5px}.v200-element-badge{top:34px;padding:5px 9px;font-size:7px}.v200-element-badge svg{width:14px}.v200-pet-wrap{width:min(72vw,390px);height:min(48vh,390px)}.v200-nameplate{min-width:230px;margin-top:-18px;padding:7px 27px 9px}.v200-nameplate h1{font-size:22px}.v200-nameplate small,.v200-nameplate>span{font-size:7px}.v200-feature-rail{right:8px;gap:7px;padding:8px 6px;border-radius:22px}.v200-feature-rail button{width:66px;min-height:67px;border-radius:17px}.v200-feature-rail button span{width:37px;height:37px}.v200-feature-rail svg{width:20px}.v200-feature-rail b{font-size:7px}.v200-dock{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));transform:none;width:auto;height:70px;justify-content:space-around;padding:5px 8px;border-radius:23px}.v200-dock button{flex:1;width:auto;min-width:0;height:58px}.v200-dock button span{width:34px;height:34px}.v200-dock button b{font-size:7px}.v200-dock .dock-primary{width:auto;height:78px;margin:0 3px 9px}.v200-dock .dock-primary span{width:52px;height:52px}.v200-dock .dock-primary i{font-size:8px}.v200-menu-modal{width:calc(100% - 20px)}.v200-login{grid-template-columns:1fr;grid-template-rows:auto minmax(210px,36vh) auto auto;padding:16px 16px 24px;gap:8px}.v200-login-logo{grid-column:1;grid-row:1}.v200-login-logo .v200-brand-kicker{font-size:34px}.v200-login-logo h1{font-size:29px}.v200-login-logo p{font-size:9px;padding:5px 12px}.v200-login-pet{grid-column:1;grid-row:2;width:min(82vw,440px);height:100%}.v200-login-pet>img{width:68%;height:75%}.v200-login-pet .login-element-badge{top:0}.v200-login-pet .login-pet-name{bottom:0}.v200-login-panel{grid-column:1;grid-row:3;width:min(100%,480px);padding:42px 20px 18px}.v200-login-panel h2{font-size:20px}.v200-login-panel .login-copy{display:none}.v200-login-panel input{height:48px}.v200-login-panel .start-game-button{height:51px}.v200-login .login-footer{grid-column:1;grid-row:4}.v200-login-pet-grid{grid-template-columns:1fr}.v200-login-pet-fields{grid-template-columns:1fr 1fr}}@media(max-width:430px){.v200-hud,.admin-shell .v200-hud{left:6px;right:6px}.v200-profile{width:44px;min-width:44px;height:43px}.v200-profile .hud-avatar{width:37px;height:37px}.v200-title span{font-size:12px}.v200-energy{height:41px;min-width:80px;padding:3px 6px}.v200-energy>svg{width:17px}.v200-energy b{font-size:9px}.v200-more,.v200-admin-menu{width:41px;height:41px}.v200-more svg{width:18px}.v200-lobby{padding:58px 66px 80px 5px}.v200-stage{padding-top:17px}.v200-interaction-hint{font-size:6.5px;max-width:61vw}.v200-element-badge{top:31px}.v200-pet-wrap{width:min(72vw,300px);height:min(42vh,300px)}.v200-nameplate{min-width:178px;max-width:66vw;margin-top:-11px;padding:5px 21px 7px;border-radius:17px}.v200-nameplate h1{font-size:18px}.v200-nameplate small{margin-top:-16px;padding:2px 8px;font-size:5.5px}.v200-nameplate>span{font-size:6px;gap:5px}.v200-feature-rail{right:5px;top:51%;gap:5px;padding:6px 4px;border-radius:18px}.v200-feature-rail button{width:54px;min-height:55px;padding:3px;border-radius:14px}.v200-feature-rail button span{width:31px;height:31px;box-shadow:none}.v200-feature-rail svg{width:17px}.v200-feature-rail b{font-size:6px}.v200-dock{left:5px;right:5px;height:62px;padding:4px 5px}.v200-dock button{height:51px}.v200-dock button span{width:29px;height:29px}.v200-dock button svg{width:17px}.v200-dock button b{font-size:6px}.v200-dock .dock-primary{height:68px;margin-bottom:7px}.v200-dock .dock-primary span{width:45px;height:45px}.v200-dock .dock-primary i{font-size:6px}.v200-dock button em{font-size:5px}.v200-login{padding:10px 10px 17px;grid-template-rows:auto minmax(170px,29vh) auto auto}.v200-login-logo .v200-brand-kicker{font-size:27px}.v200-login-logo h1{font-size:23px}.v200-login-logo p{font-size:7px}.v200-login-pet{width:78vw}.v200-login-pet .login-pet-name{display:none}.v200-login-panel{padding:37px 14px 13px;border-radius:21px}.v200-login-panel .window-ribbon{height:48px;top:-21px;font-size:14px}.v200-login-panel h2{font-size:17px;margin-bottom:5px}.v200-login-panel label span{font-size:8px}.v200-login-panel input{height:43px}.v200-login-panel .secure-note,.v200-login .login-footer{font-size:7px}.v200-login-pet-fields{grid-template-columns:1fr}}@media(max-height:620px)and (orientation:landscape){.v200-lobby{padding:55px 91px 69px 8px}.v200-stage{padding-top:0}.v200-interaction-hint{top:0}.v200-pet-wrap{width:min(42vw,330px);height:min(58vh,330px)}.v200-element-badge{top:20px}.v200-nameplate{position:absolute;left:calc(50% + 170px);bottom:10%;min-width:185px}.v200-feature-rail{right:7px}.v200-dock{left:50%;right:auto;width:450px;bottom:5px;transform:translate(-50%);height:58px}.v200-dock button{height:48px}.v200-dock .dock-primary{height:64px;margin-bottom:5px}.v200-dock .dock-primary span{width:43px;height:43px}}.reduce-motion .element-effect *,.reduce-motion .v200-pet>img,.reduce-motion .v200-interaction-hint{animation:none!important}.login-screen.game-login.v200-login.v201-login{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(390px,520px)!important;grid-template-rows:auto minmax(0,1fr) auto!important;align-items:center!important;gap:0 clamp(34px,5vw,86px)!important;min-height:100svh!important;padding:clamp(18px,3vh,34px) clamp(26px,6vw,104px) clamp(16px,2.6vh,30px)!important;overflow:hidden!important;background-position:center!important;background-size:cover!important;isolation:isolate;color:#173b48!important}.login-screen.game-login.v200-login.v201-login:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 36%),linear-gradient(90deg,rgba(6,49,48,.06),transparent 46%,rgba(6,40,45,.12)),linear-gradient(0deg,rgba(6,33,36,.24),transparent 33%);pointer-events:none}.login-screen.game-login.v200-login.v201-login:after{content:"";position:absolute;inset:auto 0 0;z-index:0;height:22%;background:linear-gradient(0deg,rgba(3,28,31,.34),transparent);pointer-events:none}.v201-login .login-world{z-index:1;opacity:.72}.v201-login .v201-login-logo{position:relative!important;z-index:8!important;grid-column:1/-1!important;grid-row:1!important;inset:auto!important;transform:none!important;justify-self:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:0!important;padding:0!important;text-align:center!important;width:auto!important}.v201-login .v201-login-logo .v200-brand-kicker{font-family:Trebuchet MS,Arial Rounded MT Bold,Inter,sans-serif;font-size:clamp(45px,5.2vw,76px)!important;line-height:.78!important;color:#ffc64e!important;font-weight:1000!important;letter-spacing:1px!important;-webkit-text-stroke:2px #975d20!important;filter:drop-shadow(0 5px 0 rgba(111,66,22,.22))}.v201-login .v201-login-logo h1{margin:9px 0 7px!important;font-family:Trebuchet MS,Arial Rounded MT Bold,Inter,sans-serif;font-size:clamp(34px,4.2vw,62px)!important;line-height:.95!important;color:#fff8e7!important;font-weight:1000!important;letter-spacing:-1.5px!important;-webkit-text-stroke:1.5px #6b4a2d!important;text-shadow:0 5px 0 rgba(94,63,32,.18),0 11px 27px rgba(10,54,48,.28)!important}.v201-login .v201-login-logo p{margin:0!important;padding:8px 22px!important;border-radius:999px!important;background:linear-gradient(180deg,#4ca56e,#317d55)!important;box-shadow:inset 0 1px #ffffff59,0 5px 16px #1d5b3f3d!important;color:#fff!important;font-size:clamp(10px,1vw,13px)!important;font-weight:900!important;letter-spacing:.2px!important}.v201-login .v200-brand-image{max-width:min(560px,70vw)!important;max-height:128px!important;object-fit:contain!important}.v201-login .v201-login-pet.login-pet-stage{position:relative!important;z-index:6!important;grid-column:1!important;grid-row:2!important;inset:auto!important;width:min(100%,710px)!important;height:min(61vh,610px)!important;min-height:390px!important;margin:0!important;justify-self:center!important;align-self:center!important;display:grid!important;place-items:center!important;opacity:1!important}.v201-login .v201-login-pet>img{position:relative!important;z-index:5!important;width:min(72%,520px)!important;height:76%!important;max-height:505px!important;object-fit:contain!important;filter:drop-shadow(0 28px 23px rgba(29,72,54,.3))!important;animation:petNaturalIdle 4.2s ease-in-out infinite!important}.v201-login .v201-pet-aura{position:absolute;z-index:1;width:74%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,246,151,.2),rgba(94,226,213,.12) 48%,transparent 70%);border:2px solid rgba(255,244,156,.44);box-shadow:0 0 58px #ffeb7038,inset 0 0 55px #59e2de21;animation:v201Aura 4.5s ease-in-out infinite}.v201-login .v201-login-pet .element-effect{inset:7%!important;z-index:2!important}.v201-login .v201-login-pet .summon-circle{z-index:3!important;width:70%!important;height:150px!important;bottom:6%!important;border-width:3px!important;opacity:.95!important}.v201-login .v201-login-pet .pet-shadow{z-index:2!important;bottom:11%!important;width:45%!important;height:34px!important;background:#1f4c3245!important}.v201-login .v201-login-pet .login-element-badge{position:absolute!important;z-index:9!important;top:5%!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 8px 18px #1d55392e!important}.v201-login .v201-login-pet .login-pet-name{position:absolute!important;z-index:9!important;left:50%!important;right:auto!important;bottom:1%!important;transform:translate(-50%)!important;min-width:220px!important;padding:9px 24px 10px!important;align-items:center!important;border:1px solid rgba(255,222,109,.72)!important;border-radius:15px!important;background:linear-gradient(180deg,#144643f5,#052731fa)!important;box-shadow:0 10px 22px #103e3138,inset 0 1px #ffffff29!important;text-align:center!important}.v201-login .v201-login-pet .login-pet-name span{font-size:8px!important;letter-spacing:2.1px!important;color:#ffe996!important}.v201-login .v201-login-pet .login-pet-name strong{font-size:24px!important;color:#fff!important}.v201-login .v201-login-panel.login-panel.game-window{position:relative!important;z-index:9!important;grid-column:2!important;grid-row:2!important;inset:auto!important;transform:none!important;justify-self:center!important;align-self:center!important;width:min(100%,510px)!important;max-width:510px!important;margin:0!important;padding:58px 38px 27px!important;border:3px solid rgba(211,163,78,.64)!important;border-radius:29px!important;background:linear-gradient(155deg,#fffdf2f9,#faf2daf6)!important;color:#23444d!important;box-shadow:inset 0 0 0 5px #ffffffa6,0 28px 62px #14453a47!important;backdrop-filter:blur(16px)!important}.v201-login .v201-login-panel.login-panel.game-window:before{content:"";position:absolute;inset:11px;pointer-events:none;border:1px solid rgba(211,171,100,.22);border-radius:21px}.v201-login .v201-login-panel .window-ribbon{position:absolute!important;z-index:4!important;left:50%!important;right:auto!important;top:-28px!important;transform:translate(-50%)!important;width:min(78%,340px)!important;height:61px!important;min-height:61px!important;border:2px solid rgba(255,230,145,.72)!important;border-radius:19px!important;background:linear-gradient(180deg,#19566c,#0a3548)!important;color:#fff!important;box-shadow:0 6px #0a2b3c,0 14px 25px #16414047,inset 0 1px #fff3!important;font-size:18px!important;font-weight:1000!important;letter-spacing:1px!important}.v201-login .v201-login-panel .window-ribbon svg{width:20px!important}.v201-login .v201-panel-heading{position:relative;z-index:2;text-align:center;margin-bottom:19px}.v201-login .v201-login-panel h2{margin:0 0 7px!important;color:#183e49!important;font-size:26px!important;line-height:1.1!important;text-align:center!important}.v201-login .v201-login-panel .login-copy{max-width:340px!important;margin:0 auto!important;color:#70868b!important;font-size:12px!important;line-height:1.55!important;text-align:center!important}.v201-login .v201-login-form{position:relative;z-index:2;gap:13px!important}.v201-login .v201-field{display:grid!important;gap:6px!important}.v201-login .v201-field>span{color:#567078!important;font-size:9px!important;font-weight:900!important;letter-spacing:.8px!important;text-transform:uppercase!important}.v201-login .v201-input-shell{display:grid;grid-template-columns:23px minmax(0,1fr) auto;align-items:center;gap:8px;height:57px;padding:0 14px;border:1px solid #e3d3b2;border-radius:13px;background:#fffdf7;box-shadow:inset 0 2px 5px #69542c0f,0 3px 9px #69542c0d;transition:border-color .18s,box-shadow .18s}.v201-login .v201-input-shell:focus-within{border-color:#d9a83f;box-shadow:0 0 0 3px #e7b13621,inset 0 2px 5px #69542c0d}.v201-login .v201-input-shell>svg{width:20px;color:#718c93}.v201-login .v201-input-shell input{width:100%!important;height:100%!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:#183a44!important;box-shadow:none!important;font-weight:700!important}.v201-login .v201-input-shell input::placeholder{color:#9aaeb0!important;font-weight:600!important}.v201-login .v201-password-toggle{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:9px;background:transparent;color:#779097}.v201-login .v201-password-toggle:hover{background:#edf3ec;color:#305b62}.v201-login .v201-password-toggle svg{width:18px}.v201-login .v201-login-panel .start-game-button{position:relative!important;z-index:2!important;width:100%!important;height:58px!important;margin-top:3px!important;border:1px solid #f4b837!important;border-radius:14px!important;background:linear-gradient(180deg,#ffd15d,#f3aa30)!important;color:#70450d!important;box-shadow:0 5px #c77d16,0 11px 20px #b26f122b!important;text-transform:none!important;font-size:16px!important;font-weight:1000!important;letter-spacing:.2px!important}.v201-login .v201-login-panel .start-game-button:hover:not(:disabled){transform:translateY(-1px)!important;box-shadow:0 6px #c77d16,0 14px 24px #b26f1238!important}.v201-login .v201-login-panel .start-game-button svg{width:19px!important}.v201-login .v201-clear-account{position:relative;z-index:2;width:72%;min-height:45px;margin:17px auto 0;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #dfcfad;border-radius:12px;background:#ffffff8a;color:#46646b;font-size:11px;font-weight:850}.v201-login .v201-clear-account:hover{background:#fff;color:#244750}.v201-login .v201-clear-account svg{width:17px}.v201-login .v201-login-panel .secure-note{position:relative!important;z-index:2!important;margin-top:17px!important;padding:8px 10px!important;border:1px solid rgba(65,132,103,.13)!important;border-radius:10px!important;background:#37806011!important;color:#637b7e!important;font-size:8px!important;line-height:1.45!important}.v201-login .v201-login-panel .secure-note svg{color:#398767!important}.v201-login .v201-admin-hint{position:absolute;z-index:10;left:clamp(22px,4vw,68px);bottom:clamp(18px,4vh,48px);display:flex;align-items:center;gap:11px;padding:11px 16px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:#083335b3;color:#eaf9f2;box-shadow:0 12px 26px #07302b2e;backdrop-filter:blur(13px);font-size:10px;line-height:1.5}.v201-login .v201-admin-hint svg{width:21px;color:#ffe49b}.v201-login .v201-admin-hint strong{color:#fff4b8}.v201-login .login-footer{position:relative!important;z-index:8!important;grid-column:1/-1!important;grid-row:3!important;inset:auto!important;justify-self:center!important;display:flex!important;gap:18px!important;color:#ffffffd6!important;font-size:8px!important;text-shadow:0 2px 5px rgba(0,0,0,.35)!important}@keyframes v201Aura{0%,to{opacity:.62;transform:scale(.96)}50%{opacity:1;transform:scale(1.035)}}@media(max-width:900px){.login-screen.game-login.v200-login.v201-login{grid-template-columns:1fr!important;grid-template-rows:auto minmax(190px,33vh) auto auto!important;gap:7px!important;min-height:100svh!important;padding:13px 14px 18px!important;overflow:auto!important}.v201-login .v201-login-logo{grid-column:1!important;grid-row:1!important}.v201-login .v201-login-logo .v200-brand-kicker{font-size:34px!important}.v201-login .v201-login-logo h1{font-size:29px!important;margin:5px 0!important}.v201-login .v201-login-logo p{padding:5px 13px!important;font-size:8px!important}.v201-login .v201-login-pet.login-pet-stage{grid-column:1!important;grid-row:2!important;width:min(86vw,450px)!important;height:100%!important;min-height:190px!important}.v201-login .v201-login-pet>img{width:61%!important;height:78%!important}.v201-login .v201-login-pet .summon-circle{width:61%!important;height:82px!important;bottom:5%!important}.v201-login .v201-login-pet .login-element-badge{top:0!important}.v201-login .v201-login-pet .login-pet-name{bottom:-2%!important;min-width:174px!important;padding:5px 16px 6px!important}.v201-login .v201-login-pet .login-pet-name strong{font-size:18px!important}.v201-login .v201-login-panel.login-panel.game-window{grid-column:1!important;grid-row:3!important;width:min(100%,470px)!important;padding:43px 20px 17px!important;border-radius:23px!important}.v201-login .v201-login-panel .window-ribbon{top:-22px!important;height:49px!important;min-height:49px!important;font-size:14px!important}.v201-login .v201-login-panel h2{font-size:19px!important}.v201-login .v201-login-panel .login-copy{display:none!important}.v201-login .v201-input-shell{height:47px!important}.v201-login .v201-login-panel .start-game-button{height:50px!important}.v201-login .v201-clear-account{min-height:39px!important;margin-top:12px!important}.v201-login .v201-login-panel .secure-note{margin-top:11px!important}.v201-login .v201-admin-hint{display:none!important}.v201-login .login-footer{grid-column:1!important;grid-row:4!important;font-size:6.5px!important}}@media(max-width:430px){.login-screen.game-login.v200-login.v201-login{grid-template-rows:auto minmax(145px,25vh) auto auto!important;padding:8px 9px 13px!important}.v201-login .v201-login-logo .v200-brand-kicker{font-size:27px!important}.v201-login .v201-login-logo h1{font-size:22px!important;margin:3px 0!important}.v201-login .v201-login-logo p{font-size:6.5px!important;padding:4px 10px!important}.v201-login .v201-login-pet.login-pet-stage{min-height:145px!important;width:76vw!important}.v201-login .v201-login-pet>img{width:61%!important;height:78%!important}.v201-login .v201-login-pet .login-pet-name{display:none!important}.v201-login .v201-login-pet .login-element-badge{font-size:6px!important;padding:4px 8px!important}.v201-login .v201-login-panel.login-panel.game-window{padding:37px 13px 12px!important;border-width:2px!important;border-radius:18px!important}.v201-login .v201-login-panel.login-panel.game-window:before{inset:7px!important;border-radius:13px!important}.v201-login .v201-login-panel .window-ribbon{top:-18px!important;height:40px!important;min-height:40px!important;width:68%!important;font-size:11px!important;border-radius:13px!important}.v201-login .v201-panel-heading{margin-bottom:8px!important}.v201-login .v201-login-panel h2{font-size:15px!important;margin-bottom:0!important}.v201-login .v201-field{gap:3px!important}.v201-login .v201-field>span{font-size:6.5px!important}.v201-login .v201-input-shell{height:41px!important;padding:0 9px!important;grid-template-columns:18px minmax(0,1fr) auto!important}.v201-login .v201-input-shell>svg{width:16px!important}.v201-login .v201-login-panel .start-game-button{height:43px!important;font-size:12px!important;border-radius:11px!important}.v201-login .v201-clear-account{width:82%!important;min-height:34px!important;margin-top:9px!important;font-size:8px!important}.v201-login .v201-login-panel .secure-note{display:none!important}.v201-login .login-footer{font-size:5.5px!important;gap:8px!important}}@media(max-height:650px)and (orientation:landscape){.login-screen.game-login.v200-login.v201-login{grid-template-columns:minmax(0,1fr) minmax(340px,430px)!important;grid-template-rows:auto 1fr!important;padding:9px 25px!important;gap:15px!important;overflow:hidden!important}.v201-login .v201-login-logo{position:absolute!important;top:8px!important;left:50%!important;transform:translate(-50%) scale(.72)!important;transform-origin:top center!important}.v201-login .v201-login-pet.login-pet-stage{grid-column:1!important;grid-row:1/-1!important;width:48vw!important;height:84vh!important;min-height:0!important;margin-top:7vh!important}.v201-login .v201-login-panel.login-panel.game-window{grid-column:2!important;grid-row:1/-1!important;width:100%!important;padding:40px 18px 14px!important}.v201-login .v201-login-panel .login-copy,.v201-login .v201-admin-hint,.v201-login .login-footer{display:none!important}.v201-login .v201-login-panel h2{font-size:17px!important}.v201-login .v201-input-shell{height:43px!important}.v201-login .v201-login-panel .start-game-button{height:45px!important}.v201-login .v201-clear-account{margin-top:8px!important;min-height:35px!important}.v201-login .v201-login-panel .secure-note{display:none!important}}.reduce-motion .v201-pet-aura{animation:none!important}.grade-role-admin .grade-note,.grade-question-manager .question-pack-overview header p{color:var(--muted,#6b7b86);font-size:.84rem;margin:.25rem 0 0}.grade-users .data-head,.grade-users .data-row{grid-template-columns:minmax(180px,1.7fr) minmax(80px,.7fr) minmax(105px,.85fr) 70px 60px 90px 80px}.grade-inline-select{width:100%;min-width:96px;padding:.48rem .6rem;border:1px solid rgba(43,77,91,.18);border-radius:10px;background:#fff;font-weight:700;color:#173847}.grade-users em{font-style:normal;color:#78909c;font-size:.78rem}.grade-set-grid>div{align-items:flex-start}.grade-set-grid .set-main-copy{min-width:0;flex:1}.grade-selector-row{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.7rem}.grade-selector-row button{display:inline-flex;align-items:center;gap:.3rem;border:1px solid rgba(38,77,93,.16);background:#ffffffb8;color:#31515f;border-radius:999px;padding:.42rem .68rem;font-weight:800;font-size:.76rem}.grade-selector-row button svg{width:14px;height:14px;opacity:.28}.grade-selector-row button.selected{background:#e6f7e8;border-color:#73c47b;color:#26743a;box-shadow:inset 0 0 0 1px #ffffffb3}.grade-selector-row button.selected svg{opacity:1}.grade-form-picker{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;padding:.8rem;border:1px solid rgba(35,74,90,.12);background:#f4faf7cc;border-radius:14px}.grade-form-picker>span{font-weight:800;margin-right:.2rem}.grade-form-picker label{display:flex;align-items:center;gap:.4rem;padding:.45rem .65rem;border-radius:10px;background:#fff;border:1px solid rgba(35,74,90,.12)}.grade-form-picker input{width:auto;margin:0}.set-form-actions{display:flex;gap:.7rem;flex-wrap:wrap}.grade-question-manager .set-visibility-actions{display:flex;flex-wrap:wrap;gap:.42rem;justify-content:flex-end;max-width:330px}.grade-question-manager .set-visibility-actions .small-button{min-width:auto}.grade-question-manager .set-card-grid>div.inactive{opacity:.68}@media(max-width:980px){.grade-users{overflow-x:auto}.grade-users .data-head,.grade-users .data-row{min-width:800px}.grade-question-manager .set-card-grid>div{grid-template-columns:auto 1fr}.grade-question-manager .set-visibility-actions{grid-column:1/-1;max-width:none;justify-content:flex-start;padding-left:3rem}}@media(max-width:620px){.grade-selector-row button{flex:1;justify-content:center;min-width:86px}.grade-question-manager .set-visibility-actions{padding-left:0}.grade-question-manager .set-visibility-actions button{flex:1 1 140px;justify-content:center}}.source-question-media{display:grid;gap:12px;margin-top:12px}.source-question-media img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border-radius:14px;background:#fff;box-shadow:0 6px 22px #0b2a381c}.v220-sequential{display:grid;gap:12px}.v220-step-label{display:inline-flex;width:max-content;max-width:100%;padding:7px 12px;border-radius:999px;background:#eaf6ff;color:#21637f;font-weight:900;font-size:.78rem;letter-spacing:.03em}.v220-statement{padding:18px;border:1px solid rgba(38,77,93,.14);border-radius:18px;background:#ffffffeb;display:grid;gap:16px}.v220-statement>div{display:flex;gap:10px;font-size:1rem;line-height:1.55}.v220-statement nav{display:grid;grid-template-columns:1fr 1fr;gap:10px}.v220-statement button{min-height:52px;border:1px solid rgba(38,77,93,.15);border-radius:14px;font-weight:900;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px}.v220-statement button.true.active{background:#e4f8e8;border-color:#54b66b;color:#237c39}.v220-statement button.false.active{background:#ffe7e7;border-color:#ef7777;color:#a02f2f}.v220-short-answer{display:grid;gap:10px;padding:18px;border:1px solid rgba(38,77,93,.14);border-radius:18px;background:#fffffff0}.v220-short-answer>span{font-weight:800}.v220-short-answer>div{display:flex;align-items:center;gap:10px}.v220-short-answer input{flex:1;min-width:0;height:58px;padding:0 18px;border:2px solid #bcd7df;border-radius:14px;font-size:1.25rem;font-weight:900;text-align:center;background:#fff;color:#143947}.v220-short-answer small{min-width:48px;text-align:center;color:#67808b}.desktop-enter-hint{margin-left:6px;padding:2px 6px;border-radius:5px;background:#ffffff40;font-size:.65em}.v220-offline .v130-question-window{max-width:min(980px,70vw)}.v220-offline .v130-prompt{overflow:auto;max-height:min(53vh,590px)}.background-inventory{margin-bottom:24px;padding:20px;border-radius:22px;background:#ffffffe0;border:1px solid rgba(35,74,90,.13);box-shadow:0 10px 32px #092a3814}.background-inventory>header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.background-inventory>header>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.background-item-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:14px}.background-item-grid>article{overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(35,74,90,.13)}.background-item-grid img{width:100%;aspect-ratio:16/9;object-fit:cover}.background-item-grid>article>div{padding:12px 14px}.background-item-grid h3{margin:0}.background-item-grid p{min-height:2.6em;color:#617782}.background-item-grid small{color:#31834a;font-weight:800}.background-item-grid nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 12px}.background-item-grid nav button{min-height:42px;border-radius:11px;border:1px solid #bdd1d8;background:#f5fafb;font-weight:800;color:#31515f}.background-item-grid nav button.active{background:#dbf6e3;border-color:#66bd7a;color:#236f34}.history-list{display:grid;gap:18px}.history-entry{padding:18px;border-radius:20px;background:#fffffff0;border:1px solid rgba(35,74,90,.13);box-shadow:0 8px 28px #092a3814}.history-entry>header{display:flex;justify-content:space-between;gap:12px;align-items:center}.history-entry>header h3{margin:2px 0 0}.history-entry>header>span{padding:6px 10px;border-radius:999px;background:#edf4f7;font-size:.75rem;font-weight:900}.history-answer,.history-solution{margin-top:14px;padding:14px;border-radius:14px;background:#f6fafb}.history-solution{background:#fff6e5;border:1px solid #f2d697}.history-answer p,.history-solution p{white-space:pre-wrap;overflow-wrap:anywhere;margin:.35rem 0}.history-entry>footer{display:flex;justify-content:space-between;gap:10px;margin-top:13px;color:#6a8089;font-size:.82rem}.history-entry>footer b{color:#244c5d}.v130-item-editor>aside header{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.v130-item-editor>aside header .primary-button{width:auto;padding:8px 12px}@media(max-width:900px){.v220-offline .v130-question-window{max-width:none}.v220-offline .v130-prompt{max-height:none}.background-inventory>header{flex-direction:column}.history-entry>footer{flex-direction:column}.source-question-media img{border-radius:10px}}@media(max-width:600px){.v220-offline .v130-battle-hud>div{max-width:48vw}.v220-offline .v130-battle-hud nav span:not(:first-child){display:none}.v220-statement{padding:13px}.v220-statement nav{gap:7px}.v220-statement button{min-height:48px}.v220-short-answer{padding:13px}.v220-short-answer input{height:52px;font-size:1.1rem}.source-question-media{margin-left:-8px;margin-right:-8px}.background-item-grid{grid-template-columns:1fr}.desktop-enter-hint{display:none}.history-entry{padding:13px}.history-entry>header{align-items:flex-start}.history-entry>header>span{font-size:.65rem}}:root{--v300-safe-bottom:max(12px,env(safe-area-inset-bottom));--v300-hud-h:88px;--v300-dock-h:92px;--v300-ink:#123440;--v300-cream:#fffdf2;--v300-deep:#062b39}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}.v200-shell{width:100%;max-width:100vw;overflow-x:hidden}.v200-shell .page-content{width:100%;max-width:none}.v200-shell.lobby-mode .page-content{height:100dvh;min-height:560px}.v200-shell .v200-lobby{width:100%;height:100dvh;min-height:560px;padding:clamp(78px,9vh,104px) clamp(104px,8vw,150px) calc(var(--v300-dock-h) + var(--v300-safe-bottom) + 24px) clamp(90px,7vw,126px);display:grid;place-items:center;overflow:hidden}.v200-shell .v200-stage{position:relative;width:min(680px,70vw);height:min(650px,72vh);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 0 84px;min-width:0}.v200-shell .v200-pet-wrap{width:min(500px,46vw,54vh);height:min(500px,46vw,54vh);flex:0 0 auto;margin:0;display:grid;place-items:center}.v200-shell .v200-pet{width:100%;height:100%;display:grid;place-items:center}.v200-shell .v200-pet>img{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 28px 22px rgba(30,70,45,.27))}.v200-shell .v200-nameplate{position:relative;z-index:7;left:auto;right:auto;bottom:auto;margin:-24px auto 0;transform:none;min-width:min(330px,72vw);max-width:520px}.v200-shell .v200-interaction-hint{top:8px;left:50%;transform:translate(-50%);white-space:nowrap}.v200-shell .v200-element-badge{top:54px;left:50%;transform:translate(-50%)}.v200-shell .v200-feature-rail{right:clamp(12px,2.2vw,34px);top:50%;transform:translateY(-45%);max-height:65vh}.v200-shell .v200-dock{position:fixed;z-index:70;left:50%;right:auto;bottom:calc(var(--v300-safe-bottom) + 10px);transform:translate(-50%);width:min(620px,calc(100vw - 220px));height:82px;padding:8px 14px;display:flex;align-items:center;justify-content:space-around}.v200-shell .v200-dock button{min-width:92px;height:62px}.v200-shell .v200-dock .dock-primary{height:88px;margin-top:-26px}.v200-shell .v200-hud{height:var(--v300-hud-h);padding:10px clamp(12px,2vw,28px) 10px clamp(90px,6.5vw,122px);display:grid;grid-template-columns:minmax(210px,330px) 1fr minmax(190px,260px);align-items:center;gap:18px}.v200-shell .v200-profile{width:100%;min-width:0;overflow:hidden}.v200-shell .v200-title{position:static;transform:none;text-align:center;min-width:0}.v200-shell .v200-resources{justify-self:end}.admin-shell.v200-shell .v200-hud{padding-left:94px}.admin-shell .main-area{margin-left:74px!important;width:calc(100% - 74px)}.admin-shell .game-rail{width:74px;overflow:visible}.admin-shell .game-rail .rail-label,.admin-shell .game-rail .sidebar-brand>div:not(.brand-mark),.admin-shell .game-rail .sidebar-user>div:not(.avatar){display:none}.admin-shell .game-rail nav button{justify-content:center;padding:10px}.admin-shell .game-rail .sidebar-user{justify-content:center}.admin-shell .game-rail .sidebar-user .avatar{display:none}.source-question-media{width:100%;min-height:80px;padding:10px;border:1px solid rgba(34,82,96,.18);border-radius:16px;background:#fff;overflow:auto;overscroll-behavior:contain}.source-question-media img{display:block;width:auto;max-width:100%;min-width:min(240px,100%);height:auto;max-height:min(52vh,700px);margin:0 auto;object-fit:contain;background:#fff;color:#173b47}.v130-prompt{color:#173b47!important;background:#fffdf2fa!important}.v130-prompt h2,.v130-prompt p{color:#173b47!important;text-shadow:none!important}.v220-statement,.arena-question-card .v220-statement{background:#fffdf2!important;border:2px solid #b8d6dd!important;color:#173b47!important;box-shadow:0 8px 22px #0a37441a}.v220-statement>div,.v220-statement>div b,.v220-statement>div span{color:#173b47!important;text-shadow:none!important}.v220-statement>div b{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:10px;background:#dff3f7;color:#075b75!important;text-transform:uppercase}.v220-statement button{background:#f6fbfc!important;color:#173b47!important;border:2px solid #bdd7df!important}.v220-statement button.true:hover,.v220-statement button.true.active{background:#dff7e5!important;color:#14652a!important;border-color:#53b56b!important}.v220-statement button.false:hover,.v220-statement button.false.active{background:#ffe3e3!important;color:#952e38!important;border-color:#e66a78!important}.v220-step-label{background:#dff3f7!important;color:#075b75!important}.v220-short-answer{background:#fffdf2!important;color:#173b47!important}.arena-lobby,.arena-selection,.arena-queue,.arena-finished,.expedition-room,.expedition-setup{width:min(1240px,100%);margin:0 auto;color:#eaf8ff}.arena-lobby{display:grid;gap:22px;padding-bottom:110px}.arena-mode-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.65fr);gap:24px;padding:clamp(24px,4vw,52px);border:1px solid rgba(120,230,255,.22);border-radius:30px;background:radial-gradient(circle at 80% 20%,rgba(85,199,255,.18),transparent 30%),linear-gradient(145deg,#052b3af5,#07192bf0);box-shadow:0 24px 55px #00000047;overflow:hidden}.arena-mode-hero h1{font-size:clamp(40px,7vw,82px);line-height:.95;margin:12px 0;color:#fff;letter-spacing:-3px}.arena-mode-hero p{max-width:720px;color:#bbd2df;line-height:1.65}.rank-card,.expedition-reward-preview{align-self:stretch;padding:24px;border-radius:24px;background:linear-gradient(160deg,#fff9daf7,#ffda5ff0);color:#153543;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:inset 0 1px #fff,0 18px 35px #0000002e}.rank-card>svg,.expedition-reward-preview>svg{width:52px;height:52px;color:#d68a08}.rank-card h2{margin:8px 0;font-size:27px}.rank-card strong,.expedition-reward-preview strong{font-size:30px;color:#965700}.rank-card>div{display:flex;gap:12px;margin-top:12px}.arena-rules{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.arena-rules>span{min-height:105px;padding:16px;border-radius:20px;background:#062d3ded;border:1px solid rgba(125,225,255,.18);display:flex;flex-direction:column;align-items:center;justify-content:center}.arena-rules svg{color:#ffd65e}.arena-rules b{margin:5px 0}.arena-rules small{color:#9ec3d2}.live-match-list{padding:22px;border-radius:24px;background:#052534ed;border:1px solid rgba(120,225,255,.18)}.live-match-list>header{display:flex;justify-content:space-between;align-items:center}.live-match-list>header h2{margin:4px 0 16px}.live-match-list>button{width:100%;margin-top:8px;padding:15px;border:1px solid rgba(120,225,255,.15);border-radius:15px;background:#ffffff0d;color:#fff;display:flex;align-items:center;gap:12px;text-align:left}.live-match-list>button>span{flex:1}.live-match-list b,.live-match-list small{display:block}.live-match-list small{color:#9fc2d0;margin-top:3px}.expedition-create{display:flex;align-items:flex-end;gap:12px;margin-top:20px}.expedition-create label{display:grid;gap:7px;color:#c8e2eb}.expedition-create select{height:46px;border-radius:12px;padding:0 14px;background:#fff;color:#173b47}.arena-selection{padding:clamp(20px,4vw,42px);border-radius:28px;background:linear-gradient(145deg,#063547,#071e31);min-height:calc(100dvh - 170px)}.arena-selection>header,.expedition-room>header,.expedition-setup>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.arena-selection>header>strong,.expedition-setup>header>strong{font-size:36px;color:#ffe16b}.arena-pet-select-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0}.arena-pet-select-grid>button{position:relative;min-width:0;padding:14px;border:2px solid transparent;border-radius:20px;background:#ffffff12;color:#fff;display:flex;align-items:center;gap:12px;text-align:left}.arena-pet-select-grid>button.selected{border-color:#ffd75d;background:#ffd55d21}.arena-pet-select-grid img{width:90px;height:90px;object-fit:contain}.arena-pet-select-grid span{min-width:0}.arena-pet-select-grid b,.arena-pet-select-grid small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.arena-pet-select-grid small{color:#a9cad6}.arena-pet-select-grid i{position:absolute;right:10px;top:10px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ffd75d;color:#153543;font-weight:900}.expedition-room,.expedition-setup{padding:clamp(20px,4vw,42px);border-radius:28px;background:linear-gradient(145deg,#063547,#071e31);min-height:calc(100dvh - 170px)}.expedition-player-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0}.expedition-player-cards article{min-height:310px;padding:20px;border-radius:24px;border:2px solid rgba(129,225,255,.18);background:linear-gradient(180deg,#ffffff17,#ffffff08);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.expedition-player-cards article>img{width:160px;height:190px;object-fit:contain;border-radius:20px}.expedition-player-cards article.empty{border-style:dashed;color:#82a8b7}.expedition-player-cards article button{margin-top:14px}.expedition-room>footer{display:flex;justify-content:space-between;align-items:center}.expedition-setup>div{display:grid;gap:10px;margin:24px 0}.expedition-setup article{display:grid;grid-template-columns:50px 74px 1fr auto;gap:14px;align-items:center;padding:12px 16px;border-radius:17px;background:#ffffff14}.expedition-setup article>img{width:70px;height:70px;object-fit:contain}.expedition-setup article>nav{display:flex;gap:6px}.expedition-setup article button{width:40px;height:40px}.expedition-setup>footer{display:flex;justify-content:flex-end;gap:10px}.arena-battle{position:relative;width:100%;min-height:calc(100dvh - 40px);padding:20px 20px 120px;border-radius:28px;background-size:cover;background-position:center;overflow:hidden;color:#fff;isolation:isolate}.arena-battle:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#03161f59,#03161fa3)}.arena-battle-top{height:58px;padding:0 18px;border-radius:18px;background:#032332de;border:1px solid rgba(136,230,255,.22);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.arena-battle-top>span{display:flex;align-items:center;gap:8px;font-weight:900}.arena-battle-top>span:last-child{justify-self:end}.arena-battle-top .active-turn{color:#ffe15c}.arena-fight-stage{height:clamp(300px,44vh,510px);display:grid;grid-template-columns:1fr 110px 1fr;align-items:end;gap:10px}.arena-fighter,.arena-boss{position:relative;height:100%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:74px}.arena-fighter>img,.arena-boss>img{position:relative;z-index:2;width:min(390px,88%);height:80%;object-fit:contain;filter:drop-shadow(0 25px 18px rgba(0,0,0,.38));transition:transform .24s,filter .24s}.arena-fighter.right>img{transform:scaleX(-1)}.arena-fighter.is-attacking.left>img{animation:v300AttackRight .7s ease}.arena-fighter.is-attacking.right>img{animation:v300AttackLeft .7s ease}.arena-fighter.is-hit>img,.arena-boss.is-hit>img{animation:v300Hit .55s ease;filter:drop-shadow(0 0 26px #ff4f55)}.arena-versus{align-self:center;display:grid;place-items:center;color:#ffda5d}.arena-versus svg{width:48px;height:48px}.arena-versus b{font-size:24px}.arena-pet-hud{position:absolute;z-index:4;left:7%;right:7%;bottom:6px;padding:10px 12px;border-radius:16px;background:#032331eb;border:1px solid rgba(130,229,255,.23)}.arena-pet-hud>span{display:flex;justify-content:space-between}.arena-pet-hud small{color:#a7c9d6}.arena-hp,.arena-mana{position:relative;height:18px;margin-top:7px;border-radius:99px;overflow:hidden;background:#00000073}.arena-hp i,.arena-mana i{display:block;height:100%;transition:width .55s ease}.arena-hp i{background:linear-gradient(90deg,#31c66a,#a7ed4d)}.arena-hp b{position:absolute;inset:0;display:grid;place-items:center;font-size:10px;text-shadow:0 1px 2px #000}.arena-mana{height:7px}.arena-mana i{background:linear-gradient(90deg,#3aa7ff,#7ce9ff)}.arena-team-strip{display:flex;gap:10px;overflow:auto;padding:8px 2px}.arena-team-strip article{flex:1 0 250px;max-width:390px;padding:9px 12px;border-radius:16px;background:#042230db;border:2px solid transparent;display:flex;align-items:center;gap:9px}.arena-team-strip article.active{border-color:#ffe15b;box-shadow:0 0 24px #ffe15b33}.arena-team-strip article>img{width:46px;height:46px;object-fit:contain;border-radius:12px}.arena-team-strip article>span{min-width:80px;flex:1}.arena-team-strip b,.arena-team-strip small{display:block}.arena-team-strip small{color:#9fc3d0}.arena-team-strip article>div{display:flex}.arena-team-strip i{width:34px;height:34px;margin-left:-4px;border-radius:50%;background:#0e4b5e;border:2px solid #d6f6ff;overflow:hidden}.arena-team-strip i.dead{filter:grayscale(1);opacity:.35}.arena-team-strip i img{width:100%;height:100%;object-fit:contain}.arena-combat-panel{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(220px,.55fr);gap:14px;align-items:start}.arena-question-card{padding:18px;border-radius:22px;background:#fffdf2f7;color:#173b47;box-shadow:0 18px 38px #0000003d}.arena-question-card>header{display:flex;justify-content:space-between;align-items:center}.arena-question-card>header b,.arena-question-card>header small{display:block}.arena-question-card>header small{color:#5e7e89}.arena-question-card>header em{font-style:normal;padding:6px 10px;border-radius:99px;background:#dff3f7;color:#075b75;font-size:11px;font-weight:900}.arena-question-card.spectator-question{opacity:.95}.arena-prompt{max-height:34vh;overflow:auto;margin:12px 0}.arena-prompt p{font-weight:800;line-height:1.55}.arena-question-card>footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px}.spectator-lock{margin-top:12px;padding:12px;border-radius:12px;background:#eaf1f3;color:#496a74;display:flex;align-items:center;gap:8px}.arena-event-log{grid-column:2;grid-row:1 / span 2;max-height:430px;overflow:auto;padding:14px;border-radius:20px;background:#032230e6;border:1px solid rgba(125,226,255,.18)}.arena-event-log p{margin:0 0 7px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.08)}.arena-event-log small,.arena-event-log span{display:block}.arena-event-log small{color:#ffd85d;font-weight:900}.arena-action-panel{grid-column:1;padding:15px;border-radius:20px;background:#032230f2}.arena-action-panel>header{display:flex;gap:8px;color:#ffe15d}.arena-skill-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:12px 0}.arena-skill-grid button,.arena-switches button{padding:10px;border:1px solid rgba(128,227,255,.18);border-radius:14px;background:#ffffff14;color:#fff;display:flex;align-items:center;gap:9px;text-align:left}.arena-skill-grid button span{flex:1}.arena-skill-grid b,.arena-skill-grid small{display:block}.arena-skill-grid small{color:#a7cad6}.arena-switches{display:flex;gap:7px;align-items:center;overflow:auto}.arena-switches>small{min-width:max-content}.arena-switches button{min-width:max-content}.arena-switches img{width:36px;height:36px;object-fit:contain}.arena-leave{position:absolute;right:20px;bottom:20px;padding:10px 14px;border:0;border-radius:12px;background:#701223d9;color:#fff;display:flex;gap:7px}.arena-queue,.arena-finished{min-height:calc(100dvh - 180px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;border-radius:28px;background:linear-gradient(145deg,#063547,#071e31)}.arena-render-error{width:min(760px,100%);min-height:calc(100dvh - 180px);margin:0 auto;padding:clamp(24px,5vw,54px);border-radius:28px;background:linear-gradient(145deg,#063547,#071e31);border:1px solid rgba(129,225,255,.22);color:#eaf8ff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.arena-render-error>svg{width:72px;height:72px;color:#ffd85d}.arena-render-error h1{margin:0;font-size:clamp(30px,5vw,54px)}.arena-render-error p{max-width:620px;color:#b9d8e2;line-height:1.6}.arena-render-error code{max-width:100%;padding:10px 14px;border-radius:12px;background:#0000004d;color:#ffd8dc;overflow-wrap:anywhere}.arena-render-error>div{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.arena-render-error button{display:flex;align-items:center;gap:8px}.arena-queue>svg,.arena-finished>svg{width:70px;height:70px;color:#ffe15b}.arena-finished h1,.arena-queue h1{font-size:clamp(32px,6vw,64px);margin:14px 0}.arena-question-empty{min-height:170px;display:flex;align-items:center;justify-content:center;gap:10px;color:#4c6d77;background:#fffdf2;border-radius:18px}.character-inventory,.expedition-chests{margin-top:18px;padding:22px;border-radius:24px;background:linear-gradient(145deg,#111e31f2,#09121feb);border:1px solid var(--line)}.character-inventory>header,.expedition-chests>header{display:flex;justify-content:space-between;gap:14px;align-items:center}.character-item-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.character-item-grid button{padding:12px;border:2px solid transparent;border-radius:18px;background:#ffffff0f;color:#fff;display:flex;align-items:center;gap:10px;text-align:left}.character-item-grid button.active{border-color:#55d8ff;background:#55d8ff1a}.character-item-grid img{width:70px;height:80px;object-fit:contain;border-radius:13px}.character-item-grid span{flex:1}.character-item-grid b,.character-item-grid small{display:block}.character-item-grid small{color:#9eb7c7}.expedition-chests>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.expedition-chests>div>button{padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:#ffd35017;color:#fff;display:flex;align-items:center;gap:10px;text-align:left}.expedition-chests button span{flex:1}.expedition-chests b,.expedition-chests small{display:block}.chest-result{text-align:center}.chest-result>svg{width:70px;height:70px;color:#ffd85d}.chest-result img{max-height:230px;margin:auto;object-fit:contain}.v300-arena-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v300-boss-fields{display:grid;gap:10px}.v300-boss-preview{position:relative;min-height:230px;border-radius:20px;background:radial-gradient(circle,#d9f7e4,#9dd9ae);display:grid;place-items:center;overflow:hidden}.v300-boss-preview>img{z-index:2;width:80%;height:180px;object-fit:contain}.v300-boss-preview>b{z-index:3;color:#173b47}@keyframes v300AttackRight{0%,to{transform:translate(0)}45%{transform:translate(24%) scale(1.08)}60%{transform:translate(14%) scale(.96)}}@keyframes v300AttackLeft{0%,to{transform:scaleX(-1) translate(0)}45%{transform:scaleX(-1) translate(24%) scale(1.08)}60%{transform:scaleX(-1) translate(14%) scale(.96)}}@keyframes v300Hit{0%,to{transform:translate(0)}20%,60%{transform:translate(-18px) rotate(-3deg)}40%,80%{transform:translate(18px) rotate(3deg)}}@media(max-width:1100px){.v200-shell .v200-hud{grid-template-columns:minmax(170px,260px) 1fr minmax(150px,210px)}.v200-shell .v200-lobby{padding-left:88px;padding-right:86px}.v200-shell .v200-dock{width:min(580px,calc(100vw - 170px))}.arena-fight-stage{grid-template-columns:1fr 70px 1fr}.arena-combat-panel{grid-template-columns:1fr}.arena-event-log{grid-column:1;grid-row:auto;max-height:160px}.character-item-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){:root{--v300-hud-h:68px;--v300-dock-h:76px}.admin-shell .main-area,.player-shell .main-area{margin-left:0!important;width:100%!important}.admin-shell .game-rail{display:none}.v200-shell .v200-hud{height:68px;padding:7px 9px;grid-template-columns:52px 1fr 104px;gap:7px}.v200-shell .v200-profile{width:52px!important;min-width:52px!important}.v200-shell .v200-profile-copy{display:none}.v200-shell .v200-title span{font-size:15px}.v200-shell .v200-title small{display:none}.v200-shell .v200-energy{padding:7px}.v200-shell .v200-energy span small{display:none}.v200-shell .v200-more{width:38px;height:38px}.v200-shell .v200-lobby{padding:70px 66px 88px 8px;min-height:520px}.v200-shell .v200-stage{width:100%;height:100%;padding:38px 0 68px}.v200-shell .v200-pet-wrap{width:min(72vw,45vh,390px);height:min(72vw,45vh,390px)}.v200-shell .v200-feature-rail{right:5px;padding:5px;gap:5px;border-radius:18px}.v200-shell .v200-feature-rail button{width:54px;min-height:57px}.v200-shell .v200-feature-rail button span{width:31px;height:31px}.v200-shell .v200-feature-rail button b{font-size:6px}.v200-shell .v200-dock{width:calc(100vw - 12px);height:66px;padding:5px 8px;bottom:calc(var(--v300-safe-bottom) + 4px)}.v200-shell .v200-dock button{min-width:64px;height:54px}.v200-shell .v200-dock .dock-primary{height:72px;margin-top:-18px}.v200-shell .v200-nameplate{min-width:210px;max-width:72vw;margin-top:-14px}.v200-shell .v200-nameplate h1{font-size:21px}.page-content{padding:84px 10px 100px!important}.lobby-mode .page-content{padding:0!important}.arena-mode-hero{grid-template-columns:1fr;padding:24px}.arena-mode-hero h1{font-size:48px;letter-spacing:-2px}.arena-rules,.arena-pet-select-grid{grid-template-columns:repeat(2,1fr)}.expedition-player-cards{grid-template-columns:1fr}.expedition-player-cards article{min-height:210px;flex-direction:row;text-align:left}.expedition-player-cards article>img{width:100px;height:140px}.arena-battle{border-radius:18px;padding:10px 8px 94px}.arena-battle-top{grid-template-columns:auto 1fr auto;padding:0 10px}.arena-battle-top>b{text-align:center;font-size:11px}.arena-fight-stage{height:330px;grid-template-columns:1fr 44px 1fr}.arena-versus svg{width:30px}.arena-versus b{font-size:15px}.arena-fighter,.arena-boss{padding-bottom:82px}.arena-fighter>img,.arena-boss>img{width:100%;height:70%}.arena-pet-hud{left:2%;right:2%;padding:7px;font-size:10px}.arena-pet-hud small{font-size:7px}.arena-team-strip article{flex-basis:220px}.arena-question-card{padding:12px}.arena-prompt{max-height:27vh}.arena-action-panel{padding:10px}.arena-skill-grid{grid-template-columns:1fr}.character-item-grid{grid-template-columns:repeat(2,1fr)}.expedition-chests>div{grid-template-columns:1fr}.v300-arena-settings-grid{grid-template-columns:1fr}.source-question-media img{max-height:42vh}}@media(max-width:480px){.v200-shell .v200-lobby{padding:66px 57px 80px 4px}.v200-shell .v200-stage{padding-top:32px}.v200-shell .v200-interaction-hint{top:1px;max-width:70vw;font-size:7px}.v200-shell .v200-element-badge{top:33px}.v200-shell .v200-pet-wrap{width:min(70vw,38vh,310px);height:min(70vw,38vh,310px)}.v200-shell .v200-nameplate{min-width:180px;max-width:70vw}.v200-shell .v200-nameplate h1{font-size:18px}.v200-shell .v200-dock button{min-width:52px}.v200-shell .v200-dock button b{font-size:7px}.arena-lobby{padding-bottom:85px}.arena-mode-hero{padding:18px;border-radius:20px}.arena-mode-hero h1{font-size:38px}.arena-rules{gap:7px}.arena-rules>span{min-height:86px;padding:8px}.arena-selection,.expedition-room,.expedition-setup{padding:14px;border-radius:18px}.arena-pet-select-grid{grid-template-columns:1fr}.arena-pet-select-grid img{width:72px;height:72px}.expedition-create{flex-direction:column;align-items:stretch}.arena-battle-top>span:first-child svg{display:none}.arena-fight-stage{height:270px}.arena-fighter,.arena-boss{padding-bottom:86px}.arena-fighter>img,.arena-boss>img{height:60%}.arena-pet-hud>span small{display:none}.arena-team-strip{display:none}.arena-question-card>header{align-items:flex-start;gap:5px}.arena-question-card>header em{font-size:8px}.arena-question-card>footer{flex-wrap:wrap}.arena-question-card>footer>span{order:-1;width:100%;text-align:center}.v220-statement nav{grid-template-columns:1fr 1fr}.character-item-grid{grid-template-columns:1fr}.character-item-grid button{min-height:96px}.source-question-media{padding:6px}.source-question-media img{min-width:0;max-height:38vh}}@media(max-height:650px)and (orientation:landscape){.v200-shell .v200-lobby{padding:55px 80px 65px}.v200-shell .v200-stage{height:100%;padding:15px 0 50px}.v200-shell .v200-pet-wrap{width:min(42vw,52vh,330px);height:min(42vw,52vh,330px)}.v200-shell .v200-interaction-hint{top:0}.v200-shell .v200-element-badge{top:27px}.v200-shell .v200-nameplate{position:absolute;left:calc(50% + 140px);bottom:14%;min-width:175px}.v200-shell .v200-feature-rail{transform:translateY(-38%)}.v200-shell .v200-dock{height:58px}.v200-shell .v200-dock .dock-primary{height:62px;margin-top:-10px}.arena-battle{min-height:100dvh;padding-top:6px}.arena-battle-top{height:44px}.arena-fight-stage{height:38vh}.arena-prompt{max-height:22vh}.arena-event-log{max-height:120px}.arena-mode-hero{padding:18px}.expedition-player-cards article{min-height:170px}}html,body,#root{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.app-shell,.main-area,.page-content{min-width:0;max-width:100%}.v200-shell.lobby-mode .main-area{height:100dvh;overflow:hidden}.v200-shell .v200-lobby{box-sizing:border-box;max-width:100vw;max-height:100dvh}.v200-shell .v200-stage{min-width:0;max-width:min(860px,calc(100vw - 280px));max-height:calc(100dvh - var(--v300-hud-h) - var(--v300-dock-h) - 36px)}.v200-shell .v200-pet-wrap{width:min(34vw,48vh,440px)!important;height:min(34vw,48vh,440px)!important;flex:0 0 auto}.v200-shell .v200-pet{width:100%;height:100%;padding:0;display:grid;place-items:center}.v200-shell .v200-pet>img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.v200-shell .v200-feature-rail{right:clamp(12px,2vw,32px)!important;left:auto!important;max-height:calc(100dvh - 190px);overflow:auto;scrollbar-width:none}.v200-shell .v200-dock{max-width:calc(100vw - 190px);box-sizing:border-box}.admin-shell .main-area{min-width:0}.admin-shell.lobby-mode .main-area{margin-left:76px!important;width:calc(100% - 76px)!important}.source-question-media{position:relative;display:grid!important;place-items:center;min-height:120px!important;max-height:min(58vh,780px);padding:12px!important;background:#fff!important;border:2px solid #b8d6dd!important;border-radius:18px!important;overflow:auto!important}.source-question-media img{display:block!important;visibility:visible!important;opacity:1!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;background:#fff!important}.source-media-error{width:min(100%,620px);min-height:180px;padding:24px;display:grid;place-items:center;gap:8px;text-align:center;color:#173b47;background:repeating-linear-gradient(135deg,#f4fbfc,#f4fbfc 12px,#edf7f9 12px 24px);border:2px dashed #78abb8;border-radius:16px}.source-media-error svg{width:44px;height:44px;color:#277c95}.source-media-error b{font-size:18px}.source-media-error small{color:#57747d}.source-media-error button{padding:9px 14px;border:0;border-radius:10px;background:#0e6079;color:#fff;font-weight:900;display:flex;align-items:center;gap:7px}.v130-prompt,.arena-prompt{color:#153b48!important;background:#fffdf2!important}.v130-prompt h2,.arena-prompt p{color:#153b48!important;text-shadow:none!important}.v220-sequential,.v220-statement,.v220-short-answer{color:#143947!important}.v220-statement>div span{font-weight:750!important;line-height:1.65!important}.v220-statement button:disabled{opacity:.72!important;color:#143947!important}.arena-question-card .v220-step-label{color:#075b75!important;background:#dff3f7!important}.arena-hp-float{position:absolute;z-index:8;top:30%;left:50%;transform:translate(-50%);padding:8px 13px;border-radius:999px;font-size:clamp(15px,2vw,25px);font-weight:1000;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.8);animation:v300FloatHp 1.15s ease both}.arena-hp-float.damage{color:#fff;background:#c4283e;box-shadow:0 0 28px #ff3b51}.arena-hp-float.heal{color:#063b26;background:#77f3a4;box-shadow:0 0 28px #52ff94;text-shadow:none}@keyframes v300FloatHp{0%{opacity:0;transform:translate(-50%,20px) scale(.75)}25%{opacity:1;transform:translate(-50%) scale(1.15)}to{opacity:0;transform:translate(-50%,-65px) scale(.95)}}.arena-team-strip article.offline{opacity:.45;filter:grayscale(1)}.arena-heal-targets{margin:10px 0;padding:12px;border-radius:16px;background:#46ec8e14;border:1px solid rgba(106,255,171,.22)}.arena-heal-targets>small{display:flex;align-items:center;gap:7px;color:#aef9c9;font-weight:900}.arena-heal-targets>div{display:flex;gap:8px;margin-top:9px;overflow:auto}.arena-heal-targets button{min-width:190px;padding:9px;border:1px solid rgba(112,250,171,.25);border-radius:13px;background:#ffffff14;color:#fff;display:flex;align-items:center;gap:9px;text-align:left}.arena-heal-targets button:disabled{opacity:.38}.arena-heal-targets img{width:42px;height:42px;object-fit:contain}.arena-heal-targets span,.arena-heal-targets b,.arena-heal-targets small{display:block}.rank-emblem{width:96px;height:96px;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(0,0,0,.35))}.rank-card>div{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}@media(min-width:821px)and (max-height:780px){.v200-shell .v200-lobby{padding-top:72px;padding-bottom:100px}.v200-shell .v200-stage{padding-top:22px;padding-bottom:46px}.v200-shell .v200-pet-wrap{width:min(31vw,42vh,370px)!important;height:min(31vw,42vh,370px)!important}.v200-shell .v200-interaction-hint{top:2px}.v200-shell .v200-element-badge{top:43px}.v200-shell .v200-nameplate{margin-top:-22px}.v200-shell .v200-dock{height:72px}.v200-shell .v200-feature-rail button{min-height:72px}}@media(max-width:820px){.admin-shell.lobby-mode .main-area,.player-shell.lobby-mode .main-area{margin-left:0!important;width:100%!important}.v200-shell .v200-stage{max-width:calc(100vw - 68px);max-height:calc(100dvh - 140px)}.v200-shell .v200-pet-wrap{width:min(68vw,42vh,350px)!important;height:min(68vw,42vh,350px)!important}.v200-shell .v200-dock{max-width:calc(100vw - 10px)}.arena-battle{width:100%;min-height:100dvh;margin:0;border-radius:0}.arena-combat-panel{display:flex!important;flex-direction:column}.arena-question-card{order:1}.arena-action-panel{order:2}.arena-event-log{order:3;width:100%}.source-question-media{max-height:46vh}}@media(max-width:520px){.v200-shell .v200-stage{max-width:calc(100vw - 58px)}.v200-shell .v200-pet-wrap{width:min(66vw,35vh,290px)!important;height:min(66vw,35vh,290px)!important}.v200-shell .v200-feature-rail{right:3px!important}.arena-battle-top{height:auto;min-height:48px;padding:7px;grid-template-columns:1fr 1fr}.arena-battle-top>b{grid-column:1/-1;grid-row:1;text-align:center}.arena-battle-top>span:first-child{grid-row:2}.arena-battle-top>span:last-child{grid-row:2;justify-self:end}.arena-fight-stage{height:245px;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)}.arena-fighter,.arena-boss{min-width:0}.arena-fighter>img,.arena-boss>img{max-width:100%;height:56%}.arena-pet-hud{bottom:4px}.arena-pet-hud>span b{max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arena-question-card{border-radius:15px}.arena-prompt{padding:10px}.source-question-media{margin:6px 0;max-height:42vh}.source-question-media img{min-width:0!important}.arena-heal-targets button{min-width:160px}.rank-emblem{width:76px;height:76px}}@media(max-width:360px){.v200-shell .v200-dock button{min-width:44px!important}.v200-shell .v200-feature-rail button{width:48px!important}.arena-fight-stage{height:220px}.arena-versus{display:none}.arena-fight-stage{grid-template-columns:1fr 1fr}.arena-pet-hud{font-size:8px}.arena-pet-hud .arena-hp{height:15px}}@media(min-width:821px){.v200-admin-menu{display:none!important}}.v301-question-id{min-width:0;width:100%;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;text-align:left!important}.v301-question-id small{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px!important;color:#bdeaf5!important}.v301-question-id b{margin:0!important;padding:5px 9px;border-radius:999px;background:#08212fd1;border:1px solid rgba(140,226,247,.28);white-space:nowrap;font-size:9px!important;letter-spacing:.5px!important;color:#ecfbff}.v200-dock button{min-width:76px!important}@media(max-width:820px){.v200-admin-menu{display:grid!important}.v301-question-id{grid-template-columns:1fr!important;gap:2px!important;text-align:center!important}.v301-question-id small{font-size:9px!important}.v301-question-id b{justify-self:center;padding:2px 6px;font-size:7px!important}.v200-shell .v200-dock button{min-width:54px!important}.v200-shell .v200-dock button b{font-size:7px}}
