:root{--text:#5f5a72;--text-h:#241e35;--bg:#fff;--bg-alt:#faf9fe;--border:#eeecf4;--accent:#7c4dff;--accent-hover:#6a39f2;--accent-bg:#7c4dff0f;--error:#d3364e;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--control-h:2.5rem;font:18px/1.55 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}:root[data-theme=dark]{--text:#b6b1c6;--text-h:#f4f2fb;--bg:#17151e;--bg-alt:#201d2a;--border:#2e2a3a;--accent:#9a73ff;--accent-hover:#ab8bff;--accent-bg:#9a73ff29;--error:#ff6b81;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{min-height:100vh;margin:0}h1,h2,h3{color:var(--text-h);line-height:1.15}a{color:var(--accent);text-decoration:none}input:not([type=checkbox],[type=radio],[type=range],[type=file],[type=color]),select{height:var(--control-h)}textarea{resize:none}body:has(.modal-backdrop){overflow:hidden}.button{min-height:var(--control-h);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0 1.4rem;font-size:1rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-hover)}.button-primary:disabled{opacity:.6;cursor:default}.button-outline{color:var(--accent);background:0 0;border-color:#7c4dff59}.button-outline:hover{background:var(--accent-bg);border-color:var(--accent)}.page-loading{place-items:center;min-height:100vh;display:grid}.trial-banner{background:var(--accent-bg);color:var(--text-h);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:.55rem 1.5rem;font-size:.9rem;display:flex}.trial-banner-text{align-items:center;gap:.5rem;display:inline-flex}.trial-countdown{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:700}.trial-banner-cta{color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:.2rem .75rem;font-weight:700;text-decoration:none}.trial-banner-cta:hover{background:var(--accent);color:#fff}.payment-fields{flex-direction:column;gap:.7rem;margin:.25rem 0 1rem;display:flex}.payment-fields label{color:var(--text-h);flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;display:flex}.payment-fields input{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:.55rem .7rem;font-family:inherit;font-size:.95rem}.payment-fields-row{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.payment-note{text-align:center;color:var(--text);margin:0;font-size:.75rem}.payment-modal{max-width:420px;padding:1.6rem 1.75rem}.payment-title{margin:0 0 .25rem;font-size:1.25rem}.payment-lead{color:var(--text);margin:0 0 .75rem;font-size:.9rem}.payment-summary{border:1px solid var(--border);background:var(--bg-alt);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.75rem .9rem;display:flex}.payment-summary strong{color:var(--accent);font-size:1.1rem}.payment-confirm{width:100%}.site-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);background:#ffffffd9;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.site-header nav{align-items:center;gap:1.5rem;display:flex}.site-header nav a:not(.button){color:var(--text)}.site-header nav a:not(.button):hover{color:var(--accent)}.brand{color:var(--text-h);letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.brand-suffix{color:var(--text);font-size:1.1rem;font-weight:600}.nav-dropdown-trigger{font:inherit;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem 0}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.open{color:var(--accent)}.nav-caret{transition:transform .2s;display:inline-block}.nav-dropdown-trigger.open .nav-caret{transform:rotate(180deg)}.nav-mega{background:var(--bg);border-bottom:1px solid var(--border);padding:2.5rem 2rem;position:absolute;top:100%;left:0;right:0;box-shadow:0 24px 48px #241e351f}.nav-mega-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;max-width:1000px;margin:0 auto;display:grid}.nav-mega-item{border:1px solid var(--border);text-align:left;border-radius:14px;flex-direction:column;gap:.4rem;padding:1.5rem;display:flex}.nav-mega-item:hover{background:var(--accent-bg);border-color:var(--accent)}.nav-mega-item strong{color:var(--text-h);font-size:1.15rem}.nav-mega-item p{color:var(--text);margin:0;font-size:.95rem}.hero{text-align:center;background:radial-gradient(70% 90% at 50% 0,#7c4dff1f,#0000);max-width:none;margin:0;padding:6rem 2rem 0}.hero>*{max-width:760px;margin-left:auto;margin-right:auto}.hero-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 auto 1rem;font-size:.9rem;font-weight:700}.hero h1{letter-spacing:-.02em;text-wrap:balance;max-width:900px;margin:0 auto 1.25rem;font-size:3.4rem}.hero-highlight{background:linear-gradient(120deg, var(--accent), #b388ff);color:#0000;-webkit-background-clip:text;background-clip:text}.hero p{margin:0 auto 2rem;font-size:1.25rem}.hero p.hero-note{opacity:.8;margin:1.25rem auto 0;font-size:.9rem}.button-large{border-radius:10px;padding:.85rem 1.9rem;font-size:1.1rem}.button-cta{background:linear-gradient(120deg, var(--accent), #9a73ff);color:#fff;border-radius:12px;padding:1.05rem 2.6rem;font-size:1.25rem;transition:transform .15s,box-shadow .15s;box-shadow:0 10px 30px #7c4dff59}.button-cta span{transition:transform .15s;display:inline-block}.button-cta:hover{transform:translateY(-2px);box-shadow:0 14px 36px #7c4dff73}.button-cta:hover span{transform:translate(4px)}.button-cta:disabled{background:var(--border);color:var(--text);box-shadow:none;cursor:not-allowed;opacity:.7}.button-cta:disabled:hover{box-shadow:none;transform:none}.button-cta:disabled:hover span{transform:none}.hero>.community-marquee{max-width:none;margin-top:3.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.community-track{gap:1.25rem;width:max-content;animation:40s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .625rem))}}.community-card{border:1px solid var(--border);background:var(--bg);text-align:left;border-radius:12px;flex-shrink:0;width:220px;overflow:hidden;box-shadow:0 1px 3px #241e350f}.community-cover{object-fit:cover;width:100%;height:110px;display:block}.community-info{flex-direction:column;gap:.15rem;padding:.75rem 1rem;display:flex}.community-info strong{color:var(--text-h);font-size:.95rem}.community-info span{font-size:.85rem}@media (prefers-reduced-motion:reduce){.community-track{animation:none}}@media (width<=640px){.hero h1{font-size:2.4rem}}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.section{text-align:center;max-width:1000px;margin:0 auto;padding:4rem 2rem;scroll-margin-top:4.5rem}.section h2{margin:0 auto .75rem;font-size:2rem}.section-lead{max-width:640px;margin:0 auto 2.5rem}.section-alt{background:var(--bg-alt);max-width:none}.section-alt>*{max-width:1000px;margin-left:auto;margin-right:auto}.section-alt .section-lead{max-width:640px;margin-bottom:2.5rem}.card-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.25rem;display:grid}.card{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #241e350a}.card h3{margin:0 0 .5rem}.card p{margin:0;font-size:.95rem}.site-footer{border-top:1px solid var(--border);text-align:center;padding:1.5rem 2rem;font-size:.9rem}.community-search{border:1px solid var(--border);width:100%;max-width:420px;color:var(--text-h);background:var(--bg);border-radius:10px;margin:0 auto 2.5rem;padding:.7rem 1rem;font-family:inherit;font-size:1rem;display:block}.community-search:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.communities-grid{text-align:left;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem;display:grid}.communities-grid .community-card{width:auto}.communities-grid .community-cover{height:130px}.community-category{color:var(--text);opacity:.75;font-size:.8rem;font-weight:500}.community-cover-blank{background:radial-gradient(90% 110% at 80% -20%,#ffffff29,#0000 70%),linear-gradient(140deg,#9a73ff,#b9a1ff 55%,#a685ff);place-items:center;display:grid;position:relative;overflow:hidden}.community-cover-blank span{color:#ffffff52;letter-spacing:.02em;-webkit-user-select:none;user-select:none;font-size:3.2rem;font-weight:700}.community-title-row{align-items:center;gap:.5rem;display:flex}.community-card-logo{object-fit:cover;border-radius:8px;flex-shrink:0;width:30px;height:30px}.community-card-logo-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:.85rem;font-weight:800;display:grid}.community-join{align-self:flex-start;margin-top:.75rem;padding:.35rem 1rem;font-size:.9rem}.communities-empty{flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.pricing-title{margin:2rem 0 .75rem;font-size:2.6rem}.pricing-trial-note{color:var(--accent);margin:-1.5rem auto 2.5rem;font-size:.95rem;font-weight:600}.pricing-section{max-width:1240px}.pricing-grid{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}@media (width<=860px){.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.price-card{border:1px solid var(--border);background:var(--bg);border-radius:14px;flex-direction:column;gap:.75rem;padding:2rem 1.75rem;display:flex;position:relative;box-shadow:0 1px 3px #241e350a}.price-card-highlighted{border-color:var(--accent);box-shadow:0 8px 30px #7c4dff1f}.price-badge{background:var(--accent);color:#fff;white-space:nowrap;border-radius:999px;padding:.2rem .9rem;font-size:.8rem;font-weight:700;position:absolute;top:-.8rem;left:50%;transform:translate(-50%)}.price-card h3{margin:0;font-size:1.15rem}.price{color:var(--text-h);margin:0;font-size:2.4rem;font-weight:800}.price-period{color:var(--text);font-size:1rem;font-weight:600}.price-description{height:4.8em;margin:0;font-size:.95rem}.price-features{flex-direction:column;flex-grow:1;gap:.5rem;margin:0 0 1rem;padding:0;font-size:.95rem;list-style:none;display:flex}.price-features li:before{content:"✓";color:var(--accent);margin-right:.5rem;font-weight:700}.price-card .button{text-align:center}.auth-page{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:2rem;display:flex}.auth-card{border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:380px;padding:2rem;display:flex}.auth-card h1{text-align:center;margin:0;font-size:1.5rem}.auth-card label{color:var(--text-h);flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}.auth-card input{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.auth-card input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.auth-card textarea{border:1px solid var(--border);background:var(--bg);color:var(--text-h);resize:none;border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.auth-card textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.auth-card input:disabled{background:var(--bg-alt);color:var(--text);cursor:not-allowed}.auth-card select{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.auth-card select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.onboarding-page{grid-template-columns:minmax(420px,2fr) 3fr;min-height:100vh;display:grid}.onboarding-form-pane{background:var(--bg-alt);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex}.onboarding-visual{background:var(--bg);border-left:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:3rem;display:flex}.onboarding-collage{grid-template-columns:repeat(2,minmax(0,220px));gap:1.25rem;display:grid}.collage-img{object-fit:cover;border-radius:16px;width:100%;height:170px;box-shadow:0 10px 30px #241e351f}.collage-img-1{transform:translateY(1.5rem)}.onboarding-caption{text-align:center;max-width:380px;margin:0;font-size:.95rem}@media (width<=900px){.onboarding-page{grid-template-columns:1fr}.onboarding-visual{display:none}}.onboarding-steps{gap:.5rem;display:flex}.step-dot{background:var(--border);border-radius:50%;width:10px;height:10px;transition:background .2s}.step-dot.active{background:var(--accent)}.step-dot.done{background:var(--accent);opacity:.4}.onboarding-lead{text-align:center;margin:0;font-size:.95rem}.space-options{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.space-option{border:1px solid var(--border);background:var(--bg);text-align:left;cursor:pointer;border-radius:10px;flex-direction:column;gap:.25rem;padding:.9rem;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.space-option:hover{border-color:var(--accent)}.space-option.selected{border-color:var(--accent);background:var(--accent-bg);box-shadow:inset 0 0 0 1px var(--accent)}.space-option strong{color:var(--text-h);font-size:.95rem}.space-option span{color:var(--text);font-size:.8rem}.plan-options{flex-direction:column;gap:.75rem;display:flex}.checkout-summary{border:1px solid var(--border);background:var(--bg-alt);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.checkout-summary strong{color:var(--accent)}.checkout-free{color:var(--text);margin:0 0 1rem;font-size:.9rem}.plan-option{border:1px solid var(--border);background:var(--bg);color:var(--text);text-align:left;cursor:pointer;border-radius:10px;flex-direction:column;gap:.25rem;padding:.9rem;font-family:inherit;font-size:.8rem;transition:border-color .15s,background .15s;display:flex}.plan-option:hover{border-color:var(--accent)}.plan-option.selected{border-color:var(--accent);background:var(--accent-bg);box-shadow:inset 0 0 0 1px var(--accent)}.plan-option-header{justify-content:space-between;align-items:baseline;display:flex}.plan-option-header strong{color:var(--text-h);font-size:.95rem}.plan-option-price{color:var(--accent);font-size:.9rem;font-weight:700}.form-error{color:var(--error);margin:0;font-size:.9rem}.auth-switch{text-align:center;margin:0;font-size:.9rem}.auth-switch button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.auth-switch button:disabled{color:var(--text);opacity:.6;cursor:default}.admin-user{color:var(--text-h);font-weight:600}.admin-main{max-width:1400px;margin:0 auto;padding:4rem 2rem}.admin-main h1{margin:0 0 .75rem}.admin-communities{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.community-pick{flex:0 calc(33.3333% - .5rem);align-items:flex-start;min-width:240px}.card p.admin-community-spaces{color:var(--accent);margin-top:.5rem;font-size:.85rem}.admin-communities-group{margin-top:1.75rem}.admin-communities-group-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text);opacity:.7;margin:0;font-size:.8rem;font-weight:600}.community-pick{color:var(--text);flex-direction:row;align-items:center;gap:1rem;padding:.75rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.community-pick-body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.community-pick-body h3{margin:0}.community-pick-body p{margin:0;font-size:.9rem}.community-pick-role{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-self:flex-start;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.community-pick-role-host{color:var(--accent);background:#7c4dff1f}.community-pick-role-member{color:var(--text);background:var(--bg-alt);border:1px solid var(--border)}.community-pick-role-pending,.community-pick-role-waitlist{color:#b45309;background:#f59e0b24}.community-pick-role-banned,.community-pick-role-rejected{color:var(--error);background:#d3364e1a}.community-pick-role-deactivated{color:var(--text);background:var(--bg-alt);border:1px solid var(--border)}.community-pick:hover{border-color:var(--accent);box-shadow:0 4px 16px #7c4dff1f}.community-pick-enter{color:var(--accent);align-self:flex-end;margin-top:.35rem;font-size:.9rem;font-weight:600}.admin-header-left{align-items:center;gap:1.5rem;display:flex}.admin-community-menu{position:relative}.community-switcher{border:1px solid var(--border);background:var(--bg);max-width:260px;font:inherit;color:var(--text-h);cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.35rem .75rem .35rem .4rem;font-weight:600;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.community-switcher:hover,.community-switcher.open{border-color:var(--accent);background:var(--accent-bg)}.community-switcher-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.community-switcher .nav-caret{color:var(--text);font-size:.75rem}.community-switcher-thumb{object-fit:cover;border-radius:7px;flex-shrink:0;width:26px;height:26px}.community-switcher-thumb.placeholder{background:var(--accent-bg);color:var(--accent);place-items:center;font-size:.9rem;font-weight:700;display:grid}.admin-community-menu-list{z-index:20;background:var(--bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.15rem;min-width:260px;padding:.5rem;animation:.12s ease-out menu-in;display:flex;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 12px 32px #241e3524}@keyframes menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.admin-community-menu-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text);opacity:.7;margin:.25rem .75rem .35rem;font-size:.7rem;font-weight:700}.admin-community-menu-list>div+div>.admin-community-menu-label{margin-top:.85rem}.admin-community-menu-item{color:var(--text);border-radius:8px;align-items:center;gap:.6rem;padding:.45rem .75rem;display:flex}.admin-community-menu-item:hover{background:var(--accent-bg)}.admin-community-menu-text{flex-direction:column;min-width:0;display:flex}.admin-community-menu-text strong{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.admin-community-menu-text small{color:var(--text);font-size:.75rem}.admin-community-menu-check{color:var(--accent);margin-left:auto;font-weight:700}.admin-community-menu-item.new{border-top:1px solid var(--border);border-radius:0 0 8px 8px;margin-top:.35rem;padding-top:.6rem}.admin-community-menu-item.new strong{color:var(--accent)}.admin-profile-menu{position:relative}.profile-avatar{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;width:38px;height:38px;font:inherit;cursor:pointer;border:2px solid #0000;border-radius:50%;font-size:.85rem;font-weight:700;transition:border-color .15s,box-shadow .15s}.profile-avatar:hover,.profile-avatar.open{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg)}.profile-menu-list{min-width:220px;left:auto;right:0}.profile-menu-header{border-bottom:1px solid var(--border);flex-direction:column;margin-bottom:.35rem;padding:.5rem .75rem .6rem;display:flex}.profile-menu-header strong{color:var(--text-h);font-size:.92rem}.profile-menu-header small{color:var(--text);font-size:.78rem}button.admin-community-menu-item{font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;width:100%}.profile-menu-logout{color:var(--error)}.profile-menu-logout:hover{color:var(--error);background:#d3364e14}.auth-card label.profile-hireable{flex-direction:row;align-items:center;gap:.6rem}.profile-hireable input{width:18px;height:18px;accent-color:var(--accent)}.landing-header-community{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.5rem;font-weight:600;display:flex;overflow:hidden}.join-page-wrapper{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.join-page{flex:1;grid-template-columns:1fr 1fr;display:grid}.join-action{flex-direction:column;padding:2rem 1.5rem;display:flex}.join-action-content{flex:1;justify-content:center;align-items:flex-start;padding-top:3rem;display:flex}.auth-card.join-card{width:100%;max-width:520px;box-shadow:none;background:0 0;border:none;padding:0}.join-plans{flex-direction:column;gap:.6rem;margin:.5rem 0 1rem;display:flex}.join-plans-label{color:var(--text-h);font-size:.9rem;font-weight:600}.join-plan{text-align:left;border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.75rem .9rem;transition:border-color .15s,background .15s;display:flex}.join-plan:hover{border-color:var(--accent)}.join-plan.selected{border-color:var(--accent);background:var(--accent-bg)}.join-plan-check{border:1px solid var(--border);background:var(--bg);color:#fff;border-radius:6px;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:.8rem;font-weight:700;display:grid}.join-plan.selected .join-plan-check{background:var(--accent);border-color:var(--accent)}.join-plan-text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.join-plan-name{color:var(--text-h);font-weight:600}.join-plan-access{color:var(--text);opacity:.85;font-size:.8rem}.join-plan-price{color:var(--accent);flex-shrink:0;font-weight:700}.join-card h1{text-align:center;margin:0;font-size:1.5rem}.join-card .button-cta{padding:.9rem 2rem;font-size:1.05rem}.join-summary{border-left:1px solid var(--border);justify-content:center;align-items:flex-start;padding:5rem 1.5rem 3rem;display:flex}.join-summary-content{flex-direction:column;gap:1.25rem;width:100%;max-width:460px;display:flex}.card.join-mini-card{width:100%;max-width:560px;padding:0;display:flex;overflow:hidden}.join-mini-cover{object-fit:cover;flex-shrink:0;width:150px;min-height:130px}.join-mini-cover.community-cover-blank span{font-size:2rem}.join-mini-info{flex-direction:column;gap:.3rem;min-width:0;padding:1rem 1.25rem;display:flex}.join-mini-info .community-title-row strong{color:var(--text-h)}.join-mini-host{font-size:.85rem}.join-mini-info .area-edit-link{align-self:flex-start;margin-top:.4rem}@media (width<=900px){.join-page{grid-template-columns:1fr}.join-summary{border-left:none;border-top:1px solid var(--border)}}.community-landing{max-width:860px;margin:0 auto;padding:0 2rem 4rem}.community-landing-cover{object-fit:cover;border-radius:0 0 16px 16px;width:100%;height:260px;display:block}.community-landing-head{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-top:-44px;display:flex}.community-landing-head h1{margin:.5rem 0 0;font-size:2.2rem}.community-landing-logo{object-fit:cover;border:4px solid var(--bg);background:var(--bg);border-radius:20px;width:88px;height:88px;box-shadow:0 6px 20px #241e3526}.community-landing-head .community-card-logo-placeholder{place-items:center;font-size:2rem;display:grid}.community-landing-pitch{color:var(--accent);margin:.5rem 0 0;font-size:1.15rem;font-style:italic;font-weight:600}.community-landing-body{flex-direction:column;gap:1.25rem;margin-top:2.5rem;display:flex}.community-landing-body h2{margin:1rem 0 0;font-size:1.3rem}.community-landing-description{white-space:pre-line;margin:0;font-size:1.05rem}.community-landing-spaces{text-align:left}.landing-get-hired{background:radial-gradient(ellipse 70% 120% at 15% 0%, #7c4dff12, transparent), var(--bg);flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.landing-hire-header{align-items:center;gap:1.25rem;display:flex}.landing-hire-availability h3,.landing-hire-area h3{margin:0 0 .6rem;font-size:1rem}.landing-hire-availability ul{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.landing-hire-availability li{border:1px solid var(--border);border-radius:8px;justify-content:space-between;gap:.75rem;padding:.4rem .75rem;font-size:.88rem;display:flex}.landing-hire-availability li strong{color:var(--text-h)}.landing-hire-area .landing-hint{margin-bottom:.75rem}.landing-hire-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:64px;height:64px;font-size:1.3rem}.landing-hire-info{flex:1;min-width:0}.community-landing-body .landing-hire-info h2{margin:0 0 .25rem;font-size:1.15rem}.landing-hire-info p{margin:0;font-size:.92rem}.community-landing-cta{justify-content:center;margin-top:2rem;display:flex}.landing-share-card{flex-direction:column;gap:.75rem;max-width:720px;display:flex}.landing-share-card+.landing-share-card{margin-top:1.5rem}.landing-card-divider{border:none;border-top:1px solid var(--border);margin:.75rem 0}.landing-customize-card{margin-top:1.25rem}.landing-toggles{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem;margin-top:.5rem;display:grid}.landing-toggle{color:var(--text-h);cursor:pointer;align-items:center;gap:.5rem;font-size:.92rem;font-weight:500;display:flex}.landing-toggle input{width:17px;height:17px;accent-color:var(--accent)}.landing-customize-save{align-self:flex-start;margin-top:.5rem}.community-landing-head.no-cover{margin-top:3rem}.landing-share-card .slug-input-row input{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.landing-share-card .slug-input-row input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.landing-url-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.landing-url{border:1px solid var(--border);background:var(--bg-alt);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;flex:1;min-width:220px;padding:.6rem .9rem;font-size:.9rem;overflow:hidden}.landing-hint{opacity:.85;margin:0;font-size:.9rem}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);background:#14101f73;place-items:center;padding:1.5rem;animation:.15s ease-out toast-in;display:grid;position:fixed;inset:0}.modal{background:var(--bg);border-radius:16px;width:100%;max-width:760px;max-height:90vh;animation:.18s ease-out modal-in;position:relative;overflow-y:auto;box-shadow:0 24px 60px #14101f4d}.confirm-modal{max-width:420px;padding:1.6rem 1.75rem}.confirm-modal h2{margin:0 0 .6rem;font-size:1.2rem}.confirm-modal p{color:var(--text);margin:0 0 1.4rem}.confirm-modal-actions{justify-content:flex-end;gap:.6rem;display:flex}.confirm-modal-danger{background:var(--error)}.confirm-modal-danger:hover{background:#b82c43}@keyframes modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{z-index:2;color:#fff;cursor:pointer;background:#14101f80;border:none;border-radius:50%;width:34px;height:34px;font-size:1.2rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{background:#14101fb3}.modal-cover{object-fit:cover;width:100%;height:220px;display:block}.modal-body{flex-direction:column;gap:1rem;padding:2rem;display:flex}.modal-title-row{align-items:center;gap:.75rem}.modal-title-row .community-card-logo{width:44px;height:44px;font-size:1.1rem}.modal-name{color:var(--text-h);font-size:1.25rem;display:block}.modal-meta{opacity:.8;margin:.15rem 0 0;font-size:.85rem}.modal-pitch{color:var(--accent);margin:0;font-style:italic;font-weight:600}.modal-description{margin:0;font-size:.95rem}.modal-benefits{font-size:.95rem}.modal-join{text-align:center;margin-top:.5rem}.toast-container{z-index:100;flex-direction:column;gap:.6rem;max-width:340px;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{background:var(--bg);font:inherit;text-align:left;cursor:pointer;border:none;border-left:4px solid;border-radius:10px;padding:.8rem 1.1rem;font-size:.92rem;font-weight:600;animation:.2s ease-out toast-in;box-shadow:0 8px 30px #241e352e}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast-success{color:#14603c;background:#e7f8ef;border-color:#1f9d61}.toast-warning{color:#7d5a0b;background:#fdf6e3;border-color:#e6a817}.toast-error{border-color:var(--error);color:#a52339;background:#fdecef}.profile-avatar{padding:0;overflow:hidden}.profile-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-photo-row{justify-content:center;display:flex}.profile-photo-button{cursor:pointer;background:0 0;border:none;border-radius:50%;width:140px;height:140px;padding:0;position:relative;overflow:hidden}.profile-photo-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.profile-photo{object-fit:cover;border-radius:50%;width:140px;height:140px;display:block}.profile-photo-overlay{color:#fff;text-align:center;opacity:0;background:linear-gradient(#0000,#14101fa6);padding:1.2rem 0 .65rem;font-size:.75rem;font-weight:700;transition:opacity .15s;position:absolute;inset:auto 0 0}.profile-photo-button:hover .profile-photo-overlay,.profile-photo-button:focus-visible .profile-photo-overlay,.community-cover-button:hover .profile-photo-overlay,.community-cover-button:focus-visible .profile-photo-overlay,.community-logo-button:hover .profile-photo-overlay,.community-logo-button:focus-visible .profile-photo-overlay,.plan-image-button:hover .profile-photo-overlay,.plan-image-button:focus-within .profile-photo-overlay{opacity:1}.profile-photo-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:2.2rem;font-weight:700;display:grid}.admin-shell{grid-template-columns:230px 1fr;min-height:calc(100vh - 71px);display:grid}.admin-sidebar{border-right:1px solid var(--border);background:var(--bg-alt);align-self:start;height:calc(100vh - 71px);padding:2rem 1rem;position:sticky;top:71px;overflow-y:auto}.admin-sidebar-community{text-transform:uppercase;letter-spacing:.05em;color:var(--text);opacity:.7;text-overflow:ellipsis;white-space:nowrap;margin:0 .75rem 1rem;font-size:.8rem;font-weight:700;overflow:hidden}.admin-sidebar nav{flex-direction:column;gap:.25rem;margin-bottom:1.25rem;display:flex}.admin-sidebar-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text);opacity:.6;margin:0 .75rem .4rem;font-size:.7rem;font-weight:700}.admin-sidebar-label.admin-sidebar-toggle{width:100%;font:inherit;text-transform:none;letter-spacing:normal;color:var(--text);opacity:1;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;margin:0;padding:.45rem .75rem;font-size:.95rem;font-weight:600;transition:background .15s,color .15s;display:flex}.admin-sidebar-label.admin-sidebar-toggle:hover{color:var(--accent);background:#7c4dff0f}.admin-sidebar-toggle .nav-caret{opacity:.7;font-size:.85rem;transition:transform .18s}.admin-sidebar-toggle .nav-caret.collapsed{transform:rotate(-90deg)}.admin-sidebar-top{margin-bottom:1rem}.admin-sidebar-top .admin-sidebar-item{padding:.45rem .75rem;font-size:.95rem}.community-home-hero{background:radial-gradient(80% 120% at 20% 0,#7c4dff14,#0000);margin-bottom:2rem}.community-home-hero h2{margin:0 0 .5rem;font-size:1.3rem}.community-home-hero p{margin:0}.community-settings-form{max-width:760px}.community-settings-form textarea{min-height:120px}.community-cover-button{cursor:pointer;background:0 0;border:none;border-radius:12px;width:100%;height:140px;padding:0;position:relative;overflow:hidden}.community-cover-preview{object-fit:cover;width:100%;height:100%;display:block}.community-cover-empty,.community-logo-empty{background:var(--accent-bg);width:100%;height:100%;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;place-items:center;font-size:.85rem;font-weight:700;display:grid}.community-logo-row{justify-content:center;margin-top:-3rem;display:flex}.community-logo-button{border:3px solid var(--bg);background:var(--bg);cursor:pointer;border-radius:50%;width:88px;height:88px;padding:0;position:relative;overflow:hidden;box-shadow:0 4px 14px #241e3526}.community-logo-preview{object-fit:cover;width:100%;height:100%;display:block}.community-settings-form .community-cover-button .profile-photo-overlay{text-align:right;padding-right:1.25rem}.community-logo-button .profile-photo-overlay{padding:.7rem .25rem .35rem;font-size:.55rem}.slug-input-row{align-items:center;gap:.35rem;display:flex}.slug-prefix{color:var(--text);opacity:.8;white-space:nowrap;font-size:.85rem}.slug-input-row input{flex:1;min-width:0}.slug-status{font-size:.8rem;font-weight:600}.slug-status.available{color:#1f9d61}.slug-status.taken{color:var(--error)}.slug-hint{color:var(--text);opacity:.7;font-size:.78rem;font-weight:400}.benefits-editor{flex-direction:column;gap:.5rem;display:flex}.benefits-label{color:var(--text-h);font-size:.9rem;font-weight:600}.benefit-row{gap:.5rem;display:flex}.benefit-row input{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;flex:1;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.benefit-row input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.benefit-remove{border:1px solid var(--border);background:var(--bg);width:38px;color:var(--text);cursor:pointer;border-radius:8px;font-size:1.1rem}.benefit-remove:hover{border-color:var(--error);color:var(--error)}.benefit-add{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.9rem;font-weight:600}.community-home-cover{object-fit:cover;border-radius:14px;width:100%;max-height:220px;margin-bottom:1.5rem}.community-home-hero-head{align-items:center;gap:.9rem;margin-bottom:.5rem;display:flex}.community-home-hero-head h2{margin:0}.community-home-logo{object-fit:cover;border-radius:12px;flex-shrink:0;width:52px;height:52px}.community-home-logo-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:1.5rem;font-weight:800;display:grid}.community-pick-cover{object-fit:cover;border-radius:12px;flex-shrink:0;align-self:stretch;width:84px;height:auto;margin:0;display:block}.community-pick-cover.community-cover-blank{place-items:center;display:grid}.community-pick-cover.community-cover-blank span{font-size:1.6rem}.community-home-hero p.community-home-pitch{color:var(--accent);margin-top:.75rem;font-style:italic;font-weight:600}.community-benefits{margin-bottom:2rem}.community-benefits-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.community-benefits-list li:before{content:"✓";color:var(--accent);margin-right:.6rem;font-weight:700}.active-members{margin-bottom:2rem}.active-members-row{border:1px solid var(--border);background:radial-gradient(ellipse 60% 100% at 10% 0%, #7c4dff0f, transparent), var(--bg);border-radius:14px;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;display:flex}.active-member{width:84px;color:var(--text);flex-direction:column;align-items:center;gap:.4rem;transition:transform .15s;display:flex}.active-member:hover{transform:translateY(-2px)}.active-member-ring{border:2px solid #0000;border-radius:50%;place-items:center;padding:3px;display:grid;position:relative}.active-member-ring.host{border-color:#f5b301}.active-member-ring.top{border-color:var(--accent)}.active-member-ring.new{border-color:#22c55e}.active-member-ring.member{border-color:var(--border)}.active-member-avatar{object-fit:cover;border-radius:50%;width:60px;height:60px;display:block}.active-member-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:1.1rem;font-weight:700;display:grid}.active-member-star{background:var(--bg);border-radius:50%;place-items:center;width:24px;height:24px;font-size:.8rem;display:grid;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 6px #241e3540}.active-member-icon{width:15px;height:15px}.badge-icon-star{fill:#f5b301}.badge-icon-trophy{fill:var(--accent)}.badge-icon-sprout{fill:#22c55e}.member-badge-icon{vertical-align:-2px;width:13px;height:13px;margin-right:1px}.member-avatar-wrap{border:2px solid #0000;border-radius:50%;flex-shrink:0;padding:2px;display:inline-flex;position:relative}.member-avatar-wrap.host{border-color:#f5b301}.member-avatar-wrap.top{border-color:var(--accent)}.member-avatar-wrap.new{border-color:#22c55e}.member-avatar-wrap.member{border-color:var(--border)}.member-avatar-badge{background:var(--bg);border-radius:50%;place-items:center;width:20px;height:20px;display:grid;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 6px #241e3540}.member-avatar-badge-icon{width:12px;height:12px}.members-tabs{border-bottom:1px solid var(--border);gap:.5rem;margin:1.25rem 0 .85rem;display:flex}.members-tabs button{font:inherit;color:var(--text);opacity:.65;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem .9rem;font-size:.9rem;font-weight:600;transition:color .15s,border-color .15s,opacity .15s}.members-tabs button:hover{opacity:.9}.members-tabs button.active{color:var(--accent);opacity:1;border-bottom-color:var(--accent)}.members-tabs .members-tab-waitlist{border-left:1px solid var(--border);margin-left:auto;padding-left:1.1rem}.members-waitlist-note{background:var(--accent-bg);color:var(--text-h);border-radius:8px;margin:0 0 .85rem;padding:.6rem .8rem;font-size:.85rem}.member-plan-chips{flex-wrap:wrap;gap:.3rem;margin-top:.35rem;display:flex}.member-plan-chip{color:var(--text);background:var(--bg-alt);border:1px solid var(--border);border-radius:999px;padding:.1rem .5rem;font-size:.72rem;font-weight:600}.member-plan-chip.active{color:var(--accent);background:var(--accent-bg);border-color:#0000}.member-plan-chip.pending{color:#b45309;background:#f59e0b24;border-color:#0000}.member-plan-chip.rejected{color:var(--error);background:#d3364e1a;border-color:#0000}.member-filter{border:1px solid var(--border);background:var(--bg);color:var(--text-h);font:inherit;border-radius:10px;padding:0 .9rem}.members-table-member{font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:0;display:flex}.members-table-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.8rem;font-weight:600;display:grid}.members-table{border-collapse:collapse;width:100%;font-size:.92rem}.members-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text);opacity:.65;border-bottom:1px solid var(--border);padding:.5rem .75rem;font-size:.75rem;font-weight:700}.members-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.7rem .75rem}.members-table-name{color:var(--text-h);font-weight:600}.members-table-member:hover .members-table-name{color:var(--accent)}.members-table-amount{white-space:nowrap;font-weight:600}.plan-access-chip{white-space:nowrap;border:1px solid var(--border);color:var(--text);background:var(--bg-alt);border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:600}.plan-access-chip.full{color:var(--accent);background:var(--accent-bg);border-color:#0000}.members-table-actions{justify-content:flex-end;gap:.4rem;display:flex}.members-pending-label{color:#b45309;font-size:.8rem;font-weight:600}.membership-status-actions,.membership-answer-form{flex-direction:column;gap:.75rem;display:flex}.membership-status-actions{flex-flow:wrap}.active-member-name{max-width:84px;color:var(--text-h);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:600;overflow:hidden}.active-member-role{background:var(--accent-bg);color:var(--accent);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.05rem .5rem;font-size:.65rem;font-weight:700}.community-home-subtitle{margin:0 0 1rem;font-size:1.05rem}.member-toolbar{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.member-search{border:1px solid var(--border);background:var(--bg);max-width:420px;font:inherit;color:var(--text);border-radius:10px;flex:1;padding:0 1rem}.member-search:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7c4dff26}.member-count{color:var(--text);white-space:nowrap;font-size:.9rem}.member-list{padding:0;overflow:hidden}.member-row{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.85rem;padding:.85rem 1.25rem;transition:background .15s;display:flex}.member-row+.member-row{border-top:1px solid var(--border)}.member-row:hover{background:var(--bg-alt)}.member-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;padding:0;display:grid;overflow:visible}@media (width<=720px){.member-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.member-list-grid{grid-template-columns:1fr}}.member-list-grid .member-row{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:.75rem 1rem}.member-list-grid .member-row:hover{border-color:var(--accent);background:var(--bg-alt)}.member-row-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.member-row-name{color:var(--text-h);align-items:center;gap:.6rem;font-weight:600;display:flex}.member-row-meta{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.member-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.member-avatar-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:.95rem;font-weight:700;display:grid}.member-badge{background:var(--accent-bg);color:var(--accent);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.15rem .6rem;font-size:.72rem;font-weight:700}.member-badge.host{color:#f5b301;background:#f5b3011f}.member-badge.top{color:var(--accent);background:var(--accent-bg)}.member-badge.new{color:#22c55e;background:#22c55e21}.active-member{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.member-modal{max-width:420px}.member-modal-body{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 2rem 2rem;display:flex}.member-modal-avatar{object-fit:cover;border-radius:50%;width:96px;height:96px;font-size:1.8rem}.member-modal-name{margin:0;font-size:1.35rem}.member-modal-badges{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.member-badge-hireable{color:#14603c;background:#e7f8ef}.profile-address-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.address-form,.profile-info-form{flex-direction:column;gap:1rem;display:flex}.modal .address-form button[type=submit]{width:100%}.address-form label,.address-form input,.address-form select{font-size:.9rem}.address-form label{color:var(--text-h);flex-direction:column;gap:.35rem;font-weight:600;display:flex}.address-form input,.address-form select{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.address-form input:focus,.address-form select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.address-form input:disabled{background:var(--bg-alt);color:var(--text);cursor:not-allowed}.address-form .button{align-self:flex-start;margin-top:.25rem}.input-spinner-wrap{display:flex;position:relative}.input-spinner-wrap input{flex:1;width:100%}.input-spinner{border:2px solid var(--accent-bg);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;margin-top:-8px;animation:.7s linear infinite spinner-rotate;position:absolute;top:50%;right:.75rem}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.admin-profile-form{flex-direction:column;gap:1.5rem;width:100%;display:flex}.profile-columns{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.profile-save-row{justify-content:flex-end;margin-top:1.5rem;display:flex}.auth-card.profile-section{width:auto;max-width:none}.profile-section-title{color:var(--text-h);margin:0 0 .25rem;font-size:1.05rem}.profile-save{align-self:flex-end;min-width:200px}@media (width<=800px){.profile-columns{grid-template-columns:1fr}}.member-modal-small-bio{color:var(--text-h);margin:0;font-weight:600}.member-modal-location{opacity:.8;margin:0;font-size:.85rem}.member-modal-bio{text-align:center;white-space:pre-line;margin:.5rem 0 0;font-size:.95rem}.member-modal-soon{opacity:.8;margin:.25rem 0 0;font-size:.9rem}.member-modal-hire{min-width:180px;margin-top:.75rem}.agenda-grid{flex-direction:column;gap:.4rem;display:flex}.agenda-row{border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.45rem .6rem;display:flex}.agenda-row.off{opacity:.6}.agenda-day{min-width:130px}.agenda-times{align-items:center;gap:.5rem;display:flex}.agenda-times input[type=time]{border:1px solid var(--border);color:var(--text-h);background:var(--bg);border-radius:6px;padding:.35rem .5rem;font-family:inherit;font-size:.9rem}.agenda-times input[type=time]:disabled{background:var(--bg-alt);color:var(--text)}.service-area-map{border:1px solid var(--border);z-index:0;border-radius:12px;width:100%;height:320px;overflow:hidden}.area-title-row{justify-content:space-between;align-items:center;display:flex}.area-edit-link{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.area-edit-link:hover{text-decoration:underline}.modal.address-modal{max-width:460px}.modal.hire-modal{max-width:920px}.hire-modal .service-area-map{height:380px}.address-modal .modal-body{padding:2rem}.address-modal .modal-name{margin:0 0 .5rem;font-size:1.2rem}.radius-row{align-items:center;gap:1rem;display:flex}.radius-row input[type=range]{accent-color:var(--accent);flex:1}.radius-label{min-width:160px;color:var(--text-h);font-size:.88rem;font-weight:600}.radius-value{min-width:90px;color:var(--accent);text-align:right;font-weight:700}.hiring-status{color:var(--accent);margin:.75rem 0 0;font-size:.9rem}.admin-home-soon{opacity:.8;margin-top:2rem;font-size:.9rem}.admin-sidebar-divider{border:none;border-top:1px solid var(--border);margin:.75rem .75rem 1rem}.admin-sidebar-section{margin-bottom:.75rem}.admin-sidebar-section nav{margin:.15rem 0 0;padding-left:.5rem;animation:.15s ease-out sidebar-section-in}@keyframes sidebar-section-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.admin-sidebar-section .admin-sidebar-item{padding:.4rem .75rem;font-size:.85rem;font-weight:500}.admin-sidebar-item{text-decoration:none;display:block}.admin-space-lead{margin:-1rem 0 1.5rem;font-size:.95rem}.admin-space-placeholder{max-width:520px}.admin-space-placeholder p{margin:.75rem 0 0;font-size:.95rem}.admin-sidebar-item{font:inherit;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.55rem .75rem;font-weight:600;transition:background .15s,color .15s}.admin-sidebar-item:hover,.admin-sidebar-item.active{background:var(--accent-bg);color:var(--accent)}.admin-content{min-width:0;padding:2.5rem 3rem}.admin-content h1{margin:0 0 1.5rem;font-size:1.6rem}.admin-space-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.admin-space-card{position:relative}.admin-space-soon{background:var(--accent-bg);color:var(--accent);border-radius:999px;margin-top:.75rem;padding:.15rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.admin-settings-card p{margin:0 0 .5rem;font-size:.95rem}.admin-settings-card p.admin-settings-soon{color:var(--text);opacity:.8;margin-top:1rem}@media (width<=800px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{border-right:none;border-bottom:1px solid var(--border);padding:1rem}.admin-sidebar nav{flex-direction:row}}.admin-new-community{max-width:460px}.admin-main .community-category{margin:0 0 .25rem;font-size:.8rem}.admin-community-spaces-line{color:var(--accent);margin:0 0 1.5rem;font-size:.9rem}.space-page{max-width:880px;margin:0 auto}.events-page{position:relative}.event-form{margin:1.25rem 0;padding:1.25rem}.address-autocomplete{position:relative}.address-autocomplete input{width:100%}.address-suggestions{z-index:30;background:var(--bg);border:1px solid var(--border);border-radius:8px;flex-direction:column;max-height:240px;padding:.25rem;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 6px 20px #241e3529}.address-suggestion{text-align:left;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem .6rem;font-size:.85rem;font-weight:400;line-height:1.35}.address-suggestion:hover{background:var(--bg-alt)}.address-suggestion.muted{color:var(--text);cursor:default}.event-group{border:1px solid var(--border);background:var(--bg-alt);border-radius:10px;flex-direction:column;gap:.75rem;padding:.85rem;display:flex}.event-group-label{color:var(--text-h);font-size:.9rem;font-weight:600}.event-seg{background:var(--bg);border:1px solid var(--border);border-radius:999px;align-self:flex-start;gap:.2rem;padding:.2rem;display:inline-flex}.event-seg button{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.35rem 1rem;font-family:inherit;font-size:.9rem;transition:background .15s,color .15s}.event-seg button.active{background:var(--accent);color:#fff}.event-group-fields{flex-direction:column;gap:.75rem;display:flex}.event-filters{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.event-filter{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:999px;padding:.35rem 1rem;font-size:.9rem;transition:background .15s,color .15s,border-color .15s}.event-filter:hover{border-color:var(--accent);color:var(--accent)}.event-filter.active{background:var(--accent);border-color:var(--accent);color:#fff}.event-distance-tag{background:var(--accent-bg);color:var(--accent);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.05rem .5rem;font-size:.72rem;font-weight:600}.event-feed{flex-direction:column;gap:.85rem;margin-top:1rem;display:flex}.event-card{cursor:pointer;align-items:stretch;padding:0;display:flex;overflow:hidden}.event-card.past{opacity:.7}.event-image{object-fit:cover;flex-shrink:0;align-self:stretch;width:150px;display:block}.event-body{flex-direction:column;flex:1;gap:.35rem;min-width:0;padding:.9rem 1rem;display:flex}.event-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.event-title-wrap{flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0;display:flex}.event-title{margin:0;font-size:1.05rem}.kebab-wrap{flex-shrink:0;position:relative}.kebab-button{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.1rem .4rem;font-size:1.15rem;line-height:1}.kebab-button:hover{background:var(--bg-alt);color:var(--text-h)}.kebab-menu{white-space:nowrap;background:var(--bg);border:1px solid var(--border);z-index:20;border-radius:10px;flex-direction:column;min-width:max-content;padding:.3rem;display:flex;position:absolute;top:calc(100% + .25rem);right:0;box-shadow:0 6px 20px #241e3529}.kebab-menu.floating{z-index:1000;position:fixed;top:0;right:0}.kebab-item{text-align:left;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem .6rem;font-size:.9rem}.kebab-item:hover{background:var(--bg-alt)}.kebab-item.danger{color:#d64545}.kebab-parent{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.kebab-caret{color:var(--text);font-size:.7rem}.kebab-submenu{flex-direction:column;display:flex}.kebab-submenu .kebab-item{padding-left:1.1rem;font-size:.85rem}.kebab-item.separated{border-top:1px solid var(--border);border-radius:0;margin-top:.5rem;padding-top:.75rem}.kebab-item.separated+.kebab-item.separated{border-top:none;margin-top:0;padding-top:.5rem}.event-meta{color:var(--text);align-items:center;gap:.4rem;margin:0;font-size:.85rem;display:flex}.event-meta-icon{fill:currentColor;flex-shrink:0;width:16px;height:16px}.event-repeat-tag{background:var(--accent-bg);color:var(--accent);border-radius:999px;align-items:center;gap:.2rem;padding:.05rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.event-repeat-tag:before{content:"↻";font-size:.85rem;line-height:1}.event-past-tag{background:var(--bg-alt);color:var(--text);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.05rem .5rem;font-size:.7rem}.event-details-modal{flex-direction:column;gap:.6rem;max-width:460px;display:flex}.event-details-modal.with-comments{flex-direction:row;align-items:stretch;gap:0;width:90vw;max-width:1100px;height:88vh;padding:0;overflow:hidden}.event-details-modal.with-comments .event-details-main{flex-direction:column;flex:60%;gap:.6rem;min-width:0;padding:1.75rem;display:flex;overflow-y:auto}.event-details-modal.with-comments .event-details-side{border-left:1px solid var(--border);flex-direction:column;flex:0 0 40%;min-height:0;padding:1.5rem;display:flex}.event-side-tabs{flex-shrink:0;gap:.4rem;margin-bottom:.85rem;display:flex}.event-side-tabs button{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:999px;padding:.3rem .9rem;font-family:inherit;font-size:.85rem;transition:background .15s,color .15s,border-color .15s}.event-side-tabs button:hover{border-color:var(--accent);color:var(--accent)}.event-side-tabs button.active{background:var(--accent);border-color:var(--accent);color:#fff}.event-side-content{flex-direction:column;flex:1;gap:.6rem;min-height:0;display:flex;overflow:hidden}.event-side-content .event-comments-list,.event-side-content .event-attendees-list{flex:1;max-height:none;overflow-y:auto}.event-details-image{object-fit:cover;border-radius:10px;width:100%;max-height:240px}.event-details-modal.with-comments .event-details-image{max-height:320px}.event-details-title{margin:0;font-size:1.2rem}.event-details-desc{white-space:pre-wrap;margin:.25rem 0 0}.event-attendees{margin-top:.5rem}.event-attendees-title{margin:0 0 .5rem;font-size:1rem}.event-attendees-list{flex-direction:column;gap:.5rem;display:flex}.event-attendee{align-items:center;gap:.5rem;display:flex}.event-attendee-name{font-size:.9rem}.event-details-rsvp{margin-top:.5rem}.event-price-input{border:1px solid var(--border);background:var(--bg);border-radius:8px;align-items:center;display:flex;overflow:hidden}.event-price-input .event-price-currency{color:var(--text);padding:0 .6rem;font-size:.9rem;font-weight:600}.event-price-input input{flex:1;border:none!important;border-radius:0!important}.event-price-input input:focus{outline:none}.event-price-tag{background:var(--accent-bg);color:var(--accent);white-space:nowrap;border-radius:999px;padding:.1rem .6rem;font-size:.8rem;font-weight:700}.event-price-tag.free{color:#2e9c5e;background:#2ea06024}.event-toggle-row{border:1px solid var(--border);background:var(--bg-alt);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .9rem;flex-direction:row!important}.event-toggle-text{flex-direction:column;gap:.15rem;display:flex}.event-toggle-title{color:var(--text-h);font-weight:600}.event-toggle-hint{color:var(--text);font-size:.8rem;font-weight:400}.event-comment-count{color:var(--text);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;margin-left:auto;padding:0;font-size:.85rem;display:inline-flex}.event-comment-count:hover{color:var(--accent)}.event-comment-icon{fill:currentColor;width:16px;height:16px}.event-comments{border-top:1px solid var(--border);flex-direction:column;gap:.6rem;margin-top:.25rem;padding-top:.75rem;display:flex}.event-comments-title{margin:0;font-size:1rem}.event-comments-empty{color:var(--text);margin:0;font-size:.9rem}.event-comments-disabled{text-align:center;margin:auto 0}.event-comments-list{flex-direction:column;gap:.6rem;max-height:240px;display:flex;overflow-y:auto}.event-comment{align-items:flex-start;gap:.5rem;display:flex}.event-comment-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.event-comment-avatar-blank{background:var(--accent-bg);color:var(--accent);place-items:center;font-size:.7rem;font-weight:700;display:grid}.event-comment-body{flex:1;min-width:0}.event-comment-head{align-items:center;gap:.4rem;display:flex}.event-comment-author{font-size:.85rem;font-weight:600}.event-comment-time{color:var(--text);font-size:.75rem}.event-comment-delete{color:var(--text);cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:1rem;line-height:1}.event-comment-delete:hover{color:#d64545}.event-comment-text{white-space:pre-wrap;word-break:break-word;margin:.1rem 0 0;font-size:.9rem}.event-comment-composer{flex-shrink:0;gap:.5rem;display:flex}.event-comment-composer input{border:1px solid var(--border);background:var(--bg);min-width:0;color:var(--text-h);border-radius:8px;flex:1;padding:.5rem .7rem;font-family:inherit;font-size:.9rem}.event-link{color:var(--accent);word-break:break-all;font-weight:600;text-decoration:none}.event-link:hover{text-decoration:underline}.event-description{white-space:pre-wrap;margin:.15rem 0 0;font-size:.9rem}.event-footer{align-items:center;gap:.75rem;margin-top:.4rem;display:flex}.event-rsvp{gap:.5rem;display:flex}.event-rsvp-btn{border:1px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;border-radius:999px;padding:.3rem .9rem;font-size:.85rem;transition:background .15s,border-color .15s,color .15s}.event-rsvp-btn:hover{border-color:var(--accent);color:var(--accent)}.event-rsvp-btn:disabled{cursor:not-allowed}.event-rsvp-btn:disabled:not(.active){opacity:.45}.event-rsvp-btn.going.active:disabled:hover{background:var(--accent);border-color:var(--accent);color:#fff}.event-rsvp-btn.not-going:hover{border-color:var(--text);color:var(--text-h)}.event-rsvp-btn.going.active{background:var(--accent);border-color:var(--accent);color:#fff}.event-rsvp-btn.going.active:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.event-rsvp-btn.not-going.active{background:var(--text-h);border-color:var(--text-h);color:var(--bg)}.event-rsvp-btn.not-going.active:hover{color:var(--bg)}.event-going-count{color:var(--text);font-size:.85rem}.billing-section{border:1px solid var(--border);border-radius:12px;margin-top:1.25rem;padding:1.25rem}.billing-section h2{margin:0 0 .75rem;font-size:1.05rem}.billing-section-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.billing-status{background:var(--bg-alt);color:var(--text);border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:700}.billing-status-trialing{background:var(--accent-bg);color:var(--accent)}.billing-status-active{color:#2e9c5e;background:#2ea06024}.billing-status-deactivated,.billing-status-canceled{color:var(--error);background:#d3364e1a}.billing-current{color:var(--text-h);margin:0;font-size:1.15rem;font-weight:700}.billing-trial{color:var(--text);margin:.25rem 0 0;font-size:.9rem}.billing-plans{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1rem;display:grid}.billing-plan{border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.6rem;padding:.85rem;display:flex}.billing-plan.current{border-color:var(--accent);background:var(--accent-bg)}.billing-plan-head{flex-direction:column;gap:.15rem;display:flex}.billing-plan-price{color:var(--text);font-size:.85rem}.billing-plan-cta{margin-top:auto}.billing-card-method{border:1px solid var(--border);background:var(--bg-alt);font-variant-numeric:tabular-nums;border-radius:10px;align-items:center;gap:.75rem;max-width:360px;padding:.9rem 1.1rem;display:flex}.billing-card-brand{letter-spacing:.05em;color:var(--accent);font-weight:800}.billing-card-number{letter-spacing:.1em;flex:1}.billing-card-exp{color:var(--text);font-size:.85rem}.billing-note{color:var(--text);margin:.5rem 0 0;font-size:.8rem}.billing-table{border-collapse:collapse;width:100%;font-size:.9rem}.billing-table th,.billing-table td{text-align:left;border-bottom:1px solid var(--border);padding:.55rem .5rem}.billing-table th{color:var(--text);font-size:.8rem;font-weight:600}.billing-community{color:var(--text)}.billing-pay-status{color:#2e9c5e;background:#2ea06024;border-radius:999px;padding:.05rem .5rem;font-size:.72rem;font-weight:700}.billing-pay-status-refunded,.billing-pay-status-failed{color:var(--error);background:#d3364e1a}.plans-page{position:relative}.plans-new-btn{position:absolute;top:0;right:0}.plans-grid{grid-template-columns:repeat(auto-fill,minmax(275px,1fr));grid-auto-rows:1fr;gap:1.25rem;margin-top:1.25rem;display:grid}.plan-item{flex-direction:column;gap:.6rem;height:100%;display:flex}.plan-card{border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-direction:column;flex:1;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 1px 3px #241e350a}.plan-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 28px #7c4dff2e}.plan-card:hover .plan-card-image{transform:scale(1.04)}.plan-card-image{transition:transform .35s}.plan-card.inactive{opacity:.72}.plan-card.held{border-color:#16a34a;box-shadow:0 0 0 1px #16a34a}.plan-card.held:hover{border-color:#16a34a;box-shadow:0 12px 28px #16a34a2e}.plan-card-image{object-fit:cover;width:100%;height:130px;display:block}.plan-card-image-blank{background:radial-gradient(90% 110% at 80% -20%,#ffffff29,#0000 70%),linear-gradient(140deg,#9a73ff,#b9a1ff 55%,#a685ff);place-items:center;display:grid}.plan-card-image-blank span{color:#ffffff57;-webkit-user-select:none;user-select:none;font-size:2.6rem;font-weight:700}.plan-card-body{flex-direction:column;flex:1;gap:.4rem;padding:1.1rem 1.25rem 1.25rem;display:flex}.plan-card-head{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}.plan-card-head h3{overflow-wrap:anywhere;flex:1;min-width:0;min-height:2.5em;margin:0;line-height:1.25}.plan-badge{text-transform:uppercase;letter-spacing:.03em;color:var(--text);background:var(--bg-alt);border:1px solid var(--border);border-radius:999px;padding:.1rem .45rem;font-size:.7rem;font-weight:700}.plan-badge.free{color:var(--accent);background:var(--accent-bg);border-color:#0000}.plan-badge.current{color:#16a34a;background:#16a34a1f;border-color:#0000}.plan-held{color:#16a34a;flex-shrink:0;font-size:.85rem;font-weight:700}.join-questions{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.join-question{color:var(--text-h);flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:600;display:flex}.join-question input{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:1rem;font-weight:400}.join-question input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.join-payment{border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.5rem;margin:1rem 0 1.25rem;padding:1rem 1.1rem;display:flex}.join-payment-row{justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;display:flex}.join-payment-row.total{border-top:1px solid var(--border);color:var(--text-h);margin-top:.3rem;padding-top:.6rem;font-weight:700}.join-step-actions{gap:.6rem;display:flex}.join-step-actions .button-cta{flex:1}.membership-status{text-align:left;max-width:620px;margin:0 auto;padding:2.5rem 1.5rem}.membership-status-cta{text-align:center;width:100%;margin-top:.5rem;display:block}.membership-status .onboarding-lead{text-align:left}.membership-status-banner{border-radius:10px;margin:1.25rem 0;padding:.9rem 1.1rem;font-weight:600}.membership-status-banner.approved{color:#16a34a;background:#16a34a1f}.membership-status-banner.pending{color:#b45309;background:#f59e0b24}.membership-status-banner.rejected{color:var(--error);background:#d3364e1a}.membership-steps{flex-direction:column;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.membership-step{border:1px solid var(--border);border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .9rem;display:flex}.membership-step-mark{background:var(--bg-alt);width:24px;height:24px;color:var(--text);border-radius:50%;place-items:center;font-size:.85rem;font-weight:700;display:grid}.membership-step.done .membership-step-mark{color:#fff;background:#16a34a}.membership-step.rejected .membership-step-mark{background:var(--error);color:#fff}.membership-step.rejected .membership-step-state{color:var(--error)}.membership-step-label{color:var(--text-h);flex:1;font-weight:600}.membership-step-state{color:var(--text);opacity:.7;font-size:.8rem}.membership-step.done .membership-step-state{color:#16a34a;opacity:1}.membership-banned{text-align:center;max-width:520px;margin:2rem auto}.membership-status-plans{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;display:flex}.membership-status-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.plan-status-chip{border:1px solid var(--border);color:var(--text);background:var(--bg-alt);border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:700}.plan-status-chip.active{color:#16a34a;background:#16a34a1f;border-color:#0000}.plan-status-chip.pending{color:#b45309;background:#f59e0b24;border-color:#0000}.plan-status-chip.rejected{color:var(--error);background:#d3364e1a;border-color:#0000}.member-modal-plans{text-align:left;flex-direction:column;gap:.75rem;width:100%;margin:.5rem 0 .25rem;display:flex}.member-modal-plan{border:1px solid var(--border);border-radius:10px;padding:.75rem .9rem}.member-modal-plan-head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.member-modal-answers{flex-direction:column;gap:.4rem;margin:.6rem 0 0;padding:0;list-style:none;display:flex}.member-modal-answers li{flex-direction:column;gap:.1rem;display:flex}.member-modal-answers .q{color:var(--text);opacity:.75;font-size:.8rem;font-weight:600}.member-modal-answers .a{color:var(--text-h);font-size:.92rem}.member-modal-review{gap:.5rem;margin-top:.75rem;display:flex}.plan-price-wrap{flex-direction:column;gap:.05rem;min-width:0;display:flex}.plan-price{color:var(--accent);margin:0;font-size:1rem;font-weight:700}.plan-billing{color:var(--text);opacity:.7;font-size:.7rem}.plan-desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;height:4.2em;margin:0;font-size:.92rem;line-height:1.4;display:-webkit-box;overflow:hidden}.plan-char-count{color:var(--text);opacity:.6;align-self:flex-end;font-size:.75rem;font-weight:400}.plan-access{color:var(--text);background:var(--bg-alt);border:1px solid var(--border);border-radius:999px;align-self:flex-start;padding:.15rem .55rem;font-size:.78rem;font-weight:600}.plan-card-footer{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.9rem;display:flex}.plan-cta{border-radius:7px;flex-shrink:0;padding:.35rem .85rem;font-size:.8rem}.plan-host-actions{gap:.5rem;display:flex}.plan-host-actions .button{flex:1}.plan-toggle-on{color:#16a34a;border-color:#16a34a66}.plan-toggle-on:hover{background:#16a34a1a;border-color:#16a34a}.plan-toggle-off{color:var(--error);border-color:#d3364e66}.plan-toggle-off:hover{border-color:var(--error);background:#d3364e1a}.plan-btn-sm:disabled{opacity:.5;cursor:not-allowed}.plan-btn-sm:disabled:hover{background:0 0}.plan-btn-sm{padding:.35rem .85rem;font-size:.85rem}.plan-delete{color:var(--error);border-color:#d3364e59}.plan-delete:hover{border-color:var(--error);background:#d3364e14}.plan-image-field>span{margin-bottom:.35rem;display:block}.plan-image-button{border:1px dashed var(--border);background:var(--bg-alt);border-radius:10px;place-items:center;width:100%;height:150px;display:grid;position:relative;overflow:hidden}.plan-image-preview{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.plan-image-empty{color:var(--accent);z-index:1;pointer-events:none;font-size:.85rem;font-weight:600}.plan-image-button input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.plan-spaces{border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;gap:.5rem 1rem;padding:.75rem .9rem;display:flex}.plan-spaces legend{color:var(--text-h);padding:0 .3rem;font-size:.9rem;font-weight:600}.plan-space-check{align-items:center;flex-direction:row!important;gap:.4rem!important;font-weight:500!important}.plan-space-check input{width:auto}.plan-gates{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.75rem;padding:.85rem .9rem;display:flex}.plan-gates legend{color:var(--text-h);padding:0 .3rem;font-size:.9rem;font-weight:600}.plan-gate-toggle{cursor:pointer;justify-content:space-between;align-items:center;flex-direction:row!important;gap:1rem!important;font-weight:500!important}.toggle-switch{appearance:none;background:var(--border);cursor:pointer;border-radius:999px;flex-shrink:0;width:40px;height:22px;transition:background .15s;position:relative}.toggle-switch:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000040}.toggle-switch:checked{background:var(--accent)}.toggle-switch:checked:before{transform:translate(18px)}.plan-questions{flex-direction:column;gap:.5rem;display:flex}.plan-questions-label{color:var(--text-h);font-size:.85rem;font-weight:600}.plan-question-row{align-items:center;gap:.5rem;display:flex}.plan-question-row input{flex:1}.plan-question-remove{border:1px solid var(--border);background:var(--bg);width:32px;height:32px;color:var(--error);cursor:pointer;border-radius:8px;flex-shrink:0;font-size:1.1rem;line-height:1}.plan-question-remove:hover{border-color:var(--error);background:#d3364e14}.plan-question-add{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.15rem 0;font-size:.9rem;font-weight:600}.plan-form{flex-direction:column;gap:.85rem;margin-bottom:1.25rem;display:flex}.plan-form label{color:var(--text-h);flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}.plan-form input,.plan-form select,.plan-form textarea{border:1px solid var(--border);background:var(--bg);color:var(--text-h);border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.plan-form input:focus,.plan-form select:focus,.plan-form textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.plan-form-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem;display:grid}.plan-form-checkbox{align-items:center;flex-direction:row!important;gap:.5rem!important;font-weight:500!important}.plan-form-checkbox input{width:auto}.plan-form-actions{justify-content:flex-end;gap:.6rem;display:flex}.post-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px}.post-avatar-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:.85rem;font-weight:700;display:grid}.post-composer{align-items:flex-start;gap:.85rem;margin-bottom:1.5rem;padding:1.1rem 1.25rem;display:flex}.post-composer-main{flex-direction:column;flex:1;gap:.65rem;display:flex}.post-composer-inputbox{border:1px solid var(--border);background:var(--bg);border-radius:10px;transition:border-color .15s,box-shadow .15s}.post-composer-inputbox:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #7c4dff26}.post-composer-input{width:100%;min-height:3.2rem;font:inherit;color:var(--text);background:0 0;border:none;border-radius:10px;padding:.65rem .85rem}.post-composer-input:focus{outline:none}.post-composer-actions{justify-content:flex-end;display:flex}.post-feed{flex-direction:column;gap:1rem;display:flex}.post{padding:1.1rem 1.25rem}.post-head{align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.post-head-text{flex-direction:column;line-height:1.25;display:flex}.post-author{color:var(--text-h);font-weight:600}.post-time{color:var(--text);opacity:.7;font-size:.8rem}.post-delete{width:28px;height:28px;color:var(--text);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;line-height:1;transition:background .15s,opacity .15s;display:grid}.post-delete-icon{fill:currentColor;width:16px;height:16px}.post-delete:hover{background:var(--bg-alt);opacity:1}.post-body{white-space:pre-wrap;word-break:break-word;color:var(--text);margin:0}.post-image{object-fit:cover;border-radius:12px;max-width:100%;max-height:480px;margin-top:.75rem;display:block}.post-composer-tools{align-items:center;gap:.35rem;display:flex}.post-composer-publish{margin-left:auto;padding:.45rem 1.2rem;font-size:.9rem}.post-composer-tool{width:34px;height:34px;color:var(--text);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:8px;place-items:center;transition:background .15s,opacity .15s,color .15s;display:grid}.post-composer-tool:hover{background:var(--bg-alt);opacity:1;color:var(--accent)}.post-composer-tool-icon{fill:currentColor;width:20px;height:20px}.post-composer-emoji{position:relative}.post-composer-emoji-menu{z-index:20;background:var(--bg);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.4rem;width:20rem;padding:.5rem;display:flex;position:absolute;bottom:calc(100% + .35rem);left:0;box-shadow:0 8px 24px #14101f2e}.post-composer-emoji-search{border:1px solid var(--border);font:inherit;background:var(--bg);color:var(--text-h);border-radius:8px;padding:.4rem .6rem;font-size:.9rem}.post-composer-emoji-grid{grid-template-columns:repeat(8,1fr);gap:.1rem;max-height:12rem;display:grid;overflow-y:auto}.post-composer-emoji-grid button{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;font-size:1.15rem;line-height:1}.post-composer-emoji-grid button:hover{background:var(--bg-alt)}.post-composer-image{margin:0 .85rem .65rem;display:inline-block;position:relative}.post-composer-image img{border-radius:10px;max-width:100%;max-height:220px;display:block}.post-composer-image-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;width:26px;height:26px;font-size:1rem;line-height:1;position:absolute;top:.4rem;right:.4rem}.post-reactions{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.85rem;display:flex}.reaction-chip{border:1px solid var(--border);background:var(--bg);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.85rem;transition:border-color .15s,background .15s;display:inline-flex}.reaction-chip:hover{border-color:var(--accent)}.reaction-chip.reacted{border-color:var(--accent);background:var(--accent-bg)}.reaction-count{color:var(--text-h);font-weight:600}.reaction-picker-wrap{position:relative}.reaction-add{border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:999px;padding:.2rem .55rem;font-size:.8rem;transition:border-color .15s}.reaction-add:hover{border-color:var(--accent)}.reaction-picker{border:1px solid var(--border);background:var(--bg);z-index:5;border-radius:12px;gap:.2rem;padding:.35rem;display:flex;position:absolute;bottom:calc(100% + .4rem);left:0;box-shadow:0 8px 24px #241e3526}.reaction-picker button{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.25rem;font-size:1.15rem;transition:background .15s}.reaction-picker button:hover{background:var(--bg-alt)}.post-comments{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:.85rem;display:flex}.comment{align-items:flex-start;gap:.6rem;display:flex}.comment-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px;font-size:.7rem}.comment-bubble{background:var(--bg-alt);border-radius:12px;flex:1;padding:.5rem .75rem}.comment-head{align-items:center;gap:.5rem;display:flex}.comment-author{color:var(--text-h);font-size:.88rem;font-weight:600}.comment-time{color:var(--text);opacity:.7;font-size:.75rem}.comment-delete{color:var(--text);opacity:.5;cursor:pointer;background:0 0;border:none;place-items:center;margin-left:auto;line-height:1;display:inline-grid}.comment-delete-icon{fill:currentColor;width:15px;height:15px}.comment-delete:hover{opacity:1}.comment-body{white-space:pre-wrap;word-break:break-word;color:var(--text);margin:.15rem 0 0;font-size:.9rem}.comment-composer{align-items:center;gap:.6rem;display:flex;position:relative}.mention-wrap{position:relative}.comment-input{border:1px solid var(--border);background:var(--bg);font:inherit;color:var(--text);border-radius:999px;flex:1;padding:.5rem .75rem;font-size:.9rem}.comment-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7c4dff26}.comment-send{padding:.5rem 1rem;font-size:.85rem}.post-reactions.compact{gap:.3rem;margin-top:.4rem}.post-reactions.compact .reaction-chip,.post-reactions.compact .reaction-add{padding:.1rem .45rem;font-size:.78rem}.post-sort{justify-content:flex-end;margin-bottom:1rem;display:flex}.post-sort label{color:var(--text);align-items:center;gap:.5rem;font-size:.85rem;display:inline-flex}.post-sort select{border:1px solid var(--border);background:var(--bg);font:inherit;color:var(--text-h);cursor:pointer;border-radius:8px;padding:.4rem .6rem;font-size:.85rem}.post.pinned{border-color:var(--accent);box-shadow:0 2px 12px #7c4dff1a}.post-pinned-flag{text-transform:uppercase;letter-spacing:.04em;color:var(--accent);align-items:center;gap:.3rem;margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:flex}.pin-icon{fill:currentColor;flex-shrink:0;width:1em;height:1em}.post-actions{align-items:center;gap:.15rem;margin-left:auto;display:flex}.post-pin{width:28px;height:28px;color:var(--text);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:50%;place-items:center;line-height:1;transition:background .15s,opacity .15s,color .15s;display:grid}.post-pin .pin-icon{width:16px;height:16px}.post-pin:hover{background:var(--bg-alt);opacity:.9}.post-pin.active{opacity:1;color:var(--accent)}.composer-tabs{gap:.25rem;margin-bottom:.65rem;display:flex}.composer-tabs button{border:1px solid var(--border);background:var(--bg);width:34px;height:34px;color:var(--text);cursor:pointer;opacity:.55;border-radius:10px;place-items:center;line-height:1;transition:border-color .15s,background .15s,opacity .15s,color .15s;display:grid}.composer-tab-icon{fill:currentColor;width:18px;height:18px}.composer-tabs button:hover{opacity:.85}.composer-tabs button.active{border-color:var(--accent);background:var(--accent-bg);color:var(--accent);opacity:1}.poll-builder{flex-direction:column;gap:.5rem;display:flex}.poll-question,.poll-option-input input{border:1px solid var(--border);background:var(--bg);width:100%;font:inherit;color:var(--text);border-radius:10px;padding:.55rem .8rem}.poll-question:focus,.poll-option-input input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7c4dff26}.poll-question{font-weight:600}.poll-option-input{align-items:center;gap:.4rem;display:flex}.poll-remove-option{width:28px;height:28px;color:var(--text);opacity:.5;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;font-size:1.1rem}.poll-remove-option:hover{opacity:1;background:var(--bg-alt)}.poll-add-option{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:.2rem 0;font-size:.85rem;font-weight:600}.poll{flex-direction:column;gap:.5rem;margin-top:.85rem;display:flex}.poll-option{border:1px solid var(--border);background:var(--bg);font:inherit;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .85rem;transition:border-color .15s;display:flex;position:relative;overflow:hidden}.poll-option:hover,.poll-option.chosen{border-color:var(--accent)}.poll-option-fill{background:var(--accent-bg);z-index:0;transition:width .3s;position:absolute;inset:0 auto 0 0}.poll-option-label,.poll-option-pct{z-index:1;position:relative}.poll-option-label{color:var(--text-h);align-items:center;gap:.35rem;font-weight:500;display:flex}.poll-check{color:var(--accent);font-weight:700}.poll-option-pct{color:var(--text);font-size:.85rem;font-weight:600}.poll-total{color:var(--text);opacity:.7;margin:.1rem 0 0;font-size:.8rem}.poll-multiple-toggle{color:var(--text);cursor:pointer;align-items:center;gap:.45rem;margin-top:.15rem;font-size:.85rem;display:flex}.poll-hint{color:var(--text);opacity:.7;margin:0 0 .15rem;font-size:.78rem}.post-sentinel{min-height:1px}.post-loading{color:var(--text);opacity:.7;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 0;font-size:.85rem;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.header-prefs{align-items:center;gap:.4rem;display:flex}.header-pref-btn{border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.95rem;line-height:1;transition:border-color .15s,background .15s;display:grid}.header-pref-btn:hover{border-color:var(--accent)}.header-pref-icon,.notif-icon{width:18px;height:18px;fill:var(--text-h);display:block}.header-lang{letter-spacing:.03em;color:var(--text-h);font-size:.72rem;font-weight:700}:root[data-theme=dark] .site-header{background:#17151ed9}.chat-space{max-width:880px}.chat-layout{align-items:stretch;gap:1rem;display:flex}.chat-space .chat-panel{flex-direction:column;flex:1;min-width:0;height:min(68vh,640px);padding:0;display:flex;overflow:hidden}.chat-members{flex-direction:column;flex-shrink:0;align-self:flex-start;width:300px;height:min(68vh,640px);padding:0;display:flex;position:sticky;top:1rem;overflow:hidden}.chat-members-title{border-bottom:1px solid var(--border);align-items:center;gap:.4rem;margin:0;padding:.9rem 1rem;font-size:.95rem;display:flex}.online-dot{background:#22c55e;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 3px #22c55e2e}.chat-members-empty{color:var(--text);opacity:.7;margin:0;padding:1rem;font-size:.85rem}.chat-members-list{flex:1;margin:0;padding:.5rem;list-style:none;overflow-y:auto}.chat-member{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.55rem;padding:.35rem .45rem;display:flex}.chat-member:hover{background:var(--bg-alt)}.chat-member-avatar{object-fit:cover;box-sizing:border-box;border:2px solid #22c55e;border-radius:50%;flex-shrink:0;width:32px;height:32px}.chat-member-avatar-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:.72rem;font-weight:700;display:grid}.chat-member-name{min-width:0;color:var(--text-h);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.88rem;overflow:hidden}.chat-member-badge{flex-shrink:0;display:inline-flex}.chat-member-badge-icon{width:16px;height:16px}@media (width<=720px){.chat-layout{flex-direction:column}.chat-members{width:auto;height:auto;max-height:200px}}.chat-scroll{background:var(--bg-alt);flex-direction:column;flex:1;gap:0;padding:1rem 1.1rem;display:flex;overflow-y:auto}.chat-loading{color:var(--text);opacity:.7;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;display:flex}.chat-empty{color:var(--text);opacity:.7;text-align:center;margin:auto}.chat-row{width:100%;margin-top:.85rem;display:flex}.chat-row.grouped{margin-top:.3rem}.chat-row.mine{justify-content:flex-end}.chat-row.theirs{justify-content:flex-start}.chat-bubble{border-radius:12px;flex-direction:column;min-width:3.5rem;max-width:78%;padding:.4rem .65rem .45rem;display:flex;position:relative;box-shadow:0 1px 1px #241e3514}.chat-bubble.mine{color:#10231b;background:#d9fdd3;border-bottom-right-radius:4px}.chat-bubble.theirs{background:var(--bg);color:var(--text-h);border-bottom-left-radius:4px}.chat-row.grouped .chat-bubble.mine{border-bottom-right-radius:12px}.chat-row.grouped .chat-bubble.theirs{border-bottom-left-radius:12px}.chat-sender{color:var(--accent);margin-bottom:.1rem;font-size:.78rem;font-weight:700}.chat-body{white-space:pre-wrap;overflow-wrap:anywhere;min-width:0;margin:0;font-size:.9rem;line-height:1.4}.chat-mention{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.chat-mention:hover{text-decoration:underline}.chat-time{opacity:.55;white-space:nowrap;margin-left:auto;font-size:.62rem}.chat-quote{text-align:left;border:none;border-left:3px solid var(--accent);cursor:pointer;background:#7f7f7f26;border-radius:5px;flex-direction:column;gap:.05rem;width:100%;margin-bottom:.3rem;padding:.25rem .5rem;display:flex;overflow:hidden}.chat-quote-author{color:var(--accent);font-size:.72rem;font-weight:700}.chat-quote-body{opacity:.85;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.chat-line{align-items:flex-end;gap:.5rem;display:flex}.chat-reactions{z-index:1;flex-wrap:wrap;gap:.25rem;margin-top:.35rem;margin-bottom:-1.15rem;display:flex;position:relative}.chat-bubble.mine .chat-reactions{justify-content:flex-end}.chat-bubble:has(.chat-reactions){margin-bottom:1.1rem}.chat-reaction{border:1px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;border-radius:999px;align-items:center;gap:.15rem;padding:.1rem .45rem;font-size:.75rem;line-height:1.4;display:inline-flex;box-shadow:0 1px 3px #241e352e}.chat-reaction.reacted{background:linear-gradient(var(--accent-bg), var(--accent-bg)), var(--bg);border-color:var(--accent)}.chat-reaction-count{font-size:.7rem}.chat-actions{background:var(--bg);border:1px solid var(--border);opacity:0;pointer-events:none;z-index:2;border-radius:999px;gap:.1rem;padding:.1rem;transition:opacity .12s;display:flex;position:absolute;top:calc(100% - .5rem);box-shadow:0 2px 6px #241e3524}.chat-row.mine .chat-actions,.chat-row.theirs .chat-actions{right:.4rem}.chat-row:hover .chat-actions,.chat-actions:focus-within{opacity:1;pointer-events:auto}.chat-action{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.2rem .3rem;font-size:.85rem;line-height:1}.chat-action:hover{background:var(--bg-alt)}.chat-action-delete{color:var(--error);font-size:1.05rem}.chat-react-wrap{display:inline-flex;position:relative}.chat-react-picker{background:var(--bg);border:1px solid var(--border);z-index:3;border-radius:999px;gap:.1rem;padding:.25rem;display:flex;position:absolute;bottom:calc(100% + .3rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #241e352e}.chat-react-picker.floating{z-index:1000;position:fixed;bottom:auto;left:0;transform:translate(-50%,calc(-100% - .3rem))}.chat-react-picker button{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.15rem .25rem;font-size:1.05rem;transition:transform .1s}.chat-react-picker button:hover{background:var(--bg-alt);transform:scale(1.15)}.chat-flash .chat-bubble{animation:1.2s chatFlash}@keyframes chatFlash{0%,to{box-shadow:0 1px 1px #241e3514}30%{box-shadow:0 0 0 3px var(--accent)}}.chat-reply-preview{border-top:1px solid var(--border);border-left:3px solid var(--accent);background:var(--bg-alt);align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.chat-reply-preview-text{flex-direction:column;flex:1;min-width:0;display:flex}.chat-reply-preview .chat-quote-body{white-space:nowrap;text-overflow:ellipsis;opacity:.8;font-size:.8rem;overflow:hidden}.chat-reply-cancel{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.1rem .35rem;font-size:1.2rem;line-height:1}.chat-reply-cancel:hover{color:var(--text-h);background:var(--border)}.chat-composer{border-top:1px solid var(--border);background:var(--bg-alt);align-items:flex-end;gap:.6rem;padding:.75rem 1rem;display:flex;position:relative}.mention-menu{background:var(--bg);border:1px solid var(--border);z-index:20;border-radius:12px;max-height:220px;margin:0;padding:.3rem;list-style:none;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #241e3533}.mention-menu.up{bottom:calc(100% + .4rem)}.mention-menu.down{top:calc(100% + .4rem)}.mention-option{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.55rem;padding:.4rem .5rem;display:flex}.mention-option.active{background:var(--bg-alt)}.mention-option-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.mention-option-avatar-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:.68rem;font-weight:700;display:grid}.mention-option-name{min-width:0;color:var(--text-h);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.88rem;overflow:hidden}.mention-host{text-transform:uppercase;letter-spacing:.03em;color:var(--accent);background:var(--accent-bg);border-radius:999px;flex-shrink:0;padding:.05rem .35rem;font-size:.65rem;font-weight:700}.chat-input{resize:none;box-sizing:border-box;border:1px solid var(--border);background:var(--bg);min-height:2.6rem;max-height:140px;font:inherit;color:var(--text);border-radius:14px;flex:1;padding:.6rem .85rem;font-size:.92rem;line-height:1.4}.chat-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7c4dff26}.chat-send{box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;min-height:2.6rem;padding:0 1.2rem;font-size:.85rem;display:inline-flex}:root[data-theme=dark] .chat-bubble.mine{color:#e9edef;background:#005c4b}:root[data-theme=dark] .chat-bubble.theirs{color:#e9edef;background:#202c33}.notif-menu{align-items:center;display:flex;position:relative}.notif-btn{position:relative}.notif-badge{background:var(--error);color:#fff;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:700;line-height:1;display:grid;position:absolute;top:-3px;right:-3px}.notif-panel{background:var(--bg);border:1px solid var(--border);z-index:90;border-radius:12px;width:340px;max-width:90vw;max-height:460px;position:absolute;top:calc(100% + .5rem);right:0;overflow-y:auto;box-shadow:0 12px 32px #14101f3d}.notif-panel-head{border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:sticky;top:0}.notif-tabs{border-bottom:1px solid var(--border);gap:.25rem;padding:.5rem .75rem;display:flex}.notif-tab{color:var(--text);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.8rem;font-weight:600;display:inline-flex}.notif-tab:hover{background:var(--bg-alt)}.notif-tab.active{background:var(--accent-bg);color:var(--accent)}.notif-tab-count{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.62rem;font-weight:700;display:grid}.notif-mark-all{color:var(--accent);cursor:pointer;background:0 0;border:none;font-size:.78rem}.notif-mark-all:hover{text-decoration:underline}.notif-empty{text-align:center;color:var(--text);opacity:.7;margin:0;padding:1.5rem 1rem;font-size:.9rem}.notif-loading{justify-content:center;padding:.75rem;display:flex}.notif-list{flex-direction:column;gap:.4rem;margin:0;padding:.4rem;list-style:none;display:flex}.notif-row{border-radius:8px;align-items:stretch;gap:.15rem;display:flex}.notif-row:hover{background:var(--bg-alt)}.notif-item{min-width:0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;align-items:flex-start;gap:.6rem;padding:.6rem;display:flex}.notif-row:has(.notif-item.unread){background:var(--accent-bg)}.notif-toggle{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;display:flex}.notif-toggle-dot{border:2px solid var(--accent);background:0 0;border-radius:50%;width:10px;height:10px}.notif-toggle.unread .notif-toggle-dot{background:var(--accent)}.notif-toggle:hover .notif-toggle-dot{transform:scale(1.2)}.notif-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.notif-avatar-placeholder{background:linear-gradient(135deg, var(--accent), #9a73ff);color:#fff;place-items:center;font-size:.75rem;font-weight:700;display:grid}.notif-item-text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.notif-item-title{color:var(--text-h);font-size:.86rem;font-weight:600}.notif-kind{text-transform:uppercase;letter-spacing:.03em;vertical-align:1px;border-radius:999px;margin-right:.4rem;padding:.05rem .4rem;font-size:.62rem;font-weight:700;display:inline-block}.notif-kind-chat{color:#16a34a;background:#22c55e24}.notif-kind-posts{color:var(--accent);background:var(--accent-bg)}.notif-item-context{color:var(--text);opacity:.7;font-size:.72rem}.notif-item-excerpt{color:var(--text);opacity:.85;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.feed-flash{border-radius:12px;animation:1.3s feedFlash}@keyframes feedFlash{0%,to{box-shadow:0 0 #7c4dff00}30%{box-shadow:0 0 0 3px var(--accent)}}.forum-space{position:relative}.forum-header-actions{gap:.6rem;display:flex;position:absolute;top:0;right:0}.forum-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.forum-category-pills,.forum-tag-filter{flex-wrap:wrap;gap:.5rem;display:flex}.forum-tag-filter{margin-bottom:1.1rem}.forum-pill{border:1px solid var(--border);background:var(--bg);height:2.1rem;color:var(--text);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:0 .85rem;font-size:.9rem;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.forum-pill:hover{border-color:var(--accent)}.forum-pill.active{border-color:var(--accent);background:var(--accent-bg);color:var(--text-h);font-weight:600}.forum-pill-count{color:var(--text);opacity:.7;font-size:.78rem}.forum-tag{border:1px solid var(--border);background:var(--bg-alt);color:var(--text);font:inherit;cursor:pointer;border-radius:999px;padding:.15rem .6rem;font-size:.82rem}.forum-tag.small{cursor:default;padding:.1rem .5rem;font-size:.76rem}.forum-tag:hover:not(.small){border-color:var(--accent);color:var(--text-h)}.forum-tag.active{background:var(--accent);border-color:var(--accent);color:#fff}.forum-tag.removable{cursor:default;align-items:center;gap:.3rem;display:inline-flex}.forum-tag.removable button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;line-height:1;display:inline-flex}.forum-tag-remove-icon{width:.9em;height:.9em}.forum-tag-input{border:1px solid var(--border);background:var(--bg);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.4rem .6rem;display:flex}.forum-tag-input input{min-width:8rem;height:auto;font:inherit;color:var(--text-h);background:0 0;border:none;flex:1;padding:.2rem 0}.forum-tag-input input:focus{outline:none}.forum-topic-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.forum-topic-row{border:1px solid var(--border);background:var(--bg);cursor:pointer;text-align:left;width:100%;font:inherit;border-radius:12px;align-items:center;gap:.85rem;padding:.9rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex}.forum-topic-row:hover{border-color:var(--accent);box-shadow:0 2px 12px #0000000d}.forum-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.forum-avatar.placeholder{background:var(--accent-bg);color:var(--accent);justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.forum-topic-main{flex:1;min-width:0}.forum-topic-titleline{align-items:center;gap:.4rem;display:flex}.forum-topic-titleline.big{gap:.5rem}.forum-topic-titleline.big h1{margin:0;font-size:1.6rem}.forum-icon{flex-shrink:0;width:1em;height:1em}.forum-badge{flex-shrink:0;width:.95em;height:.95em}.forum-badge.pinned{color:var(--accent)}.forum-badge.locked{color:var(--text);opacity:.7}.forum-topic-title{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.forum-topic-meta{color:var(--text);flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.3rem;font-size:.82rem;display:flex}.forum-cat-chip{background:var(--accent-bg);color:var(--accent);border-radius:6px;padding:.1rem .55rem;font-size:.78rem;font-weight:600}.forum-topic-stats{color:var(--text);flex-shrink:0;align-items:center;gap:.3rem;font-size:.85rem;display:inline-flex}.forum-stat-icon{width:1.05em;height:1.05em}.reaction-add:has(.reaction-add-icon){color:var(--text);align-items:center;padding:.3rem .45rem;display:inline-flex}.reaction-add-icon{fill:currentColor;width:1.1rem;height:1.1rem;display:block}.forum-empty{text-align:center;color:var(--text);padding:2rem 1rem}.forum-composer,.forum-category-manager,.forum-reply-composer{margin-bottom:1.25rem}.forum-composer-row{gap:.6rem;margin-bottom:.6rem;display:flex}.forum-title-input{border:1px solid var(--border);background:var(--bg);font:inherit;color:var(--text-h);border-radius:10px;flex:1;padding:0 .9rem}.forum-body-input,.forum-reply-composer textarea{border:1px solid var(--border);background:var(--bg);width:100%;height:auto;font:inherit;color:var(--text-h);border-radius:10px;margin-bottom:.6rem;padding:.7rem .9rem}.forum-composer-actions{justify-content:flex-end;gap:.6rem;padding-top:.9rem;display:flex}.forum-category-manager h3{margin:0 0 .75rem}.forum-category-manage-list{flex-direction:column;gap:.4rem;margin:0 0 .9rem;padding:0;list-style:none;display:flex}.forum-category-manage-list li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.6rem;padding:.4rem 0;display:flex}.forum-cat-delete{color:var(--error);cursor:pointer;font:inherit;background:0 0;border:none;flex-shrink:0;font-size:.85rem}.forum-category-form{flex-wrap:wrap;gap:.6rem;display:flex}.forum-category-form input{border:1px solid var(--border);background:var(--bg);min-width:10rem;font:inherit;color:var(--text-h);border-radius:10px;flex:1;padding:0 .9rem}.forum-back{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:.35rem;margin-bottom:1rem;padding:0;display:inline-flex}.forum-back-icon{width:1em;height:1em}.forum-topic-detail{margin-bottom:1.5rem;position:relative}.forum-topic-controls{gap:.15rem;display:flex;position:absolute;top:.9rem;right:1rem}.forum-topic-detail .forum-topic-titleline.big{padding-right:5.5rem}.forum-post-head{align-items:center;gap:.6rem;margin:.9rem 0;display:flex}.forum-post-head>div{flex-direction:column;line-height:1.3;display:flex}.forum-post-head small{color:var(--text);font-size:.8rem}.forum-post-body{white-space:pre-wrap;word-break:break-word;color:var(--text-h);margin:.5rem 0 1rem}.forum-post-foot{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.forum-icon-btn{width:28px;height:28px;color:var(--text);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:50%;place-items:center;line-height:1;transition:background .15s,opacity .15s,color .15s;display:grid}.forum-btn-icon{width:16px;height:16px}.forum-icon-btn:hover{background:var(--bg-alt);opacity:.9}.forum-icon-btn.active{opacity:1;color:var(--accent)}.forum-icon-btn.danger:hover{color:var(--error);opacity:1}.forum-icon-btn.reply-delete{margin-left:auto}.forum-replies-title{margin:0 0 .75rem;font-size:1.1rem}.forum-replies{flex-direction:column;gap:.75rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.forum-reply .forum-post-body{margin:.5rem 0 .6rem}.forum-locked-note{color:var(--text);border:1px dashed var(--border);border-radius:12px;justify-content:center;align-items:center;gap:.4rem;padding:1rem;display:flex}@media (width<=640px){.forum-header-actions{margin-bottom:1rem;position:static}.forum-composer-row{flex-direction:column}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
