* @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary:#fafafa;--bg-secondary:#ffffff;--bg-tertiary:#f5f5f5;--text-primary:#0f172a;--text-secondary:#475569;--accent:#3b82f6;--accent-hover:#2563eb;--accent-light:#dbeafe;--border:#e2e8f0;--card-bg:#ffffff;--shadow:rgba(0, 0, 0, 0.05)}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--accent:#60a5fa;--accent-hover:#93c5fd;--accent-light:#1e3a8a;--border:#334155;--card-bg:#1e293b;--shadow:rgba(0, 0, 0, 0.3)}body.enhanced-colors{--accent-secondary:#14b8a6;--accent-secondary-hover:#0d9488;--accent-secondary-light:#99f6e4;--accent-tertiary:#ec4899;--accent-tertiary-hover:#db2777;--accent-tertiary-light:#fbcfe8}[data-theme=dark] body.enhanced-colors{--accent-secondary:#5eead4;--accent-secondary-hover:#2dd4bf;--accent-secondary-light:#0f766e;--accent-tertiary:#f9a8d4;--accent-tertiary-hover:#f472b6;--accent-tertiary-light:#831843}body.enhanced-colors #films .preview-card:hover{border-color:var(--accent-tertiary)}body.enhanced-colors #podcasts .preview-card:hover{border-color:var(--accent-secondary)}body.enhanced-colors #films .read-more{color:var(--accent-tertiary)}body.enhanced-colors #podcasts .read-more{color:var(--accent-secondary)}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background .3s ease,color .3s ease;position:relative}body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/images/lightlogo.png);background-repeat:repeat;background-size:350px 350px;background-position:50%;opacity:.03;pointer-events:none;z-index:-1;filter:brightness(.8)contrast(1.1)}[data-theme=light] body::before{background-image:url(/images/lightlogo.png);opacity:.025;filter:brightness(.6)contrast(1.2)saturate(.8)}[data-theme=dark] body::before{background-image:url(/images/darklogo.png);opacity:.04;filter:brightness(1)contrast(1)}nav{position:fixed;top:0;width:100%;background:rgba(250,250,250,.8);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border);z-index:1000;transition:background .3s ease}[data-theme=dark] nav{background:rgba(15,23,42,.8)}nav .container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}nav .logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;letter-spacing:-.5px;display:flex;align-items:center;gap:.75rem}nav .logo-text-container{display:flex;flex-direction:column;gap:.1rem}nav .logo-text{line-height:1.2}nav .logo-subtext{font-size:.75rem;font-weight:400;color:var(--text-secondary);letter-spacing:.7px;line-height:1}nav .logo-img{height:85px;width:auto;transition:transform .3s ease,opacity .3s ease,box-shadow .3s ease,filter .3s ease;content:url(/images/lightlogo.png);border-radius:12px;padding:6px;background:rgba(15,17,26,.9);box-shadow:0 2px 15px rgba(0,0,0,.15),0 0 0 1px rgba(0,217,255,.15)}nav .logo:hover .logo-img{transform:scale(1.1);box-shadow:0 4px 25px rgba(0,217,255,.25),0 0 35px rgba(0,217,255,.15),0 0 0 1px rgba(0,217,255,.3)}[data-theme=light] nav .logo-img{content:url(/images/lightlogo.png);background:rgba(15,17,26,.95);box-shadow:0 3px 20px rgba(0,0,0,.1),0 0 25px rgba(0,217,255,8%),0 0 0 1px rgba(0,217,255,.2)}[data-theme=dark] nav .logo-img{content:url(/images/darklogo.png);background:rgba(15,17,26,.5);box-shadow:0 2px 15px rgba(0,217,255,.12),0 0 0 1px rgba(0,217,255,.2)}@media(prefers-color-scheme:dark){nav .logo-img{content:url(/images/darklogo.png);background:rgba(15,17,26,.5)}}@media(prefers-color-scheme:light){nav .logo-img{content:url(/images/lightlogo.png);background:rgba(15,17,26,.95)}}.search-container{flex:1;max-width:320px;margin:0 2rem}nav ul{display:flex;list-style:none;gap:2.5rem;align-items:center}nav a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease;font-weight:500;font-size:.95rem}nav a:hover{color:var(--accent)}.theme-toggle{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;padding:.5rem;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden}.theme-toggle:hover{transform:scale(1.1);border-color:var(--accent)}.theme-toggle svg{width:20px;height:20px;transition:all .3s ease}.theme-toggle .sun{position:absolute;opacity:1;transform:rotate(0)}.theme-toggle .moon{position:absolute;opacity:0;transform:rotate(90deg)}[data-theme=dark] .theme-toggle .sun{opacity:0;transform:rotate(90deg)}[data-theme=dark] .theme-toggle .moon{opacity:1;transform:rotate(0)}main{padding-top:52px;display:grid}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}main section{animation:fadeInUp .8s ease-out;animation-fill-mode:both}main section:nth-child(1){animation-delay:.1s}main section:nth-child(2){animation-delay:.2s}main section:nth-child(3){animation-delay:.3s}main section:nth-child(4){animation-delay:.4s}main section:nth-child(5){animation-delay:.5s}main section:nth-child(6){animation-delay:.6s}main section:nth-child(7){animation-delay:.7s}.quote-section{position:relative;max-width:1200px;margin:0 auto 2rem;padding:0 2rem}.quote-container{max-width:700px;width:100%;margin:1rem auto;background:linear-gradient(135deg,var(--accent-light) 50%,var(--bg-secondary) 100%);border:2px solid var(--border);border-radius:12px;padding:2rem 2.5rem;box-shadow:0 12px 40px rgba(101,94,102,.297);opacity:0;transform:rotate(-1.5deg);transform-origin:center center;transition:opacity .6s ease,transform .3s ease,box-shadow .3s ease;z-index:10}.quote-container:hover{transform:rotate(-1.5deg)translateY(-4px);box-shadow:0 16px 50px rgba(101,94,102,.4)}.quote-container.quote-loaded{opacity:.95}.quote-icon{position:absolute;top:-8px;left:12px;font-size:3rem;color:var(--accent);opacity:.15;font-family:Georgia,serif;line-height:1;pointer-events:none;user-select:none}.featured-quote{margin:0;padding:0;border:none}.quote-text{font-size:.95rem;font-style:italic;font-weight:500;color:var(--text-primary);text-align:left;line-height:1.5;margin:0;position:relative;z-index:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.quote-attribution{display:block;text-align:right;margin-top:1rem;font-size:.9rem;color:var(--text-secondary);font-weight:500;font-style:normal;position:relative;z-index:1}.quote-source-link{color:var(--accent);text-decoration:none;transition:all .3s ease;border-bottom:1px solid transparent}.quote-source-link:hover{color:var(--accent-hover);border-bottom-color:var(--accent-hover)}[data-theme=dark] .quote-container{background:linear-gradient(135deg,var(--accent-light) 0%,var(--bg-secondary) 100%);box-shadow:0 10px 40px rgba(0,0,0,.5)}[data-theme=dark] .quote-icon{opacity:.1}.quote-container.compact-banner{max-width:1200px;margin:0 auto;padding:1.25rem 0;border-radius:0;border:none;border-bottom:1px solid var(--border);background:linear-gradient(90deg,var(--bg-secondary) 0%,var(--accent-light) 100%);box-shadow:none;transform:none;opacity:.95;display:flex;align-items:center;justify-content:space-between;gap:2rem;height:80px;transition:opacity .6s ease}.quote-container.compact-banner .quote-icon{display:none}.quote-container.compact-banner .featured-quote{margin:0;flex:1;display:flex;align-items:center;overflow:hidden}.quote-container.compact-banner .quote-text{font-size:.95rem;font-style:italic;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.quote-container.compact-banner .quote-attribution{font-size:.85rem;margin:0;text-align:right;flex-shrink:0;white-space:nowrap;color:var(--text-secondary)}.quote-container.compact-banner:hover{transform:none;box-shadow:none}.quote-container.compact-banner.quote-loaded{opacity:.95}[data-theme=dark] .quote-container.compact-banner{background:linear-gradient(90deg,var(--bg-secondary) 0%,var(--accent-light) 100%);border-bottom-color:var(--border)}#musings{order:1}#ai{order:2}#films{order:3}#podcasts{order:4}#contact{order:5}section{max-width:1200px;margin:0 auto;padding:.2rem 1.5rem;scroll-margin-top:100px}section.gradient-bg{position:relative;overflow:hidden}section.gradient-bg::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.03;z-index:-1;pointer-events:none}#musings.gradient-bg::before{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%)}#films.gradient-bg::before{background:linear-gradient(225deg,#ec4899 0%,#f9a8d4 100%)}#podcasts.gradient-bg::before{background:linear-gradient(135deg,#14b8a6 0%,#5eead4 100%)}#ai.gradient-bg::before{background:linear-gradient(225deg,#8b5cf6 0%,#c4b5fd 100%)}#explore.gradient-bg::before{background:linear-gradient(135deg,var(--accent) 0%,#14b8a6 50%,#ec4899 100%)}[data-theme=dark] section.gradient-bg::before{opacity:.05}#about{padding-top:.5rem}section h2{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:1rem;text-align:center;font-weight:700;letter-spacing:-1px}section>.subtitle{text-align:center;color:var(--text-secondary);max-width:700px;margin:0 auto 4rem;font-size:1.1rem}#about h2{font-family:helvetica neue,Arial,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700}.about-container{max-width:700px;margin:2rem auto;padding:1rem;background:rgba(255,255,255,.85);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 30px var(--shadow);text-align:left}[data-theme=dark] .about-container{background:rgba(30,41,59,.85);box-shadow:0 8px 30px rgba(0,0,0,.4)}.about-container p{font-family:helvetica neue,Arial,sans-serif;font-size:1.125rem;line-height:2;font-weight:400;color:var(--text-primary);margin-bottom:1.5rem}.about-container p:last-child{margin-bottom:0}.explore-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1e3px;margin:2rem auto;padding:0 2rem}.explore-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:1rem}.explore-card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:var(--accent)}.explore-icon{font-size:3rem;line-height:1;transition:transform .3s ease}.explore-card:hover .explore-icon{transform:scale(1.1)}.explore-card h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0}.explore-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0}.video-container{width:100%;margin:2rem 0;border-radius:12px;overflow:hidden;background:var(--bg-tertiary)}.video-container video{width:100%;height:auto;display:block}font-size: 0.875rem; line-height: 1.6; color: var(--text-secondary); background: var(--bg-tertiary); padding: 1.25rem; border-radius: 8px; margin: 1.5rem 0; border-left: 4px solid var(--accent);}margin-bottom: 0;}.article-preview p{font-family:inter,-apple-system,sans-serif;... font-size: 1.1rem;line-height:1.8;font-weight:400}.article-preview h1,.article-preview h2,.article-preview h3{font-family:inter,-apple-system,sans-serif;font-weight:700}.card-grid{display:flex;gap:2rem;margin-top:3rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:1rem;-webkit-overflow-scrolling:touch;position:relative}.card-grid::after{content:'';position:absolute;top:0;right:0;bottom:16px;width:120px;background:linear-gradient(to left,var(--bg-primary) 0%,transparent 100%);pointer-events:none;opacity:0;transition:opacity .3s ease}.card-grid:not(:hover)::after{opacity:1}.card-grid:hover::after{opacity:0}.card-grid::-webkit-scrollbar{height:10px}.card-grid::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:5px;margin:0 1rem}.card-grid::-webkit-scrollbar-thumb{background:var(--accent);border-radius:5px;border:2px solid var(--bg-primary)}.card-grid::-webkit-scrollbar-thumb:hover{background:var(--accent-hover);border-width:1px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:20px;padding:2.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),#8b5cf6);transform:scaleX(0);transition:transform .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px var(--shadow);border-color:var(--accent)}.card:hover::before{transform:scaleX(1)}.card-icon{font-size:2.5rem;margin-bottom:1.5rem;display:block}.card h3{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.card p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.card-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);text-decoration:none;font-weight:600;transition:gap .3s ease}.card-link:hover{gap:.75rem}.preview-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2.5rem;text-decoration:none;color:var(--text-primary);transition:all .3s ease;display:flex;flex-direction:column;min-width:380px;max-width:380px;height:auto;min-height:360px;position:relative;overflow:hidden;scroll-snap-align:start;flex-shrink:0}.preview-card::before{content:"";position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-secondary,#8b5cf6) 100%);transform:scaleX(0);transition:transform .3s ease}.preview-card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:var(--accent)}.preview-card:hover::before{transform:scaleX(1)}.preview-card h3{font-size:1.35rem;margin-bottom:1rem;font-weight:700;line-height:1.4;word-wrap:break-word;hyphens:auto}.preview-card .meta{margin-bottom:1rem;font-size:.875rem;color:var(--text-secondary)}.preview-card .excerpt{color:var(--text-secondary);line-height:1.7;margin-bottom:auto;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;flex-grow:1}.preview-card .read-more{color:var(--accent);font-weight:600;margin-top:1rem;display:inline-block}.article-preview{background:var(--card-bg);border:1px solid var(--border);border-radius:20px;padding:3rem;max-width:800px;margin:3rem auto;box-shadow:0 4px 6px var(--shadow)}.card-image{width:100%;height:200px;overflow:hidden;border-radius:16px 16px 0 0;margin:-2.5rem -2.5rem 1.5rem;background:var(--bg-tertiary)}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.preview-card:hover .card-image img,.article-card:hover .card-image img{transform:scale(1.05)}.preview-card:has(.card-image),.article-card:has(.card-image){padding-top:2.5rem}[data-theme=dark] .card-image{background:var(--bg-secondary)}.article-layout-grid{display:grid;grid-template-columns:1fr minmax(auto,800px)1fr;gap:3rem;max-width:1400px;margin:0 auto;padding:3rem 2rem;align-items:start}.quote-sidebar{position:sticky;top:140px;max-height:calc(100vh - 160px);overflow-y:auto;padding:0 1rem}.sidebar-quote-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px var(--shadow);transition:all .3s ease;opacity:0;transform:translateY(10px)}.sidebar-quote-card.visible{opacity:1;transform:translateY(0)}.sidebar-quote-card:hover{box-shadow:0 4px 12px var(--shadow);border-color:var(--accent);transform:translateY(-2px)}.sidebar-quote-text{font-size:.95rem;line-height:1.6;color:var(--text-secondary);font-style:italic;margin:0 0 1rem;border-left:3px solid var(--accent);padding-left:1rem}.sidebar-quote-source{display:block;font-size:.85rem;color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s ease;text-align:right}.sidebar-quote-source::before{content:"— "}.sidebar-quote-source:hover{color:var(--accent-hover);text-decoration:underline}.quote-sidebar::-webkit-scrollbar{width:6px}.quote-sidebar::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:3px}.quote-sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.quote-sidebar::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media(max-width:1024px){.article-layout-grid{grid-template-columns:1fr;gap:0}.quote-sidebar{display:none}}@media(max-width:768px){.article-layout-grid{padding:2rem 1rem}}.featured-quote-wrapper{position:relative;max-width:1200px;margin:0 auto 2rem;padding:0 2rem;opacity:0;transition:opacity .6s ease}.featured-quote-wrapper.visible{opacity:1}.featured-quote-card{float:right;width:450px;max-width:45%;margin:0 0 1.5rem 2rem;background:linear-gradient(135deg,var(--accent-light) 0%,var(--bg-secondary) 100%);border:2px solid var(--border);border-radius:12px;padding:1rem 1.25rem;box-shadow:0 12px 40px rgba(0,0,0,.15);transform:rotate(3.5deg);transform-origin:top right;transition:transform .3s ease,box-shadow .3s ease;text-align:left;z-index:10;overflow:hidden}.featured-quote-card:hover{box-shadow:0 16px 50px rgba(0,0,0,.2);transform:rotate(3.5deg)translateY(-3px)}.quote-decoration{position:absolute;top:-8px;left:12px;font-size:3rem;color:var(--accent);opacity:.15;font-family:Georgia,serif;line-height:1;pointer-events:none;user-select:none}.featured-quote-text{font-size:.95rem;font-style:italic;font-weight:500;color:var(--text-primary);line-height:1.5;margin:0 0 .75rem;position:relative;z-index:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.featured-quote-attribution{font-size:.8rem;color:var(--text-secondary);font-weight:500;font-style:italic;opacity:.8;text-align:right;position:relative;z-index:1}[data-theme=dark] .featured-quote-card{background:linear-gradient(135deg,rgba(139,92,246,.15) 0%,var(--bg-secondary) 100%)}.sidebar-other-section{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border);display:none;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.sidebar-other-section.has-quotes{display:block}.sidebar-other-section.has-quotes.visible{opacity:1;transform:translateY(0)}.sidebar-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border)}.sidebar-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:.025em;text-transform:uppercase}.sidebar-subtitle{font-size:.8rem;font-style:italic;color:var(--text-secondary);margin:0;opacity:.7}#quote-sidebar-left-current,#quote-sidebar-right-current,#quote-sidebar-left-other,#quote-sidebar-right-other{opacity:1;transition:opacity .6s ease}#quote-sidebar-left-current.visible,#quote-sidebar-right-current.visible,#quote-sidebar-left-other.visible,#quote-sidebar-right-other.visible{opacity:1}.sidebar-quote-card.current-quote{margin-bottom:1.5rem}.sidebar-quote-card.other-quote{margin-bottom:1.5rem}.bottom-quotes-section{max-width:1200px;margin:4rem auto 0;padding:3rem 2rem;border-top:2px solid var(--border);display:none}.bottom-quotes-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 2rem;text-align:center}.bottom-quotes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;opacity:0;transition:opacity .6s ease}.bottom-quotes-grid.visible{opacity:1}.bottom-quote-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s ease;position:relative;overflow:hidden}.bottom-quote-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.bottom-quote-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow)}.bottom-quote-card:hover::before{transform:scaleX(1)}.bottom-quote-text{font-size:.95rem;font-style:italic;line-height:1.6;color:var(--text-primary);margin:0;flex:1}.bottom-quote-source{font-size:.85rem;color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s ease;align-self:flex-start}.bottom-quote-source:hover{color:var(--accent-hover);text-decoration:underline}@media(max-width:1024px){.bottom-quotes-section{display:block}.bottom-quotes-grid{grid-template-columns:1fr}.featured-quote-wrapper{margin-bottom:2rem}}@media(min-width:600px) and (max-width:1199px){.bottom-quotes-grid{grid-template-columns:repeat(2,1fr)}}.article-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.article-header .meta{color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem;display:flex;gap:1rem;flex-wrap:wrap}.article-header h3{font-size:2rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.article-content{font-size:1.05rem;line-height:1.8;color:var(--text-primary)}.article-content p{margin-bottom:1.5rem}.read-full{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:var(--accent);text-decoration:none;font-weight:600;font-size:1rem;transition:gap .3s ease}.read-full:hover{gap:.75rem}.article-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.article-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.article-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 8px 24px var(--shadow)}.article-card h3{font-size:1.3rem;margin-bottom:.75rem;font-weight:600;color:var(--text-primary)}.article-card .meta{color:var(--text-secondary);font-size:.85rem;margin-bottom:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.article-card .excerpt{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.article-card .read-more{color:var(--accent);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}.view-all{text-align:center;margin-top:2rem}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);text-decoration:none;font-weight:600;font-size:1rem;padding:.75rem 1.5rem;border:2px solid var(--accent);border-radius:8px;transition:all .3s ease}.view-all-link:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.cta-button{display:inline-block;background:var(--accent);color:#fff;padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.cta-button:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 12px 24px var(--shadow)}footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:1.5rem 2rem 1rem;text-align:center}.social-links{display:flex;justify-content:center;gap:1rem;margin-bottom:.75rem}.social-links a{width:36px;height:36px;border-radius:8px;background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:1rem;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-4px)}.social-links a svg{display:block}footer p{color:var(--text-secondary);font-size:.8rem;margin:0}.rss-button{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;padding:.5rem;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.rss-button:hover{transform:scale(1.1);border-color:var(--accent);color:var(--accent)}.rss-button svg{width:20px;height:20px}#subscribe{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border:1px solid var(--border);border-radius:16px;padding:3rem 2rem}.subscribe-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;margin:0 auto;margin-top:2rem}.subscribe-info h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem}.subscribe-info h4{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}.subscribe-info p{color:var(--text-secondary);line-height:1.8}.rss-readers{list-style:none;padding:0;margin-top:1rem}.rss-readers li{color:var(--text-secondary);padding:.5rem 0;line-height:1.6}.rss-readers strong{color:var(--text-primary)}.subscribe-actions{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.subscribe-button{display:inline-flex;align-items:center;justify-content:center}.feed-url{text-align:center;color:var(--text-secondary);font-size:.9rem}.feed-url code{background:var(--bg-tertiary);padding:.3rem .6rem;border-radius:6px;color:var(--accent);font-family:monaco,courier new,monospace;font-size:.85rem;border:1px solid var(--border)}.category-feeds{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:1rem}.category-feeds summary{cursor:pointer;color:var(--text-primary);font-weight:600;padding:.5rem;user-select:none}.category-feeds summary:hover{color:var(--accent)}.category-feeds ul{list-style:none;padding:0;margin-top:1rem}.category-feeds li{padding:.5rem 0}.category-feeds a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.category-feeds a:hover{color:var(--accent)}.about-social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.about-social-links a{width:48px;height:48px;border-radius:12px;background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:1.3rem;text-decoration:none;transition:all .3s ease}.about-social-links a:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-4px)}.subscribe-page{padding-top:100px;min-height:100vh}#subscribe-hero{text-align:center;padding:4rem 2rem 2rem;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border-bottom:1px solid var(--border)}#subscribe-hero h1{font-size:clamp(2rem,5vw,3rem);color:var(--text-primary);margin-bottom:1rem}#subscribe-hero .subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.8}#subscribe-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}#subscribe-content .subscribe-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.subscribe-info h2,.subscribe-info h3{color:var(--text-primary);margin-bottom:.75rem}.subscribe-info h2{font-size:2rem;margin-top:0}.subscribe-info h3{font-size:1.5rem;margin-top:2rem}.subscribe-info p{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}.rss-benefits{list-style:none;padding:0;margin:1.5rem 0}.rss-benefits li{color:var(--text-secondary);padding:.75rem 0;line-height:1.6;font-size:1.05rem}.rss-benefits strong{color:var(--text-primary)}.reader-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:1.5rem}.reader-category h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem}.reader-category ul{list-style:none;padding:0}.reader-category li{color:var(--text-secondary);padding:.5rem 0;line-height:1.6}.reader-category strong{color:var(--text-primary)}.feed-card{background:linear-gradient(135deg,var(--accent-light) 0%,var(--bg-secondary) 100%);border:2px solid var(--border);border-radius:16px;padding:2rem;margin-bottom:2rem}.feed-card.main-feed{text-align:center}.feed-card h3{color:var(--text-primary);font-size:1.5rem;margin-bottom:.75rem}.feed-card p{color:var(--text-secondary);margin-bottom:1.5rem}.category-feeds-section{margin-top:2rem}.category-feeds-section h3{color:var(--text-primary);font-size:1.5rem;margin-bottom:.5rem}.feed-description{color:var(--text-secondary);margin-bottom:1.5rem}.category-feed-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.category-feed-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.category-feed-card:hover{background:var(--accent-light);border-color:var(--accent);transform:translateY(-4px);box-shadow:0 8px 16px var(--shadow)}.category-icon{font-size:2.5rem;margin-bottom:.75rem}.category-feed-card h4{color:var(--text-primary);font-size:1.1rem;margin-bottom:.5rem}.category-feed-card p{color:var(--text-secondary);font-size:.9rem;margin:0}.how-to-subscribe{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:2rem;margin-top:2rem}.how-to-subscribe h3{color:var(--text-primary);font-size:1.3rem;margin-bottom:1rem}.how-to-subscribe ol{color:var(--text-secondary);line-height:1.8;padding-left:1.5rem}.how-to-subscribe li{padding:.5rem 0}@media(max-width:768px){nav .logo-text-container{display:flex}nav .logo-text{font-size:.9rem;font-weight:600}nav .logo-subtext{display:none}.card-grid{display:block;overflow-x:visible;scroll-snap-type:none;padding:0;margin-top:2rem}.card-grid::after{display:none}.preview-card{display:none;min-width:100%;max-width:100%;margin-bottom:1.5rem;padding:1.5rem;min-height:auto}.preview-card:first-child{display:flex}.preview-card h3{font-size:1.2rem}.article-preview{padding:2rem}.article-cards{grid-template-columns:1fr;gap:1.5rem}.explore-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.about-container{padding:1.25rem;margin:1.5rem 0;max-width:100%}.about-container p{font-size:.95rem;line-height:1.7;margin-bottom:1rem}.signature-container{margin-top:1.5rem}.signature{font-size:1.1rem;display:block;word-wrap:break-word}.quote-section{padding:3rem 1rem 2rem}.quote-container{padding:2.5rem 2rem 2rem;border-radius:20px}.quote-icon{font-size:4rem;top:-10px;left:20px}.quote-text{font-size:1.15rem;line-height:1.6}.quote-attribution{font-size:.9rem;margin-top:1.25rem}.quote-container.compact-banner{padding:1rem 1.5rem;height:auto;min-height:60px;gap:.75rem;flex-wrap:wrap}.quote-container.compact-banner .quote-text{font-size:.875rem;white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical}.quote-container.compact-banner .quote-attribution{font-size:.8rem;margin-top:0;white-space:normal}section h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:.5rem}section>.subtitle{font-size:.9rem;margin-bottom:1.5rem}.cta-button{padding:.875rem 2rem;font-size:.95rem}.view-all{margin-top:.5rem}.view-all-link{font-size:.9rem;padding:.625rem 1.25rem;width:100%;max-width:280px;justify-content:center;display:flex}}html{scroll-behavior:smooth}.article-content img,main article img,section img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem auto;display:block;box-shadow:0 4px 12px var(--shadow)}img.small{max-width:300px}img.medium{max-width:500px}img.large{max-width:800px}img.full{max-width:100%}img.inline{display:inline-block;margin:0 .5rem;vertical-align:middle}.unpublished-link{color:var(--text-secondary);text-decoration:line-through;cursor:help;opacity:.7}.unpublished-link:hover::after{content:" (unpublished)";font-size:.8em;color:var(--accent);font-style:italic}#quotes-index{max-width:900px;margin:0 auto;padding:2rem 1rem}#quotes-index h1{font-size:2.5rem;margin-bottom:.5rem;color:var(--text-primary)}#quotes-index .subtitle{color:var(--text-secondary);font-size:1.125rem;margin-bottom:2rem}.quotes-filter{max-width:800px;margin:2rem auto;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;box-shadow:0 2px 8px var(--shadow)}#quote-search{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--border);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);margin-bottom:1rem;transition:border-color .2s ease}#quote-search:focus{outline:none;border-color:var(--accent)}.filter-options{display:flex;gap:2rem;flex-wrap:wrap;align-items:center}.filter-options label{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.filter-options input[type=checkbox]{cursor:pointer}.filter-options select{padding:.5rem;border:1px solid var(--border);border-radius:4px;background:var(--bg-primary);color:var(--text-primary);cursor:pointer}.quotes-list{max-width:900px;margin:2rem auto}.quote-source-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.quote-source-section:last-child{border-bottom:none}.quote-source-section.orphaned{opacity:.6;border-left:4px solid #ff9800;padding-left:1rem}.source-title{font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.source-title a{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.source-title a:hover{color:var(--accent)}.quote-count{font-size:.875rem;color:var(--text-secondary);font-weight:400}.orphan-badge{font-size:.75rem;padding:.25rem .5rem;background:#fff3cd;color:#856404;border-radius:4px;font-weight:400}[data-theme=dark] .orphan-badge{background:#664d03;color:#ffecb5}.quotes-from-source{display:grid;gap:1rem}.quote-card{background:var(--bg-secondary);padding:1.5rem;border-radius:8px;border-left:4px solid var(--accent);box-shadow:0 2px 8px var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.quote-card:hover{transform:translateX(4px);box-shadow:0 4px 12px var(--shadow)}.quote-card.orphaned{border-left-color:#ff9800}.quote-card blockquote{margin:0;padding:0}.quote-text{font-size:1.125rem;line-height:1.6;color:var(--text-primary);font-style:italic;margin:0}.quote-meta{margin-top:.75rem;display:flex;justify-content:space-between;align-items:center}.relevance-score{font-size:.875rem;color:var(--text-secondary);padding:.25rem .5rem;background:var(--bg-tertiary);border-radius:4px;font-weight:500}.quotes-list.hide-relevance .relevance-score{display:none}.quote-meta .warning{color:#dc2626;font-size:.875rem;font-style:italic}[data-theme=dark] .quote-meta .warning{color:#fca5a5}.no-quotes{text-align:center;color:var(--text-secondary);font-size:1.125rem;margin:4rem 0;padding:2rem}@media(max-width:768px){#quotes-index{padding:1rem .5rem}#quotes-index h1{font-size:2rem}.quotes-filter{padding:1rem}.filter-options{flex-direction:column;gap:1rem;align-items:flex-start}.quote-card{padding:1rem}.quote-text{font-size:1rem}.source-title{font-size:1.25rem}}@media(max-width:1024px){.quote-container,.featured-quote-card{width:400px;max-width:48%;transform:rotate(2.5deg)}.quote-container:hover,.featured-quote-card:hover{transform:rotate(2.5deg)translateY(-2px)}}@media(max-width:768px){.quote-section,.featured-quote-wrapper{padding:2rem 1rem}.quote-container,.featured-quote-card{float:none;position:relative;width:100%;max-width:100%;margin:0 0 2rem;transform:rotate(0)}.quote-container:hover,.featured-quote-card:hover{transform:rotate(0)}.quote-text,.featured-quote-text{text-align:center;-webkit-line-clamp:unset}.quote-attribution,.featured-quote-attribution{text-align:center}}@media(max-width:480px){.quote-container,.featured-quote-card{padding:1rem 1.25rem}.quote-text,.featured-quote-text{font-size:.9rem;line-height:1.5}}.featured-quote-wrapper{display:none}#pixa-container{position:fixed;bottom:6rem;right:2rem;z-index:999;font-family:inter,-apple-system,sans-serif}.pixa-toggle{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);border:none;color:#fff;cursor:pointer;box-shadow:0 10px 30px rgba(16,185,129,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;transition:all .3s ease}.pixa-toggle:hover{transform:scale(1.08);box-shadow:0 14px 40px rgba(16,185,129,.6)}.pixa-label{font-size:.6rem;font-weight:700;letter-spacing:.3px;text-transform:uppercase;margin-top:-2px}.pixa-ai-icon{margin-bottom:-4px}.pixa-panel{position:absolute;bottom:80px;right:0;width:400px;max-width:calc(100vw - 4rem);height:500px;max-height:calc(100vh - 150px);background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);display:flex;flex-direction:column;opacity:0;transform:translateY(20px)scale(.95);pointer-events:none;transition:all .3s ease}.pixa-esc-hint{font-size:.65rem;color:var(--text-secondary);opacity:.5;position:absolute;top:1.2rem;right:3.5rem}.pixa-open .pixa-panel{opacity:1;transform:translateY(0)scale(1);pointer-events:all}.pixa-open .pixa-toggle{opacity:.8}.pixa-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);color:#fff;border-radius:16px 16px 0 0}.pixa-avatar{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}.pixa-title{font-weight:600;font-size:1rem}.pixa-subtitle{font-size:.75rem;opacity:.9}.pixa-close{margin-left:auto;background:0 0;border:none;color:#fff;font-size:1.5rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.pixa-close:hover{background:rgba(255,255,255,.15)}.pixa-search-box{position:relative;padding:1rem;border-bottom:1px solid var(--border)}.pixa-search-icon{position:absolute;left:1.75rem;top:50%;transform:translateY(-50%);color:var(--text-secondary);pointer-events:none}.pixa-search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);font-size:.95rem}.pixa-search-input:focus{outline:none;border-color:#10b981}.pixa-quick-filters{display:flex;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);overflow-x:auto}.pixa-filter-btn{padding:.4rem .75rem;border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-secondary);border-radius:6px;font-size:.8rem;cursor:pointer;white-space:nowrap;transition:all .2s}.pixa-filter-btn.active,.pixa-filter-btn:hover{background:linear-gradient(135deg,#10b981 0%,#06b6d4 100%);color:#fff;border-color:transparent}.pixa-results{flex:1;overflow-y:auto;padding:1rem}.pixa-results-header{font-size:.85rem;color:var(--text-secondary);margin-bottom:1rem;padding:0 .5rem}.pixa-result-card{display:flex;gap:.75rem;padding:1rem;margin-bottom:.75rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:12px;text-decoration:none;transition:all .2s}.pixa-result-card:hover{border-color:#10b981;box-shadow:0 4px 12px rgba(16,185,129,.1);transform:translateX(4px)}.pixa-result-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.pixa-result-content{flex:1;min-width:0}.pixa-result-title{font-weight:600;font-size:.95rem;color:var(--text-primary);margin-bottom:.25rem}.pixa-result-excerpt{font-size:.85rem;color:var(--text-secondary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pixa-result-tags{display:flex;gap:.25rem;margin-top:.5rem;flex-wrap:wrap}.pixa-tag{font-size:.7rem;padding:.2rem .5rem;background:var(--accent-light);color:var(--accent);border-radius:4px}[data-theme=dark] .pixa-tag{background:rgba(16,185,129,.2);color:#10b981}.pixa-result-arrow{font-size:1.2rem;color:var(--text-secondary);flex-shrink:0;align-self:center}.pixa-empty-state{text-align:center;padding:3rem 1.5rem;color:var(--text-secondary)}.pixa-empty-state p{margin-bottom:.75rem;line-height:1.6}@media(max-width:768px){#pixa-container{bottom:1rem;right:1rem}.pixa-panel{width:calc(100vw - 2rem);height:calc(100vh - 120px);bottom:70px}}[data-theme=dark] .pixa-panel{box-shadow:0 20px 60px rgba(0,0,0,.6)}.signature-container{display:flex;justify-content:flex-end;margin-top:2rem;margin-right:2rem;margin-bottom:1rem}.signature{font-family:alex brush,cursive;font-size:1.6rem;color:var(--accent);transform:rotate(-5deg);display:inline-block;font-weight:400;letter-spacing:1px;opacity:.9;position:relative;padding:.3rem .5rem;transition:transform .3s ease,opacity .3s ease,color .3s ease}.signature::after{content:'';position:absolute;bottom:5px;left:10%;width:80%;height:3px;background:linear-gradient(to right,transparent,var(--accent) 20%,var(--accent) 80%,transparent);opacity:.3;transform:skewX(-20deg)}.signature:hover{transform:rotate(-3deg)scale(1.05);opacity:1;color:var(--accent-hover)}[data-theme=dark] .signature{opacity:.85}[data-theme=dark] .signature:hover{opacity:1}@media(max-width:768px){.signature{font-size:2.25rem}.signature-container{justify-content:center;margin-right:0}}html,body{max-width:100%;overflow-x:hidden}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:32px;height:32px;background:0 0;border:none;cursor:pointer;padding:4px;z-index:1001}.hamburger-line{width:100%;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(10px)rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-10px)rotate(-45deg)}@media(max-width:768px){.mobile-menu-toggle{display:flex}nav .container{flex-wrap:wrap;padding:.75rem 1rem;position:relative}nav .logo-img{height:45px!important}.theme-toggle{width:32px;height:32px}.search-container{display:none}nav .nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-secondary);border-bottom:1px solid var(--border);box-shadow:0 4px 12px var(--shadow);flex-direction:column;gap:0;padding:0;width:100%}nav .nav-menu.show{display:flex}nav .nav-menu li{border-bottom:1px solid var(--border)}nav .nav-menu li:last-child{border-bottom:none}nav .nav-menu a{display:block;padding:1rem 1.5rem;width:100%;color:var(--text-primary);font-size:1rem}nav .nav-menu a:hover{background:var(--bg-tertiary)}nav .nav-menu li:last-child{display:flex;justify-content:center;padding:1rem}section{padding:3rem 1.5rem}#about{padding-top:1.5rem}main{padding-top:70px}.subscribe-container{grid-template-columns:1fr;gap:2rem}#subscribe{padding:2rem 1.5rem}.subscribe-info h3{font-size:1.2rem}.subscribe-info h4{font-size:1rem}.rss-readers li{font-size:.9rem}.feed-url{font-size:.8rem}.feed-url code{font-size:.75rem;padding:.25rem .5rem;word-break:break-all}.rss-button{width:32px;height:32px}.about-social-links{gap:1rem;margin-top:2rem;padding-top:1.5rem}.about-social-links a{width:44px;height:44px;font-size:1.2rem}.subscribe-page{padding-top:70px}#subscribe-hero{padding:2rem 1rem}#subscribe-hero h1{font-size:2rem}#subscribe-hero .subtitle{font-size:1rem}#subscribe-content{padding:2rem 1rem}#subscribe-content .subscribe-container{grid-template-columns:1fr;gap:2rem}.subscribe-info h2{font-size:1.5rem}.subscribe-info h3{font-size:1.3rem}.reader-grid{grid-template-columns:1fr;gap:1.5rem}.category-feed-grid{grid-template-columns:1fr}.feed-card{padding:1.5rem}.how-to-subscribe{padding:1.5rem}}.main-flex-container{display:flex;flex-direction:column}.hero-section-compact{order:1}.recent-drops{order:2}#films{order:3}#podcasts{order:4}#ai{order:5}.about-section{order:6}@media(max-width:768px){.main-flex-container{display:flex!important;flex-direction:column!important}.hero-section-compact{order:1!important}.recent-drops{order:2!important}.about-section{order:6!important}}@media(max-width:768px){main{padding-top:70px;display:block}nav .logo-text-container{display:flex}nav .logo-text{font-size:.9rem;font-weight:600}nav .logo-subtext{display:none}section{max-width:100%;margin:0 auto;padding:2rem 1.5rem;text-align:center}section h2{text-align:center;font-size:clamp(1.5rem,5vw,2rem);margin-bottom:.5rem}section>.subtitle{text-align:center;font-size:.9rem;margin-bottom:1.5rem}#about{padding-top:1.5rem;text-align:center}.about-container{padding:1.25rem;margin:1.5rem auto;max-width:100%;text-align:center}.about-container p{font-size:.95rem;line-height:1.7;margin-bottom:1rem;text-align:center}.card-grid{display:block;overflow-x:visible;scroll-snap-type:none;padding:0;margin-top:2rem}.card-grid::after{display:none}.preview-card{display:none;min-width:100%;max-width:100%;margin:0 auto 1.5rem;padding:1.5rem;min-height:auto;text-align:center}.preview-card:first-child{display:flex}.preview-card h3{font-size:1.2rem;text-align:center}.preview-card .meta{justify-content:center;text-align:center}.preview-card .excerpt{text-align:center}.preview-card .read-more{text-align:center;display:block}.article-preview{padding:2rem}.article-cards{grid-template-columns:1fr;gap:1.5rem;text-align:center}.article-card{text-align:left;margin:0 auto}.explore-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem;text-align:center}.explore-card{text-align:center}.quote-section{padding:2rem 1rem;text-align:center}.quote-container{padding:2rem;border-radius:20px;margin:0 auto}.quote-icon{font-size:3rem;top:-10px;left:20px}.quote-text{font-size:1rem;line-height:1.6;text-align:center}.quote-attribution{font-size:.9rem;margin-top:1.25rem;text-align:center}.quote-container.compact-banner{padding:1rem 1.5rem;height:auto;min-height:60px;gap:.75rem;flex-wrap:wrap}.quote-container.compact-banner .quote-text{font-size:.875rem;white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-align:center}.quote-container.compact-banner .quote-attribution{font-size:.8rem;margin-top:0;white-space:normal;text-align:center}.signature-container{justify-content:center;text-align:center;margin-right:0;margin-top:1.5rem}.signature{font-size:1.8rem;text-align:center}.view-all{margin-top:.5rem;text-align:center}.view-all-link{font-size:.9rem;padding:.625rem 1.25rem;width:100%;max-width:280px;justify-content:center;display:inline-flex}.cta-button{padding:.875rem 2rem;font-size:.95rem;display:inline-block;text-align:center}#subscribe{text-align:center}.subscribe-container{grid-template-columns:1fr;gap:2rem;text-align:center}.subscribe-info{text-align:center}.subscribe-info h3,.subscribe-info h4{font-size:1.2rem;text-align:center}.subscribe-info p{text-align:center}.rss-readers{text-align:center}.rss-readers li{font-size:.9rem;text-align:center}.feed-url{font-size:.8rem;text-align:center}.feed-url code{font-size:.75rem;padding:.25rem .5rem;word-break:break-all}.about-social-links{gap:1rem;margin-top:2rem;padding-top:1.5rem;justify-content:center}.about-social-links a{width:44px;height:44px;font-size:1.2rem}}.embed-container{position:relative;width:100%;margin:2rem auto;max-width:800px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px var(--shadow)}.spotify-embed iframe,.soundcloud-embed iframe,.youtube-embed iframe{width:100%;border:none}.youtube-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}[data-theme=dark] .embed-container{box-shadow:0 4px 12px rgba(0,0,0,.5)}@media(max-width:768px){.embed-container{margin:1.5rem auto}}