.Header-module__ldgnoG__header{z-index:1000;background:hsl(var(--background) / .85);-webkit-backdrop-filter:blur(16px)saturate(1.3);backdrop-filter:blur(16px)saturate(1.3);border-bottom:1px solid hsl(var(--hairline));width:100%;height:64px;transition:background var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease);align-items:center;margin:0;padding:0;display:flex;position:fixed;top:0;left:0}[data-theme=dark] .Header-module__ldgnoG__header{box-shadow:0 1px #00000059}[data-theme=panama-brown] .Header-module__ldgnoG__header{box-shadow:0 1px #0006}.Header-module__ldgnoG__headerContent{justify-content:space-between;align-items:center;gap:var(--sp-4);width:100%;height:64px;display:flex}.Header-module__ldgnoG__leftGroup{align-items:center;gap:var(--sp-3);display:flex}.Header-module__ldgnoG__primaryNav{align-items:center;gap:var(--sp-2);margin-left:var(--sp-3);display:none}.Header-module__ldgnoG__navLink{height:36px;color:hsl(var(--muted-foreground));letter-spacing:-.005em;white-space:nowrap;transition:color var(--dur-fast,.12s) var(--ease,ease), background var(--dur-fast,.12s) var(--ease,ease);border-radius:8px;align-items:center;padding:0 14px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.Header-module__ldgnoG__navLink:hover{color:hsl(var(--foreground));background:hsl(var(--muted) / .5)}.Header-module__ldgnoG__navLinkActive{color:hsl(var(--foreground));background:hsl(var(--muted) / .55);font-weight:600}@media (min-width:1024px){.Header-module__ldgnoG__primaryNav{display:inline-flex}.Header-module__ldgnoG__burgerBtn{display:none}}.Header-module__ldgnoG__burgerBtn{cursor:pointer;padding:var(--sp-2);margin:0 calc(-1 * var(--sp-2));color:hsl(var(--foreground));transition:color var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__burgerBtn:hover{color:hsl(var(--primary))}.Header-module__ldgnoG__burgerIcon{filter:invert(50%)sepia(0%)saturate(0%)brightness(130%)contrast(90%);width:auto;height:22px;transition:filter var(--dur-fast) var(--ease)}.Header-module__ldgnoG__logo{transition:opacity var(--dur-fast) var(--ease);align-items:center;text-decoration:none;display:flex}.Header-module__ldgnoG__logo:hover{opacity:.85}.Header-module__ldgnoG__logoImage{width:auto;height:36px;transition:opacity var(--dur-base) var(--ease)}.Header-module__ldgnoG__searchWrapper{max-width:520px;margin:0 var(--sp-4);flex:1;align-items:center;display:flex;position:relative}.Header-module__ldgnoG__searchForm{width:100%}.Header-module__ldgnoG__inputWrapper{align-items:center;width:100%;display:flex;position:relative}.Header-module__ldgnoG__searchIcon{left:var(--sp-3);pointer-events:none;color:hsl(var(--muted-foreground));z-index:1;align-items:center;font-size:14px;display:flex;position:absolute}.Header-module__ldgnoG__searchInput{width:100%;height:36px;padding:0 var(--sp-7) 0 calc(var(--sp-3) + 22px);border:1px solid hsl(var(--hairline));background:hsl(var(--background) / .5);color:hsl(var(--foreground));transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);border-radius:8px;font-family:inherit;font-size:13px}.Header-module__ldgnoG__searchInput::placeholder{color:hsl(var(--muted-foreground))}.Header-module__ldgnoG__searchInput:hover{border-color:hsl(var(--border))}.Header-module__ldgnoG__searchInput:focus{border-color:hsl(var(--primary) / .6);background:hsl(var(--card));box-shadow:0 0 0 3px hsl(var(--primary) / .12);outline:none}.Header-module__ldgnoG__searchKbd{right:var(--sp-3);font-family:var(--font-mono);color:hsl(var(--muted-foreground));border:1px solid hsl(var(--hairline));background:hsl(var(--background) / .5);pointer-events:none;transition:opacity var(--dur-fast) var(--ease);border-radius:4px;padding:2px 6px;font-size:11px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.Header-module__ldgnoG__inputWrapper:focus-within .Header-module__ldgnoG__searchKbd{opacity:0}.Header-module__ldgnoG__suggestionsDropdown{z-index:100;background:hsl(var(--card));border:1px solid hsl(var(--hairline));box-shadow:var(--shadow-lg);max-height:480px;padding:var(--sp-1);border-radius:10px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto}.Header-module__ldgnoG__suggestionGroup{padding:var(--sp-1) 0;border-bottom:1px solid hsl(var(--hairline) / .5);flex-direction:column;gap:1px;display:flex}.Header-module__ldgnoG__suggestionGroup:last-child{border-bottom:none}.Header-module__ldgnoG__suggestionGroupLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.16em;color:hsl(var(--muted-foreground));padding:var(--sp-2) var(--sp-3) var(--sp-1);font-size:10px;font-weight:500}.Header-module__ldgnoG__suggestionItem{align-items:center;gap:var(--sp-2);width:100%;padding:var(--sp-2) var(--sp-3);color:hsl(var(--foreground));text-align:left;cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;border-radius:6px;font-family:inherit;font-size:13px;display:flex}.Header-module__ldgnoG__suggestionItem:hover,.Header-module__ldgnoG__suggestionItemHighlighted{background:hsl(var(--surface-hover,var(--muted)));color:hsl(var(--foreground))}.Header-module__ldgnoG__suggestionIcon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;display:inline-flex}.Header-module__ldgnoG__suggestionLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Header-module__ldgnoG__actions{align-items:center;gap:var(--sp-2);display:flex}.Header-module__ldgnoG__notifWrapper{position:relative}.Header-module__ldgnoG__notifBtn{cursor:pointer;padding:var(--sp-2);width:36px;height:36px;color:hsl(var(--muted-foreground));transition:color var(--dur-fast) var(--ease);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__ldgnoG__notifBtn:hover,.Header-module__ldgnoG__notifBtn[aria-expanded=true]{color:hsl(var(--foreground))}.Header-module__ldgnoG__notifBtn:after{content:"";background:hsl(var(--primary));transform-origin:50%;height:2px;transition:transform var(--dur-fast) var(--ease);border-radius:1px;position:absolute;bottom:4px;left:8px;right:8px;transform:scaleX(0)}.Header-module__ldgnoG__notifBtn:hover:after,.Header-module__ldgnoG__notifBtn[aria-expanded=true]:after{transform:scaleX(1)}.Header-module__ldgnoG__notifBadge{background:hsl(var(--card));border:1px solid hsl(var(--hairline));min-width:18px;height:18px;color:hsl(var(--primary));font-family:var(--font-mono);font-feature-settings:"tnum" 1;letter-spacing:0;box-shadow:var(--shadow-sm);border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;top:2px;right:2px}.Header-module__ldgnoG__userMenuWrapper{position:relative}.Header-module__ldgnoG__loginBtn{cursor:pointer;width:36px;height:36px;transition:opacity var(--dur-fast) var(--ease);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.Header-module__ldgnoG__loginBtn:hover{opacity:.85}.Header-module__ldgnoG__loginIconSvg{width:22px;height:22px;color:hsl(var(--muted-foreground));transition:color var(--dur-fast) var(--ease)}.Header-module__ldgnoG__loginBtn:hover .Header-module__ldgnoG__loginIconSvg{color:hsl(var(--foreground))}.Header-module__ldgnoG__userAvatar{object-fit:cover;border:2px solid hsl(var(--border));width:32px;height:32px;transition:border-color var(--dur-fast) var(--ease);border-radius:50%}.Header-module__ldgnoG__loginBtn:hover .Header-module__ldgnoG__userAvatar{border-color:hsl(var(--primary))}.Header-module__ldgnoG__userMenu{top:calc(100% + var(--sp-2));background:hsl(var(--card));border:1px solid hsl(var(--hairline));min-width:220px;box-shadow:var(--shadow-lg);z-index:1001;padding:var(--sp-1);border-radius:10px;position:absolute;right:0;overflow:hidden}.Header-module__ldgnoG__userMenuHeader{padding:var(--sp-2) var(--sp-3) var(--sp-3);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--hairline));white-space:nowrap;text-overflow:ellipsis;margin-bottom:var(--sp-1);font-size:11px;font-weight:500;overflow:hidden}.Header-module__ldgnoG__userMenuItem{align-items:center;gap:var(--sp-2);width:100%;padding:var(--sp-2) var(--sp-3);text-align:left;color:hsl(var(--foreground));cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;border-radius:6px;font-family:inherit;font-size:13px;display:flex}.Header-module__ldgnoG__menuIcon{object-fit:contain;opacity:.8;flex-shrink:0}.Header-module__ldgnoG__userMenuItem:hover{background:hsl(var(--surface-hover,var(--muted)))}.Header-module__ldgnoG__userMenuItem:hover .Header-module__ldgnoG__menuIcon{opacity:1}.Header-module__ldgnoG__userMenuDivider{background:hsl(var(--hairline));height:1px;margin:var(--sp-1) calc(-1 * var(--sp-1))}.Header-module__ldgnoG__userMenuLogout{color:hsl(var(--destructive))}.Header-module__ldgnoG__userMenuLogout:hover{background:hsl(var(--destructive) / .08);color:hsl(var(--destructive))}@media (max-width:768px){.Header-module__ldgnoG__header{height:56px}.Header-module__ldgnoG__headerContent{gap:var(--sp-2);height:56px}.Header-module__ldgnoG__leftGroup{gap:var(--sp-2)}.Header-module__ldgnoG__actions{gap:var(--sp-1)}.Header-module__ldgnoG__logoImage{height:30px}.Header-module__ldgnoG__burgerIcon{height:18px}.Header-module__ldgnoG__searchWrapper{display:none}.Header-module__ldgnoG__notifBtn{width:32px;height:32px}.Header-module__ldgnoG__notifBtn svg{width:18px;height:18px}.Header-module__ldgnoG__loginBtn{width:32px;height:32px}.Header-module__ldgnoG__loginIconSvg{width:20px;height:20px}.Header-module__ldgnoG__userAvatar{width:30px;height:30px}}@media (max-width:400px){.Header-module__ldgnoG__headerContent{gap:var(--sp-1);padding-left:var(--sp-1);padding-right:var(--sp-1)}.Header-module__ldgnoG__actions{gap:2px}.Header-module__ldgnoG__logoImage{height:26px}.Header-module__ldgnoG__notifBtn,.Header-module__ldgnoG__loginBtn{width:30px;height:30px}.Header-module__ldgnoG__notifBtn svg,.Header-module__ldgnoG__loginIconSvg{width:17px;height:17px}.Header-module__ldgnoG__userAvatar{width:28px;height:28px}:is(.Header-module__ldgnoG__actions .theme-switcher-desktop-only,.Header-module__ldgnoG__actions>:first-child){display:none}}
.BurgerMenu-module__YlH9FW__overlay{z-index:9999;background:#00000080;width:100%;height:100%;animation:.3s BurgerMenu-module__YlH9FW__overlayFadeIn;position:fixed;top:0;left:0}@keyframes BurgerMenu-module__YlH9FW__overlayFadeIn{0%{opacity:0}to{opacity:1}}.BurgerMenu-module__YlH9FW__sidebar{background:hsl(var(--background));border-right:1px solid hsl(var(--border));width:300px;height:auto;padding:2rem 1.5rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom) + 80px);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;z-index:10000;flex-direction:column;animation:.35s cubic-bezier(.22,1,.36,1) BurgerMenu-module__YlH9FW__slideIn;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.BurgerMenu-module__YlH9FW__sidebar::-webkit-scrollbar{display:none}.BurgerMenu-module__YlH9FW__closeBtn{color:hsl(var(--foreground));cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-bottom:2rem}.BurgerMenu-module__YlH9FW__nav{flex-direction:column;gap:1rem;display:flex}.BurgerMenu-module__YlH9FW__item{color:hsl(var(--foreground));border-radius:8px;align-items:center;gap:1rem;padding:.75rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:flex}.BurgerMenu-module__YlH9FW__item:hover{background:hsl(var(--muted));transform:translate(4px)}.BurgerMenu-module__YlH9FW__divider{background:hsl(var(--border));height:1px;margin:1rem 0}.BurgerMenu-module__YlH9FW__copyright{color:hsl(var(--muted-foreground));text-align:center;margin-top:auto;padding-top:2rem;font-size:.8rem}@keyframes BurgerMenu-module__YlH9FW__slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}
.WelcomeModal-module__5bJoKG__overlay{z-index:9000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:24px;padding-top:max(24px, env(safe-area-inset-top));padding-bottom:max(24px, env(safe-area-inset-bottom));background:#0000008c;justify-content:center;align-items:center;animation:.22s ease-out WelcomeModal-module__5bJoKG__welcomeFadeIn;display:flex;position:fixed;inset:0}@keyframes WelcomeModal-module__5bJoKG__welcomeFadeIn{0%{opacity:0}to{opacity:1}}.WelcomeModal-module__5bJoKG__dialog{aspect-ratio:16/9;border:1px solid hsl(var(--hairline,var(--border)));background-color:hsl(var(--card));background-image:url(/hero/welcome-landscape.webp);background-position:50%;background-size:cover;border-radius:18px;width:100%;max-width:880px;animation:.32s cubic-bezier(.32,.72,.24,1) WelcomeModal-module__5bJoKG__welcomeRise;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000073}@keyframes WelcomeModal-module__5bJoKG__welcomeRise{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.WelcomeModal-module__5bJoKG__bgImage{display:none}.WelcomeModal-module__5bJoKG__bgOverlay{pointer-events:none;background:linear-gradient(90deg, hsl(var(--card)) 0%, hsl(var(--card) / .92) 38%, hsl(var(--card) / .55) 55%, transparent 75%);position:absolute;inset:0}[data-theme=dark] .WelcomeModal-module__5bJoKG__dialog{filter:none}[data-theme=dark] .WelcomeModal-module__5bJoKG__bgOverlay{background:linear-gradient(90deg, hsl(var(--card)) 0%, hsl(var(--card) / .94) 38%, hsl(var(--card) / .6) 55%, #00000040 100%)}[data-theme=panama-brown] .WelcomeModal-module__5bJoKG__bgOverlay{background:linear-gradient(90deg, hsl(var(--card)) 0%, hsl(var(--card) / .94) 38%, hsl(var(--card) / .55) 55%, #2c231c2e 100%)}.WelcomeModal-module__5bJoKG__closeBtn{color:#fff;cursor:pointer;z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;border:none;border-radius:999px;place-items:center;width:36px;height:36px;transition:background .12s,transform .12s;display:grid;position:absolute;top:14px;right:14px}.WelcomeModal-module__5bJoKG__closeBtn:hover{background:#000000a6;transform:scale(1.05)}.WelcomeModal-module__5bJoKG__content{z-index:2;width:60%;height:100%;color:hsl(var(--foreground));flex-direction:column;justify-content:center;gap:10px;padding:36px 32px;display:flex;position:relative}.WelcomeModal-module__5bJoKG__langRow{flex-wrap:wrap;gap:4px;margin-bottom:4px;display:flex}.WelcomeModal-module__5bJoKG__langBtn{appearance:none;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--hairline,var(--border)));font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.08em;cursor:pointer;background:0 0;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:600;transition:all .12s}.WelcomeModal-module__5bJoKG__langBtn:hover{color:hsl(var(--foreground));border-color:hsl(var(--primary) / .5)}.WelcomeModal-module__5bJoKG__langBtnActive{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.WelcomeModal-module__5bJoKG__langBtnActive:hover{color:hsl(var(--primary-foreground))}.WelcomeModal-module__5bJoKG__eyebrow{font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--hairline,var(--border)));border-radius:999px;align-self:flex-start;margin-bottom:6px;padding:4px 10px;font-size:10px;font-weight:600}.WelcomeModal-module__5bJoKG__title{font-family:var(--font-sans), Inter, sans-serif;letter-spacing:-.02em;color:hsl(var(--foreground));flex-direction:column;gap:2px;margin:0;font-size:clamp(26px,3.6vw,40px);font-weight:700;line-height:1.04;display:flex}.WelcomeModal-module__5bJoKG__titleMain{font-weight:800}.WelcomeModal-module__5bJoKG__titleAccent{color:hsl(var(--primary));font-size:.85em;font-weight:700}[data-theme=dark] .WelcomeModal-module__5bJoKG__titleAccent{color:#f0cb75;text-shadow:0 1px 8px #0000008c}[data-theme=dark] .WelcomeModal-module__5bJoKG__titleMain{text-shadow:0 1px 8px #0000008c}[data-theme=panama-brown] .WelcomeModal-module__5bJoKG__titleAccent{color:#edc682;text-shadow:0 1px 6px #140c0499}[data-theme=panama-brown] .WelcomeModal-module__5bJoKG__titleMain{color:#f6f5f3;text-shadow:0 1px 6px #140c0499}:is([data-theme=dark] .WelcomeModal-module__5bJoKG__lead,[data-theme=panama-brown] .WelcomeModal-module__5bJoKG__lead,[data-theme=dark] .WelcomeModal-module__5bJoKG__body,[data-theme=panama-brown] .WelcomeModal-module__5bJoKG__body){text-shadow:0 1px 4px #0006}.WelcomeModal-module__5bJoKG__lead{color:hsl(var(--foreground));margin:6px 0 0;font-size:clamp(14px,1.4vw,16px);font-weight:600;line-height:1.4}.WelcomeModal-module__5bJoKG__body{color:hsl(var(--muted-foreground));margin:0;font-size:clamp(13px,1.2vw,14px);line-height:1.55}.WelcomeModal-module__5bJoKG__ctaRow{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.WelcomeModal-module__5bJoKG__primaryCta,.WelcomeModal-module__5bJoKG__secondaryCta{cursor:pointer;letter-spacing:-.005em;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:filter .12s,background .12s,border-color .12s;display:inline-flex}.WelcomeModal-module__5bJoKG__primaryCta{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none}.WelcomeModal-module__5bJoKG__primaryCta:hover{filter:brightness(.94)}.WelcomeModal-module__5bJoKG__secondaryCta{color:hsl(var(--foreground));border:1px solid hsl(var(--hairline,var(--border)));background:0 0}.WelcomeModal-module__5bJoKG__secondaryCta:hover{background:hsl(var(--muted) / .4)}.WelcomeModal-module__5bJoKG__dontShow{color:hsl(var(--muted-foreground));cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;margin-top:6px;font-size:12px;display:flex}.WelcomeModal-module__5bJoKG__dontShow input{cursor:pointer;width:14px;height:14px;accent-color:hsl(var(--primary))}.WelcomeModal-module__5bJoKG__domains{font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.04em;color:hsl(var(--muted-foreground));align-items:center;gap:8px;margin-top:auto;padding-top:12px;font-size:11px;display:flex}.WelcomeModal-module__5bJoKG__dot{opacity:.5}.WelcomeModal-module__5bJoKG__domainCurrent{color:hsl(var(--foreground));font-weight:600}.WelcomeModal-module__5bJoKG__domainLink{color:hsl(var(--primary));border-bottom:1px solid #0000;text-decoration:none;transition:border-color .12s}.WelcomeModal-module__5bJoKG__domainLink:hover{border-color:hsl(var(--primary))}@media (max-width:720px){.WelcomeModal-module__5bJoKG__overlay{padding:0}.WelcomeModal-module__5bJoKG__dialog{aspect-ratio:auto;background-image:url(/hero/welcome-portrait.webp);background-position:50% 30%;border-radius:0;max-width:100%;height:100dvh;max-height:100dvh}.WelcomeModal-module__5bJoKG__bgOverlay{background:linear-gradient(180deg, transparent 0%, transparent 35%, hsl(var(--card) / .85) 55%, hsl(var(--card)) 70%)}:is([data-theme=dark] .WelcomeModal-module__5bJoKG__bgOverlay,[data-theme=panama-brown] .WelcomeModal-module__5bJoKG__bgOverlay){background:linear-gradient(180deg, transparent 0%, transparent 35%, hsl(var(--card) / .88) 55%, hsl(var(--card)) 70%)}.WelcomeModal-module__5bJoKG__content{width:100%;height:auto;padding:22px 22px max(22px, env(safe-area-inset-bottom));justify-content:flex-end;gap:8px;position:absolute;bottom:0;left:0;right:0}.WelcomeModal-module__5bJoKG__title{font-size:30px}.WelcomeModal-module__5bJoKG__lead{font-size:15px}.WelcomeModal-module__5bJoKG__body{font-size:14px}.WelcomeModal-module__5bJoKG__ctaRow{flex-direction:column;gap:8px}.WelcomeModal-module__5bJoKG__primaryCta,.WelcomeModal-module__5bJoKG__secondaryCta{width:100%;height:46px}}
.CookieConsent-module__ORNcuG__banner{z-index:9500;background:hsl(var(--card) / .96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid hsl(var(--border));padding:1rem 1.25rem;animation:.25s ease-out CookieConsent-module__ORNcuG__slideUpBanner;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #0000001f}@keyframes CookieConsent-module__ORNcuG__slideUpBanner{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieConsent-module__ORNcuG__bannerInner{flex-direction:column;gap:1rem;max-width:1200px;margin:0 auto;display:flex}@media (min-width:768px){.CookieConsent-module__ORNcuG__bannerInner{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}.CookieConsent-module__ORNcuG__bannerText{color:hsl(var(--foreground));flex:1;font-size:.9rem;line-height:1.5}.CookieConsent-module__ORNcuG__bannerTitle{margin-right:.4rem;font-weight:600}.CookieConsent-module__ORNcuG__bannerLink{color:hsl(var(--primary));margin-left:.25rem;text-decoration:underline}.CookieConsent-module__ORNcuG__bannerLink:hover{opacity:.85}.CookieConsent-module__ORNcuG__bannerActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.CookieConsent-module__ORNcuG__btn{border-radius:var(--radius,8px);border:1px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground));cursor:pointer;white-space:nowrap;padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.CookieConsent-module__ORNcuG__btn:hover{background:hsl(var(--muted))}.CookieConsent-module__ORNcuG__btn:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.CookieConsent-module__ORNcuG__btnPrimary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.CookieConsent-module__ORNcuG__btnPrimary:hover{background:hsl(var(--primary) / .9)}.CookieConsent-module__ORNcuG__btnLink{color:hsl(var(--foreground));background:0 0;border-color:#0000;text-decoration:underline}.CookieConsent-module__ORNcuG__btnLink:hover{color:hsl(var(--primary));background:0 0}.CookieConsent-module__ORNcuG__overlay{z-index:9600;-webkit-backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out CookieConsent-module__ORNcuG__fadeIn;display:flex;position:fixed;inset:0}@keyframes CookieConsent-module__ORNcuG__fadeIn{0%{opacity:0}to{opacity:1}}.CookieConsent-module__ORNcuG__modal{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;width:100%;max-width:560px;max-height:90vh;animation:.22s cubic-bezier(.16,1,.3,1) CookieConsent-module__ORNcuG__popIn;overflow-y:auto;box-shadow:0 20px 60px #00000040}@keyframes CookieConsent-module__ORNcuG__popIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.CookieConsent-module__ORNcuG__modalHeader{padding:1.25rem 1.5rem .5rem}.CookieConsent-module__ORNcuG__modalTitle{color:hsl(var(--foreground));margin:0 0 .35rem;font-size:1.25rem;font-weight:700}.CookieConsent-module__ORNcuG__modalIntro{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem;line-height:1.55}.CookieConsent-module__ORNcuG__categoryList{flex-direction:column;gap:.75rem;padding:.75rem 1.5rem;display:flex}.CookieConsent-module__ORNcuG__category{border:1px solid hsl(var(--border));background:hsl(var(--background) / .5);border-radius:.6rem;flex-direction:column;gap:.35rem;padding:.9rem 1rem;display:flex}.CookieConsent-module__ORNcuG__categoryHead{justify-content:space-between;align-items:center;gap:1rem;display:flex}.CookieConsent-module__ORNcuG__categoryTitle{color:hsl(var(--foreground));font-size:.95rem;font-weight:600}.CookieConsent-module__ORNcuG__categoryDesc{color:hsl(var(--muted-foreground));font-size:.8rem;line-height:1.5}.CookieConsent-module__ORNcuG__lockedBadge{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.CookieConsent-module__ORNcuG__toggle{flex-shrink:0;width:40px;height:22px;display:inline-block;position:relative}.CookieConsent-module__ORNcuG__toggle input{opacity:0;width:0;height:0}.CookieConsent-module__ORNcuG__toggleSlider{background:hsl(var(--muted));cursor:pointer;border-radius:999px;transition:background-color .2s;position:absolute;inset:0}.CookieConsent-module__ORNcuG__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.CookieConsent-module__ORNcuG__toggle input:checked+.CookieConsent-module__ORNcuG__toggleSlider{background:hsl(var(--primary))}.CookieConsent-module__ORNcuG__toggle input:checked+.CookieConsent-module__ORNcuG__toggleSlider:before{transform:translate(18px)}.CookieConsent-module__ORNcuG__toggle input:disabled+.CookieConsent-module__ORNcuG__toggleSlider{background:hsl(var(--primary) / .5);cursor:not-allowed}.CookieConsent-module__ORNcuG__toggle input:focus-visible+.CookieConsent-module__ORNcuG__toggleSlider{outline:2px solid hsl(var(--primary));outline-offset:2px}.CookieConsent-module__ORNcuG__modalActions{border-top:1px solid hsl(var(--border));flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:.5rem;padding:1rem 1.5rem 1.5rem;display:flex}@media (max-width:560px){.CookieConsent-module__ORNcuG__modalActions{flex-direction:column}.CookieConsent-module__ORNcuG__modalActions .CookieConsent-module__ORNcuG__btn{width:100%}}
.ForcedDobModal-module__fSc4Ia__overlay{z-index:10100;-webkit-backdrop-filter:blur(8px);background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ForcedDobModal-module__fSc4Ia__modal{background:hsl(var(--card,0 0% 100%));color:hsl(var(--card-foreground,0 0% 7%));isolation:isolate;border:1px solid hsl(var(--hairline,var(--border,0 0% 90%)));border-radius:14px;width:100%;max-width:480px;max-height:90vh;padding:0;overflow-y:auto;box-shadow:0 24px 70px #0009}.ForcedDobModal-module__fSc4Ia__header{border-bottom:1px solid hsl(var(--hairline,var(--border,0 0% 90%)));padding:1.75rem 2rem 1.25rem}.ForcedDobModal-module__fSc4Ia__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--primary,36 40% 38%));margin-bottom:.65rem;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:10.5px;font-weight:600;display:inline-block}.ForcedDobModal-module__fSc4Ia__title{letter-spacing:-.02em;color:hsl(var(--foreground,0 0% 10%));margin:0 0 .6rem;font-family:Fraunces,Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:600;line-height:1.2}.ForcedDobModal-module__fSc4Ia__intro{color:hsl(var(--muted-foreground,0 0% 40%));margin:0;font-size:.92rem;line-height:1.55}.ForcedDobModal-module__fSc4Ia__body{padding:1.5rem 2rem 0}.ForcedDobModal-module__fSc4Ia__error{color:#aa1818;background:#fceeee;border:1px solid #ebadad;border-radius:6px;margin-bottom:1rem;padding:.7rem .9rem;font-size:.85rem}.ForcedDobModal-module__fSc4Ia__field{margin-bottom:1.25rem;display:block}.ForcedDobModal-module__fSc4Ia__label{letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--muted-foreground,0 0% 40%));margin-bottom:.45rem;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:.78rem;font-weight:600;display:block}.ForcedDobModal-module__fSc4Ia__input{border:1px solid hsl(var(--border,0 0% 85%));background:hsl(var(--background,0 0% 99%));width:100%;color:hsl(var(--foreground,0 0% 10%));transition:border-color var(--dur-fast,.15s) var(--ease,ease), box-shadow var(--dur-fast,.15s) var(--ease,ease);border-radius:8px;padding:.75rem .95rem;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:1.05rem}.ForcedDobModal-module__fSc4Ia__input:focus{border-color:hsl(var(--primary,36 40% 38%));box-shadow:0 0 0 3px hsl(var(--primary,36 40% 38%) / .15);outline:none}.ForcedDobModal-module__fSc4Ia__checkboxGroup{background:hsl(var(--muted,0 0% 96%) / .4);border:1px solid hsl(var(--hairline,0 0% 92%));border-radius:8px;margin-bottom:1.25rem;padding:.85rem 1rem}.ForcedDobModal-module__fSc4Ia__checkbox{cursor:pointer;color:hsl(var(--foreground,0 0% 15%));align-items:flex-start;gap:.7rem;font-size:.88rem;line-height:1.45;display:flex}.ForcedDobModal-module__fSc4Ia__checkbox+.ForcedDobModal-module__fSc4Ia__checkbox{margin-top:.65rem}.ForcedDobModal-module__fSc4Ia__checkbox input[type=checkbox]{appearance:none;border:1.5px solid hsl(var(--border,0 0% 70%));background:hsl(var(--background,0 0% 100%));cursor:pointer;width:18px;height:18px;transition:all var(--dur-fast,.15s) var(--ease,ease);border-radius:4px;flex-shrink:0;margin:.12rem 0 0;position:relative}.ForcedDobModal-module__fSc4Ia__checkbox input[type=checkbox]:hover{border-color:hsl(var(--primary,36 40% 38%))}.ForcedDobModal-module__fSc4Ia__checkbox input[type=checkbox]:checked{background:hsl(var(--primary,36 40% 38%));border-color:hsl(var(--primary,36 40% 38%))}.ForcedDobModal-module__fSc4Ia__checkbox input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.ForcedDobModal-module__fSc4Ia__link{color:hsl(var(--primary,36 40% 38%));text-underline-offset:2px;font-weight:500;text-decoration:underline}.ForcedDobModal-module__fSc4Ia__link:hover{text-decoration-thickness:2px}.ForcedDobModal-module__fSc4Ia__actions{border-top:1px solid hsl(var(--hairline,var(--border,0 0% 90%)));flex-wrap:wrap;gap:.6rem;padding:1rem 2rem 1.75rem;display:flex}.ForcedDobModal-module__fSc4Ia__primaryBtn{background:hsl(var(--primary,36 40% 38%));color:hsl(var(--primary-foreground,0 0% 100%));cursor:pointer;min-width:140px;transition:filter var(--dur-fast,.15s) var(--ease,ease), box-shadow var(--dur-fast,.15s) var(--ease,ease), transform var(--dur-fast,.15s) var(--ease,ease);border:none;border-radius:8px;flex:auto;padding:.78rem 1.5rem;font-size:.95rem;font-weight:600}.ForcedDobModal-module__fSc4Ia__primaryBtn:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 12px hsl(var(--primary,36 40% 38%) / .35)}.ForcedDobModal-module__fSc4Ia__primaryBtn:active:not(:disabled){transform:scale(.98)}.ForcedDobModal-module__fSc4Ia__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.ForcedDobModal-module__fSc4Ia__secondaryBtn{color:hsl(var(--muted-foreground,0 0% 45%));border:1px solid hsl(var(--border,0 0% 85%));cursor:pointer;transition:all var(--dur-fast,.15s) var(--ease,ease);background:0 0;border-radius:8px;padding:.78rem 1.4rem;font-size:.95rem;font-weight:500}.ForcedDobModal-module__fSc4Ia__secondaryBtn:hover{background:hsl(var(--muted,0 0% 96%));color:hsl(var(--foreground,0 0% 15%));border-color:hsl(var(--foreground,0 0% 30%) / .4)}@media (max-width:480px){.ForcedDobModal-module__fSc4Ia__header{padding:1.5rem 1.5rem 1rem}.ForcedDobModal-module__fSc4Ia__body{padding:1.25rem 1.5rem 0}.ForcedDobModal-module__fSc4Ia__actions{flex-direction:column-reverse;padding:1rem 1.5rem 1.5rem}.ForcedDobModal-module__fSc4Ia__secondaryBtn,.ForcedDobModal-module__fSc4Ia__primaryBtn{width:100%}.ForcedDobModal-module__fSc4Ia__title{font-size:1.4rem}}
.DemoBanner-module__AUbxyG__banner{z-index:1100;color:#fff;height:36px;font-family:var(--font-mono), ui-monospace, SFMono-Regular, Menlo, monospace;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(90deg,#c2410c 0%,#ea580c 50%,#c2410c 100%);align-items:center;gap:12px;padding:0 16px;font-size:12px;line-height:1.2;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden;box-shadow:0 1px 4px #0003}.DemoBanner-module__AUbxyG__tag{letter-spacing:.08em;background:#fff3;border:1px solid #fff6;border-radius:2px;flex-shrink:0;padding:2px 8px;font-weight:700}.DemoBanner-module__AUbxyG__text{text-overflow:ellipsis;flex:1;overflow:hidden}.DemoBanner-module__AUbxyG__link{color:#fff;flex-shrink:0;font-weight:600;text-decoration:underline}.DemoBanner-module__AUbxyG__link:hover{text-decoration:none}@media (max-width:640px){.DemoBanner-module__AUbxyG__banner{gap:8px;padding:0 8px;font-size:10px}.DemoBanner-module__AUbxyG__text{font-size:10px}}
