:root{color-scheme:dark;--paper: #fff6df;--ink: #15191f;--panel: rgba(26, 31, 34, .88);--line: rgba(255, 255, 255, .18);--rose: #ef5c68;--mint: #29b99d;--gold: #ffc85a;--blue: #2f93c9}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden;background:#15191f;font-family:Avenir Next Rounded,Trebuchet MS,Verdana,sans-serif;letter-spacing:0;touch-action:none}button,input{font:inherit}button{border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.game-shell{position:relative;width:100vw;height:100dvh;min-height:620px;overflow:hidden;background:#15191f;-webkit-user-select:none;user-select:none}canvas{display:block;width:100vw;height:100dvh}.hud,.mission-card,.quick-actions,.quest-card,.statbar,.mobile-pad{position:absolute;z-index:5}.hud{color:#fffbe9;background:var(--panel);border:1px solid var(--line);box-shadow:0 16px 44px #00000038;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hud-location{top:max(14px,env(safe-area-inset-top));left:max(14px,env(safe-area-inset-left));width:min(340px,calc(100vw - 28px));padding:14px 16px 16px;border-radius:8px}.hud-location p,.hud-location h1,.hud-location span{margin:0}.hud-location p{color:var(--gold);font-size:.82rem;font-weight:900;text-transform:uppercase}.hud-location h1{margin-top:3px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,3vw,2.25rem);line-height:1}.hud-location span{display:block;margin-top:6px;color:#d7f6ff;font-size:.9rem;font-weight:800;line-height:1.25}.mission-card{top:max(14px,env(safe-area-inset-top));left:max(14px,env(safe-area-inset-left));width:min(450px,calc(100vw - 28px));padding:13px 15px 14px;color:#fffbe9;background:#1a1f22e6;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 44px #0000003d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mission-card div{display:flex;gap:12px;justify-content:space-between;align-items:center;min-width:0}.mission-card span,.mission-card b{color:var(--gold);font-size:.82rem;font-weight:950;text-transform:uppercase}.mission-card b{flex:0 0 auto;color:#a7ffd8}.mission-card strong{display:block;margin-top:5px;color:#fffbe9;font-size:clamp(1rem,2vw,1.25rem);line-height:1.18}.quick-actions{top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));display:flex;gap:8px;align-items:flex-start}.quick-actions>button,.menu-popover button{min-width:72px;min-height:42px;padding:0 13px;color:#fff;background:#171e25e0;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.76rem;font-weight:950;text-transform:uppercase;box-shadow:inset 0 -3px #0000002e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.quick-actions>button:first-child{background:#2f93c9}.menu-popover{position:absolute;top:50px;right:0;display:grid;gap:8px;width:150px;padding:8px;background:#181c1ef0;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 50px #00000052;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.menu-popover button{width:100%;min-height:40px;background:#d84d45}.menu-popover button:first-child{background:#29b99d}.menu-popover button:nth-child(2){background:#2f93c9}.menu-popover button:nth-child(3){background:#2f93c9}.minimap{top:calc(max(14px,env(safe-area-inset-top)) + 94px);left:max(14px,env(safe-area-inset-left));width:220px;padding:10px;border-radius:8px}.minimap-head{margin-bottom:8px;color:var(--gold);font-size:.78rem;font-weight:950;text-transform:uppercase}.minimap-track{position:relative;height:64px;border-radius:6px;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px) 0 0 / 28px 100%,linear-gradient(180deg,#29b99d40,#24455cb8)}.minimap-track:before{content:"";position:absolute;inset:18px 8px auto;height:2px;background:#ffffff61}.mini-player,.mini-goal{position:absolute;top:14px;width:12px;height:12px;border-radius:50%;transform:translate(-50%)}.mini-player{background:#fff8ef;box-shadow:0 0 0 4px #fff8ef29}.mini-goal{left:94%;background:var(--rose);box-shadow:0 0 0 4px #ef5c682e}.quest-card{top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));width:min(420px,calc(100vw - 28px));color:#fffbe9;background:#292925d6;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 44px #00000040;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.quest-card div{padding:14px 16px;border-bottom:12px solid rgba(239,92,104,.72)}.quest-card strong{color:var(--gold);font-size:.82rem;text-transform:uppercase}.quest-card p{margin:4px 0 0;font-size:clamp(1rem,2vw,1.22rem);font-weight:850;line-height:1.35}.quest-card span{display:block;margin-top:8px;color:#d7f6ff;font-size:.8rem;font-weight:850;line-height:1.25}.statbar{left:0;right:0;bottom:0;display:grid;grid-template-columns:210px minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) auto;gap:18px;align-items:center;min-height:calc(92px + env(safe-area-inset-bottom));padding:14px 20px calc(14px + env(safe-area-inset-bottom));color:#fffbe9;background:#181c1ef5;border-top:1px solid rgba(255,255,255,.15)}.level-card{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;min-width:0;height:58px;padding:10px 12px;background:#173248;border:1px solid rgba(255,255,255,.12);border-radius:6px}.level-card strong{color:#fff;font-size:1.35rem;white-space:nowrap}.level-card span{color:#9ee4ff;font-size:.86rem;font-weight:900}.meter{min-width:0}.meter span,.meter b{display:inline-block;font-size:.78rem;font-weight:950}.meter b{margin-left:6px;color:#f4ead4}.meter div{width:100%;height:15px;margin-top:5px;padding:2px;background:#31353b;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 2px 5px #0000006b}.meter i{display:block;height:100%;transition:width .18s ease}.meter .hp{background:var(--rose)}.meter .mp{background:var(--blue)}.meter .spark{background:var(--gold)}.menu-buttons{display:flex;gap:8px}.menu-buttons button{width:82px;min-height:48px;padding:0 8px;color:#fff;background:#d84d45;border-radius:6px;font-size:.72rem;font-weight:950;line-height:1.05;box-shadow:inset 0 -4px #00000029;text-transform:uppercase}.menu-buttons button:nth-child(2){background:#2f93c9}.menu-buttons button:nth-child(3){background:#29b99d}.mobile-pad{left:0;right:0;bottom:0;display:none;gap:14px;align-items:center;justify-content:space-between;min-height:calc(104px + env(safe-area-inset-bottom));padding:14px max(18px,env(safe-area-inset-right)) calc(14px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));background:#181c1ef5;border-top:1px solid rgba(255,255,255,.14);box-shadow:0 -14px 36px #00000040}.move-cluster,.action-cluster{display:flex;gap:8px}.mobile-pad button{width:66px;height:62px;color:#fffbe9;background:#171e25d6;border:1px solid rgba(255,255,255,.22);border-radius:8px;font-size:.75rem;font-weight:950;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mini-modal,.level-select-modal,.final-modal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:24px;background:#0d121aad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mini-card{width:min(680px,100%);max-height:min(760px,calc(100dvh - 38px));overflow:auto;color:#fffdf3;background:linear-gradient(180deg,#2b2a22f5,#151d22f7),#1b2126;border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 26px 80px #00000075}.arcade-card{width:min(900px,100%);max-height:min(760px,calc(100dvh - 28px))}.arcade-card .mini-head{align-items:center;padding:12px 16px}.arcade-card .mini-head h2{font-family:Avenir Next Rounded,Trebuchet MS,system-ui,sans-serif;font-size:clamp(1.08rem,3vw,1.55rem);line-height:1.08}.arcade-card .mini-head button{min-width:66px;min-height:36px}.mini-head{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;padding:20px 22px 14px;border-bottom:1px solid rgba(255,255,255,.12)}.mini-head p,.mini-head h2{margin:0}.mini-head p{color:var(--gold);font-size:.8rem;font-weight:950;text-transform:uppercase}.mini-head h2{margin-top:4px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,5vw,2.6rem);line-height:1}.mini-head button{min-width:72px;min-height:38px;color:#fff;background:#ffffff1f;border-radius:6px;font-size:.78rem;font-weight:950}.mini-head-actions{display:flex;gap:8px;align-items:center;flex:0 0 auto}.mini-head-actions .skip-button{color:#1d2327;background:var(--gold)}.mini-body{margin:0;padding:16px 22px 0;color:#f7ebd3;font-weight:760;line-height:1.45}.mini-prompt{margin:16px 22px;padding:12px 14px;color:#1d2327;background:var(--gold);border-radius:6px;font-size:.94rem;font-weight:950}.phone-game,.sequence-game,.meter-game,.match-game,.align-game,.order-game,.letter-game,.recap-game{padding:0 22px 18px}.phone-game{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:18px;align-items:center}.phone-shell{min-height:250px;padding:24px 18px;color:#fff;background:#2c2541;border:8px solid #141820;border-radius:28px;box-shadow:inset 0 0 0 2px #ffffff1a}.phone-shell img{width:62px;height:62px;object-fit:cover;object-position:50% 34%;border:3px solid rgba(255,248,239,.78);border-radius:50%;box-shadow:0 8px 22px #00000052}.phone-shell span,.phone-shell strong,.phone-shell p{display:block;margin:0}.phone-shell span{color:var(--gold);font-size:.84rem;font-weight:950}.phone-shell strong{margin-top:34px;font-family:Georgia,Times New Roman,serif;font-size:2.1rem;line-height:1}.phone-shell p{margin-top:12px;color:#dcecff;font-weight:850}.match-answer{display:grid;gap:10px}.match-answer span{color:var(--gold);font-size:.82rem;font-weight:950;text-transform:uppercase}.match-answer textarea{width:100%;min-height:132px;resize:vertical;padding:12px;color:#fffdf3;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;outline:none;font-weight:850;line-height:1.35}.match-answer textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #ffc85a29}.arcade-stack{display:grid;gap:14px;padding:16px 22px 18px}.space-stage{position:relative}.arcade-canvas{display:block;width:100%;aspect-ratio:19 / 9;background:#101a31;border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:inset 0 0 0 2px #0000002e;touch-action:none}.match-reveal{position:absolute;left:50%;top:50%;display:flex;gap:12px;align-items:center;width:min(330px,calc(100% - 32px));padding:14px;color:#fffdf3;background:#141820eb;border:2px solid rgba(255,200,90,.82);border-radius:8px;box-shadow:0 18px 46px #0000006b,0 0 30px #ffc85a47;transform:translate(-50%,-50%) scale(1);animation:match-pop .36s cubic-bezier(.2,1.25,.3,1)}.match-reveal img{width:72px;height:72px;flex:0 0 auto;object-fit:cover;object-position:50% 34%;border:3px solid #fff6df;border-radius:50%}.match-reveal span,.match-reveal strong{display:block}.match-reveal span{color:var(--gold);font-size:.76rem;font-weight:950;text-transform:uppercase}.match-reveal strong{margin-top:2px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,4vw,2.05rem);line-height:.96}@keyframes match-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.72)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.arcade-stack .match-answer{padding:0}.arcade-stack .match-answer textarea{min-height:86px}.space-game,.homecook-game,.darts-game{display:grid;gap:10px;padding:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:8px}.space-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ufo,.ship{display:grid;place-items:center;min-height:38px;color:#172027;background:#fff3;border-radius:999px;font-size:.76rem;font-weight:950}.ufo.alive{color:#fffdf3;background:#2f93c9;box-shadow:0 0 18px #2f93c975}.ship{border:1px solid rgba(255,255,255,.18)}.ship.active{color:#172027;background:var(--gold)}.pan{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:74px;padding:12px;background:#3a2d25;border:4px solid #171b21;border-radius:999px 999px 20px 20px}.pan span,.pan em{padding:7px 10px;color:#1d2327;background:#f8e7a4;border-radius:999px;font-style:normal;font-weight:950}.ingredient-rain{position:relative;min-height:154px;overflow:hidden;background:linear-gradient(180deg,#ffc85a2e,#29b99d1f);border-radius:8px}.ingredient-rain button{position:absolute;left:calc(8% + var(--lane) * 30%);top:calc(12px + var(--lane) * 30px);min-height:46px;padding:0 12px;color:#172027;background:var(--gold);border-radius:999px;font-size:.78rem;font-weight:950;animation:ingredient-drop 2.4s ease-in-out infinite alternate}.ingredient-rain button.caught{color:#172027;background:#a7ffd8;opacity:.7;animation:none}@keyframes ingredient-drop{0%{transform:translateY(0)}to{transform:translateY(76px)}}.darts-game{position:relative;min-height:270px;background:radial-gradient(circle at 50% 50%,rgba(255,200,90,.18),transparent 35%),#161e24bd}.balloon{position:absolute;width:74px;height:90px;color:#fffdf3;background:var(--rose);border-radius:50% 50% 46% 46%;font-size:.82rem;font-weight:950;box-shadow:inset 0 -8px #00000026,0 12px 26px #00000040}.balloon:nth-child(1){left:9%;top:22px}.balloon:nth-child(2){left:38%;top:78px;background:#2f93c9}.balloon:nth-child(3){right:11%;top:34px;background:#29b99d}.balloon:nth-child(4){left:20%;bottom:26px;background:#ffc85a;color:#1d2327}.balloon:nth-child(5){right:26%;bottom:18px}.balloon.popped{background:#ffffff38;color:#ffffff8f;box-shadow:none}.space-game>button,.match-answer button,.meter-game button,.align-game button,.recap-game button{min-height:52px;padding:0 20px;color:#1c2127;background:var(--gold);border-radius:6px;font-weight:950;box-shadow:inset 0 -4px #0000002e}.space-game>button:disabled,.match-answer button:disabled{cursor:not-allowed;opacity:.48}.choice-grid,.collect-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 22px 18px}.choice-grid.compact{padding:0}.choice-grid.letters{grid-template-columns:repeat(7,minmax(38px,1fr));padding:0}.choice-grid button,.collect-grid button{min-height:58px;padding:10px 12px;color:#fffdf3;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:8px;font-size:.9rem;font-weight:900;line-height:1.2}.collect-grid button.collected{color:#142025;background:#a7ffd8}.sequence-lights{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.sequence-lights span{min-height:44px;display:grid;place-items:center;color:#182127;background:#f8e7a4;border-radius:6px;font-size:.82rem;font-weight:950}.progress-dots{display:flex;gap:8px;margin-top:14px}.progress-dots i{width:16px;height:16px;border-radius:50%;background:#fff3}.progress-dots i.filled{background:var(--mint)}.timing-track{position:relative;height:52px;margin-bottom:14px;overflow:hidden;background:#28323a;border:1px solid rgba(255,255,255,.18);border-radius:8px}.timing-track i,.timing-track .target{position:absolute;top:0;bottom:0;display:block}.timing-track i{width:6px;background:#fff8ef;transform:translate(-50%);box-shadow:0 0 16px #ffffffb3}.timing-track .target{width:22%;background:#ffc85a61;border-inline:2px solid var(--gold)}.aim-target{left:61%}.timing-target{left:41%}.silhouette{display:grid;place-items:center;min-height:120px;margin-bottom:14px;color:#142025;background:radial-gradient(circle at 44% 42%,#222 0 24px,transparent 25px),radial-gradient(circle at 56% 44%,#222 0 18px,transparent 19px),#f0ddb3;border-radius:8px;font-weight:950;text-align:center}.align-game input{width:100%;accent-color:var(--gold)}.horizon{position:relative;height:132px;margin-bottom:16px;overflow:hidden;background:linear-gradient(180deg,#f4b764 0,#f4b764 44%,#2f93c9 45%,#2f93c9);border-radius:8px}.horizon:before{content:"";position:absolute;left:60%;top:42%;width:76px;height:76px;background:#fff8efeb;border-radius:50%;transform:translate(-50%,-50%)}.horizon span{position:absolute;top:0;bottom:0;width:5px;background:#fff;box-shadow:0 0 22px #fff}.align-game button{margin-top:14px}.order-stack{display:flex;flex-wrap:wrap;gap:8px;min-height:58px;margin-bottom:14px;padding:10px;background:#00000038;border:1px dashed rgba(255,255,255,.24);border-radius:8px}.order-stack span,.order-stack em{display:grid;place-items:center;min-height:36px;padding:0 12px;color:#142025;background:#f8e7a4;border-radius:6px;font-style:normal;font-weight:950}.marquee{display:grid;place-items:center;min-height:94px;margin-bottom:14px;color:#7f1f2a;background:#ffc85a;border:5px solid #7f1f2a;border-radius:8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,7vw,4rem);font-weight:950;letter-spacing:0}.recap-game{color:#f6e9d4;font-weight:850;line-height:1.45}.mini-foot{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:center;padding:14px 22px 20px;color:#dcecff;border-top:1px solid rgba(255,255,255,.12);font-size:.86rem;font-weight:850}.mini-foot b{color:var(--gold)}.level-select-modal{z-index:19;background:#0d121ab8}.level-select-card{width:min(840px,100%);max-height:min(760px,calc(100dvh - 36px));overflow:auto;color:#fffdf3;background:linear-gradient(180deg,#1e262af7,#12171cfa);border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 26px 80px #00000075}.level-select-card header{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 20px 14px;border-bottom:1px solid rgba(255,255,255,.12)}.level-select-card p,.level-select-card h2{margin:0}.level-select-card p{color:var(--gold);font-size:.8rem;font-weight:950;text-transform:uppercase}.level-select-card h2{margin-top:4px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,4vw,2.45rem);line-height:1}.level-select-card header button{min-width:76px;min-height:40px;color:#fff;background:#ffffff1f;border-radius:6px;font-weight:950}.level-list{display:grid;gap:12px;padding:16px}.level-list article{display:grid;grid-template-columns:220px minmax(0,1fr);gap:10px;padding:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.11);border-radius:8px}.level-list article.active{border-color:#ffc85ab3;box-shadow:inset 0 0 0 1px #ffc85a3d}.level-chapter-button,.level-quests button{color:#fffdf3;border-radius:7px;font-weight:950}.level-chapter-button{display:grid;align-content:center;gap:4px;min-height:92px;padding:12px;text-align:left;background:#2f4350}.level-chapter-button span{color:var(--gold);font-size:.75rem;text-transform:uppercase}.level-chapter-button strong{font-size:1.18rem;line-height:1.05}.level-chapter-button em{color:#a7ffd8;font-size:.78rem;font-style:normal}.level-quests{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.level-quests button{min-height:44px;padding:8px 10px;color:#1d2327;background:var(--gold);font-size:.76rem;box-shadow:inset 0 -3px #00000029}.level-quests button.complete{color:#fff;background:#29b99d}.final-modal{background:radial-gradient(circle at 22% 30%,rgba(255,200,90,.32),transparent 26%),radial-gradient(circle at 78% 62%,rgba(239,92,104,.34),transparent 30%),#0d121ac7}.final-card{width:min(620px,100%);padding:clamp(28px,5vw,52px);color:#fffdf3;text-align:center;background:linear-gradient(180deg,#2c1f27f0,#181e28f5);border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 26px 80px #00000075}.final-kicker{margin:0;color:var(--gold);font-size:.85rem;font-weight:950;text-transform:uppercase}.final-card h2{margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,7vw,4.5rem);line-height:.96}.final-card p:not(.final-kicker){margin:18px auto 0;max-width:450px;color:#f6e9d4;font-size:clamp(1rem,2vw,1.18rem);font-weight:760;line-height:1.45}.final-actions{display:flex;justify-content:center;gap:12px;margin-top:26px;flex-wrap:wrap}.final-actions button{min-width:142px;height:54px;padding:0 22px;color:#1c2127;background:var(--gold);border-radius:6px;font-weight:950;box-shadow:inset 0 -4px #0000002e}.final-actions button:nth-child(2){color:#fff;background:var(--rose)}.accepted-text{color:#a7ffd8!important}@media(hover:none),(pointer:coarse),(max-width:920px){.game-shell{min-height:680px}.minimap{display:none}.mission-card{top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));width:auto;padding:11px 12px 12px}.mission-card strong{font-size:1rem}.quick-actions{top:calc(max(12px,env(safe-area-inset-top)) + 82px);right:max(12px,env(safe-area-inset-right))}.mobile-pad{display:flex}.quick-actions>button{min-width:62px;min-height:38px;padding:0 10px}}@media(max-width:620px){.game-shell{min-height:640px}.mission-card div{gap:8px}.mission-card span,.mission-card b{font-size:.72rem}.quick-actions{top:calc(max(12px,env(safe-area-inset-top)) + 78px)}.mobile-pad button{width:58px;height:56px;font-size:.7rem}.mini-modal,.level-select-modal,.final-modal{padding:10px}.mini-card,.level-select-card{max-height:calc(100dvh - 20px)}.mini-head,.level-select-card header{padding:15px 14px 12px}.mini-body,.mini-prompt,.arcade-stack,.phone-game,.sequence-game,.meter-game,.match-game,.align-game,.order-game,.letter-game,.recap-game,.mini-foot{padding-left:14px;padding-right:14px}.phone-game{grid-template-columns:1fr}.phone-shell{min-height:190px}.choice-grid,.collect-grid{grid-template-columns:1fr;padding-left:14px;padding-right:14px}.level-list{padding:12px}.level-list article{grid-template-columns:1fr}.level-quests{grid-template-columns:1fr}.choice-grid.letters,.sequence-lights{grid-template-columns:repeat(4,minmax(0,1fr))}.move-cluster,.action-cluster{gap:7px}}
