@import"https://fonts.googleapis.com/css2?family=Anton&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.back-button{display:flex;align-items:center;margin-top:.5rem;gap:9px;padding:5px 12px;font-size:.9rem;font-weight:700;border:2px solid rgb(0,0,0);background-color:transparent;color:#000;border-radius:8px;cursor:pointer;transition:all .2s ease;height:32px;width:100px}.back-button img{width:18px;height:18px;object-fit:contain}.back-button:hover{color:#fff;background-color:#0bf;border:rgba(0,187,255,0)}.back-button:hover img{filter:brightness(0) invert(1)}.back-button:focus{outline:none;box-shadow:none}@media (max-width: 1024px){.back-button{padding:4px 10px;font-size:.8rem;height:28px;width:90px}.back-button img{width:16px;height:16px}}@media (max-width: 768px){.back-button{padding:3px 8px;font-size:.7rem;height:24px;width:80px}.back-button img{width:14px;height:14px}}@media (max-width: 480px){.back-button{padding:2px 6px;font-size:.65rem;height:20px;width:72px}.back-button img{width:10px;height:10px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.confirm-modal{background:#000b24;padding:2rem;border-radius:12px;border:1px solid cyan;text-align:center;color:#fff;min-width:300px}.modal-buttons{margin-top:1.5rem;display:flex;justify-content:center;gap:1rem}.btn{padding:.5rem 1.2rem;border-radius:6px;font-weight:700;cursor:pointer;font-size:.9rem}.btn.cancel{background:#444;color:#fff;border:none}.btn.confirm{background:#0ff;color:#000;border:none}.top-bar{position:fixed;top:0;left:0;width:100%;height:1rem;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:1.8rem 2rem;z-index:1000;box-sizing:border-box;overflow:visible}.top-icon{width:22px;height:22px;object-fit:contain;cursor:pointer;display:flex;align-items:center;justify-content:center}.top-icon:hover{transform:scale(1.1)}.back{top:5px;width:24px;height:24px}.menu-icon{width:20px;height:20px}.top-controls{display:flex;align-items:center;gap:1.4rem;position:relative}.audio-control{position:relative;display:flex;align-items:center}.language-selector{display:flex;align-items:center;position:relative;z-index:99999}.lang-current{font-size:1.1rem;font-weight:700;color:#000;background:none;border:none;padding:0;margin:0;height:22px;display:flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle;cursor:pointer}.lang-dropdown{position:absolute;top:130%;left:0;background:#000e;border-radius:6px;padding:8px 0;min-width:140px;font-size:15px;transition:opacity .3s ease}.language-selector:hover .lang-dropdown{opacity:1;pointer-events:auto}.lang-option{padding:10px 16px;color:#fff;cursor:pointer;text-align:center;transition:background .2s}.lang-option:hover{background:#ffffff26}@keyframes fadeInLang{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topbar-menu-popup{position:absolute;top:40px;right:0;background:#fff;border:1px solid #ccc;border-radius:8px;z-index:1000;padding:8px 0;box-shadow:0 4px 12px #0000001a;min-width:140px}.menu-item{padding:8px 16px;cursor:pointer;color:#000;font-size:14px}.menu-item:hover{background-color:#f0f0f0}.text-link{font-family:Arial Narrow,sans-serif;font-weight:700;font-size:15px;letter-spacing:.6px;cursor:pointer;color:#000;-webkit-user-select:none;user-select:none;transition:color .2s ease,text-shadow .2s ease,transform .05s ease}.text-link:hover{color:#00f7ff;text-shadow:0 0 6px rgba(0,0,0,.9)}.text-link:active{color:#000;transform:scale(.96);filter:brightness(.6)}.text-separator{color:#000;opacity:.6;font-family:Arial Narrow,sans-serif;font-size:15px}.audio-dropdown-wrapper{position:relative}.audio-dropdown{position:absolute;top:130%;left:50%;transform:translate(-50%);display:flex;gap:2rem;background:#000000eb;border-radius:8px;padding:1rem 2rem;width:max-content;min-width:320px}.audio-column{display:flex;flex-direction:column;align-items:center;width:140px}.audio-heading{color:#fff;font-size:14px;font-weight:700;text-align:center;margin-bottom:.6rem}.slider-labels{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:140px;font-size:12px;color:#fff;margin-top:.5rem}.vertical-slider{height:140px;width:40px;display:flex;align-items:center;justify-content:center}.vertical-track{background:linear-gradient(to bottom,#0ff,#fff);width:5px;flex-grow:1;position:relative}.vertical-thumb{position:relative;width:20px;height:20px;background:#0ff;border-radius:50%;box-shadow:0 0 10px #0ffc;cursor:pointer}.music-button{color:#fff;background:none;border:1px solid white;padding:6px 12px;margin:4px 0;border-radius:4px;cursor:pointer;font-size:13px;text-align:center;width:100%;transition:all .2s ease}.music-button:hover{background:#ffffff26}.music-button.active{background:#0ff;color:#000;font-weight:700;box-shadow:0 0 8px #0ff9}.slider-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:160px;gap:6px}.slider-label{color:#fff;font-size:12px;line-height:1}.top-bar{opacity:0;animation:topbarFadeIn .5s ease forwards}@keyframes topbarFadeIn{to{opacity:1}}@media (max-width: 1024px){.top-bar{padding:1rem 1.5rem;height:1rem}.text-link,.text-separator{font-size:13px;letter-spacing:.4px}.music-button{font-size:12px;padding:5px 10px}.audio-dropdown{padding:.8rem 1.4rem;gap:1rem}.audio-column{width:120px}.slider-label,.audio-heading{font-size:11px}.top-controls{gap:1rem}}@media (max-width: 768px){.top-bar{padding:.8rem 1rem}.text-link,.text-separator{font-size:11px}.music-button{font-size:11px;padding:4px 8px}.audio-dropdown{flex-direction:column;padding:.6rem 1rem;min-width:240px}.audio-column{width:100%;align-items:center}.vertical-slider{height:120px}.slider-label,.audio-heading{font-size:10px}.top-controls{gap:.6rem}}@media (max-width: 480px){.top-bar{padding:.6rem .8rem}.text-link,.text-separator{font-size:8px;letter-spacing:0px}.music-button{font-size:10px;padding:4px 6px}.audio-dropdown{min-width:200px;padding:.6rem .8rem}.vertical-slider{height:100px}.top-controls{gap:.4rem}}.button-primary{width:160px;max-width:320px;padding:10px 8px;margin-top:20px;background:var(--color-btn-primary-bg);border:2px solid var(--color-btn-primary-border);color:#00c3ff;letter-spacing:.01cap;font-size:.8rem;font-weight:500;text-transform:uppercase;cursor:pointer;transition:all .2s;border-radius:2px;outline:none;box-sizing:border-box;display:flex;justify-content:center;text-shadow:0 0 0px #000000be}.button-primary:hover,.button-primary:focus{background:#fff0!important;color:#00cfff!important;border-color:#00cfff!important;box-shadow:0 0 10px 4px #00e0ff66}.button-primary--light-cyan{background:#fff!important;color:#00e0ff!important;border:2px solid #00e0ff!important;box-shadow:0 0 0 2px #00faff22}.button-primary--light-cyan:hover,.button-primary--light-cyan:focus{background:#fff!important;color:#00cfff!important;border-color:#00cfff!important;box-shadow:0 0 10px 4px #00e0ff66}.button-primary--light-lime{background:#fff!important;color:#3c3!important;border:2px solid #33cc33!important;box-shadow:0 0 0 2px #9f9}.button-primary--light-lime:hover,.button-primary--light-lime:focus{background:#fff!important;color:#28a828!important;border-color:#28a828!important;box-shadow:0 0 10px 4px #9f9,0 0 12px 6px #3c39}.button-primary--magenta{background:#fff!important;color:#ff00b3!important;border:2px solid #ff00b3!important;box-shadow:0 0 0 2px #ff00aa17}.button-primary--magenta:hover,.button-primary--magenta:focus{background:#fff!important;color:#f0a!important;border-color:#f0a!important;box-shadow:0 0 10px #ff00b3,0 0 12px 6px #ff00b300}.button-primary--green{background:#fff!important;color:#006d05!important;border:2px solid #00c020!important;box-shadow:0 0 6px 2px #00ff5542}.button-primary--green:hover,.button-primary--green:focus{background:#fff!important;border-color:#03e629!important;box-shadow:0 0 10px 4px #00ff5542}.button-primary--blue{background:#fff!important;color:#003375!important;border:2px solid #003375!important;box-shadow:0 0 6px 2px #208cff}.button-primary--blue:hover,.button-primary--blue:focus{background:#fff!important;border-color:#003375!important;box-shadow:0 0 10px 4px #208cff}@media (max-width: 1300px){.button-primary{font-size:.7rem;padding:10px 8px;width:130px}}@media (max-width: 1100px){.button-primary{font-size:.7rem;padding:5px 3px;width:130px}}@media (max-width: 768px){.button-primary{font-size:.4rem;padding:5px 3px;width:0px}}@media (max-width: 480px){.button-primary{font-size:.3rem;padding:4px 2px;width:50px}}.login-bg{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:#000;opacity:0;transition:opacity .6s ease-in-out;z-index:100000}.login-bg.visible{opacity:1}.login-bg.fade-out-bg{opacity:0;transition:opacity 1.5s ease-in-out;pointer-events:none}.login-hero-card{position:relative;width:420px;min-height:450px;background:#fffffff5;border-radius:24px;overflow:hidden;box-shadow:10px 16px 36px 5px #00000040,0 0 0 1px #38a6cf1a;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.login-hero-card.show{opacity:1;transform:translateY(0)}.login-hero-card.hide{opacity:0;transform:translateY(-40px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.login-hero-top{width:100%;padding:50px 0;background:linear-gradient(135deg,#208cff,#003375);border-bottom-left-radius:400px 100px;border-bottom-right-radius:400px 100px;display:flex;flex-direction:column;align-items:center}.login-hero-logo{width:220px;margin-bottom:30px;filter:drop-shadow(0 0 14px #fff8);-webkit-user-select:none;user-select:none}.login-hero-subtitle{width:60%;color:#fff;font-size:1.1rem;font-weight:400;text-align:center;text-shadow:0 1px 12px #208cff44}.login-hero-content{width:100%;padding:32px;display:flex;flex-direction:column;align-items:center}.login-hero-desc{color:#0058dd;font-size:1.2rem;font-weight:700;text-align:center;margin:30px 0 20px}.login-hero-form{width:70%;display:flex;flex-direction:column;align-items:center;gap:20px}.login-hero-input{width:100%;padding:13px 16px;border-radius:22px;background:linear-gradient(90deg,#003375,#0071e9);color:#fff;border:none;font-size:16px;font-weight:500;outline:none;transition:box-shadow .2s ease-in-out}.login-hero-input:focus{box-shadow:0 0 12px #0062ff}.login-hero-input::placeholder{color:#cfd8dc;opacity:1}.login-error-msg{min-height:22px;color:#e53935;font-size:15px;font-weight:700;text-align:center}.login-error-msg--visible{animation:fadeInError .4s linear}@keyframes fadeInError{0%{opacity:0}to{opacity:1}}.welcome-text{position:absolute;z-index:10;font-size:2.2rem;font-weight:700;color:#fff;text-shadow:0 3px 16px #0018,0 0 6px #38a6cf99;opacity:0;pointer-events:none;transition:opacity .6s ease-out,transform .6s ease-out}.welcome-text.fade-in{opacity:1;animation:fadeInWelcome .6s ease forwards}@keyframes fadeInWelcome{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.welcome-text.fade-out{opacity:0;transition:opacity 1s ease-in-out}.login-spinner{width:20px;height:20px;border:2px solid #fff;border-top:2px solid #38a6cf;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.language-toggle{position:absolute;top:20px;right:20px;z-index:10;display:flex;gap:12px;font-weight:700;font-size:.9rem;cursor:pointer;color:#444}.language-toggle span{transition:opacity .3s}.language-toggle span:not(.active){opacity:.5}.login-submit-button.hidden,.login-spinner-wrapper.hidden{opacity:0;pointer-events:none;transition:opacity .3s linear}.login-spinner-wrapper{height:42px;margin-top:18px;display:flex;align-items:center;justify-content:center}@media (max-width: 1100px),(max-height: 770px){.login-hero-card{width:360px;min-height:420px}.login-hero-logo{width:180px;margin-bottom:24px}.login-hero-subtitle{font-size:1rem;width:70%}.login-hero-desc{font-size:1.1rem;margin:24px 0 16px}.login-hero-form{width:80%}}@media (max-width: 900px),(max-height: 600px){.login-hero-card{width:320px;min-height:390px;border-radius:20px}.login-hero-logo{width:160px;margin-bottom:20px}.login-hero-subtitle{font-size:.95rem;width:75%}.login-hero-desc{font-size:1rem;margin:20px 0 14px}.login-hero-input{font-size:15px;padding:12px 14px}.language-toggle{font-size:.85rem}}@media (max-width: 700px),(max-height: 500px){.login-hero-card{width:280px;min-height:360px;border-radius:18px}.login-hero-top{padding:36px 0}.login-hero-logo{width:140px;margin-bottom:18px}.login-hero-subtitle{font-size:.85rem;width:80%}.login-hero-desc{font-size:.95rem;margin:16px 0 12px}.login-hero-form{gap:16px}.login-hero-input{font-size:14px;padding:11px 13px}.welcome-text{font-size:1.6rem}.language-toggle{font-size:.8rem;gap:10px}}.overlay{position:fixed;top:10vh;left:0;width:100vw;height:80vh;display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .8s;box-sizing:border-box}.overlay--gray{background:#0006}.overlay--white{background:#fffffff2}.overlay-title{width:100%;text-align:center;color:var(--color-primary, #38a6cf);font-size:2.1rem;font-weight:700;letter-spacing:.01em;margin:5vh 0;padding:0;z-index:21}@media (max-width: 600px){.overlay-title{font-size:1.2rem;margin-top:.5rem}}.edu-bg{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1;overflow:hidden}.edu-bg.edu-fade-out{opacity:0;transition:opacity .5s cubic-bezier(.8,.2,.2,1)}.edu-bg.edu-fade-in{opacity:1;transition:opacity .7s cubic-bezier(.8,.2,.2,1)}.edu-carousel{position:relative;width:1040px;margin:0 auto;height:480px;display:flex;align-items:center;justify-content:center}.edu-cards{position:relative;width:100%;height:500px;display:flex;justify-content:center;align-items:center}.edu-card{position:absolute;display:flex;flex-direction:column;top:50%;left:50%;width:320px;height:440px;background:#fffffff7;border-radius:26px;box-shadow:0 8px 44px #0008,0 0 1px #38a6cf12;opacity:0;filter:grayscale(80%);pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform .48s cubic-bezier(.4,.2,.2,1),opacity .48s cubic-bezier(.4,.2,.2,1),filter .35s cubic-bezier(.4,.2,.2,1);z-index:10}.edu-card-footer{margin-top:auto;padding-bottom:1.5rem;display:flex;justify-content:center;align-items:center;min-height:56px}.edu-card-coming-soon{font-size:1rem;color:#999;text-align:center;font-weight:500}.edu-card-center{transform:translate(-50%,-50%) scale(1.06);opacity:1;z-index:30;filter:none;pointer-events:auto;box-shadow:0 18px 68px #0019,0 0 3px #38a6cf22}.edu-card-left{transform:translate(-170%,-50%) scale(.85) rotateY(16deg);opacity:.55;z-index:15;pointer-events:auto}.edu-card-right{transform:translate(80%,-50%) scale(.85) rotateY(-16deg);opacity:.55;z-index:15;pointer-events:auto}.edu-card-far-left{transform:translate(-300%,-50%) scale(.7) rotateY(38deg);opacity:0;z-index:3}.edu-card-far-right{transform:translate(200%,-50%) scale(.7) rotateY(-38deg);opacity:0;z-index:3}.edu-cards.animating-left .edu-card-center{animation:centerToLeft .48s forwards;z-index:20}@keyframes centerToLeft{0%{transform:translate(-50%,-50%) scale(1.06);opacity:1;filter:none}to{transform:translate(-170%,-50%) scale(.85) rotateY(16deg);opacity:.55;filter:grayscale(80%)}}.edu-cards.animating-left .edu-card-right{animation:rightToCenter .48s forwards;z-index:30}@keyframes rightToCenter{0%{transform:translate(80%,-50%) scale(.85) rotateY(-16deg);opacity:.55;filter:grayscale(80%)}to{transform:translate(-50%,-50%) scale(1.06);opacity:1;filter:none}}.edu-cards.animating-left .edu-card-left{animation:leftToOut .48s forwards;z-index:5}@keyframes leftToOut{0%{opacity:1;transform:translate(-170%,-50%) scale(.85) rotateY(16deg)}to{opacity:0;transform:translate(-300%,-50%) scale(.7) rotateY(38deg)}}.edu-cards.animating-left .edu-card-far-right{animation:farRightIn .48s forwards;z-index:12}@keyframes farRightIn{0%{opacity:0;transform:translate(200%,-50%) scale(.7) rotateY(-38deg)}60%{opacity:1}to{opacity:.55;transform:translate(80%,-50%) scale(.85) rotateY(-16deg)}}.edu-cards.animating-right .edu-card-center{animation:centerToRight .48s forwards;z-index:20}@keyframes centerToRight{0%{transform:translate(-50%,-50%) scale(1.06);opacity:1;filter:none}to{transform:translate(80%,-50%) scale(.85) rotateY(-16deg);opacity:.55;filter:grayscale(80%)}}.edu-cards.animating-right .edu-card-left{animation:leftToCenter .48s forwards;z-index:30}@keyframes leftToCenter{0%{transform:translate(-170%,-50%) scale(.85) rotateY(16deg);opacity:.55;filter:grayscale(80%)}to{transform:translate(-50%,-50%) scale(1.06);opacity:1;filter:none}}.edu-cards.animating-right .edu-card-right{animation:rightToOut .48s forwards;z-index:5}@keyframes rightToOut{0%{opacity:1;transform:translate(80%,-50%) scale(.85) rotateY(-16deg)}to{opacity:0;transform:translate(200%,-50%) scale(.7) rotateY(-38deg)}}.edu-cards.animating-right .edu-card-far-left{animation:farLeftIn .48s forwards;z-index:12}@keyframes farLeftIn{0%{opacity:0;transform:translate(-300%,-50%) scale(.7) rotateY(38deg)}60%{opacity:1}to{opacity:.55;transform:translate(-170%,-50%) scale(.85) rotateY(16deg)}}.edu-arrow{position:fixed;top:50%;transform:translateY(-50%);background:none;border:none;color:#38a6cf;font-size:8rem;opacity:.95;cursor:pointer;transition:opacity .2s,box-shadow .12s,background .13s;z-index:1010;outline:none;-webkit-user-select:none;user-select:none;border-radius:50%;width:auto;height:auto;display:flex;align-items:center;justify-content:center}.edu-arrow.left{left:5vw}.edu-arrow.right{right:15vw}.edu-arrow:disabled{opacity:.16;cursor:pointer}.edu-arrow.active,.edu-arrow:active{background:#38a6cf29;box-shadow:0 0 0 9px #38a6cf17;opacity:1}.edu-card-imgbox{width:100%;height:155px;border-top-left-radius:26px;border-top-right-radius:26px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;margin-bottom:18px}.edu-card-img{width:100%;height:100%;object-fit:cover;display:block}.edu-card-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;text-align:center;text-shadow:0 0 0px #000000;letter-spacing:.05cap;margin:0 .8rem}.edu-card-desc{font-size:1rem;text-align:center;color:#1a212d;margin-bottom:0;padding:20px}.edu-card-button-wrap{display:flex;justify-content:center;width:100%;margin-top:auto;min-height:56px;opacity:0;transition:opacity .48s ease-in-out;pointer-events:none}.edu-card-button-wrap.visible,.edu-card-center .edu-card-button-wrap,.edu-cards.animating-left .edu-card-right .edu-card-button-wrap,.edu-cards.animating-right .edu-card-left .edu-card-button-wrap{opacity:1;pointer-events:auto}.edu-cards.animating-left .edu-card-center .edu-card-button-wrap,.edu-cards.animating-right .edu-card-center .edu-card-button-wrap{opacity:0;pointer-events:none}.edu-page-title{position:absolute;top:1.5rem;width:100%;text-align:center;font-size:2rem;font-weight:600;color:#00d9ff;z-index:999;text-shadow:0 0 6px rgba(0,0,0,.6);pointer-events:none}.animate-fade-in{animation:fadeIn .6s ease forwards;opacity:0}.animate-fade-out{animation:fadeOut .5s ease forwards;opacity:1}@media (max-width: 1440px){.edu-carousel{width:920px;height:440px}.edu-card{width:260px;height:420px}.edu-card-imgbox{height:140px}.edu-card-title{font-size:1.1rem}.edu-card-desc{font-size:.85rem;padding:20px 18px 0}.edu-page-title{top:.5rem;font-size:1.8rem}}@media (max-width: 1024px){.edu-carousel{width:580px;height:380px}.edu-card{width:240px;height:380px}.edu-card-imgbox{height:130px}.edu-card-title{font-size:1.1rem}.edu-card-desc{font-size:.9rem;padding:16px}.edu-card-button-wrap{margin-bottom:24px}.edu-arrow.left{left:3vw}.edu-arrow.right{right:3vw}.edu-page-title{font-size:1.6rem}}@media (max-width: 768px){.edu-carousel{width:100%;height:30px}.edu-card{width:140px;height:260px}.edu-card-imgbox{height:60px}.edu-card-title{font-size:.6rem}.edu-card-desc{font-size:.6rem;padding:0 5px}.edu-card-button-wrap button{font-size:.6rem;padding:4px 30px}.edu-arrow{font-size:5rem}.edu-page-title{font-size:1.4rem}}@media (max-width: 480px){.edu-card{width:120px;height:240px}.edu-card-imgbox{height:60px}.edu-card-title{font-size:.6rem}.edu-card-desc{font-size:.5rem;padding:0 5px}.edu-card-button-wrap{margin-bottom:20px;font-size:.3rem;height:30px}.edu-arrow{font-size:4rem}}@media (max-height: 320px){.edu-card{width:120px;height:200px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}.edu-card-desc{font-size:.45rem;padding:0 4px;margin-bottom:4px}.edu-card-button-wrap{margin-top:auto;margin-bottom:6px;height:auto}.edu-card-button-wrap button{font-size:.5rem;padding:2px 28px}}.big-card-vertical{width:96vw;max-width:420px;min-width:220px;min-height:250px;max-height:calc(80vh - 150px);background:var(--color-card-bg);border-radius:14px;box-shadow:0 4px 32px #0003,var(--color-card-shadow);display:flex;flex-direction:column;align-items:stretch;transition:box-shadow .3s,background .2s;overflow:hidden;justify-content:flex-start;position:relative;margin:20px}.big-card-vertical:before{content:"";position:absolute;top:-180%;left:-180%;width:200%;height:200%;background:linear-gradient(120deg,var(--color-card-glow, #38a6cf13) 0%,var(--color-card-sweep, #0479a381) 50%,var(--color-card-glow, #38a6cf13) 100%);transform:rotate(45deg);opacity:.5;pointer-events:none;transition:opacity .3s;border-radius:14px;z-index:2}.big-card-vertical:hover:before{opacity:1;animation:bigcard-lightSweep .8s ease-in-out forwards}.big-card-vertical-title{color:var(--color-card-title)!important;font-size:1.4rem;margin:0 0 .4rem;text-align:center;font-weight:700;width:80%;box-sizing:border-box;z-index:3;position:relative}.big-card-vertical-content{width:100%;box-sizing:border-box;flex:1 1 auto;display:flex;flex-direction:column;flex-grow:1;min-height:0;align-items:center;padding:0 .5rem 2.5rem;gap:.5rem;justify-content:flex-start;overflow-y:auto;max-height:calc(80vh - 120px)}.big-card-vertical-content::-webkit-scrollbar{width:6px}.big-card-vertical-content::-webkit-scrollbar-thumb{background-color:#ffffff40;border-radius:3px}.big-card-img-vertical-container{width:100%;aspect-ratio:2.5 / 1;height:auto;overflow:hidden;border-top-left-radius:14px;border-top-right-radius:14px;margin-bottom:1.1rem;background:#181d24;display:flex;align-items:stretch;justify-content:stretch;position:relative;flex-shrink:0}.big-card-img-vertical{width:100%;height:100%;object-fit:cover;border-top-left-radius:14px;border-top-right-radius:14px;display:block;filter:grayscale(100%);transition:filter .4s,transform .4s}.big-card-vertical:hover .big-card-img-vertical{filter:grayscale(0%);transform:scale(1.025)}.big-card-vertical:hover{background:var(--color-card-hover, rgba(0,18,28,.75));box-shadow:0 4px 40px 0 var(--color-card-glow),0 4px 32px #0005}.big-card-vertical-topics{padding:0;list-style:none;margin:0;font-size:.8rem;color:#fff;display:flex;flex-direction:column;gap:0px}.big-card-vertical-btn-wrap{width:100%;display:flex;justify-content:center;margin-top:auto;margin-bottom:2rem}@media (max-width: 1600px){.big-card-vertical{max-width:350px;min-height:200px}.big-card-vertical-title{font-size:1.05rem}.big-card-vertical-topic-item{font-size:.78rem}.big-card-vertical-content{padding:0 .8rem}}@media (max-width: 1200px){.big-card-vertical{max-width:250px;max-height:500px;min-height:100px}.big-card-vertical-title{font-size:.9rem;margin:0}.big-card-vertical-topic-item{font-size:.6rem}.big-card-vertical-content{padding:0 .6rem}}@media (max-width: 1050px){.big-card-vertical{max-width:240px;min-width:160px;max-height:450px}.big-card-vertical-title{font-size:.8rem}.big-card-vertical-topic-item{font-size:.65rem}}@media (max-width: 900px){.big-card-vertical{max-width:200px;min-width:160px;max-height:550px;min-height:150px}.big-card-vertical-title{font-size:.9rem}.big-card-vertical-topic-item{font-size:.5rem}}@media (max-width: 768px){.big-card-vertical{max-width:160px;min-width:120px;min-height:300px;max-height:400px}.big-card-vertical-content{padding:0 .8rem}.big-card-vertical-title{font-size:1rem}.big-card-vertical-topic-item{font-size:.5rem}}@media (max-width: 600px){.big-card-vertical{max-width:120px;min-width:100px;min-height:80px}.big-card-vertical-content{padding:0 .2rem}.big-card-vertical-title{font-size:.6rem}.big-card-vertical-topic-item{font-size:.4rem}.big-card-img-vertical-container{aspect-ratio:3 / 1}}@media (max-width: 400px){.big-card-vertical-title{font-size:.7rem}.big-card-vertical-topic-item{font-size:.3rem}.big-card-vertical-content{max-height:calc(80vh - 180px)}}@media (max-height: 700px){.big-card-vertical-btn-wrap{margin-bottom:1rem}.big-card-vertical{min-height:80px}.big-card-vertical-content{max-height:calc(100vh - 240px)}}@media (max-height: 550px){.big-card-vertical-btn-wrap{margin-bottom:1rem}.big-card-vertical-content{max-height:calc(80vh - 180px)}}.big-card-vertical-topics li{position:relative;padding-left:1.4rem;text-indent:-1.1rem;line-height:1.2}.level-subtitle{font-size:.9em;width:100%;font-weight:400;opacity:.85;margin-top:2px;align-self:center}.level-selection-page{width:100vw;height:80%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3vw;padding:0 28px;overflow:visible;background:none}.big-card-vertical-status-icon{width:26px;height:26px;margin-right:15px;object-fit:contain;vertical-align:middle}.big-card-vertical-topic-item span{color:#ededed;font-weight:400}.big-card-vertical-topic-item.completed span{color:var(--color-topic-complete, #56d796);font-weight:600}.level-selection-overlay.animate-fade-in{opacity:0;animation:fadeIn .5s forwards}.big-card-vertical-title.locked{color:#858585!important}.big-card-locked-text{color:#afafaf;font-size:1.1rem;text-align:center;width:100%;display:flex;justify-content:center;align-items:center;min-height:120px}.level-selection-overlay.animate-fade-out{opacity:1;animation:fadeOut .5s forwards}.level-selection-title{position:absolute;top:.5rem;width:100%;text-align:center;font-size:2rem;font-weight:600;color:#00d9ff;z-index:1000;text-shadow:0 0 6px rgba(0,0,0,.6);pointer-events:none}@media (max-width: 1200px){.big-card-vertical-status-icon{width:15px;height:15px;margin-right:10px}.level-selection-title{top:.3rem;font-size:1.6rem}}@media (max-width: 950px){.big-card-vertical-status-icon{width:15px;height:15px;margin-right:10px}.level-selection-title{top:0rem;font-size:1rem}}@media (max-width: 600px){.big-card-vertical-status-icon{width:10px;height:10px;margin-right:8px}}:root{--color-primary: #38a6cf;--color-accent: #008cffb7;--color-highlight: #00d9ff;--color-bg: #101419;--color-overlay: rgba(30,30,30,.4);--color-title: #00d9ff;--color-topic-complete: #56d796;--color-topic-incomplete: #fc7272;--color-loading-overlay: rgba(0, 0, 0, .58);--color-loading-bar-bg: rgba(255,255,255,.2);--color-loading-progress: var(--color-primary, #38a6cf);--color-text-dark: #1d1d1d;--color-card-bg: rgba(36, 36, 36, .708);--color-card-glow: #00bbff9f;--color-card-border: #38a6cf;--color-card-title: #00e1ff;--color-card-shadow: 0 5px 20px rgba(0,0,0,.5);--color-card-hover: rgba(0, 18, 32, .658);--color-card-sweep: #00bbff5e;--color-btn-primary: #00e1ff;--color-btn-primary-bg: transparent;--color-btn-primary-border: #00e1ff;--color-btn-primary-text: #00e1ff;--color-btn-primary-radius: 7px;--color-btn-primary-hover-bg: #38a6cf;--color-btn-primary-hover-text: #fff;--color-btn-primary-hover-border: #38a6cf;--color-btn-primary-hover-shadow: #38a6cf55;--color-storygame-title: #0066ff;--color-storygame-subtitle: #1187e9;--color-storygame-text: #101419;--color-storygame-btn: #00cfff;--color-storygame-btn-hover: #01b5e0;--color-storygame-bg: #f8fdff;--color-hacker-battle-bg: #f8fcfe;--color-hacker-avatar-border: #00e0ff;--color-hacker-bubble-bg: #f6fdff;--color-hacker-bubble-border: #00e0ff;--color-battle-panel-bg: #fff;--color-battle-panel-border: #00e0ff33;--color-battle-panel-shadow: #00e0ff19;--color-battle-panel-title: #00e0ff;--color-battle-panel-subtitle: #15496e;--color-battle-panel-text: #222b32;--color-battle-panel-text-secondary: #434b52;--color-battle-dot-bg: #e8f9ff;--color-battle-dot-border: #9cc3dd;--color-battle-dot-current: #00e0ff;--color-battle-dot-correct: #56e596;--color-battle-dot-wrong: #fd5252;--color-battle-dot-shadow: #00e0ff44;--color-battle-dot-answered: #a6f6ff;--color-battle-answer-correct: #19e663;--color-battle-answer-magenta: #ff00b3;--color-btn-battle-bg: #fff;--color-btn-battle-text: #00b5c7;--color-btn-battle-border: #00e0ff;--color-btn-battle-bg-hover: #e6fcff;--color-btn-battle-text-hover: #0095b3;--color-battle-modal-overlay: rgba(0,24,48,.12);--color-battle-modal-bg: rgba(255,255,255,.98);--color-battle-answer-bg: #f3f7fa}.login-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:transparent;z-index:999;overflow:hidden;padding:0;margin:0}.login-panel{width:500px;height:100%;position:absolute;left:0;top:0;background-color:var(--color-card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-input-text);display:flex;flex-direction:column;align-items:center;padding:40px;box-sizing:border-box;z-index:2;opacity:1}.animate-fly-in{animation:flyIn .3s ease-out}.animate-fly-out{animation:flyOut .3s ease-in forwards}.login-logo{position:absolute;top:5vh;width:250px;margin-top:10%}.login-description{position:absolute;top:26vh;font-size:14px;line-height:1.5;text-align:center;width:70%;transform:translateY(-50%)}.login-form{position:absolute;top:50vh;width:100%;display:flex;flex-direction:column;align-items:center;text-align:left}.login-input{width:70%;margin:10px 0;padding:10px;border:none;outline:none;background:var(--color-form-bg);color:var(--color-input-text);font-size:14px;box-sizing:border-box}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.rdrCalendarWrapper{background:transparent!important;color:#fff!important;font-family:inherit;border-radius:16px}.rdrDateDisplayWrapper{background:#00000034;border:none;padding:.6rem .8rem;border-radius:12px;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;align-items:center}.rdrDateDisplayItem{flex:1 1 auto;min-width:130px;max-width:100%;display:flex}.rdrDateDisplayItem input{background:#000041;color:#fff;font-size:.9rem;padding:.4rem .6rem;border-radius:4px;text-align:center;min-width:130px;flex:1 1 auto;max-width:100%;box-sizing:border-box}.rdrMonthAndYearPickers select{background-color:#000032cc;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:.5rem .8rem;font-size:.9rem}.rdrMonthPicker select option,.rdrYearPicker select option{background-color:#001030;color:#fff;padding:.5rem .8rem;border-radius:6px;line-height:1.6;font-size:.9rem}.rdrDayNumber span{color:#fff!important;font-size:.85rem}.rdrDayPassive{opacity:.35;pointer-events:auto!important}.rdrSelected{background:#00e0ffe6!important;border-radius:6px}.rdrInRange{background:#00e0ff73!important}.rdrStartEdge{border-top-left-radius:10px!important;border-bottom-left-radius:10px!important}.rdrEndEdge{border-top-right-radius:10px!important;border-bottom-right-radius:10px!important}.rdrDayHovered{background:#00e0ff40!important}.rdrDayToday .rdrDayNumber span:after{background:#00e0ff!important}.level-badges-container{display:flex;gap:3.5rem;align-items:center;justify-content:center}.level-badge{position:relative;display:flex;flex-direction:column;align-items:center}.level-badge img{width:100px;height:100px;z-index:2}.level-badge.grayscale img{filter:grayscale(100%) brightness(.6)}.level-badge-label{font-size:.9rem;margin-top:.3rem;opacity:.8;text-align:center}.level-badge.completed:before{content:"";position:absolute;top:35%;left:50%;width:180px;height:180px;background-image:url(/assets/images/starflare.png);background-size:cover;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);animation:rotateGlow 20s linear infinite;z-index:1;opacity:.8;pointer-events:none;filter:blur(.5px)}@keyframes rotateGlow{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 1100px){.level-badge img{width:70px;height:70px}.level-badge-label{font-size:.7rem}.level-badge.completed:before{width:120px;height:120px}}@media (max-width: 900px){.level-badge img{width:40px;height:50px}.level-badge-label{font-size:.7rem}.level-badge.completed:before{width:120px;height:120px}}.dashboard-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:1.5rem;width:100%;align-items:start}.fancy-donut-wrapper{position:relative;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.fancy-donut-label{position:absolute;text-align:center;color:#fff;font-size:1.2rem;font-weight:700}.fancy-donut-sublabel{font-size:.75rem;font-weight:400;opacity:.8;margin-top:.3rem}.topic-table-wrapper{overflow-x:auto}.topic-table{width:100%;font-size:.85rem;border-collapse:collapse}.topic-table th{text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.topic-table td{border-bottom:0px solid rgba(255,255,255,.05);padding:.1rem 0}.topic-link{cursor:pointer}.progress-bar-container{display:flex;align-items:center;gap:8px}.progress-bar-outer{background:transparent;border:1px solid #ccc;border-radius:6px;height:10px;width:100%;position:relative;overflow:hidden;flex-grow:1}.progress-bar-inner{height:100%;transition:width .3s ease}.progress-bar-value{min-width:40px;text-align:right;font-size:.8rem;font-weight:500}@media (max-width: 1300px){.topic-table,.progress-bar-value{font-size:.6rem}.progress-bar-outer{height:8px}.progress-bar-container{gap:0px}}@media (max-width: 1100px){.topic-table,.progress-bar-value{font-size:.5rem}.progress-bar-outer{height:6px}}.challenge-card{flex:1;padding:0rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;overflow:visible}.challenge-title{font-weight:700;font-size:1rem;color:#00e0ff;text-align:center;margin-bottom:1rem}.challenge-content{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem}.challenge-chart-wrapper{flex-shrink:0;width:160px}.challenge-stats{display:grid;grid-template-columns:auto auto;margin-left:1rem;row-gap:.4rem;font-size:1rem;color:#fff;flex-grow:1;align-items:center;column-gap:1rem}.challenge-total-label,.challenge-total-value,.challenge-answers-label,.challenge-answers-value{font-weight:900;color:#fff}.challenge-correct-label{font-weight:500;color:#00f7ff}.challenge-correct-value{color:#00f7ff;font-weight:900}.challenge-incorrect-label{font-weight:900;color:#f6c}.challenge-incorrect-value{color:#f6c;font-weight:900}@media (max-width: 1400px){.challenge-title{font-size:1.2rem}.challenge-content{gap:1.2rem}.challenge-chart-wrapper{width:140px}.challenge-stats{font-size:.8rem;row-gap:.12rem}.fancy-donut-label{font-size:1rem}.fancy-donut-sublabel{font-size:.7rem;margin-top:.3rem}}@media (max-width: 1100px){.challenge-title{font-size:1rem}.challenge-content{gap:.5rem}.challenge-chart-wrapper{width:120px}.challenge-stats{font-size:.6rem;row-gap:.12rem}.fancy-donut-label{font-size:.8rem}.fancy-donut-sublabel{font-size:.5rem;margin-top:.2rem}}@media (max-width: 1100px){.challenge-title{font-size:.8rem}.challenge-content{gap:.2rem}.challenge-chart-wrapper{width:80px;margin-left:-20px}.challenge-stats{font-size:.5rem;row-gap:.12rem}.fancy-donut-label{font-size:.6rem}.fancy-donut-sublabel{font-size:.4rem;margin-top:.1rem}}.user-overview-box{margin-top:2rem;background:#00003266;padding:1.5rem;border-radius:12px}.user-overview-top{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;color:#00e0ff}.user-overview-top h3{color:#00e0ff;margin:1rem;font-size:1.2rem}.custom-select{padding:.5rem;width:300px;background:#0202d699;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;margin-bottom:1rem}.dashboard-tile--with-title{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.8rem;padding-top:1rem}.dashboard-tile--title{font-weight:700;font-size:.9rem;color:#00e0ff;text-align:center}.admin-actions-panel button{font-size:.65rem;padding:.3rem .8rem;height:2.5rem;width:100%}.scrollable-table::-webkit-scrollbar{width:10px}.scrollable-table::-webkit-scrollbar-track{background:transparent}.scrollable-table::-webkit-scrollbar-thumb{background-color:#00e0ff;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.scrollable-table{scrollbar-width:thin;scrollbar-color:#00e0ff transparent}.fixed-layout{table-layout:fixed;width:100%;border-collapse:collapse}.fixed-layout th,.fixed-layout td{height:auto;font-size:.78rem;padding:4px 6px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper{overflow-x:auto;width:100%}.styled-table{width:100%;min-width:800px;border-collapse:collapse;table-layout:fixed}.styled-table th{position:relative}.styled-table th span .arrow{visibility:visible}.styled-table th{vertical-align:middle;padding:6px 8px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000014bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.user-overview-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.2rem}.user-overview-header h3{color:#00e0ff;margin:0;font-size:1.2rem}.user-select-row{margin-bottom:1.5rem;width:100%;max-width:400px}.modal-overlay.fade-in{opacity:1;pointer-events:auto}.modal-overlay.fade-out{opacity:0;pointer-events:none}.modal-box{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:400px;color:#fff;box-shadow:0 4px 30px #0006}.modal-box h3{color:#00e0ff;margin-bottom:1rem}.modal-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.modal-fields label div{font-size:.85rem;margin-bottom:.3rem}.form-input{width:100%;padding:.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;font-size:.85rem}.form-input.disabled{opacity:.5;cursor:not-allowed}.modal-buttons{display:flex;justify-content:space-between;gap:1rem}.btn{padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;font-weight:500}.btn.save{background:#00e0ff;color:#000}.btn.delete{background:#ff000092;color:#fff}.icon-button{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:0}.icon-button.edit{color:#00e0ff;margin-right:14px}.icon-button.delete{color:#ff4d4d}.modal-overlay:not(.fade-in):not(.fade-out){display:none}.form-input select,select.form-input{background-color:#001030;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.4rem}.form-input option,select.form-input option{background-color:#001030;color:#fff}@media (max-width: 900px){.styled-table{font-size:.75rem}.styled-table th,.styled-table td{padding:6px}}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:999}.confirm-modal{background:#000000d9;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;color:#fff;width:300px;text-align:center}.confirm-actions{display:flex;justify-content:space-between;margin-top:1.5rem}.btn{padding:.5rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;border:none}.btn.confirm{background:#00e0ff4d;color:#00e0ff}.btn.cancel{background:#ffffff1a;color:#fff}.admin-section{margin-bottom:2.5rem;background:#ffffff0a;padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-section h3{margin-bottom:1rem;color:#00e0ff;font-size:1.1rem;font-weight:600}.admin-input,.admin-select{padding:.5rem .9rem;margin:.3rem .6rem .6rem 0;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#fff;color:#000;min-width:180px;font-weight:500}.admin-input::placeholder{color:#000000c2}.admin-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem}.admin-button{padding:.5rem 1.2rem;background:#00e0ff33;border:1px solid rgba(0,224,255,.5);color:#00e0ff;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.admin-button:hover{background:#00e0ff4d}.admin-status{margin-top:.5rem;color:#0af;font-size:.9rem}.admin-table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.9rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0003}.admin-table th,.admin-table td{padding:.7rem;border:1px solid rgba(255,255,255,.05);text-align:center}.admin-table th{background:#ffffff0f;font-weight:600;color:#00e0ff;font-size:.95rem}.admin-table td{color:#fff;background:#ffffff05}.admin-table tr:hover{background:#00e0ff0d}.styled-table{width:100%;border-collapse:collapse;color:#ddd;font-size:.95rem}.styled-table th,.styled-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.styled-table th{cursor:pointer;color:#00e0ff;-webkit-user-select:none;user-select:none}.table-scroll-wrapper{max-height:450px;overflow-y:auto}.untrained-row{background-color:#ff00000d}.training-status-ok{color:#0f0;font-weight:700}.training-status-fail{color:red;font-weight:700}.overview-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;height:100vh;justify-content:center;align-items:center;opacity:0;transition:opacity .5s ease;padding:0;overflow:hidden}.overview-container.fade-in{opacity:1}.overview-layout{z-index:1;position:relative;display:flex;flex:1 1 auto;height:100%;min-height:0;overflow:hidden}.overview-glass-panel{position:relative;width:90vw;height:85vh;display:flex;flex-direction:column;border-radius:24px;overflow:hidden;color:#fff;background:transparent;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 10px 30px #000000d7;z-index:1}.overview-glass-panel:before{content:"";position:absolute;top:80%;left:50%;width:220%;height:220%;transform:translate(-50%,-50%);background:radial-gradient(circle at center,#0ca2d4fb,#011350f7 35%,#00073d 80%);border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.overview-menu{flex:0 0 12%;padding:1.5rem;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:1.5rem;background:#0100424c;z-index:2}.overview-menu-title{font-weight:700;font-size:1.2rem;opacity:.8;margin-bottom:1rem}.overview-menu-item{display:flex;align-items:center;background:#ffffff0a;padding:.6rem .9rem;border-radius:10px;cursor:pointer;transition:background .3s ease}.overview-menu-item.active{background:#ffffff1f;font-weight:600}.overview-menu-role{margin-top:auto;opacity:.5;font-size:.9rem}.menu-icon{width:20px;height:20px;margin-right:.6rem;opacity:.75}.overview-main{flex:1 1 auto;min-height:0;padding:2rem 2rem 1rem 1.2rem;overflow-x:hidden;display:block;overflow-y:auto;max-height:100%}.overview-main::-webkit-scrollbar{width:10px}.overview-main::-webkit-scrollbar-thumb{background-color:#00b3ffbf;border-radius:4px}.dashboard-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:1.5rem;width:100%;align-content:start}.dashboard-grid>*{min-width:0}.dashboard-tile{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column;overflow:hidden}.scroll-box{max-height:320px;display:flex;flex-direction:column}.table-scroll-wrapper{overflow-y:auto;flex:1;padding-right:.5rem}.table-scroll-wrapper::-webkit-scrollbar{width:6px}.table-scroll-wrapper::-webkit-scrollbar-thumb{background-color:#ffffff1a;border-radius:4px}.overview-container.fade-out{opacity:0}.dashboard-title{text-align:center;color:#00e0ff;font-weight:600;margin-bottom:.5rem;font-size:1.2rem}@media (max-width: 900px){.dashboard-title{font-size:.55rem}}.topic-content-wrapper{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;z-index:21;transition:opacity .5s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0000007e}.hidden-wrapper{opacity:0;pointer-events:none;transition:opacity 1.5s ease}.topic-content-wrapper.fade-out{opacity:0;pointer-events:none;animation:fadeOut .5s ease forwards}.topic-content-wrapper.fade-in{opacity:1;pointer-events:auto}.topic-content-fade-content{opacity:1;transition:opacity .5s;width:100%;pointer-events:auto}.topic-header{width:100%;text-align:center;margin-top:2.1rem;margin-bottom:1.4rem}.topic-header-title{color:var(--color-topic-header-title, var(--color-cyan, #0ffcff));font-size:clamp(1.4rem,2.5vw,2.2rem);font-weight:700;margin-bottom:0rem;letter-spacing:.02em}.topic-header-desc{color:var(--color-topic-header-desc, #e7fafd);font-size:clamp(.95rem,1.3vw,1.1rem);font-weight:400;margin:0 auto;max-width:680px;line-height:1.5;margin-bottom:2rem;width:90%}.topic-3col-flex-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;box-sizing:border-box;gap:5%}.topic-3col-col{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:25%;height:100%}.topic-section-title{font-size:clamp(1rem,1.3vw,1.2rem);color:var(--color-cyan, #08e5ff);font-weight:700;margin-bottom:.3rem;text-align:center}.topic-section-desc{color:#d7faff;font-size:clamp(.9rem,1vw,1.05rem);text-align:center;padding:0 1rem;margin-bottom:1rem;line-height:1.4;width:90%;display:flex;align-items:center;justify-content:center;min-height:80px;max-height:100px;overflow:hidden;word-break:break-word;text-overflow:ellipsis}.topic-cards-row{display:flex;flex-wrap:nowrap;gap:20px;justify-content:center;align-items:flex-start;width:100%;overflow-x:auto}.topic-cards-vert{display:flex;flex-direction:column;align-items:center;width:100%;gap:35px;min-height:280px;justify-content:flex-start}.topic-blur-layer{position:fixed;top:10vh;left:0;width:100vw;height:80vh;z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#0006;pointer-events:none;transition:opacity .5s}.topic-foreground{z-index:20}.animate-fade-in{opacity:1;transition:opacity .5s ease}.animate-fade-out{animation:fadeOut .5s ease forwards}.overlay-content{display:flex;flex-direction:column;gap:2rem;width:90%;max-width:1000px;padding:1rem}.section{flex:1;min-width:280px;display:flex;flex-direction:column;align-items:center;text-align:center}.challenges .section-desc{margin-bottom:1rem;max-width:600px}.cards-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1.2rem;height:240px}.cards-1{grid-template-columns:1fr;justify-items:center}.cards-2{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.cards-3{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}@media (max-width: 1500px){.topic-header-title{font-size:1.2rem;font-weight:700;margin-bottom:0rem;letter-spacing:.02em}.topic-header-desc{font-size:.8rem;font-weight:400;margin:0 auto;max-width:680px;line-height:1.5;margin-bottom:2rem}.topic-section-title{font-size:.9rem;font-weight:700;margin-bottom:.13rem}.topic-section-desc{font-size:.7rem;margin-bottom:1rem}}@media (max-width: 1000px){.topic-header-title{font-size:1rem;font-weight:700;margin-bottom:0rem;letter-spacing:.02em}.topic-header-desc{font-size:.8rem;font-weight:400;margin:0 auto;max-width:680px;line-height:1.5;margin-bottom:2rem}.topic-section-title{font-size:.9rem;font-weight:700;margin-bottom:.13rem}.topic-section-desc{font-size:.7rem;margin-bottom:1rem}}.topic-3col-col.left{max-width:250px}.topic-3col-col.center{max-width:450px}.topic-3col-col.right{max-width:200px}@media (max-width: 800px){.topic-header-title{font-size:.8rem;font-weight:700;margin-bottom:0rem;letter-spacing:.02em}.topic-header-desc{font-size:.7rem;font-weight:400;margin:0 auto;max-width:680px;line-height:1.5;margin-bottom:2rem}.topic-section-title{font-size:.8rem;font-weight:700;margin-bottom:.13rem}.topic-section-desc{font-size:.6rem;margin-bottom:.5rem}.topic-3col-col.left{max-width:200px}.topic-3col-col.center{max-width:300px}.topic-3col-col.right{max-width:100px}}@media (max-width: 600px){.topic-header-title{font-size:.6rem;font-weight:700;margin-bottom:0rem;letter-spacing:.02em}.topic-header-desc{font-size:.5rem;font-weight:400;margin:0 auto;max-width:680px;line-height:1.5;margin-bottom:2rem}.topic-section-title{font-size:.5rem;font-weight:700;margin-bottom:.13rem}.topic-section-desc{font-size:.4rem;margin-bottom:.5rem}.topic-3col-col.left{max-width:135px}.topic-3col-col.center{max-width:200px}.topic-3col-col.right{max-width:65px}}.topic3-card-row{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;align-items:flex-start;min-height:240px}.topic3-card{position:relative;background:#00000081;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;width:140px;height:180px;padding:15px;text-align:center;transition:background .3s ease,transform .3s ease;box-shadow:0 0 10px #0006;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center}.topic3-card:hover{background:#38a6cf1a;transform:translateY(-3px)}.topic3-icon{width:48px;height:48px;margin-bottom:10px}.topic3-card h3{font-size:16px;color:#fff;margin:8px 0 4px}.topic3-card p{font-size:13px;color:#ccc}.completed-mark{position:absolute;bottom:0;left:0;width:45px;height:45px;background-image:url(/assets/icons/topicDoneMark_left.png);background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:5}.topic3-card.unlock-anim{animation:unlockFade .5s ease-out}@keyframes unlockFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.topic3-card.locked{opacity:.6;filter:grayscale(100%);pointer-events:none;transition:all .3s ease}.topic3-icon.locked-icon{width:64px;height:64px;margin:auto;display:block;filter:none}.topic3-card-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}@keyframes glow-pop{0%{transform:scale(0);opacity:0;box-shadow:0 0 #fff0}50%{transform:scale(1.1);opacity:1;box-shadow:0 0 15px #fffc}to{transform:scale(1);box-shadow:0 0 #fff0}}.completed-animated{animation:glow-pop 1s ease-out}@media (max-width: 1500px){.topic3-card{width:130px;height:170px;padding:12px}.topic3-icon{width:35px;height:35px;margin-bottom:10px}.topic3-card h3{font-size:14px;margin:2px 0 4px}.topic3-card p{font-size:11px}}@media (max-width: 1300px){.topic3-card{width:95px;height:160px;padding:12px}.topic3-icon{width:40px;height:40px;margin-bottom:5px}.topic3-card h3{font-size:12px;margin:4px 0 2px}.topic3-card p{font-size:11px}}@media (max-width: 1000px){.topic3-card{width:70px;height:130px;padding:12px}.topic3-icon{width:25px;height:25px;margin-bottom:0}.topic3-card h3{font-size:10px;margin:2px 0 0}.topic3-card p{font-size:9px}.completed-mark{width:25px;height:25px}}@media (max-width: 800px){.topic3-card{width:55px;height:110px;padding:12px}.topic3-icon{width:20px;height:20px;margin-bottom:0}.topic3-card h3{font-size:10px;margin:2px 0 0}.topic3-card p{font-size:8px}.completed-mark{width:25px;height:25px}}@media (max-width: 600px){.topic3-card-row{gap:5px}.topic3-card{width:40px;height:110px;padding:8px}.topic3-icon{width:20px;height:20px;margin-bottom:0}.topic3-card h3{font-size:9px;margin:2px 0 0}.topic3-card p{font-size:7px}.completed-mark{width:15px}}.tablet-container{position:relative;width:100%;height:auto;max-width:960px;aspect-ratio:1920 / 1080;display:flex;align-items:center;justify-content:center}.tablet-img{width:100%;height:auto;display:block;pointer-events:none;-webkit-user-select:none;user-select:none}.tablet-inner-content{position:absolute;top:4.1%;left:3.4%;width:92.8%;height:90.7%;background:#fff;border-radius:10px;box-shadow:inset 0 0 4px #00000026;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;text-align:center;z-index:2}@media (min-width: 768px){.tablet-container{max-width:750px}}@media (min-width: 950px){.tablet-container{max-width:750px}}@media (min-width: 1024px){.tablet-container{max-width:930px}}@media (min-width: 1280px){.tablet-container{max-width:1000px}}@media (min-width: 1440px){.tablet-container{max-width:1200px}}@media (min-width: 1600px){.tablet-container{max-width:1400px}}@media (min-width: 1920px){.tablet-container{max-width:1500px}}@media (min-width: 2200px){.tablet-container{max-width:1900}}@media (min-width: 2560px){.tablet-container{max-width:1900px}}.text-overlay-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:999}.tablet-text-scroll{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:1.5rem 3rem;box-sizing:border-box;background:#fffffff7;border-radius:12px;scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent}.tablet-text-scroll::-webkit-scrollbar{width:8px}.tablet-text-scroll::-webkit-scrollbar-track{background:transparent}.tablet-text-scroll::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:10px}.tablet-text-html{max-width:1000px;margin:2rem auto 3rem;font-family:Segoe UI,sans-serif;line-height:1.1}.tablet-text-html img{max-width:100%;height:auto;display:block;margin:1.8rem auto;border-radius:16px}.tablet-educational-content h1{font-size:2rem;color:var(--color-primary);text-align:center;margin:2.5rem 0 2.2rem;font-weight:700}.tablet-educational-content h2{font-size:1.4rem;color:#009dd7;margin:2.5rem 0 1rem;font-weight:600}.tablet-educational-content h3{font-size:1.2rem;color:#008abd;margin:2rem 0 1rem;font-weight:500}.tablet-educational-content h4{font-size:1.1rem;color:#000;margin:1.7rem 0 rem;font-weight:500}.tablet-educational-content p{font-size:1rem;color:var(--color-text-dark);margin:.2rem 0;text-align:justify}.tablet-educational-content ul{margin-left:1.5rem;margin-bottom:1rem;list-style-type:disc}.tablet-educational-content li{margin-bottom:.3rem;font-size:1.05rem;color:var(--color-text-dark);text-align:justify}.tablet-educational-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:1.05rem;color:var(--color-text-dark)}.tablet-educational-content h2.table-title{text-align:center;margin-top:2.5rem;margin-bottom:1rem}.tablet-educational-content th{text-align:center;font-weight:700;padding:.5rem;border-bottom:3px solid var(--color-primary);color:#004058;background:transparent}.tablet-educational-content td{padding:.5rem;border-bottom:1px solid #ddd}.tablet-text-button-wrapper{display:flex;justify-content:center;margin-top:2rem;padding-bottom:2rem}.video-overlay-tablet{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:999;background:none}.video-title{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.video-desc{font-size:1.1rem;margin-bottom:2rem;color:var(--color-text-dark)}.video-element{width:100%;height:100%;border-radius:10px;background-color:#000}.storygame-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:#fff;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;box-sizing:border-box}.storygame-content,.storygame-root{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.storygame-intro-wrapper{display:flex;flex-direction:column;align-items:center;height:100%;padding:2rem 1rem;box-sizing:border-box;justify-content:space-between}.storygame-intro-wrapper h1{font-size:2.5rem;margin:0}.storygame-intro-image{flex:0 0 auto;max-height:50%;margin-top:5%;display:flex;align-items:center;justify-content:center}.storygame-intro-image img{max-height:100%;width:auto;object-fit:contain}.storygame-outro-image{max-width:100%;max-height:60vh;object-fit:contain;display:block;margin:0 auto}.storygame-intro-description{flex:0 0 auto;width:100%;max-width:720px;margin-top:auto;margin-bottom:1rem;text-align:center;flex-shrink:0}.storygame-intro-description p{font-size:1.1rem;margin-bottom:1.5rem}.storygame-timeline-dot{width:14px;height:14px;border-radius:50%;margin:6px 0;background-color:var(--color-topic-incomplete, #ccc);transition:background .3s}.storygame-timeline-dot.active{background-color:var(--color-highlight, #00cfff)}.fade-in{animation:fadeIn .5s ease-in-out}.storygame-arrow{font-size:2.5rem;margin-top:40px;cursor:pointer;transition:transform .2s ease;color:var(--color-primary, #38a6cf)}.storygame-arrow:hover{transform:translateY(5px);color:var(--color-highlight, #00d9ff)}.ink-text{display:inline-block;filter:url(#liquify)}.button-primary{display:inline-flex;justify-content:center;align-items:center;font-family:sans-serif}.completed-section{padding:20px;text-align:center}.completed-section h2{font-size:2rem}.completed-section p{font-size:1.9rem;line-height:1.5}.completed-section img{max-width:100%;height:auto;margin-bottom:20px}@media (max-width: 768px){.storygame-intro-wrapper h1{font-size:1.8rem}.storygame-intro-description{width:90%}.storygame-intro-description p{font-size:1rem}.completed-section h2{font-size:1.5rem}.completed-section p{font-size:1rem}}.storygame-root h1{font-family:Anton,sans-serif}.storygame-story h1{font-family:Anton,sans-serif;color:#0cf}.storygame-advisor h1{font-family:Anton,serif;color:#63ec07}.storygame-hacker h1{font-family:Anton,sans-serif;color:#f06}.storygame-root p{font-family:Open Sans,sans-serif;color:#222;font-size:1.1rem;line-height:1.2}.storygame-completed-wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;box-sizing:border-box;padding:0;position:relative}.storygame-completed-inner{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:2rem 1rem;box-sizing:border-box;text-align:center}.storygame-completed-top{height:50%;display:flex;justify-content:center;align-items:center}.storygame-completed-bottom{position:absolute;bottom:10%;width:100%;text-align:center;font-size:1.4rem;color:#fff;flex-direction:column;align-items:center;justify-content:center}.storygame-completed-bottom p{font-size:1.6rem;margin-bottom:2rem;max-width:720px;text-align:center}.storygame-completed-title{position:absolute;top:25%;left:50%;transform:translate(-50%,-50%);font-size:clamp(2rem,8vw,10rem);text-align:center;font-weight:700;background-repeat:no-repeat;background-position:center;background-size:contain;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.6);padding:1rem 2rem;max-width:90%}.storygame-completed-bottom{position:absolute;bottom:10%;width:100%;text-align:center;font-size:1.4rem;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.storygame-completed-description{position:absolute;top:60%;left:50%;transform:translate(-50%);max-width:800px;text-align:center;font-size:1.5rem;color:#222;z-index:1}.storygame-completed-description p{font-size:2.1rem;margin-bottom:1.5rem}.storygame-completed-wrapper{width:100%;height:100%;position:relative}@keyframes fadeOutSmooth{0%{opacity:1}to{opacity:0}}.fade-out{animation:fadeOutSmooth .5s ease forwards}@media (max-height: 700px){.storygame-intro-description p{font-size:.95rem}.storygame-intro-wrapper h1{font-size:1.5rem}.storygame-intro-image{max-height:40%}.storygame-intro-btn{font-size:.9rem;padding:8px 24px}.storygame-completed-bottom p{font-size:1.2rem;margin-bottom:1.5rem;max-width:400px}}@media (max-height: 500px){.storygame-intro-description p{font-size:.7rem}.storygame-intro-wrapper h1{font-size:1rem}.storygame-intro-btn{font-size:.8rem;padding:8px 24px}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes zoom-in{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoom-out{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-2px)}50%{transform:translate(2px)}75%{transform:translate(-2px)}to{transform:translate(0)}}.qb-wrapper{display:grid;grid-template-columns:17% 20% 0% 50% 14%;width:100%;height:80vh;box-sizing:border-box;align-items:stretch;overflow:hidden}.qb-left{grid-column:2 / 3;display:flex;align-items:center;justify-content:center;height:100%}.hacker-stack{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;width:100%}.hacker-bubble-zone{flex:0 0 40%;display:flex;align-items:flex-end;justify-content:center;width:100%}.bubble-wrapper{width:100%;display:flex;justify-content:center}.speech-bubble{background:#fff;border:2px solid #00e0ff;box-shadow:0 0 12px #00e0ff59;padding:1.2rem 1.6rem;font-size:1rem;border-radius:14px;color:#111;width:100%;text-align:left;position:relative;transition:opacity .3s ease;box-sizing:border-box}.speech-bubble.error{border-color:#f05;box-shadow:0 0 12px #f0a;color:#550010}.bubble-arrow,.bubble-arrow-outline{position:absolute;left:50%;transform:translate(-50%)}.bubble-arrow{top:99%;border-left:12px solid transparent;border-right:12px solid transparent;border-top:16px solid white;z-index:3}.bubble-arrow-outline{top:calc(100% + 1px);border-left:13px solid transparent;border-right:13px solid transparent;border-top:18px solid #00e0ff;filter:blur(1px);z-index:2}.bubble-arrow-outline.error{border-top-color:#f0a}.hacker-img-zone{flex:0 0 56%;display:flex;align-items:flex-start;justify-content:center;width:100%}.qb-hacker-img{width:100%;max-height:250px;object-fit:contain;filter:saturate(1.3);mask-image:radial-gradient(circle,#f000 50%,#fff0);-webkit-mask-image:radial-gradient(circle,rgb(255,255,255) 50%,rgba(255,255,255,0) 95%)}.hacker-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ff00aa73;mix-blend-mode:color;opacity:0;transition:opacity .3s ease;z-index:2;pointer-events:none}.hacker-overlay.visible{opacity:1}.qb-right{grid-column:4 / 5;display:flex;flex-direction:column;height:100%;justify-content:flex-start;align-items:center;overflow:hidden}.qb-question-wrapper{flex:0 0 auto;width:100%;display:flex;justify-content:center;align-items:center;padding-top:10%}.qb-answers-box{flex:1 1 auto;width:80%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow-y:auto;padding-top:1rem}.qb-question-box{display:block;width:90%;max-width:500px;margin:0 auto;padding:1.6rem 2.2rem;border-radius:14px;background:#fff;position:relative;text-align:center;box-sizing:border-box;overflow:visible}.feedback-wrapper-box{display:block;width:80%;max-width:500px;margin:0 auto;padding:1.6rem 2.2rem;border-radius:14px;background:#fff;position:relative;text-align:center;box-sizing:border-box;overflow:visible}.feedback-wrapper-box{background:#fff0}.qb-question-text{font-weight:700;font-size:1.3rem;color:#1a1a1a;margin:0;overflow-wrap:break-word;word-break:break-word;white-space:normal}.animated-border{position:absolute;top:-3px;bottom:-3px;left:-3px;right:-3px;border-radius:16px;background:linear-gradient(135deg,#00e0ff,#ff00b3,#00e0ff);background-size:400% 400%;animation:animatedBorder 16s linear infinite;z-index:-1}@keyframes animatedBorder{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.answers{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.75rem;margin-top:0!important}.answer{display:flex;align-items:center;padding:1.1rem 2rem;background:#fff;border:2px solid #00e0ff;border-radius:100px;cursor:pointer;font-weight:500;font-size:1rem;color:#333;transition:box-shadow .2s ease;box-sizing:border-box;width:100%}.answer:hover{box-shadow:0 0 12px #00e0ff66}.answer.clicked{transform:scale(.98);box-shadow:0 0 0 2px #00ffff4d,0 4px 10px #0ff3;transition:all .15s ease}.letter{font-weight:700;font-size:1.1rem;background:#00e0ff;color:#fff;border-radius:50%;width:32px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.correct-feedback-box,.incorrect-feedback-box{height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.2rem;border-radius:12px;text-align:center;width:100%;box-sizing:border-box;margin-top:10%}.correct-feedback-box{background:#e0ffe8;border:2px solid #2ecc71;box-shadow:0 0 10px #00ff6433}.incorrect-feedback-box{background:#ffe0f2;border:2px solid #ff00aa;box-shadow:0 0 10px #f0a3}.correct-title,.incorrect-title{font-weight:700;margin-bottom:.8rem}.correct-title{color:#2b3}.incorrect-title{color:#d1006f}.lockout-timer{display:flex;justify-content:center;margin-top:1rem}.fade-in{animation:fadeIn .3s ease forwards;opacity:0}.fade-out{animation:fadeOut .3s ease forwards;opacity:1}@keyframes fadeIn{to{opacity:1}}@keyframes fadeOut{to{opacity:0}}@media (max-width: 1300px),(max-height: 900px){.qb-wrapper{grid-template-columns:8% 25% 0% 52% 15%;height:80vh}.qb-hacker-img{max-height:210px}.qb-question-text{font-size:1.1rem}.qb-question-box{padding:1.3rem 1.8rem;border-radius:12px}.answer{font-size:.9rem;padding:1rem 1.5rem}.letter{font-size:1rem;width:28px}.correct-feedback-box,.incorrect-feedback-box{height:140px;padding:1rem}.correct-title,.incorrect-title{font-size:1rem}}@media (max-width: 1100px),(max-height: 750px){.qb-wrapper{grid-template-columns:8% 25% 0% 52% 15%;height:80vh}.speech-bubble{padding:1.2rem 1.6rem;font-size:1rem;border-radius:14px}.qb-hacker-img{max-height:170px}.qb-question-box{padding:1rem 1.5rem;border-radius:10px}.qb-question-text{font-size:1.1rem;margin:0}.answer{font-size:.7rem;padding:1rem 1.5rem}.letter{font-size:.8rem;width:24px}.correct-feedback-box,.incorrect-feedback-box{height:130px;width:70%;padding:1rem}.correct-title,.incorrect-title{font-size:1rem}}@keyframes storyTextBackgroundPanX{0%{background-position-x:0%}to{background-position-x:100%}}.storytext-maskblock{pointer-events:none;background:transparent;position:absolute;z-index:20;display:flex;flex-direction:column;justify-content:center;border-radius:.4em;align-items:center;overflow:visible}.storytext-maskblock.align-left{align-items:flex-start;text-align:left}.storytext-maskblock.align-center{align-items:center;text-align:center}.storytext-maskblock.align-right{align-items:flex-end;text-align:right}.storytext-line{font-family:Anton,sans-serif;font-weight:900;text-transform:uppercase;font-size:6vh;line-height:1.6;margin-top:-.2rem;margin-bottom:-.05em;background-size:120% auto;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;pointer-events:none;transition:opacity .28s linear,transform .33s linear;overflow:visible;position:relative}.storytext-line.animate-bg{animation:storyTextBackgroundPanX ease-in-out infinite alternate}.storygame-overlay-wrapper{width:100vw;height:80vh;display:flex;align-items:stretch;justify-content:center;background:var(--color-storygame-bg)}.storygame-mask-wrapper{width:100%;height:100%;display:flex;align-items:stretch;justify-content:center}.storygame-overlay-flex{width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.storygame-intro,.storygame-completed{width:100%;text-align:center}.storygame-intro-btn{margin-top:36px;font-size:1.1rem;padding:10px 36px;border-radius:8px;background:var(--color-storygame-btn);color:#fff;border:none;font-weight:700;cursor:pointer;transition:box-shadow .2s}.storygame-intro-btn:hover{background:var(--color-storygame-btn-hover);box-shadow:0 3px 12px #00c8ff1c}.storygame-close-btn{margin-top:18px;font-size:.96rem;background:transparent;color:#aaa;border:none;cursor:pointer}.animate-fade-in-up{animation:fade-in-up .45s linear}.animate-fade-out-up{animation:fade-out-up .36s linear}@keyframes fade-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-45px)}}.storygame-intro h2,.storygame-completed h2{color:var(--color-storygame-subtitle)}.storygame-intro,.storygame-completed,.storygame-overlay-flex{color:var(--color-storygame-text)}.storygame-overlay-wrapper .storygame-intro h1,.storygame-overlay-wrapper .storygame-completed h1{color:var(--color-storygame-title, #0066ff)!important}.hackerbattle-outer{width:100vw;min-height:83vh;display:flex;align-items:center;justify-content:center;background:var(--color-hacker-battle-bg);background:#fff}.hackerbattle-grid{display:grid;grid-template-columns:1fr 2fr 1fr;width:100%;min-height:80vh;height:80vh;align-items:stretch;column-gap:1rem}.panel-col{display:flex;flex-direction:column;align-items:center;justify-content:center}.battle-center{width:100%;min-height:64vh;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:10%}.battle-panel-content{width:100%;max-width:600px;margin:0 auto;text-align:center;color:var(--color-battle-panel-text)}.battle-title{font-size:2.1rem;color:var(--color-battle-panel-title);font-weight:700;margin-bottom:.7rem}.hacker-name-color{color:var(--color-battle-panel-title)}.battle-desc{color:var(--color-battle-panel-subtitle);margin-bottom:1.6rem}.hacker-intro-overlay{width:100vw;min-height:83vh;display:flex;align-items:center;justify-content:center;background:var(--color-battle-panel-bg);border-radius:0;box-shadow:none}.hacker-intro-anim{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:50vh;width:100vw;gap:1rem}.hacker-intro-img{height:30vh;max-height:none;object-fit:contain;animation:introHackerIn 1s linear}.hacker-intro-name{font-size:3rem;font-weight:700;color:var(--color-battle-panel-title);text-shadow:0 3px 32px #00e0ff33;letter-spacing:.01em;margin-bottom:.5rem;animation:introNameIn .55s cubic-bezier(.5,1.8,.5,1)}@keyframes introHackerIn{0%{opacity:0;transform:translateY(-5vh)}to{opacity:1;transform:translate(0)}}@keyframes introNameIn{0%{opacity:0;transform:translate(5vw)}to{opacity:1;transform:translate(-2vw)}}.panel-fade-in-left{opacity:0;transform:translate(-60px);animation:fadeInLeftPanel 1s linear forwards}@keyframes fadeInLeftPanel{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:none}}.panel-fade-in-right{opacity:0;transform:translate(60px);animation:fadeInRightPanel 1s linear forwards}@keyframes fadeInRightPanel{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:none}}.panel-fade-in-top{opacity:0;transform:translateY(-60px);animation:fadeInTopPanel 1s linear forwards}@keyframes fadeInTopPanel{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:none}}.hacker-battle-fade-out{opacity:0;pointer-events:none;transition:opacity .5s}.battle-question-layout>*{flex:1;display:flex;flex-direction:column}.battle-question-layout .question-text{flex:0 0 30%;display:flex;align-items:center;justify-content:center;text-align:center}.battle-question-layout .answer-list{flex:0 0 70%;display:flex;flex-direction:column;justify-content:center;gap:1rem}.battle-center{height:100%;width:100%;display:flex;flex-direction:column}.centered-wrapper{width:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.battle-center{margin-top:5%;width:100%;display:flex;justify-content:center}.battle-question-layout{width:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.question-layout-box,.answers,.question-area,.content-area{flex-direction:column;align-items:center!important;padding-top:10%;width:100%;min-width:180px;margin:0 auto;display:flex}.battle-center{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;text-align:center}.hacker-intro-anim-bg{opacity:1;transition:opacity .5s ease-in-out}.hacker-battle-fade-out{opacity:0!important;pointer-events:none}.hacker-intro-subtitle{font-family:Anton,sans-serif;font-size:5rem;text-align:center;color:#0ff;display:flex;flex-wrap:wrap;justify-content:center;gap:.05em;padding:1rem 2rem;border-radius:12px;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;animation:subtitleFlyInTop 1s linear}.neon-letter{position:relative;display:inline-block;transition:opacity .2s ease;color:#0ff;text-shadow:0 0 3px #0ff,0 0 1px #0ff,0 0 18px rgba(0,255,255,.8),0 0 32px rgba(0,255,255,.5),0 0 48px rgba(0,255,255,.4),-2px -2px 3px black,2px -2px 3px black,-2px 2px 3px black,2px 2px 3px black}.neon-letter.blink{opacity:.3;animation:blinkLetter .15s steps(2,start) 3}@keyframes glassPulse{0%,to{background:linear-gradient(120deg,#00ffff1a,#ffffff0d);box-shadow:0 0 20px #0ff3}50%{background:linear-gradient(120deg,#0ff3,#ffffff1a);box-shadow:0 0 30px #00ffff4d}}@keyframes blinkLetter{0%{opacity:1}50%{opacity:.1}to{opacity:1}}@keyframes subtitleFlyInTop{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1300px){.hackerbattle-grid{grid-template-columns:1fr 2.5fr 1fr;column-gap:.5rem}.battle-desc{font-size:.9rem}}@media (max-width: 1100px){.hackerbattle-grid{grid-template-columns:1fr;row-gap:2rem;height:auto}.panel-col{flex-direction:column;align-items:center}.progress-panel-wrapper{order:3;height:auto;margin-bottom:2rem}.battle-desc{font-size:.9rem}}@media (max-width: 900px){.hacker-intro-subtitle{font-size:3rem}.hacker-img{height:25vh}.speech-bubble{width:auto;max-width:80vw}}@media (max-width: 700px){.battle-title{font-size:1.3rem}.battle-desc{font-size:.95rem}.hacker-intro-subtitle{font-size:2rem;padding:.5rem 1rem}.progress-label{font-size:12px}.circle{width:12px;height:12px}.hacker-img{height:22vh}.speech-bubble{font-size:.85rem}}.hacker-panel-wrapper{width:100%;max-width:260px;height:100%;display:flex;align-items:flex-end;justify-content:center;position:relative;bottom:15vh}.hacker-img-area{width:100%;position:relative;display:flex;justify-content:center;align-items:flex-end;height:100%}.hacker-img{height:30vh;max-height:300px;object-fit:contain;position:relative;z-index:1;transition:opacity 1s ease-out;background-color:transparent;-webkit-mask-image:radial-gradient(ellipse at center,rgba(0,0,0,1) 55%,rgba(0,0,0,.6) 60%,rgba(0,0,0,.3) 80%,rgba(0,0,0,0) 100%);mask-image:radial-gradient(ellipse at center,#000 55%,#0009 60%,#0000004d,#0000);-webkit-mask-size:90% 90%;mask-size:90% 90%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hacker-img.glitch-effect{animation:glitch 2s infinite alternate}@keyframes glitch{0%{transform:translate(0);opacity:1}10%{transform:translate(-5px);opacity:.9}20%{transform:translate(5px);opacity:.95}30%{transform:translate(-3px);opacity:1}40%{transform:translate(2px);opacity:1}50%{transform:translate(0);opacity:1}60%{transform:translate(0);opacity:.9}70%{transform:translate(-2px);opacity:.8}80%{transform:translate(1px);opacity:.95}to{transform:translate(0);opacity:1}}.hacker-img.fade-out{animation:fadeOut 2s forwards}.speech-abs{position:absolute;bottom:calc(30vh + 40px);left:50%;transform:translate(-50%);opacity:0;transition:opacity .4s ease;pointer-events:none}.speech-abs.visible{opacity:1;pointer-events:auto}.speech-bubble{background:#fff;border:2px solid #00e0ff;box-shadow:0 0 12px #00e0ff59;padding:.8rem 1rem;border-radius:14px;font-size:1rem;color:#111;width:15vw;text-align:left;position:relative}.speech-arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);border-left:12px solid transparent;border-right:12px solid transparent;border-top:16px solid white;z-index:100}.speech-arrow-outline{position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%);border-left:13px solid transparent;border-right:13px solid transparent;border-top:18px solid #00e0ff;filter:blur(1px)}@media (max-width: 1200px){.speech-bubble{padding:.6rem .8rem;font-size:.8rem}.hacker-img{height:25vh;bottom:5vh;max-height:none}}.storytext-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.duel-storytext .storytext-line{line-height:1.15}.battle-panel-content{height:100%;display:flex;flex-direction:column}.city-video-wrapper video{width:100%;height:100%;object-fit:cover;display:block}.mainpanel-intro-wrapper{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:0 2rem;box-sizing:border-box}.mainpanel-title-area{position:relative;flex:0 0 50%;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;line-height:1}.storytext-maskblock{width:100%;max-width:100%;height:100%;position:absolute;overflow:visible;pointer-events:none;background:transparent;z-index:20;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;line-height:10rem}.mainpanel-description-area{flex:0 0 30%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding-top:1rem}.mainpanel-description-area .battle-desc{max-width:720px;font-size:clamp(1rem,1.5vw,1.2rem);margin-bottom:1.5rem;color:var(--color-battle-panel-subtitle)}@media (max-width: 1100px){.mainpanel-description-area .battle-desc{font-size:.9rem;color:var(--color-battle-panel-subtitle)}}@media (max-width: 900px){.mainpanel-title-area{position:relative;flex:0 0 40%;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;line-height:1}.mainpanel-description-area .battle-desc{font-size:.8rem;color:var(--color-battle-panel-subtitle)}}.progress-wrapper-glow{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;padding-right:12px}.progress-row-glow{display:flex;align-items:center;justify-content:flex-end;gap:1rem;position:relative}.progress-label{font-size:.95rem;color:#888;transition:color .15s linear,text-shadow .4s ease;flex:1;display:flex;align-items:center}.label-active,.label-correct{color:#00d9ff;font-weight:700}.label-wrong{color:#f0a;font-weight:700}.glow-indicator{width:6px;height:1.6rem;border-radius:5px;background-color:#ccc;position:relative;transition:background-color .4s ease;flex-shrink:0;display:flex;align-items:center;margin:0;padding:0}.glow-indicator:after{content:"";position:absolute;top:0;right:100%;height:100%;width:80px;pointer-events:none;opacity:0;transform:scaleX(0);transform-origin:right;transition:opacity .35s ease,transform .35s ease}.glow-indicator.active:after{background:linear-gradient(to left,#00d9ff2c,#00d9ff00);opacity:1;transform:scaleX(1)}.glow-indicator.wrong:after{background:linear-gradient(to left,#f0a3,#f0a0);opacity:.3;transform:scaleX(1);transition:opacity .5s ease}.progress-row-glow:hover .glow-indicator.wrong:after{opacity:1}.glow-indicator.active{background-color:#00d9ff}.glow-indicator.completed{background-color:#00d9ff2e}.glow-indicator.correct{background-color:#00d9ff}.glow-indicator.wrong{background-color:#f0a}.progress-row-glow:hover .glow-indicator.active:after{background:linear-gradient(to left,#00d9ff99,#00d9ff00);transition:opacity .2s ease,transform .2s ease,background .2s ease}.progress-row-glow:hover .glow-indicator.wrong:after{background:linear-gradient(to left,#ff00aa60,#f0a0);transition:opacity .8s ease,transform .8s ease,background .5s ease}.progress-row-glow:hover .glow-indicator.wrong{background-color:#f3a;transition:background-color .5s ease}.progress-special{font-weight:700;font-size:1rem;text-align:right;padding:.5rem 0;color:#666}.progress-special{font-weight:700;font-size:.95rem;padding-left:4px}.intro-label,.result-label{color:#666}@media (max-width: 768px){.progress-label,.progress-special{font-size:.85rem}}.answer-detail-modal-center{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999;display:flex;align-items:center;justify-content:center;background:var(--color-battle-modal-overlay);opacity:1;transition:opacity .32s}.answer-detail-content{background:#fff;border-radius:18px;padding:2.4rem 2.4rem 2.2rem;max-width:500px;min-width:320px;width:90%;box-shadow:0 8px 42px #0000002f,0 2.5px 20px #0000003d;text-align:left;display:flex;flex-direction:column;align-items:stretch;color:var(--color-battle-panel-text);transform:translateY(0);transition:opacity .34s,transform .34s}.modal-fade-in{opacity:0;transform:translateY(20px);animation:fadeInModal .3s ease-out forwards}@keyframes fadeInModal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-fade-out{animation:fadeOutModal .3s ease-in forwards}@keyframes fadeOutModal{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.modal-fade-out{opacity:0;pointer-events:none;transition:opacity .32s}.modal-title{font-size:1.3rem;font-weight:bolder;color:#000;margin-bottom:1.6rem;line-height:1.4}.answer-block{margin-bottom:2rem}.answer-label{margin-bottom:.3rem;color:#000;font-size:.95rem;font-weight:900}.answer-text{font-weight:600;font-size:1rem;line-height:1.4;margin-bottom:.4rem}.answer-text.correct{color:#008c4a;background-color:#e9f7ef;padding:.4rem .6rem;border-radius:6px}.answer-text.wrong{color:#c62828;background-color:#fdecea;padding:.4rem .6rem;border-radius:6px}.answer-explanation{font-size:.97rem;line-height:1.5;margin-top:.3rem}.modal-button-wrapper{display:flex;justify-content:center;margin-top:2.2rem}@media (max-width: 480px){.answer-detail-content{padding:1.5rem 1.4rem;max-width:95%}.modal-title{font-size:1.05rem}.answer-label,.answer-explanation{font-size:.92rem}.modal-button-wrapper{margin-top:1.5rem}}.topic-wrapper{opacity:0;transition:opacity .5s ease}.fade-in-wrapper{opacity:1}.fade-out-wrapper{opacity:0}.floating-topic-container{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;align-items:flex-start;margin-top:3vh;z-index:20;width:100%}.floating-topic-card{width:130px;height:160px;border-radius:10px;background:var(--color-card-bg, rgba(0, 0, 0, .68));display:flex;flex-direction:column;align-items:flex-start;position:relative;box-shadow:0 2px 18px #0003;cursor:pointer;overflow:hidden;justify-content:flex-start;opacity:1;transform:none;transition:box-shadow .23s,background .18s}.floating-topic-card.fade-in-up{opacity:0;transform:translateY(-40px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.floating-topic-card.show-animate-fade-in-up{opacity:1;transform:translateY(0)}.floating-topic-card.hovered:not(.locked){background:var(--color-card-hover, rgba(0, 18, 28, .78));box-shadow:0 6px 28px 0 var(--color-card-glow),0 2px 18px #0006}.light-sweep{content:"";position:absolute;top:-180%;left:-180%;width:200%;height:200%;background:linear-gradient(120deg,var(--color-card-glow, #38a6cf13) 0%,var(--color-card-sweep, #0479a381) 50%,var(--color-card-glow, #38a6cf13) 100%);transform:rotate(45deg);opacity:.5;pointer-events:none;border-radius:14px;z-index:2;animation:bigcard-lightSweep .6s ease-in-out forwards}@keyframes bigcard-lightSweep{0%{top:-150%;left:-150%}50%{top:50%;left:50%}to{top:150%;left:150%}}.floating-topic-title{color:#fff;font-size:.95rem;font-weight:700;text-align:center;margin:20px 12px 0 0;padding:0 4px;line-height:1.18;min-height:44px;width:100%;z-index:3;letter-spacing:.02em;box-sizing:border-box}.floating-topic-hacker{width:75px;height:75px;object-fit:contain;position:absolute;left:50%;bottom:0;transform:translate(-50%);z-index:1;background:none!important;border-radius:0;box-shadow:none;pointer-events:none}.topic-done-corner{position:absolute;left:0;bottom:0;width:40px;z-index:6;pointer-events:none}.floating-topic-card.locked{background:#00000057;filter:grayscale(.8) brightness(.9) blur(.3px);cursor:default;pointer-events:auto}.floating-topic-card.locked .floating-topic-hacker{filter:grayscale(1) brightness(.8);opacity:.7;width:60px;height:60px}@media (max-width: 1600px){.floating-topic-card{width:110px;height:140px}.floating-topic-title{font-size:.8rem;min-height:36px}.floating-topic-hacker{width:65px;height:65px}.topic-done-corner{width:32px}}@media (max-width: 1350px){.floating-topic-card{width:100px;height:130px}.floating-topic-title{font-size:.75rem;min-height:32px}.floating-topic-hacker{width:58px;height:58px}.topic-done-corner{width:28px}}@media (max-width: 1250px){.floating-topic-card{width:90px;height:120px}.floating-topic-title{font-size:.7rem;min-height:28px}.floating-topic-hacker{width:50px;height:50px}.topic-done-corner{width:24px}}@media (max-width: 1150px){.floating-topic-card{width:76px;height:105px}.floating-topic-title{font-size:.65rem;min-height:24px}.floating-topic-hacker{width:44px;height:44px}.topic-done-corner{width:22px}}@media (max-width: 1000px){.floating-topic-card{width:100px;height:120px}.floating-topic-title{font-size:.7rem;min-height:36px}.floating-topic-hacker{width:55px;height:55px}.topic-done-corner{width:30px}}@media (max-width: 1000px){.floating-topic-card{width:64px;height:92px}.floating-topic-title{font-size:.55rem;min-height:20px}.floating-topic-hacker{width:38px;height:38px}.topic-done-corner{width:18px}.floating-topic-container{gap:10px;justify-content:center;align-items:flex-start;margin-top:3vh;z-index:20;width:100%}}.bottom-panel{position:fixed;bottom:0;left:0;width:100vw;height:220px;background:var(--color-panel-bg, rgba(0, 0, 0, .78));display:flex;justify-content:space-between;align-items:center;padding:0 20px;box-sizing:border-box;z-index:15;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:12px;opacity:0}.bottom-panel.fade-in{animation:fadeIn .9s cubic-bezier(.4,0,.2,1) forwards}.boss-section{width:15vw;height:100%;display:flex;justify-content:center;align-items:flex-end}.boss-image{width:15vw;height:auto;max-height:90%;object-fit:contain}.boss-info-section{display:flex;flex-direction:column;justify-content:flex-start;width:24vw}.boss-name{font-size:1.2rem;color:var(--color-highlight, #1de9b6);font-weight:700;margin-top:-5px}.boss-description{font-size:1rem;color:var(--color-panel-text, #e0e0e0);line-height:1.4;margin-bottom:5px;margin-top:-5px}.challenge-button{background:var(--color-highlight, cyan);color:var(--color-btn-text, #182630);font-weight:700;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;width:fit-content;transition:background .18s,color .18s}.challenge-button:disabled{background:var(--color-btn-disabled, #6a6a6a);color:#ccc;cursor:not-allowed}.center-progress{width:12vw;display:flex;justify-content:center}.progress-svg{width:250px;height:250px}.progress-segment{fill:var(--color-panel-progress-bg, #333);transition:fill .3s}.progress-segment.progress-complete{fill:var(--color-highlight, cyan)}.progress-icon{width:50px;height:50px;pointer-events:none}.stats-section{width:15vw;color:var(--color-panel-text, #fff);font-size:1.1rem}.stats-table{width:100%;border-collapse:collapse}.stats-table td{padding:4px 8px;vertical-align:top;font-size:1.2rem}.stat-count{font-size:1.2rem;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums;font-family:monospace}.highlight{color:var(--color-highlight, cyan);font-weight:700}.stat-label{padding-left:10px;color:var(--color-panel-text, #cccccc)}.level-desc-section{width:27vw;color:var(--color-panel-text, #eeeeee);font-size:1rem}.level-desc-title{font-size:1.2rem;color:var(--color-highlight, cyan);margin-top:0;font-weight:700}@media (max-width: 1600px){.bottom-panel{height:180px;padding:0 14px}.boss-image{width:12vw;max-height:80%}.boss-name{font-size:1rem}.boss-description{font-size:.85rem}.challenge-button{font-size:.9rem;padding:6px 12px}.progress-svg{width:180px;height:180px}.stats-table td,.stat-count{font-size:1rem}.level-desc-title,.level-desc-section{font-size:.9rem}}@media (max-width: 1350px){.bottom-panel{height:160px;padding:0 12px}.boss-image{width:10vw;max-height:75%}.boss-name{font-size:.9rem}.boss-description{font-size:.75rem}.challenge-button{font-size:.8rem;padding:5px 10px}.progress-svg{width:150px;height:150px}.stats-table td,.stat-count{font-size:.95rem}.level-desc-title,.level-desc-section{font-size:.85rem}}@media (max-width: 1250px){.bottom-panel{height:140px;padding:0 10px}.boss-image{width:9vw;max-height:90%;padding-bottom:10px}.boss-name{font-size:.8rem}.boss-description{font-size:.6rem}.challenge-button{font-size:.75rem;padding:4px 8px}.progress-svg{width:120px;height:120px}.stats-table td,.stat-count{font-size:.85rem}.level-desc-title,.level-desc-section{padding-top:5px;font-size:.6rem}}@media (max-width: 1150px){.bottom-panel{height:120px;padding:0 6px}.boss-image{width:8vw;max-height:80%;padding-bottom:8px}.boss-name{font-size:.7rem}.boss-description{font-size:.55rem}.challenge-button{font-size:.7rem;padding:3px 6px}.progress-svg{width:100px;height:100px}.stats-table td,.stat-count{font-size:.75rem}.level-desc-title,.level-desc-section{padding-top:4px;font-size:.55rem}}@media (max-width: 1150px){.bottom-panel{height:105px;padding:0 5px}.boss-image{width:7vw;height:90%;padding-bottom:6px}.boss-name{font-size:.6rem}.boss-description{font-size:.48rem}.challenge-button{font-size:.6rem;padding:2px 5px}.progress-svg{width:85px;height:85px}.stats-table td,.stat-count{font-size:.65rem}.level-desc-title,.level-desc-section{padding-top:3px;font-size:.5rem}}@media (max-width: 650px){.boss-image{width:7vw;height:90%;padding-bottom:6px}.boss-name{font-size:.5rem}.boss-description{font-size:.4 rem}.challenge-button{font-size:.6rem;padding:2px 5px}.stats-table td,.stat-count{font-size:.5rem}.level-desc-title,.level-desc-section{padding-top:3px;font-size:.45rem}.bottom-panel{height:105px;padding:0 5px}.boss-image{width:9vw;height:90%;padding-bottom:6px}.boss-name{font-size:.4rem}.boss-description{font-size:.3rem}.challenge-button{font-size:.4rem;padding:2px 5px}.progress-svg{width:80px;height:80px}.stats-table td,.stat-count{font-size:.4rem}.level-desc-title,.level-desc-section{padding-top:3px;font-size:.35rem}}.level1-container{position:fixed;top:2vh;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;padding:20px;box-sizing:border-box;z-index:10}.blurred-mask{position:fixed;top:0;right:0;width:100vw;height:100vh;pointer-events:none;z-index:-1;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);mask-image:linear-gradient(to left,#000 50%,#0000 60%);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 60%)}.level1-top{display:flex;justify-content:center;align-items:flex-start;gap:20px;flex-wrap:wrap;margin:20px auto 0;z-index:50}.topic-card{width:120px;height:160px;background:#0000008c;color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;padding:10px;transition:all .3s ease,background-color .3s ease,box-shadow .3s ease;cursor:pointer;overflow:hidden;box-shadow:0 5px 15px #0000004d;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08)}.topic-card:before{content:"";position:absolute;top:-150%;left:-150%;width:200%;height:200%;background:linear-gradient(120deg,#38a6cf1a,#38a6cf80,#38a6cf1a);transform:rotate(45deg);opacity:0;pointer-events:none;transition:opacity .2s ease}.topic-card:hover{background:#002a3bbd;box-shadow:0 8px 20px #38a6cf80}@keyframes lightSweep{0%{top:-150%;left:-150%}50%{top:50%;left:50%}to{top:150%;left:150%}}.topic-title{font-size:16px;text-align:center;margin-bottom:auto}.topic-icon{width:50px;height:50px;margin:auto 0}.completed-mark{position:absolute;bottom:0;left:0;width:45px;height:45px}.info-panel-hover{position:fixed;top:30vh;left:10%;transform:translateY(-50%);width:600px;padding:15px;background:#0009;border-radius:10px;box-shadow:0 5px 15px #0009;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;z-index:20;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.info-panel-hover.animate-fade-in{opacity:1;visibility:visible}.info-details h3{font-size:20px;color:#0ff;margin-bottom:10px;text-align:center}.info-details p{font-size:18px;color:#fff;text-align:center;line-height:1.5}.info-right{text-align:left;display:flex;flex-direction:column}.info-text{display:flex;justify-content:space-between;align-items:center;font-size:22px;color:#fff;line-height:2;margin:0}.info-value{text-align:right;font-weight:400;margin-right:25px}.highlight{font-weight:700;color:#0ff}.info-hacker-image{width:100px;height:100px;object-fit:cover;border-radius:50%;margin-bottom:10px}.info-panel{position:fixed;height:280px;bottom:40px;right:40px;display:flex;width:800px;background:#0009;border-radius:10px;overflow:hidden;box-shadow:0 0 10px #00000080;padding:20px;z-index:20}.info-left{width:50%;display:flex;justify-content:center;align-items:center;position:relative}.progress-svg{width:220px;height:220px}.progress-segment{fill:#333;transition:fill .3s ease}.progress-segment.progress-complete{fill:#0ff}.progress-center{fill:transparent}.progress-icon{width:50px;height:50px;transform:translate(-10px,-10px)}.hackers{display:flex;gap:10px;margin-top:20px;margin-right:25px}.hacker-container{position:relative;width:60px;height:180px;overflow:hidden}.hacker-image{width:100%;height:100%;object-fit:cover;border-radius:10px;transition:all .2s ease}.hacker-completed{filter:grayscale(100%) brightness(35%);transition:all .3s ease}.hacker-completed:hover{filter:grayscale(0%) brightness(100%)}.hacker-completed-mark{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:30px;height:30px}.floating-topic{background:#000000bf;border:2px solid cyan;border-radius:12px;padding:10px;color:#fff;text-align:center;width:140px;min-height:160px;pointer-events:auto;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:width .5s ease,height .5s ease,padding .5s ease;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative}.floating-topic:hover{transform:none!important;margin:0!important}.floating-topic.expanded{width:220px;min-height:220px;padding:15px;z-index:10}.floating-topic.faded{opacity:0}.floating-hacker-img{width:60px;height:60px;object-fit:cover;border-radius:50%;margin-bottom:5px;flex-shrink:0}.hover-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:1.5rem;background:#000000d9;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 20px #0009;z-index:100;min-width:600px;max-width:800px;height:180px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;opacity:0;pointer-events:none;transition:opacity .5s ease-in-out;align-items:center}.hover-popup.show{opacity:1;pointer-events:auto}.popup-hacker-img{width:120px;height:auto;border-radius:10px;object-fit:cover}.popup-description{flex:1;display:flex;flex-direction:column;justify-content:center;font-size:1rem;line-height:1.6}.white-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;opacity:.9;z-index:999;pointer-events:none;animation:fadeInWhite .5s forwards}.level1-container.fade-out{opacity:0;transition:opacity .5s ease}.floating-topic-card.fade-in-down{opacity:0;transform:translateY(-40px);transition:opacity .5s ease,transform .5s ease}.floating-topic-card.show-animate-fade-in-down{opacity:1;transform:translateY(0)}.popup-hacker-img-wrapper{display:flex;align-items:center;justify-content:center;height:100%}.floating-topic-card.locked.hovered{background:var(--color-card-bg, rgba(0, 0, 0, .68))!important;box-shadow:0 2px 18px #0003!important}@media (max-width: 1150px){.hover-popup{min-width:340px;max-width:460px;height:120px;padding:.8rem 1.2rem}.popup-hacker-img{width:90px}.popup-description{font-size:.85rem;line-height:1.4}}@media (max-width: 1000px){.hover-popup{min-width:300px;max-width:400px;padding:.5rem .8rem}.popup-hacker-img{width:80px}.popup-description{font-size:.8rem;line-height:1.2}}@media (max-width: 800px){.hover-popup{top:60%;min-width:200px;max-width:260px;height:60px}.popup-hacker-img{width:50px}.popup-description{font-size:.4rem;line-height:1.2}}body{font-family:lato,Arial,sans-serif}.fade-in{opacity:1;transition:opacity .4s ease-in}.fade-out{opacity:0;transition:opacity .4s ease-out}.ui-wrapper{position:relative;z-index:1}.learning-content-outer{position:relative;max-width:70vw;margin:0 auto;background:transparent;min-height:350px;max-height:90%;display:flex;flex-direction:column;align-items:stretch}.learning-content-scroll{overflow-y:auto;max-height:90%;padding-right:16px;scrollbar-width:thin;scrollbar-color:#38a6cf #fff}.learning-content-fade-bottom{pointer-events:none;position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(180deg,#fff0,#fff0);z-index:3}.learning-content h1,.learning-content h2,.learning-content h3{color:#38a6cf;font-weight:700;margin-top:1.2em;margin-bottom:.4em}.learning-content{color:#23272e;font-size:17px;line-height:1.5;padding:20px}.learning-content p,.learning-content li{color:#23272e;font-size:17px;line-height:1.7}.learning-content ul,.learning-content ol{padding-left:1.5em;margin-bottom:1em}.learning-content img{max-width:100%;margin:20px auto;display:block;border-radius:8px;box-shadow:0 2px 12px #283c6e12}.learning-content strong{font-weight:700;color:#000}.learning-video-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:60vw;margin:0 auto;padding:10px 0 20px;min-height:350px;max-height:70vh}.game-in-overlay{width:100%;max-width:70vw;min-height:350px;margin:0 auto;display:flex;align-items:center;justify-content:center}.custom-select-wrapper{width:300px;margin-bottom:1rem}.custom-select{width:100%;padding:.5rem;border-radius:6px;background:#003988;border:1px solid rgba(4,88,255,.1);color:#fff;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate-fade-out{animation:fadeOut .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}.animate-fade-out-up{animation:fadeOutUp .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes fadeInDown{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-down{animation:fadeInDown .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(40px)}}.animate-fade-out-down{animation:fadeOutDown .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes panelIn{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}.animate-panel-in{animation:panelIn .5s cubic-bezier(.19,.79,.71,.88) forwards}@keyframes panelOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-60px)}}.animate-panel-out{animation:panelOut .5s cubic-bezier(.19,.79,.71,.88) forwards}@keyframes lightSweep{0%{top:-150%;left:-150%;opacity:.4}50%{top:50%;left:50%;opacity:.4}to{top:150%;left:150%;opacity:.4}}@keyframes completedPulse{0%{box-shadow:0 0 #0ff0;transform:scale(.9)}66%{box-shadow:0 0 25px #0ffc;transform:scale(1.05)}to{box-shadow:0 0 #0ff0;transform:scale(1)}}.completed-animated{animation:completedPulse 3s ease-in-out;border-radius:12px}
