@import "https://fonts.googleapis.com/css2?family=Coralpixels&display=swap";
.homefeed-note-container{cursor:pointer;border-bottom:1px solid var(--border-color,#e5e7eb);background-color:#fff;flex-direction:column;width:100%;padding:12px 16px;display:flex;position:relative}.homefeed-note-container:hover{background-color:var(--bg-hover,#f5f5f5)}.homefeed-note-header{margin-bottom:0;position:relative}.homefeed-header-content{align-items:flex-start;width:100%;display:flex}.homefeed-avatar{flex-shrink:0;width:30px;height:30px;margin-right:10px}.author-avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.author-avatar-placeholder{color:#fff;background-color:#6892ea;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-weight:700;display:flex}.homefeed-author-details{flex-direction:column;flex-grow:1;min-width:0;display:flex;overflow:hidden}.author-meta{flex-wrap:wrap;align-items:center;gap:.25rem;min-width:0;line-height:1.4;display:flex;overflow:hidden}.author-name{color:var(--text-color-primary,#111827);font-weight:600}.author-handle{color:var(--text-color-secondary,#4b5563);font-weight:400}.author-profile-link{color:inherit;text-decoration:none}.author-profile-link:hover .author-name{text-decoration:underline}.in-topic-separator{color:var(--text-color-tertiary,#6b7280);margin:0 .15rem;font-size:.85rem}.topic-badge{background-color:var(--bg-secondary,#f3f4f6);color:var(--text-color-secondary,#4b5563);white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;border-radius:4px;max-width:120px;padding:.25rem .5rem;font-size:.75rem;text-decoration:none;transition:all .15s;display:inline-block;overflow:hidden}.topic-badge.homefeed-topic{display:inline-block;position:relative}.topic-badge.homefeed-topic .topic-badge-text{white-space:nowrap}.topic-badge.homefeed-topic .topic-arrow{opacity:0;color:var(--text-color-tertiary,#6b7280);background-color:var(--bg-hover,#e5e7eb);border-radius:2px;padding:1px;transition:opacity .2s;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.topic-badge.homefeed-topic:hover{background-color:var(--bg-hover,#e5e7eb);border:1px solid #0000}.topic-badge.homefeed-topic:hover .topic-arrow{opacity:1}.topic-badge:not(.homefeed-topic):hover{background-color:var(--bg-hover,#f9f9f9);border:1px dashed #ccc}.topic-badge.small{padding:.2rem .4rem;font-size:.75rem}.timestamp.inline-timestamp{color:var(--text-color-tertiary,#6b7280);margin-left:.25rem;font-size:.85rem}.homefeed-note-content{margin-top:0;margin-bottom:4px}.note-text{white-space:pre-wrap;word-break:break-word;color:var(--text-color-primary,#111827);font-size:1rem;line-height:1.5}.note-media{border-radius:8px;margin-top:10px;overflow:hidden}.media-item.image img{border:1px solid var(--border-color,#e5e7eb);border-radius:8px;max-width:100%}.highlighted-media{box-sizing:border-box;max-width:100%;margin-top:10px;position:relative;overflow:hidden}.highlighted-media .media-item{box-sizing:border-box;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.highlighted-media .media-item.image{border-radius:8px;margin-top:.75rem;margin-bottom:.5rem;overflow:hidden}.highlighted-media .note-image.highlighted-image{cursor:pointer;border-radius:8px;max-width:100%;height:auto;max-height:350px;transition:filter .2s}.highlighted-media .note-image.highlighted-image:hover{filter:brightness(90%)}.highlighted-media .media-item.audio{background-color:#fff;border:1px solid #00000014;border-radius:8px;margin:.75rem 0;overflow:hidden}.highlighted-media .audio-player-container{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.highlighted-media .audio-title{color:#333;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.highlighted-media .audio-title svg{color:#4f46e5}.highlighted-media .audio-player{border-radius:4px;width:100%;height:36px}.highlighted-media .media-item.video{border-radius:8px;margin:.75rem 0;overflow:hidden}.highlighted-media .video-embed{border-radius:8px;width:100%;max-width:560px;height:315px}.highlighted-media .highlighted-link:hover{text-decoration:underline}.highlighted-media .link-description{color:#6b7280;margin:4px 0 8px;font-size:13px;line-height:1.4}.highlighted-media .link-preview-image{border-radius:6px;max-width:800px;margin-top:8px;overflow:hidden}.highlighted-media .link-image{object-fit:cover;width:100%;height:auto;max-height:150px;display:block}.highlighted-media .media-item.note{margin:.5rem 0}.homefeed-note-actions{align-items:center;gap:16px;margin-top:8px;display:flex}.homefeed-note-actions .action-button{color:var(--text-color-tertiary,#6b7280);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:8px;transition:all .15s;display:flex;position:relative;background:0 0!important}.homefeed-note-actions .action-button:hover,.homefeed-note-actions .action-button.comment-button:hover{color:#66a9e4;background-color:#66a9e414}.homefeed-note-actions .action-button.like-button.liked{color:var(--danger-color,#ef4444)}.homefeed-note-actions .action-button.like-button:hover{color:var(--danger-color,#ef4444);background-color:#ef444414}.homefeed-note-actions .action-button.like-button.liked:hover{color:var(--danger-color-dark,#dc2626);background-color:#dc262614}.homefeed-note-actions .action-button .count{text-align:left;width:24px;margin-left:-6px;font-size:.85rem;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.homefeed-note-actions .action-button svg{width:16px;min-width:16px;height:16px;min-height:16px;transition:color .15s}.homefeed-note-actions .action-button.like-button svg{color:var(--text-color-tertiary,#6b7280)}.homefeed-note-actions .action-button.like-button.liked svg{color:var(--danger-color,#ef4444)}.homefeed-note-actions .action-button.share-button{position:relative}.homefeed-note-actions .action-button.share-button:hover{color:var(--success-color,#10b981);background-color:#f3f4f6}.homefeed-note-actions .action-button.share-button.copied{color:var(--success-color,#10b981)}.homefeed-note-actions .action-button.share-button.copied:hover{color:var(--success-color,#10b981);background-color:#f3f4f6}.homefeed-note-actions .action-button.share-button .copy-tooltip{background-color:var(--text-color-primary,#111827);color:#fff;white-space:nowrap;z-index:20;border-radius:4px;padding:4px 8px;font-size:.75rem;animation:2s fadeInOut;position:absolute;top:-30px;left:50%;transform:translate(-50%)}@keyframes fadeInOut{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.homefeed-kebab-menu{z-index:20;position:absolute;top:0;right:0}.homefeed-kebab-menu .menu-button{cursor:pointer;color:var(--text-color-tertiary,#6b7280);z-index:25;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:34px;min-height:34px;padding:8px;transition:background-color .15s;display:flex;position:relative}.homefeed-kebab-menu .menu-button:hover{background-color:var(--bg-hover,#f3f4f6);color:var(--text-color-secondary,#4b5563)}@media (max-width:640px){.homefeed-kebab-menu .menu-button{background-color:#f9fafbcc}}.menu-dropdown{z-index:1000;border:1px solid var(--border-color,#e5e7eb);background-color:#fff;border-radius:6px;width:180px;margin-top:4px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.menu-item{text-align:left;cursor:pointer;width:100%;color:var(--text-color-primary,#111827);background:0 0;border:none;align-items:center;padding:10px 16px;font-size:.9rem;transition:background-color .15s;display:flex}.menu-item:hover{background-color:var(--bg-hover,#f3f4f6)}.menu-item.delete-item{color:var(--danger-color,#ef4444)}.menu-item.delete-item:hover{background-color:#ef44440d}.menu-item.disabled{opacity:.5;cursor:not-allowed}.copy-success{background-color:var(--text-color-primary,#111827);color:#fff;opacity:0;z-index:20;border-radius:4px;padding:4px 8px;font-size:.75rem;animation:2s fadeInOut;position:absolute;top:-30px;right:0}.delete-confirm-overlay{z-index:50;border-radius:inherit;background-color:#fffffff2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.delete-confirm-dialog{text-align:center;border:1px solid var(--border-color,#e5e7eb);background-color:#fff;border-radius:8px;width:90%;max-width:300px;padding:20px;box-shadow:0 4px 20px #0000001a}.delete-confirm-dialog h4{color:var(--text-color-primary,#111827);margin-top:0;margin-bottom:8px;font-weight:600}.delete-confirm-dialog p{color:var(--text-color-secondary,#4b5563);margin-bottom:16px}.delete-confirm-buttons{justify-content:center;gap:12px;display:flex}.delete-confirm-buttons button{cursor:pointer;border-radius:6px;padding:8px 16px;font-weight:500;transition:all .15s}.cancel-button{background-color:var(--bg-secondary,#f3f4f6);border:1px solid var(--border-color,#e5e7eb);color:var(--text-color-primary,#111827)}.cancel-button:hover{background-color:var(--bg-hover,#e5e7eb)}.delete-button{background-color:var(--danger-color,#ef4444);color:#fff;border:none}.delete-button:hover{background-color:var(--danger-color-dark,#dc2626)}
.explore-page-container{background-color:#fff;border-radius:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;box-shadow:0 1px 3px #0000001a}.explore-search-container{padding-bottom:2rem}.explore-random-topics{padding-bottom:3rem!important}.explore-search-results-section{background-color:#fff;border-radius:8px;margin-bottom:30px;padding:20px;box-shadow:0 1px 3px #0000000d}.explore-search-results-section+.explore-search-results-section{margin-top:20px}.explore-search-section-title{color:#31363f;border-bottom:1px solid #f3f4f6;margin-bottom:16px;padding-bottom:8px;padding-left:4px;font-size:18px;font-weight:500}.explore-search-loading{background-color:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px;padding:40px 0;display:flex;box-shadow:0 1px 3px #0000000d}.explore-search-loading .loading-spinner{border:3px solid #f3f4f6;border-top-color:#4f46e5;border-radius:50%;width:24px;height:24px;margin-bottom:12px;animation:1s linear infinite explore-spin}.explore-search-loading p{color:#6b7280;font-size:14px}.explore-page-container{flex-direction:column;width:100%;max-width:1200px;height:100%;min-height:120vh;margin:0 auto;padding:112px 0 0;display:flex;position:relative}.explore-header-search-bar{-webkit-backdrop-filter:blur(12px);z-index:101;background-color:#ffffffd9;border-bottom:1px solid #e5e7eb;justify-content:flex-start;align-items:center;gap:16px;width:642px;padding:12px 20px;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.explore-header-search-bar.search-focused{background-color:#fffffff2;box-shadow:0 2px 8px #0000001a}.search-bar-with-notifications{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex;position:relative}@media (max-width:1200px){.explore-header-search-bar{width:calc(100vw - 568px);left:280px;transform:none}}@media (max-width:1024px){.explore-header-search-bar{width:calc(100vw - 236px);left:236px}}@media (max-width:768px){.explore-header-search-bar{width:100vw;left:0}}.explore-header-search-bar .search-container{flex-shrink:0;width:40px;max-width:40px;transition:width .3s,max-width .3s}.explore-header-search-bar.search-focused .search-container{flex:1;width:100%;max-width:100%}.explore-header-search-bar .search-input{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;height:44px;padding:0 44px;font-size:15px;transition:all .3s}.explore-header-search-bar .search-input:focus{background-color:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.explore-header-logo{color:#4f46e5;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;font-family:Coralpixels,cursive;font-size:20px;font-weight:600;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.explore-header-search-bar.search-focused .explore-header-logo{opacity:0}.search-close-button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.explore-content{opacity:1;transition:all .3s;transform:translateY(0)}.explore-content.search-results{animation:.3s forwards slideInUp}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.explore-tabs-container{-webkit-backdrop-filter:blur(12px);z-index:100;opacity:1;background-color:#ffffffd9;border-bottom:1px solid #e5e7eb;width:642px;max-height:42px;padding:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out;display:flex;position:fixed;top:64px;left:50%;overflow:hidden;transform:translate(-50%)translateY(0)}.explore-tabs-container.hidden{opacity:0;pointer-events:none;transform:translate(-50%)translateY(-100%)}.explore-tabs-container.visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.explore-tabs-wrapper{width:100%;display:flex}@media (max-width:1200px){.explore-tabs-container{width:calc(100vw - 568px);left:280px;transform:translate(0)translateY(0)}.explore-tabs-container.hidden{transform:translate(0)translateY(-100%)}.explore-tabs-container.visible{transform:translate(0)translateY(0)}}@media (max-width:1024px){.explore-tabs-container{width:calc(100vw - 236px);left:236px}}@media (max-width:768px){.explore-tabs-container{width:100vw;left:0}}.explore-tab{color:#6b7280;cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;justify-content:center;align-items:center;height:42px;padding:0 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.explore-tab:hover{color:#3b82f6;background-color:#f3f4f6}.explore-tab.active{color:#5394cd;letter-spacing:-.01em;border-bottom:3px solid #66a9e4;font-weight:600}.explore-search-container-small{align-items:center;display:flex}.explore-search-container-small .search-container{width:200px}.explore-search-container-small .search-input{height:36px;font-size:14px}.explore-stats{color:#6b7280;align-items:center;gap:16px;font-size:13px;display:flex}.explore-stats span{align-items:center;display:flex}.explore-invite-link{color:#3b82f6;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.explore-invite-link:hover{color:#4338ca;text-decoration:underline}.explore-invite-link:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234f46e5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='8.5' cy='7' r='4'%3E%3C/circle%3E%3Cline x1='20' y1='8' x2='20' y2='14'%3E%3C/line%3E%3Cline x1='23' y1='11' x2='17' y2='11'%3E%3C/line%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:14px;height:14px;margin-right:6px;display:inline-block}.explore-invite-link{text-decoration-skip-ink:none}.explore-search-section{background-color:#fff;border-bottom:1px solid #f3f4f6;padding:20px}.explore-search-container{background-color:#fff;border-bottom:1px solid #f3f4f6;padding:16px 20px}.explore-search-input-wrapper{align-items:center;width:100%;max-width:600px;display:flex;position:relative}.explore-filters{background-color:#fff;border-bottom:1px solid #f3f4f6;gap:12px;padding:10px 20px;display:flex;overflow-x:auto}.explore-filter-button{color:#4b5563;cursor:pointer;white-space:nowrap;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.explore-filter-button:hover{background-color:#f9fafb;border-color:#d1d5db}.explore-filter-button.active{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.explore-content{background-color:#f9fafb;flex:1;min-height:400px;padding:12px;overflow-y:auto}.explore-random-topics{background-color:#fff;border-bottom:1px solid #f3f4f6;margin-top:0;padding:20px}.explore-topics-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;width:100%;display:grid}.explore-topics-list{flex-direction:column;gap:24px;width:100%;padding:1rem;display:flex}.explore-topic-item{cursor:pointer;background-color:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;padding:0;transition:all .2s;display:flex;position:relative}.explore-topic-item:hover{background-color:#f9fafb}.explore-topic-left{flex:1;align-items:center;min-width:0;display:flex;overflow:hidden}.explore-topic-title{color:#31363f;white-space:nowrap;min-width:0;margin-right:8px;font-size:17px;font-weight:600;line-height:1.3}.explore-topic-author{color:#6b7280;white-space:nowrap;flex-shrink:0;font-size:14px;font-weight:500;line-height:1.2}.explore-topic-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;margin-left:16px;display:flex}.explore-topic-right .explore-followers-count{color:#4b5563;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:500}.explore-topic-time{color:#9ca3af;white-space:nowrap;font-size:12px;font-weight:400}.explore-topic-title-row{flex-direction:column;flex:1;gap:4px;display:flex}.explore-topic-note-count{color:#6b7280;white-space:nowrap;background-color:#f9fafb;border-radius:12px;flex-shrink:0;padding:4px 8px;font-size:13px;font-weight:500}.explore-topic-notes{flex-direction:column;gap:6px;margin:8px 0 4px;display:flex}.explore-topic-note{background-color:#f8fafc;border-left:3px solid #e2e8f0;border-radius:4px;padding:8px 12px;font-size:14px}.explore-topic-note-content{color:#4a5568;margin-bottom:4px;line-height:1.4}.explore-topic-note-time{color:#718096;font-size:12px;font-weight:500}.explore-topic-card{cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:12px;flex-direction:column;height:100%;padding:18px;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.explore-topic-card:hover{background-color:#fafafa;box-shadow:0 1px 4px #0000000a}.explore-topic-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.explore-topic-title-container{flex:1;align-items:center;display:flex}.explore-topic-doc-icon{color:#3b82f6;flex-shrink:0;align-items:center;margin-right:6px;display:flex}.explore-topic-header .explore-followers-count{color:#6b7280;flex-shrink:0;margin-top:2px;margin-left:8px;font-size:13px;font-weight:400}.explore-topic-body{flex-direction:column;flex:1;display:flex}.explore-topic-description{color:#4b5563;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:14px;display:-webkit-box;overflow:hidden}.explore-topic-stats{color:#6b7280;align-items:center;margin-top:12px;font-size:13px;display:flex}.explore-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;width:100%;margin-top:12px;padding-top:12px;display:flex}.explore-follow-button{color:#4b5563;cursor:pointer;white-space:nowrap;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.explore-follow-button:hover{background-color:#e5e7eb}.explore-follow-button.following{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.explore-follow-button.following:hover{background-color:#4338ca}.explore-template-type{color:#6b7280;background-color:#f3f4f6;border-radius:4px;padding:3px 8px;font-size:12px}.explore-user-avatar{object-fit:cover;box-sizing:border-box;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:50%;flex-shrink:0;width:24px;height:24px;margin-right:8px}.explore-user-placeholder{color:#6b7280;box-sizing:border-box;background-color:#e5e7eb;border:1px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:8px;font-size:12px;font-weight:600;display:flex}.explore-topic-author-avatar{object-fit:cover;box-sizing:border-box;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-right:8px}.explore-topic-author-placeholder{color:#6b7280;box-sizing:border-box;background-color:#e5e7eb;border:1px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-right:8px;font-size:10px;font-weight:600;display:flex}.explore-user-info{flex:1;align-items:center;min-width:0;line-height:1.4;display:flex;overflow:hidden}.explore-user-text{text-overflow:ellipsis;flex-flow:row;align-items:center;width:100%;display:flex;overflow:hidden}.explore-user-name{color:#4b5563;margin-right:4px;font-size:13px;font-weight:600;line-height:1.2}.explore-topic-author-name{color:#6b7280;margin-right:4px;font-size:14px;font-weight:500;line-height:1.2}.explore-user-handle{color:#9ca3af;text-overflow:ellipsis;max-width:120px;font-size:12px;font-weight:400;overflow:hidden}.explore-followers-dot{color:#d1d5db;margin:0 6px;font-size:10px}.explore-followers-count{color:#9ca3af;font-size:12px;font-weight:400}.explore-empty-state{text-align:center;color:#6b7280;background-color:#fff;border-radius:8px;margin-bottom:20px;padding:40px 20px;box-shadow:0 1px 3px #0000000d}.explore-empty-state p{margin:0 0 16px;font-size:16px}.explore-empty-state svg{color:#e5e7eb;width:64px;height:64px;margin-bottom:16px}.empty-state-subtitle{color:#9ca3af;margin-top:4px;font-size:14px}.explore-loading,.explore-topics-loading,.explore-users-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:400px;display:flex}.explore-topics-loading,.explore-users-loading{height:200px;padding:20px 0}.explore-loading .loading-spinner,.explore-topics-loading .loading-spinner,.explore-users-loading .loading-spinner{border:3px solid #f3f4f6;border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:1s linear infinite explore-spin}.explore-topics-loading .loading-spinner,.explore-users-loading .loading-spinner{width:24px;height:24px;margin-bottom:12px}@keyframes explore-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.explore-loading p{color:#6b7280;font-size:16px}@media (max-width:768px){.explore-topics-grid,.explore-topics-list,.saved-topics-grid{grid-template-columns:1fr}.explore-header{flex-direction:row;justify-content:space-between;align-items:center}.explore-header-with-tabs{flex-direction:row;justify-content:center;align-items:center;height:auto;padding:0}.explore-tabs-inline{justify-content:center;gap:0;width:100%}.explore-tab-inline{flex:1;height:42px;padding:0 16px;font-size:14px}.explore-search-container-small{display:none}.explore-users-grid{gap:12px}.explore-saved-topics,.saved-topic-card{padding:16px}}
