.AnalyticsWidget_fab__H7BZl{position:fixed;right:28px;top:28px;display:inline-flex;align-items:center;gap:10px;background:var(--background);color:#fff;border-radius:999px;padding:12px 16px;box-shadow:0 0 8px var(--red);border:1px solid rgba(255,60,60,.08);cursor:pointer;z-index:60;transition:transform .16s ease,box-shadow .16s ease;svg{color:var(--light-red)}}.AnalyticsWidget_fab__H7BZl:hover{box-shadow:0 0 14px var(--red);transform:scale(1.02)}.AnalyticsWidget_fab__H7BZl:active{transform:scale(.98)}.AnalyticsWidget_fab__H7BZl:focus{outline:2px solid rgba(255,40,40,.16)}.AnalyticsWidget_fabLabel__NqbEV{font-size:13px;font-weight:600;color:var(--foreground);display:inline-block}.AnalyticsWidget_modalOverlay__07QXS{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:80;padding:28px}.AnalyticsWidget_modal__8artM{width:min(840px,96%);max-width:900px;max-height:86vh;overflow:auto;background:var(--background);border-radius:12px;padding:20px 22px;color:#ededed;border:1px solid var(--red-bg);box-shadow:0 0 6px rgba(255,0,0,.312)}.AnalyticsWidget_modalHeader__YCz_3{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.AnalyticsWidget_modalHeader__YCz_3 h2{margin:0;font-size:1.25rem;color:#fff}.AnalyticsWidget_closeButton___Lt2A{background:transparent;border:1px solid transparent;color:#fff;padding:6px;border-radius:8px;cursor:pointer}.AnalyticsWidget_closeButton___Lt2A:hover{background:rgba(255,255,255,.02);color:var(--light-red)}.AnalyticsWidget_metrics__l6iKi{display:flex;gap:12px;margin-bottom:18px}.AnalyticsWidget_metric__P6QRD{flex:1 1;background:linear-gradient(135deg,#0b0b0b,rgb(45,0,0));border-radius:.75rem;padding:.75rem .875rem;border:1px solid #cf000069;display:flex;flex-direction:column;align-items:flex-start}.AnalyticsWidget_metricLabel__jlWMe{font-size:.75rem;color:#cfcfcf;margin-bottom:6px}.AnalyticsWidget_metricValue__GJAQV{font-size:1.625rem;font-weight:700;color:var(--foreground)}.AnalyticsWidget_distribution__IO_9k{margin-top:8px}.AnalyticsWidget_distribution__IO_9k h3{margin:16px 0 10px;color:#fff;font-size:1.125rem}.AnalyticsWidget_list__WcXaU{display:flex;flex-direction:column;gap:10px}.AnalyticsWidget_row__lEvC7{display:grid;grid-template-columns:1fr 130px 42px;grid-gap:12px;gap:12px;align-items:center}.AnalyticsWidget_rowLabel__9inF4{font-weight:600;color:#efefef;display:flex;align-items:center;gap:8px}.AnalyticsWidget_rowCount__oezWj{font-weight:500;color:#cfcfcf;margin-left:6px;font-size:13px}.AnalyticsWidget_barTrack__j5IJ4{width:100%;height:10px;background:rgba(255,255,255,.03);border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}.AnalyticsWidget_barFill__wqZs4{height:100%;background:linear-gradient(90deg,var(--red-bg),var(--red));border-radius:999px;transition:width .42s cubic-bezier(.2,.9,.25,1)}.AnalyticsWidget_pct__9H6rJ{text-align:right;color:#fff;font-weight:700}@media (max-width:520px){.AnalyticsWidget_fab__H7BZl{right:20px;top:20px;padding:10px 12px}.AnalyticsWidget_fabLabel__NqbEV{display:none}.AnalyticsWidget_modal__8artM{padding:14px}.AnalyticsWidget_metrics__l6iKi{flex-direction:column}.AnalyticsWidget_row__lEvC7{grid-template-columns:1fr 110px 44px}}.AnalyticsWidget_modal__8artM:focus{outline:none}.ContactButton_container__ryqbL{display:flex;align-items:center;justify-content:center;width:100%}.ContactButton_button__Npts7{border:1px solid #f5000063;background:var(--red-bg);color:var(--foreground);padding:.75rem 5rem;border-radius:.5rem;cursor:pointer;font-size:1.125rem;font-weight:600;transition:transform .1s ease-in-out;animation:ContactButton_pulse__UI5pa 2s infinite}.ContactButton_button__Npts7:hover{transform:scale(1.02);box-shadow:0 0 8px var(--red);animation:none}.ContactButton_button__Npts7:active{transform:scale(1);animation:none}@keyframes ContactButton_pulse__UI5pa{0%{transform:scale(1);box-shadow:0 0 0 rgba(255,0,0,.7)}50%{transform:scale(1.04);box-shadow:0 0 20px rgba(255,0,0,.8)}to{transform:scale(1);box-shadow:0 0 0 rgba(255,0,0,.7)}}.ContactButton_overlay__hWhm_{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ContactButton_modal__yMzkb{background:var(--background,#fff);color:var(--foreground,#111);border-radius:.75rem;padding:2rem;width:100%;max-width:480px;box-shadow:0 10px 30px rgba(0,0,0,.25);position:relative;transform:translateY(-6px);animation:ContactButton_slideUp__dnHSd .16s ease-out}@keyframes ContactButton_slideUp__dnHSd{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ContactButton_close__6eRG3{position:absolute;top:.5rem;right:.5rem;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:inherit;padding:.25rem}.ContactButton_close__6eRG3:hover{background:rgba(255,255,255,.02);color:var(--light-red)}.ContactButton_form__MyRLz{display:flex;flex-direction:column;gap:.75rem;margin:.25rem}.ContactButton_form__MyRLz input,.ContactButton_form__MyRLz textarea{width:100%;padding:.5rem .75rem;border:2px solid var(--red-bg);border-radius:.5rem;font-size:.95rem;background:#1d1d1d;color:var(--foreground)}.ContactButton_form__MyRLz textarea{min-height:120px;resize:vertical}.ContactButton_submit__TweCF{background:var(--red-bg);color:var(--foreground);border:1px solid #f5000063;padding:.6rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:600}.ContactButton_submit__TweCF:not(:disabled):hover{transform:scale(1.02);background:var(--red);box-shadow:0 0 8px var(--red)}.ContactButton_submit__TweCF:disabled{background:#251919;cursor:not-allowed}@media (max-width:520px){.ContactButton_container__ryqbL{padding:1rem}.ContactButton_button__Npts7{padding:.6rem 2rem;font-size:1rem}}.TimeSquare_timeUnit__TaX7h{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#000000,rgb(45,0,0));color:var(--light-red);box-shadow:0 0 8px rgba(98,0,0,.096);padding:1.25rem;border-radius:.75rem;font-weight:700;text-align:center;height:5.625rem;width:5.625rem}.TimeSquare_timeValue__EzEc6{font-size:3.5rem;display:inline;align-items:center;justify-content:center;text-shadow:0 0 8px rgba(255,0,0,.655)}.TimeSquare_timeLabel__XwayA{font-size:1rem;text-align:center;margin-top:8px}.TimeSquare_timeLabel__XwayA h3{font-weight:400}@media (max-width:425px){.TimeSquare_timeUnit__TaX7h{height:4rem;width:4rem}.TimeSquare_timeValue__EzEc6{font-size:2.5rem}.TimeSquare_timeLabel__XwayA{font-size:.875rem}}.Countdown_container__YucFd{padding:1.25rem 0;gap:.5rem}.Countdown_container__YucFd,.Footer_container__Dj1D9{display:flex;justify-content:center;align-items:center}.Footer_container__Dj1D9{width:100%;border-top:1px solid rgba(255,255,255,.04);padding:1.25rem}.Footer_inner__FbJ6a{width:100%;max-width:1200px;display:flex;gap:1rem;align-items:center;justify-content:space-between}.Footer_left__nqJmA{display:flex;flex-direction:column}.Footer_brand__Y4wbm{font-weight:800;color:var(--foreground)}.Footer_tag__hkuIR{color:rgba(255,255,255,.6);font-size:.95rem}.Footer_center__FCRsO{display:flex;align-items:center;justify-content:center}.Footer_social__RYYyg{display:flex;gap:.75rem}.Footer_icon__UIUYS{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.5rem;color:var(--foreground);background:rgba(255,255,255,.02);transition:all .15s ease-in-out;svg{width:1.5rem;height:1.5rem}}.Footer_icon__UIUYS:hover{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));transform:translateY(-3px);color:var(--light-red);box-shadow:0 0 8px var(--red);svg{filter:drop-shadow(0 0 2px var(--red))}}.Footer_right__r3kHD{text-align:right;display:flex;flex-direction:column;gap:.25rem}.Footer_contact__izvhn a{color:var(--foreground);text-decoration:none}.Footer_copy__9oFUI{color:rgba(255,255,255,.6);font-size:.85rem}.Footer_center__FCRsO,.Footer_left__nqJmA,.Footer_right__r3kHD{flex:1 1}@media (max-width:720px){.Footer_inner__FbJ6a{flex-direction:column;gap:.75rem;align-items:stretch}.Footer_right__r3kHD{text-align:left;align-items:flex-start}}@media (max-width:425px){.Footer_inner__FbJ6a{justify-content:center}.Footer_left__nqJmA,.Footer_right__r3kHD{justify-content:center;align-items:center;text-align:center}}.Hero_container__KML1d{display:flex;align-items:center;justify-content:center;flex-direction:column}.Hero_title__bGj6o{font-size:4rem;font-weight:700;margin-bottom:.75rem;margin-top:3rem}.Hero_subtitle___gKKT{font-size:1.25rem;font-weight:300;letter-spacing:-.25px}@media (max-width:425px){.Hero_title__bGj6o{font-size:2.5rem}.Hero_subtitle___gKKT{font-size:1rem}}.Introduction_container__k9GC8{display:flex;align-items:center;justify-content:center;width:100%;flex-direction:column;max-width:1200px;padding:0 5rem;font-size:1.125rem;text-align:left;line-height:1.5;gap:.5rem;margin-top:3rem}.Introduction_innerContainer__s92Ex{display:flex;align-items:center;justify-content:center;width:100%;gap:2rem}.Introduction_avatar__ZRL6W{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;width:33%;gap:1rem}.Introduction_highlights__xo0gY{width:100%}.Introduction_list__yZc_G{list-style:none;padding:0;margin:0;display:flex;align-items:flex-start;flex-direction:column;gap:.5rem;width:100%}.Introduction_list__yZc_G li{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:.5rem;background:linear-gradient(-135deg,#0b0b0b,rgb(45,0,0));border:1px solid #3a000099;font-weight:600;width:100%;transition:box-shadow .14s ease,transform .14s ease}.Introduction_list__yZc_G li svg{width:1.5rem;height:1.5rem;color:var(--light-red);margin:.25rem}.Introduction_image__XSJLV{width:12rem;height:12rem;border-radius:50%;box-shadow:0 4px 12px rgba(82,2,2,.5);position:relative;img{object-fit:cover;border-radius:50%;object-position:0 calc(0% - 13px)}}.Introduction_textContainer__Rr0Cj{width:67%}.Introduction_textContainer__Rr0Cj h2{text-align:center;margin:0 auto .25rem;border-bottom:1px solid #5b5b5b4e;width:-moz-fit-content;width:fit-content}.Introduction_description__itfdE strong{color:var(--light-red)}.Introduction_stats__BNsaZ{display:flex;align-items:center;justify-content:space-between;width:100%;gap:2rem;margin-top:3rem;margin-bottom:1rem;padding:1rem;border:1px solid #3a000099;border-radius:.75rem;box-shadow:0 0 1px var(--red);background:linear-gradient(135deg,#0b0b0b,rgb(45,0,0));svg{width:3rem;height:3rem;color:var(--light-red);filter:drop-shadow(0 0 .1rem var(--red))}}.Introduction_stat__g9B6H{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1 1;text-align:center}.Introduction_strong__EmQgD{color:var(--light-red);font-size:1.75rem}.Introduction_text__yHJ7V{text-align:center}@media (max-width:768px){.Introduction_container__k9GC8{padding:0 1.5rem}.Introduction_innerContainer__s92Ex{flex-direction:column}.Introduction_avatar__ZRL6W{width:100%;height:auto;max-width:420px}.Introduction_textContainer__Rr0Cj{width:100%;max-width:480px}.Introduction_stats__BNsaZ{gap:.5rem;svg{width:2rem;height:2rem}}.Introduction_strong__EmQgD{font-size:1.25rem}.Introduction_text__yHJ7V{font-size:.875rem}}.ProfileModal_container__2FHSm{display:flex;justify-content:center;align-items:center;width:100%;gap:2rem;max-width:1200px;margin-top:2rem;margin-bottom:2rem}.ProfileModal_card__pB1W6{display:flex;justify-content:center;align-items:center;flex-direction:column;flex:1 1;aspect-ratio:1/.75;max-width:250px;padding:2rem;border:1px solid rgba(51,51,51,.612);border-radius:.75rem;background-color:rgba(19,19,19,.348);color:var(--foreground);cursor:pointer;transition:all .1s ease-in-out;svg{width:3.5rem;height:3.5rem;margin-bottom:1rem;color:var(--light-red);filter:drop-shadow(0 0 .15rem var(--red))}}.ProfileModal_card__pB1W6:hover{background-color:rgba(19,19,19,.612);box-shadow:0 0 8px var(--red);transform:scale(1.01)}.ProfileModal_overlay___d41U{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:50;padding:2rem}.ProfileModal_modal__qG12x{width:100%;max-width:680px;background:linear-gradient(180deg,#0f0f0f,#121212);border-radius:.75rem;padding:1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.6);color:var(--foreground);max-height:80vh;overflow:auto}.ProfileModal_modalHeader__iQUDH{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.04)}.ProfileModal_close__AcjSZ{background:transparent;border:none;color:var(--foreground);font-size:1.5rem;cursor:pointer;position:absolute;right:.125rem;top:.125rem}.ProfileModal_modal__qG12x h3{margin:0;font-size:1.25rem;font-weight:800;text-transform:none;letter-spacing:-.01em;color:var(--foreground)}.ProfileModal_modalContent__roSL7{margin-top:1rem;line-height:1.6;color:var(--foreground)}.ProfileModal_modalContent__roSL7 p{margin:0 0 .6rem}.ProfileModal_modalContent__roSL7 p strong{display:block;color:var(--red);font-weight:700;margin-bottom:.25rem}.ProfileModal_modalContent__roSL7 h4{margin:1rem 0 .5rem;font-size:1.02rem;color:var(--light-red);font-weight:700;text-transform:uppercase;letter-spacing:.03em}.ProfileModal_modalContent__roSL7 ul{margin:0 0 1rem 1.25rem;padding-left:1rem;list-style:disc}.ProfileModal_modalContent__roSL7 li{margin-bottom:.45rem;font-size:.97rem}.ProfileModal_modalContent__roSL7 li::marker{color:var(--red)}.ProfileModal_card__pB1W6 h2{margin-top:.6rem;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.ProfileModal_card__pB1W6 svg{width:4rem;height:4rem}.ProfileModal_eduList__oov2_{display:flex;flex-direction:column;gap:1rem}.ProfileModal_eduItem__WZuiF{background:rgba(255,255,255,.02);padding:.75rem 1rem;border-radius:.5rem}.ProfileModal_eduHeader__1nPKy{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.ProfileModal_eduSchool__9xllK{font-weight:800;color:var(--light-red)}.ProfileModal_eduDates__riQIs{font-size:.9rem;color:rgba(255,255,255,.6)}.ProfileModal_eduDegree__fnV2Y{margin-top:.35rem;color:rgba(255,255,255,.9)}.ProfileModal_sectionList__jSVnz{display:flex;flex-direction:column;gap:1rem}.ProfileModal_sectionItem___e16D{background:rgba(255,255,255,.02);padding:.75rem 1rem;border-radius:.5rem}.ProfileModal_itemHeader__OYX2v{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.25rem}.ProfileModal_itemTitle__c9Ge2{font-weight:800;color:var(--light-red)}.ProfileModal_itemDates__WZpBN{font-size:.9rem;color:rgba(255,255,255,.6)}.ProfileModal_itemSub__5ksXg{font-weight:700;color:var(--red);margin-bottom:.5rem}.ProfileModal_itemDesc__q_4LR{color:rgba(255,255,255,.95)}.ProfileModal_itemBullets__PIZlg{margin:.25rem 0 0 1rem}@media (max-width:768px){.ProfileModal_container__2FHSm{gap:1rem;padding:0 1rem}.ProfileModal_card__pB1W6{padding:.5rem;svg{width:2.75rem;height:2.75rem}}.ProfileModal_card__pB1W6 h2{margin-top:0}}@media (max-width:425px){.ProfileModal_container__2FHSm{flex-direction:column}.ProfileModal_card__pB1W6{padding:2rem;svg{width:3rem;height:3rem}}.ProfileModal_card__pB1W6 h2{margin-top:.5rem}.ProfileModal_modal__qG12x{padding:1rem}.ProfileModal_sectionItem___e16D{padding:.5rem}}