.page{justify-content:center;min-height:100dvh;display:flex}.surface{background:var(--color-surface);width:100%;padding:clamp(var(--space-px-28), 3.5vw, var(--space-px-44)) var(--surface-pad-x) var(--surface-pad-y-bottom);gap:clamp(var(--space-10), 8vw, var(--space-px-120));flex-direction:column;display:flex}.section__cta{justify-content:center;display:flex}.hero{text-align:center;align-items:center;gap:var(--space-px-18);padding:clamp(var(--space-3), 2vw, var(--space-5)) 0 clamp(var(--space-1), 1vw, var(--space-px-10));flex-direction:column;width:100%;max-width:880px;margin:0 auto;display:flex}.hero__title{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--fs-landing-hero);line-height:var(--lh-hero-title);letter-spacing:var(--lt-display-2);color:var(--color-fg);max-width:20ch;margin:0}.hero__lead{font-size:var(--fs-lead);line-height:var(--lh-message);color:var(--color-fg-muted);max-width:52ch;margin:0}.hero__lead strong{color:var(--color-fg);font-weight:var(--fw-bold)}.hero__search{justify-content:center;width:100%;max-width:720px;display:flex}.hero__hint{color:var(--color-fg-muted);max-width:560px;font-size:13px;line-height:var(--lh-normal);margin:0}@media (width<=520px){.hero__title{font-size:32px}}.section{gap:clamp(var(--space-7), 4vw, var(--space-px-48));flex-direction:column;display:flex}.section__head{justify-content:space-between;align-items:flex-end;gap:var(--space-6);display:flex}.section__head--stacked{align-items:flex-start;gap:clamp(var(--space-5), 2vw, var(--space-px-28));flex-direction:column}.section__head-left{gap:clamp(var(--space-5), 2vw, var(--space-px-28));flex-direction:column;min-width:0;display:flex}.section__head-right{flex-shrink:0}.display{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--fs-display);line-height:var(--lh-display);letter-spacing:var(--lt-display);color:var(--color-fg)}.section--tours .display{font-size:var(--fs-h2);line-height:var(--lh-body);letter-spacing:var(--lt-h2)}.section--tours .section__head{text-align:center;justify-content:center}.section--video .display{font-size:var(--fs-hero-sub);line-height:var(--lh-tight)}.testimonials .display{font-size:var(--fs-h2);line-height:var(--lh-body-tighter);letter-spacing:var(--lt-h2);max-width:720px}.h2{font-family:var(--font-display);font-size:var(--fs-h2);line-height:var(--lh-body-tighter);letter-spacing:var(--lt-h2);max-width:1000px}.h2__strong{font-weight:var(--fw-bold);color:var(--color-fg)}.h2__soft{font-weight:var(--fw-medium);color:var(--color-fg-muted)}.tours-grid{gap:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.gallery-grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.experience-foot{justify-content:space-between;align-items:center;gap:var(--space-6);margin-top:var(--space-2);display:flex}.experience-foot__text{font-size:var(--fs-small);line-height:var(--lh-normal);color:var(--color-fg-soft);max-width:360px}.video-head{align-items:flex-start;gap:clamp(var(--space-5), 2vw, var(--space-px-28));flex-direction:column;display:flex}.video-head__row{justify-content:space-between;align-items:flex-end;gap:var(--space-6);width:100%;display:flex}.video-head__caption{font-size:var(--fs-small);line-height:var(--lh-normal);color:var(--color-fg-soft);text-align:right;max-width:460px}.video-frame{aspect-ratio:16/7;border-radius:var(--radius-card);background:var(--color-fg-soft);cursor:pointer;isolation:isolate;width:100%;display:block;position:relative;overflow:hidden}.video-frame__image{object-fit:cover;width:100%;height:100%;transition:transform var(--dur-800) var(--ease-out);position:absolute;inset:0}.video-frame:hover .video-frame__image{transform:scale(1.03)}.video-frame__overlay{background:radial-gradient(ellipse at center, var(--overlay-dark-05) 0%, var(--overlay-dark-25) 100%), linear-gradient(180deg, var(--overlay-dark-0) 60%, var(--overlay-dark-55) 100%);pointer-events:none;position:absolute;inset:0}.video-frame__play{border-radius:var(--radius-pill);background:var(--overlay-light-92);width:clamp(64px,8vw,96px);height:clamp(64px,8vw,96px);color:var(--color-fg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-dropdown);transition:transform var(--dur-250) var(--ease-out), background-color var(--dur-normal) ease;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-frame__play svg{width:42%;height:42%;transform:translate(2px)}.video-frame:hover .video-frame__play{background:#fff;transform:translate(-50%,-50%)scale(1.08)}.video-frame__caption{justify-content:space-between;align-items:baseline;gap:var(--space-3);color:#fff;pointer-events:none;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.video-frame__location{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--fs-h3);letter-spacing:var(--ls-tight-2);text-shadow:0 2px 8px var(--overlay-dark-45)}.video-frame__duration{font-family:var(--font-body);font-size:12px;font-weight:var(--fw-semibold);padding:var(--space-1) var(--space-px-10);background:var(--overlay-dark-55);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (width<=1280px){.tours-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.section__head,.video-head__row,.experience-foot{flex-direction:column;align-items:flex-start}.video-head__caption{text-align:left}.gallery-grid{grid-template-columns:1fr}.h2{font-size:var(--fs-h3)}}@media (width<=520px){.tours-grid{grid-template-columns:1fr}.display{font-size:var(--fs-h2)}.video-frame{aspect-ratio:5/4}}.testimonials__head{margin-bottom:var(--space-6)}.testimonials__grid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.testimonial{padding:var(--space-6);background:var(--color-surface);border:var(--border-1) solid var(--color-border);border-radius:var(--radius-image);gap:var(--space-px-14);flex-direction:column;margin:0;display:flex}.testimonial__stars{color:var(--color-star);letter-spacing:var(--ls-star);font-size:14px}.testimonial__quote{font-family:var(--font-display);font-size:16px;line-height:var(--lh-normal);color:var(--color-fg);font-style:italic}.testimonial__foot{align-items:center;gap:var(--space-3);padding-top:var(--space-px-14);border-top:var(--border-1) solid var(--color-border);display:flex}.testimonial__avatar{border-radius:var(--radius-pill);background:var(--color-fg);width:38px;height:38px;color:var(--color-button-fg);font-family:var(--font-display);font-weight:var(--fw-bold);justify-content:center;align-items:center;font-size:15px;display:inline-flex}.testimonial__foot strong{font-size:13px;font-weight:var(--fw-bold);color:var(--color-fg);display:block}.testimonial__foot small{color:var(--color-fg-muted);margin-top:var(--space-px-2);font-size:11.5px;display:block}.press{align-items:center;gap:var(--space-px-18);padding:var(--space-7) 0;flex-direction:column;display:flex}.press__label{text-transform:uppercase;letter-spacing:var(--ls-wide-4);color:var(--color-fg-muted);font-size:11px;font-weight:var(--fw-bold)}.press__logos{gap:clamp(var(--space-5), 4vw, var(--space-px-48));flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.press__logo{font-family:var(--font-display);font-weight:var(--fw-bold);font-size:var(--fs-lead);color:var(--color-fg-muted);opacity:.55;transition:opacity var(--dur-normal) ease, color var(--dur-normal) ease;letter-spacing:var(--ls-tight-3)}.press__logo:hover{opacity:1;color:var(--color-fg)}.press__link{font-size:13px;font-weight:var(--fw-semibold);color:var(--color-fg-muted)}.press__link:hover{color:var(--color-fg)}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{height:100%}body{flex-direction:column;min-height:100dvh;display:flex}body>div[style*="display: contents"]{display:contents}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{--color-canvas:#ededed;--color-surface:#fff;--color-fg:#0a0a0a;--color-fg-soft:#1a1a1a;--color-fg-muted:#6a6a6a;--color-pill-bg:#f1f1f1;--color-pill-fg:#0a0a0a;--color-surface-alt:#f7f7f7;--color-button-bg:#0a0a0a;--color-button-fg:#fff;--color-overlay-fg:#fff;--color-border:#ececec;--color-border-soft:#e3e3e3;--color-border-strong:#d8d8d8;--color-border-muted:#c9c9c9;--color-accent:#d23f3f;--color-accent-strong:#b91c1c;--color-accent-soft:#fde8e6;--color-accent-tint:#fef2f2;--color-success:#15803d;--color-success-strong:#166534;--color-success-soft:#dcfce7;--color-success-bg:#e7f7ec;--color-warning:#b45309;--color-warning-strong:#92400e;--color-warning-soft:#fffbeb;--color-warning-bg:#fff3d6;--color-warning-border:#f6c878;--color-warning-accent:#f0a82a;--color-star:#f59e0b;--color-amber:#d97706;--color-danger-soft:#fee2e2;--color-danger-border:#fecaca;--color-danger:#dc2626;--color-danger-strong:#991b1b;--color-info:#1e40af;--color-info-strong:#1e3a8a;--color-info-soft:#e7eefd;--color-info-bg:#eff6ff;--color-info-bg-strong:#dbeafe;--color-info-border:#bfdbfe;--color-disabled-bg:#999;--color-muted-dot:#6b7280;--color-map-placeholder:#e0e6ed;--color-neutral-hover:#1d1d1d;--color-neutral-dark:#1f1f1f;--color-neutral-gradient-end:#4a4a4a;--color-upload-gradient-end:#b9b9b9;--color-static-white:#fff;--color-static-dark:#1f1f1f;--color-newsletter-bg-start:#fff3e5;--color-newsletter-bg-end:#ffe0c2;--color-host-gradient-start:#2b1a0a;--color-host-gradient-end:#4a2a0d}:root[data-theme=dark]{--color-canvas:#0a0a0a;--color-surface:#161616;--color-fg:#f3f3f3;--color-fg-soft:#e0e0e0;--color-fg-muted:#9a9a9a;--color-pill-bg:#232323;--color-pill-fg:#f3f3f3;--color-surface-alt:#1f1f1f;--color-button-bg:#f3f3f3;--color-button-fg:#0a0a0a;--color-overlay-fg:#fff;--color-border:#2a2a2a;--color-border-soft:#242424;--color-border-strong:#3a3a3a;--color-border-muted:#4a4a4a;--color-accent:#f06a6a;--color-accent-strong:#f8b9b3;--color-accent-soft:#3a1717;--color-accent-tint:#2a1010;--color-success:#4ade80;--color-success-strong:#86efac;--color-success-soft:#12301d;--color-success-bg:#102718;--color-warning:#f6c878;--color-warning-strong:#f3d28d;--color-warning-soft:#2d210c;--color-warning-bg:#33250e;--color-warning-border:#7a5015;--color-warning-accent:#f0a82a;--color-star:#fbbf24;--color-amber:#f59e0b;--color-danger-soft:#3a1717;--color-danger-border:#7f1d1d;--color-danger:#f87171;--color-danger-strong:#fca5a5;--color-info:#93c5fd;--color-info-strong:#bfdbfe;--color-info-soft:#13233f;--color-info-bg:#10203a;--color-info-bg-strong:#172b4a;--color-info-border:#25456f;--color-disabled-bg:#555;--color-muted-dot:#8b95a6;--color-map-placeholder:#202833;--color-neutral-hover:#2b2b2b;--color-neutral-dark:#1f1f1f;--color-neutral-gradient-end:#4a4a4a;--color-upload-gradient-end:#5a5a5a;--color-static-white:#fff;--color-static-dark:#1f1f1f;--color-newsletter-bg-start:#fff3e5;--color-newsletter-bg-end:#ffe0c2;--color-host-gradient-start:#2b1a0a;--color-host-gradient-end:#4a2a0d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{background:var(--color-canvas);color:var(--color-fg);transition:background-color .2s,color .2s}:root{--radius-surface:32px;--radius-card:24px;--radius-image:18px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:56px;--space-10:72px;--space-11:96px;--space-12:128px;--space-px-1:1px;--space-px-2:2px;--space-px-3:3px;--space-px-5:5px;--space-px-6:6px;--space-px-7:7px;--space-px-9:9px;--space-px-10:10px;--space-px-11:11px;--space-px-13:13px;--space-px-14:14px;--space-px-18:18px;--space-px-22:22px;--space-px-28:28px;--space-px-30:30px;--space-px-36:36px;--space-px-44:44px;--space-px-48:48px;--space-px-52:52px;--space-px-60:60px;--space-px-64:64px;--space-px-80:80px;--space-px-120:120px;--space-block-inner:clamp(20px, 2.5vw, 32px);--space-section-gap:clamp(48px, 6vw, 96px);--space-surface-y:clamp(28px, 3.5vw, 44px);--font-display:"Inter Tight", "Inter", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--fs-display:clamp(48px, 6vw, 84px);--fs-landing-hero:clamp(36px, 4.5vw, 58px);--fs-hero-sub:clamp(28px, 4vw, 44px);--fs-h2:clamp(22px, 2.4vw, 34px);--fs-h3:clamp(20px, 1.7vw, 24px);--fs-lead:clamp(16px, 1.7vw, 19px);--fs-body:15px;--fs-small:14px;--fs-pill:13px;--fs-price:22px;--fs-price-sm:16px;--lh-display:1.04;--lh-tight:1.1;--lh-snug:1.25;--lh-normal:1.5;--lt-display:-.025em;--lt-h2:-.015em;--lt-body:0;--container-max:1680px;--content-max-width:1200px;--content-max-width-narrow:1080px;--content-padding-inline:clamp(var(--space-5), 4vw, var(--space-8));--surface-pad-x:clamp(28px, 5vw, 96px);--surface-pad-y-top:clamp(28px, 3vw, 56px);--surface-pad-y-bottom:clamp(56px, 6vw, 112px);--canvas-pad:clamp(8px, 1.2vw, 20px);--shadow-card-overlay:0 1px 2px #0000000a;--shadow-1:0 1px 2px #0000000a;--shadow-2:0 1px 3px #00000014;--shadow-3:0 8px 24px #0000001a;--shadow-4:-12px 0 40px #00000014;--z-base:1;--z-raised:2;--z-sticky:10;--z-overlay:50;--z-modal:100;--z-popover:200;--z-toast:300;--bp-sm:520px;--bp-md:720px;--bp-lg:1024px;--bp-xl:1280px;--bp-2xl:1680px;--bp-480:480px;--bp-540:540px;--bp-560:560px;--bp-600:600px;--bp-640:640px;--bp-680:680px;--bp-700:700px;--bp-760:760px;--bp-768:768px;--bp-800:800px;--bp-880:880px;--bp-900:900px;--bp-960:960px;--bp-1100:1100px;--bp-1200:1200px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--dur-fast:.15s;--dur-normal:.2s;--dur-slow:.3s;--dur-slower:.5s;--border-1:1px;--border-2:1.5px;--border-3:2px;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--lh-relaxed:1.6;--lh-loose:1.75;--lt-eyebrow:.06em;--lt-pill:.05em;--lt-display-2:-.02em;--scrim-on-surface-04:#0000000a;--scrim-on-surface-08:#00000014;--scrim-on-surface-18:#0000002e;--scrim-on-surface-55:#0000008c;--radius-xs:8px;--radius-sm:10px;--radius-md:12px;--radius-lg:14px;--radius-xl:20px;--space-px-12:12px;--space-px-16:16px;--space-px-20:20px;--space-px-24:24px;--space-px-32:32px;--space-px-38:38px;--space-px-42:42px;--space-px-100:100px;--space-px-88:88px;--lh-flush:1;--lh-hero-title:1.05;--lh-tight-alt:1.08;--lh-body-tight:1.15;--lh-body-tighter:1.18;--lh-body:1.2;--lh-caption:1.3;--lh-lead:1.35;--lh-card:1.4;--lh-card-alt:1.45;--lh-message:1.55;--lh-label:1.65;--ls-tight-3:-.005em;--ls-tight-2:-.01em;--ls-tight-1:-.018em;--ls-wide-1:.03em;--ls-wide-2:.04em;--ls-wide-3:.08em;--ls-wide-4:.1em;--ls-wide-5:.3em;--radius-2xs:4px;--radius-3xs:6px;--radius-13:13px;--radius-15:15px;--radius-16:16px;--radius-22:22px;--z-mid-5:5;--z-mid-30:30;--z-high-60:60;--z-high-70:70;--z-high-90:90;--z-3:3;--z-110:110;--z-120:120;--z-130:130;--z-140:140;--z-150:150;--z-250:250;--dur-100:.1s;--dur-120:.12s;--dur-180:.18s;--dur-250:.25s;--dur-400:.4s;--dur-600:.6s;--dur-700:.7s;--dur-800:.8s;--shadow-subtle:0 6px 24px #0000000f;--shadow-dropdown-lg:0 8px 24px var(--scrim-on-surface-18);--shadow-tooltip-lg:0 8px 32px var(--scrim-on-surface-08);--shadow-sheet-reverse:0 -8px 24px var(--scrim-on-surface-08);--shadow-btn:0 2px 6px #0003;--shadow-btn-alt:0 2px 4px #0000001a;--shadow-input:0 2px 8px #0000001a;--shadow-card-active:0 4px 14px #0000002e;--shadow-cookie:0 12px 36px #0000001f;--shadow-soft-float:0 12px 28px #0000000f;--shadow-popover:0 8px 24px #0000001a;--shadow-popover-strong:0 12px 32px #00000026;--shadow-popover-intense:0 12px 32px #0000002e;--shadow-notification:0 12px 40px #0000001f;--shadow-float-heavy:0 18px 48px #0003;--shadow-modal-strong:0 20px 60px #00000040;--shadow-lg-card:0 20px 60px var(--scrim-on-surface-18);--shadow-xl:0 24px 60px #00000040;--shadow-notify-xl:0 24px 64px #00000038;--shadow-card-resting:0 1px 2px #0000000f;--shadow-card-hover-alt:0 1px 2px #00000014;--shadow-glow:0 4px 24px #0000000a;--shadow-drawer:0 16px 40px var(--scrim-on-surface-18);--shadow-modal-lg:0 24px 60px var(--scrim-on-surface-18);--shadow-5:0 4px 16px #0000000d;--shadow-card-hover:0 8px 20px var(--scrim-on-surface-18);--space-neg-4:-4px;--ls-star:1px;--space-neg-1:-1px;--space-neg-10:-10px;--space-neg-12:-12px;--space-neg-14:-14px;--lh-prose:1.7;--radius-2:2px;--radius-3:3px;--shadow-float-strong:0 10px 28px #00000038;--shadow-toggle:0 1px 3px #0003;--overlay-dark-0:#0000;--overlay-dark-05:#0000000d;--overlay-dark-06:#0000000f;--overlay-dark-08:#00000014;--overlay-dark-18:#0000002e;--overlay-dark-25:#00000040;--overlay-dark-35:#00000059;--overlay-dark-38:#00000061;--overlay-dark-45:#00000073;--overlay-dark-50:#00000080;--overlay-dark-55:#0000008c;--overlay-dark-60:#0009;--overlay-dark-68:#000000ad;--overlay-dark-78:#000000c7;--overlay-dark-92:#000000eb;--overlay-light-06:#ffffff0f;--overlay-light-08:#ffffff14;--overlay-light-10:#ffffff1a;--overlay-light-12:#ffffff1f;--overlay-light-14:#ffffff24;--overlay-light-18:#ffffff2e;--overlay-light-22:#ffffff38;--overlay-light-28:#ffffff47;--overlay-light-35:#ffffff59;--overlay-light-50:#ffffff80;--overlay-light-55:#ffffff8c;--overlay-light-60:#fff9;--overlay-light-65:#ffffffa6;--overlay-light-70:#ffffffb3;--overlay-light-72:#ffffffb8;--overlay-light-85:#ffffffd9;--overlay-light-90:#ffffffe6;--overlay-light-92:#ffffffeb;--overlay-light-95:#fffffff2;--overlay-accent-08:#d23f3f14;--overlay-accent-90:#d23f3fe6;--overlay-accent-soft-03:#e8575708;--overlay-accent-soft-08:#e8575714;--overlay-accent-soft-22:#e8575738;--overlay-warning-12:#d977061f;--overlay-ink-06:#1a1a1a0f}:root[data-theme=dark]{--scrim-on-surface-04:#ffffff0a;--scrim-on-surface-08:#ffffff14;--scrim-on-surface-18:#ffffff2e;--scrim-on-surface-55:#ffffff8c}body{background:var(--color-canvas);color:var(--color-fg);font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-normal);letter-spacing:var(--lt-body)}.content-shell{width:100%;max-width:var(--content-max-width);padding-inline:var(--content-padding-inline);margin:0 auto}.content-shell--narrow{max-width:var(--content-max-width-narrow)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sr-only{width:1px;height:1px;margin:var(--space-neg-1);clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;padding:0;position:absolute;overflow:hidden}.drawer__backdrop.svelte-uoov0r{background:var(--overlay-dark-45);z-index:var(--z-high-90);animation:svelte-uoov0r-fade var(--dur-normal) var(--ease-out);position:fixed;inset:0}.drawer.svelte-uoov0r{background:var(--color-surface);width:min(380px,88vw);z-index:var(--z-modal);transition:transform var(--dur-slow) var(--ease-out), width var(--dur-slow) var(--ease-out), box-shadow var(--dur-slow) var(--ease-out);box-shadow:var(--shadow-4);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%)}.drawer.svelte-uoov0r:not(.drawer--open){width:0;box-shadow:none}.drawer.svelte-uoov0r:not(.drawer--open)>:where(.svelte-uoov0r){display:none}.drawer--open.svelte-uoov0r{transform:translate(0)}.drawer__head.svelte-uoov0r{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-6);border-bottom:var(--border-1) solid var(--color-border);display:flex}.drawer__title.svelte-uoov0r{font-family:var(--font-display);font-weight:var(--fw-bold);letter-spacing:var(--lt-h2);font-size:20px}.drawer__user.svelte-uoov0r{align-items:center;gap:var(--space-px-10);min-width:0;display:inline-flex}.drawer__avatar.svelte-uoov0r{border-radius:var(--radius-pill);background:var(--color-fg);width:40px;height:40px;color:var(--color-button-fg);font-family:var(--font-display);font-weight:var(--fw-bold);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:inline-flex}.drawer__name.svelte-uoov0r{font-family:var(--font-display);font-weight:var(--fw-bold);color:var(--color-fg);font-size:15px;line-height:var(--lh-body)}.drawer__email.svelte-uoov0r{color:var(--color-fg-muted);margin-top:var(--space-px-1);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.drawer__close.svelte-uoov0r{border-radius:var(--radius-pill);background:var(--color-pill-bg);width:40px;height:40px;color:var(--color-fg);transition:background-color var(--dur-normal) ease;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.drawer__close.svelte-uoov0r:hover{background:var(--color-border-soft)}.drawer__close.svelte-uoov0r svg:where(.svelte-uoov0r){width:18px;height:18px}.drawer__nav.svelte-uoov0r{padding:var(--space-4) 0;flex:1;overflow-y:auto}.drawer__section.svelte-uoov0r{padding:var(--space-3) var(--space-6)}.drawer__section-title.svelte-uoov0r{font-family:var(--font-body);font-size:11px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--ls-wide-3);color:var(--color-fg-muted);margin-bottom:var(--space-2)}.drawer__list.svelte-uoov0r{flex-direction:column;list-style:none;display:flex}.drawer__link.svelte-uoov0r{padding:var(--space-3) 0;font-size:16px;font-weight:var(--fw-medium);color:var(--color-fg);transition:color var(--dur-normal) ease;display:block}.drawer__link.svelte-uoov0r:hover{color:var(--color-accent)}.drawer__link--strong.svelte-uoov0r{font-weight:var(--fw-bold)}.drawer__foot.svelte-uoov0r{gap:var(--space-2);padding:var(--space-4) var(--space-6) var(--space-6);border-top:var(--border-1) solid var(--color-border);flex-direction:column;display:flex}.drawer__logout.svelte-uoov0r{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border:var(--border-1) solid var(--color-border-soft);border-radius:var(--radius-pill);font-size:14px;font-weight:var(--fw-semibold);color:var(--color-fg);transition:background-color var(--dur-normal) ease, border-color var(--dur-normal) ease;background:0 0;display:inline-flex}.drawer__logout.svelte-uoov0r:hover{border-color:var(--color-fg);background:var(--color-pill-bg)}.drawer__logout.svelte-uoov0r svg:where(.svelte-uoov0r){width:16px;height:16px}.drawer__lang.svelte-uoov0r{justify-content:center;align-items:center;gap:var(--space-px-10);padding:var(--space-3) var(--space-4);background:var(--color-pill-bg);border-radius:var(--radius-pill);font-size:14px;font-weight:var(--fw-semibold);color:var(--color-fg);transition:background-color var(--dur-normal) ease;display:inline-flex}.drawer__lang.svelte-uoov0r:hover{background:var(--color-border-soft)}.drawer__lang.svelte-uoov0r svg:where(.svelte-uoov0r){width:16px;height:16px}@keyframes svelte-uoov0r-fade{0%{opacity:0}to{opacity:1}}.drawer__mode.svelte-uoov0r{gap:var(--space-2);flex-direction:column;display:flex}.drawer__theme-label.svelte-uoov0r{font-size:11px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--lt-eyebrow);color:var(--color-fg-muted)}.drawer__mode-options.svelte-uoov0r{gap:var(--space-px-6);padding:var(--space-1);background:var(--color-pill-bg);border-radius:var(--radius-md);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.mode-opt.svelte-uoov0r{min-height:38px;padding:var(--space-2);border-radius:var(--radius-xs);font-size:12px;font-weight:var(--fw-bold);cursor:pointer;color:var(--color-fg-muted);transition:background-color var(--dur-fast) ease, color var(--dur-fast) ease;background:0 0;justify-content:center;align-items:center;display:inline-flex}.mode-opt.svelte-uoov0r:hover{color:var(--color-fg)}.mode-opt--on.svelte-uoov0r{background:var(--color-surface);color:var(--color-fg);box-shadow:var(--shadow-2)}.modal__title.svelte-adkhhv{font-family:var(--font-display);font-weight:var(--fw-bold);letter-spacing:var(--ls-tight-2);margin-bottom:var(--space-px-6);font-size:18px}.modal__tabs.svelte-adkhhv{gap:var(--space-2);border-bottom:var(--border-1) solid var(--color-border);display:flex}.tab.svelte-adkhhv{font-size:15px;font-weight:var(--fw-semibold);color:var(--color-fg-muted);padding:var(--space-3) var(--space-1) var(--space-4);transition:color var(--dur-normal) ease;background:0 0;position:relative}.tab.svelte-adkhhv:hover,.tab--active.svelte-adkhhv{color:var(--color-fg)}.tab--active.svelte-adkhhv:after{content:"";background:var(--color-fg);border-radius:var(--radius-pill);height:2px;position:absolute;bottom:-1px;left:0;right:0}.modal__section-title.svelte-adkhhv{font-size:13px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--lt-pill);color:var(--color-fg-muted);margin-bottom:var(--space-4)}.grid.svelte-adkhhv{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid}.option.svelte-adkhhv{align-items:flex-start;gap:var(--space-px-2);padding:var(--space-px-14) var(--space-4);text-align:left;border:var(--border-1) solid var(--color-border);border-radius:var(--radius-sm);transition:border-color var(--dur-normal) ease, background-color var(--dur-normal) ease;background:0 0;flex-direction:column;display:flex}.option.svelte-adkhhv:hover,.option--selected.svelte-adkhhv{border-color:var(--color-fg);background:var(--color-surface-alt)}.option__label.svelte-adkhhv{font-size:15px;font-weight:var(--fw-semibold);color:var(--color-fg)}.option__region.svelte-adkhhv{color:var(--color-fg-muted);font-size:12px}.bell-wrap.svelte-vtze1i{position:relative}.bell.svelte-vtze1i{border-radius:var(--radius-pill);background:var(--color-pill-bg);width:44px;height:44px;color:var(--color-fg);transition:background-color var(--dur-fast) ease;justify-content:center;align-items:center;display:inline-flex;position:relative}.bell.svelte-vtze1i:hover{background:var(--color-border-soft)}.bell.svelte-vtze1i svg:where(.svelte-vtze1i){width:18px;height:18px}.bell__badge.svelte-vtze1i{top:var(--space-1);right:var(--space-1);min-width:18px;height:18px;padding:0 var(--space-1);border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-static-white);font-size:10px;font-weight:var(--fw-bold);line-height:var(--lh-flush);justify-content:center;align-items:center;display:inline-flex;position:absolute}.panel.svelte-vtze1i{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-16);width:360px;max-height:480px;box-shadow:var(--shadow-notification);z-index:var(--z-modal);flex-direction:column;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.panel__head.svelte-vtze1i{padding:var(--space-px-14) var(--space-px-18);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.panel__title.svelte-vtze1i{font-size:14px;font-weight:var(--fw-bold)}.link.svelte-vtze1i{color:var(--color-fg-muted);font-size:12px;font-weight:var(--fw-semibold);padding:var(--space-1) 0}.link.svelte-vtze1i:hover{color:var(--color-fg);text-decoration:underline}.empty.svelte-vtze1i{padding:var(--space-8) var(--space-6);text-align:center;gap:var(--space-2);flex-direction:column;align-items:center;display:flex}.empty__emoji.svelte-vtze1i{font-size:32px}.empty.svelte-vtze1i p:where(.svelte-vtze1i){color:var(--color-fg-muted);max-width:240px;font-size:13px;line-height:var(--lh-card)}.list.svelte-vtze1i{padding:var(--space-px-6);scrollbar-width:thin;scrollbar-color:var(--overlay-dark-18) transparent;margin:0;list-style:none;overflow-y:auto}.list.svelte-vtze1i::-webkit-scrollbar{width:6px}.list.svelte-vtze1i::-webkit-scrollbar-thumb{background:var(--overlay-dark-18);border-radius:var(--radius-pill)}.item.svelte-vtze1i{gap:var(--space-px-10);padding:var(--space-px-10) var(--space-3);border-radius:var(--radius-sm);text-align:left;width:100%;color:var(--color-fg);transition:background-color var(--dur-fast) ease;background:0 0;grid-template-columns:32px 1fr auto;align-items:flex-start;display:grid}.item.svelte-vtze1i:hover{background:var(--color-pill-bg)}.item--unread.svelte-vtze1i{background:var(--color-warning-soft)}.item--unread.svelte-vtze1i:hover{background:var(--color-warning-bg)}.item__icon.svelte-vtze1i{font-size:20px}.item__body.svelte-vtze1i{min-width:0}.item__title.svelte-vtze1i{font-size:13px;font-weight:var(--fw-bold);line-height:var(--lh-caption);margin-bottom:var(--space-px-2)}.item__sub.svelte-vtze1i{color:var(--color-fg-muted);font-size:12px;line-height:var(--lh-card)}.item__time.svelte-vtze1i{color:var(--color-fg-muted);white-space:nowrap;padding-top:var(--space-px-2);font-size:11px}@media (width<=480px){.panel.svelte-vtze1i{width:320px;right:-32px}}.overlay.svelte-1ytcet{background:var(--scrim-on-surface-55);padding-top:var(--space-px-88);z-index:var(--z-150);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.panel.svelte-1ytcet{background:var(--color-surface);border-radius:var(--radius-22);width:100%;max-width:640px;box-shadow:var(--shadow-xl);flex-direction:column;max-height:calc(100vh - 140px);display:flex;overflow:hidden}.search.svelte-1ytcet{align-items:center;gap:var(--space-px-10);padding:var(--space-4) var(--space-px-18);border-bottom:var(--border-1) solid var(--color-border);display:flex}.search__icon.svelte-1ytcet{width:20px;height:20px;color:var(--color-fg-muted);flex-shrink:0}.search.svelte-1ytcet input:where(.svelte-1ytcet){color:var(--color-fg);background:0 0;border:none;outline:none;flex:1;font-size:16px}.search.svelte-1ytcet input:where(.svelte-1ytcet)::placeholder{color:var(--color-fg-muted)}.search__close.svelte-1ytcet{border-radius:var(--radius-pill);background:var(--color-pill-bg);width:32px;height:32px;color:var(--color-fg);transition:background-color var(--dur-fast) ease;justify-content:center;align-items:center;display:inline-flex}.search__close.svelte-1ytcet:hover{background:var(--color-border-soft)}.search__close.svelte-1ytcet svg:where(.svelte-1ytcet){width:14px;height:14px}.content.svelte-1ytcet{padding:var(--space-3);scrollbar-width:thin;scrollbar-color:var(--scrim-on-surface-18) transparent;flex:1;overflow-y:auto}.content.svelte-1ytcet::-webkit-scrollbar{width:6px}.content.svelte-1ytcet::-webkit-scrollbar-thumb{background:var(--overlay-dark-18);border-radius:var(--radius-pill)}.section.svelte-1ytcet{padding:var(--space-3)}.section__title.svelte-1ytcet{font-size:11px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--lt-eyebrow);color:var(--color-fg-muted);margin-bottom:var(--space-px-10)}.chips.svelte-1ytcet{gap:var(--space-2);flex-wrap:wrap;display:flex}.chip.svelte-1ytcet{padding:var(--space-2) var(--space-px-14);background:var(--color-pill-bg);border-radius:var(--radius-pill);font-size:13px;font-weight:var(--fw-semibold);color:var(--color-fg);transition:background-color var(--dur-fast) ease}.chip.svelte-1ytcet:hover{background:var(--color-border-soft)}.empty.svelte-1ytcet{padding:var(--space-7) var(--space-4);text-align:center;gap:var(--space-px-14);flex-direction:column;align-items:center;display:flex}.empty.svelte-1ytcet p:where(.svelte-1ytcet){color:var(--color-fg-muted);font-size:14px}.primary.svelte-1ytcet{padding:var(--space-px-10) var(--space-px-18);background:var(--color-button-bg);color:var(--color-button-fg);border-radius:var(--radius-pill);font-size:13px;font-weight:var(--fw-bold)}.results.svelte-1ytcet{gap:var(--space-px-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hit.svelte-1ytcet{gap:var(--space-3);width:100%;padding:var(--space-px-10) var(--space-3);border-radius:var(--radius-md);text-align:left;transition:background-color var(--dur-100) ease;background:0 0;grid-template-columns:44px 1fr auto;align-items:center;display:grid}.hit--active.svelte-1ytcet,.hit.svelte-1ytcet:hover{background:var(--color-pill-bg)}.hit__image.svelte-1ytcet{border-radius:var(--radius-xs);object-fit:cover;flex-shrink:0;width:44px;height:44px}.hit__icon.svelte-1ytcet{border-radius:var(--radius-xs);background:var(--color-pill-bg);width:44px;height:44px;color:var(--color-fg-muted);justify-content:center;align-items:center;display:inline-flex}.hit__icon.svelte-1ytcet svg:where(.svelte-1ytcet){width:20px;height:20px}.hit__body.svelte-1ytcet{min-width:0}.hit__title.svelte-1ytcet{font-size:13.5px;font-weight:var(--fw-bold);line-height:var(--lh-caption);color:var(--color-fg)}.hit__sub.svelte-1ytcet{color:var(--color-fg-muted);margin-top:var(--space-px-2);font-size:12px}.hit__kind.svelte-1ytcet{font-size:10px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--lt-eyebrow);color:var(--color-fg-muted);padding:var(--space-px-3) var(--space-2);background:var(--color-surface);border:var(--border-1) solid var(--color-border);border-radius:var(--radius-pill);flex-shrink:0}.foot.svelte-1ytcet{padding:var(--space-px-10) var(--space-px-18);border-top:var(--border-1) solid var(--color-border);color:var(--color-fg-muted);gap:var(--space-px-6);flex-wrap:wrap;align-items:center;font-size:11px;display:flex}.kbd.svelte-1ytcet{padding:var(--space-px-1) var(--space-px-6);background:var(--color-pill-bg);border-radius:var(--radius-2xs);font-family:JetBrains Mono,monospace;font-size:10px;font-weight:var(--fw-bold);color:var(--color-fg);display:inline-block}@media (width<=600px){.overlay.svelte-1ytcet{padding-top:var(--space-px-60);padding-left:var(--space-3);padding-right:var(--space-3)}.panel.svelte-1ytcet{max-height:calc(100vh - 80px)}}.nav.svelte-1h32yp1{background:var(--color-surface);border-bottom:1px solid var(--color-border);width:100%;z-index:var(--z-overlay);position:sticky;top:0}.nav__inner.svelte-1h32yp1{align-items:center;gap:var(--space-6);padding:var(--space-3) var(--surface-pad-x);max-width:100%;transition:padding var(--dur-normal) ease;grid-template-columns:1fr auto 1fr;display:grid}.nav--compact.svelte-1h32yp1 .nav__inner:where(.svelte-1h32yp1){padding:var(--space-px-10) var(--space-px-28)}.nav__left.svelte-1h32yp1{justify-self:start;align-items:center;display:flex}.nav__center.svelte-1h32yp1{align-items:flex-end;gap:var(--space-px-36);justify-self:center;display:flex}.nav__right.svelte-1h32yp1{align-items:center;gap:var(--space-3);justify-self:end;display:flex}.cat.svelte-1h32yp1{align-items:center;gap:var(--space-1);padding-bottom:var(--space-2);color:var(--color-fg-muted);transition:color var(--dur-normal) ease;flex-direction:column;display:flex;position:relative}.cat__icon-wrap.svelte-1h32yp1{align-items:center;gap:var(--space-2);display:inline-flex;position:relative}.cat__icon.svelte-1h32yp1{width:30px;height:30px;transition:transform var(--dur-slow) var(--ease-out), width var(--dur-normal) ease, height var(--dur-normal) ease;flex-shrink:0}.nav--compact.svelte-1h32yp1 .cat__icon:where(.svelte-1h32yp1){width:24px;height:24px}.cat.svelte-1h32yp1:hover .cat__icon:where(.svelte-1h32yp1){transform:translateY(-2px)}.cat__label.svelte-1h32yp1{font-family:var(--font-body);font-size:15px;font-weight:var(--fw-semibold);letter-spacing:var(--ls-tight-3);color:inherit;transition:font-size var(--dur-normal) ease}.nav--compact.svelte-1h32yp1 .cat__label:where(.svelte-1h32yp1){width:1px;height:1px;margin:var(--space-neg-1);clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;padding:0;position:absolute;overflow:hidden}.nav--compact.svelte-1h32yp1 .cat__icon-wrap:where(.svelte-1h32yp1){gap:var(--space-px-6)}.nav--compact.svelte-1h32yp1 .cat:where(.svelte-1h32yp1){gap:0;padding-bottom:0}.nav--compact.svelte-1h32yp1 .cat--active:where(.svelte-1h32yp1):after{display:none}.nav--compact.svelte-1h32yp1 .cat__badge:where(.svelte-1h32yp1){padding:var(--space-px-2) var(--space-px-5);font-size:8px;top:-4px;right:-22px}.cat__badge.svelte-1h32yp1{background:var(--color-fg-soft);color:var(--color-static-white);font-size:9px;font-weight:var(--fw-bold);letter-spacing:var(--lt-pill);padding:var(--space-px-3) var(--space-px-6);border-radius:var(--radius-2xs);line-height:var(--lh-flush);position:absolute;top:-6px;right:-28px}.cat--active.svelte-1h32yp1{color:var(--color-fg)}.cat--active.svelte-1h32yp1:after{content:"";background:var(--color-fg);border-radius:var(--radius-pill);width:64%;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.become-host.svelte-1h32yp1{font-family:var(--font-body);font-size:14px;font-weight:var(--fw-semibold);color:var(--color-fg);padding:var(--space-px-10) var(--space-px-14);border-radius:var(--radius-pill);transition:background-color var(--dur-normal) ease}.become-host.svelte-1h32yp1:hover{background:var(--color-pill-bg)}.mode-switch.svelte-1h32yp1{font-family:var(--font-body);font-size:14px;font-weight:var(--fw-semibold);color:var(--color-fg);padding:var(--space-px-10) var(--space-px-14);border:var(--border-1) solid var(--color-border);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;transition:background-color var(--dur-normal) ease, border-color var(--dur-normal) ease, color var(--dur-normal) ease}.mode-switch.svelte-1h32yp1:hover{background:var(--color-pill-bg);border-color:var(--color-fg)}.mode-switch--host.svelte-1h32yp1{background:var(--color-fg);color:var(--color-button-fg);border-color:var(--color-fg)}.mode-switch--host.svelte-1h32yp1:hover{background:var(--color-fg-soft);border-color:var(--color-fg-soft)}.icon-btn.svelte-1h32yp1{border-radius:var(--radius-pill);background:var(--color-pill-bg);width:44px;height:44px;color:var(--color-fg);transition:background-color var(--dur-normal) ease, transform var(--dur-normal) ease, width var(--dur-normal) ease, height var(--dur-normal) ease;justify-content:center;align-items:center;display:inline-flex}.nav--compact.svelte-1h32yp1 .icon-btn:where(.svelte-1h32yp1){width:36px;height:36px}.icon-btn--menu.svelte-1h32yp1{align-items:center;gap:var(--space-px-6);padding:0 var(--space-1) 0 var(--space-px-10);width:auto;display:inline-flex}.icon-btn--user.svelte-1h32yp1{padding:var(--space-1) var(--space-1) var(--space-1) var(--space-px-10)}.nav--compact.svelte-1h32yp1 .icon-btn--menu:where(.svelte-1h32yp1){padding:0 var(--space-px-3) 0 var(--space-2);width:auto;height:36px}.icon-btn__avatar.svelte-1h32yp1{border-radius:var(--radius-pill);background:var(--color-fg);width:28px;height:28px;color:var(--color-button-fg);font-family:var(--font-display);font-weight:var(--fw-bold);flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.nav--compact.svelte-1h32yp1 .icon-btn__avatar:where(.svelte-1h32yp1){width:24px;height:24px;font-size:11px}.nav--compact.svelte-1h32yp1 .become-host:where(.svelte-1h32yp1),.nav--compact.svelte-1h32yp1 .mode-switch:where(.svelte-1h32yp1){padding:var(--space-px-6) var(--space-3);font-size:13px}.icon-btn.svelte-1h32yp1:hover{background:var(--color-border-soft)}.icon-btn.svelte-1h32yp1 svg:where(.svelte-1h32yp1){width:20px;height:20px}@media (width<=960px){.nav__center.svelte-1h32yp1{gap:var(--space-px-18)}.cat__label.svelte-1h32yp1{font-size:13px}.cat__icon.svelte-1h32yp1{width:30px;height:30px}.become-host.svelte-1h32yp1,.mode-switch.svelte-1h32yp1{display:none}}@media (width<=720px){.nav__inner.svelte-1h32yp1{gap:var(--space-3);grid-template-columns:auto 1fr auto}.nav__center.svelte-1h32yp1{justify-self:end;gap:var(--space-3)}.nav__right.svelte-1h32yp1{gap:var(--space-2)}.cat__label.svelte-1h32yp1,.cat__badge.svelte-1h32yp1,.icon-btn--search.svelte-1h32yp1,.icon-btn--lang.svelte-1h32yp1{display:none}}.bottom-nav.svelte-oeh3u8{display:none}@media (width<=768px){.bottom-nav.svelte-oeh3u8{z-index:var(--z-high-70);min-height:64px;padding:var(--space-px-6) max(var(--space-px-10), env(safe-area-inset-left)) max(var(--space-px-6), env(safe-area-inset-bottom)) max(var(--space-px-10), env(safe-area-inset-right));background:color-mix(in srgb, var(--color-surface) 96%, transparent);border-top:var(--border-1) solid var(--color-border);box-shadow:var(--shadow-sheet-reverse);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav__item.svelte-oeh3u8{justify-content:center;align-items:center;gap:var(--space-px-3);border-radius:var(--radius-xs);min-width:0;min-height:52px;color:var(--color-fg-muted);font-size:11px;font-weight:var(--fw-bold);flex-direction:column;text-decoration:none;display:flex}.bottom-nav__item--active.svelte-oeh3u8{color:var(--color-fg);background:var(--color-pill-bg)}.bottom-nav__icon.svelte-oeh3u8{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.bottom-nav__icon.svelte-oeh3u8 svg:where(.svelte-oeh3u8){width:20px;height:20px}.bottom-nav__label.svelte-oeh3u8{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}}.footer.svelte-jz8lnl{background:var(--color-surface);border-top:var(--border-1) solid var(--color-border);color:var(--color-fg)}.footer__inner.svelte-jz8lnl{padding:clamp(var(--space-8), 5vw, var(--space-px-64)) var(--surface-pad-x) clamp(var(--space-6), 3vw, var(--space-7));gap:clamp(var(--space-px-36), 4vw, var(--space-px-52));flex-direction:column;display:flex}.newsletter.svelte-jz8lnl{gap:var(--space-7);padding:var(--space-px-28) var(--space-7);background:linear-gradient(135deg, var(--color-newsletter-bg-start) 0%, var(--color-newsletter-bg-end) 100%);border-radius:var(--radius-card);color:var(--color-static-dark);grid-template-columns:1.2fr 1fr;align-items:center;display:grid}.newsletter__title.svelte-jz8lnl{font-family:var(--font-display,Georgia, serif);font-size:var(--fs-h3);font-weight:var(--fw-bold);letter-spacing:var(--ls-tight-2);line-height:var(--lh-body);margin-bottom:var(--space-px-6)}.newsletter__sub.svelte-jz8lnl{color:var(--color-static-dark);opacity:.7;font-size:13px;line-height:var(--lh-card)}.newsletter__form.svelte-jz8lnl{gap:var(--space-2);display:flex}.newsletter__input.svelte-jz8lnl{padding:var(--space-px-13) var(--space-px-18);border:var(--border-2) solid transparent;border-radius:var(--radius-pill);background:var(--color-static-white);color:var(--color-static-dark);transition:border-color var(--dur-fast) ease;outline:none;flex:1;font-family:inherit;font-size:14px}.newsletter__input.svelte-jz8lnl:focus{border-color:var(--color-fg)}.newsletter__cta.svelte-jz8lnl{padding:var(--space-px-13) var(--space-px-22);background:var(--color-static-dark);color:var(--color-static-white);border-radius:var(--radius-pill);font-size:13px;font-weight:var(--fw-bold);white-space:nowrap;transition:transform var(--dur-fast) ease}.newsletter__cta.svelte-jz8lnl:hover{transform:translateY(-1px)}.cols.svelte-jz8lnl{gap:var(--space-px-36);grid-template-columns:repeat(4,1fr);display:grid}.col__title.svelte-jz8lnl{font-family:var(--font-body);font-size:13px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--lt-eyebrow);color:var(--color-fg);margin-bottom:var(--space-4)}.col__links.svelte-jz8lnl{gap:var(--space-px-9);flex-direction:column;list-style:none;display:flex}.col__links.svelte-jz8lnl a:where(.svelte-jz8lnl){align-items:center;gap:var(--space-px-6);color:var(--color-fg-muted);transition:color var(--dur-fast) ease;font-size:13.5px;display:inline-flex}.col__links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--color-fg)}.badge.svelte-jz8lnl{font-size:9px;font-weight:var(--fw-extrabold);padding:var(--space-px-2) var(--space-px-6);border-radius:var(--radius-2xs);letter-spacing:var(--lt-eyebrow);line-height:var(--lh-flush)}.badge--new.svelte-jz8lnl{background:var(--color-fg-soft);color:var(--color-static-white)}.badge--prueba.svelte-jz8lnl{background:var(--color-warning-bg);color:var(--color-warning)}.apps-trust.svelte-jz8lnl{gap:var(--space-px-28);padding:var(--space-6) 0;border-top:var(--border-1) solid var(--color-border);border-bottom:var(--border-1) solid var(--color-border);grid-template-columns:1fr 1fr;display:grid}.apps__title.svelte-jz8lnl,.trust__title.svelte-jz8lnl{font-size:12px;font-weight:var(--fw-bold);text-transform:uppercase;letter-spacing:var(--lt-eyebrow);color:var(--color-fg-muted);margin-bottom:var(--space-3)}.apps__row.svelte-jz8lnl{gap:var(--space-px-10);flex-wrap:wrap;display:flex}.app-badge.svelte-jz8lnl{align-items:center;gap:var(--space-px-10);padding:var(--space-px-9) var(--space-4);background:var(--color-fg);color:var(--color-button-fg);border-radius:var(--radius-md);transition:opacity var(--dur-fast) ease, transform var(--dur-fast) ease;display:inline-flex}.app-badge.svelte-jz8lnl:hover{opacity:.88;transform:translateY(-1px)}.app-badge.svelte-jz8lnl svg:where(.svelte-jz8lnl){width:22px;height:22px}.app-badge.svelte-jz8lnl span:where(.svelte-jz8lnl){line-height:var(--lh-tight);flex-direction:column;display:flex}.app-badge.svelte-jz8lnl small:where(.svelte-jz8lnl){opacity:.7;text-transform:uppercase;letter-spacing:var(--lt-eyebrow);font-size:9px}.app-badge.svelte-jz8lnl strong:where(.svelte-jz8lnl){font-size:14px;font-weight:var(--fw-bold)}.trust__list.svelte-jz8lnl{gap:var(--space-3);grid-template-columns:1.4fr 1fr 1fr;align-items:stretch;list-style:none;display:grid}.trust__list.svelte-jz8lnl>li:where(.svelte-jz8lnl){align-items:center;gap:var(--space-px-10);padding:var(--space-px-10) var(--space-px-14);background:var(--color-pill-bg);border-radius:var(--radius-md);display:flex}.trust__item--wide.svelte-jz8lnl{flex-direction:column;align-items:stretch!important;gap:var(--space-2)!important}.trust__head.svelte-jz8lnl{align-items:center;gap:var(--space-px-10);display:flex}.trust__list.svelte-jz8lnl svg:where(.svelte-jz8lnl){width:22px;height:22px;color:var(--color-fg);flex-shrink:0}.trust__list.svelte-jz8lnl span:where(.svelte-jz8lnl){font-size:12px;font-weight:var(--fw-bold);color:var(--color-fg);line-height:var(--lh-caption);flex-direction:column;display:flex}.trust__list.svelte-jz8lnl small:where(.svelte-jz8lnl){font-size:10.5px;font-weight:var(--fw-medium);color:var(--color-fg-muted);text-transform:uppercase;letter-spacing:var(--lt-pill)}.pay-row.svelte-jz8lnl{gap:var(--space-px-6);padding:0;padding-left:var(--space-7);list-style:none;display:flex}.pay-icon.svelte-jz8lnl svg:where(.svelte-jz8lnl){width:32px;height:20px;display:block}.footer__bottom.svelte-jz8lnl{gap:var(--space-6);grid-template-columns:1fr 2fr auto;align-items:center;display:grid}.footer__brand.svelte-jz8lnl{gap:var(--space-1);flex-direction:column;display:flex}.brand__logo.svelte-jz8lnl{font-family:var(--font-display,Georgia, serif);font-size:18px;font-weight:var(--fw-bold);letter-spacing:var(--ls-tight-2);color:var(--color-fg)}.brand__logo.svelte-jz8lnl .dot:where(.svelte-jz8lnl){color:var(--color-accent)}.brand__tag.svelte-jz8lnl{color:var(--color-fg-muted);font-size:11px}.footer__legal.svelte-jz8lnl{align-items:center;gap:var(--space-px-14);color:var(--color-fg-muted);flex-wrap:wrap;font-size:12px;display:flex}.footer__legal.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--color-fg-muted);transition:color var(--dur-fast) ease}.footer__legal.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--color-fg)}.footer__meta.svelte-jz8lnl{align-items:center;gap:var(--space-px-14);flex-wrap:wrap;display:flex}.footer__lang.svelte-jz8lnl{align-items:center;gap:var(--space-2);padding:var(--space-px-9) var(--space-px-14);border:var(--border-2) solid var(--color-border);border-radius:var(--radius-pill);font-size:12.5px;font-weight:var(--fw-semibold);color:var(--color-fg);transition:border-color var(--dur-fast) ease;background:0 0;display:inline-flex}.footer__lang.svelte-jz8lnl:hover{border-color:var(--color-fg)}.footer__lang.svelte-jz8lnl svg:where(.svelte-jz8lnl){width:14px;height:14px}.footer__social.svelte-jz8lnl{gap:var(--space-px-6);list-style:none;display:flex}.footer__social.svelte-jz8lnl a:where(.svelte-jz8lnl){border-radius:var(--radius-pill);background:var(--color-pill-bg);width:34px;height:34px;color:var(--color-fg);transition:background-color var(--dur-fast) ease, transform var(--dur-fast) ease;justify-content:center;align-items:center;display:inline-flex}.footer__social.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{background:var(--color-fg);color:var(--color-button-fg);transform:translateY(-1px)}.footer__social.svelte-jz8lnl svg:where(.svelte-jz8lnl){width:14px;height:14px}@media (width<=1100px){.newsletter.svelte-jz8lnl{gap:var(--space-5);grid-template-columns:1fr}.apps-trust.svelte-jz8lnl,.trust__list.svelte-jz8lnl{grid-template-columns:1fr}.pay-row.svelte-jz8lnl{padding-left:var(--space-7)}.footer__bottom.svelte-jz8lnl{gap:var(--space-px-18);grid-template-columns:1fr}}@media (width<=800px){.cols.svelte-jz8lnl{gap:var(--space-px-28) var(--space-5);grid-template-columns:repeat(2,1fr)}.newsletter.svelte-jz8lnl{padding:var(--space-px-22) var(--space-5)}}@media (width<=480px){.cols.svelte-jz8lnl{grid-template-columns:1fr}.newsletter__form.svelte-jz8lnl{flex-direction:column}.newsletter__cta.svelte-jz8lnl{width:100%}}.host.svelte-53xc05{bottom:var(--space-6);right:var(--space-6);gap:var(--space-px-10);z-index:var(--z-toast);pointer-events:none;flex-direction:column;max-width:380px;display:flex;position:fixed}@media (width<=600px){.host.svelte-53xc05{right:var(--space-3);left:var(--space-3);bottom:var(--space-3);max-width:none}}.toast.svelte-53xc05{gap:var(--space-3);padding:var(--space-px-14) var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-popover-intense);pointer-events:auto;grid-template-columns:28px 1fr 28px;align-items:flex-start;animation:.25s cubic-bezier(.2,.9,.3,1.2) svelte-53xc05-slide-in;display:grid}@keyframes svelte-53xc05-slide-in{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.toast--success.svelte-53xc05{border-color:var(--color-success-soft)}.toast--error.svelte-53xc05{border-color:var(--color-accent-strong)}.toast--warning.svelte-53xc05{border-color:var(--color-warning-strong)}.toast--info.svelte-53xc05{border-color:var(--color-info-soft)}.toast__icon.svelte-53xc05{border-radius:var(--radius-pill);width:28px;height:28px;font-weight:var(--fw-extrabold);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.toast--success.svelte-53xc05 .toast__icon:where(.svelte-53xc05){background:var(--color-success-bg);color:var(--color-success)}.toast--error.svelte-53xc05 .toast__icon:where(.svelte-53xc05){background:var(--color-accent-soft);color:var(--color-accent-strong)}.toast--warning.svelte-53xc05 .toast__icon:where(.svelte-53xc05){background:var(--color-warning-bg);color:var(--color-warning)}.toast--info.svelte-53xc05 .toast__icon:where(.svelte-53xc05){background:var(--color-info-soft);color:var(--color-info)}.toast__body.svelte-53xc05{min-width:0}.toast__title.svelte-53xc05{font-size:14px;font-weight:var(--fw-bold);color:var(--color-fg);line-height:var(--lh-caption)}.toast__sub.svelte-53xc05{color:var(--color-fg-muted);font-size:12.5px;line-height:var(--lh-card);margin-top:var(--space-px-3)}.toast__close.svelte-53xc05{border-radius:var(--radius-pill);width:24px;height:24px;color:var(--color-fg-muted);transition:background-color var(--dur-fast) ease, color var(--dur-fast) ease;background:0 0;justify-content:center;align-items:center;display:inline-flex}.toast__close.svelte-53xc05:hover{background:var(--color-pill-bg);color:var(--color-fg)}.toast__close.svelte-53xc05 svg:where(.svelte-53xc05){width:14px;height:14px}.banner.svelte-wh6tnt{gap:var(--space-px-14);width:calc(100% - 24px);max-width:460px;padding:var(--space-px-14) var(--space-4);background:var(--color-surface);border:var(--border-1) solid var(--color-border);border-radius:var(--radius-image);box-shadow:var(--shadow-drawer);z-index:var(--z-250);animation:svelte-wh6tnt-rise var(--dur-slow) cubic-bezier(.2, .9, .3, 1.2);grid-template-columns:44px 1fr auto;align-items:center;display:grid;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@keyframes svelte-wh6tnt-rise{0%{opacity:0;transform:translate(-50%,30px)}to{opacity:1;transform:translate(-50%)}}.banner__icon.svelte-wh6tnt{border-radius:var(--radius-md);background:var(--color-pill-bg);width:44px;height:44px;color:var(--color-fg);justify-content:center;align-items:center;display:inline-flex}.banner__icon.svelte-wh6tnt svg:where(.svelte-wh6tnt){width:24px;height:24px}.banner__title.svelte-wh6tnt{font-size:14px;font-weight:var(--fw-bold);color:var(--color-fg)}.banner__sub.svelte-wh6tnt{color:var(--color-fg-muted);margin-top:var(--space-px-2);font-size:12px}.banner__actions.svelte-wh6tnt{gap:var(--space-px-6);flex-shrink:0;display:flex}.banner__primary.svelte-wh6tnt{padding:var(--space-2) var(--space-px-14);background:var(--color-button-bg);color:var(--color-button-fg);border-radius:var(--radius-pill);font-size:12px;font-weight:var(--fw-bold)}.banner__ghost.svelte-wh6tnt{padding:var(--space-2) var(--space-3);font-size:12px;font-weight:var(--fw-semibold);color:var(--color-fg-muted);border-radius:var(--radius-pill);background:0 0}.banner__ghost.svelte-wh6tnt:hover{color:var(--color-fg);background:var(--color-pill-bg)}@media (width<=520px){.banner.svelte-wh6tnt{grid-template-rows:auto auto;grid-template-columns:36px 1fr}.banner__icon.svelte-wh6tnt{width:36px;height:36px}.banner__actions.svelte-wh6tnt{grid-column:1/-1;justify-content:flex-end}}.banner.svelte-zvfgak{z-index:var(--z-high-70);pointer-events:none;position:fixed;bottom:18px;left:18px;right:18px}.banner__inner.svelte-zvfgak{justify-content:space-between;align-items:center;gap:var(--space-5);max-width:980px;padding:var(--space-px-18) var(--space-px-22);background:var(--color-surface);border:var(--border-1) solid var(--color-border);border-radius:var(--radius-image);box-shadow:var(--shadow-cookie);pointer-events:auto;flex-wrap:wrap;margin:0 auto;display:flex}.banner__copy.svelte-zvfgak{flex:1;min-width:240px}.banner__title.svelte-zvfgak{font-family:var(--font-display);font-weight:var(--fw-bold);color:var(--color-fg);margin-bottom:var(--space-1);font-size:15px}.banner__body.svelte-zvfgak{font-size:12.5px;line-height:var(--lh-message);color:var(--color-fg-muted)}.banner__body.svelte-zvfgak a:where(.svelte-zvfgak){color:var(--color-fg);text-decoration:underline;-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent);text-underline-offset:3px}.banner__actions.svelte-zvfgak{gap:var(--space-2);flex-shrink:0;display:inline-flex}.btn.svelte-zvfgak{padding:var(--space-px-9) var(--space-px-18);border-radius:var(--radius-pill);font-size:12.5px;font-weight:var(--fw-bold);transition:transform var(--dur-fast) ease, background-color var(--dur-fast) ease, border-color var(--dur-fast) ease;white-space:nowrap}.btn.svelte-zvfgak:hover{transform:translateY(-1px)}.btn--primary.svelte-zvfgak{background:var(--color-fg);color:var(--color-button-fg)}.btn--ghost.svelte-zvfgak{border:1.5px solid var(--color-border);color:var(--color-fg);background:0 0}.btn--ghost.svelte-zvfgak:hover{border-color:var(--color-fg)}@media (width<=640px){.banner.svelte-zvfgak{bottom:12px;left:12px;right:12px}.banner__inner.svelte-zvfgak{padding:var(--space-4) var(--space-px-18)}.banner__actions.svelte-zvfgak{justify-content:stretch;width:100%}.btn.svelte-zvfgak{padding:var(--space-px-11);flex:1}}.layout__main.svelte-12qhfyh{flex-direction:column;flex:1;min-height:0;display:flex}.layout__main--app.svelte-12qhfyh{overflow:hidden}@media (width<=768px){.layout__main--bottom.svelte-12qhfyh{padding-bottom:calc(var(--space-px-64) + env(safe-area-inset-bottom))}}body.body--app{height:100dvh;min-height:0;overflow:hidden}
