:root{--pc-blue:#062c3b;--pc-blue2:#0b4f69;--pc-cyan:#0b7fa4;--pc-yellow:#ffed00;--pc-paper:#f3f5f2;--pc-ink:#10232b;--pc-muted:#64757c;--pc-white:#fff;--pc-line:#cbd6da;--pc-good:#1f8c57;--pc-bad:#b83a3a;--pc-shadow:0 18px 48px rgba(4,37,50,.22)}*{box-sizing:border-box}html,body{margin:0;width:100%;min-height:100%;font-family:Arial,Helvetica,sans-serif;background:#dce5e6;color:var(--pc-ink)}body{overflow-x:hidden;overflow-y:auto;-webkit-text-size-adjust:100%;text-size-adjust:100%}button{font:inherit}button:focus-visible{outline:4px solid var(--pc-yellow);outline-offset:3px}#ms-game{width:100%;min-height:100vh;background:linear-gradient(145deg,#d8e3e4,#eef1ef 65%,#d4dedf);display:flex;flex-direction:column}.ms-topbar{min-height:88px;background:var(--pc-blue);border-bottom:5px solid var(--pc-yellow);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px clamp(12px,2vw,26px);position:relative;z-index:20}.ms-brand{display:flex;align-items:center;min-width:0}.ms-brand img{display:block;width:clamp(220px,20vw,330px);height:70px;object-fit:contain;object-position:left center}.ms-stats{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.ms-stat,.ms-player{height:54px;border:2px solid rgba(255,255,255,.72);display:flex;align-items:center;gap:8px;padding:5px 10px;background:#ffffff0a;color:#fff;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.02em}.ms-player{cursor:pointer;position:relative}.ms-player:hover{background:#ffed001f;border-color:var(--pc-yellow)}.ms-player:after{content:"▾";color:var(--pc-yellow);font-size:15px;margin-left:2px}.ms-player-switchhint{display:block;font-size:9px;font-weight:700;opacity:.75;text-transform:none;letter-spacing:0;line-height:1.05}.ms-player img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:50%;flex:0 0 auto}.ms-player-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.ms-stat strong{font-size:18px;color:var(--pc-yellow);white-space:nowrap}.ms-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(265px,22vw,360px)}.ms-scene-wrap{position:relative;min-width:0;min-height:0;background:#cfd8d8;overflow:hidden}.ms-scene{position:relative;width:100%;height:100%;min-height:calc(100% - 73px);display:flex;align-items:center;justify-content:center;overflow:hidden}.ms-house{display:block;width:100%;height:100%;min-height:calc(100% - 73px);object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:opacity .8s ease,filter .8s ease}.ms-house.is-transitioning{opacity:.35;filter:saturate(.92) brightness(1.04)}.ms-instruction{position:absolute;top:14px;left:16px;z-index:7;background:#fffffff0;border:2px solid var(--pc-blue);box-shadow:4px 4px 0 var(--pc-yellow);padding:10px 14px;font-weight:900;font-size:clamp(13px,1.1vw,17px);max-width:min(520px,70%);pointer-events:none}.ms-instruction small{display:block;font-weight:600;color:#52656d;margin-top:2px}.ms-hotspot{--x:50%;--y:50%;position:absolute;z-index:6;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:54px;height:54px;border:0;background:transparent;cursor:pointer;border-radius:50%;padding:0}.ms-hotspot:before{content:"";position:absolute;inset:11px;border-radius:50%;background:#ffed00f5;border:3px solid white;box-shadow:0 0 #ffed0094,0 2px 8px #0000004d;opacity:1;transition:.2s;animation:msPulse 2.2s infinite}.ms-hotspot:hover:before,.ms-hotspot:focus-visible:before{opacity:1;transform:scale(1.16);background:#ffed00}.ms-hotspot.is-done:before{background:#fff;opacity:.8;animation:none;box-shadow:0 0 0 4px #1f8c57bf}.ms-hotspot.is-wrong-done:before{background:#fff;opacity:.9;animation:none;box-shadow:0 0 0 4px #b83a3abf}.ms-hotspot.is-locked{cursor:not-allowed;opacity:.62}.ms-hotspot.is-locked:before{background:#70848c;border-color:#dbe4e7;box-shadow:0 2px 8px #00000038;animation:none}.ms-hotspot.is-locked:after{content:"🔒";font-size:16px;color:#fff}.ms-hotspot.is-locked .ms-hotspot-label{opacity:1;top:46px;background:#062c3bf2}.ms-hotspot:after{content:"+";position:absolute;inset:0;display:grid;place-items:center;color:#07384b;font-size:23px;font-weight:950;line-height:1;pointer-events:none}.ms-hotspot.is-done:after{content:"✓";color:var(--pc-good);font-size:20px}.ms-hotspot.is-wrong-done:after{content:"✕";color:var(--pc-bad);font-size:19px}.ms-hotspot-label{position:absolute;left:50%;top:47px;transform:translate(-50%) translateY(-4px);white-space:nowrap;color:#fff;background:#062c3bed;padding:5px 8px;font-weight:800;font-size:11px;border-radius:3px;opacity:0;pointer-events:none;transition:.18s}.ms-bonus-status{position:absolute;right:-5px;top:-5px;z-index:8;display:none;align-items:center;justify-content:center;min-width:25px;height:25px;padding:0 5px;border-radius:14px;border:2px solid white;color:#fff;font-size:11px;font-weight:950;line-height:1;box-shadow:0 2px 6px #00000047;pointer-events:none}.ms-bonus-status.is-visible{display:flex}.ms-bonus-status.is-correct{background:var(--pc-good)}.ms-bonus-status.is-wrong{background:var(--pc-bad)}.ms-list-bonus{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 6px;border-radius:11px;color:#fff;font-size:10px;font-weight:950;line-height:1;box-shadow:0 1px 4px #0003}.ms-list-bonus.is-correct{background:var(--pc-good)}.ms-list-bonus.is-wrong{background:var(--pc-bad)}.ms-hotspot:hover .ms-hotspot-label,.ms-hotspot:focus-visible .ms-hotspot-label,.ms-hotspot.is-done .ms-hotspot-label{opacity:1;transform:translate(-50%) translateY(0)}@keyframes msPulse{0%,to{box-shadow:0 0 #ffed0047}50%{box-shadow:0 0 0 12px #ffed0000}}.ms-side{background:#07384b;color:#fff;display:flex;flex-direction:column;min-height:0;border-left:4px solid rgba(255,255,255,.45)}.ms-side-title{background:#0b789b;padding:15px 16px;font-size:18px;font-weight:950;text-transform:uppercase}.ms-side-copy{padding:12px 16px 4px;color:#d1e0e5;font-size:13px;line-height:1.35}.ms-list{padding:8px 12px 14px;overflow:auto;display:grid;gap:7px}.ms-list-item{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;border:1px solid rgba(255,255,255,.25);padding:8px 44px 8px 8px;background:#ffffff06;height:66px;min-height:66px;box-sizing:border-box}.ms-list-item b{font-size:12px;text-transform:uppercase;display:block}.ms-list-item small{display:block;color:#a9c1ca;margin-top:2px;font-size:11px}.ms-list-num{width:22px;height:22px;border:2px solid #9bc4d3;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:950;color:#b9dce8}.ms-list-item.is-done{border-color:var(--pc-yellow);background:#ffed0012}.ms-list-item.is-done .ms-list-num{background:var(--pc-yellow);border-color:var(--pc-yellow);color:var(--pc-blue)}.ms-list-item.is-wrong-done{border-color:#b83a3ae6;background:#b83a3a1a}.ms-list-item.is-wrong-done .ms-list-num{background:var(--pc-bad);border-color:var(--pc-bad);color:#fff}.ms-list-item.is-locked{opacity:.58;background:#ffffff04}.ms-list-item.is-locked .ms-list-num{border-color:#78939e;color:#9fb2ba}.ms-guide{position:absolute;left:16px;bottom:14px;z-index:9;display:flex;align-items:flex-end;gap:10px;max-width:min(560px,72%);pointer-events:none}.ms-guide-img{height:clamp(150px,27vh,270px);width:clamp(95px,15vw,180px);object-fit:contain;object-position:bottom center;filter:drop-shadow(0 8px 8px rgba(0,0,0,.22))}.ms-guide-bubble{background:#fff;color:var(--pc-ink);border:3px solid var(--pc-blue);padding:12px 14px;box-shadow:5px 5px 0 var(--pc-yellow);font-size:clamp(12px,1vw,15px);line-height:1.35;font-weight:700;margin-bottom:16px;max-width:410px}.ms-guide-bubble strong{display:block;text-transform:uppercase;color:#087492;font-size:11px;margin-bottom:3px}.ms-overlay{position:fixed;inset:0;background:#041c25de;z-index:100;display:grid;place-items:center;padding:18px;overflow:auto;-webkit-overflow-scrolling:touch}.ms-overlay[hidden]{display:none}.ms-card{width:min(960px,96vw);max-height:94%;overflow:auto;background:#f7f8f5;color:var(--pc-ink);border:5px solid var(--pc-blue);box-shadow:10px 10px 0 var(--pc-yellow);padding:clamp(18px,3vw,34px)}.ms-kicker{font-weight:950;text-transform:uppercase;letter-spacing:.08em;color:#087492;font-size:12px}.ms-card h1,.ms-card h2{margin:.22em 0 .35em;line-height:1.03}.ms-card h1{font-size:clamp(30px,5vw,58px);text-transform:uppercase}.ms-card h2{font-size:clamp(24px,3vw,38px)}.ms-card p{line-height:1.5}.ms-character-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}.ms-character{border:3px solid var(--pc-blue);background:#fff;cursor:pointer;padding:8px 8px 10px;min-width:0;transition:.15s}.ms-character:hover{transform:translateY(-3px);box-shadow:5px 5px 0 var(--pc-yellow)}.ms-character img{width:100%;height:210px;object-fit:contain;object-position:bottom center;display:block}.ms-character b{display:block;text-align:center;background:var(--pc-blue);color:#fff;padding:8px;text-transform:uppercase}.ms-character.is-current{border-color:var(--pc-yellow);box-shadow:0 0 0 3px var(--pc-yellow)}.ms-switch-copy{margin-top:0;color:#52656d}.ms-character-detail{margin:16px 0 0;border:2px solid var(--pc-blue);border-left:7px solid var(--pc-yellow);background:#fff;padding:14px 16px;line-height:1.45;box-shadow:4px 4px #062c3b1a}.ms-character-detail[hidden]{display:none}.ms-character-detail strong{display:block;color:var(--pc-blue);font-size:18px;margin-bottom:4px}.ms-character-detail p{margin:0;color:#40545c}.ms-start-actions{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-top:16px;flex-wrap:wrap}.ms-start-actions .ms-btn--yellow{margin-left:auto}.ms-start-card{position:relative;padding-top:138px}.ms-start-lang{position:absolute;top:18px;right:18px;z-index:20}@media(max-width:650px){.ms-start-card{padding-top:126px}.ms-start-lang{top:12px;right:12px}.ms-start-brandblock{top:12px;left:16px;width:min(215px,55%)}.ms-start-brandblock .ms-start-logo{max-width:215px;max-height:76px}.ms-start-brandblock .ms-kicker{font-size:9px;white-space:normal;max-width:215px}}.ms-lang-dropdown{position:relative;display:inline-block;font-family:inherit;z-index:40}.ms-lang-trigger{height:48px;min-width:92px;display:flex;align-items:center;justify-content:center;gap:9px;border:2px solid var(--pc-blue);background:#fff;color:var(--pc-blue);padding:6px 10px;font-weight:950;cursor:pointer;box-shadow:3px 3px #062c3b1a}.ms-lang-trigger:hover,.ms-lang-trigger:focus-visible{border-color:var(--pc-yellow);outline:none;box-shadow:3px 3px 0 var(--pc-yellow)}.ms-lang-trigger img,.ms-lang-choice img{display:block;width:31px;height:21px;object-fit:cover;box-shadow:0 1px 3px #00000040;flex:0 0 auto}.ms-lang-caret{font-size:12px;line-height:1;margin-left:1px;transition:transform .16s ease}.ms-lang-dropdown.is-open .ms-lang-caret{transform:rotate(180deg)}.ms-lang-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:100%;background:#fff;border:2px solid var(--pc-blue);box-shadow:5px 5px 0 var(--pc-yellow);padding:4px;z-index:100}.ms-lang-menu[hidden]{display:none!important}.ms-lang-choice{width:100%;display:flex;align-items:center;gap:9px;border:0;background:#fff;color:var(--pc-blue);padding:9px 10px;font:inherit;font-weight:950;cursor:pointer;text-align:left;white-space:nowrap}.ms-lang-choice:hover,.ms-lang-choice:focus-visible{background:#eef5f6;outline:none}.ms-lang-choice.is-current{background:var(--pc-yellow)}.ms-lang-dropdown--dark .ms-lang-trigger{background:#062c3beb;border-color:#ffffffd1;color:#fff;box-shadow:none}.ms-lang-dropdown--dark .ms-lang-trigger:hover,.ms-lang-dropdown--dark .ms-lang-trigger:focus-visible{border-color:var(--pc-yellow);box-shadow:0 0 0 2px #ffed0033}.ms-lang-dropdown--topbar .ms-lang-trigger{height:54px;min-width:90px;background:#ffffff0a;border-color:#ffffffb8;color:var(--pc-yellow);box-shadow:none}.ms-lang-dropdown--topbar .ms-lang-trigger:hover,.ms-lang-dropdown--topbar .ms-lang-trigger:focus-visible{border-color:var(--pc-yellow);background:#ffed001f;box-shadow:none}.ms-lang-dropdown[hidden]{display:none!important}@media(max-width:560px){html.ms-language-disabled .ms-stats{grid-template-areas:"knowledge bonus check" "sound sound player"!important}html.ms-language-disabled .ms-audio-controls{grid-column:auto!important;width:100%!important}}@media(orientation:landscape)and (max-height:520px)and (max-width:960px){html.ms-language-disabled .ms-audio-controls{grid-column:2/4!important}}@media(max-width:820px){.ms-lang-dropdown--topbar .ms-lang-trigger{height:46px;min-width:84px}.ms-lang-trigger{height:44px;min-width:86px}}@media(max-width:560px){.ms-lang-dropdown--topbar,.ms-lang-dropdown--topbar .ms-lang-trigger{width:100%}.ms-lang-trigger img,.ms-lang-choice img{width:28px;height:19px}}.ms-quiz{display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:center}.ms-quiz-avatar{width:100%;height:290px;object-fit:contain;object-position:top center;align-self:center}.ms-topic{display:inline-block;background:var(--pc-yellow);font-weight:950;text-transform:uppercase;padding:5px 8px;font-size:11px;margin-bottom:7px}.ms-answers{display:grid;gap:8px;margin-top:14px}.ms-answer{text-align:left;border:2px solid #264a57;background:#fff;padding:12px 13px;font-weight:800;cursor:pointer;line-height:1.3}.ms-answer:hover{background:#f1f7f8}.ms-answer.is-correct{border-color:var(--pc-good);background:#e9f7ef}.ms-answer.is-wrong{border-color:var(--pc-bad);background:#fbebeb}.ms-feedback{margin-top:13px;padding:12px;border-left:5px solid #0b789b;background:#e8f1f4;line-height:1.4}.ms-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px;flex-wrap:wrap}.ms-btn{border:2px solid var(--pc-blue);background:var(--pc-blue);color:#fff;font-weight:950;text-transform:uppercase;padding:10px 14px;cursor:pointer}.ms-btn--yellow{background:var(--pc-yellow);color:var(--pc-blue);border-color:var(--pc-blue);transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.ms-btn--yellow:hover,.ms-btn--yellow:focus-visible{background:#fff36a;color:var(--pc-blue);transform:translateY(-2px);box-shadow:6px 6px 0 var(--pc-blue);outline:none}.ms-btn--danger{background:#b83a3a;color:#fff;border-color:#8f2525}.ms-btn--danger:hover,.ms-btn--danger:focus-visible{background:#962d2d;outline:none}.ms-switch-warning-card{width:min(620px,94vw)}.ms-switch-warning-icon{font-size:44px;line-height:1;margin-bottom:8px}.ms-switch-warning-card .ms-actions{justify-content:flex-end}.ms-switch-warning-card .ms-btn--yellow{box-shadow:4px 4px 0 var(--pc-blue)}.ms-btn[disabled]{opacity:.45;cursor:not-allowed}.ms-final-score{font-size:clamp(54px,10vw,110px);font-weight:950;color:#0b789b;line-height:1}.ms-final-score-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:2px 0 8px}.ms-final-restart-wrap{flex:0 0 auto;padding-right:2px}.ms-final-restart-wrap .ms-btn{padding:10px 14px;white-space:nowrap;box-shadow:4px 4px 0 var(--pc-blue)}.ms-final-restart-wrap .ms-btn:hover,.ms-final-restart-wrap .ms-btn:focus-visible{box-shadow:6px 6px 0 var(--pc-blue)}.ms-final-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.ms-final-box{padding:14px;border:2px solid #b7c8cf;background:#fff}.ms-final-box strong{display:block;font-size:28px;color:#087492}.ms-final-card{position:relative}.ms-final-minimize{position:absolute;top:12px;right:12px;width:38px;height:38px;border:2px solid var(--pc-blue);background:#fff;color:var(--pc-blue);font-size:25px;font-weight:950;line-height:1;cursor:pointer;display:grid;place-items:center;z-index:2}.ms-final-minimize:hover,.ms-final-minimize:focus-visible{background:var(--pc-yellow)}.ms-final-reopen{position:fixed;right:18px;bottom:18px;z-index:35;border:3px solid white;background:var(--pc-blue);color:#fff;box-shadow:5px 5px 0 var(--pc-yellow);font-weight:950;text-transform:uppercase;padding:11px 15px;cursor:pointer}.ms-final-reopen:hover,.ms-final-reopen:focus-visible{background:#0b789b}.ms-note{font-size:12px;color:#607179;margin-top:14px}@media(max-width:1050px){.ms-layout{grid-template-columns:minmax(0,1fr) 280px}.ms-scene,.ms-house{min-height:calc(100% - 73px)}}@media(max-width:820px){html,body{height:auto;min-height:100%;overflow:auto}#ms-game{height:auto;min-height:100%}.ms-topbar{align-items:center}.ms-brand img{width:210px;height:56px}.ms-stat{height:42px;padding:4px 7px}.ms-player{height:42px}.ms-player img{width:32px;height:32px}.ms-audio-btn{height:42px;min-width:48px;padding:3px 6px}.ms-audio-btn svg{width:20px;height:20px}.ms-audio-btn span{font-size:10px}.ms-layout{display:block}.ms-scene{height:auto;min-height:0;aspect-ratio:16/9}.ms-house{width:100%;height:100%;min-height:0;object-fit:cover}.ms-side{border-left:0;border-top:4px solid white}.ms-list{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.ms-guide{max-width:82%;bottom:8px;left:8px}.ms-guide-img{height:145px;width:96px}.ms-guide-bubble{font-size:11px;margin-bottom:8px;padding:8px}.ms-instruction{top:8px;left:8px;padding:7px 9px;font-size:12px}.ms-character-grid{grid-template-columns:repeat(2,1fr)}.ms-character img{height:180px}.ms-quiz{grid-template-columns:130px 1fr}.ms-quiz-avatar{height:190px}}@media(max-width:520px){.ms-topbar{display:flex;flex-wrap:wrap}.ms-brand img{width:190px;height:50px}.ms-stats{margin-top:0;justify-content:flex-start}.ms-player{display:flex;height:42px;padding:3px 6px}.ms-player img{width:32px;height:32px}.ms-player-switchhint{display:none}.ms-stat strong{font-size:14px}.ms-audio-controls{gap:6px}.ms-scene{aspect-ratio:16/10}.ms-side-copy{display:none}.ms-list{grid-template-columns:1fr 1fr;padding:8px}.ms-list-item{height:54px;min-height:54px;padding:6px 38px 6px 6px}.ms-list-item small{display:none}.ms-hotspot{width:44px;height:44px}.ms-hotspot:before{inset:8px}.ms-hotspot:after{font-size:20px}.ms-hotspot-label{display:none}.ms-guide{max-width:92%}.ms-guide-img{height:115px;width:74px}.ms-guide-bubble{max-width:260px}.ms-card{padding:16px;box-shadow:6px 6px 0 var(--pc-yellow)}.ms-quiz{grid-template-columns:1fr}.ms-quiz-avatar{display:none}.ms-character img{height:145px}.ms-final-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.ms-hotspot:before{animation:none}}.ms-start-logo{display:block;width:min(420px,76vw);max-height:165px;object-fit:contain;object-position:left center;margin:0 0 14px}.ms-start-brandblock{position:absolute;top:18px;left:34px;z-index:10;width:min(285px,48%)}.ms-start-brandblock .ms-start-logo{width:100%;max-width:285px;max-height:92px;margin:0 0 5px;object-position:left top}.ms-start-brandblock .ms-kicker{font-size:11px;line-height:1.15;margin:0;white-space:nowrap}.ms-hotspot:not(.is-done) .ms-hotspot-label{opacity:0}@media(hover:hover)and (pointer:fine){.ms-hotspot:hover .ms-hotspot-label,.ms-hotspot:focus-visible .ms-hotspot-label{opacity:1}}@media(max-width:820px){#ms-game{min-height:100vh;height:auto}.ms-topbar{position:sticky;top:0;z-index:50;min-height:auto;padding:8px 10px;gap:8px;flex-wrap:wrap}.ms-brand{flex:1 1 100%;justify-content:center}.ms-brand img{width:min(240px,78vw);height:auto;max-height:58px}.ms-stats{width:100%;display:grid;grid-template-columns:1fr 1fr auto;gap:6px;align-items:stretch;justify-content:stretch}.ms-stat,.ms-player{height:auto;min-height:46px;padding:5px 7px}.ms-stat{justify-content:center;text-align:center}.ms-player{min-width:0;justify-content:center}.ms-player-copy{min-width:0}.ms-player-copy>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.ms-layout{display:block}.ms-scene-wrap{overflow:visible}.ms-scene{height:auto;min-height:0;aspect-ratio:auto;display:block;overflow:visible;background:var(--pc-paper)}.ms-house{display:block;width:100%;height:auto;min-height:0;aspect-ratio:16/9;object-fit:contain;object-position:center center}.ms-instruction{position:absolute;top:8px;left:8px;right:8px;z-index:8;max-width:none;margin:0;border-width:2px;box-shadow:3px 3px 0 var(--pc-yellow);font-size:13px;pointer-events:none;background:#fffffff2}#ms-hotspots{position:absolute;left:0;top:0;width:100%;height:auto;aspect-ratio:16/9;pointer-events:none}.ms-hotspot{pointer-events:auto;width:48px;height:48px}.ms-hotspot:before{inset:8px}.ms-guide{position:relative;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:8px;max-width:none;margin:0;padding:8px 8px 10px;background:var(--pc-paper);border-top:4px solid var(--pc-yellow);pointer-events:auto}.ms-guide-img{height:112px;width:82px;margin-top:-34px;align-self:end;filter:drop-shadow(0 5px 5px rgba(0,0,0,.18))}.ms-guide-bubble{margin:0;max-width:none;font-size:12px;padding:9px 10px;box-shadow:4px 4px 0 var(--pc-yellow)}.ms-side{border-left:0;border-top:4px solid white}.ms-side-title{padding:12px 14px;font-size:16px}.ms-side-copy{display:block;padding:10px 12px 4px;font-size:12px}.ms-list{grid-template-columns:1fr 1fr;overflow:visible;padding:8px;gap:6px}.ms-list-item{height:56px;min-height:56px;padding:7px 38px 7px 7px}.ms-card{width:min(96vw,760px);max-height:none;margin:auto;padding:16px;border-width:4px;box-shadow:6px 6px 0 var(--pc-yellow)}.ms-overlay{align-items:start;padding:10px}.ms-quiz{grid-template-columns:110px 1fr;gap:14px}.ms-quiz-avatar{height:170px}.ms-answer{padding:12px;font-size:15px;min-height:48px}.ms-actions{justify-content:stretch}.ms-actions .ms-btn{flex:1 1 160px;min-height:46px}}@media(max-width:560px){.ms-stats{grid-template-columns:1fr 1fr}.ms-player{grid-column:1/-1;justify-self:stretch}.ms-player img{width:38px;height:38px}.ms-player-copy>span:first-child{max-width:none}.ms-list{grid-template-columns:1fr}.ms-list-item small{display:block}.ms-guide{grid-template-columns:68px 1fr;padding:7px 7px 9px}.ms-guide-img{height:96px;width:68px;margin-top:-28px}.ms-guide-bubble{font-size:11px;padding:8px 9px}.ms-hotspot{width:46px;height:46px}.ms-hotspot:after{font-size:20px}.ms-character-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ms-character img{height:150px}.ms-quiz{grid-template-columns:1fr}.ms-quiz-avatar{display:none}.ms-card h1{font-size:clamp(28px,10vw,42px)}.ms-card h2{font-size:clamp(22px,8vw,32px)}.ms-final-grid{grid-template-columns:1fr}}@media(max-width:390px){.ms-brand img{width:min(210px,78vw)}.ms-instruction{top:6px;left:6px;right:6px;padding:6px 8px;font-size:12px;line-height:1.15}.ms-instruction small{font-size:10px;line-height:1.2}.ms-stat,.ms-player{font-size:11px}.ms-stat strong{font-size:15px}.ms-character img{height:128px}.ms-answer{font-size:14px}}.ms-audio-controls{display:flex;align-items:stretch;gap:8px}.ms-audio-btn{height:54px;min-width:58px;border:2px solid rgba(255,255,255,.72);background:#ffffff0a;color:var(--pc-white);font-weight:950;cursor:pointer;padding:5px 8px;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.ms-audio-btn:hover{border-color:var(--pc-yellow);background:#ffed001f;transform:translateY(-1px)}.ms-audio-btn.is-active{border-color:var(--pc-yellow);background:#ffed002e;color:var(--pc-yellow);box-shadow:inset 0 -3px #ffed0038}.ms-audio-btn svg{width:24px;height:24px;display:block;flex:0 0 auto}.ms-audio-btn span{font-size:11px;line-height:1;white-space:nowrap}.ms-audio-btn[hidden]{display:none!important}.ms-cta-wrap{margin-top:22px;padding-top:18px;border-top:0}.ms-cta-wrap h3{margin:0 0 12px;font-size:20px}.ms-cta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.ms-cta-card{border:2px solid #b7c8cf;background:#fff;padding:14px;display:flex;flex-direction:column;gap:8px;min-height:170px}.ms-cta-card h4{margin:0;font-size:18px}.ms-cta-card p{margin:0 0 8px;font-size:13px;line-height:1.4;flex:1}.ms-cta-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:2px solid var(--pc-blue);background:var(--pc-yellow);color:var(--pc-blue);font-weight:950;text-transform:uppercase;text-decoration:none;padding:8px 10px}.ms-cta-link.is-placeholder{opacity:.55;cursor:not-allowed;background:#e7ecee}@media(max-width:820px){.ms-stats{grid-template-columns:72px 98px minmax(150px,1fr) 1fr 1fr}.ms-audio-btn{height:auto;min-height:46px}.ms-audio-controls{gap:6px}.ms-cta-grid{grid-template-columns:1fr}.ms-cta-card{min-height:0}}@media(max-width:560px){.ms-stats{grid-template-columns:72px 92px 1fr}.ms-audio-controls{grid-column:2/3;gap:4px;align-self:stretch}.ms-audio-btn{flex:1 1 0;min-width:0;padding:4px}.ms-audio-btn span{display:none}.ms-player{grid-column:1/-1!important}.ms-stat{grid-row:auto}}.ms-guide{left:0;bottom:0;gap:14px;max-width:min(620px,82%);align-items:flex-end}.ms-guide-img{height:178px;width:142px;object-fit:contain;object-position:left bottom;filter:drop-shadow(0 6px 10px rgba(0,0,0,.2));margin:0 0 0 -2px;align-self:flex-end}.ms-guide-bubble{position:relative;margin-top:0;margin-bottom:14px;padding:12px 14px;border-radius:14px;box-shadow:5px 5px 0 var(--pc-yellow);max-width:390px;align-self:center}.ms-guide-bubble:before{content:"";position:absolute;left:-11px;top:34px;width:18px;height:18px;background:#fff;border-left:3px solid var(--pc-blue);border-bottom:3px solid var(--pc-blue);transform:rotate(45deg)}.ms-guide-bubble strong{font-size:12px;letter-spacing:.04em;margin-bottom:4px}@media(max-width:820px){.ms-guide{position:relative;left:auto;bottom:auto;display:grid;grid-template-columns:100px 1fr;gap:10px;align-items:start;padding:8px 8px 10px;background:var(--pc-paper);border-top:4px solid var(--pc-yellow);max-width:none;margin:0;pointer-events:auto}.ms-guide-img{width:100px;height:130px;margin-top:-10px;justify-self:start}.ms-guide-bubble{margin:8px 0 0;max-width:none;padding:10px 11px;font-size:12px;box-shadow:3px 3px 0 var(--pc-yellow)}.ms-guide-bubble:before{left:-9px;top:24px;width:15px;height:15px;border-left-width:2px;border-bottom-width:2px}}@media(max-width:560px){.ms-guide{grid-template-columns:86px 1fr;gap:8px;padding:7px 7px 9px}.ms-guide-img{width:86px;height:114px;margin-top:-8px}.ms-guide-bubble{font-size:11px;padding:8px 9px;margin-top:6px}.ms-guide-bubble strong{font-size:11px}.ms-guide-bubble:before{top:20px}}.ms-launch{position:fixed;inset:0;z-index:4000;overflow:hidden;background:#062c3b;color:#fff}.ms-launch[hidden]{display:none!important}.ms-launch-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.62) saturate(.9);transform:scale(1.015)}.ms-launch-shade{position:absolute;inset:0;background:linear-gradient(90deg,#062c3b85,#062c3b29 52%,#062c3b6b),linear-gradient(0deg,rgba(6,44,59,.5),transparent 45%)}.ms-launch-lang{position:absolute;top:22px;right:22px;z-index:20;display:flex;align-items:center;gap:8px}.ms-launch-center{position:absolute;z-index:2;left:50%;top:51%;transform:translate(-50%,-50%);width:min(620px,88vw);text-align:center}.ms-launch-logo{display:block;width:min(430px,78vw);max-height:230px;object-fit:contain;margin:0 auto 26px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.32))}.ms-launch-play{min-width:min(390px,80vw);font-size:clamp(26px,4vw,52px);padding:20px 34px;background:#055b7ef2;color:#fff;border:3px solid var(--pc-yellow);box-shadow:8px 8px 0 var(--pc-yellow);font-weight:950;text-transform:uppercase;cursor:pointer;white-space:nowrap}.ms-launch-play:hover{transform:translateY(-2px);box-shadow:10px 10px 0 var(--pc-yellow)}.ms-launch-version{position:absolute;right:max(14px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));z-index:20;font:700 11px/1.2 Arial,Helvetica,sans-serif;letter-spacing:.08em;color:#ffffffc7;background:#062c3b94;border:1px solid rgba(255,255,255,.22);padding:5px 8px;border-radius:3px;pointer-events:none}.ms-brand-home{display:block;border:0;background:transparent;padding:0;margin:0;cursor:pointer;border-radius:2px}.ms-brand-home:focus-visible{outline:3px solid var(--pc-yellow);outline-offset:3px}@media(max-width:650px){.ms-launch-lang{top:10px;right:10px}.ms-launch-play{font-size:30px}html[lang=fr] .ms-launch-play{font-size:clamp(22px,7vw,28px);padding-left:18px;padding-right:18px}}button,.ms-answer,.ms-character,.ms-lang-trigger,.ms-lang-choice,.ms-cta-link{-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:820px){html{background:var(--pc-paper)}body{background:var(--pc-paper);overscroll-behavior-y:none}#ms-game{min-height:100dvh}.ms-topbar{padding-top:max(7px,env(safe-area-inset-top));padding-left:max(9px,env(safe-area-inset-left));padding-right:max(9px,env(safe-area-inset-right))}.ms-launch{height:100dvh;min-height:100dvh}.ms-launch-lang{top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right))}.ms-final-reopen{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom))}.ms-topbar{position:relative;gap:6px;padding-bottom:7px;border-bottom-width:4px}.ms-brand{flex:1 1 100%;justify-content:center;min-height:42px}.ms-brand img{width:min(210px,62vw);max-height:48px}.ms-stats{width:100%;display:grid;grid-template-columns:88px 54px minmax(120px,1fr) 1fr 1fr;gap:5px;align-items:stretch}.ms-lang-dropdown--topbar,.ms-audio-controls,.ms-player,.ms-stat{min-width:0}.ms-lang-dropdown--topbar .ms-lang-trigger{width:100%;min-width:0;height:46px;padding:4px 6px;gap:5px}.ms-lang-trigger img,.ms-lang-choice img{width:27px;height:18px}.ms-audio-controls{display:flex;gap:0}.ms-audio-btn{width:100%;min-width:0;height:46px;padding:4px}.ms-audio-btn span{display:none}.ms-player{height:46px;padding:4px 6px;overflow:hidden}.ms-player img{width:35px;height:35px}.ms-player-copy>span:first-child{max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ms-player-switchhint{display:none}.ms-stat{height:46px;padding:4px 5px;justify-content:center;font-size:10px;line-height:1.05;text-align:center;gap:4px}.ms-stat strong{font-size:15px}.ms-scene-wrap{background:#cfd8d8}.ms-scene{display:block;overflow:visible;background:var(--pc-paper)}.ms-house{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#cfd8d8}#ms-hotspots{position:absolute;inset:0 auto auto 0;width:100%;height:auto;aspect-ratio:16/9}.ms-hotspot{width:50px;height:50px}.ms-hotspot:before{inset:9px}.ms-hotspot:after{font-size:21px}.ms-hotspot-label{display:none!important}.ms-instruction{top:7px;left:7px;right:auto;max-width:72%;padding:6px 8px;font-size:12px;line-height:1.15;box-shadow:2px 2px 0 var(--pc-yellow)}.ms-instruction small{font-size:10px;line-height:1.2;margin-top:2px}.ms-guide{position:relative!important;left:auto!important;bottom:auto!important;width:100%;display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;align-items:center;max-width:none!important;padding:7px 9px 10px;background:var(--pc-paper);border-top:4px solid var(--pc-yellow)}.ms-guide-img{width:92px;height:120px;margin:-18px 0 0 -9px;object-position:left bottom;align-self:end}.ms-guide-bubble{margin:0!important;max-width:none!important;padding:9px 10px;font-size:12px;line-height:1.3;box-shadow:3px 3px 0 var(--pc-yellow)}.ms-guide-bubble:before{left:-9px;top:24px;width:14px;height:14px}.ms-side-title{padding:10px 12px;font-size:15px}.ms-side-copy{padding:8px 10px 3px;font-size:11px}.ms-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:7px}.ms-list-item{height:52px;min-height:52px;padding:6px 36px 6px 6px;grid-template-columns:26px minmax(0,1fr);gap:6px}.ms-list-item b{font-size:11px;line-height:1.1}.ms-list-item small{font-size:10px}.ms-overlay{padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));align-items:start;overscroll-behavior:contain}.ms-card{width:100%;max-width:760px;max-height:none;margin:auto;padding:16px;border-width:4px;box-shadow:5px 5px 0 var(--pc-yellow);overflow:visible}.ms-card h1{font-size:clamp(30px,7vw,48px)}.ms-card h2{font-size:clamp(25px,6vw,36px)}.ms-card p{font-size:15px;line-height:1.42}.ms-answer{min-height:52px;padding:13px 12px;font-size:15px;line-height:1.3;border-width:2px}.ms-actions{position:sticky;bottom:calc(-16px - env(safe-area-inset-bottom));z-index:5;margin:16px -16px -16px;padding:10px 16px max(12px,env(safe-area-inset-bottom));background:linear-gradient(to bottom,#f7f8f5e0,#f7f8f5 26%);gap:8px}.ms-actions .ms-btn{min-height:48px;flex:1 1 150px;padding:10px 11px}.ms-start-card{padding-top:122px}.ms-start-brandblock{top:16px;left:18px;width:min(255px,58%)}.ms-start-brandblock .ms-start-logo{max-height:78px;margin-bottom:3px}.ms-start-lang{top:16px;right:16px}.ms-character-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.ms-character{padding:6px 6px 8px;border-width:2px}.ms-character img{height:150px}.ms-character b{font-size:12px;padding:7px 4px}.ms-character-detail{margin-top:12px;padding:11px 12px;border-left-width:5px}.ms-character-detail strong{font-size:16px}.ms-character-detail p{font-size:13px}.ms-final-card{padding-top:52px}.ms-final-minimize{top:9px;right:9px;width:42px;height:42px}.ms-final-score{font-size:clamp(62px,20vw,92px)}.ms-final-grid{gap:8px;margin:13px 0}.ms-final-box{padding:11px}.ms-final-box strong{font-size:24px}.ms-cta-link{width:100%;min-height:48px;text-align:center}.ms-cta-wrap{margin-top:16px;padding-top:14px}.ms-cta-grid{grid-template-columns:1fr;gap:8px}.ms-cta-card{min-height:0;padding:12px}}@media(max-width:560px){.ms-stats{grid-template-columns:1fr 1fr 1.15fr;grid-template-areas:"knowledge bonus player" "lang sound player";gap:5px}#ms-stat-knowledge{grid-area:knowledge}#ms-stat-bonus{grid-area:bonus}.ms-player{grid-area:player!important;height:auto;min-height:97px;flex-direction:column;gap:4px;justify-content:center;padding:5px}.ms-player:after{position:absolute;right:5px;bottom:4px}.ms-player img{width:46px;height:46px}.ms-player-copy{align-items:center}.ms-player-copy>span:first-child{max-width:105px;font-size:11px;text-align:center}.ms-lang-dropdown--topbar{grid-area:lang;width:100%}.ms-audio-controls{grid-area:sound;width:100%}.ms-stat{min-height:46px;height:46px;flex-direction:column;gap:1px}.ms-stat strong{font-size:16px}.ms-instruction{max-width:68%;font-size:11px}.ms-instruction small{display:none}.ms-hotspot{width:48px;height:48px}.ms-hotspot:before{inset:8px}.ms-guide{grid-template-columns:78px minmax(0,1fr);padding-left:7px}.ms-guide-img{width:78px;height:105px;margin-left:-7px;margin-top:-15px}.ms-guide-bubble{font-size:11px;padding:8px 9px}.ms-list{grid-template-columns:1fr}.ms-list-item{height:50px;min-height:50px}.ms-list-item small{display:block}.ms-overlay{padding:0;place-items:start stretch;background:#041c25f0}.ms-card{min-height:100dvh;width:100%;max-width:none;margin:0;border:0;border-top:5px solid var(--pc-yellow);box-shadow:none;padding:16px 15px calc(18px + env(safe-area-inset-bottom));border-radius:0}.ms-card h1{font-size:clamp(28px,9vw,40px)}.ms-card h2{font-size:clamp(24px,7vw,31px)}.ms-card p{font-size:14px}.ms-quiz{display:block}.ms-quiz-avatar{display:none}.ms-topic{font-size:10px}.ms-answers{gap:7px;margin-top:11px}.ms-answer{font-size:14px;min-height:50px}.ms-actions{bottom:calc(-18px - env(safe-area-inset-bottom));margin-left:-15px;margin-right:-15px;margin-bottom:calc(-18px - env(safe-area-inset-bottom));padding-left:15px;padding-right:15px}.ms-start-card{padding-top:108px}.ms-start-brandblock{top:13px;left:13px;width:min(215px,55%)}.ms-start-brandblock .ms-start-logo{max-height:66px}.ms-start-brandblock .ms-kicker{font-size:9px;white-space:normal}.ms-start-lang{top:13px;right:13px}.ms-start-lang .ms-lang-trigger{min-width:82px;height:42px;padding:4px 7px}.ms-character img{height:132px}.ms-start-actions .ms-btn--yellow{width:100%;margin-left:0}.ms-final-grid{grid-template-columns:1fr 1fr}.ms-final-box{font-size:12px}.ms-final-reopen{font-size:12px;padding:10px 12px}.ms-launch-center{top:52%;width:92vw}.ms-launch-logo{width:min(360px,82vw);max-height:180px;margin-bottom:22px}.ms-launch-play{min-width:0;width:min(340px,86vw);font-size:clamp(24px,7.5vw,32px);padding:17px 15px;box-shadow:5px 5px 0 var(--pc-yellow)}html[lang=fr] .ms-launch-play{font-size:clamp(20px,6.2vw,26px)}}@media(max-width:390px){.ms-brand img{width:min(185px,58vw);max-height:43px}.ms-stats{grid-template-columns:1fr 1fr 1.05fr}.ms-player-copy>span:first-child{max-width:90px;font-size:10px}.ms-stat{font-size:9px}.ms-stat strong{font-size:15px}.ms-lang-trigger{font-size:12px}.ms-lang-trigger img,.ms-lang-choice img{width:24px;height:16px}.ms-character img{height:116px}.ms-character b{font-size:11px}.ms-start-card{padding-top:102px}.ms-start-brandblock{width:min(190px,52%)}.ms-final-grid{grid-template-columns:1fr}}@media(max-width:950px)and (max-height:500px)and (orientation:landscape){.ms-launch-logo{max-height:105px;margin-bottom:12px}.ms-launch-play{font-size:24px;padding:12px 22px}.ms-topbar{position:relative;flex-wrap:nowrap;min-height:62px;padding-top:max(5px,env(safe-area-inset-top))}.ms-brand{flex:0 0 auto}.ms-brand img{width:165px;max-height:45px}.ms-stats{display:flex;width:auto;gap:4px;flex:1;justify-content:flex-end}.ms-stat,.ms-player,.ms-lang-dropdown--topbar .ms-lang-trigger,.ms-audio-btn{height:44px;min-height:44px}.ms-player{flex-direction:row;min-height:44px}.ms-player img{width:34px;height:34px}.ms-stat{flex-direction:row}.ms-side-copy{display:none}.ms-list{grid-template-columns:repeat(4,minmax(0,1fr))}.ms-card{min-height:100dvh;padding-top:12px}.ms-character img{height:105px}.ms-character-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:560px){.ms-topbar{display:block!important;padding:7px 8px 8px!important}.ms-brand{width:100%!important;min-height:0!important;justify-content:center!important;margin:0 0 7px!important}.ms-brand img{width:190px!important;height:54px!important;max-height:54px!important;object-position:center!important}.ms-stats{display:grid!important;width:100%!important;grid-template-columns:1fr 1fr 1.28fr!important;grid-template-areas:"knowledge bonus player" "lang sound player"!important;gap:5px!important}#ms-stat-knowledge{grid-area:knowledge}#ms-stat-bonus{grid-area:bonus}.ms-lang-dropdown--topbar{grid-area:lang!important;width:100%!important}.ms-audio-controls{grid-area:sound!important;width:100%!important}.ms-player{grid-area:player!important;min-height:102px!important;height:102px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:3px!important;padding:5px 7px!important}.ms-player img{width:62px!important;height:62px!important;border-radius:50%!important}.ms-player-copy>span:first-child{font-size:12px!important;max-width:120px!important}.ms-player:after{right:6px!important;bottom:5px!important}.ms-stat,.ms-lang-dropdown--topbar .ms-lang-trigger,.ms-audio-btn{min-height:49px!important}.ms-guide{grid-template-columns:105px minmax(0,1fr)!important;gap:9px!important;padding:8px 8px 10px 0!important;overflow:visible!important}.ms-guide-img{width:105px!important;height:138px!important;margin:-22px 0 -10px!important;object-position:left bottom!important;align-self:end!important}.ms-guide-bubble{font-size:11.5px!important;line-height:1.3!important;padding:9px 10px!important;margin:0!important}}@media(max-width:390px){.ms-brand img{width:174px!important;height:50px!important}.ms-stats{grid-template-columns:1fr 1fr 1.22fr!important}.ms-player img{width:56px!important;height:56px!important}.ms-guide{grid-template-columns:94px minmax(0,1fr)!important}.ms-guide-img{width:94px!important;height:126px!important}}.ms-mobile-check-toggle,.ms-side-close,.ms-side-backdrop{display:none}@media(max-width:820px){.ms-side{display:flex!important;position:fixed!important;z-index:160!important;top:0!important;right:0!important;bottom:0!important;width:min(88vw,370px)!important;max-width:370px!important;transform:translate(105%)!important;transition:transform .24s ease!important;border:0!important;border-left:4px solid var(--pc-yellow)!important;box-shadow:-12px 0 30px #00000047!important;padding-top:max(52px,env(safe-area-inset-top))!important;overflow:auto!important;background:#07384b!important}.ms-side.is-open{transform:translate(0)!important}.ms-side-close{display:grid;place-items:center;position:absolute;right:10px;top:max(8px,env(safe-area-inset-top));z-index:2;width:38px;height:38px;border:2px solid white;background:var(--pc-yellow);color:var(--pc-blue);font-size:26px;font-weight:950;line-height:1;cursor:pointer}.ms-side-backdrop{display:block;position:fixed;inset:0;z-index:150;border:0;background:#041c2594;padding:0;cursor:pointer}.ms-side-backdrop[hidden]{display:none!important}.ms-side-title{padding:12px 56px 12px 14px!important;font-size:17px!important}.ms-side-copy{display:block!important;padding:10px 14px 5px!important;font-size:12px!important}.ms-list{grid-template-columns:1fr!important;gap:6px!important;padding:8px 10px 18px!important;overflow:visible!important}.ms-list-item{height:56px!important;min-height:56px!important;padding:7px 42px 7px 8px!important}.ms-list-item small{display:block!important}.ms-scene{position:relative!important;overflow:hidden!important;background:#cfd8d8!important}.ms-guide{position:absolute!important;left:max(7px,env(safe-area-inset-left))!important;bottom:7px!important;z-index:12!important;width:auto!important;max-width:min(92%,540px)!important;display:flex!important;align-items:flex-end!important;gap:7px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;pointer-events:none!important;overflow:visible!important}.ms-guide-img{width:82px!important;height:116px!important;margin:0 0 -7px -7px!important;object-position:left bottom!important;align-self:flex-end!important;filter:drop-shadow(0 5px 6px rgba(0,0,0,.28))!important}.ms-guide-bubble{max-width:min(68vw,360px)!important;margin:0 0 7px!important;padding:8px 10px!important;font-size:11px!important;line-height:1.28!important;border-radius:12px!important;box-shadow:3px 3px 0 var(--pc-yellow)!important;background:#fffffff5!important}.ms-guide-bubble:before{left:-8px!important;top:auto!important;bottom:23px!important;width:13px!important;height:13px!important}.ms-mobile-check-toggle{display:flex;align-items:center;justify-content:center;gap:6px;border:2px solid rgba(255,255,255,.72);background:#07384b;color:#fff;font-family:inherit;font-weight:900;text-transform:uppercase;cursor:pointer;padding:5px 8px;min-height:46px}.ms-burger-lines{display:grid;gap:3px;width:20px}.ms-burger-lines i{display:block;height:2px;background:var(--pc-yellow);border-radius:2px}.ms-mobile-check-label{font-size:10px}}@media(max-width:560px){.ms-topbar{display:block!important;padding:6px 7px 7px!important}.ms-brand{width:100%!important;justify-content:center!important;margin:0 0 5px!important}.ms-brand img{width:172px!important;height:46px!important;max-height:46px!important}.ms-stats{display:grid!important;width:100%!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-areas:"knowledge bonus check" "lang sound player"!important;gap:4px!important}#ms-stat-knowledge{grid-area:knowledge!important}#ms-stat-bonus{grid-area:bonus!important}.ms-mobile-check-toggle{grid-area:check!important;width:100%!important;min-width:0!important;height:46px!important}.ms-lang-dropdown--topbar{grid-area:lang!important;width:100%!important}.ms-audio-controls{grid-area:sound!important;width:100%!important}.ms-player{grid-area:player!important;width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:3px 7px!important}.ms-player img{width:36px!important;height:36px!important;border-radius:50%!important;flex:0 0 36px!important}.ms-player-copy{align-items:flex-start!important}.ms-player-copy>span:first-child{font-size:10px!important;max-width:64px!important;text-align:left!important}.ms-player-switchhint{display:none!important}.ms-player:after{right:4px!important;bottom:2px!important}.ms-stat,.ms-lang-dropdown--topbar .ms-lang-trigger,.ms-audio-btn{height:46px!important;min-height:46px!important}.ms-stat{flex-direction:column!important;gap:0!important}.ms-stat strong{font-size:15px!important}.ms-scene{aspect-ratio:16/10!important}.ms-guide{left:4px!important;bottom:5px!important;gap:5px!important;max-width:96%!important}.ms-guide-img{width:72px!important;height:102px!important;margin-left:-4px!important;margin-bottom:-5px!important}.ms-guide-bubble{max-width:70vw!important;font-size:10.5px!important;padding:7px 8px!important;margin-bottom:5px!important}.ms-guide-bubble strong{font-size:10px!important}}@media(max-width:390px){.ms-brand img{width:158px!important;height:43px!important}.ms-mobile-check-label{display:none}.ms-mobile-check-toggle{gap:0!important}.ms-burger-lines{width:23px}.ms-player img{width:34px!important;height:34px!important;flex-basis:34px!important}.ms-player-copy>span:first-child{font-size:9px!important;max-width:55px!important}.ms-guide-img{width:64px!important;height:92px!important}.ms-guide-bubble{max-width:72vw!important;font-size:10px!important}}.ms-rotate-device{display:none}@media(max-width:600px)and (orientation:portrait){html,body{height:100%;overflow:hidden;background:var(--pc-blue)}.ms-rotate-device{display:flex;position:fixed;inset:0;z-index:10000;align-items:center;justify-content:center;padding:max(24px,env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(24px,env(safe-area-inset-left));background:linear-gradient(145deg,#062c3b,#0b4f69);color:#fff;text-align:center}.ms-rotate-card{width:min(390px,92vw);padding:28px 24px;border:3px solid white;box-shadow:8px 8px 0 var(--pc-yellow);background:#ffffff0f}.ms-rotate-icon{width:82px;height:82px;margin:0 auto 16px;position:relative;display:grid;place-items:center}.ms-rotate-phone{width:38px;height:66px;border:4px solid white;border-radius:7px;transform:rotate(-25deg);box-shadow:0 0 0 2px #ffed001a}.ms-rotate-arrow{position:absolute;right:0;top:4px;color:var(--pc-yellow);font-size:42px;font-weight:900;transform:rotate(25deg)}.ms-rotate-card h2{margin:0 0 10px;font-size:27px;line-height:1;text-transform:uppercase}.ms-rotate-card p{margin:0;font-size:15px;line-height:1.45;color:#dce9ed}.ms-rotate-copy{display:none}.ms-rotate-copy--single{display:block!important}html[lang=de] .ms-rotate-copy--de,html:not([lang]) .ms-rotate-copy--de{display:block}html[lang=en] .ms-rotate-copy--en,html[lang=fr] .ms-rotate-copy--fr{display:block}}@media(orientation:landscape)and (max-height:520px)and (max-width:960px){html,body{width:100%;height:100%;min-height:100%;overflow:hidden;background:var(--pc-blue)}#ms-game{height:100dvh;min-height:0;overflow:hidden;background:var(--pc-blue)}.ms-topbar{flex:none!important;display:grid!important;grid-template-columns:minmax(132px,180px) 1fr 1fr minmax(140px,1.25fr);grid-template-rows:48px 48px;gap:9px 7px!important;min-height:0!important;padding:max(5px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) 7px max(8px,env(safe-area-inset-left))!important;border-bottom:4px solid var(--pc-yellow)!important;background:var(--pc-blue)!important;align-items:stretch!important}.ms-stats{display:contents!important}.ms-brand{grid-column:1;grid-row:1;min-width:0!important;width:auto!important;margin:0!important;justify-content:flex-start!important;align-items:center!important}.ms-brand-home{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start}.ms-brand img{width:min(160px,100%)!important;height:45px!important;max-height:45px!important;object-fit:contain!important;object-position:left center!important}.ms-lang-dropdown--topbar{grid-column:2;grid-row:1;width:100%!important;min-width:0!important}.ms-lang-dropdown--topbar .ms-lang-trigger{width:100%!important;height:48px!important;min-width:0!important;padding:5px 9px!important}.ms-audio-controls{grid-column:3;grid-row:1;width:100%!important;height:48px!important;align-self:stretch!important;gap:4px!important}.ms-audio-btn{width:100%!important;height:48px!important;min-width:0!important;padding:4px 7px!important}.ms-audio-btn span{display:none!important}.ms-player{grid-column:4;grid-row:1;width:100%!important;height:48px!important;min-width:0!important;padding:3px 8px!important;justify-content:center!important}.ms-player img{width:38px!important;height:38px!important;flex-basis:38px!important}.ms-player-copy>span:first-child{font-size:10px!important;max-width:80px;overflow:hidden;text-overflow:ellipsis}.ms-player-switchhint{display:none!important}#ms-stat-knowledge{grid-column:1/2;grid-row:2}#ms-stat-bonus{grid-column:2/3;grid-row:2}.ms-mobile-check-toggle{display:flex!important;grid-column:3/5;grid-row:2;width:100%!important;height:48px!important;min-width:0!important;justify-content:center!important}.ms-stat{height:48px!important;min-width:0!important;padding:3px 8px!important;justify-content:center!important;flex-direction:row!important;font-size:10px!important;border-color:#ffffffb8!important}.ms-stat strong{font-size:16px!important;margin-left:5px!important}.ms-mobile-check-label{display:inline!important}.ms-layout{display:block!important;flex:1!important;height:auto!important;min-height:0!important;overflow:hidden!important}.ms-scene-wrap{height:100%!important;min-height:0!important;overflow:hidden!important;background:#cfd8d8!important}.ms-scene{height:100%!important;min-height:0!important;aspect-ratio:auto!important;overflow:hidden!important;display:block!important}.ms-house{width:100%!important;height:100%!important;min-height:0!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important}#ms-hotspots{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;aspect-ratio:auto!important}.ms-instruction{top:8px!important;left:max(8px,env(safe-area-inset-left))!important;padding:6px 9px!important;font-size:11px!important;max-width:42%!important}.ms-instruction small{display:none!important}.ms-guide{position:absolute!important;left:max(5px,env(safe-area-inset-left))!important;bottom:4px!important;z-index:12!important;width:auto!important;max-width:min(66%,560px)!important;display:flex!important;align-items:flex-end!important;gap:7px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;pointer-events:none!important;overflow:visible!important}.ms-guide-img{width:92px!important;height:132px!important;margin:0 0 -4px -5px!important;object-position:left bottom!important;filter:drop-shadow(0 5px 6px rgba(0,0,0,.3))!important}.ms-guide-bubble{max-width:390px!important;margin:0 0 8px!important;padding:8px 10px!important;font-size:11px!important;line-height:1.25!important;border-radius:12px!important;box-shadow:3px 3px 0 var(--pc-yellow)!important;background:#fffffff7!important}.ms-guide-bubble strong{font-size:10px!important}.ms-guide-bubble:before{left:-8px!important;top:auto!important;bottom:22px!important;width:13px!important;height:13px!important}.ms-side{display:flex!important;position:fixed!important;z-index:160!important;top:0!important;right:0!important;bottom:0!important;width:min(46vw,390px)!important;max-width:390px!important;transform:translate(105%)!important;transition:transform .24s ease!important;border:0!important;border-left:4px solid var(--pc-yellow)!important;box-shadow:-12px 0 30px #00000047!important;padding-top:max(48px,env(safe-area-inset-top))!important;overflow:auto!important;background:#07384b!important}.ms-side.is-open{transform:translate(0)!important}.ms-side-close{display:grid!important;place-items:center!important;position:absolute!important;right:10px!important;top:max(7px,env(safe-area-inset-top))!important;width:36px!important;height:36px!important}.ms-side-backdrop{display:block;position:fixed;inset:0;z-index:150;border:0;background:#041c2594;padding:0}.ms-side-backdrop[hidden],.ms-side-copy{display:none!important}.ms-list{grid-template-columns:1fr!important}.ms-overlay{padding:max(7px,env(safe-area-inset-top)) max(9px,env(safe-area-inset-right)) max(7px,env(safe-area-inset-bottom)) max(9px,env(safe-area-inset-left))!important;align-items:center!important}.ms-card{max-height:96dvh!important;width:min(900px,97vw)!important;padding:14px 18px!important}.ms-card h2{font-size:clamp(22px,5vh,32px)!important}.ms-quiz{grid-template-columns:120px 1fr!important;gap:14px!important}.ms-quiz-avatar{display:block!important;height:150px!important}.ms-answer{padding:8px 10px!important;min-height:38px!important;font-size:13px!important}.ms-answers{gap:6px!important;margin-top:8px!important}.ms-actions{margin-top:9px!important}.ms-feedback{margin-top:8px!important;padding:8px!important}}@media(max-width:560px){.ms-final-score-row{gap:10px}.ms-final-restart-wrap .ms-btn{font-size:11px;padding:8px 9px}}.ms-launch-help-iconbtn{width:48px;height:48px;border:2px solid rgba(255,255,255,.82);background:#062c3beb;color:var(--pc-yellow);font-size:27px;font-weight:950;cursor:pointer;display:grid;place-items:center;padding:0;box-shadow:none;transition:.16s}.ms-launch-help-iconbtn:hover,.ms-launch-help-iconbtn:focus-visible{border-color:var(--pc-yellow);background:#ffed001f;outline:none;transform:translateY(-1px)}.ms-help-toggle{height:54px;min-width:54px;border:2px solid rgba(255,255,255,.72);background:#ffffff0a;color:var(--pc-yellow);font-size:27px;font-weight:950;cursor:pointer;display:grid;place-items:center;padding:0 12px;transition:.16s}.ms-help-toggle:hover,.ms-help-toggle:focus-visible{border-color:var(--pc-yellow);background:#ffed001f;outline:none}.ms-help-overlay{z-index:5000}.ms-help-card{width:min(980px,96vw)}.ms-help-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.ms-help-close{flex:0 0 auto;width:42px;height:42px;border:2px solid var(--pc-blue);background:#fff;color:var(--pc-blue);font-size:25px;font-weight:950;cursor:pointer}.ms-help-close:hover,.ms-help-close:focus-visible{background:var(--pc-yellow)}.ms-help-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:22px;align-items:start;margin-top:18px}.ms-help-shot{position:relative;overflow:hidden;border:4px solid var(--pc-blue);background:#cfd8d8;box-shadow:6px 6px 0 var(--pc-yellow);aspect-ratio:16/9}.ms-help-shot img{display:block;width:100%;height:100%;object-fit:cover}.ms-help-shot:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(6,44,59,.18),transparent 26%,transparent 72%,rgba(6,44,59,.18));pointer-events:none}.ms-help-demo-top{position:absolute;left:0;right:0;top:0;height:14%;background:#062c3bf5;border-bottom:3px solid var(--pc-yellow);z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:1.4%;padding:1.2% 1.8%}.ms-help-demo-logo{position:absolute;left:2%;top:27%;width:22%;height:45%;background:#ffffffd1;border-radius:2px}.ms-help-demo-control{display:block;width:10%;height:62%;border:1px solid rgba(255,255,255,.75);background:#ffffff14}.ms-help-demo-player{display:block;width:17%;height:68%;border:1px solid rgba(255,255,255,.8);background:#ffffff1f;position:relative}.ms-help-demo-player:before{content:"";position:absolute;left:8%;top:12%;height:76%;aspect-ratio:1;border-radius:50%;background:var(--pc-yellow);border:2px solid white}.ms-help-demo-side{position:absolute;right:0;top:14%;bottom:0;width:22%;z-index:2;background:#07384bf0;border-left:3px solid rgba(255,255,255,.5);padding:5% 2% 2%;display:grid;align-content:start;gap:5%}.ms-help-demo-side:before{content:"CHECK";position:absolute;left:0;right:0;top:0;padding:5% 7%;background:#0b789b;color:#fff;font-size:clamp(7px,1.2vw,12px);font-weight:950}.ms-help-demo-side i{display:block;height:9%;min-height:12px;border:1px solid rgba(255,255,255,.45);background:#ffffff0d}.ms-help-demo-hotspot{position:absolute;left:58%;top:47%;width:36px;height:36px;border-radius:50%;background:var(--pc-yellow);border:3px solid white;box-shadow:0 0 0 7px #ffed0040;z-index:3}.ms-help-demo-hotspot:after{content:"+";position:absolute;inset:0;display:grid;place-items:center;color:var(--pc-blue);font-size:20px;font-weight:950}.ms-help-demo-question{position:absolute;left:27%;bottom:5%;width:37%;height:25%;z-index:3;background:#fffffff0;border:2px solid var(--pc-blue);box-shadow:3px 3px 0 var(--pc-yellow);padding:3%;display:grid;gap:8%}.ms-help-demo-question i{display:block;background:#d7e1e4;border:1px solid #78909a}.ms-help-demo-question i:first-child{background:var(--pc-yellow);width:55%}.ms-help-marker{position:absolute;z-index:4;width:31px;height:31px;border-radius:50%;background:var(--pc-yellow);color:var(--pc-blue);border:2px solid white;display:grid;place-items:center;font-weight:950;box-shadow:0 2px 8px #00000059}.ms-help-marker--1{right:3%;top:3%}.ms-help-marker--2{left:calc(58% + 27px);top:calc(47% - 24px)}.ms-help-marker--3{left:24%;bottom:7%}.ms-help-marker--4{right:3%;top:22%}.ms-help-steps{display:grid;gap:9px}.ms-help-step{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;border:2px solid #b7c8cf;background:#fff;padding:10px 11px}.ms-help-step-num{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--pc-yellow);color:var(--pc-blue);font-weight:950}.ms-help-step strong{display:block;color:var(--pc-blue);font-size:14px;margin-bottom:2px}.ms-help-step p{margin:0;font-size:12px;line-height:1.35;color:#40545c}.ms-help-tip{margin-top:12px;padding:10px 12px;border-left:5px solid var(--pc-yellow);background:#e8f1f4;font-size:12px;line-height:1.4}@media(max-width:820px){.ms-launch-help-iconbtn{width:44px;height:44px;font-size:24px}.ms-help-toggle{height:46px;min-width:46px;font-size:24px}.ms-help-layout{grid-template-columns:1fr;gap:14px}.ms-help-card{max-height:94dvh;overflow:auto}}@media(max-width:560px){.ms-help-card{min-height:100dvh}.ms-help-layout{margin-top:12px}.ms-help-step{padding:8px}.ms-help-step p{font-size:11px}}@media(orientation:landscape)and (max-height:520px)and (max-width:960px){.ms-help-toggle{grid-column:4;grid-row:2;height:48px!important;min-width:48px!important}.ms-mobile-check-toggle{grid-column:3;grid-row:2!important}.ms-help-card{max-height:96dvh!important;overflow:auto!important}.ms-help-layout{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.ms-help-step{padding:7px 8px}.ms-help-step p{font-size:10px}.ms-help-step strong{font-size:12px}}
