:root{--accent: #2faa57;--accent-hover: #38c466;--accent-soft: rgba(47, 170, 87, .13);--gold: #f6b600;--gold-deep: #d99b00;--on-accent: #ffffff;--on-gold: #1a1200;--bg: #0b0f1a;--bg-elevated: #121829;--bg-card: #151c30;--border: #232c44;--grid-line: rgba(255, 255, 255, .028);--text: #eef2fb;--text-muted: #9aa6c2;--text-faint: #6b768f;--maxw: 1120px;--radius: 14px;--radius-sm: 10px;--shadow: 0 10px 40px rgba(0, 0, 0, .35);--ease-out: cubic-bezier(.16, 1, .3, 1);--dur-2: .2s;--dur-3: .32s;--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0}button,input,textarea,select{font:inherit;color:inherit}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:1.25rem}.section{padding-block:clamp(3.5rem,8vw,6.5rem)}.section-tight{padding-block:clamp(2.5rem,5vw,4rem)}.eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}h1,h2,h3,h4{line-height:1.15;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(2.2rem,5.5vw,3.6rem)}h2{font-size:clamp(1.7rem,4vw,2.6rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}p{color:var(--text-muted)}.lead{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--text-muted);max-width:60ch}.text-center{text-align:center}.mx-auto{margin-inline:auto}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.4rem;border-radius:var(--radius-sm);font-family:var(--font);font-weight:600;font-size:.98rem;border:1px solid transparent;cursor:pointer;overflow:hidden;isolation:isolate;transition:background var(--dur-2) var(--ease-out),border-color var(--dur-2) var(--ease-out),color var(--dur-2) var(--ease-out)}.btn:before{content:"";position:absolute;inset:-1px;z-index:-1;border-radius:inherit;background:transparent;clip-path:inset(0)}.btn[data-btnfx]:hover:before,.btn[data-btnfx]:focus-visible:before{clip-path:inset(0 0 110%);transition:clip-path .8s cubic-bezier(.86,0,.07,1)}.btn__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn__inner .btn__text,.btn__inner svg{transition:transform .8s cubic-bezier(.23,1,.32,1);will-change:transform}.btn:hover .btn__inner .btn__text,.btn:hover .btn__inner svg,.btn:focus-visible .btn__inner .btn__text,.btn:focus-visible .btn__inner svg{transform:translate3d(0,-.75em,0);transition:transform .4s cubic-bezier(.55,-.61,.73,.04)}.btn__hover{position:absolute;inset:-1px;z-index:3;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:inherit;clip-path:ellipse(80% 50% at 50% 152%);transition:clip-path .6s cubic-bezier(.19,1,.22,1);will-change:clip-path}.btn:hover .btn__hover,.btn:focus-visible .btn__hover{clip-path:ellipse(100% 70% at 50% 50%);transition:clip-path .8s cubic-bezier(.86,0,.07,1)}.btn__hover .btn__text,.btn__hover svg{transform:translate3d(0,.5em,0);transition:transform .8s cubic-bezier(.23,1,.32,1);will-change:transform}.btn:hover .btn__hover .btn__text,.btn:hover .btn__hover svg,.btn:focus-visible .btn__hover .btn__text,.btn:focus-visible .btn__hover svg{transform:translateZ(0);transition:transform .8s cubic-bezier(.19,1,.22,1) .35s}.btn__text{position:relative;display:inline-block;line-height:1}.btn__hover .btn__text:before,.btn__hover .btn__text:after{display:block;content:attr(data-text);transition:clip-path 1s cubic-bezier(.23,1,.32,1)}.btn__hover .btn__text:before{position:absolute;top:0;left:0;clip-path:inset(0);color:var(--btn-flash, var(--accent))}.btn__hover .btn__text:after{position:relative;clip-path:inset(100% 0 0)}.btn:hover .btn__hover .btn__text:before,.btn:focus-visible .btn__hover .btn__text:before{clip-path:inset(0 0 100%);transition:clip-path .6s cubic-bezier(.19,1,.22,1) .35s}.btn:hover .btn__hover .btn__text:after,.btn:focus-visible .btn__hover .btn__text:after{clip-path:inset(0);transition:clip-path .6s cubic-bezier(.19,1,.22,1) .35s}.btn-primary{background:transparent;color:var(--on-accent)}.btn-primary:before{background:var(--accent)}.btn-primary .btn__hover{background:linear-gradient(150deg,var(--gold),var(--gold-deep));color:var(--on-gold);--btn-flash: var(--accent)}.btn-ghost{background:transparent;border-color:var(--border);color:var(--text)}.btn-ghost:hover,.btn-ghost:focus-visible{border-color:var(--accent)}.btn-ghost .btn__hover{background:var(--accent);color:var(--on-accent);--btn-flash: var(--gold)}.btn-block{width:100%;justify-content:center}@media(prefers-reduced-motion:reduce),(hover:none){.btn__hover{display:none}.btn[data-btnfx]:before,.btn[data-btnfx]:hover:before,.btn[data-btnfx]:focus-visible:before{clip-path:inset(0);transition:background var(--dur-2) var(--ease-out)}.btn:hover .btn__inner .btn__text,.btn:hover .btn__inner svg,.btn:focus-visible .btn__inner .btn__text,.btn:focus-visible .btn__inner svg{transform:none;transition:none}.btn-primary:hover:before,.btn-primary:focus-visible:before{background:var(--accent-hover)}.btn-ghost:hover:before,.btn-ghost:focus-visible:before{background:var(--accent)}.btn-ghost:hover,.btn-ghost:focus-visible{color:var(--on-accent)}}.btn-primary:not([data-btnfx]):hover:before,.btn-primary:not([data-btnfx]):focus-visible:before{background:var(--accent-hover)}.btn-ghost:not([data-btnfx]):hover:before,.btn-ghost:not([data-btnfx]):focus-visible:before{background:var(--accent)}.btn-ghost:not([data-btnfx]):hover,.btn-ghost:not([data-btnfx]):focus-visible{color:var(--on-accent)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;transition:transform .2s ease,border-color .2s ease}.card:hover{transform:translateY(-4px);border-color:var(--accent)}.grid{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.pill{display:inline-flex;align-items:center;padding:.35rem .8rem;border-radius:999px;font-size:.85rem;font-weight:500;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted)}.pill-accent{background:var(--accent-soft);border-color:transparent;color:var(--accent)}.muted{color:var(--text-muted)}.prose{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.prose>*+*{margin-top:1.1rem}.prose h2{color:var(--text);font-size:1.6rem;margin-top:2.2rem}.prose h3{color:var(--text);font-size:1.25rem;margin-top:1.6rem}.prose p,.prose li{color:var(--text-muted)}.prose strong{color:var(--text)}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose ul,.prose ol{padding-left:1.4rem;display:flex;flex-direction:column;gap:.5rem}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose blockquote{border-left:3px solid var(--accent);padding:.25rem 0 .25rem 1.1rem;color:var(--text);font-style:italic}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero{padding-block:clamp(3.5rem,9vw,7rem);text-align:center;position:relative;overflow:hidden;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(60% 50% at 50% 0%,var(--accent-soft),transparent 70%),radial-gradient(40% 40% at 85% 10%,rgba(246,182,0,.07),transparent 70%),linear-gradient(to right,var(--grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line) 1px,transparent 1px);background-size:auto,auto,56px 56px,56px 56px}.hero:after{content:"";position:absolute;inset:-20% -10% auto;height:130%;z-index:-1;background:radial-gradient(50% 40% at 20% 55%,rgba(154,166,194,.09),transparent 70%),radial-gradient(45% 35% at 75% 40%,rgba(154,166,194,.07),transparent 70%);animation:mist-drift 28s ease-in-out infinite alternate;pointer-events:none}@keyframes mist-drift{0%{transform:translate3d(-3%,0,0) scale(1)}to{transform:translate3d(3%,-2%,0) scale(1.06)}}@media(prefers-reduced-motion:reduce){.hero:after{animation:none}}.hero-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.hero h1{max-width:18ch}.grad{background:linear-gradient(120deg,var(--accent),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}@media(max-width:600px){.hero{padding-block:2.25rem 1.75rem}.hero-inner{gap:.9rem}.hero+.section{padding-block:1.75rem clamp(2.5rem,8vw,4rem)}.hero-actions{flex-direction:column;align-items:stretch;width:100%}.hero-actions .btn{width:100%;justify-content:center;min-height:48px}}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;margin-top:1.5rem}.section-head{text-align:center;max-width:640px;margin:0 auto clamp(2rem,4vw,3rem)}.section-head.between{display:flex;text-align:left;align-items:flex-end;justify-content:space-between;max-width:var(--maxw);gap:1rem;flex-wrap:wrap}.section-head h2{margin-bottom:.5rem}.narrow{max-width:820px}.cta-band{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding:clamp(2rem,5vw,3.25rem);border-radius:var(--radius);background:radial-gradient(120% 120% at 0% 0%,var(--accent-soft),transparent 60%),var(--bg-card);border:1px solid var(--border)}.cta-band:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,var(--grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(105deg,#000 0%,transparent 60%);mask-image:linear-gradient(105deg,#000 0%,transparent 60%)}.cta-band>*{position:relative}.cta-band h2{margin-bottom:.5rem}.cta-band .lead{max-width:52ch}.cta-actions{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:600px){.cta-actions{width:100%;flex-direction:column;align-items:stretch}.cta-actions .btn{width:100%;justify-content:center;min-height:48px}}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq{padding:0}.faq summary{cursor:pointer;list-style:none;padding:1.1rem 1.4rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--accent);font-size:1.4rem;line-height:1}.faq[open] summary:after{content:"−"}.faq p{padding:0 1.4rem 1.2rem}html[data-reveal-on] [data-reveal],html[data-reveal-on] [data-reveal-group]>*{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}html[data-reveal-on] [data-reveal].is-in,html[data-reveal-on] [data-reveal-group]>.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html[data-reveal-on] [data-reveal],html[data-reveal-on] [data-reveal-group]>*{opacity:1;transform:none;transition:none}}.card{position:relative;overflow:hidden}@media(hover:hover){.card:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;opacity:0;transition:opacity var(--dur-3) var(--ease-out);background:radial-gradient(22rem 22rem at var(--mx, 50%) var(--my, 0%),var(--accent-soft),transparent 65%)}.card:hover:before{opacity:1}}.card>*{position:relative;z-index:1}.micro-label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint)}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#0b0f1acc;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:68px}.brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.6rem;font-weight:700}.brand-mark[data-astro-cid-3ef6ksr2]{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--accent);color:#fff}.brand-name[data-astro-cid-3ef6ksr2]{font-size:1.1rem;letter-spacing:-.02em}.nav-desktop[data-astro-cid-3ef6ksr2]{display:flex;gap:.35rem}.nav-link[data-astro-cid-3ef6ksr2]{padding:.5rem .85rem;border-radius:8px;color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .15s ease,background .15s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--text);background:var(--bg-elevated)}.nav-link[data-astro-cid-3ef6ksr2].active{color:var(--text)}.header-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.5rem}.nav-cta[data-astro-cid-3ef6ksr2]{padding:.55rem 1.05rem}.nav-toggle[data-astro-cid-3ef6ksr2]{display:none;background:transparent;border:1px solid var(--border);border-radius:8px;padding:.4rem;cursor:pointer;color:var(--text)}.nav-mobile[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:.25rem;padding:.75rem 1.25rem 1.25rem;border-bottom:1px solid var(--border);background:var(--bg-elevated)}.nav-mobile[data-astro-cid-3ef6ksr2] .nav-link[data-astro-cid-3ef6ksr2]{padding:.7rem .5rem}.nav-mobile[data-astro-cid-3ef6ksr2] .btn[data-astro-cid-3ef6ksr2]{margin-top:.5rem}@media(max-width:860px){.nav-desktop[data-astro-cid-3ef6ksr2],.nav-cta[data-astro-cid-3ef6ksr2]{display:none}.nav-toggle[data-astro-cid-3ef6ksr2]{display:inline-flex}.nav-mobile[data-astro-cid-3ef6ksr2][data-open]{display:flex}}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);background:var(--bg-elevated);background-image:linear-gradient(to right,var(--grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line) 1px,transparent 1px);background-size:56px 56px}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:2.2fr .9fr 1.3fr;gap:2rem;padding-block:clamp(2.25rem,4vw,3rem) 1.5rem}.footer-label[data-astro-cid-sz7xmlte]{display:block;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.9rem}.brand[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;margin-bottom:.85rem}.brand-mark[data-astro-cid-sz7xmlte]{display:grid;place-items:center;width:32px;height:32px;flex-shrink:0;border-radius:9px;background:var(--accent);color:#fff}.brand-name[data-astro-cid-sz7xmlte]{font-size:1.15rem;letter-spacing:-.02em}.footer-desc[data-astro-cid-sz7xmlte]{max-width:44ch;font-size:.92rem;margin-bottom:1.5rem}.group-list[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:.5rem}.group-item[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .7rem;white-space:nowrap;border:1px solid var(--border);border-radius:999px;font-size:.8rem;color:var(--text-muted);transition:color .15s ease,border-color .15s ease}a[data-astro-cid-sz7xmlte].group-item:hover{color:var(--accent);border-color:var(--accent)}.group-item[data-astro-cid-sz7xmlte].is-current{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.55rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.92rem;transition:color .15s ease}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.contact-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:flex-start;gap:.5rem;color:var(--text-muted);font-size:.92rem}.contact-list[data-astro-cid-sz7xmlte] svg{margin-top:3px;flex-shrink:0;color:var(--accent)}.footer-bottom[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding-block:1rem;border-top:1px solid var(--border)}.footer-bottom[data-astro-cid-sz7xmlte]>p[data-astro-cid-sz7xmlte]{justify-self:start;font-size:.82rem}.footer-bottom[data-astro-cid-sz7xmlte] .legal-links[data-astro-cid-sz7xmlte]{justify-self:center}.footer-bottom[data-astro-cid-sz7xmlte] .socials[data-astro-cid-sz7xmlte]{justify-self:end}.parent-link[data-astro-cid-sz7xmlte]{color:inherit;transition:color .15s ease}.parent-link[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.legal-links[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:1.25rem}.legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.82rem;color:var(--text-muted);transition:color .15s ease}.legal-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.socials[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem}.socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:grid;place-items:center;width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text-muted);transition:color .15s ease,border-color .15s ease}.socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent);border-color:var(--accent)}@media(max-width:860px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:1.75rem}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}@media(max-width:640px){.footer-bottom[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-bottom[data-astro-cid-sz7xmlte]>p[data-astro-cid-sz7xmlte],.footer-bottom[data-astro-cid-sz7xmlte] .legal-links[data-astro-cid-sz7xmlte],.footer-bottom[data-astro-cid-sz7xmlte] .socials[data-astro-cid-sz7xmlte]{justify-self:center}}@media(max-width:560px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:1.5rem}}.wa[data-astro-cid-wytsbpfe]{position:fixed;right:1.25rem;bottom:1.5rem;z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.wa[data-astro-cid-wytsbpfe].is-armed{opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .35s ease,transform .35s ease}.wa[data-astro-cid-wytsbpfe].is-armed.is-visible{opacity:1;transform:none;pointer-events:auto}.wa-fab[data-astro-cid-wytsbpfe]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:0;border-radius:999px;background:linear-gradient(180deg,#3bea82,#25d366 55%,#17b352);color:#04331f;cursor:pointer;box-shadow:inset 0 -4px 6px #0003,0 10px 22px #25d36673,0 6px 14px #00000052;transition:transform .15s ease,box-shadow .2s ease}.wa-fab[data-astro-cid-wytsbpfe]:hover{transform:translateY(-3px);box-shadow:inset 0 -4px 6px #0003,0 16px 30px #25d36680,0 9px 18px #00000059}.wa-fab[data-astro-cid-wytsbpfe]:active{transform:translateY(-1px)}.wa-fab[data-astro-cid-wytsbpfe]:focus-visible{outline:3px solid #25d366;outline-offset:3px}.wa-fab[data-astro-cid-wytsbpfe]:after{content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;box-shadow:0 0 #25d3668c;animation:wa-pulse 2.2s ease-out infinite}.wa[data-astro-cid-wytsbpfe].is-engaged .wa-fab[data-astro-cid-wytsbpfe]:after,.wa[data-astro-cid-wytsbpfe][data-open=true] .wa-fab[data-astro-cid-wytsbpfe]:after{animation:none}.wa-fab__icon[data-astro-cid-wytsbpfe]{position:relative;display:inline-flex}.wa-badge[data-astro-cid-wytsbpfe]{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.72rem;font-weight:700;line-height:18px;text-align:center;box-shadow:0 0 0 2px #25d366}.wa[data-astro-cid-wytsbpfe].is-engaged .wa-badge[data-astro-cid-wytsbpfe]{display:none}.wa-teaser[data-astro-cid-wytsbpfe]{position:relative;max-width:15rem;padding:.7rem .85rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);animation:wa-in .2s ease-out}.wa-teaser__body[data-astro-cid-wytsbpfe]{display:flex;align-items:center;gap:.5rem;background:none;border:0;padding:0;text-align:left;color:var(--text);font-size:.9rem;cursor:pointer}.wa-teaser__emoji[data-astro-cid-wytsbpfe]{font-size:1.15rem}.wa-teaser__close[data-astro-cid-wytsbpfe]{position:absolute;top:-8px;right:-8px;width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--border);border-radius:999px;background:var(--bg-card);color:var(--text-muted);font-size:1rem;line-height:1;cursor:pointer}.wa-card[data-astro-cid-wytsbpfe]{display:none;flex-direction:column;width:min(320px,calc(100vw - 2.5rem));background:var(--bg-elevated);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transform-origin:bottom right}.wa[data-astro-cid-wytsbpfe][data-open=true] .wa-card[data-astro-cid-wytsbpfe]{display:flex;animation:wa-in .18s ease-out}.wa-card__head[data-astro-cid-wytsbpfe]{display:flex;align-items:center;gap:.65rem;padding:.85rem .9rem;background:linear-gradient(135deg,#128c7e,#25d366);color:#fff}.wa-card__avatar[data-astro-cid-wytsbpfe]{width:42px;height:42px;border-radius:999px;background:#fff;object-fit:contain;padding:3px;flex:none}.wa-card__id[data-astro-cid-wytsbpfe]{display:flex;flex-direction:column;line-height:1.2;margin-right:auto}.wa-card__name[data-astro-cid-wytsbpfe]{font-weight:700;font-size:.98rem}.wa-card__status[data-astro-cid-wytsbpfe]{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:#ffffffe6}.wa-dot[data-astro-cid-wytsbpfe]{width:8px;height:8px;border-radius:999px;background:#b8f5cf;box-shadow:0 0 0 3px #ffffff40}.wa[data-astro-cid-wytsbpfe][data-online=false] .wa-dot[data-astro-cid-wytsbpfe]{background:#ffd27a}.wa-card__close[data-astro-cid-wytsbpfe]{align-self:flex-start;background:none;border:0;color:#fff;font-size:1.35rem;line-height:1;cursor:pointer;opacity:.85}.wa-card__close[data-astro-cid-wytsbpfe]:hover{opacity:1}.wa-card__body[data-astro-cid-wytsbpfe]{padding:1rem .9rem;background:radial-gradient(rgba(255,255,255,.03) 1px,transparent 1px) 0 0 / 16px 16px,var(--bg-card)}.wa-bubble[data-astro-cid-wytsbpfe]{position:relative;margin:0;padding:.7rem .85rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px 14px 14px;color:var(--text);font-size:.9rem;line-height:1.45}.wa-bubble[data-astro-cid-wytsbpfe]:before{content:"";position:absolute;top:0;left:-7px;border-width:0 8px 8px 0;border-style:solid;border-color:transparent var(--bg-elevated) transparent transparent}.wa-card__foot[data-astro-cid-wytsbpfe]{padding:.75rem .9rem .95rem}.wa-start[data-astro-cid-wytsbpfe]{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1rem;border-radius:12px;background:#25d366;color:#052a17;font-weight:700;font-size:.92rem}.wa-start[data-astro-cid-wytsbpfe]:hover{background:#1fbb5a}@keyframes wa-pulse{0%{box-shadow:0 0 #25d36680}to{box-shadow:0 0 0 14px #25d36600}}@keyframes wa-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:600px){.wa[data-astro-cid-wytsbpfe]{right:1rem;bottom:1.25rem}}@media(prefers-reduced-motion:reduce){.wa[data-astro-cid-wytsbpfe].is-armed{transition:none}.wa-fab[data-astro-cid-wytsbpfe]:after,.wa[data-astro-cid-wytsbpfe][data-open=true] .wa-card[data-astro-cid-wytsbpfe],.wa-teaser[data-astro-cid-wytsbpfe]{animation:none}.wa-fab[data-astro-cid-wytsbpfe]:hover{transform:none}}.has-zoom{position:relative;cursor:zoom-in}.is-zoomable{cursor:zoom-in}.has-zoom .zoom-btn{cursor:pointer}.has-zoom[role=button]:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.zoom-btn{position:absolute;top:.6rem;right:.6rem;z-index:2;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#080b149e;color:#fff;cursor:pointer;opacity:0;transition:opacity .2s ease,background .2s ease,transform .2s ease}.has-zoom:hover .zoom-btn,.zoom-btn:focus-visible{opacity:1}.zoom-btn:hover{background:var(--accent);border-color:var(--accent);transform:scale(1.05)}@media(hover:none){.zoom-btn{opacity:1}}.lightbox{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;padding:0;border:0;background:#06080ff0;color:var(--text, #fff);overflow:hidden}.lightbox::backdrop{background:#06080fcc}.lightbox,.lb-stage{cursor:zoom-out}.lb-stage img,.lb-cap{cursor:default}.lb-stage{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%;margin:0;padding:3.5rem 4.25rem}.lb-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:10px}.lb-cap{flex-shrink:0;max-width:60ch;margin:0;font-size:.92rem;text-align:center;color:#ffffffc7}.lb-btn{position:absolute;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#ffffff14;color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease}.lb-btn:hover,.lb-btn:focus-visible{background:var(--accent, #2faa57);border-color:var(--accent, #2faa57)}.lb-close{top:.9rem;right:.9rem}.lb-prev{top:50%;left:.9rem;transform:translateY(-50%)}.lb-next{top:50%;right:.9rem;transform:translateY(-50%)}.lb-count{position:absolute;bottom:.9rem;left:50%;transform:translate(-50%);margin:0;font-size:.8rem;letter-spacing:.04em;color:#fff9}@media(max-width:560px){.lb-stage{padding:3.5rem .75rem 3rem}.lb-prev{left:.4rem}.lb-next{right:.4rem}}@media(prefers-reduced-motion:reduce){.zoom-btn,.lb-btn{transition:none}.zoom-btn:hover{transform:none}}
