.explore-container{background:#fff;width:100%;min-height:100vh;padding:0}.explore-header{background:#fff;padding:24px 28px 0}.explore-title-section{margin-bottom:0}.explore-title{color:#101828;margin:0 0 4px;font-size:26px;font-weight:700}.explore-subtitle{color:#4a5565;margin:0;font-size:16px;font-weight:400}.explore-content{padding:24px 28px}.explore-search-wrapper{margin-bottom:24px;position:relative}.explore-search-input{box-sizing:border-box;background:#f7f6fa;border:1px solid #e5e5e5;border-radius:16px;outline:none;width:100%;padding:16px 20px;font-size:14px;transition:border-color .2s}.explore-search-input:focus{background:#fff;border-color:#d81b60}.explore-search-input::placeholder{color:#aaa}.explore-search-btn{cursor:pointer;background:#ca2246;border:none;border-radius:14px;justify-content:center;align-items:center;width:41px;height:41px;transition:background .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.explore-search-btn:hover{background:#c2185b}.explore-tabs{border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;width:100%;margin-bottom:24px;padding-bottom:0;display:flex}.explore-tab{color:#0a0a0a;cursor:pointer;background:0 0;border:none;width:33%;padding:12px 24px;font-size:16px;font-weight:400;transition:all .3s;position:relative;bottom:-1px}.explore-tab:focus-visible{outline:unset!important}.explore-tab.active{color:#c52a42;background:linear-gradient(#fff0,#fff0),linear-gradient(#c52a4221,#c52a4221);font-weight:700}.explore-tab:hover{color:#c52a42}.explore-user-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.explore-user-card{border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;padding:14px;transition:all .2s;display:flex}.explore-user-card:hover{background:#f5f5f5;box-shadow:0 2px 8px #0000000d}.explore-user-info-wrapper{flex:1;align-items:center;gap:12px;display:flex}.explore-user-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:50px;height:50px}.explore-user-details{flex:1;min-width:0}.explore-user-name-wrapper{align-items:center;gap:4px;margin-bottom:2px;display:flex}.explore-user-name{color:#101828;font-size:16px;font-weight:500}.explore-verified-badge{flex-shrink:0;width:16px;height:16px}.explore-user-username{color:#6a7282;margin:0 0 3px;font-size:14px;font-weight:400}.explore-user-followers{color:#99a1af;margin:0;font-size:12px;font-weight:400}.explore-follow-btn{color:#fff;white-space:nowrap;border:none;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;min-width:92px;min-height:39px;padding:9px 22px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex;cursor:pointer!important;background:#ca2246!important}.explore-follow-btn :focus-visible{outline:unset!important}.explore-follow-btn:hover{background:#ca2246}.explore-follow-btn.following{color:#666;border:1px solid #e0e0e0;background:#fff!important}.explore-follow-btn.following:hover{background:#f5f5f5;border-color:#ccc}.explore-hashtag-list{flex-direction:column;gap:0;display:flex}.explore-hashtag-item{border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:16px;transition:background .2s;display:flex}.explore-hashtag-item:hover{background:#fafafa}.explore-hashtag-info-wrapper{align-items:center;gap:16px;display:flex}.explore-hashtag-icon{color:#d81b60;background:#fce4ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:700;display:flex}.explore-hashtag-details{flex:1}.explore-hashtag-name{color:#101828;margin:0 0 4px;font-size:16px;font-weight:500}.explore-hashtag-posts{color:#6a7282;margin:0;font-size:14px;font-weight:500}.explore-bookmark-btn{cursor:pointer;color:#ccc;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .2s;display:flex}.explore-bookmark-btn:hover{color:#999}.explore-bookmark-btn.bookmarked{color:#ca2246}.explore-hashtag-tags{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:24px;display:grid}.explore-hashtag-tag{color:#333;box-sizing:border-box;background:#fff;border:1px solid #f0f0f0;border-radius:16px;align-items:center;gap:16px;width:100%;padding:17px;font-size:14px;transition:all .2s;display:flex;position:relative}.explore-hashtag-tag:hover{background:#fff;border-color:#e0e0e0;box-shadow:0 4px 12px #0000000d}.explore-hashtag-tag-icon{color:#d81b60;background:#fce4ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:700;display:flex}.explore-hashtag-tag-info{flex-direction:column;gap:4px;display:flex}.explore-hashtag-tag-name{color:#101828;font-size:14px;font-weight:400}.explore-hashtag-tag-count{color:#6a7282;font-size:14px;font-weight:400}.explore-hashtag-tag-close{color:#4a5565;cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;padding:0;font-size:25px;line-height:1;transition:all .2s;display:flex;position:absolute;top:-11px;right:-12px}.explore-hashtag-tag-close:hover{color:#d81b60;background:#fff;border-color:#d81b60}.explore-image-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.explore-image-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:24px;transition:all .2s;position:relative}.explore-image-card:hover{border-color:#ddd;box-shadow:0 4px 12px #00000014}.explore-image-wrapper{aspect-ratio:2;border-radius:8px;width:100%;margin-bottom:12px;overflow:hidden}.explore-image-card img{object-fit:cover;width:100%;height:100%;display:block}.explore-image-close{cursor:pointer;color:#4a5565;z-index:2;background:#fff;border:1px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;padding:0;font-size:25px;line-height:1;transition:all .2s;display:flex;position:absolute;top:-11px;right:-12px;box-shadow:0 2px 4px #0000000d}.explore-image-close:hover{color:#d81b60;background:#fff;border-color:#d81b60}.explore-image-info{padding:0}.explore-image-username{color:#101828;margin:0 0 4px;font-size:18px;font-weight:500}.explore-image-likes{color:#6a7282;margin:0;font-size:12px;font-weight:400}.explore-empty-state{text-align:center;color:#999;padding:60px 20px;font-size:14px}.explore-status-container{grid-column:1/-1;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.explore-error{color:#ca2246;background:#ca22460d;border:1px solid #ca22461a;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:500}.explore-no-data{color:#6a7282;font-size:16px;font-weight:400}.common_btn{border:1px solid #d1d5dc}@media (max-width:1024px){.explore-user-grid{grid-template-columns:1fr}.explore-image-grid,.explore-hashtag-tags{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.explore-header{padding:20px 20px 16px}.explore-content{padding:20px}.explore-title{font-size:20px}.explore-tabs{gap:8px}.explore-tab{padding:10px 16px;font-size:13px}.explore-user-card{padding:12px}.explore-user-avatar{width:44px;height:44px}.explore-follow-btn{padding:6px 16px;font-size:12px}.explore-image-grid,.explore-hashtag-tags{grid-template-columns:1fr;gap:12px}.explore-hashtag-tag{padding:16px;font-size:13px}.explore-hashtag-tag-icon{width:40px;height:40px;font-size:18px}}
