.explore-container{width:100%;min-height:100vh;background:#fff;padding:0}.explore-header{background:#fff;padding:24px 28px 0}.explore-title-section{margin-bottom:0}.explore-title{font-size:26px;font-weight:700;color:#101828;margin:0 0 4px}.explore-subtitle{margin:0;font-size:16px;font-weight:400;color:#4A5565}.explore-content{padding:24px 28px}.explore-search-wrapper{position:relative;margin-bottom:24px}.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{border-color:#d81b60;background:#fff}.explore-search-input::placeholder{color:#aaa}.explore-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:#CA2246;border:none;border-radius:14px;width:41px;height:41px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.explore-search-btn:hover{background:#c2185b}.explore-tabs{border-bottom:1px solid #e5e7eb;gap:12px;margin-bottom:24px;padding-bottom:0;display:flex;width:100%;align-items:center}.explore-tab{color:#0A0A0A;cursor:pointer;background:none;border:none;width:350px;padding:12px 24px;font-size:16px;font-weight:400;transition:all .3s;position:relative;bottom:-1px;width:33%}.explore-tab:focus-visible{outline:unset!important}.explore-tab.active{background:linear-gradient(0deg,rgba(255,255,255,.00001),rgba(255,255,255,.00001)),linear-gradient(0deg,rgba(197,42,66,.13),rgba(197,42,66,.13));color:#C52A42;font-weight:700}.explore-tab:hover{color:#C52A42}.explore-user-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.explore-user-card{display:flex;align-items:center;justify-content:space-between;padding:14px;border:1px solid #e5e7eb;border-radius:14px;transition:all .2s}.explore-user-card:hover{background:#f5f5f5;box-shadow:0 2px 8px rgba(0,0,0,.05)}.explore-user-info-wrapper{display:flex;align-items:center;gap:12px;flex:1 1}.explore-user-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;flex-shrink:0}.explore-user-details{flex:1 1;min-width:0}.explore-user-name-wrapper{display:flex;align-items:center;gap:4px;margin-bottom:2px}.explore-user-name{font-size:16px;font-weight:500;color:#101828}.explore-verified-badge{width:16px;height:16px;flex-shrink:0}.explore-user-username{font-size:14px;color:#6A7282;font-weight:400;margin:0 0 3px}.explore-user-followers{margin:0;font-size:12px;font-weight:400;color:#99A1AF}.explore-follow-btn{color:#fff;white-space:nowrap;background:#ca2246!important;border:none;border-radius:20px;flex-shrink:0;padding:9px 22px;font-size:14px;font-weight:500;transition:all .2s;cursor:pointer!important;min-width:92px;min-height:39px;display:inline-flex;align-items:center;justify-content:center}.explore-follow-btn :focus-visible{outline:unset!important}.explore-follow-btn:hover{background:#ca2246}.explore-follow-btn.following{background:#fff!important;color:#666;border:1px solid #e0e0e0}.explore-follow-btn.following:hover{background:#f5f5f5;border-color:#ccc}.explore-hashtag-list{display:flex;flex-direction:column;gap:0}.explore-hashtag-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:8px;transition:background .2s}.explore-hashtag-item:hover{background:#fafafa}.explore-hashtag-info-wrapper{display:flex;align-items:center;gap:16px}.explore-hashtag-icon{width:44px;height:44px;background:#fce4ec;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#d81b60;flex-shrink:0}.explore-hashtag-details{flex:1 1}.explore-hashtag-name{margin:0 0 4px;font-size:16px;font-weight:500;color:#101828}.explore-hashtag-posts{margin:0;font-weight:500;font-size:14px;color:#6A7282}.explore-bookmark-btn{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#ccc;transition:color .2s}.explore-bookmark-btn:hover{color:#999}.explore-bookmark-btn.bookmarked{color:#CA2246}.explore-hashtag-tags{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:24px}.explore-hashtag-tag{display:flex;align-items:center;gap:16px;padding:17px;background:#fff;border:1px solid #f0f0f0;border-radius:16px;font-size:14px;color:#333;position:relative;transition:all .2s;width:100%;box-sizing:border-box}.explore-hashtag-tag:hover{background:#fff;border-color:#e0e0e0;box-shadow:0 4px 12px rgba(0,0,0,.05)}.explore-hashtag-tag-icon{width:48px;height:48px;background:#fce4ec;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#d81b60;flex-shrink:0}.explore-hashtag-tag-info{display:flex;flex-direction:column;gap:4px}.explore-hashtag-tag-name{font-size:14px;font-weight:400;color:#101828}.explore-hashtag-tag-count{font-weight:400;font-size:14px;color:#6A7282}.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;border-color:#d81b60;background:#fff}.explore-image-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.explore-image-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:24px;transition:all .2s;position:relative}.explore-image-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:#ddd}.explore-image-wrapper{width:100%;aspect-ratio:2;overflow:hidden;border-radius:8px;margin-bottom:12px}.explore-image-card img{width:100%;height:100%;object-fit:cover;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{background:#fff;color:#d81b60;border-color:#d81b60}.explore-image-info{padding:0}.explore-image-username{margin:0 0 4px;font-size:18px;font-weight:500;color:#101828}.explore-image-likes{margin:0;font-weight:400;font-size:12px;color:#6A7282}.explore-empty-state{padding:60px 20px;text-align:center;color:#999;font-size:14px}.explore-status-container{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%;grid-column:1/-1}.explore-error{color:#CA2246;font-weight:500;font-size:16px;background:rgba(202,34,70,.05);padding:16px 32px;border-radius:12px;border:1px solid rgba(202,34,70,.1)}.explore-no-data{color:#6A7282;font-weight:400;font-size:16px}.common_btn{border:1px solid #d1d5dc}@media (max-width:1024px){.explore-user-grid{grid-template-columns:1fr}.explore-hashtag-tags,.explore-image-grid{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-hashtag-tags,.explore-image-grid{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}}