@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@700;800&display=swap";:root{--background: #f5f7f5;--foreground: #14201a;--card: #ffffff;--card-foreground: #132019;--muted: #eef3f0;--muted-foreground: #617066;--primary: #003d33;--primary-strong: #002d26;--primary-soft: rgba(0, 61, 51, .08);--accent: #d3e7dd;--accent-foreground: #0e2e25;--border: #dce5de;--ring: rgba(0, 61, 51, .18);--radius: 18px;--shadow-card: 0 1px 3px rgba(0, 0, 0, .035), 0 10px 28px rgba(0, 0, 0, .05);--shadow-card-hover: 0 2px 10px rgba(0, 0, 0, .05), 0 16px 36px rgba(0, 0, 0, .08);--container: 1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:var(--background);color:var(--foreground);line-height:1.55}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}main{min-height:calc(100vh - 200px)}h1,h2,h3,h4,h5,h6{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif;margin:0;line-height:1.06;letter-spacing:-.035em}p{margin:0}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.stack>*+*{margin-top:1rem}.section{padding:2rem 0}.section-tight{padding:1rem 0}.prose{max-width:72ch}.prose p+p{margin-top:1rem}.muted{color:var(--muted-foreground)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(220,229,222,.92);background:#ffffffe6;backdrop-filter:blur(14px)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.site-brand{display:inline-flex;align-items:center;min-width:0}.site-brand img{height:40px;width:auto;max-width:min(210px,42vw);object-fit:contain}.site-nav{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.site-nav-link,.mobile-nav-link{display:inline-flex;align-items:center;gap:.45rem;min-height:40px;padding:.55rem .9rem;border-radius:999px;color:var(--muted-foreground);font-size:.95rem;font-weight:600;transition:background .18s ease,color .18s ease}.site-nav-link:hover,.site-nav-link.is-active,.mobile-nav-link:hover,.mobile-nav-link.is-active{background:var(--primary-soft);color:var(--primary)}.header-cta{margin-left:0}.header-cta-group{display:flex;align-items:center;gap:.625rem;margin-left:.25rem}.mobile-nav-actions{display:grid;gap:.75rem}.mobile-nav-toggle,.mobile-menu{display:none}.mobile-nav-toggle{appearance:none;border:1px solid var(--border);background:#fff;width:44px;height:44px;border-radius:14px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:4px}.mobile-nav-toggle span:not(.sr-only){display:block;width:18px;height:2px;border-radius:999px;background:var(--primary)}.mobile-menu{border-top:1px solid var(--border);background:#fffffffa}.mobile-menu[hidden]{display:none!important}.mobile-menu-inner{padding:.9rem 0 1rem}.mobile-nav{display:grid;gap:.35rem}.mobile-nav-link{width:100%;justify-content:flex-start;padding-inline:0;border-radius:0}.mobile-nav-cta{width:100%;margin-top:.85rem}.hero{padding:2.5rem 0 1.5rem}.hero-shell{gap:1rem}.hero-panel,.info-panel{background:linear-gradient(180deg,#f9fcfa,#eef5f1);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-card)}.hero-panel{padding:1.8rem}.hero-panel-compact h1{font-size:clamp(2.2rem,4.2vw,4rem);max-width:13ch}.hero-panel-compact p{max-width:60ch;color:var(--muted-foreground);font-size:1.02rem}.hero-support-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem}.feature-panel,.market-panel{min-height:100%}.hero-list{display:grid;gap:.7rem}.hero-list div{background:#ffffffc7;border:1px solid var(--border);border-radius:16px;padding:.8rem .9rem;color:var(--foreground);font-weight:600}.intro-copy{gap:.35rem}.kicker{display:inline-flex;align-items:center;gap:.35rem;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-size:.78rem;font-weight:800}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .75rem;border-radius:999px;background:var(--accent);color:var(--accent-foreground);font-size:.79rem;font-weight:700}.badge-soft{background:var(--primary-soft);color:var(--primary)}.badge-accent{background:#ebca75;color:#3d2d07}.entity-badge-row{display:flex;flex-wrap:wrap;gap:.5rem}.entity-badge-row-relaxed{margin-bottom:0}.entity-card-heading,.opportunity-card-heading{display:flex;flex-direction:column;gap:1rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1.1rem;border-radius:999px;font-size:.95rem;font-weight:700;border:1px solid transparent;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--primary);color:#fff}.button-primary:hover{background:var(--primary-strong)}.button-secondary{background:#fff;border-color:var(--border);color:var(--foreground)}.button-secondary:hover{border-color:#cfdad2}.button-link{padding:0;min-height:auto;border-radius:0;color:var(--primary);background:transparent}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.page-header{padding:2.15rem 0 1rem}.page-header h1{font-size:clamp(2rem,3.2vw,3rem)}.page-header p{max-width:70ch;color:var(--muted-foreground);font-size:1.02rem}.detail-page-header{padding-bottom:.25rem}.entity-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:var(--muted-foreground);font-size:.93rem}.entity-meta a{color:var(--primary);font-weight:600}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-title{font-size:clamp(1.3rem,2vw,1.78rem)}.section-link{color:var(--primary);font-weight:700;font-size:.94rem}.chip-row{display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{display:inline-flex;align-items:center;min-height:40px;padding:.55rem 1rem;border-radius:999px;background:#ecf1ee;color:var(--foreground);font-size:.92rem;font-weight:700;white-space:nowrap;transition:background .16s ease,color .16s ease}.chip:hover{background:#e3ebe6}.chip.is-active{background:var(--primary);color:#fff}.toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.toolbar-copy{max-width:54ch;font-size:.96rem}.city-toolbar{padding-top:.5rem}.city-section{padding-top:1.5rem}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid,.detail-shell{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.9fr);gap:1.25rem;align-items:start}.card{display:block;background:var(--card);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-card);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.card-promoted{border-color:#ebca75d9;box-shadow:0 14px 34px #a37c111f}.card-promoted:hover{box-shadow:0 18px 42px #a37c112e}.card-body{padding:1rem}.list-card-spacious{padding:1.05rem;gap:1rem}.entity-card-copy{gap:1rem;min-width:0;flex:1}.entity-card-title{margin-top:0}.opportunity-card-body{gap:1rem}.card-thumb{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:linear-gradient(180deg,#f0f5f2,#e4eee8)}.card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.card:hover .card-thumb img{transform:scale(1.04)}.card-thumb:after{content:"";position:absolute;inset:auto 0 0;height:40%;background:linear-gradient(180deg,#0000,#00000038);pointer-events:none}.thumb-placeholder,.detail-hero-fallback{width:100%;height:100%;display:grid;place-items:center;color:#003d337a;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.card-header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.card-meta{display:flex;align-items:center;gap:.4rem;color:var(--muted-foreground);font-size:.86rem}.card-title{font-size:1.06rem;line-height:1.2;margin:0}.card-title a:hover{color:var(--primary)}.card-summary{color:var(--muted-foreground);font-size:.94rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-top-badges{position:absolute;left:.75rem;top:.75rem;display:flex;flex-wrap:wrap;gap:.42rem;z-index:2;max-width:calc(100% - 1.5rem)}.thumb-badge{display:inline-flex;align-items:center;padding:.28rem .56rem;border-radius:999px;background:#fffffff2;color:var(--foreground);font-size:.72rem;line-height:1;font-weight:800}.thumb-badge.thumb-badge-accent{background:#ebca75;color:#3d2d07}.thumb-badge.thumb-badge-primary{background:#003d33eb;color:#fff}.event-card{display:flex;flex-direction:column;min-height:100%}.event-card-body{gap:.62rem;height:100%}.event-date{font-weight:600}.event-card-footer{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:.75rem}.event-meta-left{gap:.28rem .75rem;min-width:0}.event-meta-tag{flex-shrink:0;padding:.34rem .6rem;border-radius:999px;background:#f0f4f1;color:var(--primary);font-size:.75rem;font-weight:700}.logo-avatar{width:3rem;height:3rem;border-radius:14px;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:var(--primary-soft);color:var(--primary);font-weight:800}.org-logo-lg{width:4.5rem;height:4.5rem;border-radius:18px}.list-card{display:flex;align-items:start;gap:.95rem;padding:1rem}.org-hero-card{padding:0}.detail-promoted{border-color:#ebca75d1;background:linear-gradient(180deg,#fffaecf5,#fffffffa)}.org-hero-inner{align-items:center}.detail-hero{border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#eef6f1,#e0ece5);border:1px solid var(--border);min-height:240px}.detail-hero-lg{min-height:320px}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-panel{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-card);padding:1.1rem}.detail-panel h2{font-size:1.15rem}.detail-panel-sticky{position:sticky;top:92px}.detail-section{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-card);padding:1.15rem}.detail-meta-list{display:grid;gap:.85rem}.detail-meta-list div{display:grid;gap:.18rem}.detail-meta-list strong{font-size:.8rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em}.detail-meta-list span{font-size:.96rem;color:var(--foreground)}.detail-cta-stack{display:grid;gap:.65rem}.detail-cta-stack .button{width:100%}.empty{padding:1rem 1.1rem;border:1px dashed var(--border);border-radius:18px;color:var(--muted-foreground);background:#fff}.breadcrumbs{display:flex;gap:.45rem;flex-wrap:wrap;color:var(--muted-foreground);font-size:.91rem;margin-bottom:.8rem}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs span.sep{opacity:.7}.site-footer{margin-top:2.75rem;border-top:1px solid var(--border);padding:2rem 0 3rem;color:var(--muted-foreground)}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.25rem}.footer-links{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:960px){.hero-support-grid,.grid-3,.grid-2,.detail-grid,.detail-shell,.footer-grid{grid-template-columns:1fr}.detail-panel-sticky{position:static}.toolbar-row{flex-direction:column;align-items:flex-start}}@media(max-width:820px){.site-header-inner{min-height:68px}.site-nav{display:none}.mobile-nav-toggle{display:inline-flex}.mobile-menu{display:block}}@media(max-width:640px){.container{width:min(calc(100% - 1.25rem),var(--container))}.hero{padding:1.75rem 0 1rem}.hero-panel,.info-panel,.detail-panel,.detail-section{padding:1rem}.site-brand img{height:34px;max-width:min(185px,52vw)}.page-header{padding-top:1.65rem}.section{padding:1.5rem 0}.event-card-footer{flex-direction:column;align-items:flex-start}.event-meta-tag{align-self:flex-start}.org-hero-inner{align-items:flex-start}}.save-feedback{display:grid;gap:.35rem;padding:.9rem 1rem;border:1px solid rgba(0,61,51,.16);border-radius:16px;background:#003d330f;color:var(--primary)}.save-feedback[hidden]{display:none!important}.save-feedback-title{font-size:.95rem;font-weight:800}.save-feedback-copy{color:var(--primary);font-size:.93rem}.button-success,.button[aria-disabled=true]{background:var(--accent)!important;color:var(--primary)!important;border-color:transparent!important;pointer-events:none;cursor:default}.live-grid{min-height:2rem}.live-skeleton-card{min-height:220px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(90deg,#fffffff5 25%,#eef3f0f2 37%,#fffffff5 63%);background-size:400% 100%;animation:liveShimmer 1.35s ease-in-out infinite;box-shadow:var(--shadow-card)}.live-skeleton-card-tall{min-height:320px}@keyframes liveShimmer{0%{background-position:100% 0}to{background-position:0 0}}.notfound-shell{display:flex;align-items:center;min-height:calc(100vh - 260px)}.notfound-card{max-width:760px;margin:0 auto;padding:2rem}.notfound-copy{font-size:1.02rem}.notfound-help{padding-top:.25rem}.section-header-split{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.events-section-shell{display:grid;gap:1rem}.events-toggle{display:inline-flex;align-items:center;gap:.6rem;color:var(--muted-foreground);font-size:.95rem;font-weight:600;cursor:pointer}.events-toggle input{accent-color:var(--primary);width:1rem;height:1rem}.events-section-shell.is-loading{opacity:.78;transition:opacity .16s ease}@media(max-width:720px){.section-header-split{align-items:flex-start}.events-toggle{font-size:.9rem}}
