:root{--bg: #f2f2f7;--card: #ffffff;--text: #111111;--muted: #6b7280;--border: #e5e5ea;--primary: #007aff;--danger: #ff3b30;--radius: 14px}:root[data-theme=dark]{--bg: #0f1115;--card: #181b21;--text: #f1f5f9;--muted: #94a3b8;--border: #2a3039;--primary: #3b82f6;--danger: #ef4444}*{box-sizing:border-box}html,body,#root{height:100%}html,body{width:100%;overflow-x:hidden}body{margin:0;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .35s,color .35s}@media (display-mode: standalone){body{background:#fff}.app-shell .nav{padding-top:max(env(safe-area-inset-top),12px)}}#root,.app-shell,.content{max-width:100%;overflow-x:hidden}img,video{max-width:100%;height:auto}.app-shell{max-width:820px;margin:0 auto;min-height:100%;display:flex;flex-direction:column;container-type:inline-size}.nav{position:sticky;top:0;z-index:10;background:var(--bg);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.nav-inner,.topbar{max-width:100%;overflow-x:hidden;overflow-y:visible}.nav-title{margin:0;font-size:17px;font-weight:600}.content{padding:16px;flex:1}.post-list,.post-card,.panel{width:100%;max-width:100%}.post-body,.comment-item,.chat-msg,.media-item a{overflow-wrap:anywhere;word-break:break-word}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px #0000000a}.card-body{padding:16px}.card+.card{margin-top:12px}.stack{display:grid;gap:10px}.input,.textarea{width:100%;border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px 12px;font-size:16px;outline:none}.input:focus,.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #007aff26}.row{display:flex;align-items:center;gap:8px}.space-between{justify-content:space-between}.row,.inline-actions{flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:#fff;border:none;border-radius:12px;padding:10px 14px;font-size:16px;font-weight:600;cursor:pointer}.btn:disabled{opacity:.5;cursor:default}.btn-outline{background:transparent;color:var(--primary);border:1px solid var(--primary)}.btn-ghost{background:transparent;color:var(--primary);padding:8px;border-radius:10px}.btn-danger{background:var(--danger)}.link{color:var(--primary);text-decoration:none;font-weight:600}.muted{color:var(--muted)}.list{list-style:none;padding:0;margin:0}.list-item{padding:12px 14px;border-bottom:1px solid var(--border)}.list-item:last-child{border-bottom:none}.task-item{display:flex;align-items:center;gap:10px}.task-title{font-weight:600}.task-desc{color:#666;font-size:14px}.task-done .task-title{text-decoration:line-through;color:#999}.form-actions{display:flex;gap:8px;flex-wrap:wrap}.grid-2{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width: 640px){.grid-2{grid-template-columns:1fr 2fr}}.centered{max-width:420px;margin:40px auto}.centered h1{text-align:center;margin:0 0 12px}.centered .card{margin-top:8px}.footer-space{height:40px}.board{display:flex;gap:12px;align-items:flex-start}.column{flex:1;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);min-height:320px;overflow:hidden}.column-header{padding:10px 12px;border-bottom:1px solid var(--border);font-weight:600}.column-body{padding:10px;min-height:280px}.column.dropping{outline:2px dashed var(--primary);outline-offset:-6px}.task-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 12px;box-shadow:0 1px 1px #0000000a;cursor:grab}.task-card+.task-card{margin-top:8px}.task-card:active{cursor:grabbing}.task-card .title{font-weight:600}.task-card .desc{color:#666;font-size:14px}.task-card.done .title{text-decoration:line-through;color:#999}.tribe-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.tribe-card{position:relative;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:18px;padding:14px 14px 56px;overflow:hidden;min-height:180px}.tribe-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#007aff14,#007aff05);opacity:0;pointer-events:none;transition:opacity .25s ease}.tribe-card:hover:before{opacity:1}.tribe-card:hover{transform:translateY(-4px);transition:transform .25s ease}.tribe-card-header{display:flex;gap:12px;align-items:flex-start}.tribe-avatar{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#007aff,#4facfe);color:#fff;font-weight:700;font-size:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #007aff40;flex-shrink:0}.tribe-card-title-group{flex:1;min-width:0}.tribe-card-title{font-weight:600;font-size:16px;line-height:1.2}.tribe-card-desc{color:var(--muted);font-size:13px;margin-top:4px;line-height:1.3;max-height:3.2em;overflow:hidden;text-overflow:ellipsis}.tribe-banner{position:absolute;left:0;top:0;right:0;height:90px;background-size:cover;background-position:center;filter:saturate(1.1)}.tribe-card-header{margin-top:70px}.tribe-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.tribe-badge{background:#f2f2f7;color:#555;padding:4px 8px;font-size:11px;border-radius:10px;font-weight:600;letter-spacing:.3px}.tribe-skel .tribe-card-header{margin-top:70px}.skeleton{background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shine 1.2s linear infinite;border-radius:8px}.skeleton.line{margin-top:4px}@keyframes shine{0%{background-position:200% 0}to{background-position:-200% 0}}.tribe-card-meta{margin-top:8px}.tribe-card-actions{position:absolute;left:14px;right:14px;bottom:14px;display:flex;gap:8px}.tribe-card-actions .btn{flex:1;padding:8px 10px;font-size:14px}.tribe-card-actions .btn-outline{background:#fff}.tribe-create-card{border-style:dashed}.landing{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fb}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px}.brand{display:flex;align-items:center;gap:12px}.logo-circle{width:40px;height:40px;border-radius:12px;background:#0a7;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.brand-text h1{margin:0;font-size:24px}.landing-main{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 18px #0000000d;padding:20px}.auth-title{margin:0 0 12px;font-size:34px;line-height:1.1;letter-spacing:-.5px;text-align:center}.auth-subtitle{margin:-6px 0 12px;text-align:center}.form-helper{margin-top:10px;text-align:center}.landing-footer{padding:16px 24px;display:flex;justify-content:center}.tool-card{text-decoration:none;border:1px solid var(--border);border-radius:16px;color:inherit;transition:transform .12s ease}.tool-card:hover{transform:translateY(-2px)}.rotating-text{transition:opacity .35s ease}.landing-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;width:min(980px,100%)}.landing-illustration{display:flex;align-items:center;justify-content:center}.landing-image{width:100%;max-width:520px;border-radius:20px;box-shadow:0 12px 48px #0000001f;border:1px solid var(--border)}@media (max-width: 900px){.landing-grid{grid-template-columns:1fr;gap:24px}.landing-illustration{order:2}.auth-card{order:1;margin:0 auto}}.topbar{position:sticky;top:8px;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:10px 18px;background:#ffffffd1;-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px);border:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.08);border-radius:22px;margin:0 12px 8px;box-shadow:0 4px 20px -6px #0000001f,0 2px 6px -2px #00000014;transition:background .4s,border-color .4s,box-shadow .4s}:root[data-theme=dark] .topbar{background:#181b21c7;border:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px -6px #0009,0 2px 8px -2px #00000080}@media (max-width:640px){.topbar{border-radius:18px;padding:10px 14px;margin:0 10px 8px;top:6px}}@supports (padding:max(0px)){.topbar{padding-top:max(10px,env(safe-area-inset-top))}}.topbar-left{display:flex;align-items:center;gap:12px}.brand-mini{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--primary);color:#fff;font-weight:800;text-decoration:none}.topnav{display:flex;gap:10px}.toplink{color:var(--muted);text-decoration:none;padding:8px 10px;border-radius:10px;font-weight:600}.toplink.active{color:#000;background:#f3f4f6}.toplink.core{font-weight:700;color:var(--primary)}.toplink.core.active{background:#e0f2fe;color:#0369a1}.topbar-right{display:flex;align-items:center;gap:8px}.avatar-menu{position:relative}.avatar{width:34px;height:34px;border-radius:50%;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer}.avatar-menu .menu{display:none;position:absolute;right:0;top:40px;background:#fff;border:1px solid var(--border);border-radius:10px;min-width:160px;box-shadow:0 6px 24px #00000014;padding:6px}.avatar-menu .menu a,.avatar-menu .menu .link{display:block;padding:8px 10px;text-decoration:none;color:#111;border-radius:8px}.avatar-menu .menu a:hover,.avatar-menu .menu .link:hover{background:#f3f4f6}.user-menu{background:#fff;border:1px solid var(--border);border-radius:10px;min-width:160px;box-shadow:0 6px 24px #00000014;padding:6px}.user-menu a,.user-menu .link{display:block;padding:8px 10px;text-decoration:none;color:#111;border-radius:8px;background:transparent;border:none;cursor:pointer;font:inherit;text-align:left;width:100%}.user-menu a:hover,.user-menu .link:hover{background:#f3f4f6}.user-menu a:focus-visible,.user-menu .link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.palette-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh}.palette{width:min(720px,92vw);background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 20px 60px #00000026;padding:12px}@media (max-width: 640px){.topnav{display:none}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:58px;background:#fff;border-top:1px solid var(--border);display:flex;justify-content:space-around;align-items:center;z-index:30}.bn-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted);text-decoration:none;font-size:12px}.bn-item.active{color:#000}.app-shell{padding-bottom:64px}}.bottom-tabbar{position:fixed;bottom:0;left:0;right:0;height:58px;background:#fff;border-top:1px solid var(--border);display:flex;justify-content:space-around;align-items:center;z-index:30;padding-bottom:env(safe-area-inset-bottom)}.bottom-tabbar .tab-item{background:none;border:none;color:var(--muted);font-size:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;cursor:pointer;outline:none}.bottom-tabbar .tab-item.active{color:var(--primary)}.app-shell{padding-bottom:64px}@container (min-width: 900px){.bottom-tabbar{display:none}}.tribe-grid.v2{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.tribe-card-v2{position:relative;background:#fff;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:0 4px 18px -4px #00000014;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}.tribe-card-v2:hover{box-shadow:0 8px 28px -6px #0000001f;transform:translateY(-4px)}.tribe-card-v2 .cover{position:relative;height:140px;background:#ddd}.tribe-card-v2 .cover img{width:100%;height:100%;object-fit:cover;display:block}.tribe-card-v2 .cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000000d)}.tribe-card-v2 .avatar-wrap{position:absolute;bottom:-28px;left:18px;width:64px;height:64px;border-radius:50%;overflow:hidden;box-shadow:0 4px 14px #0000004d;border:3px solid #fff;background:#222}.tribe-card-v2 .avatar-wrap img{width:100%;height:100%;object-fit:cover}.tribe-card-v2 .share-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:12px;background:#ffffffd9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0f172a;transition:background .25s,transform .2s,box-shadow .25s;box-shadow:0 4px 14px -4px #00000040}.tribe-card-v2 .share-btn:hover{background:#fff}.tribe-card-v2 .share-btn:active{transform:scale(.9)}:root[data-theme=dark] .tribe-card-v2 .share-btn{background:#20252dd9;border-color:#2a3039;color:#e2e8f0;box-shadow:0 4px 16px -4px #0009}:root[data-theme=dark] .tribe-card-v2 .share-btn:hover{background:#2a3039}.share-panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:#ffffffbf;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(0,0,0,.08);border-radius:22px;animation:fadeIn .35s ease;box-shadow:0 8px 28px -6px #00000040}.share-panel .sp-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;font-weight:600;font-size:15px;letter-spacing:-.2px}.share-panel .sp-close{background:transparent;border:none;font-size:26px;line-height:1;cursor:pointer;color:#334155;padding:2px 6px;border-radius:10px}.share-panel .sp-close:hover{background:#0000000f}.share-panel .sp-body{padding:4px 18px 18px;display:flex;flex-direction:column;gap:18px}.share-panel .sp-link-box{display:flex;gap:8px;background:#ffffffa6;border:1px solid rgba(0,0,0,.08);padding:8px 10px;border-radius:14px;box-shadow:inset 0 0 0 1px #fff6}.share-panel .sp-link-box input{flex:1;border:none;background:transparent;font-size:13px;font-family:monospace;color:#0f172a;outline:none}.share-panel .sp-link-box button{background:#0f62fe;color:#fff;border:none;padding:6px 12px;font-size:13px;font-weight:600;border-radius:10px;cursor:pointer;box-shadow:0 2px 8px -2px #00000040;transition:background .25s,transform .25s}.share-panel .sp-link-box button:hover{background:#0352d6}.share-panel .sp-link-box button:active{transform:translateY(1px)}.share-panel .sp-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.share-panel .sp-item{text-decoration:none;display:flex;align-items:center;justify-content:center;padding:12px 10px;font-size:13px;font-weight:600;border-radius:14px;position:relative;background:#fff;border:1px solid rgba(0,0,0,.06);color:#0f172a;letter-spacing:-.2px;box-shadow:0 4px 12px -4px #0000001f;overflow:hidden;transition:background .3s,transform .25s,box-shadow .3s}.share-panel .sp-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#007aff14,#007aff00);opacity:0;transition:opacity .35s}.share-panel .sp-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px -6px #0000002e}.share-panel .sp-item:hover:before{opacity:1}.share-panel .sp-item.fb{color:#0f172a}.share-panel .sp-item.ig{background:linear-gradient(135deg,#fdfbfb,#ebedee)}.share-panel .sp-item.x{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.share-panel .sp-item.li{background:linear-gradient(135deg,#0a66c2,#1480f3);color:#fff}.share-panel .sp-item.wa{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.share-panel .sp-item.tg{background:linear-gradient(135deg,#2aabee,#229ed9);color:#fff}.share-panel .sp-item.native{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none}:root[data-theme=dark] .share-panel .sp-item.native{background:linear-gradient(135deg,#4f46e5,#4338ca)}:root[data-theme=dark] .share-panel{background:#181b21c7;border-color:#2a3039;box-shadow:0 8px 32px -6px #000000b3}:root[data-theme=dark] .share-panel .sp-link-box{background:#20252d8c;border-color:#2a3039;box-shadow:inset 0 0 0 1px #ffffff0d}:root[data-theme=dark] .share-panel .sp-link-box input{color:#e2e8f0}:root[data-theme=dark] .share-panel .sp-item{background:#1d2229;border-color:#2a3039;color:#e2e8f0;box-shadow:0 4px 14px -4px #0009}:root[data-theme=dark] .share-panel .sp-item:hover{box-shadow:0 8px 30px -6px #000000bf}:root[data-theme=dark] .share-panel .sp-close{color:#e2e8f0}:root[data-theme=dark] .share-panel .sp-close:hover{background:#ffffff14}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.tribe-card-v2 .body{padding:46px 18px 16px;display:flex;flex-direction:column;flex:1}.tribe-card-v2 h3{margin:0 0 4px;font-size:17px;font-weight:600;letter-spacing:-.3px}.tribe-card-v2 .desc{font-size:13px;line-height:1.35;color:var(--muted);margin:0;min-height:36px}.tribe-card-v2 .meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.tribe-card-v2 .pill{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;color:#475569;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.tribe-card-v2 .tags{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0}.tribe-card-v2 .tag{background:#f2f2f7;color:#444;padding:4px 8px;font-size:11px;border-radius:999px;font-weight:600}.tribe-card-v2 .actions{margin-top:14px;display:flex;gap:10px}.tribe-card-v2 .actions .btn{flex:1;font-size:14px;padding:9px 10px}.tribe-card-v2 .actions .btn-outline{background:#fff}.tribe-card-v2 .status-pending{opacity:.7}.tribe-card-v2 .slug{font-size:11px;color:#888;margin-top:6px}@media (max-width:640px){.tribe-grid.v2{gap:18px}.tribe-card-v2 .cover{height:120px}}.tribe-card-v2.skel .cover{background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shine 1.2s linear infinite}.tribe-card-v2.skel .line{background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shine 1.2s linear infinite;border-radius:6px;height:12px;margin-top:8px}.pill{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;color:#475569;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.tribe-hero{position:relative;border:1px solid var(--border);background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 6px 28px -6px #0000001f}.tribe-hero-cover{position:relative;height:240px;background:#ddd}.tribe-hero-cover img{width:100%;height:100%;object-fit:cover;display:block}.tribe-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0009,#0000001a)}.tribe-hero-title-overlay{position:absolute;left:20px;bottom:16px;margin:0;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.5);font-size:34px;line-height:1.05;letter-spacing:-.5px;font-weight:800;z-index:1}.tribe-hero-inner{position:relative;padding:16px 24px 24px;margin-top:0;display:flex;flex-direction:column;gap:14px}.tribe-hero-avatar{width:120px;height:120px;border-radius:40px;overflow:hidden;box-shadow:0 10px 30px -6px #0006;border:5px solid #fff;background:#111;margin-top:-60px}.tribe-hero-avatar img{width:100%;height:100%;object-fit:cover}.tribe-hero-head{display:flex;align-items:flex-end;gap:20px;flex-wrap:wrap}.tribe-hero-title{margin:0;font-size:34px;line-height:1.05;letter-spacing:-.5px;font-weight:700}.tribe-hero-slug{font-size:14px;color:#64748b;font-weight:600;margin-top:4px}.tribe-hero-tags{display:flex;flex-wrap:wrap;gap:8px}.tribe-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.tribe-meta-row{display:flex;gap:14px;flex-wrap:wrap}.tribe-meta-row .pill svg{width:16px;height:16px}.tribe-hero-desc{max-width:920px;font-size:15px;line-height:1.4;color:#334155;margin:0}@media (max-width:760px){.tribe-hero-cover{height:200px}.tribe-hero-avatar{width:90px;height:90px;border-radius:28px;margin-top:-45px}.tribe-hero-title{font-size:26px}.tribe-hero-title-overlay{font-size:26px;left:16px;bottom:12px}}.tribe-hero-edit{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);padding:16px;border-radius:20px;box-shadow:0 4px 18px -4px #00000026}.panel{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px 24px;box-shadow:0 6px 22px -8px #00000014}.panel+.panel{margin-top:26px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:14px}.panel-header h3,.panel-header h4{margin:0;font-weight:600;letter-spacing:-.3px}.item-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.item-row{border:1px solid var(--border);background:#fff;border-radius:16px;padding:12px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;transition:background .2s,border-color .2s}.item-row:hover{background:#f8fafc}.item-main{flex:1;min-width:0}.badge{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;color:#475569;padding:4px 8px;font-size:11px;font-weight:600;border-radius:999px}.role-badge{background:#eef2ff;color:#4338ca}.officer-badge{background:#e0f2fe;color:#0369a1}.owner-badge{background:#ffe4e6;color:#be123c}.inline-actions{display:flex;gap:8px;flex-wrap:wrap}.divider{height:1px;background:var(--border);margin:20px 0}.level-block{border:1px solid var(--border);border-radius:18px;padding:14px 16px;background:#fff}.challenge-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.challenge-item{border:1px solid var(--border);border-radius:14px;padding:10px 12px;background:#f9fafb;display:flex;flex-direction:column;gap:6px}.challenge-item .actions{display:flex;gap:8px}.leaderboard-table{width:100%;border-collapse:collapse}.leaderboard-table th,.leaderboard-table td{text-align:left;padding:8px 10px;font-size:14px}.leaderboard-table thead{background:#f1f5f9}.leaderboard-table tr{border-bottom:1px solid var(--border)}.leaderboard-table tr:last-child{border-bottom:none}.progress-subs{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.progress-subs li{border:1px solid var(--border);border-radius:14px;padding:10px 12px;background:#fff}.chat-box{max-height:320px;overflow-y:auto;border:1px solid var(--border);border-radius:16px;padding:10px 12px;background:#fff;display:flex;flex-direction:column;gap:10px}.chat-msg{background:#f1f5f9;border-radius:14px;padding:8px 10px;font-size:14px;line-height:1.3}.chat-msg .meta{font-size:11px;color:#64748b;margin-bottom:2px}.media-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-top:12px}.media-item{position:relative;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff}.media-item a{display:block;font-size:12px;padding:8px 10px;text-decoration:none;color:#111;word-break:break-all}.media-item-thumb{display:block;width:100%;height:100px;object-fit:cover;background:#ddd}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;display:flex;align-items:flex-start;justify-content:center;padding:8vh 16px;z-index:100}.side-panel{width:min(560px,100%);background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 18px 48px -8px #00000040;display:flex;flex-direction:column;max-height:84vh}.side-panel-header{padding:18px 22px 12px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.side-panel-header h3{margin:0;font-size:20px;font-weight:600;letter-spacing:-.4px}.side-panel-body{padding:18px 22px 22px;overflow-y:auto;display:flex;flex-direction:column;gap:18px}.mini-grid{display:grid;gap:10px;grid-template-columns:1fr 1fr}@media (max-width:600px){.mini-grid{grid-template-columns:1fr}}.membership-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.membership-row{border:1px solid var(--border);border-radius:14px;padding:10px 12px;background:#f8fafc;display:flex;gap:12px;align-items:center;justify-content:space-between}.membership-row .title{font-weight:600;font-size:14px}.chip{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;color:#475569;padding:4px 8px;font-size:11px;font-weight:600;border-radius:999px}.chip-primary{background:#e0f2fe;color:#0369a1}.chip-danger{background:#ffe4e6;color:#be123c}.panel-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.stories-tray::-webkit-scrollbar{height:6px}.stories-tray::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.icon-btn{background:transparent;border:none;padding:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text);border-radius:12px;position:relative;transition:background .25s,color .25s,transform .2s}.icon-btn:hover{background:#0000000f}:root[data-theme=dark] .icon-btn:hover{background:#ffffff14}.icon-btn:active{transform:scale(.92)}.icon-btn svg{width:22px;height:22px;stroke-width:2}.icon-btn .badge{position:absolute;top:2px;right:2px;width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 2px #fff}.icon-btn.help span{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:1px solid #cbd5e1;border-radius:50%;color:#334155;background:linear-gradient(180deg,#fff,#f1f5f9);box-shadow:0 1px 2px #0000000f;transition:background .3s,border-color .3s,color .3s}.icon-btn.help:hover span{border-color:#94a3b8}.icon-btn.help:active span{background:#e2e8f0}:root[data-theme=dark] .icon-btn.help span{border-color:#334155;color:#e2e8f0;background:linear-gradient(180deg,#1f242c,#1b1f26);box-shadow:0 1px 2px #00000080}:root[data-theme=dark] .icon-btn.help:hover span{border-color:#475569}:root[data-theme=dark] .icon-btn.help:active span{background:#27303a}:root[data-theme=dark] .card,:root[data-theme=dark] .panel,:root[data-theme=dark] .tribe-card,:root[data-theme=dark] .tribe-card-v2,:root[data-theme=dark] .uh-section{background:#181b21;border-color:#2a3039}:root[data-theme=dark] .muted{color:#64748b}:root[data-theme=dark] .user-menu{background:#1d2229;border-color:#303742}:root[data-theme=dark] .user-menu a:hover,:root[data-theme=dark] .user-menu .link:hover{background:#27313b}:root[data-theme=dark] .btn-outline{color:var(--primary);border-color:var(--primary)}:root[data-theme=dark] .avatar-menu .menu a,:root[data-theme=dark] .avatar-menu .menu .link,:root[data-theme=dark] .user-menu a,:root[data-theme=dark] .user-menu .link,:root[data-theme=dark] .media-item a{color:var(--text)}:root[data-theme=dark] .user-help-index a{background:#1d2229;border-color:#2a3039;color:var(--text)}:root[data-theme=dark] .uh-section:nth-child(odd){background:linear-gradient(180deg,#181b21,#1d232b)}:root[data-theme=dark] .uh-section:after{background:linear-gradient(140deg,#3b82f626,#3b82f600)}:root[data-theme=dark] .chip{color:#e2e8f0}:root[data-theme=dark] .tribe-hero{background:#181b21}:root[data-theme=dark] .tribe-card-v2{background:#181b21}:root[data-theme=dark] .panel{background:#181b21}:root[data-theme=dark] .level-block,:root[data-theme=dark] .item-row,:root[data-theme=dark] .progress-subs li,:root[data-theme=dark] .chat-box,:root[data-theme=dark] .media-item{background:#181b21}:root[data-theme=dark] .brand-mini{color:#fff}:root[data-theme=dark] [style*="color:#111"],:root[data-theme=dark] [style*="color: #111"],:root[data-theme=dark] [style*="color:#000"],:root[data-theme=dark] [style*="color: #000"]{color:var(--text)!important}:root[data-theme=dark] [style*="background:#111"],:root[data-theme=dark] [style*="background: #111"]{background:#10151b!important}:root[data-theme=dark] [style*="background:#fff"][style*="color:#fff"],:root[data-theme=dark] [style*="background: #fff"][style*="color:#fff"]{color:var(--text)!important}.user-help h1{margin:0 0 8px;font-size:clamp(2rem,3vw,2.6rem);letter-spacing:-.5px;font-weight:800}.user-help .tagline{margin-top:-4px;font-size:15px}.user-help-index{margin:32px 0 40px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.user-help-index a{text-decoration:none;background:#fff;border:1px solid var(--border);padding:10px 14px;border-radius:14px;font-size:14px;font-weight:600;color:#0f172a;line-height:1.25;position:relative;transition:background .25s,border-color .25s,transform .2s}.user-help-index a:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.user-help-index a:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.uh-section{scroll-margin-top:90px;padding:28px 32px 30px;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 4px 16px -4px #00000014;margin:0 0 34px;position:relative}.uh-section h2{margin:0 0 12px;font-size:clamp(1.3rem,2.2vw,1.7rem);letter-spacing:-.3px;font-weight:700}.uh-section ul,.uh-section ol{margin:0 0 10px 20px;padding:0}.uh-section li{margin:4px 0;line-height:1.45;font-size:15px}.uh-section p{margin:0 0 12px;font-size:15px;line-height:1.5}.uh-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;pointer-events:none;background:linear-gradient(140deg,#007aff14,#007aff00);opacity:0;transition:opacity .4s}.uh-section:hover:after{opacity:1}.uh-section:nth-child(odd){background:linear-gradient(180deg,#fff,#f8fafc)}.uh-footer{margin-top:56px;font-size:12px;color:#64748b;text-align:center}.user-help a.anchor-link{text-decoration:none;color:var(--primary);font-weight:600}.user-help a.anchor-link:hover{text-decoration:underline}.user-help blockquote{margin:16px 0;padding:14px 18px;border-left:4px solid var(--primary);background:#f1f5f9;border-radius:0 14px 14px 0;font-size:14px;color:#334155}.user-help code{background:#f1f5f9;padding:2px 6px;border-radius:6px;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}
