.webHeader_header__c1CSY{width:100vw;height:80px;background:rgba(0,0,0,.8);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 40px;box-sizing:border-box;position:fixed;top:0;left:0;z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1)}.webHeader_hide__rrKeb{transform:translateY(-100%)}.webHeader_logo__shwzI{width:120px;font-weight:700;letter-spacing:2px}.webHeader_menu__LDLDE{display:flex;gap:60px}.webHeader_menuItem__iAzO2{position:relative;display:flex;flex-direction:column;align-items:center;font-size:20px;font-weight:500;padding-bottom:8px}.webHeader_menuItem__iAzO2:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#fff;transform:scaleX(0);transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.webHeader_menuItem__iAzO2:hover:after{transform:scaleX(1)}.webHeader_menuSub__IwLFi{font-size:12px;color:#fff;opacity:.7;margin-top:2px}.webHeader_right__jJEFN{display:flex;align-items:center;gap:32px}.LanguageSwitcher_languageSwitcher__0kLES{position:relative;display:flex;align-items:center;cursor:pointer;gap:8px}.LanguageSwitcher_currentLangDisplay__GFlwk{display:flex;align-items:center;gap:8px;color:#fff;font-size:18px;font-weight:700}.LanguageSwitcher_globeIcon___d9Z_{width:24px;height:24px}.LanguageSwitcher_dropdownMenu__0TuQU{position:absolute;top:100%;right:0;background-color:#000;border:1px solid #666;border-radius:0;min-width:120px;z-index:100;margin-top:8px;overflow:hidden}.LanguageSwitcher_dropdownItem__QpvQ0{padding:15px 20px;color:#fff;cursor:pointer;text-align:center;border-bottom:1px solid #666}.LanguageSwitcher_dropdownItem__QpvQ0:last-child{border-bottom:none}.LanguageSwitcher_dropdownItem__QpvQ0.LanguageSwitcher_selected__FBhvS,.LanguageSwitcher_dropdownItem__QpvQ0:hover{background-color:#333}@keyframes rotate-cw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-ccw{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.modal-mask{position:fixed;z-index:9999;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.35);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:modal-fade-in .2s}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-outer{background:#bcbcbc;padding:2.5px;display:flex;justify-content:center;align-items:center}.modal-main,.modal-outer{-webkit-clip-path:polygon(50px 0,100% 0,100% calc(100% - 50px),calc(100% - 50px) 100%,0 100%,0 50px);clip-path:polygon(50px 0,100% 0,100% calc(100% - 50px),calc(100% - 50px) 100%,0 100%,0 50px);box-sizing:border-box;position:relative}.modal-main{background:#18181a;box-shadow:0 8px 32px 0 rgba(0,0,0,.25);padding:48px 18px;max-width:100%;min-width:220px;min-height:80px;animation:modal-pop-in .2s;width:100%}@keyframes modal-pop-in{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@media (max-width:600px){.modal-main{padding:18px 12px}.modal-main,.modal-outer{-webkit-clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);max-width:360px}.modal-outer{background:#bcbcbc;padding:2.5px;box-sizing:border-box;position:relative;display:flex;justify-content:center;align-items:center}}.modal-title{font-size:1.2rem;font-weight:700;margin-bottom:12px}.modal-content,.modal-title{color:#fff;text-align:center}.modal-content{font-size:1rem;min-height:40px}.modal-footer{margin-top:18px;text-align:center}.modal-stripe{position:absolute;left:0;width:100%;height:32px;z-index:33;pointer-events:none;animation:stripe-expand .4s cubic-bezier(.25,.46,.45,.94) .1s both}.modal-stripe-top{top:0;border-top-left-radius:14px;border-top-right-radius:14px}.modal-stripe-bottom{bottom:0;border-bottom-left-radius:14px;border-bottom-right-radius:14px}@keyframes stripe-expand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.modal-close{position:absolute;right:-20px;top:-15px;width:56px;height:56px;background:none;border:none;z-index:3;cursor:pointer;padding:0;transition:filter .2s}.modal-close img{width:40px;height:40px;display:block}.modal-close:hover img{filter:brightness(1.2) drop-shadow(0 0 4px #FFAD28);animation:rotate-twice .6s ease-in-out}@keyframes rotate-twice{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-outer-line{position:relative}.tabSwitch{display:flex;background:#222121;width:100%;margin-bottom:24px;padding:8px}.tab{padding:12px 32px;color:#7F7F7F;font-size:16px;cursor:pointer;position:relative;transition:all .3s;white-space:nowrap;flex:1 1;font-weight:500;text-align:center}.tab.active,.tab:hover{color:#734700}.tab.active{font-weight:500;background:#FFAD28}