@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)}.ss-main{background:var(--th-petal);min-height:100vh}.ss-loading{display:flex;justify-content:center;align-items:center;min-height:80vh}.ss-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--th-ash)}.ss-nav-inner{max-width:640px;margin:0 auto;padding:14px 20px;justify-content:space-between}.ss-nav-brand,.ss-nav-inner{display:flex;align-items:center}.ss-nav-brand{gap:12px}.ss-nav-logo-img{height:28px;width:auto}.ss-nav-live{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--th-lavender);background:var(--th-wisteria);padding:4px 10px;border-radius:20px}.ss-nav-live-dot{width:6px;height:6px;border-radius:50%;background:var(--th-lavender);animation:ssPulse 2s ease-in-out infinite}@keyframes ssPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.ss-feed{max-width:640px;margin:0 auto;padding:8px 16px 40px;display:flex;flex-direction:column;gap:2px}.ss-card{animation:ssCardIn .4s ease-out both}@keyframes ssCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ss-card:first-child{animation-delay:0s}.ss-card:nth-child(2){animation-delay:.05s}.ss-card:nth-child(3){animation-delay:.1s}.ss-card:nth-child(4){animation-delay:.15s}.ss-card:nth-child(5){animation-delay:.2s}.ss-card-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px}.ss-card-pill{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--th-lavender);background:var(--th-wisteria);padding:3px 8px;border-radius:4px}.ss-card-pill--audio{background:rgba(124,58,237,.15);color:var(--th-plum)}.ss-card-pill--quick{background:transparent;color:var(--th-bark);padding:0}.ss-card-time{font-size:12px;color:var(--th-stone)}.ss-card-channel{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--th-bark);font-weight:500}.ss-card-channel--sm{font-size:12px;color:var(--th-stone)}.ss-card-channel-avatar{width:18px;height:18px;border-radius:50%;object-fit:cover}.ss-card-play{display:inline-flex;align-items:center;gap:6px;background:var(--th-lavender);color:white;border:none;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.ss-card-play:hover{background:var(--th-plum)}.ss-card--hero{position:relative;border-radius:16px;overflow:hidden;margin-bottom:6px}.ss-card-hero-img{width:100%;height:380px;object-fit:cover;display:block}.ss-card-hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:32px 24px 24px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:white}.ss-card-hero-overlay .ss-card-pill{background:rgba(255,255,255,.2);color:white;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ss-card-hero-overlay .ss-card-time{color:rgba(255,255,255,.7)}.ss-card-hero-title{font-family:Plus Jakarta Sans,sans-serif;font-size:26px;font-weight:800;line-height:1.2;margin-bottom:8px;letter-spacing:-.3px}.ss-card-hero-title a{color:white}.ss-card-hero-excerpt{font-size:14px;line-height:1.5;color:rgba(255,255,255,.8);margin-bottom:12px}.ss-card-hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.ss-card-hero-bottom .ss-card-channel{color:rgba(255,255,255,.8)}.ss-card-play--hero{background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ss-card-play--hero:hover{background:rgba(255,255,255,.35)}.ss-card--audio{display:flex;gap:16px;padding:16px 20px;background:var(--th-cotton);border-radius:12px;border:1px solid var(--th-ash);margin-bottom:2px;align-items:center}.ss-card-audio-left{gap:12px}.ss-card-audio-left,.ss-card-audio-play{display:flex;align-items:center;flex-shrink:0}.ss-card-audio-play{width:44px;height:44px;border-radius:50%;background:var(--th-lavender);color:white;border:none;justify-content:center;cursor:pointer;transition:background .15s,transform .15s}.ss-card-audio-play:hover{background:var(--th-plum);transform:scale(1.05)}.ss-card-audio-wave{display:flex;align-items:center;gap:2px;height:28px}.ss-card-audio-bar{width:3px;border-radius:2px;background:var(--th-lilac);animation:ssWave 1.2s ease-in-out infinite alternate}@keyframes ssWave{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.ss-card-audio-right{flex:1 1;min-width:0}.ss-card-audio-title{font-size:15px;font-weight:700;line-height:1.3;color:var(--th-charcoal);margin-bottom:4px}.ss-card-audio-title a:hover{color:var(--th-lavender)}.ss-card--standard{background:var(--th-cotton);border-radius:12px;overflow:hidden;border:1px solid var(--th-ash);margin-bottom:2px}.ss-card-std-img{width:100%;height:200px;object-fit:cover;display:block}.ss-card-std-body{padding:16px 20px 18px}.ss-card-std-title{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:800;line-height:1.3;color:var(--th-charcoal);margin-bottom:6px;letter-spacing:-.2px}.ss-card-std-title a:hover{color:var(--th-lavender)}.ss-card-std-excerpt{font-size:14px;line-height:1.5;color:var(--th-bark);margin-bottom:8px}.ss-card--quote{background:var(--th-cotton);border-left:4px solid var(--th-lavender);border-radius:0 12px 12px 0;padding:20px 24px;margin-bottom:2px}.ss-card-quote-mark{font-family:Georgia,serif;font-size:48px;line-height:1;color:var(--th-lilac);margin-bottom:-8px}.ss-card-quote-text{font-size:17px;line-height:1.6;color:var(--th-charcoal);font-style:italic;margin-bottom:12px}.ss-card-quote-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.ss-card-quote-source{font-size:13px;font-weight:600;color:var(--th-lavender)}.ss-card-quote-source:hover{color:var(--th-plum)}.ss-card--quick{padding:14px 20px;background:var(--th-cotton);border-radius:10px;border:1px solid transparent;margin-bottom:1px;transition:border-color .15s}.ss-card--quick:hover{border-color:var(--th-ash)}.ss-card-quick-title{font-size:15px;font-weight:700;line-height:1.4;color:var(--th-charcoal)}.ss-card-quick-title a:hover{color:var(--th-lavender)}.ss-divider{display:flex;align-items:center;gap:14px;padding:24px 0 12px}.ss-divider-line{flex:1 1;height:1px;background:var(--th-ash)}.ss-divider-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--th-stone);white-space:nowrap}.ss-footer{max-width:640px;margin:0 auto;padding:24px 20px;text-align:center;font-size:13px;color:var(--th-stone)}.ss-footer-sep{margin:0 6px}.ss-player{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--th-cotton);border-top:1px solid var(--th-ash);box-shadow:0 -4px 20px rgba(0,0,0,.08)}.ss-player-progress{height:3px;background:var(--th-ash);cursor:pointer}.ss-player-progress-fill{height:100%;background:var(--th-lavender);transition:width .3s linear}.ss-player-inner{max-width:640px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;gap:12px}.ss-player-btn{width:36px;height:36px;border-radius:50%;background:var(--th-lavender);color:white;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.ss-player-btn:hover{background:var(--th-plum)}.ss-player-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.ss-player-title{font-size:13px;font-weight:600;color:var(--th-charcoal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ss-player-time{font-size:11px;color:var(--th-stone);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ss-player-close{background:none;border:none;color:var(--th-stone);cursor:pointer;padding:4px;display:flex;align-items:center}.ss-player-close:hover{color:var(--th-charcoal)}@media (max-width:680px){.ss-feed{padding:8px 12px 40px}.ss-card-hero-img{height:280px}.ss-card-hero-title{font-size:22px}.ss-card--audio{padding:12px 14px;gap:12px}.ss-card-audio-wave{display:none}}.ku-main{background:#ffffff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.ku-loading{display:flex;justify-content:center;align-items:center;min-height:80vh}.ku-nav{background:#ffffff;padding:0 40px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.ku-nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid rgba(0,0,0,.08)}.ku-nav-logo{height:64px;width:auto}.ku-nav-links{display:flex;gap:32px;align-items:center}.ku-nav-link{font-size:15px;font-weight:500;color:#333;transition:color .15s;text-decoration:none}.ku-nav-link:hover{color:#000}.ku-nav-link--active{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;font-weight:600;color:#000}.ku-nav-right{gap:12px}.ku-nav-right,.ku-nav-search{display:flex;align-items:center}.ku-nav-search{gap:8px;border:1.5px solid rgba(0,0,0,.15);border-radius:24px;padding:8px 16px;font-size:14px;color:#666;cursor:pointer;transition:border-color .15s}.ku-nav-search:hover{border-color:rgba(0,0,0,.3)}.ku-nav-contact{font-size:14px;font-weight:500;color:#333;border:1.5px solid rgba(0,0,0,.15);border-radius:24px;padding:8px 20px;transition:all .15s}.ku-nav-contact:hover{background:#000;color:#fff;border-color:#000}.ku-hero{padding:0 40px;margin-bottom:0}.ku-hero-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr .35fr;grid-gap:24px;gap:24px;padding:32px 0;min-height:520px}.ku-hero-block{border-radius:24px;overflow:hidden;position:relative;height:520px}.ku-hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:75% center;z-index:0}.ku-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.65) 40%,rgba(0,0,0,.35) 65%,rgba(0,0,0,.1) 82%,transparent),linear-gradient(0deg,rgba(0,0,0,.55) 0,transparent 40%)}.ku-hero-content{position:relative;z-index:2;justify-content:space-between;height:520px;padding:32px 36px 28px;max-width:480px}.ku-hero-content,.ku-hero-content-top{display:flex;flex-direction:column}.ku-hero-content-bottom{margin-top:auto}.ku-hero-available{margin-bottom:24px}.ku-hero-available-label{font-size:12px;font-weight:500;color:rgba(255,255,255,.6);display:block;margin-bottom:8px}.ku-hero-available-icons{display:flex;gap:8px}.ku-hero-icon{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#fff}.ku-hero-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:rgba(255,255,255,.85)}.ku-hero-badge-text{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,.9);border-bottom:2px solid rgba(255,255,255,.4);padding-bottom:2px}.ku-hero-title{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:38px;font-weight:800;line-height:1.12;color:#fff;letter-spacing:-.7px}.ku-hero-content--dark-text .ku-hero-available-label{color:rgba(0,0,0,.55)}.ku-hero-content--dark-text .ku-hero-icon{background:rgba(0,0,0,.1);color:#222}.ku-hero-content--dark-text .ku-hero-badge{color:rgba(0,0,0,.8)}.ku-hero-content--dark-text .ku-hero-badge-text{color:#000;border-bottom-color:rgba(0,0,0,.35)}.ku-hero-content--dark-text .ku-hero-title{color:#000}.ku-hero-content--dark-text~.ku-hero-player{background:rgba(0,0,0,.15);border-color:rgba(0,0,0,.12)}.ku-hero-content--dark-text~.ku-hero-player .ku-hero-player-title{color:#222}.ku-hero-content--dark-text~.ku-hero-player .ku-hero-player-sub{color:rgba(0,0,0,.55)}.ku-hero-content--dark-text~.ku-hero-player .ku-hero-player-ctrl{color:rgba(0,0,0,.6)}.ku-hero-content--dark-text~.ku-hero-player .ku-hero-player-ctrl--play{background:rgba(0,0,0,.2);color:#222}.ku-hero-player{position:absolute;bottom:24px;right:24px;z-index:3;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.12);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:12px 18px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;max-width:380px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.ku-hero-player:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 32px rgba(124,58,237,.4),0 4px 16px rgba(0,0,0,.15);border-color:rgba(255,255,255,.35)}.ku-hero-player-img{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.ku-hero-player-info{flex:1 1;min-width:0;line-height:1.2;padding-left:6px}.ku-hero-player-title{font-size:13px;font-weight:600;color:#fff;display:block;white-space:nowrap;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,black 8%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,black 8%,black 90%,transparent);margin-bottom:1px}.ku-hero-player-title>span{display:inline-block;padding-left:8%;animation:none}.ku-hero-player:hover .ku-hero-player-title>span{animation:ku-marquee 12s linear .5s infinite}@keyframes ku-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ku-hero-player-sub{font-size:11px;color:rgba(255,255,255,.6);line-height:1.2;padding-left:8%}.ku-hero-player-controls{display:flex;gap:4px;align-items:center}.ku-hero-player-ctrl{background:none;border:none;color:rgba(255,255,255,.7);cursor:pointer;padding:4px;display:flex;align-items:center}.ku-hero-player-ctrl--play{color:#fff;background:rgba(255,255,255,.35);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0}.ku-hero-right{display:flex;flex-direction:column;gap:20px}.ku-sidebar-featured{background:transparent}.ku-sidebar-img-wrap{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;margin-bottom:12px}.ku-sidebar-img{width:100%;height:180px;object-fit:cover;display:block}.ku-sidebar-play-overlay{position:absolute;bottom:12px;left:12px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;color:#000;transition:transform .15s}.ku-sidebar-img-wrap:hover .ku-sidebar-play-overlay{transform:scale(1.08)}.ku-sidebar-title{font-size:16px;font-weight:700;color:#000;line-height:1.3;margin-bottom:6px}.ku-sidebar-desc{font-size:13px;color:#555;line-height:1.5}.ku-sidebar-themes{border-top:1px solid rgba(0,0,0,.1);padding-top:16px}.ku-sidebar-themes-title{font-size:15px;font-weight:700;color:#000;margin-bottom:12px}.ku-sidebar-themes-list{display:flex;flex-wrap:wrap;gap:8px}.ku-theme-pill{display:inline-flex;align-items:center;gap:6px;border:1.5px solid rgba(0,0,0,.12);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;color:#333;cursor:pointer;transition:all .15s}.ku-theme-pill:hover{background:#000;color:#fff;border-color:#000}.ku-theme-pill-star{font-weight:700;font-size:15px}.ku-episodes{background:#f9f9f9;padding:48px 40px}.ku-episodes-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;grid-gap:40px;gap:40px;align-items:start}.ku-episodes-title{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:36px;font-weight:800;line-height:1.15;color:#000;letter-spacing:-.5px;margin-bottom:16px}.ku-episodes-desc{font-size:14px;line-height:1.6;color:#555}.ku-episodes-carousel-wrap{overflow:hidden}.ku-episodes-carousel{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.ku-episodes-carousel::-webkit-scrollbar{display:none}.ku-ep-card{min-width:240px;max-width:260px;flex-shrink:0;background:#fff;border-radius:14px;padding:14px;box-shadow:0 1px 4px rgba(0,0,0,.04)}.ku-ep-card-top{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px}.ku-ep-card-info{flex:1 1;min-width:0}.ku-ep-card-title{font-size:14px;font-weight:700;color:#000;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.ku-ep-card-duration{font-size:12px;color:#888}.ku-ep-card-img{width:80px;height:80px;border-radius:10px;object-fit:cover;flex-shrink:0}.ku-ep-card-play{width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(0,0,0,.15);background:transparent;display:flex;align-items:center;justify-content:center;color:#333;cursor:pointer;transition:all .15s}.ku-ep-card-play:hover{background:#000;color:#fff;border-color:#000}.ku-episodes-carousel-footer{display:flex;align-items:center;gap:16px;margin-top:20px}.ku-episodes-carousel-track{flex:1 1;height:3px;background:rgba(0,0,0,.1);border-radius:2px;position:relative}.ku-episodes-carousel-progress{position:absolute;top:0;height:100%;background:#000;border-radius:2px;transition:left .3s ease,width .3s ease}.ku-episodes-carousel-page{font-size:13px;color:#888;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.ku-deepdive{padding:0 40px;margin:64px 0}.ku-deepdive-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr;position:relative}.ku-deepdive-img-wrap{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 12px 40px rgba(0,0,0,.12)}.ku-deepdive-img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease}.ku-deepdive:hover .ku-deepdive-img{transform:scale(1.04)}.ku-deepdive-img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.3) 0,transparent 40%)}.ku-deepdive-badge{top:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;padding:6px 14px;border-radius:8px}.ku-deepdive-badge,.ku-deepdive-play{position:absolute;left:20px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#222}.ku-deepdive-play{bottom:20px;width:52px;height:52px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s;box-shadow:0 4px 16px rgba(0,0,0,.15)}.ku-deepdive-play:hover{transform:scale(1.1);background:#fff}.ku-deepdive-content{position:relative;z-index:2;padding:48px 0 48px 24px;display:flex;flex-direction:column;justify-content:center}.ku-deepdive-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#999;margin-bottom:20px}.ku-deepdive-title{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:32px;font-weight:800;line-height:1.18;color:#111;margin-bottom:24px;margin-left:-140px;padding:18px 24px;background:linear-gradient(90deg,#fff 0,#fff 85%,transparent);border-radius:12px 0 0 12px;position:relative}.ku-deepdive-quote{font-size:15px;line-height:1.7;color:#666;margin:0 0 28px;padding-left:0;max-width:440px}.ku-deepdive-quote-mark{display:none}.ku-deepdive-channel{display:flex;align-items:center;gap:10px;margin-bottom:28px}.ku-deepdive-channel-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.ku-deepdive-channel-name{font-size:13px;font-weight:600;color:#888}.ku-deepdive-cta{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;padding:14px 28px;background:var(--th-lavender,#7C3AED);color:#fff;font-size:14px;font-weight:700;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 4px 16px rgba(124,58,237,.3)}.ku-deepdive-cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(124,58,237,.45);background:var(--th-plum,#5B21B6)}@media (max-width:768px){.ku-deepdive{padding:0 20px;margin:40px 0}.ku-deepdive-inner{grid-template-columns:1fr}.ku-deepdive-img-wrap{aspect-ratio:16/9;border-radius:16px}.ku-deepdive-content{padding:24px 0 0}.ku-deepdive-title{font-size:22px;margin-left:0;padding:0;background:none}.ku-deepdive-quote{font-size:14px}}.ku-category{padding:40px 40px 0}.ku-category-inner{max-width:1280px;margin:0 auto;padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,.08)}.ku-category-header{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.ku-category-name{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:24px;font-weight:800;color:#000;letter-spacing:-.3px}.ku-category-count{font-size:13px;color:#888}.ku-category-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.ku-category-card{background:#fff;border-radius:14px;overflow:hidden;text-decoration:none;transition:transform .15s,box-shadow .15s;position:relative}.ku-category-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.ku-category-card-img{width:100%;height:160px;object-fit:cover;display:block}.ku-category-card-body{padding:14px 16px}.ku-category-card-title{font-size:14px;font-weight:700;color:#000;line-height:1.4;display:block;margin-bottom:4px}.ku-category-card-channel{font-size:12px;color:#888}.ku-category-card-play{position:absolute;bottom:14px;right:14px;width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);background:#fff;display:flex;align-items:center;justify-content:center;color:#333;cursor:pointer;transition:all .15s}.ku-category-card-play:hover{background:#000;color:#fff;border-color:#000}.ku-footer{padding:32px 40px;background:#ffffff}.ku-footer-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.ku-footer-logo{height:22px;width:auto;opacity:.5}.ku-footer-copy{font-size:13px;color:#888}.ku-player{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 20px rgba(0,0,0,.06)}.ku-player-progress{height:3px;background:rgba(0,0,0,.06);cursor:pointer}.ku-player-progress-fill{height:100%;background:#000;transition:width .3s linear}.ku-player-inner{max-width:1280px;margin:0 auto;padding:10px 40px;display:flex;align-items:center;gap:14px}.ku-player-btn{width:36px;height:36px;border-radius:50%;background:#000;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.ku-player-btn:hover{background:#333}.ku-player-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.ku-player-title{font-size:13px;font-weight:600;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ku-player-time{font-size:11px;color:#888;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ku-player-close{background:none;border:none;color:#888;cursor:pointer;padding:4px;display:flex;align-items:center}.ku-player-close:hover{color:#000}@media (max-width:1100px){.ku-hero-grid{grid-template-columns:1fr}.ku-hero-right{display:none}.ku-category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ku-nav{padding:0 20px}.ku-nav-links{display:none}.ku-hero{padding:0 20px}.ku-hero-grid{grid-template-columns:1fr;gap:20px;min-height:auto}.ku-hero-block{height:400px}.ku-hero-content{height:400px;padding:24px 20px 20px;max-width:100%}.ku-hero-title{font-size:26px}.ku-hero-player{right:16px;bottom:16px;max-width:calc(100% - 32px)}.ku-hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 60%,rgba(0,0,0,.15)),linear-gradient(0deg,rgba(0,0,0,.55) 0,transparent 50%)}.ku-episodes{padding:32px 20px}.ku-episodes-inner{grid-template-columns:1fr;gap:24px}.ku-category{padding:24px 20px 0}.ku-category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ku-player-inner{padding:10px 20px}.ku-footer{padding:24px 20px}}@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"}