.page-module-scss-module__yCkkiW__stats{color:#000;background:#fafafa;border-radius:50px 50px 0 0;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;min-height:100vh;display:flex}.page-module-scss-module__yCkkiW__stats_total{justify-content:center;gap:var(--space-10);align-items:center;display:flex}.page-module-scss-module__yCkkiW__stats_header{width:80%;max-width:1200px;margin:var(--space-40)auto var(--space-24);text-align:center;flex-direction:column;align-items:center;gap:.9rem;display:flex}.page-module-scss-module__yCkkiW__stats_title{color:#0000;font-size:2.5rem;font-family:var(--font-heading);white-space:normal;background:linear-gradient(120deg,gray,#000,#00f);-webkit-background-clip:text;background-clip:text;align-content:center;align-self:center;height:100px;margin:0;font-weight:700;line-height:1.1}.page-module-scss-module__yCkkiW__stats_subtitle{font-family:var(--font-body);color:gray;max-width:560px;margin:0;font-size:.95rem;line-height:1.55}.page-module-scss-module__yCkkiW__stats_toolbar{width:80%;max-width:1200px;margin:var(--space-8)auto var(--space-16);align-items:stretch;gap:.75rem;display:flex}.page-module-scss-module__yCkkiW__stats_search{border-radius:var(--radius-14);background:#fff;border:1px solid #e9e9e9;flex:1;align-items:center;gap:.6rem;height:44px;padding:0 .9rem;transition:border-color .25s,box-shadow .25s;display:flex}.page-module-scss-module__yCkkiW__stats_search:focus-within{box-shadow:0 0 0 4px var(--color-accent-soft);border-color:#001aff66}.page-module-scss-module__yCkkiW__stats_search svg{color:gray;flex-shrink:0}.page-module-scss-module__yCkkiW__stats_search input{width:100%;font-family:var(--font-body);color:#000;background:0 0;border:none;outline:none;flex:1;font-size:.92rem}.page-module-scss-module__yCkkiW__stats_search input::placeholder{color:var(--color-muted-2)}.page-module-scss-module__yCkkiW__stats_search_clear{color:gray;border-radius:var(--radius-circle);cursor:pointer;background:#eee;border:none;justify-content:center;align-items:center;width:22px;height:22px;transition:background .2s,color .2s;display:inline-flex}.page-module-scss-module__yCkkiW__stats_search_clear:hover{color:var(--color-accent);background:#001aff1f}.page-module-scss-module__yCkkiW__stats_filter{position:relative}.page-module-scss-module__yCkkiW__stats_filter_btn{border-radius:var(--radius-14);height:44px;font-family:var(--font-body);color:#000;cursor:pointer;background:#fff;border:1px solid #e9e9e9;align-items:center;gap:.5rem;padding:0 1rem;font-size:.9rem;transition:border-color .25s,box-shadow .25s;display:inline-flex}.page-module-scss-module__yCkkiW__stats_filter_btn:hover{border-color:#001aff59}.page-module-scss-module__yCkkiW__stats_filter_btn svg{color:var(--color-accent)}.page-module-scss-module__yCkkiW__stats_filter_chevron{transition:transform .25s}.page-module-scss-module__yCkkiW__stats_filter_chevron_open{transform:rotate(180deg)}.page-module-scss-module__yCkkiW__stats_filter_menu{min-width:220px;padding:var(--space-6);border-radius:var(--radius-14);z-index:20;background:#fff;border:1px solid #e9e9e9;flex-direction:column;animation:.18s ease-out page-module-scss-module__yCkkiW__filterMenuIn;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 18px 40px -22px #0000002e}.page-module-scss-module__yCkkiW__stats_filter_option{border-radius:var(--radius-10);font-family:var(--font-body);color:#000;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.9rem;transition:background .2s,color .2s;display:flex}.page-module-scss-module__yCkkiW__stats_filter_option:hover{background:#001aff0f}.page-module-scss-module__yCkkiW__stats_filter_option svg{color:var(--color-accent)}.page-module-scss-module__yCkkiW__stats_filter_option_active{color:var(--color-accent);background:#001aff0f}.page-module-scss-module__yCkkiW__stats_empty{border-radius:var(--radius-14);border:1px dashed #dcdcdc;justify-content:center;align-items:center;width:100%;height:80px;margin-top:8px;display:flex}.page-module-scss-module__yCkkiW__stats_empty td{text-align:center;width:100%;font-family:var(--font-body);color:gray;font-size:.9rem}.page-module-scss-module__yCkkiW__stats_name{font-size:1.5rem;font-weight:700;font-family:var(--font-heading)}.page-module-scss-module__yCkkiW__stats_table{width:80%;padding:var(--space-40);border-radius:35px 35px 0 0;flex-direction:column;height:100%;animation:3s page-module-scss-module__yCkkiW__table;display:flex}.page-module-scss-module__yCkkiW__stats_table td{width:100%;height:100%}.page-module-scss-module__yCkkiW__stats_table td:last-child{border-right:none}.page-module-scss-module__yCkkiW__stats_table thead{justify-content:center;width:100%;height:max-content;display:flex}.page-module-scss-module__yCkkiW__stats_table thead tr{width:100%;height:50px;font-family:var(--font-heading);text-align:center;border:1px solid #cfcfcf;border-radius:15px 15px 0 0;justify-content:space-around;align-items:center;font-size:.8rem;display:flex}.page-module-scss-module__yCkkiW__stats_table thead tr td{justify-content:center;align-items:center;gap:.1rem;display:flex}.page-module-scss-module__yCkkiW__stats_table tbody{flex-direction:column;align-items:center;width:100%;display:flex;overflow-y:scroll}.page-module-scss-module__yCkkiW__stats_table tbody::-webkit-scrollbar{display:none}@keyframes page-module-scss-module__yCkkiW__filterMenuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:975px){.page-module-scss-module__yCkkiW__stats_title{text-align:center;width:100%;font-size:3rem}.page-module-scss-module__yCkkiW__stats_header,.page-module-scss-module__yCkkiW__stats_toolbar{width:90%}.page-module-scss-module__yCkkiW__stats_table thead tr{width:100%}}@media screen and (max-width:720px){.page-module-scss-module__yCkkiW__stats_table{width:100vw}.page-module-scss-module__yCkkiW__stats_title{font-size:2rem}.page-module-scss-module__yCkkiW__stats_toolbar{flex-direction:column;align-items:stretch}.page-module-scss-module__yCkkiW__stats_search{flex:none;width:100%;height:48px;min-height:48px}.page-module-scss-module__yCkkiW__stats_search input{min-width:0;height:100%}.page-module-scss-module__yCkkiW__stats_filter{width:100%}.page-module-scss-module__yCkkiW__stats_filter_btn{justify-content:space-between;width:100%;height:48px}.page-module-scss-module__yCkkiW__stats_filter_menu{left:0;right:0}}.page-module-scss-module__yCkkiW__stats_title{font-size:1.5rem}@media screen and (max-width:500px){.page-module-scss-module__yCkkiW__stats_table{padding:0}.page-module-scss-module__yCkkiW__stats_table thead tr{justify-content:space-between;font-size:.7rem}}@media screen and (max-width:375px){.page-module-scss-module__yCkkiW__stats_title{font-size:1.5rem}}
@font-face{font-family:GeistVF;src:url(../media/GeistVF.4c3c0b96.woff);font-weight:400;font-style:normal}@font-face{font-family:GeistVFMono;src:url(../media/GeistMonoVF.2cee7d16.woff);font-weight:400;font-style:normal}@font-face{font-family:Abnes;src:url(../media/abnes.5b7225b8.ttf)}@font-face{font-family:SF Regular;src:url(../media/SFPRODISPLAYREGULAR.c2e0e557.OTF)}@font-face{font-family:GeistM;src:url(../media/GeistMono-Black.10ca83db.otf)format("otf")}@font-face{font-family:SF Pro;src:url(../media/SFPRODISPLAYBOLD.389a1287.OTF)}@font-face{font-family:Akony;src:url(../media/AKONY.b80954a3.ttf)}.global-module-scss-module__l4yAEa__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;border:1px solid #cfcfcf;border-top:none;justify-content:space-evenly;align-items:center;width:100%;height:60px;transition:all .1s linear;display:flex}.global-module-scss-module__l4yAEa__card td{justify-content:center;align-items:center;width:25%;display:flex}.global-module-scss-module__l4yAEa__card_name{text-align:center;font-size:.8rem;font-family:var(--font-accent);color:#131313}.global-module-scss-module__l4yAEa__card_btn{letter-spacing:1px;color:#000;cursor:pointer;font-family:var(--font-body);padding:var(--space-10)15px;border-radius:var(--radius-10);background:#f5f5f5;border:none;outline:none;justify-content:space-around;align-items:center;transition:all .2s;display:flex;box-shadow:0 0 3px #ccc}.global-module-scss-module__l4yAEa__card_btn:hover{color:#00f}.global-module-scss-module__l4yAEa__card:hover{cursor:pointer;background:#f5f5f5}.global-module-scss-module__l4yAEa__mobile{width:30px;height:30px;display:none;position:relative}.global-module-scss-module__l4yAEa__mobile_header{z-index:1000;width:100vw;height:80vh;font-family:var(--font-accent);color:#fff;background:linear-gradient(120deg,#131313,#000);border-radius:30px 30px 0 0;flex-direction:column;justify-content:space-evenly;align-items:center;animation:1s global-module-scss-module__l4yAEa__table;display:flex;position:fixed;bottom:0;left:0;right:0}.global-module-scss-module__l4yAEa__mobile_header_social{width:60%}.global-module-scss-module__l4yAEa__mobile_header_social ul{justify-content:space-between;width:100%;display:flex}.global-module-scss-module__l4yAEa__mobile_header_close{border-radius:var(--radius-circle);background:linear-gradient(120deg,#fff 0,5%,#00f);justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:3%;right:5%}.global-module-scss-module__l4yAEa__mobile_header_nav ul{gap:var(--space-20);flex-direction:column;display:flex}.global-module-scss-module__l4yAEa__mobile_header_nav ul li:hover{color:#0ff}.global-module-scss-module__l4yAEa__mobile:after{content:"";background:#000;border-radius:30px;width:20px;height:3px;position:absolute;top:40%;left:0}.global-module-scss-module__l4yAEa__mobile:before{content:"";background:#000;border-radius:30px;width:15px;height:3px;position:absolute;top:70%;left:0}.global-module-scss-module__l4yAEa__close img{width:25px}.global-module-scss-module__l4yAEa__close{position:absolute;top:20px;right:20px}.global-module-scss-module__l4yAEa__close:hover{cursor:pointer}.global-module-scss-module__l4yAEa__home{perspective:700px;background:#fafafa;border-radius:50px 50px 0 0;flex-direction:column;justify-content:center;align-items:center;gap:50px;width:100%;height:auto;min-height:100vh;display:flex;position:relative}.global-module-scss-module__l4yAEa__home_avatars{align-items:end;display:flex}.global-module-scss-module__l4yAEa__home_subheading{text-align:center;font-family:var(--font-heading);color:gray;font-weight:100}.global-module-scss-module__l4yAEa__home_adinfo{justify-content:center;gap:1rem;width:100%;display:flex}.global-module-scss-module__l4yAEa__home_button{color:#fff;text-transform:uppercase;clip-path:polygon(10% 0,100% 0,100% 70%,90% 100%,0 100%,0 30%);border-radius:var(--radius-5);z-index:1;cursor:pointer;background:linear-gradient(120deg,#fff 0,20%,#00f);border:none;outline:none;width:150px;height:50px;margin-top:2rem;font-size:.7rem;font-weight:700;position:relative}.global-module-scss-module__l4yAEa__home_button:after{content:"";filter:blur(20px);background:#fff;width:30px;height:50px;animation:5s linear infinite global-module-scss-module__l4yAEa__slide;position:absolute;top:0;left:0}.global-module-scss-module__l4yAEa__header{width:100%;height:60px;padding:0 var(--space-16);justify-content:space-between;align-items:center;margin-top:1rem;margin-bottom:1rem;display:flex;z-index:1000!important}.global-module-scss-module__l4yAEa__header_info{justify-content:space-between;align-items:center;gap:var(--space-40);border-radius:var(--radius-50);background:#f5f5f5;border:1px solid #ebebeb;height:100%;padding:1rem;display:flex}.global-module-scss-module__l4yAEa__header_logo{border-radius:var(--radius-50);z-index:1;height:100%;font-size:1.5rem;font-weight:500;font-family:var(--font-heading);background:#f5f5f5;border:1px solid #ebebeb;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-weight:700;display:flex;position:relative}.global-module-scss-module__l4yAEa__header_logo img{filter:contrast(1.5)drop-shadow(0 0 1px #000)}.global-module-scss-module__l4yAEa__header_nav{width:max-content;height:100%;display:flex}.global-module-scss-module__l4yAEa__header_nav ul{width:100%;height:100%;font-size:.8rem;font-family:var(--font-accent);justify-content:space-between;align-items:center;gap:30px;display:flex}.global-module-scss-module__l4yAEa__header_nav ul a{transition:all .2s}.global-module-scss-module__l4yAEa__header_nav ul a:hover{opacity:.5}.global-module-scss-module__l4yAEa__header_registation{display:flex}.global-module-scss-module__l4yAEa__docs{background:#fafafa;border-radius:50px 50px 0 0;flex-direction:column;align-items:center;width:100%;height:auto;min-height:100vh;padding:1rem;display:flex}.global-module-scss-module__l4yAEa__docs h1{font-family:var(--font-heading);align-self:center;font-size:2rem}.global-module-scss-module__l4yAEa__docs_title{color:gray;align-self:center;font-size:.9rem}.global-module-scss-module__l4yAEa__docs_container{flex-wrap:wrap;justify-content:center;align-items:start;gap:15px;width:100%;height:100%;padding:1rem;display:flex}.global-module-scss-module__l4yAEa__consult{justify-content:center;align-items:center;gap:var(--space-10);background:#fff;flex-direction:column;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.global-module-scss-module__l4yAEa__consult h2{z-index:1;font-size:3rem;font-family:var(--font-heading);color:#000;font-weight:700}.global-module-scss-module__l4yAEa__consult_title{color:#9c9c9c;font-family:var(--font-body);letter-spacing:1px;text-align:center;z-index:1;width:400px;font-weight:400}.global-module-scss-module__l4yAEa__consult_btn{color:#fff;text-transform:uppercase;clip-path:polygon(10% 0,100% 0,100% 70%,90% 100%,0 100%,0 30%);border-radius:var(--radius-5);z-index:1;cursor:pointer;background:linear-gradient(120deg,#fff 0,1%,#00f);border:none;outline:none;width:150px;height:50px;font-weight:700;position:absolute;bottom:25%;left:41%}.global-module-scss-module__l4yAEa__consult_btn:after{content:"";filter:blur(10px);background:#fff;width:20px;height:50px;animation:5s linear infinite global-module-scss-module__l4yAEa__slide;position:absolute;top:0;left:0}.global-module-scss-module__l4yAEa__consult_action{justify-content:center;align-items:center;width:max-content;height:max-content;display:flex;position:relative}.global-module-scss-module__l4yAEa__footer{background:linear-gradient(#000,#0e0e0e,#181818);flex-direction:column;justify-content:space-between;height:auto;min-height:50vh;padding:0 100px;display:flex;overflow:hidden}.global-module-scss-module__l4yAEa__footer_nav{width:100%;font-size:.8rem;font-family:var(--font-body);color:var(--color-muted-2);justify-content:center;display:flex}.global-module-scss-module__l4yAEa__footer_nav ul{flex-direction:column;align-items:center;gap:5px;display:flex}.global-module-scss-module__l4yAEa__footer_nav ul li:hover{color:gray}.global-module-scss-module__l4yAEa__footer_logo{align-self:center;align-items:center;font-family:Arial;font-size:4rem;display:flex;transform:translateY(30%)}.global-module-scss-module__l4yAEa__footer_logo h1{color:#0000;background:linear-gradient(120deg,white,var(--color-muted-3),white,white);background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s 2s infinite global-module-scss-module__l4yAEa__shine;position:relative;overflow:hidden}.global-module-scss-module__l4yAEa__footer_copy{width:100%;font-family:var(--font-body);color:#f5f5f5;justify-content:space-between;padding:50px;font-size:.8rem;display:flex}.global-module-scss-module__l4yAEa__footer_copy_social ul{gap:2rem;display:flex}.global-module-scss-module__l4yAEa__footer_copy_social ul li{border-radius:var(--radius-10);filter:brightness(.8);padding:5px;transition:all .2s}.global-module-scss-module__l4yAEa__footer_copy_social ul li:hover{transform:scale(1.1)}.global-module-scss-module__l4yAEa__game_display{flex-flow:column wrap;justify-content:center;align-items:center;height:auto;min-height:300px;padding:2rem 0;display:flex}.global-module-scss-module__l4yAEa__game_display_heading{text-align:center;flex-direction:column;gap:29px;padding:50px;display:flex}.global-module-scss-module__l4yAEa__game_display_heading h2{font-family:var(--font-display);font-size:1.7rem}.global-module-scss-module__l4yAEa__game_display_heading p{font-family:var(--font-body);color:#818181}.global-module-scss-module__l4yAEa__student_id_page{width:100%;height:auto;min-height:100vh}.global-module-scss-module__l4yAEa__webdev{color:#000;background:#f5f5f5;border-radius:50px 50px 0 0;flex-direction:column;justify-content:space-between;width:100%;height:auto;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.global-module-scss-module__l4yAEa__webdev_header{flex-direction:column;gap:1rem;padding:2rem;display:flex}.global-module-scss-module__l4yAEa__webdev_header p{font-family:var(--font-body);color:gray;font-size:1rem}.global-module-scss-module__l4yAEa__webdev_header h2{font-size:2.5rem}.global-module-scss-module__l4yAEa__webdev_price{font-family:var(--font-heading);color:#0000;background:linear-gradient(120deg,#000,#00f);-webkit-background-clip:text;background-clip:text;font-size:1rem}.global-module-scss-module__l4yAEa__webdev_design{z-index:1;align-self:center;animation:5s linear infinite global-module-scss-module__l4yAEa__glitch;position:absolute}.global-module-scss-module__l4yAEa__webdev_timer{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;margin-bottom:2rem;display:flex}.global-module-scss-module__l4yAEa__webdev_timer_box{text-align:center;background:#fff;border:1px solid #e9e9e9;border-radius:1rem;width:300px;padding:1rem}.global-module-scss-module__l4yAEa__webdev_info{justify-content:center;gap:1rem;width:100%;margin:100px auto;display:flex}.global-module-scss-module__l4yAEa__webdev_intro{border-radius:var(--radius-50);border:1px solid #ebebeb;justify-content:center;align-items:center;height:40vh;display:flex;position:relative;overflow:hidden}.global-module-scss-module__l4yAEa__webdev_intro p{color:#0000;background:linear-gradient(120deg,#000,var(--color-muted-3),#000,white);background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s 1s infinite global-module-scss-module__l4yAEa__shine;position:relative;overflow:hidden}.global-module-scss-module__l4yAEa__webdev_main{flex-direction:column;padding:1rem;display:flex}.global-module-scss-module__l4yAEa__webdev_desc{flex-direction:column;justify-content:flex-start;width:100%;min-height:100vh;display:flex}.global-module-scss-module__l4yAEa__webdev_desc_title{text-align:center;font-family:var(--font-heading);color:#0000;background:linear-gradient(120deg,white,var(--color-muted-3),white,white);-webkit-background-clip:text;background-clip:text;border-radius:15px;justify-content:center;align-items:center;width:100%;min-height:200px;margin:0 auto;font-size:2.8rem;display:flex}.global-module-scss-module__l4yAEa__webdev_desc_nav{flex-direction:column;gap:2rem;height:auto;margin-top:100px;display:flex}@keyframes global-module-scss-module__l4yAEa__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes global-module-scss-module__l4yAEa__scaleTo{0%{opacity:0;transform:scale(1.2)translateY(-50px)}30%{opacity:0}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes global-module-scss-module__l4yAEa__slideToUp{0%{opacity:0}to{opacity:1}}@keyframes global-module-scss-module__l4yAEa__morph{0%{border-radius:40% 60% 70% 30%/30% 70% 60% 40%;transform:translate(0)scale(1)}25%{border-radius:60% 40% 50% 50%/50% 60% 40%;transform:translate(-50px,20px)scale(1.1)}50%{border-radius:50% 50% 60% 40%/60% 50% 40%;transform:translate(150px,-30px)scale(1.2)}75%{border-radius:70% 30% 40% 60%/40% 60% 30% 70%;transform:translate(-20px,-50px)scale(1.1)}to{border-radius:40% 60% 70% 30%/30% 70% 60% 40%;transform:translate(0)scale(1)}}@keyframes global-module-scss-module__l4yAEa__shine{0%{opacity:1;background-position:100%}40%{opacity:1;background-position:-100%}to{background-position:-100%}}@keyframes global-module-scss-module__l4yAEa__glitch{0%{opacity:0}3%{opacity:1}6%{opacity:0;transform:skew(0deg)}7%{opacity:1;transform:skew(5deg)}8%{opacity:1;transform:skew(0deg)}47%{opacity:1;filter:contrast()}48%{filter:contrast(2)}50%{opacity:1;filter:contrast();transform:skew(0deg)}59%{opacity:1}60%{opacity:0}to{opacity:0}}@keyframes global-module-scss-module__l4yAEa__slide{0%{transform:translate(-20px)}to{transform:translate(200px)}}@keyframes global-module-scss-module__l4yAEa__rotateColors{0%{filter:drop-shadow(0 10px 5px #00f)}50%{filter:drop-shadow(0 10px 5px #ff4500)}to{filter:drop-shadow(0 10px 5px #00f)}}@keyframes global-module-scss-module__l4yAEa__table{0%{opacity:0}to{opacity:1}}@keyframes global-module-scss-module__l4yAEa__status{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@media screen and (max-width:1500px){.global-module-scss-module__l4yAEa__footer_logo h1{width:100%;font-size:4rem}}@media screen and (max-width:1260px){.global-module-scss-module__l4yAEa__webdev{width:100%}.global-module-scss-module__l4yAEa__webdev h2{font-size:1.8rem}.global-module-scss-module__l4yAEa__webdev_info{flex-wrap:wrap;align-items:center}.global-module-scss-module__l4yAEa__webdev_intro p{font-size:1.5rem}}@media screen and (max-width:975px){.global-module-scss-module__l4yAEa__footer_logo h1{width:100%;font-size:3.5rem}.global-module-scss-module__l4yAEa__card{width:100%;height:9vh}}@media screen and (max-width:720px){.global-module-scss-module__l4yAEa__consult{text-align:center}.global-module-scss-module__l4yAEa__consult h2{width:90vw;font-size:2rem}.global-module-scss-module__l4yAEa__consult_title{width:90vw}.global-module-scss-module__l4yAEa__footer{align-items:center;min-height:70vh}.global-module-scss-module__l4yAEa__footer_copy{text-align:center;flex-direction:column;align-items:center;gap:100px;width:max-content}.global-module-scss-module__l4yAEa__footer_logo{transform:translate(0%)}.global-module-scss-module__l4yAEa__footer_logo h1{text-align:center;width:100vw;font-size:2.5rem}.global-module-scss-module__l4yAEa__header_nav{display:none}.global-module-scss-module__l4yAEa__header_info{gap:var(--space-20)}.global-module-scss-module__l4yAEa__mobile{display:flex}}@media screen and (max-width:600px){.global-module-scss-module__l4yAEa__webdev{padding:1rem .5rem}.global-module-scss-module__l4yAEa__webdev_header p{font-size:.8rem}.global-module-scss-module__l4yAEa__webdev_main{align-items:center}.global-module-scss-module__l4yAEa__webdev_info{flex-wrap:wrap;align-items:center}.global-module-scss-module__l4yAEa__webdev_intro p{font-size:1.5rem}.global-module-scss-module__l4yAEa__home_heading{font-size:2rem}.global-module-scss-module__l4yAEa__home_heading sup{font-size:1.6rem}.global-module-scss-module__l4yAEa__home_title{width:90%;font-size:.9rem;font-family:var(--font-body)}#global-module-scss-module__l4yAEa__logo{width:10px}.global-module-scss-module__l4yAEa__stats_name{visibility:hidden}}@media screen and (max-width:500px){.global-module-scss-module__l4yAEa__webdev_header h2{font-size:1.5rem}.global-module-scss-module__l4yAEa__webdev_info_item{width:100%}.global-module-scss-module__l4yAEa__webdev_desc_title{font-size:1.8rem}.global-module-scss-module__l4yAEa__game_display h2{text-align:start;font-size:1.4rem}.global-module-scss-module__l4yAEa__game_display p{text-align:start}.global-module-scss-module__l4yAEa__header_menu img{width:25px;height:25px}.global-module-scss-module__l4yAEa__header_logo{font-size:.8rem}.global-module-scss-module__l4yAEa__container{width:90vw;height:auto}.global-module-scss-module__l4yAEa__responsUser{width:140px;height:140px}.global-module-scss-module__l4yAEa__card{width:100%}.global-module-scss-module__l4yAEa__card_name{width:100px;font-size:.7rem}.global-module-scss-module__l4yAEa__card_btn{width:3rem;height:2rem;padding:0;font-size:.6rem}.global-module-scss-module__l4yAEa__card_status{gap:5px;padding:9px 5px;font-size:.5rem}.global-module-scss-module__l4yAEa__consult{text-align:center}.global-module-scss-module__l4yAEa__consult h2{width:90vw;font-size:2rem}.global-module-scss-module__l4yAEa__consult_title{width:90vw}}@media screen and (max-width:420px){.global-module-scss-module__l4yAEa__webdev_intro p{font-size:1.2rem}}@media screen and (max-width:375px){.global-module-scss-module__l4yAEa__responsUser{width:120px;height:120px}.global-module-scss-module__l4yAEa__card_status{padding:var(--space-8);gap:5px}.global-module-scss-module__l4yAEa__card_btn{width:45px;padding:0}}
.style-module__rIjA5q__timer{font-family:var(--font-heading);font-size:2rem}
.bento-module___6halq__section{max-width:1000px;margin:clamp(1.5rem,3vw,3rem) auto clamp(3rem,6vw,6rem);padding:0 1rem}.bento-module___6halq__heading{text-align:center;font-family:var(--font-body);letter-spacing:-.02em;color:#0a0a0a;margin-bottom:clamp(1.5rem,3vw,2.5rem);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:400}.bento-module___6halq__bento{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(200px,auto);gap:16px;display:grid}.bento-module___6halq__card{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;gap:16px;padding:20px;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s;display:flex;box-shadow:0 10px 30px -18px #0000002e}.bento-module___6halq__card:hover{transform:translateY(-4px);box-shadow:0 22px 44px -22px #00000047}.bento-module___6halq__flagship{grid-area:span 2/span 2}.bento-module___6halq__wide{grid-column:span 2}.bento-module___6halq__small{grid-column:span 1}.bento-module___6halq__withImg{justify-content:center;position:relative;overflow:hidden}.bento-module___6halq__bgImg{z-index:0;justify-content:flex-end;align-items:center;width:44%;display:flex;position:absolute;top:16px;bottom:16px;right:16px}.bento-module___6halq__img{border-radius:16px;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.bento-module___6halq__textBlock{z-index:1;flex-direction:column;gap:4px;max-width:58%;display:flex;position:relative}.bento-module___6halq__capTitle{font-family:var(--font-body);letter-spacing:-.01em;color:#0a0a0a;font-size:clamp(1.15rem,2vw,1.6rem);font-weight:400}.bento-module___6halq__capDesc{font-family:var(--font-body);color:gray;font-size:.85rem;line-height:1.4}.bento-module___6halq__label{font-family:var(--font-body);color:#0a0a0a;font-size:1.15rem}.bento-module___6halq__desc{font-family:var(--font-body);color:gray;font-size:.85rem;line-height:1.45}@media screen and (max-width:760px){.bento-module___6halq__bento{grid-template-columns:1fr 1fr}.bento-module___6halq__flagship{grid-area:span 1/span 2}.bento-module___6halq__wide{grid-column:span 2}.bento-module___6halq__small{grid-column:span 1}}@media screen and (max-width:600px){.bento-module___6halq__section{padding-left:var(--space-8);padding-right:var(--space-8)}.bento-module___6halq__bento{gap:var(--space-12);grid-template-columns:1fr}.bento-module___6halq__flagship,.bento-module___6halq__wide,.bento-module___6halq__small{grid-column:span 1}.bento-module___6halq__card{padding:var(--space-16)}.bento-module___6halq__bgImg{width:40%;top:12px;bottom:12px;right:12px}.bento-module___6halq__textBlock{max-width:60%}}
.about-module__RN0yZW__about{text-align:center;flex-direction:column;gap:20px;max-width:820px;margin:clamp(2rem,5vw,5rem) auto clamp(1rem,2vw,2rem);padding:0 1.5rem;display:flex}.about-module__RN0yZW__lead{font-family:var(--font-body);letter-spacing:-.02em;color:#0a0a0a;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;line-height:1.15}.about-module__RN0yZW__accent{background:linear-gradient(120deg,#2b6fff 0%,#7c5cff 50%,#c65ac0 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.about-module__RN0yZW__body{font-family:var(--font-body);color:gray;max-width:64ch;margin:0 auto;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}@media screen and (max-width:600px){.about-module__RN0yZW__about{padding:0 var(--space-12);gap:var(--space-14)}}
.DotPatternBackground-module__S4Pj_q__dotPatternContainer{border-radius:25px;width:100%;min-height:100%;position:relative;overflow:hidden}.DotPatternBackground-module__S4Pj_q__dotPattern{background-image:radial-gradient(circle,#0400ff 1px,#0000 1px);background-position:0 0,10px 10px;background-size:15px 15px;width:100%;height:100%;position:absolute;top:0;left:0}.DotPatternBackground-module__S4Pj_q__fadeMask{z-index:5;background:radial-gradient(circle,#0000 20%,#f5f5f5 60% 85%,#f5f5f5 100%);width:100%;height:100%;position:absolute;top:0;left:0}.DotPatternBackground-module__S4Pj_q__content{z-index:10;width:100%;height:100%;position:relative}@keyframes DotPatternBackground-module__S4Pj_q__gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.HotBanner-module-scss-module__ucwFuG__banner{width:100%;padding:var(--space-12)var(--space-20);-webkit-backdrop-filter:blur(14px)saturate(140%);border-bottom:1px solid var(--color-border-soft);color:var(--color-fg);background:linear-gradient(90deg,#001aff12 0%,#00c3ff12 100%);transition:background .25s;display:block}.HotBanner-module-scss-module__ucwFuG__banner:hover{background:linear-gradient(90deg,#001aff1f 0%,#00c3ff1f 100%)}.HotBanner-module-scss-module__ucwFuG__banner:hover .HotBanner-module-scss-module__ucwFuG__arrow{transform:translate(3px)}.HotBanner-module-scss-module__ucwFuG__inner{justify-content:center;align-items:center;gap:var(--space-10);max-width:1400px;font-family:var(--font-accent);font-size:var(--text-sm);text-align:center;margin:0 auto;display:flex}.HotBanner-module-scss-module__ucwFuG__label{color:var(--color-muted)}.HotBanner-module-scss-module__ucwFuG__name{color:var(--color-fg);font-weight:400}.HotBanner-module-scss-module__ucwFuG__tail{color:var(--color-muted-2)}.HotBanner-module-scss-module__ucwFuG__time>div{font-family:var(--font-accent);font-size:var(--text-sm);color:var(--color-accent)}.HotBanner-module-scss-module__ucwFuG__arrow{color:var(--color-muted-2);flex:none;transition:transform .25s}@media screen and (max-width:700px){.HotBanner-module-scss-module__ucwFuG__banner{padding:var(--space-10)var(--space-12)}.HotBanner-module-scss-module__ucwFuG__inner{font-size:var(--text-xs);gap:var(--space-8)}.HotBanner-module-scss-module__ucwFuG__time>div{font-size:var(--text-xs)}.HotBanner-module-scss-module__ucwFuG__tail{display:none}}
.style-module__h3MR1a__navigation{padding:var(--space-4);border-radius:var(--radius-24);background-color:#e5e7eb;gap:5px;width:fit-content;margin:0 auto;display:flex}.style-module__h3MR1a__content{text-align:center;max-width:460px;font-family:var(--font-body);margin:0 auto;font-size:1.2rem}.style-module__h3MR1a__card{flex-direction:column;align-items:center;gap:18px;margin-top:28px;display:flex}.style-module__h3MR1a__image{aspect-ratio:16/10;border-radius:24px;width:100%;max-width:440px;position:relative;overflow:hidden;box-shadow:0 24px 48px -28px #00000059}.style-module__h3MR1a__title{font-family:var(--font-heading);letter-spacing:-.01em;color:#0a0a0a;font-size:1.5rem}.style-module__h3MR1a__text{font-family:var(--font-body);color:gray;font-size:1rem;line-height:1.5}.style-module__h3MR1a__navItem{padding:var(--space-8)var(--space-20);border-radius:var(--radius-20);color:#6b7280;cursor:pointer;white-space:nowrap;font-size:14px;font-weight:500;font-family:var(--font-body);background-color:#0000;border:none;transition:all .2s}.style-module__h3MR1a__navItem:hover{background-color:#d1d5db}.style-module__h3MR1a__navItem.style-module__h3MR1a__active{color:#fff;background:linear-gradient(120deg,#fff 0,1%,#000);border:1px solid #00f;transition:all .5s}
.landing-page-module__Io32Gq__container{width:100%;height:100%;position:absolute;overflow:hidden}.landing-page-module__Io32Gq__canvas{width:100%;height:100%}
.style-module__IZKNRW__badge_true{justify-content:center;align-items:center;gap:var(--space-10);font-family:var(--font-accent);border-radius:var(--radius-20);color:green;padding:var(--space-8);text-align:center;background:#0080000d;font-size:.6rem;display:flex}.style-module__IZKNRW__badge_false{justify-content:center;align-items:center;gap:var(--space-10);font-family:var(--font-accent);border-radius:var(--radius-20);color:#a30000;padding:var(--space-8);text-align:center;background:#ff00000d;font-size:.6rem;display:flex}.style-module__IZKNRW__badge_lighthouse_true{border-radius:var(--radius-circle);background-color:green;width:8px;height:8px;animation:2s linear infinite style-module__IZKNRW__status;box-shadow:0 0 10px green}.style-module__IZKNRW__badge_lighthouse_false{border-radius:var(--radius-circle);background-color:red;width:8px;height:8px;animation:2s linear infinite style-module__IZKNRW__status;box-shadow:0 0 10px red}
.student-avatar-module-scss-module___1g8kG__avatar{border-radius:var(--radius-circle);background:var(--color-surface);flex:none;display:block;position:relative;overflow:hidden}.student-avatar-module-scss-module___1g8kG__photo{object-fit:cover;width:100%;height:100%;transition:transform .25s}.student-avatar-module-scss-module___1g8kG__avatar:hover .student-avatar-module-scss-module___1g8kG__photo{transform:scale(1.08)}@media (prefers-reduced-motion:reduce){.student-avatar-module-scss-module___1g8kG__photo{transition:none}}
.salary-module__2_MvxG__salary{width:100%;max-width:1000px;margin:0 auto;padding:clamp(3rem,6vw,5rem) 1rem}.salary-module__2_MvxG__head{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:clamp(2.5rem,5vw,3.5rem);display:flex}.salary-module__2_MvxG__title{font-family:var(--font-heading);letter-spacing:-.02em;color:#0a0a0a;font-size:clamp(1.6rem,3.5vw,2.4rem)}.salary-module__2_MvxG__subtitle{font-family:var(--font-body);color:gray;max-width:52ch;font-size:1rem;line-height:1.5}.salary-module__2_MvxG__chart{justify-content:center;align-items:flex-end;gap:clamp(1.5rem,5vw,4rem);display:flex}.salary-module__2_MvxG__col{flex-direction:column;flex:0 160px;align-items:center;gap:14px;display:flex}.salary-module__2_MvxG__track{justify-content:center;align-items:flex-end;width:100%;height:300px;display:flex}.salary-module__2_MvxG__bar{background:linear-gradient(180deg,#4d7cff 0%,var(--color-accent)100%);border-radius:16px 16px 0 0;width:clamp(64px,12vw,96px);position:relative;box-shadow:0 20px 34px -18px #001aff8c}.salary-module__2_MvxG__value{white-space:nowrap;font-family:var(--font-heading);color:#0a0a0a;font-size:clamp(.95rem,2vw,1.25rem);position:absolute;top:-2.1rem;left:50%;transform:translate(-50%)}.salary-module__2_MvxG__level{font-family:var(--font-heading);color:#0a0a0a;font-size:1.15rem}.salary-module__2_MvxG__note{font-family:var(--font-body);color:gray;text-align:center;font-size:.8rem}@media screen and (max-width:600px){.salary-module__2_MvxG__salary{padding-left:var(--space-12);padding-right:var(--space-12)}.salary-module__2_MvxG__track{height:220px}.salary-module__2_MvxG__chart{gap:var(--space-10)}.salary-module__2_MvxG__col{flex:1 1 0}.salary-module__2_MvxG__note{font-size:.72rem}}
.outcome-module__W7O1na__section{max-width:1000px;padding:0 var(--space-16);margin:clamp(2rem,4vw,4rem) auto clamp(3rem,6vw,6rem)}.outcome-module__W7O1na__heading{text-align:center;font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-fg);margin-bottom:clamp(1.5rem,3vw,2.5rem);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700}.outcome-module__W7O1na__grid{gap:var(--space-16);grid-template-columns:340px 1fr;align-items:start;display:grid}.outcome-module__W7O1na__panel{--cut:28px;background:var(--color);border-radius:var(--radius-24);clip-path:polygon(var(--cut)0,100% 0,100% calc(100% - var(--cut)),calc(100% - var(--cut))100%,0 100%,0 var(--cut));padding:var(--space-28);box-shadow:0 20px 44px -30px #141e503d,0 6px 18px -14px #0000001a}.outcome-module__W7O1na__photo{aspect-ratio:2/3;border-radius:var(--radius-20);background:var(--color-surface);width:100%;margin-bottom:var(--space-20);position:relative;overflow:hidden}.outcome-module__W7O1na__photoImg{object-fit:cover}.outcome-module__W7O1na__roleLabel{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-muted-2)}.outcome-module__W7O1na__role{font-family:var(--font-body);font-size:var(--text-lg);letter-spacing:-.01em;color:var(--color-fg);margin-top:var(--space-4)}.outcome-module__W7O1na__results{gap:var(--space-12);margin-top:var(--space-20);padding-top:var(--space-20);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.outcome-module__W7O1na__subheading{font-family:var(--font-body);font-weight:400;font-size:var(--text-md);color:var(--color-muted);margin-bottom:var(--space-16)}.outcome-module__W7O1na__subheadingGap{margin-top:var(--space-32)}.outcome-module__W7O1na__skills{gap:var(--space-14)var(--space-24);grid-template-columns:1fr 1fr;display:grid}.outcome-module__W7O1na__item{align-items:flex-start;gap:var(--space-10);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-fg);line-height:1.45;list-style:none;display:flex}.outcome-module__W7O1na__check{border-radius:var(--radius-circle);background:var(--color-accent);color:#fff;flex:none;place-items:center;width:18px;height:18px;margin-top:1px;display:grid}.outcome-module__W7O1na__tools{gap:var(--space-8);flex-wrap:wrap;display:flex}.outcome-module__W7O1na__chip{align-items:center;gap:var(--space-8);font-family:var(--font-accent);font-size:var(--text-xs);color:var(--color-muted);background:var(--color-surface);border:1px solid var(--color-border);padding:var(--space-8)var(--space-14);border-radius:var(--radius-pill);list-style:none;transition:color .2s,border-color .2s;display:inline-flex}.outcome-module__W7O1na__chip:hover{color:var(--color-fg);border-color:var(--color-muted-2)}@media screen and (max-width:860px){.outcome-module__W7O1na__grid{grid-template-columns:1fr}.outcome-module__W7O1na__photo{max-width:320px;margin-inline:auto}}@media screen and (max-width:600px){.outcome-module__W7O1na__section{padding-left:var(--space-8);padding-right:var(--space-8)}.outcome-module__W7O1na__skills{grid-template-columns:1fr}.outcome-module__W7O1na__panel{--cut:22px;padding:var(--space-20)var(--space-16)}.outcome-module__W7O1na__photo{max-width:none}.outcome-module__W7O1na__chip{font-size:var(--text-xs);padding:var(--space-6)var(--space-12)}}
.style-module__MOhfEa__schedule{align-items:center;column-gap:var(--space-12);width:100%;padding:var(--space-12)var(--space-14);background:var(--color-surface);border-radius:var(--radius-12);border:1px solid #0000000d;grid-template-columns:auto 1fr auto;transition:background .2s,border-color .2s;display:grid;position:relative;overflow:hidden}.style-module__MOhfEa__schedule:hover{background:#fff;border-color:#001aff2e}.style-module__MOhfEa__schedule_accent{display:none}.style-module__MOhfEa__schedule_icon{border-radius:var(--radius-8);width:28px;height:28px;color:var(--color-accent);background:#001aff0f;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.style-module__MOhfEa__schedule_body{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.style-module__MOhfEa__schedule_day{font-family:var(--font-heading);color:var(--color-fg);letter-spacing:-.005em;margin:0;font-size:.9rem;font-weight:600;line-height:1.2}.style-module__MOhfEa__schedule_time{font-family:var(--font-body);color:var(--color-overlay);font-variant-numeric:tabular-nums;letter-spacing:.01em;align-items:center;gap:5px;margin:0;font-size:.78rem;display:inline-flex}.style-module__MOhfEa__schedule_time_icon{color:#00000059;flex-shrink:0}.style-module__MOhfEa__schedule_duration{font-family:var(--font-heading);color:var(--color-accent);background:var(--color-accent-soft);padding:var(--space-4)9px;border-radius:var(--radius-pill);letter-spacing:.02em;-webkit-font-smoothing:antialiased;flex-shrink:0;font-size:.7rem;font-weight:700;line-height:1}
.Heatmap-module__GdLX8G__container{color:#ccc;border-radius:var(--radius-16);flex-direction:column;align-items:center;margin:0 auto;display:flex}.Heatmap-module__GdLX8G__title{color:#000;text-transform:capitalize;margin-bottom:16px;font-size:1rem}.Heatmap-module__GdLX8G__grid{gap:var(--space-12);justify-content:center;align-items:center;margin-bottom:20px;display:flex}.Heatmap-module__GdLX8G__square{border-radius:var(--radius-4);transition:transform .2s;width:20px!important;height:20px!important}.Heatmap-module__GdLX8G__square:hover{cursor:pointer;transform:scale(1.1)}.Heatmap-module__GdLX8G__legend{gap:var(--space-20);color:#888;font-size:.7rem;display:flex}.Heatmap-module__GdLX8G__legendItem{justify-content:center;align-items:center;gap:var(--space-8);display:flex}.Heatmap-module__GdLX8G__legendColor{border-radius:var(--radius-4);width:14px;height:14px}.Heatmap-module__GdLX8G__legendText{color:#aaa}
.style-module__qgyCJW__form_overlay{z-index:1000;padding:var(--space-16);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0003;justify-content:center;align-items:center;animation:.25s style-module__qgyCJW__form_overlay_in;display:flex;position:fixed;inset:0}.style-module__qgyCJW__form{width:100%;max-width:400px;max-height:calc(100vh - 32px);padding:var(--space-40)var(--space-24)var(--space-24);border-radius:var(--radius-24);gap:var(--space-16);scrollbar-width:none;background:#fff;flex-direction:column;animation:.35s cubic-bezier(.22,.61,.36,1) style-module__qgyCJW__form_in;display:flex;position:relative;overflow:hidden auto;box-shadow:0 1px 2px #0000000a,0 20px 60px #0000001a}.style-module__qgyCJW__form::-webkit-scrollbar{display:none}.style-module__qgyCJW__form_close{border-radius:var(--radius-circle);border:1px solid var(--color-border-soft);color:#0000008c;cursor:pointer;z-index:2;background:#f5f5f7;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,color .2s,transform .15s;display:inline-flex;position:absolute;top:12px;right:12px}.style-module__qgyCJW__form_close:hover{color:var(--color-fg);background:#efeff2;transform:scale(1.04)}.style-module__qgyCJW__form_hero{justify-content:center;align-items:center;display:flex}.style-module__qgyCJW__form_hero_image{object-fit:contain;width:160px;height:160px;display:block}.style-module__qgyCJW__form_intro{gap:var(--space-4);text-align:left;flex-direction:column;display:flex}.style-module__qgyCJW__form_title{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--color-fg);margin:0;font-size:1rem;font-weight:700;line-height:1.35}.style-module__qgyCJW__form_subtitle{font-family:var(--font-body);color:#0000008c;margin:0;font-size:.86rem;line-height:1.4}.style-module__qgyCJW__form_summary{gap:var(--space-8);flex-direction:column;display:flex}.style-module__qgyCJW__course_name{align-items:center;column-gap:var(--space-12);width:100%;padding:var(--space-12)var(--space-14);border:1px solid var(--color-border);border-radius:var(--radius-14);background:var(--color-surface);grid-template-columns:32px 1fr 24px;display:grid}.style-module__qgyCJW__course_name_icon{border-radius:var(--radius-8);background:#ff660014;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.style-module__qgyCJW__course_name_body{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.style-module__qgyCJW__course_name_title{font-family:var(--font-body);color:var(--color-fg);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.82rem;line-height:1.3;overflow:hidden}.style-module__qgyCJW__course_name_duration{font-family:var(--font-body);color:var(--color-overlay);margin:0;font-size:.72rem;line-height:1.2}.style-module__qgyCJW__course_name_secret{font-family:var(--font-heading);color:var(--color-fg);margin:0;font-size:.88rem;font-weight:600;line-height:1.3}.style-module__qgyCJW__course_name_aside{flex-shrink:0;justify-self:end}.style-module__qgyCJW__form_input{gap:var(--space-10);flex-direction:column;margin-top:4px;display:flex}.style-module__qgyCJW__form_field{align-items:center;gap:var(--space-10);width:100%;height:44px;padding:0 var(--space-14);border-radius:var(--radius-12);background:#fff;border:1px solid #0000001f;transition:border-color .2s,box-shadow .2s;display:flex}.style-module__qgyCJW__form_field:focus-within{border-color:#001aff80;box-shadow:0 0 0 3px #001aff1a}.style-module__qgyCJW__form_field_icon{color:#0006;flex-shrink:0}.style-module__qgyCJW__form_field_input{height:100%;font-family:var(--font-body);color:var(--color-fg);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.9rem}.style-module__qgyCJW__form_field_input::placeholder{color:#0006;font-family:var(--font-body)}.style-module__qgyCJW__form_field_phone{width:100%}.style-module__qgyCJW__form_field_phone .PhoneInput{height:44px;padding:0 var(--space-14);gap:var(--space-10);background:#fff;border:1px solid #0000001f;transition:border-color .2s,box-shadow .2s;border-radius:12px!important;width:100%!important}:is(.style-module__qgyCJW__form_field_phone .PhoneInput--focus,.style-module__qgyCJW__form_field_phone .PhoneInput:focus-within){border-color:#001aff80;box-shadow:0 0 0 3px #001aff1a}.style-module__qgyCJW__form_field_phone .PhoneInputCountry{margin-right:4px}.style-module__qgyCJW__form_field_phone .PhoneInputInput{font-family:var(--font-body);color:var(--color-fg);background:0 0;border:none;outline:none;min-width:0;height:100%;font-size:.9rem}.style-module__qgyCJW__form_field_phone .PhoneInputInput::placeholder{color:#0006;font-family:var(--font-body)}.style-module__qgyCJW__form_consent{align-items:flex-start;gap:var(--space-10);cursor:pointer;-webkit-user-select:none;user-select:none;padding:var(--space-2)var(--space-2)var(--space-2)0;margin-top:4px;display:flex}.style-module__qgyCJW__form_consent_input{opacity:0;pointer-events:none;clip:rect(0 0 0 0);width:1px;height:1px;position:absolute}.style-module__qgyCJW__form_consent_box{color:#0000;background:#fff;border:1.5px solid #00000038;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.style-module__qgyCJW__form_consent:hover .style-module__qgyCJW__form_consent_box{border-color:#001aff80}.style-module__qgyCJW__form_consent_input:checked+.style-module__qgyCJW__form_consent_box{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.style-module__qgyCJW__form_consent_input:focus-visible+.style-module__qgyCJW__form_consent_box{box-shadow:0 0 0 3px #001aff2e}.style-module__qgyCJW__form_consent_text{font-family:var(--font-body);color:#0009;font-size:.76rem;line-height:1.45}.style-module__qgyCJW__form_consent_link{color:var(--color-accent);text-underline-offset:2px;-webkit-text-decoration:underline #001aff66;text-decoration:underline #001aff66;transition:text-decoration-color .2s}.style-module__qgyCJW__form_consent_link:hover{-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}.style-module__qgyCJW__form_submit{border-radius:var(--radius-14);background:var(--color-fg);color:#fff;width:100%;height:50px;font-family:var(--font-heading);letter-spacing:-.005em;justify-content:center;align-items:center;gap:var(--space-10);cursor:pointer;border:none;margin-top:6px;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.style-module__qgyCJW__form_submit:hover:not(:disabled){background:var(--color-surface-dark);transform:translateY(-1px);box-shadow:0 10px 24px #0000002e}.style-module__qgyCJW__form_submit:active:not(:disabled){transform:translateY(0)}.style-module__qgyCJW__form_submit:disabled{opacity:.6;cursor:not-allowed}@keyframes style-module__qgyCJW__form_overlay_in{0%{opacity:0}to{opacity:1}}@keyframes style-module__qgyCJW__form_in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.style-module__qgyCJW__form_overlay,.style-module__qgyCJW__form{animation:none}}@media only screen and (max-width:500px){.style-module__qgyCJW__form_overlay{padding:var(--space-8)}.style-module__qgyCJW__form{padding:36px var(--space-18)var(--space-20);gap:var(--space-14);border-radius:22px;max-height:calc(100vh - 16px)}.style-module__qgyCJW__form_hero_image{width:140px;height:140px}.style-module__qgyCJW__form_title{font-size:.95rem}.style-module__qgyCJW__course_name{padding:var(--space-10)var(--space-12);column-gap:var(--space-10)}.style-module__qgyCJW__course_name_title{font-size:.78rem}}
.hero-module__gU7-5q__header{justify-content:center;padding:clamp(1.5rem,4vw,2rem);display:flex}.hero-module__gU7-5q__title{font-family:var(--font-body);letter-spacing:-.01em;color:#0a0a0a;text-align:center;font-size:clamp(2rem,4vw,2.8rem);font-weight:400}.hero-module__gU7-5q__intro{position:relative}.hero-module__gU7-5q__reveal{opacity:0;animation:.7s cubic-bezier(.2,.8,.2,1) forwards hero-module__gU7-5q__heroRise}.hero-module__gU7-5q__d1{animation-delay:50ms}.hero-module__gU7-5q__d2{animation-delay:.15s}.hero-module__gU7-5q__d3{animation-delay:.25s}.hero-module__gU7-5q__d4{animation-delay:.35s}@keyframes hero-module__gU7-5q__heroRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-module__gU7-5q__timerLabel{text-align:center;font-family:var(--font-body);color:gray;letter-spacing:.02em;margin-bottom:8px;font-size:.85rem}
.achievement-module-scss-module__d6yxkW__badge{border-radius:var(--radius-circle);cursor:pointer;background:linear-gradient(150deg,#f4f6ff 0%,#e9ecff 100%);border:1px solid #001aff1f;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.achievement-module-scss-module__d6yxkW__badge:hover{transform:translateY(-2px);box-shadow:0 6px 18px #001aff29}.achievement-module-scss-module__d6yxkW__badge:active{transform:translateY(0)}.achievement-module-scss-module__d6yxkW__badge_icon{color:var(--color-accent);z-index:1;justify-content:center;align-items:center;display:flex}.achievement-module-scss-module__d6yxkW__badge_icon img{object-fit:cover;border-radius:var(--radius-circle)}.achievement-module-scss-module__d6yxkW__badge_shine{z-index:2;pointer-events:none;border-radius:var(--radius-circle);background:linear-gradient(115deg,#0000 30%,#ffffffd9 48%,#fffffff2 52%,#0000 70%);animation:3.2s ease-in-out infinite achievement-module-scss-module__d6yxkW__badge-shine;position:absolute;inset:0;transform:translate(-120%)}.achievement-module-scss-module__d6yxkW__badge_skeleton{border-radius:var(--radius-circle);background:linear-gradient(150deg,#eef0fa 0%,#e3e6f5 100%);width:56px;height:56px;animation:1.2s ease-in-out infinite achievement-module-scss-module__d6yxkW__badge-pulse}@keyframes achievement-module-scss-module__d6yxkW__badge-pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes achievement-module-scss-module__d6yxkW__badge-shine{0%{transform:translate(-120%)}18%,to{transform:translate(120%)}}@media (prefers-reduced-motion:reduce){.achievement-module-scss-module__d6yxkW__badge_shine{animation:none}}.achievement-module-scss-module__d6yxkW__modal{z-index:1000;-webkit-backdrop-filter:blur(6px);background:0 0;justify-content:center;align-items:center;padding:1rem;animation:.18s achievement-module-scss-module__d6yxkW__modal-fade;display:flex;position:fixed;inset:0}.achievement-module-scss-module__d6yxkW__modal_content{border-radius:var(--radius-20);border:1px solid var(--color-border-soft);width:100%;max-width:340px;padding:var(--space-28)var(--space-24)var(--space-24);text-align:center;background:#fff;animation:.2s cubic-bezier(.2,.8,.3,1) achievement-module-scss-module__d6yxkW__modal-pop;position:relative;box-shadow:0 20px 60px #00000038}.achievement-module-scss-module__d6yxkW__modal_close{width:30px;height:30px;color:var(--color-muted);cursor:pointer;background:#0000000a;border:none;border-radius:9px;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:12px;right:12px}.achievement-module-scss-module__d6yxkW__modal_close:hover{background:var(--color-border)}.achievement-module-scss-module__d6yxkW__modal_icon{width:84px;height:84px;margin:0 auto var(--space-16);border-radius:var(--radius-circle);color:var(--color-accent);background:linear-gradient(150deg,#f4f6ff 0%,#e4e8ff 100%);border:1px solid #001aff1f;justify-content:center;align-items:center;display:flex}.achievement-module-scss-module__d6yxkW__modal_icon img{object-fit:cover;border-radius:var(--radius-circle)}.achievement-module-scss-module__d6yxkW__modal_title{font-family:var(--font-heading);color:var(--color-fg);margin:0 0 var(--space-6);font-size:1.15rem;font-weight:700}.achievement-module-scss-module__d6yxkW__modal_date{font-family:var(--font-body);color:var(--color-accent);background:var(--color-accent-soft);padding:var(--space-4)var(--space-10);border-radius:var(--radius-pill);margin-bottom:14px;font-size:.8rem;display:inline-block}.achievement-module-scss-module__d6yxkW__modal_description{font-family:var(--font-body);color:#444;margin:0;font-size:.9rem;line-height:1.5}.achievement-module-scss-module__d6yxkW__modal_note{margin:var(--space-12)0 0;font-family:var(--font-body);color:#777;font-size:.82rem;font-style:italic}@keyframes achievement-module-scss-module__d6yxkW__modal-fade{0%{opacity:0}to{opacity:1}}@keyframes achievement-module-scss-module__d6yxkW__modal-pop{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.achievement-module-scss-module__d6yxkW__badge_wrap{display:inline-flex;position:relative}.achievement-module-scss-module__d6yxkW__badge_legendary{width:62px;height:62px}.achievement-module-scss-module__d6yxkW__badge_legendary:hover{transform:translateY(-2px)scale(1.04)}.achievement-module-scss-module__d6yxkW__badge_star{z-index:3;border-radius:var(--radius-circle);background:linear-gradient(150deg,#fbfcfd 0%,#cfd4db 50%,#9097a1 100%);justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:-3px;right:-3px;box-shadow:0 2px 5px #0000004d,inset 0 1px 1px #ffffffd9}@keyframes achievement-module-scss-module__d6yxkW__legendary-scan{0%{transform:translateY(-100%)}60%,to{transform:translateY(2000%)}}@media (prefers-reduced-motion:reduce){.achievement-module-scss-module__d6yxkW__badge_legendary,.achievement-module-scss-module__d6yxkW__badge_legendary:before{animation:none}}.achievement-module-scss-module__d6yxkW__modal_legendary{color:#e8ecf2;border-radius:var(--radius-18);background:radial-gradient(120% 90% at 50% -10%,#78a0ff1a 0%,#0000 55%),repeating-linear-gradient(0deg,#ffffff06 0 1px,#0000 1px 26px),repeating-linear-gradient(90deg,#ffffff06 0 1px,#0000 1px 26px),linear-gradient(#0c0e13 0%,#060708 100%);border:1px solid #ffffff1f;max-width:400px;overflow:hidden;box-shadow:0 30px 80px #000000b3,inset 0 1px #ffffff0f}.achievement-module-scss-module__d6yxkW__modal_legendary:before{content:"";pointer-events:none;z-index:3;background:linear-gradient(90deg,#0000,#8cb4ff8c,#0000);width:100%;height:2px;animation:6s ease-in-out infinite achievement-module-scss-module__d6yxkW__legendary-scan;position:absolute;top:0;left:0}.achievement-module-scss-module__d6yxkW__modal_legendary:after{content:"";border-radius:var(--radius-12);pointer-events:none;border:1px solid #ffffff12;position:absolute;inset:10px}.achievement-module-scss-module__d6yxkW__modal_legendary .achievement-module-scss-module__d6yxkW__modal_close{color:#aab2bd;background:#ffffff0f}.achievement-module-scss-module__d6yxkW__modal_legendary .achievement-module-scss-module__d6yxkW__modal_close:hover{background:#ffffff1f}.achievement-module-scss-module__d6yxkW__modal_legendary .achievement-module-scss-module__d6yxkW__modal_kicker{letter-spacing:.26em;text-transform:uppercase;color:#7e8896;margin-bottom:16px;font-family:ui-monospace,SF Mono,Cascadia Code,Menlo,monospace;font-size:.62rem;display:block}.achievement-module-scss-module__d6yxkW__modal_legendary .achievement-module-scss-module__d6yxkW__modal_icon{border-radius:var(--radius-circle);color:#e6ebf2;filter:drop-shadow(0 0 16px #8cb4ff59);background:radial-gradient(circle,#8cb4ff1f 0%,#0000 70%);border:1px solid #ffffff14;width:132px;height:132px}.achievement-module-scss-module__d6yxkW__modal_legendary .achievement-module-scss-module__d6yxkW__modal_icon img{border-radius:var(--radius-circle)}.achievement-module-scss-module__d6yxkW__modal_legendary .achievement-module-scss-module__d6yxkW__modal_title{letter-spacing:.02em;color:#f4f7fb;background:linear-gradient(90deg,#fff,#aeb6c2);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.4rem}.achievement-module-scss-module__d6yxkW__modal_legendary .achievement-module-scss-module__d6yxkW__modal_date{letter-spacing:.06em;color:#aab2bd;background:#ffffff0f;border:1px solid #ffffff14;font-family:ui-monospace,SF Mono,Menlo,monospace}.achievement-module-scss-module__d6yxkW__modal_legendary .achievement-module-scss-module__d6yxkW__modal_description{white-space:pre-line;color:#aeb6c2;line-height:1.7}.achievement-module-scss-module__d6yxkW__modal_signature{flex-direction:column;align-items:center;margin-top:24px;padding-top:16px;display:flex}.achievement-module-scss-module__d6yxkW__modal_signature_line{background:linear-gradient(90deg,#0000,#fff6,#0000);width:60%;height:1px;margin-bottom:10px}.achievement-module-scss-module__d6yxkW__modal_signature_name{color:#eef2f7;font-family:Segoe Script,Brush Script MT,cursive;font-size:1.7rem;line-height:1;transform:rotate(-3deg)}.achievement-module-scss-module__d6yxkW__modal_signature_title{letter-spacing:.16em;text-transform:uppercase;color:#6f7884;margin-top:8px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.66rem}
.update-modal-module-scss-module__k8kA8W__overlay{z-index:1100;-webkit-backdrop-filter:blur(6px);background:#0a0c1480;justify-content:center;align-items:center;padding:1rem;animation:.2s update-modal-module-scss-module__k8kA8W__update-fade;display:flex;position:fixed;inset:0}.update-modal-module-scss-module__k8kA8W__modal{text-align:center;border:1px solid var(--color-border-soft);background:#fff;border-radius:22px;width:100%;max-width:380px;padding:30px 26px 26px;animation:.24s cubic-bezier(.2,.8,.3,1) update-modal-module-scss-module__k8kA8W__update-pop;position:relative;box-shadow:0 24px 70px #00000040}.update-modal-module-scss-module__k8kA8W__close{width:30px;height:30px;color:var(--color-muted);cursor:pointer;background:#0000000a;border:none;border-radius:9px;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:14px;right:14px}.update-modal-module-scss-module__k8kA8W__close:hover{background:var(--color-border)}.update-modal-module-scss-module__k8kA8W__kicker{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-soft);padding:var(--space-4)var(--space-12);border-radius:var(--radius-pill);margin-bottom:18px;font-size:.68rem;display:inline-block}.update-modal-module-scss-module__k8kA8W__image{margin:0 auto var(--space-18);justify-content:center;align-items:center;display:flex}.update-modal-module-scss-module__k8kA8W__image img{object-fit:contain}.update-modal-module-scss-module__k8kA8W__title{font-family:var(--font-heading);color:var(--color-fg);margin:0 0 var(--space-10);font-size:1.3rem;font-weight:700}.update-modal-module-scss-module__k8kA8W__description{font-family:var(--font-body);color:var(--color-muted);margin:0 0 var(--space-22);font-size:.92rem;line-height:1.55}.update-modal-module-scss-module__k8kA8W__cta{width:100%;padding:13px var(--space-20);border-radius:var(--radius-14);background:var(--color-accent);color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s}.update-modal-module-scss-module__k8kA8W__cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px #001aff4d}.update-modal-module-scss-module__k8kA8W__cta:active{transform:translateY(0)}@keyframes update-modal-module-scss-module__k8kA8W__update-fade{0%{opacity:0}to{opacity:1}}@keyframes update-modal-module-scss-module__k8kA8W__update-pop{0%{opacity:0;transform:translateY(10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
.style-module__XGhIUW__card{color:#000;width:300px;padding:15px var(--space-20);font-family:var(--font-accent);background-color:#fff;border-radius:15px;position:relative;box-shadow:0 5px 10px #c4c4c4}.style-module__XGhIUW__content{justify-content:space-between;align-items:center;gap:var(--space-10);display:flex;position:relative}.style-module__XGhIUW__header{flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.style-module__XGhIUW__titleContainer{flex:1}.style-module__XGhIUW__title{color:#000;margin:0 0 var(--space-8)0;letter-spacing:.02em;font-size:14px;font-weight:400}.style-module__XGhIUW__meta{color:#777;align-items:center;gap:var(--space-12);font-size:12px;display:flex}.style-module__XGhIUW__fileType{color:var(--color-accent-2);font-weight:500}.style-module__XGhIUW__actions{justify-content:center;align-items:center;min-height:60px;display:flex}.style-module__XGhIUW__downloadButton{border-radius:var(--radius-circle);cursor:pointer;background-color:#0000;border:1px solid #00c3ff4d;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:relative;overflow:hidden}.style-module__XGhIUW__buttonGlow{opacity:0;background:radial-gradient(circle,#00c3ff33 0%,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.style-module__XGhIUW__downloadButton:hover .style-module__XGhIUW__buttonGlow{opacity:.2}.style-module__XGhIUW__buttonIcon{width:20px;height:20px;color:var(--color-accent-2);filter:drop-shadow(0 0 3px #00c3ffb3);z-index:1}.style-module__XGhIUW__downloadingContainer{background-color:#ffffff1a;width:100%;height:1px;position:relative}.style-module__XGhIUW__progressBar{background-color:var(--color-accent-2);height:100%;transition:width .2s;position:absolute;top:0;left:0}.style-module__XGhIUW__completeContainer{justify-content:center;align-items:center;display:flex}.style-module__XGhIUW__completeIcon{width:32px;height:32px;color:var(--color-accent-2)}.style-module__XGhIUW__accentLine{background-color:var(--color-accent-2);width:40px;height:1px;position:absolute;bottom:-20%;left:50%;transform:translate(-50%)}
.doc-book-module-scss-module__NBwvFq__scene{perspective:1400px;color:inherit;cursor:pointer;flex-direction:column;align-items:center;gap:14px;padding:10px 20px 4px;text-decoration:none;display:inline-flex}.doc-book-module-scss-module__NBwvFq__book{box-sizing:border-box;color:#fff;width:184px;height:256px;transform-style:preserve-3d;border-radius:3px 8px 8px 3px;flex-direction:column;padding:22px 20px;transition:transform .55s cubic-bezier(.2,.8,.2,1),box-shadow .55s;display:flex;position:relative;transform:rotateY(-26deg)rotateX(5deg);box-shadow:1px 1px #f0f0f2,2px 2px #ededf0,3px 3px #eaeaee,4px 4px #e7e7ec,5px 5px #e4e4ea,6px 6px #e1e1e8,7px 7px #dedee6,8px 8px #dbdbe4,9px 9px #d8d8e2,10px 10px #d5d5e0,22px 26px 44px #14143247}.doc-book-module-scss-module__NBwvFq__book:before{content:"";background:linear-gradient(90deg,#0000004d 0%,#00000014 60%,#ffffff1f 100%);border-radius:3px 0 0 3px;width:15px;height:100%;position:absolute;top:0;left:0}.doc-book-module-scss-module__NBwvFq__scene:hover .doc-book-module-scss-module__NBwvFq__book{transform:rotateY(-8deg)rotateX(2deg)translateY(-8px);box-shadow:1px 1px #f0f0f2,2px 2px #ededf0,3px 3px #eaeaee,4px 4px #e7e7ec,5px 5px #e4e4ea,6px 6px #e1e1e8,7px 7px #dedee6,8px 8px #dbdbe4,9px 9px #d8d8e2,10px 10px #d5d5e0,28px 34px 56px #1414325c}.doc-book-module-scss-module__NBwvFq__brand{letter-spacing:.14em;text-transform:uppercase;color:#ffffffbf;margin-left:6px;font-size:.58rem}.doc-book-module-scss-module__NBwvFq__title{font-family:var(--font-heading,"SF Pro",system-ui,sans-serif);letter-spacing:-.01em;margin:12px 0 0 6px;font-size:1.2rem;font-weight:700;line-height:1.18}.doc-book-module-scss-module__NBwvFq__bottom{flex-direction:column;gap:6px;margin-top:auto;margin-left:6px;display:flex}.doc-book-module-scss-module__NBwvFq__type{border-radius:var(--radius-pill,999px);letter-spacing:.04em;background:#ffffff29;align-self:flex-start;align-items:center;gap:6px;padding:3px 9px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.66rem;display:inline-flex}.doc-book-module-scss-module__NBwvFq__foot{color:#ffffffb3;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.7rem}.doc-book-module-scss-module__NBwvFq__hint{font-family:var(--font-heading,"SF Pro",system-ui,sans-serif);color:var(--color-accent,#001aff);align-items:center;gap:7px;font-size:.84rem;font-weight:600;transition:opacity .2s;display:inline-flex}.doc-book-module-scss-module__NBwvFq__scene:hover .doc-book-module-scss-module__NBwvFq__hint{opacity:.75}@media (prefers-reduced-motion:reduce){.doc-book-module-scss-module__NBwvFq__book,.doc-book-module-scss-module__NBwvFq__scene:hover .doc-book-module-scss-module__NBwvFq__book{transition:none}}
