:root{--navy-950:#0a1622;--navy-900:#0e1e2e;--navy-800:#14293c;--navy-700:#1c3a52;--navy-600:#27506d;--abyss:var(--navy-950);--ocean-900:var(--navy-900);--ocean-800:var(--navy-800);--ocean-700:var(--navy-700);--lagoon-700:#10788a;--lagoon-600:#1592a6;--lagoon-500:#22b5c9;--lagoon-400:#3fcedf;--lagoon-200:#9be6ef;--lagoon-50:#e7fafc;--teal-600:var(--lagoon-600);--teal-500:var(--lagoon-500);--teal-400:var(--lagoon-400);--teal-200:var(--lagoon-200);--teal-50:var(--lagoon-50);--sunset-700:#b4560c;--sunset-600:#dc6a10;--sunset-500:#f5821f;--sunset-400:#ff9e3d;--sunset-200:#ffd0a0;--sunset-50:#fff3e4;--brand-600:var(--sunset-600);--brand-500:var(--sunset-500);--brand-300:var(--sunset-200);--brand-50:var(--sunset-50);--sand-100:#fdf8ec;--sand-200:#f7efd8;--sand-300:#e9dcba;--cream:#f7efd5;--jungle-600:#24704a;--jungle-500:#2f8d5c;--ink:#0c1c28;--ink-soft:#3d5464;--ink-muted:#6f8493;--line:#e4e9ee;--line-soft:#f0f4f7;--white:#fff;--font-display:"Anton", "Arial Narrow", "Segoe UI", system-ui, sans-serif;--font-ui:"Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--font-body:"Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-xl:34px;--radius-pill:999px;--shadow-sm:0 1px 2px #0a16220f, 0 3px 10px #0a16220d;--shadow:0 6px 18px #0a162217, 0 18px 44px #0a162214;--shadow-lg:0 14px 34px #0a162224, 0 34px 80px #0a16221f;--shadow-glow:0 10px 30px #f5821f59;--container:1220px;--gutter:clamp(1.1rem, 4vw, 2.75rem);--section-y:clamp(4rem, 9vw, 7.5rem);--ease-out:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--sand-100);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;padding-bottom:calc(3.9rem + env(safe-area-inset-bottom,0px));margin:0;font-size:1.02rem;line-height:1.65;overflow-x:hidden}@media (width>=900px){body{padding-bottom:0}}h1,h2,h3,h4{color:var(--navy-900);text-wrap:balance;margin:0 0 .5em}h1,h2{font-family:var(--font-display);letter-spacing:.005em;text-transform:uppercase;font-weight:400;line-height:.98}h1{font-size:clamp(2.6rem,7.5vw,5.4rem)}h2{font-size:clamp(2rem,4.6vw,3.4rem)}h3,h4{font-family:var(--font-ui);letter-spacing:-.018em;font-weight:800;line-height:1.2}h3{font-size:clamp(1.15rem,2vw,1.4rem)}h4{font-size:1.02rem}.mood-rental h1,.mood-rental h2{font-family:var(--font-ui);letter-spacing:-.03em;text-transform:none;font-weight:800;line-height:1.05}.mood-rental h1{font-size:clamp(2.2rem,5.4vw,4rem)}.mood-rental h2{font-size:clamp(1.6rem,3.4vw,2.5rem)}p{text-wrap:pretty;margin:0 0 1.15em}a{color:var(--lagoon-600);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--navy-800)}img,svg,video{max-width:100%;display:block}ul,ol{margin:0 0 1.15em;padding-left:1.15rem}li{margin-bottom:.4em}hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}:focus-visible{outline:3px solid var(--lagoon-500);outline-offset:3px;border-radius:6px}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.container-wide{max-width:1460px}.container-narrow{max-width:820px}.section{padding-block:var(--section-y)}.section-tight{padding-block:clamp(2.5rem,5vw,4rem)}.section-sand{background:var(--sand-100)}.section-white{background:var(--white)}.section-lagoon{background:linear-gradient(180deg, var(--lagoon-50), var(--sand-100))}.section-dark{background:radial-gradient(120% 90% at 12% 0%, #22b5c929, transparent 62%), radial-gradient(100% 80% at 88% 100%, #f5821f24, transparent 58%), var(--navy-950);color:#f0f8fbdb;position:relative}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-dark p{color:#f0f8fbc7}.section-head{max-width:48rem;margin-bottom:clamp(2.25rem,4.5vw,3.5rem)}.section-head.center{text-align:center;margin-inline:auto}.section-head p{color:var(--ink-soft);margin-bottom:0;font-size:1.08rem}.section-dark .section-head p{color:#f0f8fbbd}.eyebrow{font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;color:var(--lagoon-600);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.76rem;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:var(--sunset-500);border-radius:2px;width:1.8rem;height:2px}.section-dark .eyebrow{color:var(--lagoon-200)}.grid{gap:clamp(1.1rem,2.2vw,1.75rem);display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}.btn{border-radius:var(--radius-pill);font-family:var(--font-ui);letter-spacing:-.01em;cursor:pointer;white-space:nowrap;min-height:3rem;transition:transform .2s var(--ease-out), background-color .2s var(--ease-out), border-color .2s var(--ease-out), box-shadow .2s var(--ease-out), color .2s var(--ease-out);border:2px solid #0000;justify-content:center;align-items:center;gap:.55rem;padding:.92rem 1.7rem;font-size:.97rem;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex;position:relative}.btn:hover{transform:translateY(-2px)}.btn:active{transition-duration:60ms;transform:translateY(0)}.btn .btn-arrow{transition:transform .2s var(--ease-out)}.btn:hover .btn-arrow{transform:translate(4px)}.btn-primary{background:linear-gradient(180deg, var(--sunset-500), var(--sunset-600));color:#23150a;box-shadow:var(--shadow-glow)}.btn-primary:hover{background:linear-gradient(180deg, var(--sunset-400), var(--sunset-500));color:#23150a;box-shadow:0 14px 36px #f5821f73}.btn-teal{background:linear-gradient(180deg, var(--lagoon-500), var(--lagoon-600));color:var(--white);box-shadow:0 10px 26px #1592a652}.btn-teal:hover{background:linear-gradient(180deg, var(--lagoon-400), var(--lagoon-500));color:var(--white)}.btn-dark{background:var(--navy-900);color:var(--white)}.btn-dark:hover{background:var(--navy-800);color:var(--white)}.btn-outline{border-color:var(--line);background:var(--white);color:var(--navy-800)}.btn-outline:hover{border-color:var(--navy-900);color:var(--navy-900);background:var(--white);box-shadow:var(--shadow-sm)}.btn-ghost-light{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border-color:#fff6}.btn-ghost-light:hover{border-color:var(--white);color:var(--white);background:#fff3}.btn-sm{min-height:2.5rem;padding:.6rem 1.15rem;font-size:.87rem}.btn-lg{min-height:3.5rem;padding:1.1rem 2.1rem;font-size:1.05rem}.btn-row{flex-wrap:wrap;gap:.8rem;display:flex}.btn-row.center{justify-content:center;margin-top:clamp(2.25rem,4vw,3.25rem)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);transition:transform .28s var(--ease-out), box-shadow .28s var(--ease-out), border-color .28s var(--ease-out);flex-direction:column;display:flex;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow);border-color:#0000;transform:translateY(-5px)}.card-media{background:var(--navy-800);display:block;position:relative;overflow:hidden}.card-media img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out)}.card:hover .card-media img{transform:scale(1.06)}.card-media:after{content:"";pointer-events:none;background:linear-gradient(#0a162200 48%,#0a1622b8 100%);position:absolute;inset:0}.pill{border-radius:var(--radius-pill);background:var(--lagoon-50);color:var(--lagoon-700);font-family:var(--font-ui);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:.35rem;padding:.32rem .72rem;font-size:.73rem;font-weight:800;display:inline-flex}.pill-brand{background:var(--sunset-50);color:var(--sunset-700)}.pill-sand{background:var(--sand-200);color:#7a5a33}.pill-dark{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a16228c;border:1px solid #ffffff29}.pill-solid{background:var(--sunset-500);color:#23150a}.prose{max-width:44rem;font-size:1.06rem}.prose h2{margin-top:2.2em}.prose h3{margin-top:1.8em}.prose>:first-child{margin-top:0}.prose li{margin-bottom:.5em}.lede{color:var(--ink-soft);font-size:clamp(1.1rem,1.9vw,1.32rem);font-weight:500;line-height:1.55}.muted{color:var(--ink-muted)}.small{font-size:.88rem}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:200;background:var(--navy-900);color:var(--white);border-radius:var(--radius-sm);padding:.7rem 1.1rem;text-decoration:none;transition:top .18s;position:absolute;top:-4rem;left:.5rem}.skip-link:focus{color:var(--white);top:.5rem}.spec-list{margin:0;padding:0;list-style:none}.spec-list li{border-bottom:1px solid var(--line-soft);justify-content:space-between;gap:1rem;margin:0;padding:.68rem 0;font-size:.93rem;display:flex}.spec-list li:last-child{border-bottom:0}.spec-list .k{color:var(--ink-muted)}.spec-list .v{text-align:right;color:var(--navy-800);font-weight:700}.check-list{margin:0;padding:0;list-style:none}.check-list li{margin-bottom:.65rem;padding-left:1.85rem;font-size:.97rem;position:relative}.check-list li:before{content:"";background:var(--lagoon-50);border:1.5px solid var(--lagoon-400);border-radius:50%;width:1.2rem;height:1.2rem;position:absolute;top:.4em;left:0}.check-list li:after{content:"";border:solid var(--lagoon-600);border-width:0 2.5px 2.5px 0;width:.32rem;height:.6rem;position:absolute;top:.66em;left:.4rem;transform:rotate(45deg)}.section-dark .check-list li:before{border-color:var(--lagoon-400);background:#22b5c92e}.section-dark .check-list li:after{border-color:var(--lagoon-200)}.cross-list{margin:0;padding:0;list-style:none}.cross-list li{color:var(--ink-soft);margin-bottom:.65rem;padding-left:1.85rem;font-size:.97rem;position:relative}.cross-list li:before{content:"×";color:var(--ink-muted);font-size:1.2rem;line-height:1.6;position:absolute;top:-.05em;left:.35rem}.chip{border-radius:var(--radius-pill);background:var(--sand-200);color:var(--navy-800);font-family:var(--font-ui);white-space:nowrap;align-items:center;gap:.3rem;padding:.34rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.chip-row{flex-wrap:wrap;gap:.4rem;display:flex}.filter-grid>*{animation:card-in .42s var(--ease-out) backwards}.filter-grid>:first-child{animation-delay:20ms}.filter-grid>:nth-child(2){animation-delay:60ms}.filter-grid>:nth-child(3){animation-delay:.1s}.filter-grid>:nth-child(4){animation-delay:.14s}.filter-grid>:nth-child(5){animation-delay:.18s}.filter-grid>:nth-child(6){animation-delay:.22s}.filter-grid>:nth-child(n+7){animation-delay:.26s}@keyframes card-in{0%{opacity:0;transform:translateY(14px)scale(.985)}}@media (prefers-reduced-motion:reduce){.filter-grid>*{animation:none}}@keyframes float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes shimmer{0%{background-position:-180% 0}to{background-position:180% 0}}.brand.svelte-1bbj4eh{align-items:center;gap:.62rem;min-width:0;line-height:0;display:inline-flex}.badge.svelte-1bbj4eh{object-fit:contain;filter:drop-shadow(0 2px 7px #0006);width:auto;transition:transform .35s var(--ease-out);flex-shrink:0}.sm.svelte-1bbj4eh .badge:where(.svelte-1bbj4eh){height:36px}.md.svelte-1bbj4eh .badge:where(.svelte-1bbj4eh){height:46px}.lg.svelte-1bbj4eh .badge:where(.svelte-1bbj4eh){height:60px}.xl.svelte-1bbj4eh .badge:where(.svelte-1bbj4eh){height:84px}.brand.svelte-1bbj4eh:hover .badge:where(.svelte-1bbj4eh){transform:scale(1.06)rotate(-3deg)}.badge-full.svelte-1bbj4eh{object-fit:contain;width:auto;max-width:100%;height:auto}.md.svelte-1bbj4eh .badge-full:where(.svelte-1bbj4eh){max-height:130px}.lg.svelte-1bbj4eh .badge-full:where(.svelte-1bbj4eh){max-height:168px}.xl.svelte-1bbj4eh .badge-full:where(.svelte-1bbj4eh){max-height:240px}.words.svelte-1bbj4eh{flex-direction:column;min-width:0;line-height:1.08;display:flex}.words.svelte-1bbj4eh strong:where(.svelte-1bbj4eh){font-family:var(--font-display);letter-spacing:.012em;text-transform:uppercase;color:var(--navy-900);white-space:nowrap;font-weight:400}.sm.svelte-1bbj4eh .words:where(.svelte-1bbj4eh) strong:where(.svelte-1bbj4eh){font-size:.95rem}.md.svelte-1bbj4eh .words:where(.svelte-1bbj4eh) strong:where(.svelte-1bbj4eh){font-size:1.2rem}.lg.svelte-1bbj4eh .words:where(.svelte-1bbj4eh) strong:where(.svelte-1bbj4eh){font-size:1.5rem}.words.svelte-1bbj4eh small:where(.svelte-1bbj4eh){font-family:var(--font-ui);letter-spacing:.155em;text-transform:uppercase;color:var(--sunset-600);white-space:nowrap;font-size:.585rem;font-weight:800}.lg.svelte-1bbj4eh .words:where(.svelte-1bbj4eh) small:where(.svelte-1bbj4eh){font-size:.68rem}.invert.svelte-1bbj4eh .words:where(.svelte-1bbj4eh) strong:where(.svelte-1bbj4eh){color:var(--cream)}.invert.svelte-1bbj4eh .words:where(.svelte-1bbj4eh) small:where(.svelte-1bbj4eh){color:var(--sunset-400)}@media (prefers-reduced-motion:reduce){.brand.svelte-1bbj4eh:hover .badge:where(.svelte-1bbj4eh){transform:none}}.header.svelte-1elxaub{z-index:100;background:var(--navy-900);transition:background-color .3s var(--ease-out), box-shadow .3s var(--ease-out);border-bottom:1px solid #ffffff14;position:sticky;top:0}.header.scrolled.svelte-1elxaub{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a1622eb;box-shadow:0 6px 30px #0a162266}.bar.svelte-1elxaub{min-height:82px;transition:min-height .3s var(--ease-out);align-items:center;gap:1rem;display:flex}.header.scrolled.svelte-1elxaub .bar:where(.svelte-1elxaub){min-height:68px}.logo.svelte-1elxaub{flex-shrink:0;align-items:center;min-width:0;text-decoration:none;display:flex}.compact.svelte-1elxaub{display:inline-flex}.full.svelte-1elxaub{display:none}.desktop-nav.svelte-1elxaub{align-items:center;gap:.1rem;margin-left:auto;display:none}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub){font-family:var(--font-ui);color:#f7efd5c7;white-space:nowrap;transition:color .2s var(--ease-out);padding:.55rem .8rem;font-size:.92rem;font-weight:600;text-decoration:none;position:relative}.desktop-nav.svelte-1elxaub a.primary:where(.svelte-1elxaub){color:var(--cream);font-weight:800}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub):hover{color:var(--white)}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub):after{content:"";background:var(--lagoon-400);transform-origin:50%;height:2.5px;transition:transform .28s var(--ease-out);border-radius:2px;position:absolute;bottom:.25rem;left:.8rem;right:.8rem;transform:scaleX(0)}.desktop-nav.svelte-1elxaub a:where(.svelte-1elxaub):hover:after{transform:scaleX(1)}.desktop-nav.svelte-1elxaub a.active:where(.svelte-1elxaub){color:var(--white)}.desktop-nav.svelte-1elxaub a.active:where(.svelte-1elxaub):after{background:var(--sunset-500);transform:scaleX(1)}.actions.svelte-1elxaub{align-items:center;gap:.6rem;margin-left:auto;display:flex}.phone.svelte-1elxaub{font-family:var(--font-ui);color:var(--lagoon-200);white-space:nowrap;transition:color .2s var(--ease-out);align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;text-decoration:none;display:none}.phone.svelte-1elxaub:hover{color:var(--white)}.burger.svelte-1elxaub{cursor:pointer;width:46px;height:46px;transition:background-color .2s var(--ease-out);background:#ffffff0f;border:1px solid #ffffff38;border-radius:14px;flex-direction:column;justify-content:center;gap:5px;padding:0 10px;display:inline-flex}.burger.svelte-1elxaub:hover{background:#ffffff24}.burger.svelte-1elxaub span:where(.svelte-1elxaub){background:var(--cream);height:2px;transition:transform .28s var(--ease-out), opacity .2s var(--ease-out);border-radius:2px;display:block}.burger.svelte-1elxaub span.x:where(.svelte-1elxaub):first-child{transform:translateY(7px)rotate(45deg)}.burger.svelte-1elxaub span.x:where(.svelte-1elxaub):nth-child(2){opacity:0}.burger.svelte-1elxaub span.x:where(.svelte-1elxaub):nth-child(3){transform:translateY(-7px)rotate(-45deg)}.drawer.svelte-1elxaub{z-index:99;background:radial-gradient(120% 60% at 50% 0%, #22b5c929, transparent 60%), var(--navy-950);animation:svelte-1elxaub-drawer-in .28s var(--ease-out);padding-bottom:3rem;position:fixed;inset:82px 0 0;overflow-y:auto}@keyframes svelte-1elxaub-drawer-in{0%{opacity:0;transform:translateY(-8px)}}.drawer.svelte-1elxaub nav:where(.svelte-1elxaub){padding-top:.75rem}.drawer.svelte-1elxaub a:where(.svelte-1elxaub){font-family:var(--font-ui);color:#f7efd5d1;animation:svelte-1elxaub-row-in .36s var(--ease-out) backwards;animation-delay:calc(var(--i) * 38ms);border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 0;font-size:1.12rem;font-weight:700;text-decoration:none;display:flex}@keyframes svelte-1elxaub-row-in{0%{opacity:0;transform:translate(-10px)}}.drawer.svelte-1elxaub a.primary:where(.svelte-1elxaub){font-family:var(--font-display);text-transform:uppercase;letter-spacing:.01em;color:var(--cream);font-size:1.5rem;font-weight:400}.drawer.svelte-1elxaub a.active:where(.svelte-1elxaub){color:var(--sunset-400)}.drawer.svelte-1elxaub a:where(.svelte-1elxaub) svg:where(.svelte-1elxaub){color:var(--lagoon-400);flex-shrink:0}.drawer-cta.svelte-1elxaub{gap:.7rem;margin-top:1.6rem;display:grid}.drawer-cta.svelte-1elxaub a:where(.svelte-1elxaub){border-bottom:0;justify-content:center;animation:none}@media (width>=560px){.compact.svelte-1elxaub{display:none}.full.svelte-1elxaub{display:inline-flex}}@media (width>=700px){.phone.svelte-1elxaub{display:inline-flex}}@media (width>=1080px){.desktop-nav.svelte-1elxaub{display:flex}.actions.svelte-1elxaub{margin-left:0}.burger.svelte-1elxaub{display:none}}.footer.svelte-jz8lnl{background:radial-gradient(90% 60% at 8% 0%, #22b5c924, transparent 60%), radial-gradient(80% 60% at 92% 100%, #f5821f1f, transparent 58%), var(--navy-950);color:#f7efd5b8;padding-block:clamp(3.25rem,6vw,5rem) 2rem;font-size:.92rem;position:relative;overflow:hidden}.footer.svelte-jz8lnl:before{content:"";background:linear-gradient(90deg, var(--sunset-500), var(--sunset-400) 28%, var(--lagoon-500) 68%, var(--lagoon-400));height:3px;position:absolute;inset:0 0 auto}.top.svelte-jz8lnl{grid-template-columns:1fr;gap:clamp(2rem,5vw,3.5rem);display:grid}.brand.svelte-jz8lnl{margin-bottom:.85rem;text-decoration:none;display:inline-flex}.services.svelte-jz8lnl{font-family:var(--font-ui);letter-spacing:.11em;text-transform:uppercase;color:var(--lagoon-200);border-bottom:2px solid var(--sunset-500);margin:0 0 1.1rem;padding-bottom:.4rem;font-size:.72rem;font-weight:800;display:inline-block}.about.svelte-jz8lnl p:where(.svelte-jz8lnl){color:#f7efd5b8;max-width:34rem}address.svelte-jz8lnl{gap:.7rem;margin:1.4rem 0;font-style:normal;display:grid}.row.svelte-jz8lnl{grid-template-columns:5.5rem 1fr;align-items:start;gap:.6rem;display:grid}.row.svelte-jz8lnl .k:where(.svelte-jz8lnl){color:var(--lagoon-200);text-transform:uppercase;letter-spacing:.07em;padding-top:.15em;font-size:.78rem;font-weight:600}address.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--white);text-decoration:none}address.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--lagoon-200);text-decoration:underline}.socials.svelte-jz8lnl{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.socials.svelte-jz8lnl li:where(.svelte-jz8lnl){margin:0}.socials.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#f7efd5d9;border:1px solid #ffffff2e;border-radius:999px;padding:.3rem .75rem;font-size:.8rem;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-block}.socials.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{border-color:var(--lagoon-200);color:var(--white);background:#ffffff1a}.cols.svelte-jz8lnl{grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));gap:2rem 1.5rem;display:grid}.cols.svelte-jz8lnl h4:where(.svelte-jz8lnl){letter-spacing:.11em;text-transform:uppercase;color:var(--lagoon-200);margin-bottom:.9rem;font-size:.78rem}.cols.svelte-jz8lnl ul:where(.svelte-jz8lnl){margin:0;padding:0;list-style:none}.cols.svelte-jz8lnl li:where(.svelte-jz8lnl){margin-bottom:.5rem}.cols.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#f7efd5b8;transition:color .18s var(--ease-out);font-size:.88rem;text-decoration:none}.cols.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--lagoon-300,var(--lagoon-400))}.bottom.svelte-jz8lnl{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1.5rem;margin-top:clamp(2.5rem,5vw,3.5rem);padding-top:1.5rem;display:flex}.bottom.svelte-jz8lnl p:where(.svelte-jz8lnl){color:#f7efd599;margin:0;font-size:.83rem}.note.svelte-jz8lnl{max-width:34rem}@media (width>=900px){.top.svelte-jz8lnl{grid-template-columns:minmax(18rem,22rem) 1fr}}.demo.svelte-13ply8v{background:var(--ocean-900);color:var(--teal-50);font-size:.83rem}.container.svelte-13ply8v{align-items:center;gap:1rem;padding-block:.55rem;display:flex}p.svelte-13ply8v{color:#e8fbfad9;flex:1;margin:0}strong.svelte-13ply8v{color:var(--white)}code.svelte-13ply8v{background:#ffffff1f;border-radius:4px;padding:.08em .4em;font-size:.92em}button.svelte-13ply8v{width:1.7rem;height:1.7rem;color:var(--white);cursor:pointer;background:#ffffff24;border:0;border-radius:50%;flex-shrink:0;font-size:1.05rem;line-height:1}button.svelte-13ply8v:hover{background:#ffffff42}.dock.svelte-b6lpo1{z-index:90;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding-bottom:env(safe-area-inset-bottom,0);background:#0a1622f0;border-top:1px solid #ffffff1a;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -4px 26px #0a162273}.dock.svelte-b6lpo1:before{content:"";background:linear-gradient(90deg, var(--sunset-500), var(--lagoon-500));height:2px;position:absolute;inset:0 0 auto}.dock.svelte-b6lpo1 a:where(.svelte-b6lpo1){min-height:3.6rem;font-family:var(--font-ui);color:#f7efd5a8;transition:color .18s var(--ease-out);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.45rem .2rem .5rem;font-size:.7rem;font-weight:700;text-decoration:none;display:flex}.dock.svelte-b6lpo1 a:where(.svelte-b6lpo1):hover,.dock.svelte-b6lpo1 a.on:where(.svelte-b6lpo1),.dock.svelte-b6lpo1 a.on:where(.svelte-b6lpo1) .ico:where(.svelte-b6lpo1){color:var(--sunset-400)}.wa.svelte-b6lpo1{color:#4ade80!important}.ico.svelte-b6lpo1{place-items:center;height:1.35rem;display:grid}@media (width>=900px){.dock.svelte-b6lpo1{display:none}}
