:root{--bg: #0e231d;--card: #16362b;--border: #275545;--ink: #f5f7f6;--muted: #a4b2ab;--accent: #f28c28;--accent-rgb: 242 140 40;--action: #f28c28;--action-hover: #d97920;--action-pressed: #b96219;--action-ring: #fde3c0;--accent-ring: #fde3c0;--action-alt: #3abf6b;--action-alt-hover: #33a860;--action-alt-pressed: #2c9155;--action-alt-ring: #b9f3ce;--forest-a: #0f221d;--forest-b: #122a23;--forest-c: #153229;--forest-d: #193a2f;--active: #1a3f34;--shadow: 0 1px 2px rgba(0, 0, 0, .45), 0 10px 20px rgba(0, 0, 0, .28);--header-h: 70px;--lh: 1.6;--lh-tight: 1.3;--max-line: 72ch;--card-max: 50ch}@media (max-width: 420px){:root{--card-max: 44ch}}*{box-sizing:border-box}html{text-size-adjust:100%;background:var(--bg);min-height:100%;overflow-x:hidden}html::-webkit-scrollbar{display:none}html,body,#root,.app-shell{height:100%}body{margin:0;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:clamp(15px,1.6vw,18px);line-height:var(--lh);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root,.app-shell{display:flex;flex-direction:column;min-height:100dvh}img{max-width:100%;display:block}a{color:var(--accent);text-decoration:underline}a:hover{color:color-mix(in oklab,var(--accent) 85%,var(--ink) 15%)}.site-title a,.nav-inline a,.nav-sheet a,strong,.btn{text-decoration:none}.site-main{flex:1 0 auto;display:flex;flex-direction:column;justify-content:flex-start}.container{max-width:min(960px,92vw,var(--max-line));margin:0 auto;padding-inline:clamp(12px,4vw,20px)}.site-header .container{max-width:min(1200px,96vw)}.prose{color:var(--ink);overflow-wrap:anywhere}.prose :is(p,ul,ol,h2,h3,h4,blockquote){max-width:var(--max-line)}h1,h2,h3,h4{margin:0 0 10px;line-height:var(--lh-tight)}h1{font-size:clamp(26px,5.6vw,36px);font-weight:500;letter-spacing:.2px}h2{font-size:clamp(22px,4.2vw,30px);font-weight:500}h3{font-size:clamp(18px,3.2vw,22px);font-weight:500;color:var(--ink)}h4{font-size:clamp(16px,2.6vw,18px);color:var(--muted);font-weight:400}p{margin:0 0 clamp(12px,2.8vw,16px);max-width:var(--max-line)}.site-header{position:sticky;top:0;z-index:10;background:#0f2d24eb;-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px);border-bottom:1px solid var(--border)}.header-bar{position:relative;display:flex;align-items:center;justify-content:space-between;height:var(--header-h);padding:0}.site-title{margin:0;font-size:clamp(20px,2.4vw,24px);font-weight:600;display:flex;align-items:center;gap:8px}.site-title a{display:flex;align-items:center;gap:8px;color:var(--ink)}.site-title-icon{width:28px;height:28px;filter:drop-shadow(0 1px 0 rgba(0,0,0,.25))}.header-actions{display:flex;align-items:center;gap:10px}.nav-inline{display:none}@media (min-width: 768px){.nav-inline{display:flex;gap:18px}.nav-inline a{padding:6px 12px;border-radius:8px;color:#e9f4f1;border:1px solid transparent;transition:background .18s ease,color .18s ease,box-shadow .2s ease,border-color .2s ease}.nav-inline a:hover{background:#f3f8f51a}.nav-inline a.active{background:rgb(var(--accent-rgb) / .18);border-color:rgb(var(--accent-rgb) / .28);box-shadow:0 4px 14px rgb(var(--accent-rgb) / .18) inset;color:var(--ink)}}.nav-pop{position:relative}@media (min-width: 768px){.nav-pop{display:none}}.nav-toggle{appearance:none;border:none;background:transparent;color:var(--ink);cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s ease;z-index:32}.nav-toggle:hover{background:#f3f8f514}.nav-toggle:focus{outline:none;box-shadow:none}.nav-toggle:focus-visible{box-shadow:0 0 0 3px var(--accent-ring)}.nav-toggle-icon,.nav-toggle-icon:before,.nav-toggle-icon:after{background:var(--ink)}.nav-toggle-icon{width:20px;height:2px;position:relative;display:block}.nav-toggle-icon:before,.nav-toggle-icon:after{content:"";position:absolute;left:0;width:20px;height:2px}.nav-toggle-icon:before{top:-6px}.nav-toggle-icon:after{top:6px}.nav-sheet{position:absolute;top:calc(100% + 6px);right:0;z-index:31;display:block;width:max-content;max-width:70vw;transform-origin:top right;background:color-mix(in oklab,var(--card) 92%,black 8%);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.nav-sheet a{display:block;width:100%;padding:14px 18px;text-align:right;white-space:nowrap;border-radius:0;color:var(--ink);opacity:.86;transition:background .18s ease}.nav-sheet a:hover{background:rgb(var(--accent-rgb) / .1);opacity:1}.nav-sheet a.active{background:rgb(var(--accent-rgb) / .18)}.hero{background:none;padding-block:32px}.hero h2{margin-bottom:12px}.hero p{margin:0 0 18px}.hero-title{font-size:clamp(22px,4.5vw,30px);font-weight:600;margin-bottom:16px;line-height:1.25}.hero-sub{font-size:clamp(15px,2.5vw,18px);font-weight:600;margin-bottom:18px;color:var(--muted);line-height:1.5;max-width:65ch}.hero-blurb{font-size:1rem;font-weight:400;line-height:1.65;color:var(--ink);margin-bottom:26px;max-width:65ch}@media (max-width: 768px){:root{--header-h: 68px}.hero{padding-block:12px 14px;margin-bottom:-4px}.hero-title{font-size:clamp(22px,6vw,28px);margin-bottom:10px}.hero-sub,.hero-blurb,.prose p{max-width:34ch}.hero-sub{color:var(--muted);font-weight:500;margin-bottom:12px}}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:#f3f8f51a;color:var(--ink);border:1px solid var(--border);transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s ease,filter .22s ease}.btn:hover{background:#f3f8f529;border-color:#35584d;transform:translateY(-1px)}.btn-zoom,.btn-zoom:hover,.btn-zoom:active,.btn-zoom:focus-visible,.btn-zoom :is(svg,img),section.container{padding:24px 0}h3{margin:0 0 12px}.cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:12px}.card{width:min(100%,var(--card-max));background:var(--card);border:1px solid var(--border);border-radius:14px;padding:clamp(12px,2.5vw,16px);box-shadow:0 1px 2px #00000080,0 0 0 1px #00000026 inset}.card-title{font-weight:600;margin-bottom:4px;color:#eaf4f1}.card-sub{color:var(--muted);margin-bottom:8px}.card-title,.card-sub,.card-body>div:not(:has(a)){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-body>div:has(a){overflow:visible}hr{border:0;height:1px;margin:14px 0;background:linear-gradient(90deg,transparent,rgb(var(--accent-rgb) / .25),transparent)}.global-meetings{margin-top:48px;padding-top:28px;border-top:1px solid var(--border);max-width:var(--card-max)}.global-meetings h4{margin-bottom:12px;font-size:1rem;font-weight:600;color:var(--muted)}.global-meetings p{max-width:65ch;line-height:1.6}.connect-container{padding:2rem 1.25rem;max-width:640px;margin:0 auto}.connect-page{margin-top:25px}.connect-container h2{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.connect-container p{font-size:1rem;color:#cbd5e1;margin-bottom:1.5rem;line-height:1.6}.connect-container h3{font-size:1.25rem;font-weight:600;margin-top:2.25rem;margin-bottom:.5rem}.prose .connect-section{margin-top:28px;padding-top:18px;border-top:1px solid var(--border)}.prose .connect-section:first-of-type{margin-top:0;padding-top:0;border-top:0}.prose .connect-section h4{margin:0 0 8px;color:var(--muted);font-weight:500}.custom-card{padding:12px 14px;border-radius:10px;gap:10px;max-width:44ch;margin-inline:0;background:var(--card);border:1px solid var(--border);box-shadow:0 1px 2px #0006}.custom-label{display:flex;align-items:center;gap:6px;color:var(--muted);font-weight:400;font-size:.95rem}.custom-label a{color:var(--accent);text-decoration:underline}.custom-checkbox{width:16px;height:16px;accent-color:var(--accent)}.custom-row{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.custom-input{width:100%;height:36px;border-radius:8px;border:1px solid color-mix(in oklab,var(--border) 60%,transparent);background:color-mix(in oklab,var(--card) 85%,var(--ink) 7%);color:var(--ink);padding:0 10px;appearance:none;-webkit-appearance:none;box-shadow:none;outline:none;transition:border-color .15s ease,background .15s ease}.custom-input:focus{border-color:var(--accent);background:color-mix(in oklab,var(--card) 72%,var(--ink) 16%)}.custom-button{margin-top:2px;height:36px;line-height:36px;padding:0 14px;font-size:.92rem;border-radius:10px;align-self:flex-start}@media (max-width: 480px){.custom-card{padding:10px 12px;gap:8px;border-radius:9px}.custom-label{font-size:.9rem}.custom-input,.custom-button{height:34px;line-height:34px}}.custom-sentence{margin:0 0 6px}.custom-inline-input{display:inline-block;width:min(280px,60%);vertical-align:baseline;margin:0 6px;height:34px;line-height:34px;border-radius:6px;border:1px solid color-mix(in oklab,var(--border) 60%,transparent);background:color-mix(in oklab,var(--card) 85%,var(--ink) 7%);color:var(--ink);padding:0 10px;appearance:none;-webkit-appearance:none;box-shadow:none;outline:none;transition:border-color .15s ease,background .15s ease}.custom-inline-input:focus{border-color:var(--accent);background:color-mix(in oklab,var(--card) 72%,var(--ink) 16%)}.global-meetings{border-top:1px solid var(--border)}.site-main>.global-meetings:last-child{border-top:0!important}.prose .connect-section{border-top:1px solid var(--border)}.prose .connect-section:last-of-type{border-top:0!important}html,body{height:100%;overflow:hidden}#root,.app-shell{height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none}.page{min-height:100%}.location-link a{text-decoration:none;color:var(--accent)}@media (max-width: 767px){.nav-sheet{border-radius:14px;box-shadow:0 4px 16px #0006}.nav-sheet a{font-size:1.1rem;line-height:1.6;padding:18px 26px}.nav-toggle{width:52px;height:52px}.nav-toggle-icon,.nav-toggle-icon:before,.nav-toggle-icon:after{width:24px}.nav-toggle-icon:before{top:-7px}.nav-toggle-icon:after{top:7px}}.site-title-icon{width:28px;height:28px;display:inline-block;background:url(/faviconTarget.ico) center / contain no-repeat;filter:drop-shadow(0 1px 0 rgba(0,0,0,.25))}.footer{display:flex;margin-top:auto;justify-content:center;background:radial-gradient(120% 80% at 50% 100%,#0f221d,#0e231d 60%),linear-gradient(to top,#0f221d,#0e231d)}html,body,#root,.app-shell{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,#root::-webkit-scrollbar,.app-shell::-webkit-scrollbar{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:12px;border:1px solid var(--border);background:#f3f8f514;color:var(--ink);font-weight:500;font-size:.95rem;letter-spacing:.2px;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .18s ease,box-shadow .18s ease,filter .18s ease}.btn:hover{background:#f3f8f524;transform:translateY(-1px)}.btn:active{transform:translateY(0);filter:brightness(.98)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-ring)}a.btn,a.btn:hover,a.btn:active,a.btn:visited,a.btn:focus-visible{color:#fff}.btn{box-shadow:inset 0 0 0 1px #ffffff0f,0 2px 4px #00000040}.site-notice-overlay{position:fixed;inset:0;z-index:60;background:#0009;display:flex;align-items:center;justify-content:center;padding:1.5rem}.site-notice-modal{max-width:480px;width:100%;background:var(--card);color:var(--ink);border-radius:1rem;border:1px solid var(--border);box-shadow:var(--shadow);padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.75rem}.site-notice-title{margin:0;font-size:clamp(20px,2.4vw,24px);font-weight:500;line-height:var(--lh-tight)}.site-notice-body{margin:0;font-size:.95rem;line-height:var(--lh);color:var(--ink)}.site-notice-toggle{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.85rem;color:var(--muted);opacity:.95}.site-notice-toggle:hover{opacity:1}.site-notice-toggle input{cursor:pointer;width:16px;height:16px;accent-color:var(--accent)}.site-notice-actions{display:flex;justify-content:flex-end;margin-top:.75rem}.site-notice-close.btn{background:var(--action);border-color:color-mix(in oklab,var(--action) 70%,var(--border) 30%);color:#fff;min-width:90px;justify-content:center}.site-notice-close.btn:hover{background:var(--action-hover)}.site-notice-close.btn:active{background:var(--action-pressed)}.site-notice-close.btn:focus-visible{box-shadow:0 0 0 3px var(--action-ring)}@media (max-width: 480px){.site-notice-modal{padding:1.25rem;border-radius:.9rem}}.site-notice-modal{gap:1rem;padding:1.5rem 1.75rem 1.25rem}.site-notice-title{margin-bottom:.25rem}.site-notice-body{margin-bottom:.5rem}.site-notice-toggle{align-items:center;gap:.5rem;margin-top:.25rem}.site-notice-toggle input{margin-top:0}.site-notice-actions{margin-top:.5rem}.cta-row{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;margin-top:12px}.btn--meetings,.btn--connect{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:10px;border:none;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .15s ease,transform .1s ease;color:#fff;cursor:pointer}.btn--meetings{background:var(--action)}.btn--meetings:hover{background:var(--action-hover);transform:translateY(-1px)}.btn--meetings:active{background:var(--action-pressed);transform:translateY(0)}.btn--connect{background:var(--action-alt)}.btn--connect:hover{background:var(--action-alt-hover);transform:translateY(-1px)}.btn--connect:active{background:var(--action-alt-pressed);transform:translateY(0)}@media (max-width: 768px){.cta-row{flex-direction:column;align-items:flex-start;gap:10px}.btn--meetings,.btn--connect{width:auto;min-width:160px;font-size:1rem;border-radius:12px}}@media (min-width: 769px){.cta-row{justify-content:flex-start;margin-top:20px}}.cta-row{display:flex;flex-direction:column;align-items:flex-start;gap:18px;margin-top:20px}.btn--meetings,.btn--connect{height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;color:#fff;transition:background .15s ease,transform .1s ease}.cta-row .btn--meetings,.cta-row .btn--connect{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:140px!important;min-width:140px!important;max-width:140px!important;height:42px!important;padding:10px 16px;border-radius:10px}.cta-row{gap:18px}@media (min-width: 768px){.cta-row{flex-direction:row;align-items:center;gap:16px}}.btn--meetings{padding:8px 18px;border-radius:8px;font-size:.92rem;font-weight:600;min-height:40px;display:inline-flex;align-items:center;justify-content:center;text-align:center}@media (max-width: 480px){.btn--meetings{width:100%;max-width:140px;justify-content:center;font-size:.9rem;border-radius:8px;padding:8px 0}.card-body .mt-10{margin-top:8px}}.btn--zoom{gap:6px;margin-top:6px}.btn--zoom svg{margin-right:4px;position:relative;top:1px}.card .btn--zoom{width:130px!important;max-width:130px!important;min-width:130px!important;padding:8px 0!important;display:inline-flex;align-items:center;justify-content:center}@media (max-width: 480px){.hero-blurb{font-size:.92rem;line-height:1.6;color:var(--text-muted);margin-bottom:14px}.hero-blurb em{font-weight:400}}.subscribe{display:grid;gap:10px;width:100%;max-width:360px}.subscribe .field{display:flex;align-items:stretch;border-radius:8px;background:color-mix(in oklab,var(--card) 90%,black 10%);border:1px solid color-mix(in oklab,var(--border) 70%,transparent);box-shadow:0 2px 6px #00000024;overflow:hidden}.subscribe .field input[type=email]{flex:1 1 auto;height:40px;padding:0 12px;font-size:.95rem;border:0;background:transparent;color:var(--ink);-webkit-font-smoothing:antialiased;transition:background .18s ease}.subscribe .field input::placeholder{color:color-mix(in oklab,var(--muted) 90%,var(--ink) 10%);opacity:.8}.subscribe .field input:focus{outline:none;background:color-mix(in oklab,var(--card) 80%,var(--ink) 8%)}.subscribe .field button{flex:0 0 auto;height:40px;padding:0 18px;border:none;border-left:1px solid color-mix(in oklab,var(--border) 40%,transparent);border-radius:0;background:var(--action-alt);color:#fff;font-weight:600;font-size:.9rem;letter-spacing:.15px;cursor:pointer;transition:background .15s ease,transform .1s ease}.subscribe .field button:hover{background:var(--action-alt-hover);transform:translateY(-1px)}.subscribe .field button:active{background:var(--action-alt-pressed);transform:translateY(0)}.subscribe .field button:disabled{opacity:.7;cursor:not-allowed}.subscribe .note{margin-top:4px;font-size:.9rem;color:color-mix(in oklab,var(--muted) 85%,var(--ink) 15%)}.subscribe .note.ok{color:#3abf6b}.subscribe .note.err{color:#e66}.subscribe .hp{position:absolute;left:-9999px;width:0;height:0}.sr-only{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media (max-width: 520px){.subscribe{max-width:100%}}@media (prefers-reduced-motion: reduce){.subscribe .field button,.subscribe .field input{transition:none}}.subscribe .field input[type=email]{font-size:16px;touch-action:manipulation}.connect-page a{color:var(--action-alt);font-weight:600;text-decoration-color:color-mix(in oklab,var(--action-alt) 70%,transparent)}.connect-page a:hover{color:var(--action-alt-hover);text-decoration-color:var(--action-alt-hover)}
