@font-face{font-family:Outfit;src:url(/font/font.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Google Sans;src:url(/font/font.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--font-google:"Outfit", "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bg-base:#07090e;--bg-gradient:radial-gradient(circle at 50% 0%, #111625 0%, #07090e 75%);--bg-surface:#12182699;--bg-surface-solid:#0d121f;--border-glow:#ffffff14;--border-glow-hover:#6366f166;--accent-indigo:#6366f1;--accent-pink:#ec4899;--accent-cyan:#06b6d4;--text-primary:#f8fafc;--text-secondary:#94a3b8;--shadow-glow:none;--glass-blur:blur(20px);--transition-speed:.3s}[data-theme=light]{--bg-base:#f3f4f9;--bg-gradient:linear-gradient(135deg, #eef2ff 0%, #fce7f3 35%, #e0f2fe 70%, #f3e8ff 100%);--bg-surface:#ffffffd1;--bg-surface-solid:#fff;--border-glow:#00000012;--border-glow-hover:#7c3aed66;--accent-indigo:#7c3aed;--accent-pink:#d946ef;--accent-cyan:#06b6d4;--text-primary:#1e1b4b;--text-secondary:#475569;--shadow-glow:none;--glass-blur:blur(20px)}*{box-sizing:border-box;font-family:var(--font-google);-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-family:var(--font-google);scroll-behavior:smooth!important}body{background:var(--bg-base);background-image:var(--bg-gradient);color:var(--text-primary);font-family:var(--font-google);-webkit-overflow-scrolling:touch;min-height:100vh;transition:background var(--transition-speed) ease, color var(--transition-speed) ease;background-attachment:fixed;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-google);letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none;transition:all .2s}input,button{font-family:inherit}::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}html,body{-ms-overflow-style:none!important;scrollbar-width:none!important}::selection{background:var(--accent-indigo);color:#fff}.glass-panel{background:var(--bg-surface);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-glow);box-shadow:var(--shadow-glow);border-radius:20px;transition:all .3s cubic-bezier(.16,1,.3,1)}.glass-panel:hover{border-color:var(--border-glow-hover)}.btn-tactile{cursor:pointer;border:none;outline:none;transition:all .2s cubic-bezier(.16,1,.3,1)}.btn-tactile:active{transform:scale(.96)}.container{max-width:var(--container-max,1140px);width:100%;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 1rem}}.bg-blobs{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.blob{filter:blur(120px);opacity:.38;will-change:transform;border-radius:50%;transition:all .5s;position:absolute;transform:translate(0,0)}.blob-1{background:radial-gradient(circle,#6366f1 0%,#0000 70%);width:580px;height:580px;animation:18s ease-in-out infinite alternate floatBlob1;top:-100px;left:15%}[data-theme=light] .blob{opacity:.65}[data-theme=light] .blob-1{background:radial-gradient(circle,#a78bfa 0%,#0000 70%)}[data-theme=light] .blob-2{background:radial-gradient(circle,#f472b6 0%,#0000 70%)}[data-theme=light] .blob-3{background:radial-gradient(circle,#38bdf8 0%,#0000 70%)}.blob-2{background:radial-gradient(circle,#ec4899 0%,#0000 70%);width:520px;height:520px;animation:22s ease-in-out infinite alternate floatBlob2;top:35%;right:-100px}.blob-3{background:radial-gradient(circle,#06b6d4 0%,#0000 70%);width:480px;height:480px;animation:20s ease-in-out infinite alternate floatBlob3;bottom:-100px;left:10%}@keyframes floatBlob1{0%{transform:translate(0)scale(1)}50%{transform:translate(60px,40px)scale(1.08)}to{transform:translate(-30px,80px)scale(.95)}}@keyframes floatBlob2{0%{transform:translate(0)scale(1)}50%{transform:translate(-50px,-60px)scale(1.1)}to{transform:translate(40px,30px)scale(.92)}}@keyframes floatBlob3{0%{transform:translate(0)scale(1)}50%{transform:translate(70px,-30px)scale(1.05)}to{transform:translate(-40px,-70px)scale(.97)}}.scroll-reveal{opacity:0;will-change:opacity, transform;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.scroll-reveal.is-visible{opacity:1;transform:translate(0,0)}.text-gradient-animated{background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent-indigo) 50%, var(--accent-pink) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;animation:6s infinite alternate gradientShift}@keyframes gradientShift{0%{background-position:0%}to{background-position:100%}}.glow-pulse{animation:3s ease-in-out infinite pulseGlow}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #6366f133}50%{box-shadow:0 0 30px #6366f180}}
.Header-module__Af2_WG__header{z-index:1000;-webkit-backdrop-filter:blur(20px);will-change:transform;background:#0b0f19d9;border:none;border-bottom:1px solid #ffffff14;border-radius:0;width:100%;padding:.5rem 0 .3rem;transition:transform .35s cubic-bezier(.16,1,.3,1),background .3s,border-color .3s,box-shadow .3s;position:sticky;top:0;transform:translateY(0)}[data-theme=light] .Header-module__Af2_WG__header{box-shadow:none;background:#ffffffe0;border-bottom:1px solid #00000014}.Header-module__Af2_WG__hidden{transform:translateY(-115%)!important}.Header-module__Af2_WG__scrolled{box-shadow:none!important;background:#080b13f0!important;border-bottom-color:#6366f14d!important}[data-theme=light] .Header-module__Af2_WG__scrolled{box-shadow:none!important;background:#fffffff5!important;border-bottom-color:#6366f133!important}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1280px;margin:0 auto;padding:.35rem 1.5rem;display:flex}.Header-module__Af2_WG__logoGroup{flex-shrink:0;align-items:center;display:flex}.Header-module__Af2_WG__pillsNav{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:.2rem 0;display:flex;overflow-x:auto}.Header-module__Af2_WG__pillsNav::-webkit-scrollbar{display:none}.Header-module__Af2_WG__pillLink{color:var(--text-secondary,#475569);background:#0000000a;border:1px solid #0000000d;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;padding:.4rem 1.1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}[data-theme=dark] .Header-module__Af2_WG__pillLink{color:#cbd5e1;background:#ffffff0f;border-color:#ffffff14}.Header-module__Af2_WG__pillLink:hover{color:#7c3aed;background:#7c3aed1a}.Header-module__Af2_WG__pillActive{color:#fff!important;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)!important;border-color:#0000!important;font-weight:700!important}.Header-module__Af2_WG__logoGroup{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.Header-module__Af2_WG__logoLink{align-items:center;gap:.6rem;padding:.2rem 0;text-decoration:none;display:flex}.Header-module__Af2_WG__logoImg{object-fit:contain;filter:none;border-radius:99px;width:34px;height:34px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.Header-module__Af2_WG__logoLink:hover .Header-module__Af2_WG__logoImg{transform:scale(1.1)rotate(5deg)}.Header-module__Af2_WG__logoText{background:linear-gradient(135deg, var(--text-primary,#fff) 20%, #6366f1 60%, #a855f7 100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;font-family:Outfit,sans-serif;font-size:1.45rem;font-weight:800}.Header-module__Af2_WG__desktopNav{background:#ffffff0a;border:1px solid #ffffff12;border-radius:50px;align-items:center;gap:.2rem;padding:.3rem .4rem;display:flex;box-shadow:inset 0 1px 1px #ffffff0d}[data-theme=light] .Header-module__Af2_WG__desktopNav{background:#00000008;border-color:#0000000f;box-shadow:inset 0 1px 1px #00000008}.Header-module__Af2_WG__navLink{color:var(--text-secondary,#94a3b8);-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border:none;border-radius:20px;justify-content:center;align-items:center;padding:.45rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;position:relative}.Header-module__Af2_WG__navLink:hover{color:var(--text-primary,#fff);background:#ffffff14}[data-theme=light] .Header-module__Af2_WG__navLink:hover{color:#1e293b;background:#0000000d}.Header-module__Af2_WG__active{color:#fff!important;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)!important;font-weight:700!important}.Header-module__Af2_WG__actions{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.Header-module__Af2_WG__themeToggleBtn{color:var(--text-primary,#fff);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}[data-theme=light] .Header-module__Af2_WG__themeToggleBtn{color:#1e293b;background:#0000000a;border-color:#00000014}.Header-module__Af2_WG__themeToggleBtn:hover{color:#6366f1;background:#6366f12e;border-color:#6366f166;transform:rotate(20deg)scale(1.06)}.Header-module__Af2_WG__langSelectorContainer{position:relative}.Header-module__Af2_WG__langBtn{color:var(--text-primary,#fff);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.45rem;padding:.45rem .85rem;font-size:.825rem;font-weight:600;transition:all .25s;display:flex}[data-theme=light] .Header-module__Af2_WG__langBtn{color:#1e293b;background:#0000000a;border-color:#00000014}.Header-module__Af2_WG__langBtn:hover{background:#6366f126;border-color:#6366f166;transform:translateY(-1px)}.Header-module__Af2_WG__chevron{color:var(--text-secondary,#94a3b8);transition:transform .25s cubic-bezier(.16,1,.3,1)}.Header-module__Af2_WG__chevronOpen{transform:rotate(180deg)}.Header-module__Af2_WG__langDropdown{z-index:1001;-webkit-backdrop-filter:blur(20px);transform-origin:100% 0;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:.25rem;min-width:170px;padding:.55rem;animation:.25s cubic-bezier(.16,1,.3,1) forwards Header-module__Af2_WG__dropDownSlide;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 15px 40px #00000073;background:#0d1023f2!important}@keyframes Header-module__Af2_WG__dropDownSlide{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}[data-theme=light] .Header-module__Af2_WG__langDropdown{border-color:#00000014;box-shadow:0 15px 40px #0000001f;background:#fffffffa!important}.Header-module__Af2_WG__langItem{color:var(--text-secondary,#94a3b8);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.825rem;transition:all .2s}.Header-module__Af2_WG__langItem:hover{color:#6366f1;background:#6366f11a}.Header-module__Af2_WG__langItemActive{font-weight:700;color:#6366f1!important;background:#6366f124!important}.Header-module__Af2_WG__menuBtn{width:38px;height:38px;color:var(--text-primary,#fff);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:none}[data-theme=light] .Header-module__Af2_WG__menuBtn{color:#1e293b;background:#0000000a;border-color:#00000014}.Header-module__Af2_WG__menuBtn:hover{color:#6366f1;background:#6366f126;border-color:#6366f166}.Header-module__Af2_WG__backdrop{-webkit-backdrop-filter:blur(8px);z-index:1150;background:#000000a6;animation:.25s forwards Header-module__Af2_WG__fadeIn;position:fixed;inset:0}.Header-module__Af2_WG__drawer{z-index:1200;flex-direction:column;gap:1rem;width:310px;max-width:85vw;padding:1.25rem 1.25rem 1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards Header-module__Af2_WG__slideDrawerLeft;display:flex;position:fixed;top:0;bottom:0;left:0;-webkit-backdrop-filter:blur(25px)!important;background:#0b0f19f5!important;border:none!important;border-right:1px solid #ffffff1a!important;border-radius:0 20px 20px 0!important;box-shadow:15px 0 40px #00000080!important}[data-theme=light] .Header-module__Af2_WG__drawer{background:#fffffffa!important;border-right:1px solid #00000014!important;box-shadow:15px 0 40px #00000026!important}@keyframes Header-module__Af2_WG__slideDrawerLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Header-module__Af2_WG__slideDrawerOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes Header-module__Af2_WG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__Af2_WG__fadeOut{0%{opacity:1}to{opacity:0}}.Header-module__Af2_WG__drawerClosing{animation:.25s cubic-bezier(.16,1,.3,1) forwards Header-module__Af2_WG__slideDrawerOutLeft!important}.Header-module__Af2_WG__backdropClosing{animation:.25s forwards Header-module__Af2_WG__fadeOut!important}.Header-module__Af2_WG__drawerHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-bottom:.9rem;display:flex}[data-theme=light] .Header-module__Af2_WG__drawerHeader{border-bottom-color:#00000014}.Header-module__Af2_WG__drawerTitleBox{flex-direction:column;gap:.1rem;display:flex}.Header-module__Af2_WG__drawerBadge{color:#6366f1;letter-spacing:.02em;background:#6366f126;border-radius:12px;width:fit-content;padding:.12rem .5rem;font-size:.65rem;font-weight:700}.Header-module__Af2_WG__drawerCloseBtn{width:36px;height:36px;color:var(--text-primary,#fff);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}[data-theme=light] .Header-module__Af2_WG__drawerCloseBtn{color:#1e293b;background:#0000000a;border-color:#00000014}.Header-module__Af2_WG__drawerCloseBtn:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d}.Header-module__Af2_WG__drawerNav{flex-direction:column;flex:1;gap:.4rem;padding-right:.25rem;display:flex;overflow-y:auto}.Header-module__Af2_WG__drawerSectionHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary,#94a3b8);opacity:.7;margin-top:.5rem;margin-bottom:.2rem;padding-left:.5rem;font-size:.72rem;font-weight:800}.Header-module__Af2_WG__drawerNavLink{color:var(--text-secondary,#94a3b8);border-bottom:1px solid #ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.925rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}[data-theme=light] .Header-module__Af2_WG__drawerNavLink{color:#475569;border-bottom:1px solid #0000000f}.Header-module__Af2_WG__drawerNavLink:last-child{border-bottom:none}.Header-module__Af2_WG__drawerNavLink:hover{color:var(--text-primary,#fff);background:#6366f11a;transform:translate(4px)}.Header-module__Af2_WG__drawerActive{color:#fff!important;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)!important;font-weight:700!important}.Header-module__Af2_WG__drawerActiveBadge{color:#4f46e5;background:#fff;border-radius:20px;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.Header-module__Af2_WG__drawerDivider{background:#ffffff14;height:1px;margin:.6rem 0}[data-theme=light] .Header-module__Af2_WG__drawerDivider{background:#00000014}.Header-module__Af2_WG__drawerLangGrid{grid-template-columns:repeat(2,1fr);gap:.4rem;margin-bottom:.5rem;display:grid}.Header-module__Af2_WG__drawerLangChip{color:var(--text-secondary,#94a3b8);cursor:pointer;text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:.45rem .65rem;font-size:.8rem;font-weight:600;transition:all .2s}[data-theme=light] .Header-module__Af2_WG__drawerLangChip{color:#475569;background:#00000008;border-color:#00000014}.Header-module__Af2_WG__drawerLangChip:hover{color:#6366f1;background:#6366f11f;border-color:#6366f14d}.Header-module__Af2_WG__drawerLangChipActive{font-weight:700;color:#6366f1!important;background:#6366f133!important;border-color:#6366f1!important}.Header-module__Af2_WG__drawerFooter{border-top:1px solid #ffffff14;padding-top:.9rem}[data-theme=light] .Header-module__Af2_WG__drawerFooter{border-top-color:#00000014}.Header-module__Af2_WG__drawerFooterRow{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__footerMetaLabel{color:var(--text-secondary,#94a3b8);font-size:.85rem;font-weight:600}.Header-module__Af2_WG__drawerThemeBtn{color:#6366f1;cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:50px;align-items:center;gap:.45rem;padding:.45rem 1rem;font-size:.825rem;font-weight:700;display:flex}@media (max-width:1080px){.Header-module__Af2_WG__desktopNav{gap:.1rem;padding:.25rem .3rem}.Header-module__Af2_WG__navLink{padding:.4rem .7rem;font-size:.82rem}}@media (max-width:860px){.Header-module__Af2_WG__menuBtn{display:flex}.Header-module__Af2_WG__pillsNav{display:none!important}.Header-module__Af2_WG__container{padding:.4rem 1rem}}@media (max-width:480px){.Header-module__Af2_WG__container{padding:.35rem .75rem}.Header-module__Af2_WG__logoText{font-size:1.3rem}.Header-module__Af2_WG__langLabel{display:none}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border-glow);width:100%;color:var(--text-secondary);transition:all var(--transition-speed) ease;background:0 0;padding:3rem 0 1.5rem;font-size:.85rem}.Footer-module__EZoWya__container{grid-template-columns:1.5fr 1fr 2fr;gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__brandTitleContainer{align-items:center;gap:.35rem;display:flex}.Footer-module__EZoWya__brandTitle{background:linear-gradient(135deg, var(--text-primary) 30%, var(--accent-indigo) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;font-size:1.3rem;font-weight:800}.Footer-module__EZoWya__footerLogoImg{object-fit:contain;border-radius:6px;width:26px;height:26px;transition:transform .3s}.Footer-module__EZoWya__brandTitleContainer:hover .Footer-module__EZoWya__footerLogoImg{transform:rotate(10deg)scale(1.1)}.Footer-module__EZoWya__brandText{color:var(--text-secondary);line-height:1.5}.Footer-module__EZoWya__linksSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__sectionHeader{color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;font-size:.95rem;font-weight:700}.Footer-module__EZoWya__links{flex-direction:column;gap:.6rem;display:flex}.Footer-module__EZoWya__link{width:fit-content;transition:all .25s;display:inline-block}.Footer-module__EZoWya__link:hover{color:var(--accent-indigo);transform:translate(3px)}.Footer-module__EZoWya__disclaimerSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__disclaimerText{color:var(--text-secondary);text-align:justify;font-size:.8rem;line-height:1.6}.Footer-module__EZoWya__bottomBar{border-top:1px solid var(--border-glow);grid-column:1/-1;justify-content:center;margin-top:1rem;padding-top:1.5rem;display:flex}.Footer-module__EZoWya__copyright{text-align:center;color:var(--text-secondary);font-size:.75rem}@media (max-width:900px){.Footer-module__EZoWya__container{grid-template-columns:1fr;gap:2rem}}
.CookieConsent-module__Ystraa__banner{z-index:1200;flex-direction:column;gap:1rem;width:calc(100% - 40px);max-width:420px;padding:1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards CookieConsent-module__Ystraa__slideInUp;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 10px 30px #0000004d;background:var(--bg-surface-solid)!important}[data-theme=light] .CookieConsent-module__Ystraa__banner{background:#fff!important;border:1px solid #0000001f!important;box-shadow:0 10px 30px #0000001f!important}[data-theme=light] .CookieConsent-module__Ystraa__declineBtn{color:#475569!important;border:1px solid #0000002e!important}[data-theme=light] .CookieConsent-module__Ystraa__declineBtn:hover{color:#0f172a!important;background:#0000000d!important}.CookieConsent-module__Ystraa__content{align-items:flex-start;gap:.75rem;display:flex}.CookieConsent-module__Ystraa__iconBox{border:1px solid var(--border-glow);color:var(--accent-indigo);background:#6366f11a;border-radius:8px;justify-content:center;align-items:center;padding:.4rem;display:flex}.CookieConsent-module__Ystraa__textGroup{flex-direction:column;gap:.25rem;display:flex}.CookieConsent-module__Ystraa__title{color:var(--text-primary);font-size:.95rem;font-weight:700}.CookieConsent-module__Ystraa__desc{color:var(--text-secondary);font-size:.775rem;line-height:1.4}.CookieConsent-module__Ystraa__actions{justify-content:flex-end;align-items:center;gap:.75rem;width:100%;display:flex}.CookieConsent-module__Ystraa__declineBtn{border:1px solid var(--border-glow);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:20px;padding:.4rem .9rem;font-size:.775rem;font-weight:600;transition:all .2s}.CookieConsent-module__Ystraa__declineBtn:hover{color:var(--text-primary);background:#ffffff0a}.CookieConsent-module__Ystraa__acceptBtn{background:linear-gradient(135deg, var(--accent-indigo) 0%, var(--accent-pink) 100%);color:#fff;cursor:pointer;border-radius:20px;padding:.4rem 1.1rem;font-size:.775rem;font-weight:600;box-shadow:0 0 10px #6366f133}.CookieConsent-module__Ystraa__acceptBtn:hover{filter:brightness(1.1)}@keyframes CookieConsent-module__Ystraa__slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.CookieConsent-module__Ystraa__banner{width:auto;max-width:none;bottom:75px;left:20px;right:20px}}
.OfflineModal-module__whFD7a__overlay{-webkit-backdrop-filter:blur(25px);z-index:2000;background:#040614b3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.3s forwards OfflineModal-module__whFD7a__fadeIn;display:flex;position:fixed;top:0;left:0}.OfflineModal-module__whFD7a__card{border-radius:20px;flex-direction:column;gap:1.5rem;width:100%;max-width:480px;padding:2rem;display:flex;border:1px solid var(--border-glow)!important;background:#0d111cfa!important;box-shadow:0 20px 50px #0009!important}[data-theme=light] .OfflineModal-module__whFD7a__card{background:#fff!important;border:1px solid #0000001a!important;box-shadow:0 20px 50px #00000026!important}.OfflineModal-module__whFD7a__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.OfflineModal-module__whFD7a__alertIcon{color:var(--accent-pink);filter:drop-shadow(0 0 10px #ec489966);animation:2s ease-in-out infinite OfflineModal-module__whFD7a__pulse}.OfflineModal-module__whFD7a__title{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.OfflineModal-module__whFD7a__desc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.OfflineModal-module__whFD7a__historySection{flex-direction:column;gap:.75rem;display:flex}.OfflineModal-module__whFD7a__historyHeader{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-glow);align-items:center;gap:.4rem;padding-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.OfflineModal-module__whFD7a__list{flex-direction:column;gap:.6rem;max-height:200px;padding-right:.25rem;display:flex;overflow-y:auto}.OfflineModal-module__whFD7a__item{border:1px solid var(--border-glow);background:#ffffff08;border-radius:8px;align-items:center;padding:.6rem .8rem;display:flex}.OfflineModal-module__whFD7a__itemMain{flex-direction:column;gap:.2rem;width:100%;display:flex}.OfflineModal-module__whFD7a__itemTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.825rem;font-weight:600;overflow:hidden}.OfflineModal-module__whFD7a__itemMeta{color:var(--text-secondary);font-size:.7rem}.OfflineModal-module__whFD7a__empty{text-align:center;color:var(--text-secondary);border:1px dashed var(--border-glow);border-radius:8px;padding:1.5rem 0;font-size:.85rem}@keyframes OfflineModal-module__whFD7a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes OfflineModal-module__whFD7a__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}
