:root{--background:#f1eadf;--surface:#fbf8f1;--surface-soft:#e8ded0;--ink:#10261d;--ink-muted:#50685d;--green:#214d3b;--green-deep:#123327;--green-soft:#d8e6dc;--gold:#bd8f48;--clay:#a85f42;--border:#d7c8b7;--white:#fff;--shadow:0 18px 50px #1233271f;--radius:8px;--ring:#214d3b;--input:#d7c8b7;--popover:#fbf8f1;--popover-foreground:#10261d;--accent:#214d3b14;--accent-foreground:#214d3b}*{box-sizing:border-box}html{background:var(--background);color:var(--ink);scroll-behavior:smooth}body{background:var(--background);min-height:100dvh;color:var(--ink);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.creator-layout{height:100dvh;display:flex}.creator-sidebar{border-right:1px solid var(--border);z-index:20;background:#eadfce;flex-direction:column;flex-shrink:0;width:220px;height:100dvh;transition:width .2s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.creator-sidebar--collapsed{width:52px}.creator-sidebar-spacer{flex-shrink:0;width:220px;transition:width .2s}.creator-sidebar-spacer.creator-sidebar--collapsed{width:52px}.creator-sidebar__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;min-height:52px;padding:12px 10px;display:flex}.creator-sidebar--collapsed .creator-sidebar__header{justify-content:center}.creator-sidebar__brand{align-items:center;gap:10px;display:flex;overflow:hidden}.creator-sidebar__logo{border-radius:8px;flex-shrink:0;width:28px;height:28px}.creator-sidebar__name{color:var(--green);letter-spacing:-.02em;white-space:nowrap;font-size:15px;font-weight:700}.creator-sidebar__toggle{cursor:pointer;color:#214d3b80;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:color .14s,background .14s;display:flex}.creator-sidebar__toggle:hover{color:var(--green);background:#214d3b14}.creator-sidebar__nav{flex-direction:column;flex:1;gap:2px;padding:8px;display:flex;overflow-y:auto}.creator-sidebar__item{color:#214d3bb3;white-space:nowrap;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:color .14s,background .14s;display:flex}.creator-sidebar--collapsed .creator-sidebar__item{justify-content:center;padding:8px}.creator-sidebar__item:hover{color:var(--green);background:#214d3b12}.creator-sidebar__item--active{color:var(--green);background:#214d3b1a;font-weight:600}.creator-sidebar__item--muted{color:#214d3b8c}.creator-sidebar__item--muted:hover{color:var(--green)}.creator-sidebar__icon{flex-shrink:0}.creator-sidebar__footer{border-top:1px solid var(--border);flex-direction:column;gap:4px;padding:8px;display:flex}.creator-sidebar__profile-item{gap:10px}.creator-sidebar__avatar{background:#214d3b26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.creator-sidebar__avatar-img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.creator-sidebar__avatar-initials{color:var(--green);font-size:12px;font-weight:700;line-height:1}.creator-sidebar__profile-text{flex-direction:column;gap:1px;display:flex;overflow:hidden}.creator-sidebar__profile-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.creator-sidebar__profile-sub{color:var(--ink-muted);font-size:11px;font-weight:400}.select-trigger{border:1px solid var(--border);background:var(--surface);width:100%;height:40px;color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:8px;padding:0 12px;font-size:14px;transition:border-color .14s;display:flex}.select-trigger:focus{border-color:var(--green);box-shadow:0 0 0 2px #214d3b1f}.select-trigger[data-disabled]{cursor:not-allowed;opacity:.5}.select-trigger__icon{opacity:.5;flex-shrink:0;width:16px;height:16px}.select-content{z-index:50;min-width:var(--radix-select-trigger-width);width:var(--radix-select-trigger-width);border:1px solid var(--border);background:var(--surface);border-radius:10px;max-height:320px;margin-top:4px;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001f}.select-viewport{padding:4px}.select-item{color:var(--ink);cursor:default;-webkit-user-select:none;user-select:none;border-radius:6px;outline:none;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:14px;transition:background .1s;display:flex}.select-item[data-highlighted]{background:#214d3b12}.select-item[data-state=checked]{color:var(--green);background:#214d3b1a;font-weight:500}.select-item__check{color:var(--green);flex-shrink:0;align-items:center;display:flex}.select-scroll-btn{color:var(--ink-muted);justify-content:center;align-items:center;padding:4px 0;display:flex}.select-label{color:var(--ink-muted);padding:6px 12px;font-size:12px;font-weight:600}.select-separator{background:var(--border);height:1px;margin:4px -4px}.ios-switch{cursor:pointer;background:#d1d1d6;border:none;border-radius:100px;flex-shrink:0;align-items:center;width:51px;height:31px;padding:3px;transition:background .2s;display:inline-flex}.ios-switch:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.ios-switch:disabled{cursor:not-allowed;opacity:.4}.ios-switch[data-state=checked]{background:var(--green)}.ios-switch__thumb{pointer-events:none;background:#fff;border-radius:50%;width:25px;height:25px;transition:transform .2s;display:block;transform:translate(0);box-shadow:0 1px 4px #00000038,0 1px 2px #0000001f}.ios-switch[data-state=checked] .ios-switch__thumb{transform:translate(20px)}.tour-detail-back{color:var(--ink-muted);align-items:center;gap:6px;font-size:14px;font-weight:500;transition:color .14s;display:inline-flex}.tour-detail-back:hover{color:var(--ink)}.tour-detail-not-found{text-align:center;color:var(--ink-muted);padding:60px 0}.tour-detail-hero{border-radius:16px;position:relative;overflow:hidden}.tour-detail-hero__img{-o-object-fit:cover;object-fit:cover;width:100%;height:240px;display:block}.tour-detail-hero__overlay{background:linear-gradient(#0000 50%,#000000a6 100%);flex-direction:column;justify-content:flex-end;gap:8px;padding:20px;display:flex;position:absolute;inset:0}.tour-detail-hero__meta{align-items:center;gap:8px;display:flex}.tour-detail-hero__type{color:#ffffffd9;align-items:center;gap:5px;font-size:13px;font-weight:500;display:inline-flex}.tour-detail-hero__title{color:#fff;margin:0;font-size:22px;font-weight:700;line-height:1.2}.tour-detail-actions{align-items:center;gap:16px;display:flex}.tour-detail-visibility{align-items:center;gap:8px;display:flex}.tour-detail-stats{border:1px solid var(--border);background:var(--surface);border-radius:12px;gap:0;display:flex;overflow:hidden}.tour-detail-stat{border-right:1px solid var(--border);flex-direction:column;flex:1;align-items:center;gap:4px;padding:16px 12px;display:flex}.tour-detail-stat:last-child{border-right:none}.tour-detail-stat__icon{color:var(--ink-muted)}.tour-detail-stat__value{color:var(--ink);font-size:20px;font-weight:700}.tour-detail-stat__label{color:var(--ink-muted);font-size:12px}.tour-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.tour-detail-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;padding:16px;display:flex}.tour-detail-card__icon{color:var(--green);flex-shrink:0}.tour-detail-card__label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}.tour-detail-card__value{color:var(--ink);margin-top:2px;font-size:15px;font-weight:600}.tour-detail-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.tour-detail-section__title{color:var(--ink);margin:0 0 10px;font-size:15px;font-weight:700}.tour-detail-section__body{color:var(--ink-muted);margin:0;font-size:14px;line-height:1.65}.tour-detail-dates{gap:20px;padding-bottom:8px;display:flex}.creator-main{background:var(--background);flex:1;min-width:0;height:100dvh;padding:24px;overflow-y:auto}[data-radix-popper-content-wrapper]{z-index:50}.creator-main select:focus,[data-sidebar=trigger]:focus-visible{outline:2px solid var(--green);outline-offset:2px}.site-shell{background:var(--green);flex-direction:column;min-height:100dvh;display:flex}.site-shell-content{background:linear-gradient(180deg, #ffffff6b, transparent 360px), var(--background);flex:1;padding-top:58px}.site-nav{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f1eadfeb;border-bottom:1px solid #214d3b29;position:fixed;top:0;left:0;right:0}.site-nav__inner,.site-footer__inner,.editorial-page__inner{width:min(1120px,100% - 40px);margin:0 auto}.site-nav__bar{justify-content:space-between;align-items:center;gap:24px;min-height:58px;display:flex}.site-nav__brand,.site-nav__menu,.site-button,.site-footer button{color:inherit;cursor:pointer;background:0 0;border:0}.site-nav__brand{color:var(--green);align-items:center;gap:10px;padding:0;font-size:20px;font-weight:800;display:inline-flex}.site-nav__logo{border-radius:8px;width:32px;height:32px;box-shadow:0 8px 18px #12332729}.site-nav__links,.site-nav__actions,.site-nav__mobile-actions{align-items:center;gap:20px;display:flex}.site-nav__links>a,.site-nav__mobile-links>a{color:#214d3bc7;font-weight:650;transition:color .16s}.site-nav__links>a:hover,.site-nav__mobile-links>a:hover{color:var(--green)}.site-button{border-radius:var(--radius);justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 13px;font-weight:700;display:inline-flex}.site-button svg,.site-nav__menu svg{width:18px;height:18px}.site-button--outline{color:var(--green);border:1px solid #214d3b8c}.site-button--outline:hover{background:var(--green);color:var(--surface)}.site-button--ghost{color:#214d3bb8}.site-button--ghost:hover,.site-nav__menu:hover{color:var(--green);background:#214d3b17}.site-nav__menu{border-radius:var(--radius);width:40px;height:40px;color:var(--green);justify-content:center;align-items:center;display:none}.site-nav__mobile{border-top:1px solid #214d3b29;padding:16px 0 18px;display:none}.site-nav__mobile-links,.site-nav__mobile-actions{flex-direction:column;align-items:stretch;gap:14px;display:flex}.site-footer{background:var(--green);color:var(--white);padding:62px 0 34px}.site-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:36px;display:grid}.site-footer__group h3{margin:0 0 18px;font-size:17px;line-height:1.2}.site-footer__group ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.site-footer__group a,.site-footer__bottom button{color:#ffffffc2;transition:color .16s}.site-footer__group a:hover,.site-footer__bottom button:hover{color:var(--white)}.site-footer__socials{gap:12px;margin-bottom:24px;display:flex}.site-footer__socials a{width:34px;height:34px;color:var(--white);background:#ffffff29;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.site-footer__socials a:hover{background:#ffffff42}.site-footer__socials svg{width:15px;height:15px}.site-footer__signup{gap:10px;display:grid}.site-footer__signup label{color:var(--white);font-weight:650}.site-footer__signup div{gap:8px;display:flex}.site-footer__signup input{border-radius:var(--radius);width:100%;min-width:0;color:var(--white);background:#ffffff1a;border:1px solid #ffffff38;outline:none;padding:10px 12px}.site-footer__signup input::placeholder{color:#fff9}.site-footer__signup input:focus{border-color:#ffffff8c}.site-footer__signup button{border-radius:var(--radius);background:var(--surface-soft);color:var(--green);padding:10px 14px;font-weight:800}.site-footer__bottom{color:#ffffffc2;border-top:1px solid #ffffff2e;align-items:center;margin-top:32px;padding-top:22px;font-size:14px;display:flex}.site-footer__bottom p{margin:0}.site-footer__bottom div{align-items:center;gap:10px;display:flex}.site-footer__bottom span{color:#ffffff3d}.editorial-page{min-height:70vh;padding:86px 0 40px}.editorial-hero{border-bottom:1px solid var(--border);padding:22px 0 34px}.editorial-hero h1{max-width:920px;color:var(--green-deep);letter-spacing:0;margin:0;font-size:clamp(42px,8vw,92px);line-height:.94}.editorial-hero--legal{justify-content:space-between;align-items:end;gap:28px;display:flex}.editorial-hero--legal h1{max-width:760px}.editorial-hero--legal p{color:var(--ink-muted);white-space:nowrap;margin:0 0 8px;font-weight:700}.about-intro{max-width:980px;padding:54px 0 64px}.about-intro p{color:var(--ink);letter-spacing:0;margin:0;font-size:clamp(28px,4vw,48px);font-weight:760;line-height:1.1}.about-split{border-top:1px solid var(--border);grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);gap:64px;padding:54px 0;display:grid}.about-split h2,.about-principles h2,.legal-content h2{color:var(--green-deep);letter-spacing:0;margin:0;font-size:24px;line-height:1.2}.about-copy{gap:24px;display:grid}.about-copy p,.about-principles p,.legal-content p{color:var(--ink-muted);margin:0;font-size:18px;line-height:1.75}.about-principles{border-top:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding-top:42px;display:grid}.about-principles div{border-left:3px solid var(--green);align-content:start;gap:16px;padding-left:20px;display:grid}.about-principles span{color:var(--clay);font-weight:850}.legal-layout{grid-template-columns:250px minmax(0,1fr);gap:76px;padding-top:52px;display:grid}.legal-meta{border-left:3px solid var(--green);align-self:start;padding-left:18px;position:sticky;top:98px}.legal-meta p{color:var(--ink-muted);margin:0 0 10px;font-weight:700}.legal-content{gap:34px;max-width:760px;display:grid}.legal-content section{border-bottom:1px solid var(--border);gap:12px;padding-bottom:30px;display:grid}.legal-content a{color:var(--green);text-underline-offset:4px;font-weight:800;text-decoration:underline;text-decoration-thickness:1px}.press-media-card:hover{box-shadow:0 10px 32px #12332714;border-color:#214d3b4d!important}.press-contact-link:hover{background:var(--green-deep)!important}.careers-page{padding-bottom:0}.careers-intro{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1.1fr) minmax(260px,.55fr);gap:72px;padding:56px 0 68px;display:grid}.careers-intro p{color:var(--ink-muted);margin:0;font-size:18px;line-height:1.75}.careers-intro__lead{letter-spacing:0;font-weight:780;color:var(--ink)!important;font-size:clamp(30px,4.5vw,54px)!important;line-height:1.06!important}.careers-values{border-bottom:1px solid var(--border);grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:72px;padding:56px 0;display:grid}.careers-values h2,.careers-section-title h2,.careers-contact h2{color:var(--green-deep);letter-spacing:0;margin:0;font-size:26px;line-height:1.15}.careers-values__list{gap:28px;display:grid}.careers-values__list div{grid-template-columns:54px minmax(0,1fr);align-items:start;gap:22px;display:grid}.careers-values__list span{color:var(--clay);font-weight:850}.careers-values__list p,.careers-section-title p,.careers-role p,.careers-contact p{color:var(--ink-muted);margin:0;font-size:18px;line-height:1.65}.careers-roles{border-bottom:1px solid var(--border);padding:56px 0 64px}.careers-section-title{justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px;display:flex}.careers-section-title p{max-width:520px;font-size:16px}.careers-role-list{border-top:1px solid var(--border)}.careers-role{border-bottom:1px solid var(--border);grid-template-columns:minmax(220px,.75fr) minmax(0,1fr) minmax(96px,auto);align-items:center;gap:34px;padding:28px 0;display:grid}.careers-role h3{color:var(--green-deep);letter-spacing:0;margin:6px 0 0;font-size:clamp(22px,3vw,34px);line-height:1.1}.careers-role>div>p{color:var(--clay);letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:850}.careers-role>span{color:var(--green);justify-self:end;font-weight:800}.careers-contact{justify-content:space-between;align-items:center;gap:36px;padding:48px 0 72px;display:flex}.careers-contact div{gap:12px;max-width:620px;display:grid}.careers-contact a{border-radius:var(--radius);background:var(--green);color:var(--surface);white-space:nowrap;justify-content:center;align-items:center;padding:13px 18px;font-weight:800;display:inline-flex}.careers-contact a:hover{background:var(--green-deep)}.pricing-section{background:linear-gradient(#ffffff80 0%,#fff0 34%),linear-gradient(135deg,#8bb8d4 0%,#cfe7f2 58%,#e8f3f6 100%);padding:18px 0 42px;position:relative;overflow:hidden}.pricing-section:before{content:"";opacity:.8;pointer-events:none;background:linear-gradient(165deg,#ffffffe0 0 8%,#0000 28%),linear-gradient(18deg,#0000 0 54%,#ffffff94 55% 66%,#0000 82%);position:absolute;inset:0}.pricing-section__inner{z-index:1;width:min(1120px,100% - 40px);margin:0 auto;position:relative}.pricing-toggle{color:#10261d75;justify-content:center;align-items:center;gap:22px;min-height:28px;margin-bottom:18px;font-size:12px;font-weight:800;display:flex}.pricing-toggle__active{color:var(--white)}.pricing-plans{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:28px;display:grid}.pricing-plan{color:#151515;background:#fffffff0;border-radius:28px;flex-direction:column;min-height:404px;padding:28px 24px 22px;display:flex;box-shadow:0 20px 36px #1233271f}.pricing-plan--featured{min-height:468px;padding-top:20px;box-shadow:0 24px 48px #12332733}.pricing-plan__badge{color:#151515;text-align:center;background:#fffc;border:1px solid #10261d14;border-radius:999px;align-self:center;margin-bottom:20px;padding:10px 24px;font-size:14px;font-weight:850}.pricing-plan__top{gap:12px;display:grid}.pricing-plan__top>p:first-child{color:#151515;margin:0;font-size:14px;font-weight:850}.pricing-plan__top>p:last-child{color:#15151594;margin:0;font-size:14px;line-height:1.55}.pricing-plan__price{align-items:end;gap:4px;line-height:1;display:flex}.pricing-plan__price span{color:#050505;letter-spacing:0;font-size:44px;font-weight:900}.pricing-plan__price small{color:#1515158f;margin-bottom:5px;font-size:13px;font-weight:700}.pricing-plan ul{gap:9px;margin:18px 0 0;padding:0;list-style:none;display:grid}.pricing-plan li{color:#151515b8;align-items:start;gap:7px;font-size:13px;line-height:1.35;display:flex}.pricing-plan li svg{color:#151515;stroke-width:2.4px;flex-shrink:0;width:13px;height:13px;margin-top:2px}.pricing-plan__action{gap:12px;margin-top:auto;padding-top:26px;display:grid}.pricing-plan__action p{color:#1515156b;text-align:center;margin:0;font-size:11px;font-weight:700}.pricing-plan__action button{color:#080808;cursor:pointer;background:#ececec;border:0;border-radius:999px;width:100%;min-height:44px;font-size:13px;font-weight:850}.pricing-plan--featured .pricing-plan__action button{color:var(--white);background:#050505}.pricing-plan__action button:hover{background:#dcdcdc}.pricing-plan--featured .pricing-plan__action button:hover{background:#214d3b}.landing-hero{background:var(--background);padding:48px 0 52px}.landing-hero__grid{grid-template-columns:minmax(0,1fr) minmax(240px,.55fr);align-items:center;gap:64px;display:grid}.landing-hero__copy{gap:28px;display:grid}.landing-hero__copy h1{color:var(--green-deep);letter-spacing:0;margin:0;font-size:clamp(46px,5.5vw,76px);font-weight:900;line-height:1.02}.landing-hero__copy h1 span{color:#3e735d}.landing-hero__copy p{max-width:540px;color:var(--ink-muted);margin:0;font-size:19px;font-weight:560;line-height:1.65}.landing-hero__badges{flex-wrap:wrap;gap:14px;display:flex}.landing-hero__badges img{cursor:pointer;border-radius:8px;width:auto;height:54px;transition:transform .16s}.landing-hero__badges img:hover{transform:translateY(-2px)}.landing-hero__stats{color:var(--ink-muted);flex-wrap:wrap;align-items:center;gap:30px;padding-top:2px;display:flex}.landing-hero__stats>div{gap:1px;display:grid}.landing-hero__stats strong,.landing-hero__rating>span:first-of-type{color:var(--green);font-size:18px;font-weight:900;line-height:1}.landing-hero__stats span{font-size:14px;font-weight:650}.landing-hero__rating{align-items:center;gap:7px;display:flex!important}.landing-hero__rating div{color:var(--green);gap:1px;display:flex}.landing-hero__rating svg{fill:currentColor;width:16px;height:16px}.landing-hero__media{justify-content:flex-end;display:flex}.landing-hero__phone{aspect-ratio:.496;background:var(--green);border-radius:42px;width:clamp(200px,20vw,256px);padding:8px;box-shadow:0 22px 55px #1233272e}.landing-hero__phone>div{background:var(--green-deep);border-radius:34px;width:100%;height:100%;overflow:hidden}.landing-hero__phone img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.auth-page{justify-content:center;align-items:center;min-height:calc(100vh - 58px);padding:40px 20px;display:flex}.auth-page__card{border:1px solid var(--border);background:var(--surface);width:min(440px,100%);box-shadow:var(--shadow);border-radius:16px;padding:40px}.auth-page__brand{color:var(--green);align-items:center;gap:10px;margin-bottom:28px;font-size:20px;font-weight:800;display:flex}.auth-page__logo{border-radius:8px;width:34px;height:34px;box-shadow:0 4px 12px #12332729}.auth-page__tabs{background:var(--surface-soft);border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:28px;padding:4px;display:grid}.auth-page__tab{color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 0;font-size:14px;font-weight:700;transition:all .16s}.auth-page__tab--active{background:var(--surface);color:var(--green);box-shadow:0 1px 4px #1233271a}.auth-page__form{gap:18px;display:grid}.auth-page__form h1{color:var(--green-deep);margin:0;font-size:22px;font-weight:900;line-height:1.1}.auth-page__form>p{color:var(--ink-muted);margin:-10px 0 0;font-size:15px}.auth-page__field{gap:7px;display:grid}.auth-page__field label{font-size:14px}.auth-page__field input{font-size:15px}.auth-page__submit{border-radius:var(--radius);background:var(--green);color:var(--surface);cursor:pointer;border:0;margin-top:4px;padding:13px;font-size:15px;font-weight:800;transition:background .16s}.auth-page__submit:hover:not(:disabled){background:var(--green-deep)}.auth-page__submit:disabled{opacity:.6;cursor:not-allowed}.auth-page__switch{text-align:center;color:var(--ink-muted);margin:0;font-size:14px}.auth-page__switch button{color:var(--green);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:800}.auth-page__switch button:hover{text-decoration:underline}.auth-page__legal{border-top:1px solid var(--border);text-align:center;color:var(--ink-muted);margin:20px 0 0;padding-top:18px;font-size:13px;line-height:1.5}.auth-page__legal a{color:var(--green);font-weight:700}@media (max-width:820px){.site-nav__links{display:none}.site-nav__menu,.site-nav__mobile{display:flex}.site-nav__mobile{display:block}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-hero--legal,.site-footer__bottom,.about-split,.legal-layout{display:block}.editorial-hero--legal p{white-space:normal;margin-top:18px}.about-split{padding:42px 0}.about-copy{margin-top:24px}.about-principles{grid-template-columns:1fr}.careers-intro,.careers-values,.careers-role,.careers-section-title,.careers-contact{grid-template-columns:1fr;gap:24px;display:grid}.careers-intro{padding:44px 0 52px}.careers-values,.careers-roles{padding:44px 0}.careers-role{align-items:start;padding:24px 0}.careers-role>span{justify-self:start}.careers-contact{align-items:start;padding:42px 0 58px}.careers-contact a{white-space:normal;justify-self:start}.pricing-section{padding:16px 0 34px}.pricing-plans{grid-template-columns:1fr;gap:18px}.pricing-plan,.pricing-plan--featured{min-height:auto}.pricing-plan--featured{order:-1}.legal-meta{margin-bottom:34px;position:static}.landing-hero{padding:36px 0 44px}.landing-hero__grid{grid-template-columns:1fr;gap:36px}.landing-hero__media{justify-content:center}}@media (max-width:560px){.site-nav__inner,.site-footer__inner,.editorial-page__inner{width:min(100% - 28px,1120px)}.editorial-page{padding:58px 0 70px}.site-footer__grid{grid-template-columns:1fr}.site-footer__signup div{display:grid}.pricing-section__inner{width:min(100% - 28px,1120px)}.pricing-plan{border-radius:22px;padding:24px 20px 20px}.pricing-plan__price span{font-size:38px}}.container{width:min(1120px,100% - 40px);margin-left:auto;margin-right:auto}.min-h-screen{min-height:100vh}.min-h-40{min-height:10rem}.min-h-\[80px\]{min-height:80px}.min-h-\[300px\]{min-height:300px}.h-0{height:0}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-24{height:6rem}.h-32{height:8rem}.h-40{height:10rem}.h-48{height:12rem}.h-56{height:14rem}.h-\[400px\]{height:400px}.h-\[500px\]{height:500px}.h-\[580px\]{height:580px}.h-\[calc\(100\%-80px\)\]{height:calc(100% - 80px)}.h-\[calc\(100vh-120px\)\]{height:calc(100vh - 120px)}.h-full{height:100%}.w-0{width:0}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-24{width:6rem}.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-48{width:12rem}.w-52{width:13rem}.w-56{width:14rem}.w-72{width:18rem}.w-\[100px\]{width:100px}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.min-w-0{min-width:0}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.self-end{align-self:flex-end}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.space-x-1>:not([hidden])~:not([hidden]){margin-left:.25rem}.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}.space-x-3>:not([hidden])~:not([hidden]){margin-left:.75rem}.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}.space-x-6>:not([hidden])~:not([hidden]){margin-left:1.5rem}.space-x-8>:not([hidden])~:not([hidden]){margin-left:2rem}.space-y-0>:not([hidden])~:not([hidden]){margin-top:0}.space-y-0\.5>:not([hidden])~:not([hidden]){margin-top:.125rem}.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}.space-y-1\.5>:not([hidden])~:not([hidden]){margin-top:.375rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}.space-y-12>:not([hidden])~:not([hidden]){margin-top:3rem}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-\[1px\]{top:1px}.top-\[60\%\]{top:60%}.top-full{top:100%}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.right-4{right:1rem}.-top-4{top:-1rem}.-top-8{top:-2rem}.-right-4{right:-1rem}.-right-8{right:-2rem}.-bottom-4{bottom:-1rem}.-bottom-8{bottom:-2rem}.-left-4{left:-1rem}.-left-8{left:-2rem}.z-10{z-index:10}.z-50{z-index:50}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-20{margin-top:3rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:4rem;padding-bottom:4rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-6{padding-top:1.5rem}.pt-24{padding-top:6rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-20{padding-bottom:5rem}.pl-4{padding-left:1rem}.pl-10{padding-left:2.5rem}.rounded-sm{border-radius:4px}.rounded-md{border-radius:6px}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-3xl{border-radius:24px}.rounded-full{border-radius:999px}.rounded-\[2px\]{border-radius:2px}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[3rem\]{border-radius:3rem}.rounded-\[inherit\]{border-radius:inherit}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-tl-sm{border-top-left-radius:4px}.rounded-tl-3xl{border-top-left-radius:24px}.rounded-tr-3xl{border-top-right-radius:24px}.border{border:1px solid var(--border)}.border-0{border:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b-2{border-bottom-width:2px}.border-l-4{border-left:4px solid}.border-l-transparent{border-left-color:#0000}.border-r-4{border-right:4px solid}.border-r-transparent{border-right-color:#0000}.border-t-4{border-top:4px solid}.border-border,.border-input,.border-sidebar-border{border-color:var(--border)}.border-primary,.border-echo-green{border-color:var(--green)}.border-echo-green\/20{border-color:#214d3b33}.border-orange-200{border-color:#fed7aa}.border-orange-300{border-color:#fdba74}.border-red-200{border-color:#fecaca}.border-white{border-color:var(--white)}.border-t-echo-green{border-top-color:var(--green)}.bg-background,.bg-warm-white{background:var(--background)}.bg-card{background:var(--surface)}.bg-muted{background:#214d3b14}.bg-muted\/20{background:#214d3b0f}.bg-muted\/30{background:#214d3b17}.bg-border{background:var(--border)}.bg-foreground{background:var(--ink)}.bg-primary,.bg-echo-green{background:var(--green)}.bg-echo-green-dark{background:var(--green-deep)}.bg-echo-green\/5{background:#214d3b0d}.bg-echo-green\/10{background:#214d3b1a}.bg-echo-green\/12{background:#214d3b1f}.bg-echo-green\/20{background:#214d3b33}.bg-echo-beige-light{background:var(--surface)}.bg-echo-beige\/15{background:#e8ded026}.bg-echo-beige\/20{background:#e8ded033}.bg-echo-beige-dark\/30{background:#d7c8b74d}.bg-echo-beige-dark\/40{background:#d7c8b766}.bg-secondary{background:var(--green-soft)}.bg-sidebar{background:#eadfce}.bg-gradient-hero{background:linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%)}.bg-gradient-card{background:linear-gradient(145deg, var(--surface) 0%, #f3eadc 100%)}.bg-gradient-accent{background:linear-gradient(135deg, var(--clay), var(--gold))}.bg-gray-100{background:#f3f4f6}.bg-white{background:var(--white)}.bg-white\/10{background:#ffffff1a}.bg-white\/20{background:#fff3}.bg-white\/50{background:#ffffff80}.bg-white\/90{background:#ffffffe6}.bg-black\/10{background:#0000001a}.bg-black\/20{background:#0003}.bg-black\/50{background:#00000080}.bg-orange-50,.bg-orange-50\/30{background:#fff7ed4d}.bg-orange-50\/50{background:#fff7ed80}.bg-red-50\/50{background:#fef2f280}.text-foreground,.text-card-foreground{color:var(--ink)}.text-muted-foreground{color:var(--ink-muted)}.text-muted-foreground\/50{color:#50685d80}.text-primary,.text-echo-green{color:var(--green)}.text-echo-green-light{color:#3d705b}.text-echo-green\/50{color:#214d3b80}.text-echo-green\/60{color:#214d3b99}.text-echo-green\/70{color:#214d3bb3}.text-echo-beige{color:var(--surface-soft)}.text-echo-beige\/60{color:#e8ded099}.text-echo-beige\/65{color:#e8ded0a6}.text-echo-beige\/80{color:#e8ded0cc}.text-travel-gray{color:var(--ink-muted)}.text-sidebar-foreground{color:var(--green-deep)}.text-white{color:var(--white)}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-gray-600{color:#4b5563}.text-blue-500{color:#2f6f9f}.text-blue-600,.text-ocean-blue{color:#276a8f}.text-purple-600{color:#7356a5}.text-green-600,.text-adventure-green{color:#2f7c54}.text-orange-500,.text-orange-600,.text-sunset-orange{color:var(--clay)}.text-orange-700{color:#a0461f}.text-red-600{color:#c2413a}.text-yellow-500{color:#c89125}.text-current{color:currentColor}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.35rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.85rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.3rem}.text-4xl{font-size:2.25rem;line-height:2.6rem}.font-normal{font-weight:400}.font-medium{font-weight:650}.font-semibold{font-weight:750}.font-bold{font-weight:850}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.italic{font-style:italic}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.tracking-tight,.tracking-wide,.tracking-widest{letter-spacing:0}.leading-tight{line-height:1.15}.leading-relaxed{line-height:1.7}.leading-\[1\.1\]{line-height:1.1}.leading-none{line-height:1}.text-center{text-align:center}.text-right{text-align:right}.underline{text-underline-offset:4px;text-decoration:underline}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.line-clamp-1,.line-clamp-2,.line-clamp-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.whitespace-nowrap{white-space:nowrap}.tabular-nums{font-variant-numeric:tabular-nums}.shadow-soft{box-shadow:0 10px 32px #12332714}.shadow-card{box-shadow:0 18px 46px #1233271f}.shadow-hero{box-shadow:0 24px 70px #12332733}.shadow-lg{box-shadow:0 18px 48px #1233272e}.shadow-md{box-shadow:0 10px 28px #12332724}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.aspect-video{aspect-ratio:16/9}.resize-none{resize:none}.cursor-pointer{cursor:pointer}.pointer-events-none{pointer-events:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.transform{transform:translateZ(0)}.-translate-x-1\/2{transform:translate(-50%)}.-translate-y-1\/2{transform:translateY(-50%)}.rotate-3{transform:rotate(3deg)}.rotate-45{transform:rotate(45deg)}.scale-75{transform:scale(.75)}.blur-xl{filter:blur(24px)}.blur-3xl{filter:blur(64px)}.fill-current{fill:currentColor}.fill-echo-green{fill:var(--green)}.transition,.transition-all{transition:all .18s}.transition-colors{transition:color .16s,background-color .16s,border-color .16s}.transition-shadow{transition:box-shadow .18s}.transition-transform{transition:transform .18s}.transition-opacity{transition:opacity .18s}.transition-bounce{transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-1000{transition-duration:1s}.hover\:bg-background:hover{background:var(--background)}.hover\:bg-muted:hover,.hover\:bg-muted\/50:hover{background:#214d3b14}.hover\:bg-echo-green\/5:hover{background:#214d3b0d}.hover\:bg-echo-green\/10:hover{background:#214d3b1a}.hover\:bg-echo-green-dark:hover{background:var(--green-deep)}.hover\:bg-white:hover{background:var(--white)}.hover\:bg-white\/10:hover{background:#ffffff1a}.hover\:bg-white\/90:hover{background:#ffffffe6}.hover\:bg-orange-50:hover{background:#fff7ed}.hover\:border-echo-green\/40:hover{border-color:#214d3b66}.hover\:text-echo-green:hover{color:var(--green)}.hover\:text-blue-700:hover{color:#1d4f7a}.hover\:underline:hover{text-underline-offset:4px;text-decoration:underline}.hover\:shadow-card:hover{box-shadow:0 18px 46px #1233271f}.hover\:shadow-hero:hover{box-shadow:0 24px 70px #12332733}.hover\:shadow-lg:hover{box-shadow:0 18px 48px #1233272e}.hover\:scale-105:hover,.group:hover .group-hover\:scale-105{transform:scale(1.05)}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.hover\:rotate-0:hover{transform:rotate(0)}.hover\:opacity-100:hover,.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:bg-echo-green\/20{background:#214d3b33}.group:hover .group-hover\:bg-white\/20{background:#fff3}.group:hover .group-hover\:bg-black\/10{background:#0000001a}.group:hover .group-hover\:text-echo-green{color:var(--green)}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.focus\:outline-none:focus,.focus-visible\:outline-none:focus-visible{outline:none}.focus\:ring-2:focus,.focus-visible\:ring-2:focus-visible,.focus\:ring-ring:focus{box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--ring)}.focus\:ring-offset-2:focus{--ring-offset:2px}.bg-popover{background:var(--popover)}.text-popover-foreground{color:var(--popover-foreground)}.bg-accent{background:var(--accent)}.text-accent-foreground{color:var(--accent-foreground)}.focus\:bg-accent:focus{background:var(--accent)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.border-input{border-color:var(--input)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}.rounded-lg.border,.rounded-xl.border,.bg-card,[class*=shadow-soft],[class*=shadow-card]{border-color:#214d3b1f}button.inline-flex,a.inline-flex,[role=button].inline-flex{cursor:pointer;border:0}.inline-flex.items-center.justify-center.gap-2{border-radius:var(--radius);min-height:40px;padding:.6rem 1rem;font-weight:750}.bg-primary.text-primary-foreground,.bg-echo-green.text-echo-beige,.bg-echo-green.text-white{background:var(--green);color:var(--surface)}.border.border-input,.border-echo-green.text-echo-green,.border-white.text-white{background:0 0}input,textarea,select,[role=combobox]{border-radius:var(--radius);background:var(--surface);color:var(--ink);border:1px solid #214d3b29}input,textarea,select{outline:none;width:100%;padding:.68rem .85rem}input:focus,textarea:focus,select:focus,[role=combobox]:focus{border-color:#214d3b75;box-shadow:0 0 0 3px #214d3b1a}label{color:var(--ink);font-weight:700}.animate-spin{animation:1s linear infinite spin}.animate-caret-blink{animation:1s steps(2,start) infinite caret-blink}@keyframes spin{to{transform:rotate(360deg)}}@keyframes caret-blink{50%{opacity:0}}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:flex-1{flex:1}.sm\:w-auto{width:auto}.sm\:w-36{width:9rem}.sm\:w-48{width:12rem}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[480px\]{max-width:480px}}@media (min-width:768px){.md\:block{display:block}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-4xl{font-size:2.25rem;line-height:2.6rem}.md\:text-5xl{font-size:3rem;line-height:3.25rem}.md\:text-6xl{font-size:3.75rem;line-height:4rem}}@media (min-width:1024px){.lg\:block{display:block}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.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))}.lg\:grid-cols-\[1fr_440px\]{grid-template-columns:minmax(0,1fr) 440px}.lg\:grid-cols-\[300px_1fr\]{grid-template-columns:300px minmax(0,1fr)}.lg\:justify-end{justify-content:flex-end}.lg\:pl-16{padding-left:4rem}.lg\:pr-16{padding-right:4rem}.lg\:text-5xl{font-size:3rem;line-height:3.25rem}.lg\:text-6xl{font-size:3.75rem;line-height:4rem}}@media (max-width:720px){.container{width:min(100% - 28px,1120px)}.py-20{padding-top:3rem;padding-bottom:3rem}.grid.md\:grid-cols-2,.grid.md\:grid-cols-3,.grid.lg\:grid-cols-2,.grid.lg\:grid-cols-3,.grid.lg\:grid-cols-4,.grid.lg\:grid-cols-\[1fr_440px\],.grid.lg\:grid-cols-\[300px_1fr\]{grid-template-columns:1fr}}
