.explore-hub{--bg:#050505;--bg-elevated:#0a0a0a;--surface:#ffffff08;--surface-hover:#ffffff0f;--border:#ffffff14;--border-hover:#ffffff26;--text:#fff;--text-secondary:#fff9;--text-tertiary:#fff6;--accent:#ff6b35;--accent-glow:#ff6b3566;--accent-soft:#ff6b351a;--accent-border:#ff6b3533;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;padding-bottom:60px}.explore-header{padding:32px 24px 24px;text-align:center}.explore-header h1{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;color:var(--text);margin:0}.explore-search{max-width:600px;margin:0 auto 32px;padding:0 24px;display:flex;align-items:center;gap:8px}.explore-search-input-wrap{flex:1;position:relative;display:flex;align-items:center}.explore-search-input-wrap svg{position:absolute;left:16px;width:18px;height:18px;stroke:var(--text-tertiary);pointer-events:none}.explore-search input{width:100%;padding:14px 16px 14px 44px;background:var(--surface);border:1px solid var(--border);border-radius:12px;font-size:15px;color:var(--text);outline:none;transition:all .2s}.explore-search input::placeholder{color:var(--text-tertiary)}.explore-search input:focus{border-color:var(--accent-border);background:var(--surface-hover)}.explore-search-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 20px;background:var(--accent);border:none;border-radius:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.explore-search-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px var(--accent-glow)}.explore-search-btn svg{width:16px;height:16px;stroke:#fff}.explore-section{padding:0 24px;margin-bottom:40px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title h2{font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;color:var(--text);margin:0}.section-title .see-more{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:8px;transition:all .2s}.section-title .see-more:hover{background:var(--surface-hover);border-color:var(--border-hover)}.section-title .see-more svg{width:16px;height:16px;stroke:var(--text-secondary)}.article-count,.result-count{font-size:13px;color:var(--text-tertiary)}.popular-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.popular-scroll::-webkit-scrollbar{display:none}.popular-card{flex-shrink:0;width:300px;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;scroll-snap-align:start;transition:all .2s}.popular-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.popular-image{position:relative;height:160px;overflow:hidden}.popular-image img{width:100%;height:100%;object-fit:cover}.popular-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#000c 0,#0000 60%)}.popular-badge{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:6px;padding:6px 12px;background:#0009;backdrop-filter:blur(8px);border-radius:100px;font-size:12px;font-weight:500;color:var(--text)}.badge-dot{width:6px;height:6px;background:#22c55e;border-radius:50%}.popular-content{padding:16px}.popular-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:11px;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.popular-meta svg{width:14px;height:14px;fill:#22c55e}.popular-content h3{font-size:16px;font-weight:600;color:var(--text);margin:0 0 8px;line-height:1.3}.popular-content h3,.popular-content p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.popular-content p{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.5}.topics-stack{display:flex;flex-direction:column;gap:8px}.topic-card{display:flex;align-items:center;gap:16px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:all .2s}.topic-card:hover{background:var(--surface-hover);border-color:var(--border-hover)}.topic-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:10px;font-size:20px;flex-shrink:0}.topic-info{flex:1;display:flex;flex-direction:column;gap:2px}.topic-label{font-size:15px;font-weight:600;color:var(--text)}.topic-subtitle{font-size:13px;color:var(--text-tertiary)}.topic-chevron{width:20px;height:20px;stroke:var(--text-tertiary);flex-shrink:0}.written-about-list{display:flex;flex-direction:column;gap:12px}.written-item{display:flex;gap:16px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:12px;transition:all .2s}.written-item:hover{background:var(--surface-hover);border-color:var(--border-hover)}.written-thumb{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--bg-elevated)}.written-thumb img{width:100%;height:100%;object-fit:cover}.written-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px}.written-meta{display:flex;gap:12px;font-size:11px;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.written-content h4{font-size:15px;font-weight:600;color:var(--text);margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.explore-newsletter{margin:40px 24px;padding:32px 24px;background:linear-gradient(135deg,var(--accent-soft) 0,#ff6b3505 100%);border:1px solid var(--accent-border);border-radius:20px;position:relative;overflow:hidden}.newsletter-glow{position:absolute;top:-50%;right:-30%;width:300px;height:300px;background:radial-gradient(circle,var(--accent-glow) 0,#0000 70%);opacity:.3;pointer-events:none}.newsletter-content{position:relative;z-index:1}.newsletter-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:100px;font-size:12px;color:var(--text-secondary);margin-bottom:16px}.newsletter-badge svg{width:14px;height:14px;stroke:#22c55e}.newsletter-content h3{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:700;color:var(--text);margin:0 0 8px}.newsletter-content>p{font-size:14px;color:var(--text-secondary);margin:0 0 16px;line-height:1.6}.newsletter-features{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.newsletter-features span{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary)}.newsletter-features svg{width:14px;height:14px;fill:#22c55e}.newsletter-form{display:flex;gap:8px;margin-bottom:12px}.newsletter-form input{flex:1;padding:14px 16px;background:var(--bg);border:1px solid var(--border);border-radius:10px;font-size:15px;color:var(--text);outline:none}.newsletter-form input::placeholder{color:var(--text-tertiary)}.newsletter-form input:focus{border-color:var(--accent-border)}.newsletter-form button{display:flex;align-items:center;gap:8px;padding:14px 20px;background:var(--accent);border:none;border-radius:10px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--accent-glow)}.newsletter-form button svg{width:16px;height:16px}.newsletter-privacy{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-tertiary);margin:0}.newsletter-privacy svg{width:14px;height:14px;stroke:var(--text-tertiary)}.all-articles-grid{display:grid;grid-template-columns:1fr;gap:16px}.article-card-mini{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .2s}.article-card-mini:hover{border-color:var(--border-hover);transform:translateY(-2px)}.article-mini-thumb{position:relative;height:160px;overflow:hidden}.article-mini-thumb img{width:100%;height:100%;object-fit:cover}.trending-badge{position:absolute;top:12px;left:12px;padding:6px 12px;background:#000000b3;backdrop-filter:blur(8px);border-radius:100px;font-size:12px;font-weight:500;color:var(--text)}.article-mini-body{padding:16px;display:flex;flex-direction:column;gap:8px}.article-mini-category{font-size:11px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.05em}.article-mini-body h4{font-size:17px;font-weight:600;color:var(--text);margin:0;line-height:1.3}.article-mini-body p{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-mini-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:12px;border-top:1px solid var(--border);font-size:13px;color:var(--text-tertiary)}.read-arrow{display:flex;align-items:center;gap:4px;color:var(--accent);font-weight:500}.read-arrow svg{width:14px;height:14px}.explore-empty{text-align:center;padding:48px 24px}.explore-empty span{font-size:48px;display:block;margin-bottom:16px}.explore-empty p{font-size:15px;color:var(--text-secondary);margin:0}@media (min-width:768px){.explore-header{padding:48px 48px 32px}.explore-header h1{font-size:40px}.explore-search{padding:0 48px;max-width:700px}.explore-section{padding:0 48px}.popular-card{width:340px}.all-articles-grid{grid-template-columns:repeat(2,1fr)}.explore-newsletter{margin:48px;padding:40px}.newsletter-form{max-width:480px}}@media (min-width:1024px){.explore-newsletter,.explore-section{max-width:1200px;margin-left:auto;margin-right:auto}.all-articles-grid{grid-template-columns:repeat(3,1fr)}.topics-stack{display:grid;grid-template-columns:repeat(2,1fr)}}