:root{--red:#8b1022;--maroon:#6f0b1b;--yellow:#f4c430;--ink:#111;--muted:#5f6368;--line:#e7e7e7;--soft:#f7f7f7;--wrap:1260px;--article:780px;--font:var(--gh-font-body,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans Tamil","Noto Sans",Latha,Arial,sans-serif);--heading:var(--gh-font-heading,var(--font))}*{box-sizing:border-box}html{font-size:14.5px;background:#fff;color-scheme:light}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font);line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{color:var(--red)}:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.brand-word,h1,h2,h3,h4,h5,h6{font-family:var(--heading)}.skip-link{position:absolute;z-index:50;top:8px;left:8px;transform:translateY(-140%);border-radius:999px;background:var(--yellow);color:#3b050a;font-weight:900;padding:.65rem .9rem}.skip-link:focus{transform:none}.section-wrap{width:min(var(--wrap),calc(100% - 28px));margin-inline:auto}.site-main{background:#fff}.site-header{background:#fff;color:#111;border-bottom:1px solid #ddd}.brand-accent{height:4px;background:linear-gradient(90deg,var(--red) 0 50%,var(--yellow) 50%)}.header-shell{width:min(var(--wrap),calc(100% - 28px));min-height:40px;margin:auto;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:1.25rem}.brand{display:inline-flex;align-items:center;gap:0;color:#111}.brand-logo{max-width:150px;max-height:38px;object-fit:contain}.brand-word{font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:950;letter-spacing:-.06em;line-height:1;white-space:nowrap;background:linear-gradient(90deg,#d70d18 0 42%,var(--yellow) 48% 100%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:.7px var(--maroon);text-shadow:0 1px 0 rgba(111,11,27,.35),0 2px 4px rgba(111,11,27,.22)}.brand-word span{color:var(--maroon);-webkit-text-fill-color:var(--maroon);-webkit-text-stroke:0;font-size:.62em;font-style:italic;font-weight:700;margin-left:1px;text-shadow:none}.primary-nav{min-width:0;overflow-x:auto;scrollbar-width:thin}.nav-list{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0;white-space:nowrap}.nav-list a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:40px;border-radius:999px;color:#111;font-size:.78rem;font-weight:800;padding:.42rem .62rem}.nav-current a,.nav-list a:hover{background:var(--red);color:#fff}.ticker{width:100%;display:flex;margin:0;overflow:hidden;background:linear-gradient(90deg,var(--maroon) 0,#8b1022 50%,#d70d18 100%);color:#fff7c2;border-top:1px solid rgba(244,196,48,.55);border-bottom:1px solid rgba(111,11,27,.25)}.ticker-label{display:grid;place-items:center;min-width:88px;min-height:34px;background:var(--yellow);color:var(--maroon);font-size:.86rem;font-weight:950;line-height:1.2;padding:.3rem .7rem}.ticker-track-wrap{min-width:0;min-height:34px;flex:1;overflow:hidden}.ticker-track{display:flex;align-items:center;gap:2.35rem;list-style:none;margin:0;padding:.3rem 1rem;white-space:nowrap;font-size:.86rem;line-height:1.35;font-weight:900;animation:ticker-scroll 42s linear infinite}.ticker-track a{color:#fff7c2}.ticker-track a:hover{color:#fff}.ticker-track li{position:relative}.ticker-track li:after{content:"";position:absolute;right:-1.4rem;top:50%;width:6px;height:6px;border-radius:50%;background:var(--yellow);transform:translateY(-50%)}@keyframes ticker-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.home-top{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start;margin-top:16px}.hero-area,.hero-slider{min-width:0}.hero-scroll{display:flex;gap:12px;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#d7d7d7 transparent;border-radius:4px}.hero-scroll::-webkit-scrollbar{height:8px}.hero-scroll::-webkit-scrollbar-thumb{background:#d7d7d7;border-radius:999px}.hero-card{position:relative;flex:0 0 100%;scroll-snap-align:start;overflow:hidden;width:100%;aspect-ratio:16/9;max-height:560px;border-radius:4px;background:#f3ead9;contain:layout paint}.hero-media,.hero-media img,.hero-media picture{position:absolute;inset:0;width:100%;height:100%}.hero-media picture{display:block}.hero-media img{object-fit:contain;object-position:center}.hero-overlay{position:absolute;inset:auto 0 0;min-height:42%;z-index:2;padding:120px 28px 30px;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.45) 24%,rgba(0,0,0,.88));contain:layout paint}.card-label,.news-label{display:inline-flex;width:max-content;border-radius:3px;background:var(--red);color:#fff;font-size:.58rem;font-weight:950;letter-spacing:.06em;line-height:1;padding:.38rem .5rem;text-transform:uppercase}.hero-overlay h1{max-width:820px;margin:.65rem 0 .35rem;color:#fff;font-size:clamp(1.18rem,2.15vw,1.78rem);line-height:1.22;font-weight:900;letter-spacing:-.03em;text-shadow:0 2px 10px rgba(0,0,0,.35)}.hero-overlay time{color:rgba(255,255,255,.9);font-size:.82rem;font-weight:700}.empty-note{border:1px dashed var(--red);border-radius:4px;background:#fffbe6;padding:1rem}.hero-empty{min-height:360px;display:grid;place-items:center;text-align:center}.home-rail{min-width:0}.promo-wrap{display:grid;grid-template-columns:1fr;gap:10px}.promo-card{display:grid;gap:.2rem;min-height:104px;border-radius:4px;color:#fff;padding:16px;overflow:hidden}.promo-whatsapp{background:linear-gradient(135deg,#1caf5f,#0aa64f)}.promo-live{background:linear-gradient(135deg,#d90816,#a8000b)}.promo-kicker{color:#fff;font-size:.86rem;font-weight:950}.promo-kicker b{float:right;margin-left:42px;color:var(--yellow);font-size:.72rem}.promo-card strong{color:rgba(255,255,255,.94);font-size:.82rem;font-weight:650}.promo-button{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:44px;min-height:44px;margin-top:.35rem;border-radius:999px;background:#fff;color:#075c2d;font-size:.72rem;font-weight:950;padding:.45rem .72rem}.promo-live .promo-button{color:#9d0008}.home-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px;align-items:start;margin-top:18px}.latest-heading{display:flex;align-items:baseline;gap:.75rem;margin:0 0 14px;border-bottom:2px solid #111}.latest-heading h2{margin:0;color:#111;font-size:1.55rem;line-height:1.25;font-weight:900;letter-spacing:-.04em}.latest-heading span{color:#777;font-size:.9rem;font-weight:800}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem}.latest-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:30px 18px}.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.post-card{background:#fff;border:0;box-shadow:none;overflow:visible}.card-media{position:relative;display:grid;place-items:center;aspect-ratio:16/9;border-radius:3px;background:#f3ead9;overflow:hidden;contain:layout paint}.card-media img{width:100%;height:100%;object-fit:contain;object-position:center}.card-label{position:absolute;left:8px;bottom:8px;font-size:.62rem;padding:.36rem .5rem}.card-body{display:grid;gap:.35rem;padding:.65rem 0 0;background:#fff}.card-body h2{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#111;font-size:clamp(.96rem,.35vw + .86rem,1.08rem);font-weight:900;line-height:1.36;letter-spacing:-.015em}.article-meta,.meta-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--muted);font-size:.76rem;line-height:1.35;font-weight:700}.trending-sidebar{position:sticky;top:10px}.trending-box{border:1px solid var(--line);border-radius:4px;background:#fff;padding:0 16px}.trending-box h2{margin:0;padding:14px 0 10px;color:#161616;font-size:.95rem;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.trending-box h2 span{color:var(--red)}.trending-list{list-style:none;margin:0;padding:0}.trending-list li{border-top:1px solid #eee}.trending-item{display:grid;grid-template-columns:92px 1fr;gap:13px;padding:14px 0}.trending-item img{width:92px;height:62px;object-fit:contain;object-position:center;border-radius:3px;background:#f3ead9;padding:2px;contain:layout paint}.trending-item strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#111;font-size:.88rem;line-height:1.32;font-weight:900}.trending-item time{display:block;margin-top:.25rem;color:var(--muted);font-size:.72rem;font-weight:700}.pagination{display:flex;justify-content:center;align-items:center;gap:.9rem;margin:34px 0 20px;color:#666;font-weight:500}.pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:1px solid #e5e5e5;border-radius:4px;background:#fff;color:#111;font-weight:600;padding:.62rem .9rem}.breadcrumbs{margin-top:.75rem}.breadcrumbs ol{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0;color:var(--muted);font-size:.78rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs li{min-width:0;overflow:hidden;text-overflow:ellipsis}.breadcrumbs li+li:before{content:"/";margin-right:.35rem;color:#999}.breadcrumbs a{color:var(--muted)}.breadcrumbs a:hover{color:var(--red)}.breadcrumbs [aria-current=page]{color:#222}.archive-hero,.error-page{margin-top:2rem;padding:1.5rem;border:1px solid var(--line);border-radius:6px;background:var(--soft)}.archive-hero h1,.article-header h1,.error-page h1,.section-heading h1,.section-heading h2{margin:0;color:#111;line-height:1.26;font-weight:900;letter-spacing:-.035em}.archive-hero p{max-width:760px;color:#444}.author-hero img{border-radius:50%;border:4px solid var(--yellow);margin-bottom:.8rem}.article{width:min(var(--article),calc(100% - 32px));margin-inline:auto}.article-header{display:grid;gap:.9rem;margin-top:2rem}.article-header h1{font-size:clamp(1.45rem,3.7vw,2.55rem)}.article-excerpt{margin:0;color:#333;font-size:1.05rem;line-height:1.7}.article-meta{border-block:1px solid var(--line);padding:.85rem 0;font-size:.82rem}.author-mini{display:inline-flex;align-items:center;gap:.5rem;color:var(--maroon);font-weight:900}.author-box img,.author-mini img{border-radius:50%;object-fit:cover}.article-image{margin:1.35rem 0;background:#f3ead9}.article-image img{width:100%;max-height:720px;border-radius:6px;background:#f3ead9;object-fit:contain;object-position:center}.article-image figcaption{margin-top:.5rem;color:var(--muted);font-size:.82rem;text-align:center}.share-buttons{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin:1rem 0;padding:.8rem;border:1px solid var(--line);border-radius:6px;background:#fafafa}.share-buttons span{font-weight:950}.button,.section-link,.share-buttons a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:999px;background:var(--maroon);color:#fff;font-weight:850;padding:.55rem .8rem}.share-buttons a{background:#fff;color:var(--maroon);border:1px solid var(--line);font-size:.82rem}.button:hover,.section-link:hover,.share-buttons a:hover{background:#3b050a;color:#fff}.article-content{color:#111;font-size:1rem;line-height:1.86;font-weight:450;overflow-wrap:break-word}.article-content>*{margin-block:1.05rem}.article-content>:first-child{margin-top:0}.article-content a{color:var(--maroon);font-weight:800;text-decoration:underline;text-underline-offset:.18em}.article-content h2,.article-content h3,.article-content h4{color:#111;line-height:1.38;margin-top:1.6em}.article-content h2{font-size:1.55rem}.article-content h3{font-size:1.25rem}.article-content blockquote{margin-inline:0;padding:.2rem 0 .2rem 1rem;border-left:5px solid var(--yellow);color:#111;font-size:1.15rem;font-weight:800}.article-content ol,.article-content ul{padding-left:1.4rem}.article-content table{width:100%;border-collapse:collapse;font-size:.9rem}.article-content td,.article-content th{border:1px solid var(--line);padding:.55rem;text-align:left}.tag-list a,.tag-pill{display:inline-flex;width:max-content;border-radius:999px;background:var(--yellow);color:#3b050a;font-size:.78rem;font-weight:950;line-height:1;padding:.42rem .65rem}.tag-list{display:flex;flex-wrap:wrap;gap:.55rem}.tag-list a{background:#fafafa;border:1px solid var(--line);color:var(--maroon)}.article-footer{display:grid;gap:1.2rem;margin:2rem 0}.author-box{display:grid;grid-template-columns:72px 1fr;gap:1rem;align-items:center;padding:1rem;border:1px solid var(--line);border-radius:6px;background:#fafafa}.author-box h2,.author-box p{margin:0}.eyebrow{margin:0 0 .35rem;color:var(--maroon);font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.section-heading{margin:2rem 0 1rem}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:1rem}.site-footer{margin-top:48px;background:#f7f7f7;color:var(--muted);border-top:1px solid #e6e6e6}.footer-grid{width:min(var(--wrap),calc(100% - 28px));margin:auto;display:grid;grid-template-columns:1.6fr .7fr .7fr .7fr;gap:48px;padding:34px 0 30px}.footer-brand{color:#111;font-size:1.05rem;font-weight:950;text-transform:uppercase}.footer-grid h2{margin:0 0 .65rem;color:#111;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase}.footer-grid p,.footer-links a,.footer-nav .nav-list a{color:var(--muted);font-size:.8rem;line-height:1.6}.footer-whatsapp{display:inline-block;margin-top:.5rem;color:#16864a;font-weight:950}.footer-nav .nav-list{display:grid;list-style:disc;padding-left:1rem;gap:.15rem;white-space:normal}.footer-links a,.footer-nav .nav-list a{display:block;min-height:auto;min-width:auto;padding:.12rem 0;border-radius:0;font-weight:500}.footer-links a:hover,.footer-nav .nav-list a:hover{background:0 0;color:var(--red)}.footer-links{display:grid}.social-icons{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.social-icons a{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid #ddd;border-radius:999px;color:var(--maroon);background:#fff}.social-icons svg{width:18px;height:18px;fill:currentColor}.site-footer .social-icons{display:grid;justify-items:start;gap:.25rem}.site-footer .social-icons a{width:auto;height:auto;border:0;background:0 0;color:var(--muted);display:inline-flex}.copyright{width:min(var(--wrap),calc(100% - 28px));margin:auto;display:flex;justify-content:center;gap:.5rem;border-top:1px solid #e1e1e1;color:#777;font-size:.78rem;padding:.9rem 0}.kg-card{margin-block:1.5rem}.kg-width-wide{width:min(100vw - 32px,1080px);margin-left:50%;transform:translateX(-50%)}.kg-width-full{width:100vw;margin-left:50%;transform:translateX(-50%)}.kg-gallery-container{display:flex;flex-direction:column;gap:.75rem}.kg-gallery-row{display:flex;gap:.75rem}.kg-gallery-image{flex:1}.kg-gallery-image img,.kg-image-card img{border-radius:6px}.kg-audio-card,.kg-before-after-card,.kg-bookmark-card,.kg-callout-card,.kg-file-card,.kg-nft-card,.kg-product-card,.kg-toggle-card,.kg-video-card{border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden}.kg-bookmark-container{display:grid;grid-template-columns:1fr 160px;gap:1rem;text-decoration:none!important;color:inherit!important}.kg-bookmark-content{padding:1rem}.kg-audio-title,.kg-bookmark-title,.kg-file-card-title,.kg-nft-title,.kg-product-card-title{font-weight:950;color:#111}.kg-bookmark-author,.kg-bookmark-description,.kg-bookmark-metadata,.kg-bookmark-publisher,.kg-file-card-caption,.kg-file-card-filename,.kg-file-card-filesize,.kg-nft-creator,.kg-nft-description,.kg-product-card-description{color:var(--muted);font-size:.86rem}.kg-bookmark-icon{width:22px;height:22px;border-radius:4px}.kg-bookmark-thumbnail img{width:100%;height:100%;object-fit:cover}.kg-callout-card{display:flex;gap:.8rem;padding:1rem}.kg-callout-emoji{font-size:1.3rem}.kg-callout-text{flex:1}.kg-callout-card-grey{background:#f2f2f2}.kg-callout-card-white{background:#fff}.kg-callout-card-blue{background:#e7f0ff}.kg-callout-card-green{background:#e7f7ed}.kg-callout-card-accent,.kg-callout-card-yellow{background:#fff8d8}.kg-callout-card-red{background:#ffe8e8}.kg-callout-card-pink{background:#ffe8f3}.kg-callout-card-purple{background:#f0e8ff}.kg-toggle-card{padding:1rem}.kg-toggle-heading{display:flex;justify-content:space-between;cursor:pointer;font-weight:950}.kg-toggle-heading-text{font-size:1rem}.kg-toggle-card-icon{width:1rem}.kg-toggle-content{margin-top:.75rem}.kg-button-card{display:flex}.kg-button-card.kg-align-left{justify-content:flex-start}.kg-button-card.kg-align-center{justify-content:center}.kg-btn,.kg-btn-accent,.kg-product-card-btn-accent,.kg-product-card-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;background:var(--maroon);color:#fff!important;font-weight:950;padding:.75rem 1rem;text-decoration:none!important}.kg-btn-accent,.kg-product-card-btn-accent{background:var(--yellow);color:#3b050a!important}.kg-file-card-container,.kg-nft-card-container,.kg-product-card{padding:1rem}.kg-product-card-container{display:grid;gap:.8rem}.kg-nft-image,.kg-product-card-image{width:100%;border-radius:5px}.kg-nft-header,.kg-product-card-title-container{display:flex;justify-content:space-between;gap:.8rem}.kg-product-card-rating{display:flex;gap:.15rem}.kg-product-card-rating-star{color:#d8d8d8}.kg-product-card-rating-active{color:var(--yellow)}.kg-file-card-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;text-decoration:none!important}.kg-file-card-contents{display:grid;gap:.2rem}.kg-file-card-medium .kg-file-card-container{min-height:86px}.kg-file-card-small .kg-file-card-container{min-height:64px}.kg-audio-mute-icon,.kg-audio-pause-icon,.kg-audio-play-icon,.kg-audio-unmute-icon,.kg-file-card-icon{color:var(--maroon)}.kg-audio-card{display:flex;align-items:center;gap:1rem;padding:1rem}.kg-audio-thumbnail{width:88px;height:88px;border-radius:10px;overflow:hidden;background:#eee}.kg-audio-thumbnail.placeholder{display:grid;place-items:center}.kg-audio-player-container{flex:1;min-width:0}.kg-audio-player{display:flex;align-items:center;gap:.6rem}.kg-audio-current-time,.kg-audio-duration,.kg-audio-playback-rate,.kg-audio-time{color:var(--muted);font-size:.8rem}.kg-audio-seek-slider,.kg-audio-volume-slider,.kg-video-seek-slider,.kg-video-volume-slider{accent-color:var(--maroon)}.kg-video-container,.kg-video-player,.kg-video-player-container{position:relative;width:100%}.kg-video-player video{width:100%;height:auto;display:block}.kg-video-overlay{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.18);color:#fff}.kg-video-current-time,.kg-video-duration,.kg-video-playback-rate,.kg-video-time{color:#fff;font-size:.8rem}.kg-video-hide{display:none!important}.kg-video-large-play-icon,.kg-video-mute-icon,.kg-video-pause-icon,.kg-video-play-icon,.kg-video-unmute-icon{color:currentColor}.kg-nft-metadata{display:grid;gap:.5rem}.kg-nft-opensea-logo{width:24px;height:24px}.kg-header-card{display:grid;place-items:center;text-align:center;min-height:240px;padding:2rem;border-radius:6px;overflow:hidden}.kg-header-card-header{margin:0;font-size:clamp(1.8rem,5vw,3rem);line-height:1.05}.kg-header-card-subheader{margin:.6rem 0 0}.kg-header-card-button{margin-top:1rem}.kg-header-card.kg-style-light{background:#fafafa;color:var(--ink)}.kg-header-card.kg-style-dark{background:#3b050a;color:#fff}.kg-header-card.kg-style-accent{background:var(--yellow);color:#3b050a}.kg-header-card.kg-image{color:#fff;background-size:cover;background-position:center}.kg-signup-card{display:grid;gap:.8rem;padding:1.5rem;border-radius:6px;background:var(--maroon);color:#fff;text-align:center}.kg-signup-card-heading{margin:0}.kg-signup-card-subheading{margin:0;color:rgba(255,255,255,.88)}.kg-signup-card-form{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.kg-signup-card-input{min-height:44px;border:0;border-radius:999px;padding:.75rem 1rem}.kg-signup-card-button{min-height:44px;border:0;border-radius:999px;background:var(--yellow);color:#3b050a;font-weight:950;padding:.75rem 1rem}.kg-signup-card-disclaimer,.kg-signup-card-error,.kg-signup-card-success{font-size:.84rem}.kg-before-after-card{position:relative}.kg-before-after-card-image-after,.kg-before-after-card-image-before{width:100%;display:block}.kg-blockquote-alt{padding:1rem;border:0;border-radius:6px;background:#fafafa;color:#111;text-align:center;font-size:1.25rem}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:NaNs!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.ticker-track{animation:none;overflow-x:auto}}@media (max-width:1100px){.home-content-layout,.home-top{grid-template-columns:1fr}.home-rail .promo-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}.trending-sidebar{position:static}.latest-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.ticker-label,.ticker-track{font-size:.82rem}}@media (max-width:760px){html{font-size:14px}.copyright,.footer-grid,.header-shell,.section-wrap{width:min(100% - 24px,var(--wrap))}.header-shell{grid-template-columns:1fr;gap:.35rem;padding:.35rem 0}.primary-nav{width:100%}.brand-word{font-size:1.34rem}.nav-list a{font-size:.74rem;min-height:38px}.ticker-label{min-width:74px;font-size:.78rem}.ticker-track{font-size:.78rem;gap:1.6rem}.home-top{margin-top:10px}.home-content-layout{gap:20px;margin-top:16px}.compact-grid,.footer-grid,.home-rail .promo-wrap,.latest-grid,.post-grid{grid-template-columns:1fr}.hero-card{aspect-ratio:4/3;max-height:none}.hero-overlay{padding:100px 16px 24px}.hero-overlay h1{font-size:1.2rem}.latest-heading h2{font-size:1.3rem}.card-body h2{font-size:1rem;line-height:1.36}.trending-item{grid-template-columns:86px 1fr}.trending-item img{width:86px;height:58px}.trending-item strong{font-size:.86rem}.article{width:min(100% - 24px,var(--article))}.article-content{font-size:.98rem;line-height:1.82}.author-box,.kg-bookmark-container{grid-template-columns:1fr}.section-heading-row{align-items:flex-start;flex-direction:column}.footer-grid{gap:1.2rem}.copyright{flex-direction:column;gap:.1rem;text-align:center}}@media print{.promo-wrap,.related-section,.share-buttons,.site-footer,.site-header,.ticker{display:none!important}body{background:#fff;color:#000}.article{width:100%}a{text-decoration:underline}}.nav-list a:focus,.nav-list a:focus-visible,.primary-nav a:focus,.primary-nav a:focus-visible{outline:0!important;box-shadow:none!important}.promo-card{position:relative;grid-template-columns:auto 1fr;align-items:center;gap:12px}.promo-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.18)}.promo-icon svg{width:24px;height:24px;fill:#fff}.promo-copy{display:grid;gap:.18rem;min-width:0}.promo-whatsapp{background:linear-gradient(135deg,#0e9f53 0,#12bd64 55%,#087c3f 100%)}.promo-live:after,.promo-whatsapp:after{content:"";position:absolute;right:-26px;top:-30px;width:95px;height:95px;border-radius:50%;background:rgba(255,255,255,.12)}.promo-card:hover{filter:saturate(1.05);transform:translateY(-1px)}.trending-box{position:relative;overflow:hidden;border:1px solid #ead7a2!important;border-radius:8px!important;background:linear-gradient(180deg,#fffdf6 0,#fff 100%)!important;box-shadow:0 8px 22px rgba(111,11,27,.06)}.trending-box:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--maroon),var(--red),var(--yellow))}.trending-box h2{padding-top:18px!important;color:var(--maroon)!important}.trending-item{border-radius:6px}.trending-item:hover{background:#fff8df}.trending-list li{border-top:1px solid #f1e4bd!important}@media(max-width:760px){.promo-card{grid-template-columns:auto 1fr}.promo-icon{width:38px;height:38px}.promo-icon svg{width:22px;height:22px}}.brand-word{font-size:1.78rem!important;letter-spacing:-.075em!important;filter:drop-shadow(0 1px 1px rgba(111,11,27,.28))}.brand-word span{font-size:.55em!important;margin-left:2px!important}.brand-logo{max-width:178px!important;max-height:46px!important}.nav-current a,.nav-list a,.nav-list a:hover{background:0 0!important;color:#111!important;border-radius:0!important;box-shadow:none!important}.nav-list a{font-size:.8rem!important;font-weight:850!important;min-height:40px!important;padding:.42rem .58rem!important}.nav-list a:hover{color:var(--maroon)!important;text-decoration:none!important}.header-shell{min-height:48px!important}.brand-accent{height:5px!important}@media(max-width:760px){.brand-word{font-size:1.55rem!important}.brand-logo{max-width:160px!important}.header-shell{min-height:44px!important}}.home-top .trending-sidebar{position:static}.home-content-layout .home-rail{position:sticky;top:10px}.home-content-layout .home-rail .promo-wrap{display:grid;grid-template-columns:1fr;gap:12px}.home-content-layout .promo-card{min-height:118px}.home-top .trending-box{height:100%}@media(max-width:1100px){.home-content-layout .home-rail{position:static}.home-top .trending-sidebar{position:static}}.article>nav.share-buttons:first-of-type{border:1px solid rgba(244,196,48,.7);background:linear-gradient(135deg,#fff8dc 0,#fff 45%,#ffe9ef 100%);box-shadow:0 8px 24px rgba(111,11,27,.08)}.article>nav.share-buttons:first-of-type span{color:var(--maroon);font-weight:950}.article>nav.share-buttons:first-of-type a{border:0;color:#fff!important;font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.12)}.article>nav.share-buttons:first-of-type a:first-of-type{background:#1877f2}.article>nav.share-buttons:first-of-type a:nth-of-type(2){background:#111}.article>nav.share-buttons:first-of-type a:nth-of-type(3){background:#128c4a}.article>nav.share-buttons:first-of-type a:nth-of-type(4){background:#229ed9}.article>nav.share-buttons:first-of-type a:hover{filter:saturate(1.12) brightness(.96);transform:translateY(-1px)}.article-footer .author-box{grid-template-columns:48px 1fr;padding:.7rem;gap:.7rem}.article-footer .author-box img{width:48px!important;height:48px!important}.article-footer .author-box .eyebrow{font-size:.62rem;margin-bottom:.15rem}.article-footer .author-box h2{font-size:.95rem;line-height:1.2}.article-footer .author-box p{font-size:.8rem;line-height:1.45}.article-footer{gap:.8rem;margin:1.4rem 0}.article-footer .tag-list a{font-size:.72rem;padding:.34rem .55rem}.share-buttons span{font-size:.82rem;color:var(--maroon)}.compact-article-footer{display:flex!important;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap;margin:1.1rem 0 1.5rem!important;padding:.55rem .7rem;border:1px solid var(--line);border-radius:999px;background:#fafafa}.compact-author{display:inline-flex;align-items:center;gap:.4rem;color:var(--maroon);font-size:.78rem;font-weight:900;white-space:nowrap}.compact-author img{width:28px!important;height:28px!important;border-radius:50%;object-fit:cover}.compact-tags{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.compact-tags a{font-size:.68rem!important;padding:.28rem .48rem!important}.article-footer .author-box{display:none!important}@media(max-width:760px){.compact-article-footer{border-radius:12px;align-items:flex-start;justify-content:flex-start}.compact-author{font-size:.76rem}.compact-tags a{font-size:.66rem!important}}.home-top .home-rail{align-self:start;position:static!important}.home-top .promo-wrap{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.home-top .promo-card{min-height:88px!important;border-radius:10px!important;padding:14px!important;box-shadow:0 8px 20px rgba(111,11,27,.08);transform:none!important}.home-top .promo-card:hover{transform:none!important;filter:saturate(1.03)}.home-top .promo-icon{width:36px!important;height:36px!important}.home-top .promo-icon svg{width:21px!important;height:21px!important}.home-top .promo-kicker{font-size:.86rem!important;line-height:1.2}.home-top .promo-card strong{font-size:.78rem!important;line-height:1.35;font-weight:650}.home-top .promo-button{min-height:32px!important;min-width:auto!important;font-size:.7rem!important;padding:.35rem .65rem!important;margin-top:.25rem!important}.home-top .promo-live{background:linear-gradient(135deg,#8b1022,#d70d18)!important}.home-top .promo-whatsapp{background:linear-gradient(135deg,#11934d,#13b963)!important}.home-content-layout>.trending-sidebar{position:sticky;top:10px}.home-content-layout>.home-rail{position:static!important}@media(max-width:1100px){.home-top .promo-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-content-layout>.trending-sidebar{position:static}}@media(max-width:760px){.home-top .promo-wrap{grid-template-columns:1fr!important}.home-top .promo-card{min-height:78px!important;padding:12px!important}}.article-image img{aspect-ratio:16/9;height:auto}.article-content{contain:layout paint}.article>nav.share-buttons:first-of-type a:first-of-type{background:#0b4f9c!important;color:#fff!important}.article>nav.share-buttons:first-of-type a:nth-of-type(2){background:#000!important;color:#fff!important}.article>nav.share-buttons:first-of-type a:nth-of-type(3){background:#075e2f!important;color:#fff!important}.article>nav.share-buttons:first-of-type a:nth-of-type(4){background:#006b9c!important;color:#fff!important}.share-buttons a{min-height:44px!important;min-width:44px!important}.site-footer{background:#fff!important;color:#111!important}.copyright,.copyright strong,.footer-brand,.footer-grid h2{color:#111!important}.footer-grid p,.footer-links a,.footer-nav .nav-list a{color:#202124!important}.footer-whatsapp{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;min-width:44px;margin-top:.65rem;padding:.55rem .75rem;border-radius:999px;background:#075e2f;color:#fff!important;font-weight:950}.footer-links a,.footer-nav .nav-list a{display:flex!important;align-items:center;min-height:44px!important;min-width:44px!important;padding:.35rem .1rem!important;line-height:1.35!important}.footer-links{gap:.15rem}.site-footer .social-icons{display:flex!important;align-items:center;gap:.6rem!important;flex-wrap:wrap}.site-footer .social-icons a{display:inline-grid!important;place-items:center!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border:1px solid #d0d0d0!important;border-radius:50%!important;background:#fff!important;color:#111!important}.site-footer .social-icons a:hover{background:#fff8dc!important;color:var(--maroon)!important}.copyright{font-size:.84rem!important;line-height:1.5!important}.footer-grid{border-bottom:1px solid #e0e0e0}