.explore-overlay{position:fixed;inset:0;z-index:1000002;background:rgba(0,0,0,.72);display:flex;justify-content:center}.explore-shell{width:min(900px,100%);height:100%;overflow:auto;background:var(--bg,#f5f7fb);color:var(--text,#111);padding:14px;box-sizing:border-box}.explore-shell header{display:flex;align-items:center;justify-content:space-between;gap:14px;position:sticky;top:0;z-index:3;background:inherit;padding:8px 0 14px}.explore-shell header h2{margin:0}.explore-shell header small{opacity:.7}.explore-close{border:0;border-radius:50%;width:42px;height:42px;font-size:28px;background:rgba(127,127,127,.12);color:inherit}.explore-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:12px;position:sticky;top:68px;z-index:2;background:inherit}.explore-tabs button{border:0;padding:11px 16px;border-radius:999px;background:rgba(127,127,127,.12);color:inherit;font:inherit;white-space:nowrap}.explore-tabs button.active{background:#1877f2;color:#fff}.explore-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.explore-card,.explore-reel{background:var(--card,#fff);border-radius:18px;padding:12px;box-shadow:0 4px 18px rgba(0,0,0,.08);overflow:hidden}.explore-author{display:flex;align-items:center;gap:9px}.explore-author span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#1877f2;color:#fff;font-weight:700}.explore-author div{display:flex;flex-direction:column;gap:2px}.explore-author small{opacity:.55;font-size:11px}.explore-body{padding:12px 2px;line-height:1.65;word-break:break-word}.explore-card img{width:calc(100% + 24px);margin:0 -12px;max-height:330px;object-fit:cover;display:block}.explore-stats{padding-top:10px;opacity:.7;font-size:13px}.explore-reel video{width:100%;aspect-ratio:9/14;object-fit:cover;border-radius:14px;background:#000}.explore-reel p{margin:6px 0;opacity:.8}.explore-loading,.explore-empty{grid-column:1/-1;text-align:center;padding:45px 15px;opacity:.7}@media(max-width:560px){.explore-grid{grid-template-columns:1fr}.explore-shell{padding:10px}.explore-tabs{top:64px}}