.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 #dfdfdf;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_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__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}}
.Mascot-module__C0Wm6W__wrapper{justify-content:center;align-items:center;width:100px;height:100px;animation:1s Mascot-module__C0Wm6W__appearance;display:flex;position:relative}.Mascot-module__C0Wm6W__ghost{background:radial-gradient(circle at 0 0,#959fff,#2b2eff);border-radius:50% 50% 100% 100%;width:70px;height:70px;transition:all .3s;animation:4s ease-in-out infinite Mascot-module__C0Wm6W__float;position:relative;box-shadow:0 0 40px #465aff99}.Mascot-module__C0Wm6W__ghost:hover{height:30px}.Mascot-module__C0Wm6W__ghost{cursor:pointer}.Mascot-module__C0Wm6W__eyes{gap:15px;display:flex;position:absolute;top:20%;left:50%;transform:translate(-50%)}.Mascot-module__C0Wm6W__eye{border-radius:var(--radius-50);background:#fff;width:10px;height:15px;animation:3s linear infinite Mascot-module__C0Wm6W__blink}@keyframes Mascot-module__C0Wm6W__float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes Mascot-module__C0Wm6W__blink{0%,92%,to{transform:scaleY(1)}94%{transform:scaleY(.1)}}@keyframes Mascot-module__C0Wm6W__appearance{0%{transform:scaleY(0)}to{transform:scaleY(1)}}
.Hero-module-scss-module__5gD1yG__hero{text-align:center;isolation:isolate;flex-direction:column;align-items:center;width:100%;padding:clamp(3rem,9vh,7rem) 1.5rem clamp(2.5rem,7vh,5rem);display:flex;position:relative;overflow:clip}.Hero-module-scss-module__5gD1yG__glow{filter:blur(10px);pointer-events:none;z-index:-2;background:radial-gradient(circle at 50% 42%,#001aff29 0%,#00c3ff1a 30%,#001aff00 68%);width:min(720px,92vw);height:min(720px,92vw);position:absolute;top:clamp(1rem,5vh,4rem);left:50%;transform:translate(-50%)}.Hero-module-scss-module__5gD1yG__beams{pointer-events:none;z-index:-1;width:min(1200px,100vw);height:260px;position:absolute;top:clamp(4rem,13vh,9rem);left:50%;overflow:hidden;transform:translate(-50%);-webkit-mask-image:radial-gradient(58% 100%,#000 0%,#0000 78%);mask-image:radial-gradient(58% 100%,#000 0%,#0000 78%)}.Hero-module-scss-module__5gD1yG__beam{background:linear-gradient(90deg,transparent 0%,var(--color-accent-2)28%,var(--color-accent)50%,var(--color-accent-2)72%,transparent 100%);transform-origin:50%;height:1px;opacity:var(--beam-o);animation:9s ease-in-out infinite Hero-module-scss-module__5gD1yG__beamDrift;position:absolute;left:-10%;right:-10%}.Hero-module-scss-module__5gD1yG__beam:first-child{--beam-o:.3;animation-delay:0s;top:22%;transform:rotate(-2.4deg)}.Hero-module-scss-module__5gD1yG__beam:nth-child(2){--beam-o:.22;animation-delay:-2.2s;top:38%;transform:rotate(-1.1deg)}.Hero-module-scss-module__5gD1yG__beam:nth-child(3){--beam-o:.38;animation-delay:-4.1s;top:50%;transform:rotate(0)}.Hero-module-scss-module__5gD1yG__beam:nth-child(4){--beam-o:.22;animation-delay:-5.6s;top:62%;transform:rotate(1.1deg)}.Hero-module-scss-module__5gD1yG__beam:nth-child(5){--beam-o:.3;animation-delay:-7.3s;top:78%;transform:rotate(2.4deg)}.Hero-module-scss-module__5gD1yG__mascot{--mascot-scale:1.6;transform:scale(var(--mascot-scale));transform-origin:50%;margin:clamp(2.5rem,7vh,4.5rem) 0 clamp(2.25rem,5vh,3.5rem)}.Hero-module-scss-module__5gD1yG__title{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-fg);margin:0;font-size:clamp(2.6rem,7.5vw,5rem);line-height:1.04}.Hero-module-scss-module__5gD1yG__tagline{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--color-muted);margin:clamp(.9rem,2vh,1.4rem) 0 0;font-size:clamp(1.15rem,2.6vw,1.85rem);line-height:1.22}.Hero-module-scss-module__5gD1yG__subheading{max-width:34ch;font-family:var(--font-body);color:var(--color-muted);margin:clamp(.7rem,1.6vh,1rem) 0 0;font-size:.95rem;line-height:1.5}.Hero-module-scss-module__5gD1yG__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(1rem,3vw,1.75rem);margin-top:clamp(2rem,5vh,3.25rem);display:flex}.Hero-module-scss-module__5gD1yG__cta{border-radius:var(--radius-pill);height:52px;font-family:var(--font-heading);letter-spacing:-.01em;color:#fff;background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-2)100%);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;padding:0 30px;font-size:.95rem;font-weight:600;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 6px 20px #001aff42}.Hero-module-scss-module__5gD1yG__cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px #001aff57}.Hero-module-scss-module__5gD1yG__cta:active{transform:translateY(0)}.Hero-module-scss-module__5gD1yG__ghostlink{font-family:var(--font-body);color:var(--color-accent);align-items:center;gap:.35rem;font-size:1.02rem;transition:opacity .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.Hero-module-scss-module__5gD1yG__ghostlink svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.Hero-module-scss-module__5gD1yG__ghostlink:hover{opacity:.7}.Hero-module-scss-module__5gD1yG__ghostlink:hover svg{transform:translate(3px)}.Hero-module-scss-module__5gD1yG__proof{align-items:center;gap:.9rem;margin-top:clamp(2.5rem,6vh,4rem);display:flex}.Hero-module-scss-module__5gD1yG__proof_avatars{display:flex}.Hero-module-scss-module__5gD1yG__proof_link{z-index:0;border-radius:var(--radius-circle);box-shadow:0 0 0 3px var(--color-bg);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);position:relative}.Hero-module-scss-module__5gD1yG__proof_link:not(:first-child){margin-left:-14px}.Hero-module-scss-module__5gD1yG__proof_link:hover,.Hero-module-scss-module__5gD1yG__proof_link:focus-visible{z-index:1;box-shadow:0 0 0 3px var(--color-bg),0 6px 16px #001aff38;transform:translateY(-4px)}.Hero-module-scss-module__5gD1yG__proof_label{font-family:var(--font-body);color:var(--color-muted);font-size:.85rem}.Hero-module-scss-module__5gD1yG__reveal{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) forwards Hero-module-scss-module__5gD1yG__rise;transform:translateY(22px)}.Hero-module-scss-module__5gD1yG__mascot.Hero-module-scss-module__5gD1yG__reveal{animation-delay:50ms}.Hero-module-scss-module__5gD1yG__title.Hero-module-scss-module__5gD1yG__reveal{animation-delay:.13s}.Hero-module-scss-module__5gD1yG__tagline.Hero-module-scss-module__5gD1yG__reveal{animation-delay:.21s}.Hero-module-scss-module__5gD1yG__subheading.Hero-module-scss-module__5gD1yG__reveal{animation-delay:.29s}.Hero-module-scss-module__5gD1yG__actions.Hero-module-scss-module__5gD1yG__reveal{animation-delay:.37s}.Hero-module-scss-module__5gD1yG__proof.Hero-module-scss-module__5gD1yG__reveal{animation-delay:.45s}@keyframes Hero-module-scss-module__5gD1yG__rise{to{opacity:1;transform:translateY(0)}}.Hero-module-scss-module__5gD1yG__mascot.Hero-module-scss-module__5gD1yG__reveal{transform:translateY(22px)scale(var(--mascot-scale));animation-name:Hero-module-scss-module__5gD1yG__riseMascot}@keyframes Hero-module-scss-module__5gD1yG__riseMascot{to{opacity:1;transform:translateY(0)scale(var(--mascot-scale))}}@keyframes Hero-module-scss-module__5gD1yG__beamDrift{0%,to{opacity:var(--beam-o)}50%{opacity:.06}}@media (prefers-reduced-motion:reduce){.Hero-module-scss-module__5gD1yG__reveal{opacity:1;animation:none;transform:none}.Hero-module-scss-module__5gD1yG__mascot.Hero-module-scss-module__5gD1yG__reveal{transform:scale(var(--mascot-scale))}.Hero-module-scss-module__5gD1yG__beam{animation:none}.Hero-module-scss-module__5gD1yG__proof_link{transition:none}}@media (max-width:480px){.Hero-module-scss-module__5gD1yG__actions{flex-direction:column;gap:1.1rem}.Hero-module-scss-module__5gD1yG__mascot{--mascot-scale:1.3}}
.Birthday-module-scss-module__kBMtHa__birthday{color:#fff;background:#000;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:80vh;padding:2rem;display:flex}.Birthday-module-scss-module__kBMtHa__birthday ul{border-radius:var(--radius-50);border:1px solid #181818;justify-content:space-evenly;align-items:center;width:250px;height:50px;padding:5px;display:flex;overflow:hidden}.Birthday-module-scss-module__kBMtHa__birthday ul li{font-family:var(--font-body);text-align:center;align-content:center;width:33.3333%;height:100%;font-size:.9rem}.Birthday-module-scss-module__kBMtHa__birthday_active{color:#000;border-radius:var(--radius-50);background:#fff;font-size:1.2rem;font-weight:700}.Birthday-module-scss-module__kBMtHa__birthday h3{font-size:1.5rem;font-family:var(--font-display)}.Birthday-module-scss-module__kBMtHa__birthday p{font-family:var(--font-heading);color:gray;text-align:center;margin-top:2rem}.Birthday-module-scss-module__kBMtHa__birthday h4{font-family:var(--font-display);font-size:1.5rem}.Birthday-module-scss-module__kBMtHa__birthday h2{color:#0000;background:linear-gradient(120deg,white,var(--color-muted-3),white,white);filter:drop-shadow(0 5px 5px #00f);font-size:20rem;font-family:var(--font-heading);-webkit-background-clip:text;background-clip:text;margin:0;animation:5s linear infinite Birthday-module-scss-module__kBMtHa__rotateColors}@keyframes Birthday-module-scss-module__kBMtHa__rotateColors{0%{filter:drop-shadow(0 5px 5px #ff4500)}25%{filter:drop-shadow(0 5px 5px purple)}50%{filter:drop-shadow(0 5px 5px #00f)}to{filter:drop-shadow(0 5px 5px #ff4500)}}
.Footer-module-scss-module__Zrxyoa__nav{width:100%;max-width:980px;padding:var(--space-8)0 var(--space-40);gap:var(--space-32)var(--space-48);color:var(--color-muted-2);font-family:var(--font-body);grid-template-columns:repeat(2,1fr);justify-items:center;margin:0 auto;display:grid}.Footer-module-scss-module__Zrxyoa__column{gap:var(--space-10);text-align:left;flex-direction:column;align-items:flex-start;display:flex}.Footer-module-scss-module__Zrxyoa__title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.22em;color:#ffffff80;margin-bottom:4px;font-size:.66rem;font-weight:600}.Footer-module-scss-module__Zrxyoa__list{gap:var(--space-8);flex-direction:column;width:100%;margin:0;padding:0;list-style:none;display:flex}.Footer-module-scss-module__Zrxyoa__list a{align-items:center;gap:var(--space-6);color:#dcdcdcc7;font-size:.84rem;transition:color .18s,transform .18s;display:inline-flex}.Footer-module-scss-module__Zrxyoa__list a:hover{color:#fff;transform:translate(2px)}.Footer-module-scss-module__Zrxyoa__badge{align-items:center;gap:var(--space-6);padding:var(--space-2)var(--space-8);border-radius:var(--radius-pill);color:#9fb0ff;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#001aff2e;font-size:.62rem;font-weight:600;display:inline-flex}.Footer-module-scss-module__Zrxyoa__dot{border-radius:var(--radius-circle);background:#22c55e;width:6px;height:6px;box-shadow:0 0 0 3px #22c55e2e}@media (max-width:720px){.Footer-module-scss-module__Zrxyoa__nav{gap:var(--space-28)var(--space-20);padding:var(--space-4)var(--space-24)var(--space-32);grid-template-columns:1fr 1fr}}@media (max-width:460px){.Footer-module-scss-module__Zrxyoa__nav{text-align:center;grid-template-columns:1fr}.Footer-module-scss-module__Zrxyoa__column{align-items:center}}
.DottedMap-module__iyhpcG__mapContainer{width:100%;max-width:1200px;padding:60px var(--space-20);background-color:#fff;flex-direction:column;justify-content:space-around;gap:3rem;height:auto;min-height:80vh;margin:0 auto;display:flex;position:relative;overflow:hidden}.DottedMap-module__iyhpcG__subtitle{text-align:center;width:80%;margin:0 auto}.DottedMap-module__iyhpcG__subtitle h2{font-family:var(--font-heading);font-size:2.2rem}.DottedMap-module__iyhpcG__subtitle p{font-family:var(--font-heading);font-size:1.5rem}.DottedMap-module__iyhpcG__mapWrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.DottedMap-module__iyhpcG__mapSvg{width:100%;height:auto}.DottedMap-module__iyhpcG__mapSvg svg{width:100%;height:auto;display:block;overflow:visible}.DottedMap-module__iyhpcG__markerRipple{transform-box:fill-box;transform-origin:50%;opacity:0;pointer-events:none;will-change:transform,opacity,stroke-width;animation:3s cubic-bezier(.22,.61,.36,1) infinite DottedMap-module__iyhpcG__markerRipple}.DottedMap-module__iyhpcG__markerRippleDelayed{animation-delay:1.5s}@keyframes DottedMap-module__iyhpcG__markerRipple{0%{opacity:.7;stroke-width:.18px;transform:scale(.6)}60%{opacity:.25}to{opacity:0;stroke-width:.04px;transform:scale(5)}}@media (prefers-reduced-motion:reduce){.DottedMap-module__iyhpcG__markerRipple{opacity:0;animation:none}}.DottedMap-module__iyhpcG__gradientOverlay{pointer-events:none;background:radial-gradient(#0000 0% 50%,#fff6 70%,#ffffffd9 85%,#fff 100%);position:absolute;inset:0}@media (max-width:768px){.DottedMap-module__iyhpcG__mapContainer{padding:30px 15px}}@media (max-width:480px){.DottedMap-module__iyhpcG__mapContainer{padding:var(--space-20)var(--space-10)}}
.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}
.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}}
