.explore-grid-container{width:100%;max-width:100%;padding:0}.instagram-explore-grid{display:grid;grid-template-columns:2fr 1fr;gap:1px;width:100%}.explore-small-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1px;aspect-ratio:1}.explore-post{position:relative;overflow:hidden;cursor:pointer;background:#f0f0f0;margin:0;border:none}.explore-post-small{aspect-ratio:1;width:100%;height:100%;margin:0;border:none}.explore-post-large{aspect-ratio:.5;width:100%;margin:0;border:none}.explore-post-image-container{position:relative;width:100%;height:100%;overflow:hidden;background:#000}.explore-post-media{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.explore-post-dark-layer{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;pointer-events:none;z-index:1;transition:opacity .2s linear}.explore-post:hover .explore-post-dark-layer{opacity:.7}.explore-post-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;z-index:2;transition:opacity .2s ease}.explore-post:hover .explore-post-overlay{opacity:1}.explore-post-stats{display:flex!important;flex-direction:row!important;gap:20px;color:white;font-weight:600;font-size:14px}.stat{display:flex;flex-direction:row;align-items:center;gap:6px}.stat-icon{font-size:16px}.stat-count{font-size:14px}.video-indicator{position:absolute;top:8px;right:8px;color:white;font-size:12px;background:rgba(0,0,0,.7);padding:2px 6px;border-radius:4px}.video-icon{font-size:10px}.explore-post-large .explore-post-overlay{justify-content:space-between;padding:12px}.explore-post-large .video-indicator{position:static;background:none;padding:0;align-self:flex-end;margin-bottom:8px}.explore-post-large .video-indicator .video-icon{font-size:20px;background:rgba(0,0,0,.6);padding:8px;border-radius:50%}.explore-post-large .explore-post-overlay{display:flex;align-items:center;justify-content:center}.image-error{width:100%;height:100%;background:#f5f5f5;color:#999;font-size:24px}.explore-error,.image-error{display:flex;align-items:center;justify-content:center}.explore-error{flex-direction:column;padding:40px 20px;text-align:center;color:#666}.error-icon{font-size:48px;margin-bottom:16px;opacity:.5}.explore-error h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#333}.explore-error p{margin:0 0 20px;font-size:14px;color:#666}.retry-button{padding:10px 20px;border:1px solid #dbdbdb;border-radius:6px;background:white;color:#262626;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.retry-button:hover{background:#f5f5f5}.explore-grid-loading{width:100%}.loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;width:100%}.loading-post{aspect-ratio:1;overflow:hidden}.loading-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.explore-load-more{display:flex;justify-content:center;padding:20px}.load-more-button{padding:12px 24px;border:1px solid #dbdbdb;border-radius:6px;background:white;color:#262626;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.load-more-button:hover:not(:disabled){background:#f5f5f5}.load-more-button:disabled{opacity:.6;cursor:not-allowed}.explore-end{display:flex;justify-content:center;padding:40px 20px;color:#8e8e8e;font-size:14px}.explore-end p{margin:0}@media (min-width:769px){.instagram-explore-grid{grid-template-columns:2fr 1fr;gap:1px;max-width:935px;margin:0 auto}.explore-small-grid{gap:1px}.explore-post-stats{gap:24px;font-size:16px}.stat-icon{font-size:18px}.stat-count{font-size:16px}.video-indicator{top:12px;right:12px;font-size:14px;padding:4px 8px}.video-icon{font-size:12px}.explore-post-large .video-indicator .video-icon{font-size:24px;padding:12px}}@media (max-width:768px){.instagram-explore-grid{grid-template-columns:2fr 1fr;gap:1px;margin:0;padding:0}.explore-small-grid{gap:1px;aspect-ratio:1}.explore-post-small{aspect-ratio:1}.explore-post-large{aspect-ratio:.5}.explore-post-stats{gap:12px;font-size:12px}.stat-icon{font-size:14px}.stat-count{font-size:12px}.video-indicator{top:4px;right:4px;font-size:10px;padding:1px 4px}.video-icon{font-size:8px}.explore-error{padding:30px 15px}.error-icon{font-size:40px}.explore-error h3{font-size:16px}.explore-error p{font-size:13px}}@media (max-width:480px){.explore-small-grid,.instagram-explore-grid{gap:.5px}.explore-post-small{aspect-ratio:1}.explore-post-large{aspect-ratio:.5}.explore-post-stats{gap:10px;font-size:11px}.stat-icon{font-size:12px}.stat-count{font-size:11px}}