@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap");:root{--font-devanagari:var(--font-devanagari),"Noto Sans Devanagari",sans-serif;--line-height-hindi:1.8;--font-size-hindi-body:18px;--font-size-hindi-heading:1.4}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}html[lang=hi],html[lang=hi] body{font-size:var(--font-size-hindi-body)}[lang=hi],html[lang=hi],html[lang=hi] body{font-family:var(--font-devanagari);line-height:var(--line-height-hindi)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#000;color:#fff;padding:20px 0;margin-bottom:40px}.header h1{font-size:28px;font-weight:600}.main{min-height:calc(100vh - 200px);padding:40px 0}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:24px;margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:16px}.form-group input[type=file]{padding:8px}.btn{background:#000;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;transition:background .2s}.btn:hover{background:#333}.btn:disabled{background:#ccc;cursor:not-allowed}.episode-list{display:grid;grid-gap:20px;gap:20px}.episode-card{border:1px solid #e0e0e0;border-radius:8px;padding:20px;transition:box-shadow .2s}.episode-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.episode-card h3{margin-bottom:12px;font-size:20px}.episode-card .meta{color:#666;font-size:14px;margin-bottom:16px}.audio-player{margin-top:16px}.audio-player audio{width:100%}.article-content{max-width:800px;margin:0 auto;line-height:1.8}.article-content h1{margin-top:40px;margin-bottom:20px;font-size:28px;font-weight:600;color:#000}.article-content h2{margin-top:32px;margin-bottom:16px;font-size:24px;font-weight:600;color:#000}.article-content h3{margin-top:24px;margin-bottom:12px;font-size:20px;font-weight:600;color:#000}.article-content h4{margin-top:20px;margin-bottom:10px;font-size:18px;font-weight:600;color:#333}.article-content p{margin-bottom:16px;color:#333}.article-content ol,.article-content ul{margin-bottom:16px;padding-left:24px}.article-content li{margin-bottom:8px}.article-content strong{font-weight:600;color:#000}.article-content em{font-style:italic}.article-content blockquote{border-left:4px solid #000;padding-left:16px;margin:20px 0;color:#666;font-style:italic}.article-content code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:14px}.article-content pre{background:#f5f5f5;padding:16px;border-radius:6px;overflow-x:auto;margin-bottom:16px}.article-content pre code{background:none;padding:0}.article-content a{color:#000;text-decoration:underline}.article-content a:hover,.loading{color:#666}.loading{text-align:center;padding:40px}.error{background:#fee;color:#c33}.error,.success{padding:16px;border-radius:6px;margin-bottom:20px}.success{background:#efe;color:#3c3}:root{--th-lavender:#7C3AED;--th-plum:#5B21B6;--th-wisteria:#F5F3FF;--th-lilac:#EDE9FE;--th-charcoal:#000000;--th-bark:#525252;--th-stone:#A3A3A3;--th-petal:#FAFAFA;--th-cotton:#FFFFFF;--th-ash:#E5E5E5;--th-lavender-glow:rgba(124,58,237,0.3);--th-lavender-glow-intense:rgba(124,58,237,0.4)}@keyframes spinWithPause{0%{transform:rotateY(0deg)}25%{transform:rotateY(180deg)}50%{transform:rotateY(180deg)}75%{transform:rotateY(0deg)}to{transform:rotateY(0deg)}}.aww-error,.aww-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;font-size:1.125rem;color:var(--th-bark);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.aww-loading img{width:60px;height:auto;animation:spinWithPause 2s ease-in-out infinite}.aww-error{color:#e74c3c}.aww-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--th-ash);position:-webkit-sticky;position:sticky;top:0;background:var(--th-cotton);z-index:100;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.aww-nav-logo{font-size:1.5rem;font-weight:800;color:var(--th-charcoal)}.aww-nav-links{display:flex;gap:24px}.aww-nav-links a{font-size:.875rem;font-weight:500;color:var(--th-bark);transition:color .2s}.aww-nav-links a:hover{color:var(--th-charcoal)}.aww-nav-actions{display:flex;align-items:center;gap:16px}.aww-nav-link{font-size:.875rem;font-weight:500;color:var(--th-charcoal)}.aww-case-study{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--th-cotton);color:var(--th-charcoal);line-height:1.6;padding-bottom:140px}.aww-hero{text-align:center;padding:64px 24px 48px;max-width:1200px;margin:0 auto}.aww-hero-actions{display:flex;justify-content:flex-end;gap:12px;margin-bottom:32px}.aww-icon-btn{width:40px;height:40px;border:1px solid var(--th-ash);border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.aww-icon-btn svg{width:18px;height:18px;fill:var(--th-bark)}.aww-icon-btn:hover{border-color:var(--th-charcoal)}.aww-icon-btn:hover svg{fill:var(--th-charcoal)}.aww-hero-date{display:block;font-size:.875rem;color:var(--th-bark);margin-bottom:24px}.aww-hero-title{font-size:1.75rem;font-weight:900;line-height:1.1;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:24px;color:var(--th-charcoal)}.aww-hero-studio-row{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.aww-hero-studio{display:flex;align-items:center;gap:8px}.aww-studio-icon{font-size:1rem}.aww-studio-name{font-size:.875rem;font-weight:600}.aww-studio-badge{font-size:.625rem;font-weight:700;padding:2px 6px;background:var(--th-charcoal);color:var(--th-cotton);border-radius:2px}.aww-source-link{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;margin:-8px -12px;border-radius:8px;color:var(--th-bark);text-decoration:none;transition:background .2s}.aww-source-link:hover{background:var(--th-ash)}.aww-source-info{display:flex;flex-direction:column;align-items:flex-start}.aww-source-info .aww-source-subscribers{margin-top:-2px}.aww-source-text{font-size:.875rem;font-weight:700;color:var(--th-charcoal)}.aww-source-subscribers{font-size:.6875rem;font-weight:400;color:var(--th-charcoal)}.aww-source-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--th-ash);border-radius:50%;color:var(--th-bark);transition:all .2s;flex-shrink:0}.aww-source-avatar svg{width:20px;height:20px}.aww-source-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.aww-featured-image{padding:0 24px;margin-bottom:80px}.aww-featured-wrapper{position:relative;background:#E8F0E8;border-radius:16px;padding:48px;overflow:hidden;max-width:1200px;margin:0 auto}.aww-watermark-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20vw;font-weight:900;color:#D4E4D4;white-space:nowrap;pointer-events:none;z-index:1}.aww-device-frame{position:relative;z-index:2;background:#000;border-radius:12px;padding:8px;box-shadow:0 25px 80px rgba(0,0,0,.15);max-width:900px;margin:0 auto}.aww-frame-content{background:var(--th-cotton);border-radius:8px;overflow:hidden}.aww-frame-header{padding:12px 16px;background:var(--th-petal);border-bottom:1px solid var(--th-ash)}.aww-frame-dots{display:flex;gap:6px}.aww-frame-dots span{width:10px;height:10px;border-radius:50%;background:var(--th-ash)}.aww-frame-body{padding:48px 32px}.aww-frame-body h2{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:var(--th-charcoal)}.aww-frame-body p{font-size:1rem;color:var(--th-bark);line-height:1.6}.aww-player-container{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:100%;max-width:430px;height:100px;z-index:100;padding:0 24px}.aww-player{position:relative;height:100%;z-index:3}.aww-player-track{position:absolute;top:-22px;right:15px;left:15px;padding:1px 22px 0;background-color:var(--th-lavender);border-radius:15px 15px 0 0;transition:all .3s ease;z-index:0;overflow:hidden;box-shadow:0 -4px 12px var(--th-lavender-glow)}.aww-player-track.active{top:-130px;padding:18px 22px 36px;border-radius:15px 15px 0 0;box-shadow:0 8px 24px var(--th-lavender-glow-intense)}.aww-album-name{color:#ffffff;font-size:17px;font-weight:700;opacity:0;transition:opacity .3s ease}.aww-player-track.active .aww-album-name{opacity:1}.aww-track-name{color:rgba(255,255,255,.85);font-size:13px;margin:2px 0 13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0;transition:opacity .3s ease}.aww-player-track.active .aww-track-name{opacity:1}.aww-track-time{height:16px;margin-bottom:6px;overflow:visible;opacity:0;transition:opacity .3s ease}.aww-player-track.active .aww-track-time{opacity:1}.aww-current-time{float:left}.aww-track-length{float:right}.aww-current-time,.aww-track-length{color:transparent;font-size:11px;background-color:rgba(255,255,255,.2);border-radius:10px;transition:all .3s ease;padding:2px 6px}.aww-track-time.active .aww-current-time,.aww-track-time.active .aww-track-length{color:#ffffff;background-color:transparent}.aww-seek-bar-container{position:relative;height:6px;border-radius:6px;background-color:rgba(255,255,255,.25);cursor:pointer;opacity:0;transition:opacity .3s ease}.aww-player-track.active .aww-seek-bar-container{opacity:1}.aww-seek-bar{position:absolute;top:0;bottom:0;left:0;width:0;background-color:#ffffff;box-shadow:0 0 8px rgba(255,255,255,.5);transition:width .2s ease;z-index:1;border-radius:6px}.aww-player-content{position:relative;height:100%;background-color:var(--th-cotton);box-shadow:0 10px 40px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1);border-radius:15px;z-index:2}.aww-player-controls{width:100%;height:100%;gap:40px}.aww-button,.aww-control,.aww-player-controls{display:flex;align-items:center;justify-content:center}.aww-button{width:40px;height:40px;padding:0;background-color:var(--th-petal);border-radius:8px;cursor:pointer;transition:all .2s ease}.aww-button svg{display:block;width:22px;height:22px;fill:var(--th-charcoal);transition:all .2s ease}.aww-button:hover{background-color:var(--th-ash);transform:scale(1.05)}.aww-button:hover svg{fill:var(--th-charcoal)}.aww-intro-section{max-width:760px;margin:0 auto 80px;padding:0 24px}.aww-intro-quote{font-size:1.125rem;font-weight:500;line-height:1.6;color:var(--th-charcoal)}.aww-content-section{max-width:760px;margin:0 auto 80px;padding:0 24px}.aww-section-title{font-size:1.75rem;font-weight:600;margin-bottom:24px;margin-top:60px;color:var(--th-charcoal)}.aww-content-p{font-size:1.125rem;line-height:1.8;color:var(--th-bark);margin-bottom:1.5em}html[lang=hi] .aww-content-link,html[lang=hi] .aww-content-p,html[lang=hi] .aww-content-section,html[lang=hi] .aww-section-title,html[lang=hi] .aww-tech-list{font-family:var(--font-devanagari);line-height:var(--line-height-hindi)}html[lang=hi] .aww-content-p{font-size:var(--font-size-hindi-body);line-height:var(--line-height-hindi)}html[lang=hi] .aww-section-title{font-family:var(--font-devanagari);font-weight:600;line-height:var(--font-size-hindi-heading)}html[lang=hi] .aww-intro-quote{font-family:var(--font-devanagari);line-height:var(--line-height-hindi)}html[lang=hi] .aww-hero-title{font-family:var(--font-devanagari);font-weight:600}.aww-content-link{color:var(--th-charcoal);text-decoration:underline;transition:opacity .2s}.aww-content-link:hover{opacity:.7}.aww-tech-list{list-style:none;margin:24px 0}.aww-tech-list li{font-size:1.125rem;color:var(--th-bark);padding:8px 0 8px 20px;position:relative}.aww-tech-list li:before{content:"■";position:absolute;left:0;color:var(--th-charcoal);font-size:.5em;top:14px}.aww-pull-quote-section{max-width:760px;margin:60px auto;padding:0 24px;display:flex;align-items:flex-start;gap:20px}.aww-quote-line{width:4px;min-height:60px;background:var(--th-lavender);border-radius:2px;flex-shrink:0}.aww-pull-quote{font-size:1.5rem;font-weight:600;font-style:italic;line-height:1.4;color:var(--th-charcoal)}.aww-pull-quote p{margin:0}.aww-company-section{max-width:760px;margin:0 auto 80px;padding:0 24px}.aww-footer{border-top:1px dashed var(--th-ash);padding:48px 24px;max-width:1200px;margin:0 auto}.aww-footer-logo{font-size:1.5rem;font-weight:800;margin-bottom:32px;color:var(--th-charcoal)}.aww-footer-columns{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.aww-footer-col a{display:block;font-size:.875rem;color:var(--th-bark);padding:4px 0;transition:color .2s}.aww-footer-col a:hover{color:var(--th-charcoal)}.aww-footer-bottom{display:flex;flex-direction:column;gap:16px;padding-top:24px;border-top:1px dashed var(--th-ash)}.aww-footer-legal,.aww-footer-social{display:flex;flex-wrap:wrap;gap:16px;font-size:.75rem;color:var(--th-stone)}@media (min-width:768px){.aww-hero{padding:80px 48px 64px}.aww-hero-title{font-size:2.5rem}.aww-featured-wrapper{padding:80px}.aww-intro-quote{font-size:1.25rem}.aww-footer-columns{grid-template-columns:repeat(2,1fr)}.aww-footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.aww-hero-title{font-size:3rem}.aww-intro-quote{font-size:1.375rem}}@media (max-width:768px){.aww-player-container{max-width:100%;padding:0 12px;bottom:10px}.aww-player-track{padding:1px 18px 0;top:-20px}.aww-player-track.active{top:-120px;padding:16px 18px 32px;border-radius:15px 15px 0 0;box-shadow:0 8px 24px var(--th-lavender-glow-intense)}.aww-album-name{font-size:14px}.aww-track-name{font-size:11px}.aww-player-controls{gap:24px}.aww-button{width:36px;height:36px}.aww-button svg{width:18px;height:18px}}.episodes-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--th-ash);background:var(--th-cotton)}.episodes-nav-logo{font-size:1.5rem;font-weight:800;color:var(--th-charcoal)}.episodes-nav-link{font-size:.875rem;font-weight:500;color:var(--th-bark);transition:color .2s}.episodes-nav-link:hover{color:var(--th-charcoal)}.episodes-main{min-height:100vh;background:var(--th-cotton);padding:60px 24px 120px}.episodes-container{max-width:720px;margin:0 auto}.episodes-title{font-size:2.5rem;font-weight:700;color:var(--th-charcoal);margin-bottom:48px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.episodes-empty,.episodes-error,.episodes-loading{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;padding:40px 20px;color:var(--th-bark);font-size:1rem}.episodes-error{color:#e74c3c}.episodes-empty a{color:var(--th-lavender);text-decoration:underline}.episodes-list{display:flex;flex-direction:column}.episode-item{display:block;padding:32px 0;transition:opacity .2s}.episode-item:hover{opacity:.7}.episode-item-title{font-size:1.75rem;font-weight:700;color:var(--th-charcoal);margin-bottom:12px;line-height:1.3}.episode-item-description{font-size:1rem;color:var(--th-bark);line-height:1.6;margin-bottom:12px}.episode-item-date{font-size:.875rem;color:var(--th-stone)}.episode-divider{height:1px;background:var(--th-ash)}@media (min-width:768px){.episodes-title{font-size:3rem}.episode-item-title{font-size:2rem}.episode-item-description{font-size:1.125rem}}.hp-main{min-height:100vh;background:var(--th-cotton)}.hp-loading{display:flex;justify-content:center;align-items:center;min-height:100vh}.hp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--th-cotton);border-bottom:1px solid var(--th-ash);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hp-nav-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:24px;height:56px}.hp-nav-logo{flex-shrink:0}.hp-nav-pills{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0}.hp-nav-pills::-webkit-scrollbar{display:none}.hp-nav-pill{flex-shrink:0;padding:6px 14px;border-radius:20px;border:1px solid var(--th-ash);background:transparent;color:var(--th-bark);font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.hp-nav-pill:hover{background:var(--th-lavender);color:var(--th-cotton);border-color:var(--th-lavender)}.hp-hero{max-width:1200px;margin:0 auto;padding:20px;display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px;min-height:480px}.hp-hero-large{position:relative;border-radius:16px;overflow:hidden;display:flex;align-items:flex-end;text-decoration:none;grid-row:1/1}.hp-hero-large-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hp-hero-large-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,var(--th-lavender),var(--th-plum));display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;font-weight:700;opacity:.8}.hp-hero-overlay{position:relative;z-index:1;padding:32px 24px;width:100%;background:linear-gradient(transparent,rgba(0,0,0,.75));color:white}.hp-hero-pill{display:inline-block;padding:4px 10px;border-radius:12px;background:var(--th-lavender);color:white;font-size:.75rem;font-weight:600;margin-bottom:8px}.hp-hero-pill--small{font-size:.6875rem;padding:2px 8px;margin-bottom:4px}.hp-hero-large-title{font-size:1.75rem;font-weight:800;line-height:1.2;margin-bottom:8px}.hp-hero-large-excerpt{font-size:.9375rem;opacity:.85;line-height:1.4;margin-bottom:8px}.hp-hero-date{font-size:.75rem;opacity:.7}.hp-hero-side{display:flex;flex-direction:column;gap:16px}.hp-hero-small{position:relative;border-radius:12px;overflow:hidden;flex:1 1;display:flex;flex-direction:column;text-decoration:none;background:var(--th-petal);transition:transform .2s}.hp-hero-small:hover{transform:translateY(-2px)}.hp-hero-small-img{width:100%;height:120px;object-fit:cover}.hp-hero-small-placeholder{width:100%;height:120px;background:linear-gradient(135deg,var(--th-lilac),var(--th-wisteria))}.hp-hero-small-content{padding:12px;flex:1 1;display:flex;flex-direction:column}.hp-hero-small-title{font-size:.9375rem;font-weight:700;line-height:1.3;color:var(--th-charcoal);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-podcasts{background:linear-gradient(135deg,var(--th-wisteria),var(--th-lilac));padding:40px 0}.hp-podcasts-inner{max-width:1200px;margin:0 auto;padding:0 20px}.hp-podcasts-title{font-size:1.5rem;font-weight:800;color:var(--th-charcoal);margin-bottom:20px}.hp-podcasts-scroll{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}.hp-podcasts-scroll::-webkit-scrollbar{display:none}.hp-podcast-card{flex-shrink:0;width:260px;padding:20px;background:var(--th-cotton);border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.hp-podcast-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.hp-podcast-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hp-waveform{display:flex;align-items:flex-end;gap:3px;height:24px}.hp-waveform-bar{width:4px;border-radius:2px;background:var(--th-lavender);animation:hp-wave 1.2s ease-in-out infinite alternate}.hp-waveform-bar:first-child{height:8px}.hp-waveform-bar:nth-child(2){height:16px}.hp-waveform-bar:nth-child(3){height:24px}.hp-waveform-bar:nth-child(4){height:12px}.hp-waveform-bar:nth-child(5){height:20px}@keyframes hp-wave{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.hp-play-btn{width:40px;height:40px;border-radius:50%;border:none;background:var(--th-lavender);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}.hp-play-btn:hover{background:var(--th-plum);transform:scale(1.05)}.hp-podcast-card-title{font-size:.9375rem;font-weight:700;color:var(--th-charcoal);line-height:1.3;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-podcast-card-channel{font-size:.8125rem;color:var(--th-bark)}.hp-category-section{padding:40px 0;scroll-margin-top:64px}.hp-category-header{max-width:1200px;margin:0 auto 20px;padding:0 20px;display:flex;align-items:baseline;justify-content:space-between}.hp-category-title{font-size:1.5rem;font-weight:800;color:var(--th-charcoal)}.hp-category-show-all{font-size:.875rem;color:var(--th-lavender);font-weight:600;cursor:pointer;transition:color .2s}.hp-category-show-all:hover{color:var(--th-plum)}.hp-category-grid{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.hp-article-card{background:var(--th-cotton);border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 4px rgba(0,0,0,.04)}.hp-article-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.hp-article-card-img{width:100%;height:180px;object-fit:cover}.hp-article-card-img-placeholder{width:100%;height:180px;background:linear-gradient(135deg,var(--th-lilac),var(--th-wisteria))}.hp-article-card-body{padding:16px}.hp-article-card-pill{display:inline-block;padding:2px 8px;border-radius:10px;background:var(--th-lilac);color:var(--th-lavender);font-size:.6875rem;font-weight:600;margin-bottom:8px}.hp-article-card-title{font-size:1rem;font-weight:700;color:var(--th-charcoal);line-height:1.3}.hp-article-card-excerpt,.hp-article-card-title{margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-article-card-excerpt{font-size:.8125rem;color:var(--th-bark);line-height:1.5}.hp-article-card-date{font-size:.75rem;color:var(--th-stone)}.hp-top-articles{max-width:1200px;margin:0 auto;padding:40px 20px}.hp-top-articles-title{font-size:1.5rem;font-weight:800;color:var(--th-charcoal);margin-bottom:24px}.hp-top-articles-list{display:flex;flex-direction:column;gap:0}.hp-top-article-item{display:flex;align-items:center;gap:20px;padding:16px 0;border-bottom:1px solid var(--th-ash);text-decoration:none;transition:background .2s}.hp-top-article-item:hover{background:var(--th-wisteria);margin:0 -8px;padding-left:8px;padding-right:8px;border-radius:8px}.hp-top-number{font-size:3rem;font-weight:800;color:var(--th-lilac);line-height:1;min-width:64px;text-align:center}.hp-top-article-content{flex:1 1;min-width:0}.hp-top-article-title{font-size:1.0625rem;font-weight:700;color:var(--th-charcoal);line-height:1.3;margin-bottom:4px}.hp-top-article-date{font-size:.75rem;color:var(--th-stone)}.hp-newsletter{background:var(--th-lavender);padding:56px 20px;text-align:center}.hp-newsletter-inner{max-width:560px;margin:0 auto}.hp-newsletter-title{font-size:1.75rem;font-weight:800;color:white;margin-bottom:8px}.hp-newsletter-subtitle{font-size:1rem;color:rgba(255,255,255,.85);margin-bottom:24px}.hp-newsletter-form{display:flex;gap:8px;max-width:420px;margin:0 auto}.hp-newsletter-input{flex:1 1;padding:12px 16px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:rgba(255,255,255,.15);color:white;font-size:.9375rem;outline:none;transition:border-color .2s}.hp-newsletter-input::placeholder{color:rgba(255,255,255,.6)}.hp-newsletter-input:focus{border-color:rgba(255,255,255,.7)}.hp-newsletter-btn{padding:12px 24px;border-radius:10px;border:none;background:white;color:var(--th-lavender);font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .2s,transform .2s;white-space:nowrap}.hp-newsletter-btn:hover{background:var(--th-wisteria);transform:translateY(-1px)}.hp-mini-player{position:fixed;bottom:0;left:0;right:0;z-index:200;height:64px;background:var(--th-charcoal);color:white;display:flex;flex-direction:column;box-shadow:0 -2px 12px rgba(0,0,0,.2)}.hp-mini-player-progress{height:3px;background:rgba(255,255,255,.15);cursor:pointer;flex-shrink:0}.hp-mini-player-progress-fill{height:100%;background:var(--th-lavender);transition:width .3s linear}.hp-mini-player-inner{flex:1 1;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:12px;width:100%}.hp-mini-player-play{width:36px;height:36px;border-radius:50%;border:none;background:var(--th-lavender);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s}.hp-mini-player-play:hover{background:var(--th-plum)}.hp-mini-player-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.hp-mini-player-title{font-size:.875rem;font-weight:600}.hp-mini-player-channel,.hp-mini-player-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-mini-player-channel{font-size:.75rem;opacity:.6}.hp-mini-player-close{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;opacity:.6;transition:opacity .2s}.hp-mini-player-close:hover{opacity:1}@media (max-width:768px){.hp-hero{grid-template-columns:1fr;min-height:auto}.hp-hero-large{min-height:280px}.hp-hero-large-title{font-size:1.375rem}.hp-hero-side{flex-direction:row;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;gap:12px}.hp-hero-side::-webkit-scrollbar{display:none}.hp-hero-small{min-width:200px;flex:none}.hp-category-grid{grid-template-columns:1fr}.hp-newsletter-form{flex-direction:column}.hp-top-number{font-size:2rem;min-width:48px}}html[lang=hi] .hp-article-card-pill,html[lang=hi] .hp-article-card-title,html[lang=hi] .hp-category-title,html[lang=hi] .hp-hero-large-title,html[lang=hi] .hp-hero-pill,html[lang=hi] .hp-hero-small-title,html[lang=hi] .hp-nav-pill,html[lang=hi] .hp-newsletter-title,html[lang=hi] .hp-podcast-card-title,html[lang=hi] .hp-podcasts-title,html[lang=hi] .hp-top-article-title,html[lang=hi] .hp-top-articles-title{font-family:var(--font-devanagari)}.rd-main{min-height:100vh;background:var(--th-cotton);color:var(--th-charcoal)}.rd-loading{display:flex;justify-content:center;align-items:center;min-height:100vh}.rd-section-title{font-size:1.25rem;font-weight:700;color:var(--th-charcoal);margin-bottom:20px;letter-spacing:.02em}.rd-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--th-ash)}.rd-nav-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:20px;height:56px}.rd-nav-logo{flex-shrink:0}.rd-nav-pills{flex:1 1;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0}.rd-nav-pills::-webkit-scrollbar{display:none}.rd-nav-pill{flex-shrink:0;padding:5px 12px;border-radius:16px;border:1px solid var(--th-ash);background:transparent;color:var(--th-bark);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.rd-nav-pill:hover{border-color:var(--th-lavender)}.rd-nav-listen,.rd-nav-pill:hover{background:var(--th-lavender);color:var(--th-cotton)}.rd-nav-listen{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:8px 18px;border-radius:20px;border:none;font-size:.8125rem;font-weight:700;cursor:pointer;transition:background .2s,transform .2s}.rd-nav-listen:hover{background:var(--th-plum);transform:scale(1.03)}.rd-nav-listen-dot{width:8px;height:8px;border-radius:50%;background:#34d399;animation:rd-pulse-dot 2s ease-in-out infinite}@keyframes rd-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.rd-now-playing{background:linear-gradient(180deg,var(--th-wisteria) 0,var(--th-lilac) 100%);padding:56px 0 48px;position:relative;overflow:hidden}.rd-now-playing:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(124,58,237,.08) 0,transparent 70%);pointer-events:none}.rd-now-playing-inner{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.rd-now-playing-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 14px;border-radius:16px;background:rgba(124,58,237,.1);border:1px solid rgba(124,58,237,.2);color:var(--th-lavender);font-size:.6875rem;font-weight:700;letter-spacing:.1em;margin-bottom:24px}.rd-pulse{width:6px;height:6px;border-radius:50%;background:#34d399;animation:rd-pulse-dot 1.5s ease-in-out infinite}.rd-now-playing-content{display:flex;align-items:center;gap:48px}.rd-now-playing-text{flex:1 1;min-width:0}.rd-now-playing-category{display:inline-block;font-size:.75rem;font-weight:600;color:var(--th-lavender);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.rd-now-playing-title{font-size:2.25rem;font-weight:800;color:var(--th-charcoal);line-height:1.15;margin-bottom:16px}.rd-now-playing-excerpt{font-size:1rem;color:var(--th-bark);line-height:1.5;margin-bottom:12px}.rd-now-playing-channel{font-size:.875rem;color:var(--th-stone)}.rd-now-playing-visual{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:24px}.rd-waveform-hero{display:flex;align-items:flex-end;gap:4px;height:100px;padding:0 12px}.rd-waveform-hero-bar{width:4px;border-radius:2px;background:rgba(124,58,237,.2);transition:background .3s}.rd-waveform-hero-bar--active{background:var(--th-lavender);animation:rd-wave-hero .8s ease-in-out infinite alternate}@keyframes rd-wave-hero{0%{transform:scaleY(.5);opacity:.5}to{transform:scaleY(1);opacity:1}}.rd-now-playing-play{width:64px;height:64px;border-radius:50%;border:none;background:var(--th-lavender);color:var(--th-cotton);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 4px 24px var(--th-lavender-glow)}.rd-now-playing-play:hover{background:var(--th-plum);transform:scale(1.08)}.rd-trending{padding:40px 0}.rd-trending-inner{max-width:1200px;margin:0 auto;padding:0 20px}.rd-trending-scroll{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}.rd-trending-scroll::-webkit-scrollbar{display:none}.rd-trending-card{flex-shrink:0;width:280px;border-radius:12px;overflow:hidden;background:var(--th-cotton);border:1px solid var(--th-ash);text-decoration:none;transition:transform .2s,box-shadow .2s}.rd-trending-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.06)}.rd-trending-card-img{width:100%;height:160px;object-fit:cover}.rd-trending-card-img-placeholder{width:100%;height:160px;background:linear-gradient(135deg,var(--th-lilac),var(--th-wisteria))}.rd-trending-card-body{padding:14px}.rd-trending-card-pill{display:inline-block;padding:2px 8px;border-radius:10px;background:var(--th-lilac);color:var(--th-lavender);font-size:.6875rem;font-weight:600;margin-bottom:6px}.rd-trending-card-title{font-size:.9375rem;font-weight:700;color:var(--th-charcoal);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rd-station{max-width:1200px;margin:0 auto;padding:40px 20px;scroll-margin-top:64px}.rd-station+.rd-station{border-top:1px solid var(--th-ash)}.rd-station-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.rd-station-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rd-station-title{font-size:1.25rem;font-weight:700;color:var(--th-charcoal)}.rd-station-count{font-size:.75rem;color:var(--th-stone);margin-left:auto}.rd-station-scroll{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}.rd-station-scroll::-webkit-scrollbar{display:none}.rd-station-card{flex-shrink:0;width:200px;position:relative}.rd-station-card-link{text-decoration:none;display:block}.rd-station-card-img{width:100%;height:120px;object-fit:cover;border-radius:8px}.rd-station-card-img-placeholder{width:100%;height:120px;border-radius:8px;background:var(--th-lilac)}.rd-station-card-title{font-size:.8125rem;font-weight:600;color:var(--th-charcoal);line-height:1.3;margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rd-station-card-play{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s,transform .2s;box-shadow:0 2px 8px rgba(0,0,0,.15)}.rd-station-card:hover .rd-station-card-play{opacity:1}.rd-station-card-play:hover{transform:scale(1.1)}.rd-fresh{padding:40px 0;background:var(--th-petal)}.rd-fresh-inner{max-width:1200px;margin:0 auto;padding:0 20px}.rd-fresh-list{display:flex;flex-direction:column}.rd-fresh-item{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid var(--th-ash);transition:background .2s}.rd-fresh-item:hover{background:var(--th-wisteria);margin:0 -12px;padding-left:12px;padding-right:12px;border-radius:8px}.rd-fresh-item-link{flex:1 1;min-width:0;text-decoration:none}.rd-fresh-item-left{display:flex;flex-direction:column;gap:4px}.rd-fresh-item-category{font-size:.6875rem;font-weight:600;color:var(--th-lavender);text-transform:uppercase;letter-spacing:.06em}.rd-fresh-item-title{font-size:1rem;font-weight:600;color:var(--th-charcoal);line-height:1.3}.rd-fresh-item-meta{display:flex;gap:12px;font-size:.75rem;color:var(--th-stone)}.rd-fresh-item-channel{color:var(--th-bark)}.rd-fresh-item-play{width:36px;height:36px;border-radius:50%;border:1px solid var(--th-ash);background:transparent;color:var(--th-lavender);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .2s}.rd-fresh-item-play:hover{background:var(--th-lavender);color:var(--th-cotton);border-color:var(--th-lavender)}.rd-footer{border-top:1px solid var(--th-ash);padding:32px 0}.rd-footer-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.rd-footer-brand{display:flex;flex-direction:column;gap:4px}.rd-footer-name{font-size:1rem;font-weight:700;color:var(--th-bark)}.rd-footer-links,.rd-footer-tagline{font-size:.75rem;color:var(--th-stone)}.rd-footer-links{display:flex;align-items:center;gap:12px}.rd-footer-link{color:var(--th-bark);text-decoration:none;transition:color .2s}.rd-footer-link:hover{color:var(--th-lavender)}.rd-footer-separator{color:var(--th-ash)}.rd-footer-copy{color:var(--th-stone)}.rd-player{position:fixed;bottom:0;left:0;right:0;z-index:200;height:68px;background:var(--th-cotton);color:var(--th-charcoal);display:flex;flex-direction:column;box-shadow:0 -2px 16px rgba(0,0,0,.08);border-top:1px solid var(--th-ash)}.rd-player-progress{height:3px;background:var(--th-ash);cursor:pointer;flex-shrink:0}.rd-player-progress-fill{height:100%;background:var(--th-lavender);transition:width .3s linear}.rd-player-inner{flex:1 1;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:14px;width:100%}.rd-player-btn{width:40px;height:40px;border-radius:50%;border:none;background:var(--th-lavender);color:var(--th-cotton);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s}.rd-player-btn:hover{background:var(--th-plum)}.rd-player-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.rd-player-title{font-size:.875rem;font-weight:600;color:var(--th-charcoal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rd-player-time{font-size:.6875rem;color:var(--th-stone);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rd-player-wave-mini{display:flex;align-items:flex-end;gap:2px;height:20px;flex-shrink:0}.rd-player-wave-bar{width:3px;height:4px;border-radius:1.5px;background:var(--th-lilac);transition:background .2s}.rd-player-wave-bar--active{background:var(--th-lavender);animation:rd-wave-mini .6s ease-in-out infinite alternate}@keyframes rd-wave-mini{0%{height:4px}to{height:18px}}.rd-player-close{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:var(--th-bark);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;opacity:.5;transition:opacity .2s}.rd-player-close:hover{opacity:1}@media (max-width:768px){.rd-now-playing-content{flex-direction:column;gap:24px}.rd-now-playing-title{font-size:1.5rem}.rd-waveform-hero{height:60px}.rd-now-playing-play{width:52px;height:52px}.rd-nav-listen{padding:6px 12px;font-size:.75rem}.rd-footer-inner{flex-direction:column;gap:12px;text-align:center}}html[lang=hi] .rd-fresh-item-title,html[lang=hi] .rd-now-playing-title,html[lang=hi] .rd-section-title,html[lang=hi] .rd-station-card-title,html[lang=hi] .rd-station-title,html[lang=hi] .rd-trending-card-title{font-family:var(--font-devanagari)}.dev-toolbar{position:fixed;top:12px;right:12px;z-index:9999;display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--th-cotton);border:1px solid var(--th-ash);border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.08);font-size:.6875rem;font-family:SF Mono,Fira Code,monospace}.dev-toolbar-label{font-weight:700;color:var(--th-lavender);letter-spacing:.08em}.dev-toolbar-group{display:flex;gap:2px;background:var(--th-petal);border-radius:6px;padding:2px}.dev-toolbar-btn{padding:3px 10px;border:none;border-radius:5px;background:transparent;color:var(--th-bark);font-size:.6875rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.dev-toolbar-btn--active{background:var(--th-lavender);color:var(--th-cotton)}.dev-toolbar-btn:hover:not(.dev-toolbar-btn--active){background:var(--th-lilac)}.dev-toolbar-link{padding:3px 8px;color:var(--th-bark);text-decoration:none;font-weight:500;transition:color .15s}.dev-toolbar-link:hover{color:var(--th-lavender)}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ca60b95d975a0530-s.p.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/76d65646da49a987-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/85ec3505000466ce-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/ca60b95d975a0530-s.p.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/76d65646da49a987-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/85ec3505000466ce-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Devanagari Fallback;src:local("Arial");ascent-override:84.27%;descent-override:38.37%;line-gap-override:0.00%;size-adjust:106.33%}.__className_664b9b{font-family:Noto Sans Devanagari,Noto Sans Devanagari Fallback;font-style:normal}.__variable_664b9b{--font-devanagari:"Noto Sans Devanagari","Noto Sans Devanagari Fallback"}