@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--bg-main:#030712;--bg-surface:#090d16;--bg-card:#111827;--bg-card-hover:#1f2937;--primary-gold:#eab308;--light-gold:#fef08a;--dark-gold:#ca8a04;--text-primary:#f9fafb;--text-secondary:#e5e7eb;--text-muted:#9ca3af;--border-color:#eab3081a;--border-hover:#eab30859;--shadow-sm:0 2px 4px #0000001a;--shadow-md:0 4px 6px -1px #00000026, 0 2px 4px -1px #0000001a;--shadow-lg:0 20px 25px -5px #0000004d, 0 10px 10px -5px #0003;--shadow-gold-glow:0 0 25px #eab30826;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.35s cubic-bezier(.4, 0, .2, 1);--transition-slow:.6s cubic-bezier(.4, 0, .2, 1);--container-max-width:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100%;line-height:1.6;display:flex;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--bg-card);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--primary-gold)}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max-width);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section-padding{padding-top:6rem;padding-bottom:6rem}@media (max-width:768px){.section-padding{padding-top:4rem;padding-bottom:4rem}}.bg-texture{background-color:var(--bg-main);background-image:radial-gradient(circle at 50% 0,#eab3080d 0%,#0000 50%),radial-gradient(#eab30805 1px,#0000 1px);background-repeat:no-repeat,repeat;background-size:100% 100%,12px 12px}.section-title{text-align:center;text-transform:uppercase;letter-spacing:.12em;color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-title span{background:linear-gradient(135deg, var(--light-gold) 0%, var(--primary-gold) 50%, var(--dark-gold) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;position:relative}.section-title span:after{content:"";background:linear-gradient(90deg, transparent, var(--primary-gold), transparent);width:70%;height:2px;position:absolute;bottom:-10px;left:15%}.section-subtitle{text-align:center;max-width:600px;color:var(--text-secondary);margin:0 auto 4.5rem;font-size:1.15rem;font-weight:300}.glow-card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);transition:all var(--transition-normal);background:#11182773;border-radius:16px;padding:2rem;position:relative;overflow:hidden}.glow-card:before{content:"";background:radial-gradient(800px circle at var(--mouse-x,0) var(--mouse-y,0), #eab30814, transparent 40%);z-index:1;opacity:0;width:100%;height:100%;transition:opacity var(--transition-fast);pointer-events:none;position:absolute;top:0;left:0}.glow-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg), var(--shadow-gold-glow);transform:translateY(-5px)}.glow-card:hover:before{opacity:1}.btn{cursor:pointer;transition:all var(--transition-fast);border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-gold) 0%, var(--dark-gold) 100%);color:#030712;box-shadow:0 4px 20px #eab30840}.btn-primary:hover{background:linear-gradient(135deg, var(--light-gold) 0%, var(--primary-gold) 100%);transform:translateY(-2px);box-shadow:0 8px 25px #eab30873}.btn-outline{color:var(--light-gold);border-color:var(--primary-gold);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#03071299}.btn-outline:hover{background:#eab30814;transform:translateY(-2px);box-shadow:0 4px 15px #eab30826}.form-input{border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:all var(--transition-fast);background:#090d16cc;border-radius:10px;padding:.85rem 1.15rem;font-size:.95rem}.form-input:focus{border-color:var(--primary-gold);background:#111827e6;outline:none;box-shadow:0 0 10px #eab30840}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(.5deg)}to{transform:translateY(0)rotate(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 #eab30866}70%{box-shadow:0 0 0 15px #eab30800}to{box-shadow:0 0 #eab30800}}
.Header-module__Af2_WG__header{z-index:1000;width:100%;transition:all var(--transition-normal);background:0 0;position:fixed;top:0;left:0}.Header-module__Af2_WG__scrolled{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-lg);background:#0c0d12d9}.Header-module__Af2_WG__navContainer{height:90px;transition:height var(--transition-normal);justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__navContainer{height:75px}.Header-module__Af2_WG__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__Af2_WG__logoIcon{object-fit:contain;width:48px;height:48px;transition:all var(--transition-normal)}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__logoIcon{width:40px;height:40px}.Header-module__Af2_WG__logoText{letter-spacing:.08em;color:#fff;transition:all var(--transition-normal);white-space:nowrap;font-family:Outfit,Inter,sans-serif;font-size:1.15rem;font-weight:700}.Header-module__Af2_WG__scrolled .Header-module__Af2_WG__logoText{font-size:1.05rem}.Header-module__Af2_WG__logoTextGold{background:linear-gradient(135deg, var(--light-gold) 0%, var(--primary-gold) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Header-module__Af2_WG__navMenu{align-items:center;gap:1.25rem;list-style:none;display:flex}.Header-module__Af2_WG__navItem{position:relative}.Header-module__Af2_WG__navLink{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:color var(--transition-fast);padding:.5rem 0;font-size:.82rem;font-weight:500}.Header-module__Af2_WG__navLink:hover{color:var(--light-gold)}.Header-module__Af2_WG__dropdown{position:relative}.Header-module__Af2_WG__dropdownMenu{background:var(--bg-surface);border:1px solid var(--border-color);opacity:0;visibility:hidden;width:220px;transition:all var(--transition-fast);box-shadow:var(--shadow-lg), var(--shadow-gold);border-radius:8px;padding:.75rem 0;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__Af2_WG__dropdownItem{list-style:none}.Header-module__Af2_WG__dropdownLink{color:var(--text-secondary);transition:all var(--transition-fast);padding:.6rem 1.5rem;font-size:.9rem;display:block}.Header-module__Af2_WG__dropdownLink:hover{color:var(--light-gold);background:#df8f231a;padding-left:1.75rem}.Header-module__Af2_WG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__Af2_WG__langSwitch{align-items:center;gap:.5rem;display:flex}.Header-module__Af2_WG__flagBtn{cursor:pointer;opacity:.6;transition:opacity var(--transition-fast);background:0 0;border:none;padding:0}.Header-module__Af2_WG__flagBtn:hover,.Header-module__Af2_WG__activeFlag{opacity:1}.Header-module__Af2_WG__searchBtn{color:var(--text-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;font-size:1.2rem;display:flex}.Header-module__Af2_WG__searchBtn:hover{color:var(--primary-gold)}.Header-module__Af2_WG__hotlineBtn{background:linear-gradient(135deg, var(--primary-gold) 0%, #b45309 100%);color:#000;transition:all var(--transition-fast);border-radius:20px;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 4px 10px #df8f2333}.Header-module__Af2_WG__hotlineBtn:hover{background:linear-gradient(135deg, var(--light-gold) 0%, var(--primary-gold) 100%);transform:translateY(-1px);box-shadow:0 6px 15px #df8f2359}.Header-module__Af2_WG__mobileToggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:1024px){.Header-module__Af2_WG__navMenu,.Header-module__Af2_WG__actions{display:none}.Header-module__Af2_WG__mobileToggle{display:block}}.Header-module__Af2_WG__mobileNav{background:var(--bg-surface);border-right:1px solid var(--border-color);z-index:1010;width:280px;height:100vh;transition:left var(--transition-normal);box-shadow:var(--shadow-lg);flex-direction:column;gap:2rem;padding:2rem 1.5rem;display:flex;position:fixed;top:0;left:-100%}.Header-module__Af2_WG__mobileNavActive{left:0}.Header-module__Af2_WG__mobileOverlay{z-index:1005;opacity:0;visibility:hidden;width:100vw;height:100vh;transition:all var(--transition-normal);background:#0009;position:fixed;top:0;left:0}.Header-module__Af2_WG__mobileOverlayActive{opacity:1;visibility:visible}.Header-module__Af2_WG__mobileLogo{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.Header-module__Af2_WG__mobileMenu{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.Header-module__Af2_WG__mobileLink{color:var(--text-secondary);text-transform:uppercase;font-size:1.1rem;font-weight:500}.Header-module__Af2_WG__mobileSubmenu{flex-direction:column;gap:.75rem;margin-top:.5rem;padding-left:1.25rem;list-style:none;display:flex}.Header-module__Af2_WG__mobileSubLink{color:var(--text-muted);font-size:.95rem}.Header-module__Af2_WG__mobileActions{border-top:1px solid var(--border-color);flex-direction:column;gap:1.25rem;margin-top:auto;padding-top:1.5rem;display:flex}@media (min-width:1025px) and (max-width:1200px){.Header-module__Af2_WG__navMenu{gap:.75rem}.Header-module__Af2_WG__navLink{font-size:.75rem}.Header-module__Af2_WG__actions{gap:.85rem}.Header-module__Af2_WG__logoText{font-size:1rem}}.Header-module__Af2_WG__mobileSearchBtn{color:var(--text-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;display:none}.Header-module__Af2_WG__mobileSearchBtn:hover{color:var(--primary-gold)}@media (max-width:1024px){.Header-module__Af2_WG__mobileSearchBtn{align-items:center;margin-right:.75rem;display:flex}}.Header-module__Af2_WG__searchOverlay{-webkit-backdrop-filter:blur(16px);z-index:2000;opacity:0;visibility:hidden;background:#0c0d12bf;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:10vh 2rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.Header-module__Af2_WG__searchOverlayActive{opacity:1;visibility:visible}.Header-module__Af2_WG__searchContainer{background:#161821f2;border:1px solid #df8f2340;border-radius:16px;flex-direction:column;width:100%;max-width:700px;max-height:80vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;transform:translateY(-20px)scale(.98);box-shadow:0 25px 50px -12px #00000080,0 0 50px #df8f230d}.Header-module__Af2_WG__searchOverlayActive .Header-module__Af2_WG__searchContainer{transform:translateY(0)scale(1)}.Header-module__Af2_WG__searchHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Header-module__Af2_WG__searchIcon{color:var(--primary-gold);flex-shrink:0}.Header-module__Af2_WG__searchInput{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit;font-size:1.15rem}.Header-module__Af2_WG__searchInput::placeholder{color:var(--text-muted)}.Header-module__Af2_WG__closeBtn{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;display:flex}.Header-module__Af2_WG__closeBtn:hover{color:#fff;background:#ffffff14}.Header-module__Af2_WG__searchResults{flex-direction:column;flex:1;gap:.75rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.Header-module__Af2_WG__searchResults::-webkit-scrollbar{width:6px}.Header-module__Af2_WG__searchResults::-webkit-scrollbar-track{background:0 0}.Header-module__Af2_WG__searchResults::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.Header-module__Af2_WG__searchResults::-webkit-scrollbar-thumb:hover{background:#df8f234d}.Header-module__Af2_WG__noResults{color:var(--text-muted);text-align:center;padding:3rem 1rem;font-size:.95rem}.Header-module__Af2_WG__searchItem{transition:all var(--transition-fast);background:#ffffff05;border:1px solid #0000;border-radius:10px;align-items:center;gap:1.25rem;padding:.85rem;text-decoration:none;display:flex}.Header-module__Af2_WG__searchItem:hover{background:#df8f230d;border-color:#df8f2333;transform:translate(4px)}.Header-module__Af2_WG__itemImage{object-fit:cover;border:1px solid var(--border-color);border-radius:6px;flex-shrink:0;width:70px;height:50px}.Header-module__Af2_WG__itemInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.Header-module__Af2_WG__itemCategory{text-transform:uppercase;letter-spacing:.05em;color:var(--primary-gold);font-size:.7rem;font-weight:600}.Header-module__Af2_WG__itemTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.Header-module__Af2_WG__itemSubtitle{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}@media (max-width:768px){.Header-module__Af2_WG__searchOverlay{align-items:flex-start;padding:0}.Header-module__Af2_WG__searchContainer{background:var(--bg-surface);border:none;border-radius:0;height:100vh;max-height:100vh}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border-color);color:var(--text-secondary);z-index:10;background:#06070b;position:relative;overflow:hidden}.Footer-module__EZoWya__ribbon{border-bottom:1px solid var(--border-color);background:#090d1680;padding:1.5rem 0;position:relative;overflow:hidden}.Footer-module__EZoWya__ribbonTrack{align-items:center;gap:4rem;width:max-content;animation:25s linear infinite Footer-module__EZoWya__scrollMarquee;display:flex}.Footer-module__EZoWya__ribbonItem{opacity:.5;filter:grayscale();width:auto;height:50px;transition:all var(--transition-fast)}.Footer-module__EZoWya__ribbonItem:hover{opacity:1;filter:grayscale(0)drop-shadow(0 0 10px #eab3084d)}@keyframes Footer-module__EZoWya__scrollMarquee{0%{transform:translate(0)}to{transform:translate(-33.33%)}}.Footer-module__EZoWya__mainContent{padding:5rem 0 3rem}.Footer-module__EZoWya__grid{grid-template-columns:1fr 1.5fr;gap:4.5rem;display:grid}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:3.5rem}}.Footer-module__EZoWya__signature{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__EZoWya__signatureLogo{align-self:flex-start;width:auto;height:70px}.Footer-module__EZoWya__signatureTitle{letter-spacing:.05em;color:var(--light-gold);font-size:1.5rem;font-weight:800;line-height:1.3}.Footer-module__EZoWya__signatureTitle span{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:.4rem;font-size:.85rem;font-weight:400;display:block}.Footer-module__EZoWya__signatureDesc{color:var(--text-muted);font-size:.95rem;line-height:1.7}.Footer-module__EZoWya__corpInfoList{color:var(--text-secondary);flex-direction:column;gap:.8rem;font-size:.9rem;list-style:none;display:flex}.Footer-module__EZoWya__corpInfoItem{align-items:flex-start;gap:.75rem;line-height:1.5;display:flex}.Footer-module__EZoWya__corpInfoIcon{color:var(--primary-gold);flex-shrink:0;margin-top:.15rem}.Footer-module__EZoWya__directory{flex-direction:column;gap:3rem;display:flex}.Footer-module__EZoWya__newsletterSection{border:1px solid var(--border-color);background:#11182766;border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem 2rem;display:flex}@media (max-width:768px){.Footer-module__EZoWya__newsletterSection{flex-direction:column;align-items:stretch;gap:1.25rem;padding:1.5rem}}.Footer-module__EZoWya__newsletterText{flex:1}.Footer-module__EZoWya__newsletterTitle{color:var(--light-gold);text-transform:uppercase;margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.Footer-module__EZoWya__newsletterSubtitle{color:var(--text-muted);font-size:.85rem}.Footer-module__EZoWya__subscribeForm{width:100%;max-width:400px;display:flex;position:relative}.Footer-module__EZoWya__subscribeInput{border:1px solid var(--border-color);color:#fff;background:#03071299;border-radius:8px 0 0 8px;flex:1;padding:.75rem 1rem;font-size:.9rem}.Footer-module__EZoWya__subscribeInput:focus{border-color:var(--primary-gold);outline:none}.Footer-module__EZoWya__subscribeBtn{background:linear-gradient(135deg, var(--primary-gold) 0%, var(--dark-gold) 100%);color:#030712;cursor:pointer;text-transform:uppercase;transition:all var(--transition-fast);border:none;border-radius:0 8px 8px 0;padding:0 1.5rem;font-size:.85rem;font-weight:700}.Footer-module__EZoWya__subscribeBtn:hover{background:linear-gradient(135deg, var(--light-gold) 0%, var(--primary-gold) 100%)}.Footer-module__EZoWya__subSuccess{color:#10b981;margin-top:.5rem;font-size:.85rem}.Footer-module__EZoWya__linksGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:640px){.Footer-module__EZoWya__linksGrid{grid-template-columns:1fr;gap:2rem}}.Footer-module__EZoWya__linkCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__EZoWya__colHeading{color:var(--light-gold);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:700}.Footer-module__EZoWya__footerLinks{flex-direction:column;gap:.75rem;font-size:.9rem;list-style:none;display:flex}.Footer-module__EZoWya__footerLink{color:var(--text-muted);transition:all var(--transition-fast);display:inline-block}.Footer-module__EZoWya__footerLink:hover{color:var(--light-gold);transform:translate(3px)}.Footer-module__EZoWya__speedDialList{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__dialItem{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Footer-module__EZoWya__dialIconWrapper{border:1px solid var(--border-color);width:36px;height:36px;color:var(--primary-gold);transition:all var(--transition-fast);background:#eab3081a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__dialItem:hover .Footer-module__EZoWya__dialIconWrapper{background:var(--primary-gold);color:#030712;box-shadow:var(--shadow-gold-glow);transform:scale(1.05)}.Footer-module__EZoWya__dialText{flex-direction:column;gap:.15rem;display:flex}.Footer-module__EZoWya__dialLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.Footer-module__EZoWya__dialVal{color:#fff;font-size:.95rem;font-weight:700}.Footer-module__EZoWya__bottomBar{border-top:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.85rem;display:flex}@media (max-width:640px){.Footer-module__EZoWya__bottomBar{text-align:center;flex-direction:column;gap:1rem}}.Footer-module__EZoWya__disclaimer{border-top:1px solid var(--border-color);color:var(--text-muted);text-align:justify;margin-bottom:.5rem;padding-top:1.5rem;font-size:.75rem;line-height:1.6}
.FloatingWidgets-module__j-NtcW__widgets{z-index:999;flex-direction:column;align-items:center;gap:15px;display:flex;position:fixed;bottom:30px;right:20px}@media (max-width:768px){.FloatingWidgets-module__j-NtcW__widgets{gap:12px;bottom:20px;right:15px}}.FloatingWidgets-module__j-NtcW__badgeLink{cursor:pointer;text-decoration:none}.FloatingWidgets-module__j-NtcW__badge{color:#000;text-align:center;background:linear-gradient(135deg,#ffc400,#ff9800);border:1px solid #fff3;border-radius:16px;padding:10px 14px;font-size:.85rem;font-weight:700;line-height:1.3;animation:2.5s ease-in-out infinite FloatingWidgets-module__j-NtcW__floatBadge;box-shadow:0 6px 20px #0000004d}.FloatingWidgets-module__j-NtcW__badge span{color:#d81e06;font-weight:800;display:block}@keyframes FloatingWidgets-module__j-NtcW__floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.FloatingWidgets-module__j-NtcW__btn{color:#fff;width:56px;height:56px;transition:all var(--transition-fast);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;box-shadow:0 4px 15px #00000040}.FloatingWidgets-module__j-NtcW__btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #00000059}.FloatingWidgets-module__j-NtcW__phone{background:#3cb54c;animation:1.6s infinite FloatingWidgets-module__j-NtcW__pulsePhone}@keyframes FloatingWidgets-module__j-NtcW__pulsePhone{0%{box-shadow:0 0 #3cb54c80}70%{box-shadow:0 0 0 15px #3cb54c00}to{box-shadow:0 0 #3cb54c00}}.FloatingWidgets-module__j-NtcW__zalo{letter-spacing:.02em;background:#0068ff;font-size:.9rem;font-weight:700;animation:1.8s infinite FloatingWidgets-module__j-NtcW__pulseZalo}@keyframes FloatingWidgets-module__j-NtcW__pulseZalo{0%{box-shadow:0 0 #0068ff80}70%{box-shadow:0 0 0 15px #0068ff00}to{box-shadow:0 0 #0068ff00}}.FloatingWidgets-module__j-NtcW__scrollTop{-webkit-backdrop-filter:blur(5px);border:1px solid var(--border-color);color:var(--light-gold);opacity:0;visibility:hidden;background:#1c1e2dcc;transform:translateY(10px)}.FloatingWidgets-module__j-NtcW__scrollTopVisible{opacity:1;visibility:visible;transform:translateY(0)}
