.hh-container{grid-template-columns:1fr 340px;align-items:start;gap:2rem;max-width:1300px;min-height:100%;margin:0 auto;padding:1rem 1.5rem;display:grid}.hh-main{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.hh-welcome{padding:1.5rem 0}.hh-greeting{color:var(--text);margin-bottom:.4rem;font-family:Fraunces,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-style:italic;font-weight:800;line-height:1.1}.hh-greeting span{background:linear-gradient(135deg,#f0eeff 0%,#c4b5fd 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hh-subtitle{color:var(--text-muted);font-size:.9rem}.hh-welcome-header{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.hh-mobile-notif-btn{display:none}.hh-tabs{border-bottom:1px solid var(--border);z-index:10;gap:.5rem;padding-bottom:.1rem;display:flex}.hh-sticky-header{z-index:20;background:var(--bg);-webkit-backdrop-filter:none;border-bottom:1px solid #0000;border-image:linear-gradient(90deg,#0000 0%,#8b5cf659 30% 70%,#0000 100%) 1;flex-direction:column;gap:.75rem;margin:0 -.5rem;padding:.75rem .5rem;display:flex;position:sticky;top:0}.hh-sticky-header .hh-composer{border-radius:12px;gap:.65rem;padding:.65rem 1rem}.hh-sticky-header .hh-composer-input{font-size:.88rem}.hh-sticky-header .hh-composer-avatar{width:32px;height:32px;font-size:.75rem}.hh-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.75rem 1.25rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.hh-tab:hover{color:var(--text)}.hh-tab.active{color:var(--accent)}.hh-tab.active:after{content:"";background:var(--accent);height:2px;box-shadow:0 0 10px var(--accent-dim);position:absolute;bottom:-1px;left:0;right:0}.hh-side{scrollbar-width:none;flex-direction:column;gap:2rem;max-height:calc(100vh - 4rem);display:flex;position:sticky;top:1.5rem;overflow-y:auto}.hh-side::-webkit-scrollbar{display:none}.hh-panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.hh-panel-title{justify-content:space-between;align-items:center;font-family:Syne,sans-serif;font-size:1.1rem;font-weight:700;display:flex}.hh-panel-count{color:var(--text-muted);background:var(--background);border-radius:10px;padding:.2rem .6rem;font-size:.75rem;font-weight:500}.hh-user-list{flex-direction:column;gap:.1rem;max-height:400px;margin:0 -.5rem;display:flex;overflow-y:auto}.hh-user-item{color:var(--text);border-radius:12px;align-items:center;gap:.75rem;padding:.65rem .5rem;text-decoration:none;transition:background .2s;display:flex}.hh-user-item:hover{background:#ffffff0a}.hh-user-avatar{background:var(--surface-hi);border:1px solid var(--border);width:38px;height:38px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hh-user-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hh-user-avatar span{font-size:.85rem;font-weight:700}.hh-user-online{background:var(--success);border:2px solid var(--surface);border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.hh-user-info{flex-direction:column;flex:1;min-width:0;display:flex}.hh-user-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.hh-user-nick{color:var(--text-muted);font-size:.75rem}.hh-user-action{flex-shrink:0}.hh-btn-icon{color:var(--accent);cursor:pointer;background:#8b5cf61a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.hh-btn-icon:hover{background:var(--accent);color:#fff}.hh-btn-follow{border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:8px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;transition:all .2s}.hh-btn-follow:hover{background:var(--accent);color:#fff}.hh-group-list{flex-direction:column;gap:.75rem;display:flex}.hh-group-item{color:var(--text);align-items:center;gap:.75rem;padding:.25rem 0;text-decoration:none;display:flex}.hh-group-icon{background:var(--surface-light);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.hh-group-name{font-size:.9rem;font-weight:600}.hh-group-join{color:var(--accent);margin-left:auto;font-size:.75rem;font-weight:700;text-decoration:none}.hh-group-join:hover{text-decoration:underline}@media (max-width:1100px){.hh-container{grid-template-columns:1fr}.hh-side{grid-template-columns:1fr 1fr;max-height:none;display:grid;position:static}}@media (max-width:700px){.hh-container{padding:.75rem 1rem}.hh-side{display:none}.hh-greeting{font-size:1.8rem}.hh-welcome{padding:.75rem 0}.hh-welcome-header{align-items:center}.hh-mobile-notif-btn{color:var(--text-muted);background:var(--surface-hi);border:1px solid var(--border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:relative}.hh-mobile-notif-badge{color:#fff;min-width:18px;height:18px;box-shadow:0 0 0 2px var(--bg);background:#ff3b30;border-radius:10px;justify-content:center;align-items:center;padding:.1rem .35rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.hh-mobile-notif-btn:hover{color:var(--accent);background:var(--accent-dim);border-color:#8b5cf666}.hh-sticky-header{background:0 0;border-bottom:none;border-image:;margin:0;padding:.75rem 0;position:static}}.hh-stats-row{align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.hh-stat{flex-direction:column;align-items:flex-start;display:flex}.hh-stat-value{color:var(--text);font-family:Syne,sans-serif;font-size:1.4rem;font-weight:800;line-height:1}.hh-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;font-size:.72rem}.hh-stat-divider{background:var(--border);width:1px;height:2rem}.hh-composer{background:var(--surface);border:1px solid var(--border);border-radius:18px;align-items:flex-start;gap:.85rem;padding:1rem 1.25rem;display:flex}.hh-composer-avatar{background:var(--surface-hi);border:1px solid var(--border);width:40px;height:40px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;overflow:hidden}.hh-composer-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hh-composer-body{flex-direction:column;flex:1;gap:.6rem;display:flex}.hh-composer-input{width:100%;color:var(--text);resize:none;background:0 0;border:none;outline:none;font-family:inherit;font-size:.95rem;line-height:1.5}.hh-composer-input::placeholder{color:var(--text-muted)}.hh-composer-footer{justify-content:space-between;align-items:center;display:flex}.hh-composer-left{align-items:center;gap:1rem;display:flex}.hh-composer-hint{color:var(--text-muted);font-size:.72rem}.hh-composer-counter{color:var(--text-muted);font-family:Geist Mono,monospace;font-size:.72rem;transition:color .2s}.hh-composer-counter.over{color:#ef4444;font-weight:600}.hh-composer-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.45rem 1.1rem;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;transition:opacity .2s}.hh-composer-btn:disabled{opacity:.4;cursor:not-allowed}.hh-composer-btn:not(:disabled):hover{opacity:.85}.hh-empty-state{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:4rem 1rem;display:flex}.hh-empty-icon{color:var(--accent-dim);margin-bottom:.5rem;font-size:2rem}.hh-empty-title{color:var(--text);font-family:Syne,sans-serif;font-size:1rem;font-weight:700}.hh-empty-sub{color:var(--text-muted);font-size:.85rem}.hh-stats-card .hh-stats-grid{grid-template-columns:1fr 1fr;gap:.85rem 1rem;display:grid}.hh-stats-item{flex-direction:column;gap:.15rem;display:flex}.hh-stats-item-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.hh-stats-item-value{color:var(--text);font-family:Syne,sans-serif;font-size:1rem;font-weight:700}.hh-create-group-cta{text-align:center;align-items:center;gap:.6rem!important}.hh-cta-icon{margin-bottom:.25rem;font-size:2rem}.hh-cta-title{color:var(--text);font-family:Syne,sans-serif;font-size:.95rem;font-weight:700}.hh-cta-sub{color:var(--text-muted);font-size:.8rem;line-height:1.4}.hh-cta-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:.6rem 1.4rem;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;transition:opacity .2s}.hh-cta-btn:hover{opacity:.85}.hh-member-tabs{gap:.25rem;display:flex}.hh-member-tab{text-transform:uppercase;letter-spacing:.06em;color:var(--text-subtle);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex:1;padding:.45rem .5rem;font-family:Syne,sans-serif;font-size:.72rem;font-weight:700;transition:all .18s}.hh-member-tab:hover{color:var(--text-muted);background:#8b5cf60d}.hh-member-tab.active{color:var(--accent);background:var(--accent-dim);border-color:#8b5cf633}.hh-member-search-wrap{background:var(--surface-hi);border:1px solid var(--border);color:var(--text-subtle);border-radius:8px;align-items:center;gap:.5rem;padding:.45rem .75rem;transition:border-color .2s;display:flex}.hh-member-search-wrap:focus-within{border-color:var(--accent)}.hh-member-search{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:Syne,sans-serif;font-size:.82rem}.hh-member-search::placeholder{color:var(--text-subtle)}.hh-member-empty{text-align:center;color:var(--text-subtle);padding:1.5rem .5rem;font-size:.82rem}.hh-user-name-link{color:inherit;text-decoration:none;transition:color .2s}.hh-user-name-link:hover{color:var(--accent)}
