.landing-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h, 68px);z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 40px;background:transparent;transition:background .4s ease,box-shadow .4s ease}.landing-nav.scrolled{background:#f7f3ecf5;box-shadow:0 1px #1a161214}.nav-logo{cursor:pointer;display:flex;align-items:center}.nav-logo-img{height:32px;width:auto}.nav-links{display:flex;align-items:center;gap:4px}.nav-link{padding:8px 15px;font-size:13px;letter-spacing:.04em;color:#8a7d6e;background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;transition:color .2s ease;position:relative;text-decoration:none}.nav-link:after{content:"";position:absolute;bottom:4px;left:15px;right:15px;height:1px;background:#1a1612;transform:scaleX(0);transition:transform .25s ease}.nav-cta{padding:8px 20px;background:#0b7a6e;color:#fff;border:none;border-radius:2px;font-size:13px;font-family:DM Sans,sans-serif;font-weight:500;cursor:pointer;margin-left:8px;transition:background .2s ease}.nav-cta:hover{background:#065a51}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.hamburger span{display:block;width:22px;height:1.5px;background:#1a1612;transition:all .25s ease}.hamburger.open span:first-child{transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:last-child{transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:absolute;top:var(--nav-h, 68px);left:0;right:0;background:#f7f3ecfa;border-top:1px solid #EDE6D8;display:flex;flex-direction:column;padding:16px 24px 24px;gap:4px}.mobile-link{padding:11px 0;font-size:14px;color:#4a4238;background:none;border:none;border-bottom:1px solid #EDE6D8;text-align:left;font-family:DM Sans,sans-serif;cursor:pointer;transition:color .2s ease;text-decoration:none}.mobile-cta{margin-top:12px;padding:13px;background:#0b7a6e;color:#fff;border:none;border-radius:2px;font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:background .2s ease}.mobile-cta:hover{background:#065a51}@media (max-width: 768px){.landing-nav{padding:0 20px}.nav-links,.nav-cta{display:none}.hamburger{display:flex}}.hero-section{position:relative;height:100vh;min-height:640px;overflow:hidden}.hero-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:url(/images/hero-canarias.jpg);background-size:cover;background-position:center 35%;background-repeat:no-repeat;animation:heroZoom 2s cubic-bezier(.22,1,.36,1) forwards;z-index:0}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a16121f,#1a16126b,#1a1612c7);z-index:1}.hero-content{position:absolute;bottom:0;left:0;right:0;padding:0 48px 72px;display:flex;justify-content:space-between;align-items:flex-end;z-index:2}.hero-left{max-width:680px}.hero-right{display:flex;align-items:flex-end}.hero-h1{font-family:var(--font-brand);font-size:clamp(44px,6.5vw,82px);line-height:1.05;font-weight:600;color:#fff;margin-bottom:20px;animation:fadeUp .9s .5s both}.hero-accent{font-style:italic;color:#fffc;font-weight:300}.hero-sub{font-size:17px;line-height:1.65;color:#ffffffe0;max-width:520px;margin-bottom:28px;animation:fadeUp 1s .7s both}.hero-cta{display:flex;gap:12px;margin-bottom:0;animation:fadeUp 1.1s .9s both}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:var(--teal);color:#fff;border:none;border-radius:2px;font-size:14px;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:all .2s}.btn-primary:hover{background:var(--teal-d);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.35);border-radius:2px;font-size:14px;cursor:pointer;transition:all .2s}.hero-badges{display:flex;flex-direction:column;gap:10px;animation:fadeUp 1.2s 1.1s both}.badge{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#f7f3ec1f;border:1px solid rgba(247,243,236,.25);border-radius:2px;font-size:12px;color:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap}.badge-beta{background:#c4820a2e;border-color:#c4820a59}.badge-icon{font-size:16px}@media (max-width: 968px){.hero-content{flex-direction:column;align-items:flex-start;gap:32px;padding:0 32px 60px}.hero-right{width:100%}.hero-badges{flex-direction:row;flex-wrap:wrap}}@media (max-width: 768px){.hero-section{min-height:580px}.hero-content{padding:0 20px 36px}.hero-h1{font-size:clamp(28px,8vw,44px);margin-bottom:14px}.hero-sub{font-size:14px;margin-bottom:22px}.hero-cta{flex-direction:column;width:100%;gap:10px}.btn-primary,.btn-secondary{width:100%;justify-content:center;padding:12px 24px;font-size:13px}.badge{font-size:11px;padding:6px 11px}}@media (max-width: 480px){.hero-section{min-height:500px}.hero-content{padding:0 16px 28px}.hero-eyebrow{font-size:9px;margin-bottom:10px}.hero-h1{font-size:24px;margin-bottom:12px;line-height:1.1}.hero-sub{font-size:13px;margin-bottom:18px;line-height:1.5}.hero-cta{gap:8px}.btn-primary,.btn-secondary{padding:11px 20px;font-size:12px}.hero-badges{gap:6px}.badge{font-size:9px;padding:5px 9px}.badge-icon{font-size:13px}}.features-section{background:#1a1612;padding:100px 40px;text-align:center}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(28px,3.8vw,46px);color:#fff;font-weight:600;margin:0 0 14px;line-height:1.2}.section-subtitle{font-size:15px;color:#ffffff6b;margin-bottom:56px;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;max-width:1140px;margin:0 auto}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:40px 36px;text-align:left;transition:all .3s ease}.feature-card:hover{background:#0b7a6e14;border-color:#0b7a6e33}.feature-icon{font-size:28px;margin-bottom:16px;display:block;color:#0b7a6e}.feature-title{font-family:Cormorant Garamond,serif;font-size:22px;color:#fff;margin:0 0 10px;font-weight:600;line-height:1.3}.feature-desc{font-size:13px;color:#ffffff6b;line-height:1.75;margin:0}@media (max-width: 768px){.features-section{padding:64px 20px}.features-grid{grid-template-columns:1fr}.section-title{font-size:clamp(24px,6vw,32px)}.section-subtitle{font-size:14px;margin-bottom:40px}.feature-card{padding:32px 24px}}.how-section{padding:100px 40px;background:#f7f3ec;text-align:center}.how-section .section-title{font-family:Cormorant Garamond,serif;font-size:clamp(28px,3.8vw,46px);color:#1a1612;font-weight:600;margin:0 0 10px;line-height:1.2}.how-section .section-subtitle{font-size:15px;color:#4a4238;margin-bottom:56px;line-height:1.6}.steps-list{display:flex;flex-direction:column;max-width:1140px;margin:0 auto;border-top:1px solid #D4C9B4}.step-item{display:flex;align-items:flex-start;gap:32px;padding:32px 0;border-bottom:1px solid #D4C9B4;text-align:left;transition:all .3s ease}.step-number{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:600;color:#d4c9b4;width:60px;text-align:right;flex-shrink:0;transition:color .3s ease}.step-item:hover .step-number{color:#0b7a6e}.step-content{flex:1}.step-title{font-family:Cormorant Garamond,serif;font-size:22px;color:#1a1612;margin:0 0 8px;font-weight:600;line-height:1.3}.step-desc{font-size:13px;color:#4a4238;line-height:1.75;max-width:560px;margin:0}@media (max-width: 768px){.how-section{padding:64px 20px}.step-item{gap:20px;padding:24px 0}.step-number{font-size:36px;width:50px}.how-section .section-title{font-size:clamp(24px,6vw,32px)}.how-section .section-subtitle{font-size:14px;margin-bottom:40px}.step-title{font-size:20px}.step-desc{font-size:13px}}.split-section{display:grid;grid-template-columns:50% 50%;min-height:680px;background:#1a1612;position:relative}.split-photo{position:relative;overflow:hidden;background:#000}.split-img-placeholder{width:100%;height:100%;min-height:680px;background:var(--sand3, #D4C9B4);opacity:.3}.split-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0b7a6e3d,#1a161299)}.split-content{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;color:#fff}.split-content .kicker{color:#0b7a6e}.split-content .sec-h2{color:#fff;margin-bottom:16px}.split-content .sec-p{color:#ffffff6b;margin-bottom:28px}.split-feat{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.split-feat-icon{font-size:28px;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#0b7a6e26;border-radius:50%}.split-feat-title{font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;color:#fff;margin-bottom:4px;letter-spacing:.01em}.split-feat-text{font-size:13px;color:#ffffff80;line-height:1.6}.split-content .btn-primary{margin-top:8px;align-self:flex-start}@media (max-width: 768px){.split-section{grid-template-columns:1fr}.split-photo{display:none}.split-content{padding:64px 24px}.split-feat-icon{font-size:24px;width:40px;height:40px}}.faq-section{padding:80px 40px;background:#ede6d8;text-align:center}.faq-section .container{max-width:720px;margin:0 auto}.faq-section .sec-h2{font-family:Cormorant Garamond,serif;font-size:clamp(28px,3.8vw,46px);color:#1a1612;font-weight:600;margin:0 0 48px;line-height:1.2}.faq-list{border-top:1px solid #D4C9B4}.faq-question{width:100%;padding:17px 0;font-size:15px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:18px;color:#1a1612;background:none;border:none;text-align:left;font-family:DM Sans,sans-serif;transition:color .2s ease}.faq-icon{width:22px;height:22px;border:1px solid #D4C9B4;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;color:#8a7d6e;transition:all .2s ease}.faq-answer{padding:0 0 16px;font-size:13px;color:#4a4238;line-height:1.75;display:none;text-align:left}@media (max-width: 768px){.faq-section{padding:56px 20px}.faq-section .sec-h2{font-size:clamp(24px,6vw,32px);margin-bottom:40px}.faq-question{font-size:14px;padding:14px 0}.faq-answer{font-size:13px}}.cta-section{position:relative;overflow:hidden;padding:96px 40px;text-align:center;background:#1a1612}.cta-card{position:relative;z-index:1;max-width:560px;margin:0 auto}.cta-icon{font-size:40px;margin-bottom:20px;display:block;color:#0b7a6e}.cta-title{font-family:Cormorant Garamond,serif;font-size:clamp(32px,5vw,58px);line-height:1.08;color:#fff;font-weight:600;margin:0 0 16px}.cta-desc{font-size:15px;color:#ffffff80;margin-bottom:34px;font-weight:300;max-width:380px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-section .btn-primary{padding:14px 30px;background:#fff;color:#0b7a6e;border:none;border-radius:2px;font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .3s ease}.cta-section .btn-primary:hover{background:#f7f3ec;transform:translateY(-2px)}.cta-section .btn-secondary{padding:14px 30px;background:transparent;color:#ffffffbf;border:1px solid rgba(255,255,255,.28);border-radius:2px;font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .3s ease}.cta-section .btn-secondary:hover{border-color:#fff9;color:#fff}@media (max-width: 768px){.cta-section{padding:68px 20px}.cta-section:before{font-size:120px}.cta-title{font-size:clamp(28px,8vw,42px)}.cta-desc{font-size:14px}.cta-buttons{flex-direction:column;gap:10px}.cta-section .btn-primary,.cta-section .btn-secondary{width:100%;max-width:280px}}.landing-footer{background:#1a1612;padding:60px 40px 36px}.landing-footer .container{max-width:1140px;margin:0 auto}.footer-contact{text-align:center;margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.07)}.footer-contact-title{font-family:Cormorant Garamond,serif;font-size:32px;color:#fff;font-weight:600;margin:0 0 10px;line-height:1.3}.footer-contact-desc{font-size:14px;color:#ffffff61;margin-bottom:24px;line-height:1.6}.footer-email-btn{display:inline-block;padding:12px 28px;background:#0b7a6e;color:#fff;border-radius:2px;font-size:14px;font-family:DM Sans,sans-serif;font-weight:500;text-decoration:none;transition:background .2s ease}.footer-email-btn:hover{background:#065a51}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo-img{height:24px;width:auto}.footer-copyright{font-size:11px;color:#fff3;margin:0}.footer-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-link{font-size:12px;color:#ffffff47;text-decoration:none;transition:color .2s ease}@media (max-width: 768px){.landing-footer{padding:36px 20px 28px}.footer-contact{margin-bottom:32px;padding-bottom:32px}.footer-contact-title{font-size:26px}.footer-contact-desc{font-size:13px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-links{gap:16px}}body{font-family:DM Sans,sans-serif;background:#f7f3ec;color:#1a1612;overflow-x:hidden;line-height:1.6}:root{--sand:#F7F3EC;--sand2:#EDE6D8;--sand3:#D4C9B4;--ink:#1A1612;--ink2:#4A4238;--ink3:#8A7D6E;--teal:#0B7A6E;--teal-l:#C8F0E8;--teal-d:#065A51;--amber:#C4820A;--amber-l:#FDF0D5;--nav-h:68px;--max:1140px}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.page{display:none}.page.active{display:block}#main-nav{position:fixed;top:0;left:0;right:0;z-index:200;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 40px;transition:background .4s,box-shadow .4s}#main-nav.scrolled{background:#f7f3ecf5;box-shadow:0 1px #1a161214;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-logo{display:flex;align-items:center;gap:10px;cursor:pointer;flex-shrink:0}.nav-logo-img{height:44px;width:auto}.nav-links{display:flex;align-items:center;gap:2px}.nav-link{padding:8px 15px;font-size:13px;letter-spacing:.04em;color:#4a4238;background:none;border:none;transition:color .2s;position:relative}.nav-link:after{content:"";position:absolute;bottom:4px;left:15px;right:15px;height:1px;background:#0b7a6e;transform:scaleX(0);transition:transform .25s}.nav-link:hover,.nav-link.active{color:#1a1612}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-cta{padding:10px 22px;background:#1a1612;color:#f7f3ec;border:none;border-radius:2px;font-size:13px;font-weight:500;letter-spacing:.04em;transition:background .2s}.nav-cta:hover{background:#0b7a6e}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}.hamburger span{display:block;width:22px;height:1.5px;background:#1a1612;transition:all .25s}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#f7f3ec;z-index:190;flex-direction:column;justify-content:center;align-items:center;gap:8px}.mobile-menu.open{display:flex}.mobile-link{font-family:Cormorant Garamond,serif;font-size:32px;font-style:italic;color:#1a1612;background:none;border:none;padding:8px 0;transition:color .2s}.mobile-link:hover{color:#0b7a6e}.mobile-cta{margin-top:22px;padding:13px 40px;background:#1a1612;color:#f7f3ec;border:none;border-radius:2px;font-size:14px;transition:background .2s}.mobile-cta:hover{background:#0b7a6e}.section-wrap{max-width:var(--max);margin:0 auto;padding:0 40px}.kicker{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#0b7a6e;margin-bottom:12px;display:block}.sec-h2{font-family:Cormorant Garamond,serif;font-size:clamp(28px,3.8vw,46px);line-height:1.12;color:#1a1612;margin-bottom:14px;font-weight:600}.sec-h2 em{font-style:italic;color:#4a4238}.sec-p{font-size:15px;color:#4a4238;line-height:1.75;font-weight:300;max-width:440px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:#0b7a6e;color:#fff;border:none;border-radius:2px;font-size:14px;font-weight:500;letter-spacing:.04em;transition:all .2s}.btn-primary:hover{background:#065a51;transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.35);border-radius:2px;font-size:14px;transition:all .2s}.btn-secondary:hover{border-color:#ffffffb3;color:#fff}.btn-dark{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;background:#1a1612;color:#fff;border:none;border-radius:2px;font-size:13px;font-weight:500;letter-spacing:.04em;transition:background .2s}.btn-dark:hover{background:#0b7a6e}.btn-outline-dark{padding:12px 26px;background:transparent;color:#1a1612;border:1.5px solid #D4C9B4;border-radius:2px;font-size:13px;transition:all .2s}.btn-outline-dark:hover{border-color:#4a4238}.hero{position:relative;height:100vh;min-height:640px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%;animation:heroZoom 2s cubic-bezier(.22,1,.36,1) forwards}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a16121f,#1a16126b,#1a1612c7)}.hero-content{position:absolute;bottom:0;left:0;right:0;padding:0 48px 72px;display:flex;justify-content:space-between;align-items:flex-end}.hero-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;margin-bottom:14px;display:flex;align-items:center;gap:10px;animation:fadeUp .8s .3s both}.hero-eyebrow:before{content:"";width:28px;height:1px;background:#fff6}.hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(44px,6.5vw,82px);line-height:1.05;font-weight:600;color:#fff;margin-bottom:20px;animation:fadeUp .9s .5s both}.hero-h1 em{font-style:italic;color:#fffc}.hero-sub{font-size:16px;color:#fff9;line-height:1.7;max-width:440px;margin-bottom:32px;font-weight:300;animation:fadeUp .9s .65s both}.hero-buttons{display:flex;gap:12px;animation:fadeUp .9s .8s both}.hero-trust{animation:fadeIn 1s .95s both}.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#ffffff6b;margin-bottom:5px}.trust-dot{width:4px;height:4px;border-radius:50%;background:#c8f0e8}.scroll-cue{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:7px;animation:fadeIn 1s 1.1s both}.scroll-line{width:1px;height:42px;background:#ffffff40}.scroll-label{font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#ffffff4d}.island-strip{background:#1a1612;display:flex}.island-tab{flex:1;padding:16px 12px;text-align:center;cursor:pointer;border-right:1px solid rgba(255,255,255,.06);transition:background .2s}.island-tab:last-child{border:none}.island-tab:hover{background:#ffffff0d}.island-tab.active{background:#0b7a6e}.island-tab-name{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;transition:color .2s}.island-tab-capital{font-size:10px;color:#ffffff47;margin-top:2px}.island-tab:hover .island-tab-name,.island-tab.active .island-tab-name{color:#fff}.map-section{display:grid;grid-template-columns:1fr 400px;min-height:88vh}.map-left{background:#0a1a16;position:relative;overflow:hidden}.map-left>svg#mapSvg{width:100%;height:100%;min-height:420px;display:block}.map-toolbar{position:absolute;top:14px;left:14px;right:14px;z-index:20;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.tool-btn{padding:7px 12px;background:#0a1a16e0;border:1px solid rgba(11,122,110,.3);border-radius:4px;color:#ffffffa6;font-size:11px;font-family:DM Sans,sans-serif;display:flex;align-items:center;gap:5px;transition:all .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.tool-btn:hover{background:#0b7a6e38;color:#fff;border-color:#0b7a6e8c}.tool-btn.active{background:#0b7a6e47;color:#fff;border-color:#0b7a6e}.tool-btn svg{width:12px;height:12px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.tool-sep{width:1px;height:18px;background:#ffffff1a}.geo-dot{position:absolute;z-index:18;width:14px;height:14px;display:none}.geo-dot-ring{width:14px;height:14px;border-radius:50%;background:#4a9fd433;position:absolute;animation:pulseRing 2s infinite}.geo-dot-core{width:10px;height:10px;border-radius:50%;background:#4a9fd4;border:2px solid #fff;position:absolute;top:2px;left:2px}.wx-badge{position:absolute;z-index:15;pointer-events:none;background:#0a1a16e0;border:1px solid rgba(11,122,110,.32);border-radius:6px;padding:7px 10px;min-width:100px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s}.wx-temp{font-size:16px;font-weight:500;color:#fff;line-height:1}.wx-name{font-size:9px;color:#fff6;margin-top:2px}.wx-wind{font-size:9px;color:#0b7a6ecc;margin-top:1px}.wx-loader{font-size:10px;color:#ffffff4d;display:flex;align-items:center;gap:5px}.spinner{width:10px;height:10px;border:1.5px solid rgba(11,122,110,.3);border-top-color:#0b7a6e;border-radius:50%;animation:spinLoad .8s linear infinite}.choro-legend{position:absolute;bottom:50px;left:14px;z-index:15;background:#0a1a16e0;border:1px solid rgba(11,122,110,.2);border-radius:6px;padding:10px 12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none}.choro-legend.visible{display:block}.choro-legend-title{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#ffffff61;margin-bottom:7px}.choro-scale{display:flex;gap:2px;margin-bottom:3px}.choro-swatch{height:7px;border-radius:1px;flex:1}.choro-labels{display:flex;justify-content:space-between;font-size:8px;color:#ffffff47}.isle{cursor:pointer}.isle-body{transition:filter .3s cubic-bezier(.22,1,.36,1)}.isle:hover .isle-body,.isle.active .isle-body{filter:brightness(1.45)}.isle.zoomed{transform-origin:var(--ox) var(--oy);transform:scale(2.15);transition:transform .5s cubic-bezier(.22,1,.36,1)}.pulse-r{fill:none;stroke:#0b7a6e59;stroke-width:1;animation:pulseRing 2.8s ease-out infinite}.conn-line{stroke:#0b7a6e2e;stroke-width:1;fill:none;stroke-dasharray:5 4;animation:dashFlow 3s linear infinite}.conn-line.hi{stroke:#0b7a6eb3;stroke-width:1.5;animation:dashFlow 1.2s linear infinite}.map-tooltip{position:absolute;pointer-events:none;z-index:22;background:#0a1a16ed;border:1px solid rgba(11,122,110,.42);border-radius:8px;overflow:hidden;width:188px;opacity:0;transform:translateY(5px) scale(.97);transition:all .22s cubic-bezier(.22,1,.36,1);box-shadow:0 12px 36px #00000080}.map-tooltip.visible{opacity:1;transform:translateY(0) scale(1)}.tt-illus{height:80px;overflow:hidden}.tt-illus svg{width:100%;height:100%;display:block}.tt-body{padding:9px 11px}.tt-name{font-family:Cormorant Garamond,serif;font-size:15px;font-weight:600;color:#fff;margin-bottom:1px}.tt-sub{font-size:9px;color:#ffffff61;letter-spacing:.08em;text-transform:uppercase}.tt-wx{font-size:10px;color:#0b7a6ed9;margin-top:4px;display:none;align-items:center;gap:4px}.tt-hint{font-size:9px;color:#ffffff38;margin-top:3px}.map-panel{background:#0f201b;border-left:1px solid rgba(11,122,110,.12);display:flex;flex-direction:column;overflow:hidden}.panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:36px;text-align:center}.panel-empty-title{font-family:Cormorant Garamond,serif;font-size:20px;color:#fff3;margin-bottom:6px;font-style:italic}.panel-empty-sub{font-size:11px;color:#ffffff1f;line-height:1.7}#panel-content{display:none;flex-direction:column;height:100%;overflow:hidden}.panel-illus{height:195px;flex-shrink:0;position:relative;overflow:hidden}.panel-illus svg{width:100%;height:100%;display:block}.panel-illus-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 15%,#0F201B 100%)}.panel-header{position:absolute;bottom:0;left:0;right:0;padding:14px 22px}.panel-kicker{font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:#0b7a6ebf;margin-bottom:4px}.panel-island-name{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;color:#fff;line-height:1}.panel-island-sub{font-size:10px;color:#ffffff52;margin-top:3px;font-style:italic}.panel-body{padding:18px 22px;overflow-y:auto;flex:1}.panel-body::-webkit-scrollbar{width:3px}.panel-body::-webkit-scrollbar-track{background:transparent}.panel-body::-webkit-scrollbar-thumb{background:#0b7a6e4d;border-radius:99px}.panel-weather{background:#0b7a6e1a;border:1px solid rgba(11,122,110,.2);border-radius:6px;padding:12px 13px;margin-bottom:14px;display:flex;align-items:center;gap:12px}.pw-icon{font-size:22px;width:32px;text-align:center;flex-shrink:0}.pw-temp{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;color:#fff}.pw-desc{font-size:11px;color:#ffffff6b;margin-top:1px;text-transform:capitalize}.pw-detail{font-size:10px;color:#0b7a6ecc;margin-top:1px}.panel-desc{font-size:12px;color:#ffffff6b;line-height:1.75;margin-bottom:14px;font-weight:300}.panel-stats{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:14px}.p-stat{background:#0b7a6e12;border:1px solid rgba(11,122,110,.13);border-radius:5px;padding:10px 12px}.p-stat-val{font-family:Cormorant Garamond,serif;font-size:15px;font-weight:600;color:#0b7a6ee6;margin-bottom:2px}.p-stat-label{font-size:9px;color:#ffffff47;text-transform:uppercase;letter-spacing:.07em}.panel-activity{background:#0b7a6e0f;border:1px solid rgba(11,122,110,.14);border-radius:5px;padding:10px 12px;margin-bottom:13px}.pa-label{font-size:9px;color:#ffffff47;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.pa-bar{height:5px;background:#ffffff12;border-radius:99px;overflow:hidden;margin-bottom:4px}.pa-fill{height:100%;border-radius:99px;background:#0b7a6e;transition:width .6s cubic-bezier(.22,1,.36,1)}.pa-stats{display:flex;justify-content:space-between;font-size:10px;color:#ffffff6b}.panel-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:13px}.p-tag{font-size:9px;padding:3px 9px;border:1px solid rgba(11,122,110,.22);border-radius:99px;color:#ffffff52}.panel-links-title{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#ffffff47;margin-bottom:7px;font-weight:500}.panel-link{display:flex;align-items:center;gap:9px;padding:8px 11px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:4px;margin-bottom:5px;transition:all .2s;color:inherit;text-decoration:none}.panel-link:hover{background:#0b7a6e24;border-color:#0b7a6e47}.panel-link-icon{width:18px;height:18px;border-radius:3px;background:#0b7a6e33;display:flex;align-items:center;justify-content:center;flex-shrink:0}.panel-link-icon svg{width:10px;height:10px;fill:none;stroke:#0b7a6ed9;stroke-width:2;stroke-linecap:round}.panel-link-text{font-size:11px;color:#ffffff7a;flex:1}.panel-link-arrow{font-size:10px;color:#0b7a6e80}.panel-link:hover .panel-link-text{color:#fffc}.panel-link:hover .panel-link-arrow{color:#0b7a6e}.panel-cta{width:100%;padding:11px;background:#0b7a6e24;border:1px solid rgba(11,122,110,.28);border-radius:5px;color:#0b7a6ee0;font-size:12px;font-weight:500;font-family:DM Sans,sans-serif;letter-spacing:.04em;transition:all .2s;margin-top:2px}.panel-cta:hover{background:#0b7a6e47;color:#fff}.how-section{padding:100px 40px;background:#f7f3ec}.how-inner{max-width:var(--max);margin:0 auto}.how-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.step-card{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer}.step-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1)}.step-card:hover img{transform:scale(1.07)}.step-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,22,18,.9) 0%,rgba(26,22,18,.2) 55%,transparent 100%);transition:background .4s}.step-card:hover .step-overlay{background:linear-gradient(to top,rgba(11,122,110,.88) 0%,rgba(11,122,110,.2) 55%,transparent 100%)}.step-content{position:absolute;bottom:0;left:0;right:0;padding:22px 20px}.step-num{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff61;margin-bottom:6px}.step-title{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;color:#fff;line-height:1.2;margin-bottom:6px}.step-text{font-size:12px;color:#ffffff8c;line-height:1.6;opacity:0;transform:translateY(8px);transition:all .32s}.step-card:hover .step-text{opacity:1;transform:none}.split-section{display:grid;grid-template-columns:1fr 1fr;min-height:65vh}.split-photo{position:relative;overflow:hidden}.split-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.split-photo:hover img{transform:scale(1.04)}.split-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(11,122,110,.22) 0%,transparent 60%)}.split-content{padding:80px 64px;background:#1a1612;display:flex;flex-direction:column;justify-content:center}.split-feat{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.split-feat-icon{width:34px;height:34px;background:#0b7a6e33;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.split-feat-icon svg{width:14px;height:14px;fill:none;stroke:#0b7a6e;stroke-width:2;stroke-linecap:round}.split-feat-title{font-size:14px;font-weight:500;color:#fff;margin-bottom:2px}.split-feat-text{font-size:12px;color:#ffffff61;line-height:1.6}.quote-section{position:relative;height:460px;overflow:hidden;display:flex;align-items:center;justify-content:center}.quote-section img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%}.quote-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1612ad}.quote-content{position:relative;z-index:1;text-align:center;max-width:640px;padding:0 32px}.quote-mark{font-family:Cormorant Garamond,serif;font-size:64px;line-height:.4;color:#0b7a6e;opacity:.75;margin-bottom:10px}.quote-text{font-family:Cormorant Garamond,serif;font-size:clamp(18px,2.8vw,32px);font-style:italic;color:#fff;line-height:1.45;margin-bottom:18px}.quote-attr{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff59}.faq-section{padding:80px 40px;background:#ede6d8}.faq-inner{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid #D4C9B4;overflow:hidden}.faq-question{padding:17px 0;font-size:15px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:18px;color:#1a1612;background:none;border:none;width:100%;text-align:left;transition:color .2s;font-family:DM Sans,sans-serif}.faq-question:hover{color:#0b7a6e}.faq-icon{width:22px;height:22px;border:1px solid #D4C9B4;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;color:#8a7d6e;transition:all .2s}.faq-item.open .faq-icon{transform:rotate(45deg);background:#0b7a6e;color:#fff;border-color:#0b7a6e}.faq-answer{padding:0 0 16px;font-size:13px;color:#4a4238;line-height:1.75;display:none}.faq-item.open .faq-answer{display:block}.cta-section{position:relative;overflow:hidden;padding:96px 40px;text-align:center}.cta-section img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;filter:brightness(.28)}.cta-section:before{content:"KANAREN";position:absolute;font-family:Cormorant Garamond,serif;font-size:220px;font-weight:600;color:#ffffff08;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none}.cta-inner{position:relative;z-index:1}.cta-kicker{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#ffffff6b;margin-bottom:14px;display:block}.cta-h2{font-family:Cormorant Garamond,serif;font-size:clamp(32px,5vw,58px);line-height:1.08;color:#fff;font-weight:600;margin-bottom:16px}.cta-h2 em{font-style:italic;opacity:.75}.cta-sub{font-size:15px;color:#ffffff80;margin-bottom:34px;font-weight:300;max-width:380px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-white{padding:14px 30px;background:#fff;color:#0b7a6e;border:none;border-radius:2px;font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;transition:all .2s}.btn-white:hover{background:#f7f3ec;transform:translateY(-2px)}.btn-ghost-white{padding:14px 30px;background:transparent;color:#ffffffbf;border:1px solid rgba(255,255,255,.28);border-radius:2px;font-size:14px;font-family:DM Sans,sans-serif;transition:all .2s}.btn-ghost-white:hover{border-color:#fff9;color:#fff}.site-footer{background:#1a1612;padding:60px 40px 36px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:44px;margin-bottom:44px;max-width:var(--max);margin-left:auto;margin-right:auto}.footer-brand-name{font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;color:#fff;margin-bottom:10px}.footer-brand-name span{color:#0b7a6e}.footer-desc{font-size:12px;color:#ffffff4d;line-height:1.7;max-width:220px}.footer-col-title{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff6b;margin-bottom:12px;font-weight:500}.footer-link{display:block;font-size:12px;color:#ffffff47;margin-bottom:8px;cursor:pointer;transition:color .2s}.footer-link:hover{color:#ffffffbf}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:11px;color:#fff3;max-width:var(--max);margin:0 auto}.inner-page{padding-top:var(--nav-h);min-height:100vh;background:#f7f3ec}.inner-hero{position:relative;height:340px;overflow:hidden}.inner-hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 70%;object-position:center 70%}.inner-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a161261,#1a1612bf)}.inner-hero-content{position:absolute;bottom:0;left:0;right:0;padding:0 56px 46px}.inner-hero-kicker{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#ffffff6b;margin-bottom:9px}.inner-hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(30px,5vw,54px);font-weight:600;color:#fff;line-height:1.1}.inner-hero-h1 em{font-style:italic;color:#ffffffad}.inner-body{max-width:var(--max);margin:0 auto;padding:64px 40px}.info-box{background:#fdf0d5;border-left:3px solid #C4820A;padding:16px 20px;margin-bottom:30px}.info-box-title{font-size:14px;font-weight:500;color:#1a1612;margin-bottom:4px}.info-box-text{font-size:13px;color:#4a4238;line-height:1.65}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:52px}.article-card{background:#fff;border-radius:3px;overflow:hidden;cursor:pointer;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s}.article-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #1a16121f}.article-card-img{height:200px;overflow:hidden}.article-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1)}.article-card:hover .article-card-img img{transform:scale(1.08)}.article-card-body{padding:20px}.article-card-tag{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#0b7a6e;margin-bottom:6px;font-weight:500}.article-card-title{font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;color:#1a1612;margin-bottom:6px;line-height:1.25}.article-card-text{font-size:12px;color:#8a7d6e;line-height:1.6}.article-card-footer{display:flex;justify-content:flex-end;padding:0 20px 16px;font-size:10px;color:#0b7a6e;letter-spacing:.06em;text-transform:uppercase}.forum-layout{display:grid;grid-template-columns:220px 1fr 260px;min-height:calc(100vh - var(--nav-h));background:#f7f3ec}.forum-sidebar{padding:24px 16px;background:#fff;border-right:1px solid #EDE6D8}.forum-main{padding:28px}.forum-sidebar-right{padding:24px 16px;border-left:1px solid #EDE6D8}.forum-cat-btn{display:flex;align-items:center;gap:9px;width:100%;padding:8px 10px;border-radius:3px;font-size:13px;color:#4a4238;background:none;border:none;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .14s;text-align:left}.forum-cat-btn:hover{background:#f7f3ec;color:#1a1612}.forum-cat-btn.active{background:#c8f0e8;color:#065a51;font-weight:500}.forum-cat-btn svg{width:13px;height:13px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.cat-count{margin-left:auto;font-size:10px;background:#ede6d8;color:#8a7d6e;padding:1px 7px;border-radius:99px}.forum-cat-btn.active .cat-count{background:#0b7a6e26;color:#065a51}.new-post-btn{width:100%;padding:10px;background:#1a1612;color:#fff;border:none;border-radius:3px;font-size:13px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s}.new-post-btn:hover{background:#0b7a6e}.forum-search{display:flex;margin-bottom:16px}.forum-search input{flex:1;padding:9px 13px;border:1px solid #EDE6D8;border-radius:3px 0 0 3px;font-size:13px;font-family:DM Sans,sans-serif;outline:none;color:#1a1612}.forum-search input:focus{border-color:#0b7a6e}.forum-search button{padding:9px 14px;background:#1a1612;color:#fff;border:none;border-radius:0 3px 3px 0;font-size:13px;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s}.forum-search button:hover{background:#0b7a6e}.filter-pills{display:flex;gap:7px;margin-bottom:16px;flex-wrap:wrap}.filter-pill{padding:5px 13px;border-radius:99px;font-size:11px;cursor:pointer;border:1px solid #EDE6D8;background:#fff;color:#8a7d6e;transition:all .14s;font-family:DM Sans,sans-serif}.filter-pill.active,.filter-pill:hover{background:#1a1612;color:#fff;border-color:#1a1612}.thread{background:#fff;padding:14px 18px;display:flex;gap:13px;cursor:pointer;transition:all .14s;border-left:3px solid transparent;margin-bottom:2px}.thread:hover{background:#ede6d8;border-left-color:#0b7a6e}.thread-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500}.thread-body{flex:1;min-width:0}.thread-title{font-size:13px;font-weight:500;color:#1a1612;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-meta{font-size:11px;color:#8a7d6e;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.thread-tag{font-size:9px;padding:2px 7px;border-radius:99px;font-weight:500;letter-spacing:.04em}.thread-stats{flex-shrink:0;font-size:11px;color:#8a7d6e;text-align:right}.sidebar-box{background:#fff;border:1px solid #EDE6D8;border-radius:3px;padding:15px;margin-bottom:12px}.sidebar-box-title{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#8a7d6e;margin-bottom:11px;font-weight:500}.stat-row{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid #EDE6D8;font-size:12px;color:#4a4238}.stat-row:last-child{border:none}.stat-val{font-weight:500;color:#0b7a6e}.tags-cloud{display:flex;flex-wrap:wrap;gap:5px}.tag-item{font-size:10px;padding:3px 9px;border:1px solid #EDE6D8;border-radius:2px;color:#8a7d6e;cursor:pointer;transition:all .14s}.tag-item:hover{border-color:#0b7a6e;color:#0b7a6e}.wizard-layout{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - var(--nav-h))}.wizard-sidebar{background:#1a1612;padding:28px 20px}.wiz-prog-label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;display:flex;justify-content:space-between;margin-bottom:8px}.wiz-prog-bar{height:2px;background:#ffffff1a;margin-bottom:26px}.wiz-prog-fill{height:100%;background:#0b7a6e;transition:width .4s}.wiz-step{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:3px;cursor:pointer;transition:background .14s}.wiz-step:hover{background:#ffffff0d}.wiz-step.active{background:#0b7a6e2e}.wiz-step-num{width:21px;height:21px;border-radius:50%;border:1px solid rgba(255,255,255,.18);color:#ffffff59;font-size:10px;font-weight:500;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .14s}.wiz-step.active .wiz-step-num{background:#0b7a6e;border-color:#0b7a6e;color:#fff}.wiz-step.done .wiz-step-num{background:#0b7a6e47;border-color:#0b7a6e;color:#0b7a6e}.wiz-step-title{font-size:12px;color:#fff6}.wiz-step.active .wiz-step-title{color:#fff;font-weight:500}.wiz-step-sub{font-size:10px;color:#fff3;margin-top:1px}.wizard-main{padding:48px 56px;background:#f7f3ec}.wiz-pane{display:none}.wiz-pane.active{display:block}.wiz-kicker{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#0b7a6e;margin-bottom:7px}.wiz-h1{font-family:Cormorant Garamond,serif;font-size:30px;font-weight:600;color:#1a1612;margin-bottom:7px}.wiz-desc{font-size:13px;color:#4a4238;margin-bottom:26px;line-height:1.7}.radio-card{border:1px solid #EDE6D8;border-radius:3px;padding:16px 18px;cursor:pointer;transition:all .2s;display:flex;gap:13px;margin-bottom:10px;background:#fff}.radio-card:hover{border-color:#0b7a6e}.radio-card.selected{border-color:#0b7a6e;background:#0b7a6e0a}.radio-dot{width:16px;height:16px;border-radius:50%;border:2px solid #D4C9B4;flex-shrink:0;margin-top:2px;position:relative;transition:border-color .2s}.radio-card.selected .radio-dot{border-color:#0b7a6e}.radio-card.selected .radio-dot:after{content:"";position:absolute;width:6px;height:6px;background:#0b7a6e;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-title{font-size:13px;font-weight:500;color:#1a1612;margin-bottom:2px}.radio-sub{font-size:12px;color:#8a7d6e}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group.full{grid-column:1/-1}.form-label{font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#8a7d6e}.form-input{padding:10px 13px;border:1px solid #EDE6D8;border-radius:3px;font-size:13px;font-family:DM Sans,sans-serif;color:#1a1612;background:#fff;outline:none;transition:border-color .2s}.form-input:focus{border-color:#0b7a6e}.upload-zone{border:1.5px dashed #D4C9B4;border-radius:5px;padding:30px;text-align:center;cursor:pointer;transition:all .2s;margin-bottom:15px}.upload-zone:hover{border-color:#0b7a6e;background:#0b7a6e08}.hint-box{background:#fdf0d5;border-left:3px solid #C4820A;padding:11px 14px;font-size:12px;color:#4a4238;line-height:1.65;margin-bottom:22px}.wiz-actions{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #EDE6D8;margin-top:6px}.wiz-back{padding:10px 20px;background:transparent;color:#8a7d6e;border:1px solid #EDE6D8;border-radius:3px;font-size:12px;cursor:pointer;font-family:DM Sans,sans-serif}.wiz-next{padding:10px 24px;background:#0b7a6e;color:#fff;border:none;border-radius:3px;font-size:12px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;display:flex;align-items:center;gap:7px;transition:background .2s}.wiz-next:hover{background:#065a51}.proc-list{background:#fff;border-radius:3px;overflow:hidden;margin-bottom:20px;border:1px solid #EDE6D8}.proc-item{display:flex;gap:12px;padding:13px 15px;border-bottom:1px solid #EDE6D8;align-items:flex-start}.proc-item:last-child{border:none}.proc-icon{width:28px;height:28px;border-radius:5px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.proc-title{font-size:13px;font-weight:500;color:#1a1612;margin-bottom:2px}.proc-sub{font-size:11px;color:#8a7d6e;line-height:1.5}.opt-badge{font-size:9px;padding:2px 6px;background:#ede6d8;color:#8a7d6e;border-radius:2px;margin-left:6px;vertical-align:middle}.support-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:36px}.support-card{background:#fff;border-radius:3px;overflow:hidden;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s}.support-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #1a16121a}.contact-box{background:#fff;border-radius:4px;padding:32px;border:1px solid #EDE6D8}@media (max-width:1100px){.map-section{grid-template-columns:1fr 360px}}@media (max-width:1024px){.map-section,.split-section,.forum-layout,.wizard-layout{grid-template-columns:1fr}.map-left{min-height:400px}.steps-grid,.footer-grid,.cards-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){#main-nav{padding:0 20px}.nav-links{display:none}.hamburger{display:flex}.hero-content{padding:0 20px 42px}.how-section{padding:64px 20px}.steps-grid{grid-template-columns:1fr}.how-header{flex-direction:column;gap:16px;align-items:flex-start}.split-content{padding:40px 24px}.cards-grid{grid-template-columns:1fr}.inner-body{padding:44px 20px}.inner-hero-content{padding:0 20px 30px}.wizard-sidebar{display:none}.wizard-main{padding:28px 20px}.form-grid{grid-template-columns:1fr}.forum-sidebar,.forum-sidebar-right{display:none}.forum-main{padding:16px}.site-footer{padding:36px 20px 28px}.footer-grid{grid-template-columns:1fr}.cta-section{padding:68px 20px}.map-panel{min-height:380px}.faq-section{padding:56px 20px}.section-wrap{padding:0 20px}}:root{--sand: #F7F3EC;--sand2: #EDE6D8;--sand3: #D4C9B4;--ink: #1A1612;--ink2: #4A4238;--ink3: #8A7D6E;--teal: #0B7A6E;--teal-l: #C8F0E8;--teal-d: #065A51;--amber: #C4820A;--amber-l: #FDF0D5;--font-sans: "DM Sans", sans-serif;--font-serif: "Cormorant Garamond", serif;--nav-h: 68px;--max-width: 1140px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes pulseRing{0%{r:6;opacity:.7;stroke-width:1.5}to{r:22;opacity:0;stroke-width:.5}}@keyframes dashFlow{to{stroke-dashoffset:-20}}@keyframes spinLoad{to{transform:rotate(360deg)}}.reveal,.reveal-l,.reveal-s{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.reveal{transform:translateY(24px)}.reveal-l{transform:translate(-28px)}.reveal-s{transform:scale(.96)}.reveal.on,.reveal-l.on,.reveal-s.on{opacity:1;transform:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-invert{--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-full{height:100%}.max-h-32{max-height:8rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-1\/3{width:33.333333%}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tracking-wider{letter-spacing:.05em}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-90{opacity:.9}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--text-primary: #212529;--text-secondary: #6c757d;--text-tertiary: #adb5bd;--border-color: #dee2e6;--accent-primary: #d4a843;--accent-secondary: #c4952e}*{font-family:Inter,Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{margin:0;font-family:Inter,Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6,button,input,select,textarea,label,div,span,p,a{font-family:Inter,Outfit,sans-serif}input,select,textarea,button{font-family:Inter,Outfit,sans-serif!important}[role=dialog],[role=tooltip],[role=menu],.admin-panel,.admin-table,.admin-form{font-family:Inter,Outfit,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes progressSlide{0%{transform:translate(-100%)}50%{transform:translate(250%)}to{transform:translate(-100%)}}@media (max-width: 768px){button,a,[role=button]{min-height:44px;padding:8px 16px}input,select,textarea{font-size:16px!important}.container,.content{padding-left:16px;padding-right:16px}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}[role=dialog]{max-width:95vw!important;margin:8px}}@media (max-width: 480px){h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}.container,.content{padding-left:12px;padding-right:12px}}.forum-burger,.forum-mobile-drawer{display:none!important}.forum-title-full,.forum-back-label{display:inline!important}@media (max-width: 820px){.forum-burger,.forum-mobile-drawer{display:flex!important}.forum-title-full{display:none!important}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body.icf-design{font-family:var(--font-sans);background:var(--sand);color:var(--ink);overflow-x:hidden;line-height:1.6}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}a{text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-xl)}@media (max-width: 768px){.container{padding:0 var(--space-md)}}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-md::file-selector-button{border-radius:.375rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-blue-50::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::file-selector-button{padding-top:.5rem;padding-bottom:.5rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-blue-700::file-selector-button{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:file\:bg-blue-100::file-selector-button:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.dark\:border-blue-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-red-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-orange-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-yellow-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))}.dark\:from-blue-900\/20:is(.dark *){--tw-gradient-from: rgb(30 58 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-indigo-900\/20:is(.dark *){--tw-gradient-to: rgb(49 46 129 / .2) var(--tw-gradient-to-position)}.dark\:text-blue-100:is(.dark *){--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-red-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-blue-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:block{display:block}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
