.home-page-container{background-color:#fff;border-radius:10px;flex-direction:column;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0;display:flex;position:relative;box-shadow:0 1px 3px #0000001a}.home-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:14px 20px}.home-header h1{color:#111827;margin:0;font-size:20px;font-weight:600}.home-tabs{width:100%;top:var(--main-banner-visible,60px);z-index:100;background-color:#fff;border-bottom:1px solid #e5e7eb;transition:top .3s ease-in-out;display:flex;position:sticky;box-shadow:0 2px 8px #0000001a}.home-tab{color:#6b7280;cursor:pointer;text-align:center;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;justify-content:center;align-items:center;height:52px;padding:0 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:relative}.home-tab:hover{color:#3b82f6;background-color:#f3f4f6}.home-tab.active{color:#5394cd;letter-spacing:-.01em;border-bottom:3px solid #66a9e4;font-weight:600}.home-tab-small{flex:none;width:52px;min-width:52px;max-width:52px;padding:0}.home-tab-small svg{margin:0}.home-section-title{color:#111827;border-bottom:1px solid #f3f4f6;margin:0 0 16px;padding-bottom:8px;padding-left:4px;font-size:18px;font-weight:500}.home-groups-content{padding:2rem 1.25rem}.home-empty-groups{text-align:center;max-width:400px;margin:0 auto}.empty-groups-icon{color:#d1d5db;margin-bottom:24px}.home-empty-groups h3{color:#374151;margin:0 0 12px;font-size:20px;font-weight:600}.home-empty-groups p{color:#6b7280;margin:0;font-size:16px;line-height:1.5}.home-section-title span{color:#6b7280;margin-left:6px;font-size:16px;font-weight:400}.home-updates-section{background-color:#fff;border-bottom:1px solid #f3f4f6;padding:1rem 0}.home-users-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.home-user-card{color:inherit;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;gap:16px;padding:16px;text-decoration:none;transition:all .2s;display:flex}.home-user-card:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 6px #0000000d}.home-user-avatar{color:#6b7280;background-color:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;font-weight:600;display:flex;overflow:hidden}.home-user-avatar img{object-fit:cover;width:100%;height:100%}.home-user-info{flex-direction:column;flex:1;display:flex}.home-user-name{color:#111827;margin-bottom:2px;font-size:16px;font-weight:600}.home-user-handle{color:#6b7280;margin-bottom:10px;font-size:14px}.home-user-bio-container{min-height:60px;margin-bottom:12px}.home-user-bio{color:#4b5563;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.home-user-bio.empty{color:#9ca3af;font-style:italic}.home-user-activity{border-radius:9999px;align-self:flex-start;margin-top:auto;padding:4px 8px;font-size:13px;font-weight:500;display:inline-block}.home-user-activity.active{color:#047857;background-color:#ecfdf5}.home-user-activity.inactive{color:#6b7280;background-color:#f3f4f6}.home-empty-state,.home-empty-topics{text-align:center;color:#6b7280;padding:40px 20px}.home-empty-state p,.home-empty-topics p{margin:0 0 16px;font-size:16px}.home-empty-topics{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.home-explore-button{color:#4b5563;cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.home-explore-button:hover{background-color:#e5e7eb;border-color:#d1d5db}.home-loading,.home-loading-topics{flex-direction:column;justify-content:center;align-items:center;width:100%;height:400px;display:flex}.home-loading-topics{height:200px}.home-loading .loading-spinner,.home-loading-topics .loading-spinner{border:3px solid #f3f4f6;border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:1s linear infinite home-spin}@keyframes home-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-loading p,.home-loading-topics p{color:#6b7280;font-size:16px}.home-topics-grid{flex-direction:column;gap:12px;width:100%;display:flex}.home-topic-card-wrapper{flex-direction:column;width:100%;display:flex;position:relative}.home-topic-card{color:inherit;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:16px;width:100%;padding:16px;text-decoration:none;transition:all .2s;display:flex}.loading-dot-container{justify-content:center;align-items:center;width:24px;height:16px;display:inline-flex}.loading-dot{background-color:#6b7280;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.home-topic-card:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 6px #0000000d}.home-topic-star{color:#f59e0b;cursor:pointer;z-index:3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:relative}.home-topic-star:hover{background-color:#fef3c74d;transform:scale(1.1);box-shadow:0 0 0 4px #fef3c74d}.home-topic-star.unfollowing{color:#d1d5db}.home-topic-info{flex-direction:column;flex:1;display:flex}.home-topic-title{color:#111827;margin-bottom:4px;font-size:16px;font-weight:600}.home-topic-author{color:var(--text-color-tertiary,#7c8494);font-size:14px}.home-topic-notes-count{color:#6b7280;white-space:nowrap;background-color:#f3f4f6;border-radius:16px;justify-content:center;align-items:center;margin-left:auto;padding:6px 12px;font-size:13px;font-weight:500;display:flex}.home-notes-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:20px;padding:0 20px 20px}.home-section-header{border-bottom:1px solid #f3f4f6;padding:16px 0}.home-section-header h3{color:#111827;margin:0;font-size:18px;font-weight:600}.home-notes-loading,.home-notes-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.home-notes-loading .loading-spinner{border:3px solid #f3f4f6;border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:1s linear infinite home-spin}.home-notes-feed{flex-direction:column;gap:16px;padding:16px 0;display:flex}.load-more-container{justify-content:center;padding:16px 0;display:flex}.load-more-button{color:#4b5563;cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.load-more-button:hover{background-color:#e5e7eb;border-color:#d1d5db}@media (max-width:768px){.home-users-grid{grid-template-columns:1fr}.home-topic-card{flex-flow:wrap}.home-topic-notes-count{margin-top:8px;margin-left:40px}}
