.page-container{background-color:#ffffff;min-height:100vh}.tab-navigation-container{position:relative;margin-bottom:20px}.tab-navigation{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:2px}.tab-navigation::-webkit-scrollbar{display:none}.tab-button{display:flex;align-items:center;background:#f6f7f8;border:1px solid #e0e3e5;border-radius:20px;padding:8px 16px;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:fit-content;font-size:14px;font-weight:500;color:#576f76;flex-shrink:0}.tab-button:hover{background:#e9ecef;border-color:#d1d5db}.tab-button.active{background:#0079d3;border-color:#0079d3;color:white}.tab-button.active:hover{background:#0066b3;border-color:#0066b3}.tab-icon{font-size:14px;transition:all .2s ease}.tab-button.active .tab-icon{color:white}.trending-section{margin-top:20px;position:relative;overflow:hidden}.trending-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.trending-section .section-header{display:flex;align-items:center;margin-bottom:15px}.trending-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 2px 4px rgba(255,107,107,.3);animation:pulse-trending 2s infinite}.recommended-badge,.trending-badge{color:white;padding:3px 8px;border-radius:12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.recommended-badge{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px rgba(102,126,234,.3);animation:pulse-recommended 2s infinite}@keyframes pulse-trending{0%,to{box-shadow:0 2px 4px rgba(255,107,107,.3)}50%{box-shadow:0 2px 8px rgba(255,107,107,.5)}}@keyframes pulse-recommended{0%,to{box-shadow:0 2px 4px rgba(102,126,234,.3)}50%{box-shadow:0 2px 8px rgba(102,126,234,.5)}}.empty-state{background:rgba(255,255,255,.5);border-radius:8px;border:1px dashed #dee2e6}.trending-section .account-card{background:rgba(255,255,255,.9);backdrop-filter:blur(10px);transition:all .3s ease}.trending-section .account-card:hover{background:rgba(255,255,255,.95)}.tab-button:focus{outline:2px solid #0079d3;outline-offset:2px}@media (max-width:768px){.tab-button{font-size:13px;padding:6px 12px}.tab-icon{font-size:12px}.tab-navigation-container{margin-bottom:15px}}@media (max-width:480px){.tab-button span{font-size:12px}.tab-button{padding:6px 10px}.tab-icon{margin-right:4px!important;font-size:11px}.foryou-section,.trending-section{padding:15px}}.toggle-section-loading{opacity:.6;pointer-events:none}.toggle-section-loading .toggle-button{cursor:not-allowed}.trending-grid{transition:opacity .3s ease}.trending-grid.loading{opacity:.5}.toggle-button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(102,126,234,.2) 0,transparent 70%);transform:translate(-50%,-50%);transition:all .3s ease;border-radius:50%}.toggle-button:hover:after{width:100px;height:100px}.toggle-button.active:after{width:120px;height:120px;background:radial-gradient(circle,rgba(102,126,234,.1) 0,transparent 70%)}.communities-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e9ecef}.sort-container{position:relative}.sort-container .button-fill{display:flex;align-items:center;gap:8px}.popover-container{z-index:1000;margin-top:4px}.popover-content{background:white;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:180px;overflow:hidden}.popover-content ul{list-style:none;margin:0;padding:0}.popover-content .item-option-button{width:100%;text-align:left;border:none;background:white;transition:background-color .2s ease;cursor:pointer}.popover-content .item-option-button:hover{background-color:#f8f9fa}.popover-content .item-option-button:not(:last-child){border-bottom:1px solid #f1f3f4}