:root{--bg: #0a0a0f;--surface: #12121a;--glass: rgba(255,255,255,.04);--glass-bdr: rgba(255,255,255,.08);--text: #e8eaf0;--text-muted:#6b7280;--primary: #60a5fa;--cyan: #22d3ee;--amber: #fbbf24;--red: #f87171;--green: #4ade80;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 12px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;font:inherit;font-size:.88rem;font-weight:600;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:all .15s;text-decoration:none}.btn-primary{background:var(--primary);color:#000;border-color:var(--primary)}.btn-primary:hover{opacity:.9;text-decoration:none}.btn-ghost{background:transparent;color:var(--text);border-color:var(--glass-bdr)}.btn-ghost:hover{background:var(--glass);text-decoration:none}.btn-ghost.btn-danger{color:var(--red);border-color:#f8717133}.btn-ghost.btn-danger:hover{background:#f8717114}.btn-sm{padding:.4rem .8rem;font-size:.8rem}.btn-lg{padding:.75rem 1.6rem;font-size:1rem}.site-nav,.member-nav{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#0a0a0fcc;border-bottom:1px solid var(--glass-bdr)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;color:var(--text);text-decoration:none}.nav-brand-icon{color:var(--primary);font-size:1.2rem}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-link{color:var(--text-muted);font-size:.88rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-link:hover{color:var(--text);text-decoration:none}.member-avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--primary);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:var(--text);background:var(--surface)}.member-avatar-img{width:32px;height:32px;border-radius:50%;border:2px solid var(--primary);object-fit:cover}.nav-bell{position:relative;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .15s}.nav-bell:hover{color:var(--text)}.nav-bell.loading{opacity:.5}.nav-bell-badge{position:absolute;top:-4px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#ef4444;color:#fff;font-size:.68rem;font-weight:700;line-height:18px;text-align:center;pointer-events:none}.notif-dropdown{position:fixed;z-index:1001;width:360px;max-height:480px;overflow-y:auto;background:var(--surface);border:1px solid var(--glass-bdr);border-radius:12px;box-shadow:0 12px 40px #00000080}.notif-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--glass-bdr)}.notif-dropdown-title{font-weight:700;font-size:.95rem;color:var(--text)}.notif-mark-all{background:none;border:none;color:var(--primary);font-size:.78rem;font-weight:600;cursor:pointer}.notif-mark-all:hover{text-decoration:underline}.notif-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .15s;border-bottom:1px solid rgba(255,255,255,.04)}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:#ffffff0a}.notif-item.unread{background:#60a5fa0f}.notif-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.notif-avatar-letter{width:36px;height:36px;border-radius:50%;background:var(--glass-bdr);display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;color:var(--text);flex-shrink:0}.notif-content{flex:1;min-width:0}.notif-text{font-size:.85rem;color:var(--text);line-height:1.35}.notif-text strong{color:var(--text)}.notif-preview{font-size:.78rem;color:var(--text-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-time{font-size:.72rem;color:var(--text-muted);margin-top:3px}.notif-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0;margin-top:6px}.notif-empty{padding:2rem;text-align:center;color:var(--text-muted);font-size:.88rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 1.5rem 4rem;background:radial-gradient(ellipse at 50% 0%,rgba(96,165,250,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 50%,rgba(251,191,36,.04) 0%,transparent 50%),var(--bg)}.hero-inner{max-width:720px}.hero-badge{display:inline-block;font-size:.78rem;font-weight:600;color:var(--amber);border:1px solid rgba(251,191,36,.25);border-radius:999px;padding:.3rem .9rem;margin-bottom:1.5rem;letter-spacing:.02em}.hero-title{font-size:clamp(2.4rem,6vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.25rem;background:linear-gradient(135deg,var(--text) 0%,rgba(232,234,240,.6) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.15rem;color:var(--text-muted);max-width:540px;margin:0 auto 2rem;line-height:1.7}.hero-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.hero-proof{display:flex;gap:.5rem;justify-content:center;font-size:.82rem;color:var(--text-muted)}.hero-proof-item{white-space:nowrap}.hero-proof-sep{opacity:.3}.section-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:.5rem}.section-sub{text-align:center;color:var(--text-muted);font-size:1.05rem;margin-bottom:3rem}.features{padding:6rem 1.5rem;background:var(--surface);border-top:1px solid var(--glass-bdr);border-bottom:1px solid var(--glass-bdr)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-card{padding:1.75rem;border-radius:var(--radius);border:1px solid var(--glass-bdr);background:var(--glass);transition:border-color .2s}.feature-card:hover{border-color:#ffffff26}.feature-icon{font-size:1.5rem;margin-bottom:.75rem}.feature-title{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.feature-desc{font-size:.9rem;color:var(--text-muted);line-height:1.6}.pricing{padding:6rem 1.5rem}.tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;align-items:start}.tier-card{position:relative;padding:2rem;border-radius:var(--radius);border:1px solid var(--glass-bdr);background:var(--surface);text-align:center;transition:border-color .2s,transform .2s}.tier-card:hover{transform:translateY(-2px)}.tier-popular{border-color:#fbbf244d;box-shadow:0 0 40px #fbbf240f}.tier-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:.72rem;font-weight:700;padding:.25rem .75rem;border-radius:999px;letter-spacing:.03em;text-transform:uppercase}.tier-name{font-size:1.2rem;font-weight:800;margin-bottom:.5rem;margin-top:.5rem}.tier-price{margin-bottom:1.5rem}.tier-amount{font-size:2.5rem;font-weight:900}.tier-period{font-size:.9rem;color:var(--text-muted)}.tier-features{list-style:none;text-align:left;margin-bottom:1.5rem}.tier-features li{padding:.4rem 0;font-size:.9rem;color:var(--text-muted);border-bottom:1px solid var(--glass-bdr)}.tier-features li:last-child{border-bottom:none}.tier-cta{width:100%;font-weight:700;color:#000!important}.tier-cta:hover{opacity:.9;text-decoration:none}.faq{padding:5rem 1.5rem;background:var(--surface);border-top:1px solid var(--glass-bdr)}.faq-item{border-bottom:1px solid var(--glass-bdr)}.faq-q{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font:inherit;font-size:1rem;font-weight:600;color:var(--text);background:none;border:none;cursor:pointer;text-align:left}.faq-arrow{font-size:1.2rem;transition:transform .2s;color:var(--text-muted)}.faq-item.is-open .faq-arrow{transform:rotate(90deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.is-open .faq-a{max-height:200px;padding-bottom:1rem}.faq-a p{font-size:.92rem;color:var(--text-muted);line-height:1.7}.site-footer{padding:3rem 1.5rem;text-align:center;border-top:1px solid var(--glass-bdr)}.footer-inner{max-width:1200px;margin:0 auto}.footer-brand{font-weight:700;font-size:1rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.footer-sub{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.footer-link{color:var(--primary)}.footer-copy{font-size:.78rem;color:#6b728099}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:radial-gradient(ellipse at 50% 30%,rgba(96,165,250,.06) 0%,transparent 60%),var(--bg)}.auth-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius);padding:2.5rem 2rem}.auth-back{display:inline-block;font-size:.82rem;color:var(--text-muted);margin-bottom:1.5rem;text-decoration:none}.auth-back:hover{color:var(--text)}.auth-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;margin-bottom:1.5rem}.auth-title{font-size:1.5rem;font-weight:800;margin-bottom:.25rem}.auth-sub{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.auth-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--glass-bdr)}.auth-tab{flex:1;padding:.55rem;font:inherit;font-size:.82rem;font-weight:600;color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:all .15s}.auth-tab.is-active{background:var(--glass);color:var(--text)}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-form label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.auth-form input{padding:.6rem .75rem;font:inherit;font-size:.9rem;background:var(--glass);border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);color:var(--text);outline:none;transition:border-color .15s}.auth-form input:focus{border-color:var(--primary)}.auth-status{margin-top:.75rem;padding:.6rem .75rem;border-radius:var(--radius-sm);font-size:.82rem;text-align:center}.auth-status.is-info{background:#60a5fa1a;color:var(--primary)}.auth-status.is-success{background:#4ade801a;color:var(--green)}.auth-status.is-error{background:#f871711a;color:var(--red)}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.82rem;color:var(--text-muted)}.member-main{max-width:1200px;margin:0 auto;padding:80px 1.5rem 4rem;min-height:80vh}.member-welcome{margin-bottom:2rem}.member-welcome h1{font-size:1.6rem;font-weight:800}.member-tier-badge{font-size:.88rem;font-weight:600;margin-top:.25rem}.zoom-section{margin-bottom:2.5rem}.zoom-section-title{font-size:1.15rem;font-weight:700;margin-bottom:1rem}.zoom-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.zoom-loading,.zoom-empty{color:var(--text-muted);font-size:.88rem;padding:1.5rem 0}.zoom-card{position:relative;padding:1.25rem 1.5rem;border-radius:var(--radius);border:1px solid var(--glass-bdr);background:var(--surface);transition:border-color .2s}.zoom-card:hover{border-color:#ffffff1f}.zoom-card-live{border-color:#4ade8066;background:#4ade800a}.zoom-live-badge{font-size:.72rem;font-weight:700;color:var(--green);margin-bottom:.5rem;animation:pulse-live 1.5s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1}50%{opacity:.5}}.zoom-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.zoom-card-title{font-size:.95rem;font-weight:700;line-height:1.3;flex:1}.zoom-card-countdown{font-size:.78rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.zoom-card-countdown.is-urgent{color:var(--amber)}.zoom-card-meta{display:flex;gap:1rem;font-size:.78rem;color:var(--text-muted);margin-bottom:.5rem}.zoom-card-desc{font-size:.83rem;color:var(--text-muted);line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zoom-card-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.zoom-btn-join{background:#2d8cff!important;border-color:#2d8cff!important}.zoom-btn-join:hover{background:#1a7aef!important}.zoom-btn-recording{background:var(--surface)!important;border:1px solid var(--glass-bdr)!important;color:var(--primary)!important}.zoom-btn-recording:hover{border-color:var(--primary)!important}.zoom-btn-cal{background:transparent!important;border:1px solid var(--glass-bdr)!important;color:var(--text-muted)!important;font-size:.78rem!important}.zoom-btn-cal:hover{border-color:#ffffff26!important;color:var(--text)!important}.zoom-join-soon{font-size:.78rem;color:var(--text-muted);font-style:italic}.zoom-past-wrap{margin-top:1.5rem}.zoom-past-title{font-size:.95rem;font-weight:600;color:var(--text-muted);margin-bottom:.75rem}.zoom-card-past{opacity:.8}.zoom-card-date{font-size:.75rem;color:var(--text-muted)}.content-toolbar{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.content-search,.content-filter{padding:.55rem .75rem;font:inherit;font-size:.85rem;background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);color:var(--text);outline:none;transition:border-color .15s}.content-search{flex:1;min-width:200px}.content-filter{width:auto}.content-search:focus,.content-filter:focus{border-color:var(--primary)}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.content-loading,.content-empty{grid-column:1 / -1;text-align:center;padding:3rem 0;color:var(--text-muted)}.content-card{position:relative;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--glass-bdr);background:var(--surface);transition:border-color .2s,transform .15s}.content-card:not(.is-locked):hover{border-color:#ffffff26;transform:translateY(-1px)}.content-card.is-locked{opacity:.5;cursor:not-allowed}.content-featured{font-size:.72rem;font-weight:700;color:var(--amber);margin-bottom:.5rem}.content-lock{position:absolute;top:1rem;right:1rem;font-size:.72rem;font-weight:600;color:var(--text-muted);background:var(--glass);padding:.2rem .5rem;border-radius:4px}.content-card-tier{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem}.content-card-cat{font-size:.75rem;font-weight:500;margin-bottom:.5rem}.content-card-title{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;line-height:1.35}.content-card-excerpt{font-size:.85rem;color:var(--text-muted);line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.content-card-date{font-size:.75rem;color:#6b7280b3}.content-view{max-width:760px;margin:0 auto}.content-back{font-size:.85rem;color:var(--text-muted);background:none;border:none;cursor:pointer;font-family:inherit;margin-bottom:1.5rem;display:inline-block}.content-back:hover{color:var(--text)}.content-view-meta{display:flex;gap:.75rem;align-items:center;font-size:.82rem;margin-bottom:.75rem}.content-view-tier{font-weight:700;text-transform:uppercase;letter-spacing:.03em}.content-view-cat{color:var(--text-muted)}.content-view-date{color:#6b728099}.content-view-title{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:.75rem}.content-view-excerpt{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.content-view-body{font-size:1rem;line-height:1.8;color:#e8eaf0d9}.content-view-body h2{font-size:1.4rem;font-weight:700;margin:2rem 0 .75rem}.content-view-body h3{font-size:1.15rem;font-weight:700;margin:1.5rem 0 .5rem}.content-view-body p{margin-bottom:1rem}.content-view-body ul,.content-view-body ol{margin:.5rem 0 1rem 1.5rem}.content-view-body li{margin-bottom:.25rem}.content-view-body blockquote{border-left:3px solid var(--primary);padding-left:1rem;margin:1rem 0;color:var(--text-muted);font-style:italic}.content-view-body pre{background:var(--glass);border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);padding:1rem;overflow-x:auto;margin:1rem 0;font-size:.85rem}.content-view-body code{font-family:SF Mono,Fira Code,monospace;font-size:.88em;background:var(--glass);padding:.15rem .35rem;border-radius:4px}.content-view-body pre code{background:none;padding:0}.content-view-body a{color:var(--primary)}.content-view-body hr{border:none;border-top:1px solid var(--glass-bdr);margin:2rem 0}.content-error{text-align:center;padding:4rem 0}.content-error h2{font-size:1.4rem;margin-bottom:.5rem}.content-error p{color:var(--text-muted);margin-bottom:1.5rem}.profile-page{max-width:600px;margin:0 auto}.profile-title{font-size:1.5rem;font-weight:800;margin-bottom:1.5rem}.profile-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--glass-bdr);background:var(--surface);margin-bottom:2rem}.profile-avatar{width:56px;height:56px;border-radius:50%;border:2px solid var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;background:var(--glass);flex-shrink:0}.profile-info h2{font-size:1.05rem;font-weight:700}.profile-tier{font-size:.88rem;font-weight:600}.profile-section{margin-bottom:2rem}.profile-section h3{font-size:1rem;font-weight:700;margin-bottom:.75rem}.profile-sub{font-size:.88rem;color:var(--text-muted);margin-bottom:1rem}.profile-grid{border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);overflow:hidden}.profile-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.88rem;border-bottom:1px solid var(--glass-bdr)}.profile-row:last-child{border-bottom:none}.profile-label{color:var(--text-muted)}.profile-value{font-weight:600}.profile-status-active{color:var(--green)}.profile-status-trialing{color:var(--primary)}.profile-status-past_due{color:var(--amber)}.profile-status-cancelled{color:var(--red)}.profile-upgrade{background:var(--glass);border:1px solid var(--glass-bdr);border-radius:var(--radius);padding:1.5rem}.onboard-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.onboard-card{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius);padding:2.5rem 2rem;text-align:center}.onboard-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1.5rem}.onboard-title{font-size:1.75rem;margin:0 0 .25rem}.onboard-sub{color:var(--muted);margin:0 0 1.5rem;font-size:.95rem}.onboard-avatar-preview{width:96px;height:96px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:3px solid var(--primary)}.onboard-avatar-preview img{width:100%;height:100%;object-fit:cover}.onboard-label{display:block;text-align:left;font-size:.85rem;font-weight:600;color:var(--primary);margin-bottom:.4rem}.onboard-input{width:100%;padding:.7rem .9rem;border:1px solid var(--glass-bdr);border-radius:var(--radius);background:var(--bg);color:var(--text);font-size:1rem;margin-bottom:1.25rem;box-sizing:border-box}.onboard-input:focus{outline:none;border-color:var(--primary)}.onboard-avatar-picker{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.onboard-avatar-option{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:2px solid transparent;border-radius:var(--radius);padding:.4rem;cursor:pointer;transition:border-color .15s}.onboard-avatar-option img{width:44px;height:44px;border-radius:50%}.onboard-avatar-option span{font-size:.7rem;color:var(--muted)}.onboard-avatar-option.active{border-color:var(--primary)}.onboard-avatar-option:hover{border-color:var(--glass-bdr)}.onboard-shuffle{background:none;border:1px solid var(--glass-bdr);color:var(--muted);border-radius:var(--radius);padding:.4rem 1rem;font-size:.85rem;cursor:pointer;margin-bottom:1.5rem;transition:border-color .15s,color .15s}.onboard-shuffle:hover{border-color:var(--primary);color:var(--text)}.onboard-continue{width:100%;padding:.75rem;font-size:1rem;font-weight:600}.onboard-continue:disabled{opacity:.45;cursor:not-allowed}.onboard-status{display:block;font-size:.85rem;margin-top:.5rem;min-height:1.2em}.onboard-error{color:#f87171}.profile-editor-section{background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem}.profile-editor-preview{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius-sm);background:var(--glass);border:1px solid var(--glass-bdr);margin-bottom:1.25rem}.profile-editor-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--glass-bdr)}.profile-editor-avatar img{width:100%;height:100%;object-fit:cover}.profile-editor-preview-name{display:block;font-weight:700;font-size:.95rem}.profile-editor-preview-bio{display:block;font-size:.82rem;color:var(--text-muted);margin-top:2px}.profile-editor-fields{margin-bottom:1.25rem}.profile-editor-label{display:block;font-size:.82rem;font-weight:600;color:var(--text-muted);margin-bottom:.35rem;margin-top:1rem}.profile-editor-label:first-child{margin-top:0}.profile-editor-hint{font-weight:400;opacity:.6}.profile-editor-input{width:100%;padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--glass-bdr);background:var(--bg);color:var(--text);font-size:.88rem;font-family:inherit;outline:none;transition:border-color .2s}.profile-editor-input:focus{border-color:var(--primary)}.profile-editor-textarea{resize:vertical;min-height:60px}.profile-avatar-picker{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.profile-avatar-option{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem;border-radius:var(--radius-sm);border:2px solid var(--glass-bdr);background:var(--glass);cursor:pointer;transition:border-color .2s,background .2s;width:72px}.profile-avatar-option img{width:36px;height:36px;border-radius:50%}.profile-avatar-option span{font-size:.7rem;color:var(--text-muted)}.profile-avatar-option.active{border-color:var(--primary);background:#60a5fa1a}.profile-avatar-option:hover{border-color:var(--primary)}.profile-avatar-shuffle{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.profile-avatar-shuffle .btn{font-size:.85rem}.profile-shuffle-hint{font-size:.78rem;color:var(--text-muted)}.profile-editor-actions{display:flex;align-items:center;gap:.75rem}.profile-save-status{font-size:.82rem;font-weight:600}.profile-save-ok{color:var(--green)}.profile-save-error{color:var(--red)}.profile-avatar-mode-tabs{display:flex;gap:.5rem;margin:.5rem 0}.profile-avatar-mode-tab{padding:.45rem 1rem;border-radius:var(--radius-sm);border:2px solid var(--glass-bdr);background:var(--glass);color:var(--text-muted);cursor:pointer;font-size:.85rem;font-weight:600;transition:border-color .2s,background .2s,color .2s}.profile-avatar-mode-tab:hover{border-color:var(--primary);color:var(--text)}.profile-avatar-mode-tab.active{border-color:var(--primary);background:#60a5fa1f;color:var(--text)}.profile-avatar-upload-panel{margin-top:.5rem}.profile-avatar-upload-area{position:relative;display:flex;align-items:center;justify-content:center;min-height:140px;border:2px dashed var(--glass-bdr);border-radius:var(--radius);background:var(--glass);cursor:pointer;transition:border-color .2s,background .2s;overflow:hidden}.profile-avatar-upload-area:hover,.profile-avatar-upload-area.drag-over{border-color:var(--primary);background:#60a5fa0f}.profile-avatar-upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.85rem;padding:1.5rem;text-align:center}.profile-avatar-upload-placeholder .upload-icon{font-size:1.8rem}.profile-upload-hint{font-size:.72rem;color:var(--text-muted);opacity:.7}.profile-avatar-upload-preview{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:1rem}.profile-avatar-file-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer;display:none}.profile-upload-status{display:block;margin-top:.5rem;font-size:.82rem;font-weight:600}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;z-index:110}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .2s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:0;width:260px;height:100vh;flex-direction:column;align-items:flex-start;gap:0;background:var(--surface);border-left:1px solid var(--glass-bdr);padding:80px 1.5rem 2rem;transform:translate(100%);transition:transform .3s ease;z-index:105}.nav-links.open{transform:translate(0)}.nav-links .nav-link,.nav-links .btn,.nav-links .member-avatar{width:100%;padding:.75rem 0;font-size:1rem;border-bottom:1px solid var(--glass-bdr)}.nav-links .btn{margin-top:.5rem;border-bottom:none}.nav-links .member-avatar{width:auto;margin-top:.75rem;border-bottom:none}.hero{padding-top:100px}.hero-title{font-size:2rem}.hero-proof{flex-direction:column;gap:.25rem}.hero-proof-sep{display:none}.features,.pricing,.faq{padding:3rem 1rem}.tier-grid,.content-grid,.zoom-cards{grid-template-columns:1fr}.content-toolbar{flex-direction:column}.profile-card{flex-direction:column;text-align:center}.board-categories{gap:.4rem}.board-cat-btn{padding:.35rem .7rem;font-size:.78rem}.board-post-body{font-size:.9rem}.board-comment-form{flex-direction:column}.board-comment-form .btn{width:100%}.notif-dropdown{width:calc(100vw - 32px);right:16px!important;left:16px!important}.nav-bell{order:-1}}.board-header{margin-bottom:1.5rem}.board-header h1{font-size:1.5rem;font-weight:700}.board-subtitle{color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.board-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.board-cat-btn{padding:.4rem .9rem;font:inherit;font-size:.82rem;font-weight:500;background:var(--glass);border:1px solid var(--glass-bdr);border-radius:999px;color:var(--text-muted);cursor:pointer;transition:all .2s}.board-cat-btn:hover{color:var(--text);border-color:#ffffff26}.board-cat-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.board-feed{display:flex;flex-direction:column;gap:1rem}.board-loading,.board-loading-sm{color:var(--text-muted);font-size:.88rem;padding:2rem 0;text-align:center}.board-loading-sm{padding:1rem 0}.board-empty{color:var(--text-muted);text-align:center;padding:3rem 1rem;font-size:.9rem}.board-post-card{background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius);padding:1.25rem;cursor:pointer;transition:border-color .2s,box-shadow .2s}.board-post-card:hover{border-color:#ffffff1f}.board-post-card.expanded{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.board-post-card.pinned{border-color:var(--amber)}.board-pinned-badge{font-size:.78rem;color:var(--amber);font-weight:600;margin-bottom:.5rem}.board-post-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem}.board-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.board-avatar-sm{width:28px;height:28px}.board-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--glass);border:1px solid var(--glass-bdr);color:var(--text-muted);font-size:.82rem;font-weight:600}.board-post-meta{display:flex;flex-direction:column;gap:.1rem}.board-post-name{font-weight:600;font-size:.9rem}.board-post-time{font-size:.78rem;color:var(--text-muted)}.board-post-cat{text-transform:capitalize}.board-post-body{font-size:.92rem;line-height:1.65;margin-bottom:.75rem;white-space:pre-wrap;word-break:break-word}.board-post-image{border-radius:var(--radius-sm);margin-bottom:.75rem;max-height:400px;object-fit:cover;width:100%}.board-mention{color:var(--primary);font-weight:600;cursor:default;background:#60a5fa1a;padding:.05em .35em;border-radius:4px}.mention-dropdown{background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius);box-shadow:0 8px 24px #0006;z-index:1000;max-height:240px;overflow-y:auto;padding:.25rem 0}.mention-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;cursor:pointer;transition:background .1s}.mention-item:hover,.mention-item.active{background:#60a5fa26}.mention-item-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.mention-item-initial{width:28px;height:28px;border-radius:50%;background:var(--glass-bdr);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--text)}.mention-item-name{font-size:.9rem;color:var(--text);font-weight:500}.board-post-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.board-reactions{display:flex;flex-wrap:wrap;gap:.35rem}.board-reaction-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;font:inherit;font-size:.82rem;background:var(--glass);border:1px solid var(--glass-bdr);border-radius:999px;color:var(--text-muted);cursor:pointer;transition:all .15s}.board-reaction-btn:hover{border-color:#ffffff26;color:var(--text)}.board-reaction-btn.active{border-color:var(--primary);background:#60a5fa1f;color:var(--text)}.board-reaction-sm{padding:.15rem .4rem;font-size:.76rem}.board-reactions-sm{margin-top:.35rem}.reaction-count{font-weight:600;font-size:.78rem}.board-emoji-picker-wrap{position:relative;display:inline-flex}.board-add-reaction{font-size:.9rem!important;font-weight:700;color:var(--text-muted)!important;min-width:28px}.board-emoji-picker{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);display:flex;gap:.25rem;background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);padding:.35rem .45rem;box-shadow:0 4px 20px #0006;z-index:150;white-space:nowrap}.board-emoji-pick{font:inherit;font-size:1.1rem;background:none;border:none;cursor:pointer;padding:.2rem .3rem;border-radius:4px;transition:background .15s,transform .15s;line-height:1}.board-emoji-pick:hover{background:var(--glass);transform:scale(1.2)}.board-comment-toggle{font:inherit;font-size:.82rem;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:.2rem .4rem;border-radius:var(--radius-sm);transition:color .15s;white-space:nowrap}.board-comment-toggle:hover{color:var(--text)}.board-comments-area{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--glass-bdr);display:flex;flex-direction:column;gap:.75rem}.board-comment{padding:.75rem;background:var(--glass);border-radius:var(--radius-sm)}.board-comment-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.board-comment-name{font-weight:600;font-size:.82rem}.board-comment-time{font-size:.74rem;color:var(--text-muted)}.board-comment-body{font-size:.88rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.board-comment-form{display:flex;gap:.5rem;margin-top:.25rem}.board-comment-input{flex:1;padding:.5rem .75rem;font:inherit;font-size:.85rem;background:var(--bg);border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);color:var(--text);outline:none;transition:border-color .2s}.board-comment-input:focus{border-color:var(--primary)}.board-comment-input::placeholder{color:var(--text-muted)}.btn-sm{padding:.4rem .75rem;font-size:.8rem}.board-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.board-composer{margin-bottom:1.5rem}.board-composer-inner{background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.board-composer-cats{display:flex;flex-wrap:wrap;gap:.4rem}.board-composer-body{width:100%;min-height:80px;padding:.65rem .85rem;font:inherit;font-size:.9rem;background:var(--bg);border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);color:var(--text);outline:none;resize:vertical;transition:border-color .2s;line-height:1.55}.board-composer-body:focus{border-color:var(--primary)}.board-composer-body::placeholder{color:var(--text-muted)}.board-composer-actions{display:flex;justify-content:flex-end;gap:.5rem}.board-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.board-modal{background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius);padding:1.75rem;width:100%;max-width:400px}.board-modal h2{font-size:1.15rem;font-weight:700;margin-bottom:.35rem}.board-modal-sub{color:var(--text-muted);font-size:.85rem;margin-bottom:1rem}.board-modal-input{width:100%;padding:.6rem .85rem;font:inherit;font-size:.9rem;background:var(--bg);border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);color:var(--text);outline:none;margin-bottom:1rem;transition:border-color .2s}.board-modal-input:focus{border-color:var(--primary)}.board-modal-input::placeholder{color:var(--text-muted)}.board-modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.upgrade-page{max-width:720px;margin:0 auto;padding:2rem 1rem}.upgrade-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.upgrade-sub{color:var(--text-muted);font-size:.95rem;margin:0 0 2rem;line-height:1.5}.upgrade-cards{display:flex;flex-direction:column;gap:1.25rem}.upgrade-card{background:var(--surface);border:1px solid var(--glass-bdr);border-radius:var(--radius);padding:1.5rem}.upgrade-card h3{font-size:1.2rem;font-weight:700;margin:.5rem 0}.upgrade-card-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:99px;text-transform:uppercase;letter-spacing:.03em}.upgrade-card-desc{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:.5rem 0 1rem}.upgrade-btn{font-weight:600}.upgrade-textarea{width:100%;min-height:70px;padding:.65rem .85rem;font:inherit;font-size:.9rem;background:var(--bg);border:1px solid var(--glass-bdr);border-radius:var(--radius-sm);color:var(--text);outline:none;resize:vertical;margin-bottom:.75rem;transition:border-color .2s}.upgrade-textarea:focus{border-color:var(--primary)}.upgrade-textarea::placeholder{color:var(--text-muted)}.upgrade-status{font-size:.85rem;margin-left:.5rem}.upgrade-status-error{color:var(--red)}.upgrade-card-success{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#34d39914;border:1px solid rgba(52,211,153,.25);border-radius:var(--radius-sm)}.upgrade-card-success-icon{font-size:1.25rem;color:#34d399;font-weight:700}.upgrade-card-success p{margin:0;color:#ccc;font-size:.9rem;line-height:1.5}.upgrade-card-pending{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1rem;text-align:center}.upgrade-card-pending-icon{font-size:1.5rem}.upgrade-card-pending p{margin:0;color:var(--text-muted);font-size:.9rem}.upgrade-card-pending-date{font-size:.8rem;color:var(--text-muted)}.upgrade-card-current{border-style:dashed;text-align:center}.upgrade-card-current h3{margin-bottom:.5rem}.upgrade-card-current p{color:var(--text-muted);font-size:.9rem;margin:0}.upgrade-back{margin-top:2rem;text-align:center}
