:root{--bg:#ffffff;--text:#0b1220;--muted:#6b7280;--border:#e5e7eb;--grey:#f5f5f5;--author-bg:#f9fafb;--accent:#ee1c24;--chip:#f5f5f5;--chip-text:#1f2937;--article:944px;--rail:300px;--gap:32px;--shell:1276px;--header-h:131px}*{box-sizing:border-box}html{text-size-adjust:100%}body,html{overflow-x:clip}body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-noto),var(--font-inter),system-ui,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}.shell{width:min(var(--shell),calc(100% - 32px));margin:0 auto}.site-chrome{position:-webkit-sticky;position:sticky;top:0;z-index:60;background:#fff;box-shadow:0 1px 0 var(--border)}.header{background:#fff;min-height:64px}.header,.header-inner{display:flex;align-items:center}.header-inner{justify-content:space-between;gap:16px;width:min(var(--shell),calc(100% - 32px));margin:0 auto;padding:10px 0}.header-left{gap:8px;min-width:0}.header-left,.logo{display:flex;align-items:center}.logo{gap:10px}.logo img{height:48px;width:auto;object-fit:contain}.logo-fallback{display:flex;flex-direction:column;line-height:1.05;font-weight:800}.logo-fallback span:first-child{background:var(--accent);color:#fff;padding:4px 8px;font-size:22px;letter-spacing:.5px}.logo-fallback span:last-child{background:#111;color:#fff;padding:3px 8px;font-size:11px;letter-spacing:1px}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.city-btn,.hamburger,.icon-btn{border:1px solid var(--border);background:#fff;height:40px;min-width:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--text);font-size:14px;padding:0 12px}.city-btn-label{font-size:14px}.icon-btn{border-radius:9999px;padding:0}.hamburger{display:none;flex-direction:column;gap:4px;padding:0;width:40px}.hamburger span{display:block;width:16px;height:2px;background:var(--text);border-radius:1px}.nav{border-top:1px solid var(--border);background:#fff}.nav-inner{width:min(var(--shell),calc(100% - 32px));margin:0 auto;display:flex;align-items:stretch;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-inner::-webkit-scrollbar{display:none}.nav a{flex:0 0 auto;padding:12px;font-size:15px;white-space:nowrap;border-bottom:2px solid transparent}.nav a.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.mnav-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:90;animation:mnav-fade .2s ease}.mnav{position:fixed;left:0;bottom:0;width:min(86vw,340px);z-index:95;flex-direction:column;padding:0 0 24px;overflow:auto;-webkit-overflow-scrolling:touch;box-shadow:8px 0 32px rgba(0,0,0,.12);animation:mnav-slide .22s ease}.mnav,.mnav-head{top:0;background:#fff;display:flex}.mnav-head{align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;z-index:1}.mnav-brand{display:flex;align-items:center;min-width:0}.mnav-brand img{height:36px;width:auto}.mnav-close{width:40px;height:40px;border:1px solid var(--border);border-radius:9999px;background:#fff;font-size:18px;line-height:1;color:var(--text);flex-shrink:0}.mnav-city{margin:14px 16px 8px;border:1px solid var(--border);background:#f8fafc;border-radius:12px}.mnav-city,.mnav-install{width:calc(100% - 32px);display:flex;align-items:center;gap:12px;text-align:left;padding:12px}.mnav-install{margin:0 16px 8px;border:1px solid #fecaca;background:#fef2f2;border-radius:12px;color:var(--text)}.mnav-install img{width:28px;height:28px;border-radius:6px;flex-shrink:0}.mnav-install span{display:flex;flex-direction:column;gap:2px}.mnav-install strong{font-size:14px;font-weight:700;color:var(--accent)}.mnav-install small{font-size:12px;color:var(--muted)}.mnav-city-ico{width:36px;height:36px;border-radius:9999px;background:#fff;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.mnav-city span:nth-child(2){display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.mnav-city strong{font-size:14px;font-weight:700}.mnav-city small,.mnav-label{font-size:12px;color:var(--muted)}.mnav-label{margin:16px 16px 8px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.mnav-links{display:flex;flex-direction:column;padding:0 8px}.mnav-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 12px;margin:0 4px;border-radius:10px;font-size:15px;font-weight:600;color:var(--text)}.mnav-links a.active{background:#fef2f2;color:var(--accent)}.mnav-links a:active{background:#f3f4f6}.mnav-chev{color:#9ca3af;font-size:18px;font-weight:400;line-height:1}.mnav-chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 8px}.mnav-chips a{border:1px solid var(--border);background:#f3f4f6;border-radius:9999px;padding:8px 12px;font-size:13px;font-weight:600}@keyframes mnav-fade{0%{opacity:0}to{opacity:1}}@keyframes mnav-slide{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.pwa-overlay{position:fixed;inset:0;z-index:75;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(15,23,42,.35);animation:mnav-fade .25s ease}.pwa-card{position:relative;width:min(400px,100%);background:#fff;border-radius:16px;padding:22px 20px 18px;text-align:center;box-shadow:0 16px 40px rgba(0,0,0,.22);animation:pwa-up .28s ease}.pwa-card-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:1px solid var(--border);border-radius:9999px;background:#fff;font-size:16px;color:var(--muted)}.pwa-card-icon{width:64px;height:64px;border-radius:14px;margin:4px auto 12px;display:block}.pwa-card h3{margin:0 0 8px;font-size:18px;font-weight:800;line-height:1.35}.pwa-card>p{margin:0 0 16px;font-size:14px;line-height:1.45;color:var(--muted)}.pwa-card-actions{display:flex;flex-direction:column;gap:8px}.pwa-install-btn{background:var(--accent);color:#fff;border:0;border-radius:9999px;padding:8px 14px;font-size:13px;font-weight:700;white-space:nowrap}.pwa-install-btn--block{width:100%;padding:12px 16px;font-size:15px}.pwa-later-btn{width:100%;border:0;background:transparent;color:var(--muted);font-size:14px;font-weight:600;padding:8px}.pwa-ios-tip{text-align:left;background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:12px}.pwa-ios-tip p{margin:0 0 12px;font-size:13px;line-height:1.45;color:var(--text)}.pwa-dismiss{background:transparent;border:0;color:#9ca3af;font-size:18px;min-width:32px;min-height:32px}.pwa-promo{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:14px;border:1px solid var(--border);border-radius:12px;background:#fff}.pwa-promo img{width:48px;height:48px;border-radius:10px;flex-shrink:0}.pwa-promo strong{display:block;font-size:14px;font-weight:800}.pwa-promo p{margin:2px 0 0;font-size:12px;color:var(--muted)}.pwa-promo .pwa-install-btn{margin-left:auto;flex-shrink:0}@keyframes pwa-up{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width:768px){.pwa-overlay{align-items:center}}.layout{width:min(var(--shell),calc(100% - 32px));margin:20px auto 48px;display:grid;grid-template-columns:minmax(0,var(--article)) var(--rail);grid-gap:var(--gap);gap:var(--gap);align-items:start}.layout>div{min-width:0}.crumb{font-size:13px;color:var(--muted);margin-bottom:10px}.crumb a{color:var(--accent)}.h1{font-size:33px;line-height:45px;font-weight:700;margin:0 0 12px}.meta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.byline{font-size:14px;color:var(--muted)}.byline a,.byline strong{color:var(--text);font-weight:600}.actions{display:flex;align-items:center;gap:8px}.share-actions{gap:10px}.share-btn{width:40px;height:40px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.share-btn--fb{background:#1877f2}.share-btn--x{background:#111111}.share-btn--wa{background:#25d366}.share-btn:hover{opacity:.92}.summary{background:var(--grey);padding:16px;border-radius:8px;font-size:22px;line-height:1.45;margin:0 0 18px}.article-lead{float:left;width:400px;max-width:100%;margin:0 20px 12px 0}.article-lead img{width:400px;max-width:100%;height:225px;object-fit:cover}.caption{font-size:12px;color:var(--muted);margin-top:6px}.body{font-size:20px;line-height:1.55}.body *{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important;min-height:0!important;max-height:none!important;line-height:inherit!important}.body li,.body p{margin-bottom:.7em!important}.body h2,.body h3,.body h4{margin:1em 0 .45em!important;font-weight:700;clear:both;line-height:1.3!important}.body h2{font-size:26px}.body h3{font-size:22px}.body div{margin:0!important;padding:0!important}.body div:empty,.body p:empty,.body span:empty{display:none!important}.body img{max-width:100%;height:auto;margin:10px 0!important}.body:after{content:"";display:block;clear:both}.related{background:var(--grey);padding:16px;border-radius:8px;margin:20px 0;clear:both}.related h2{font-size:20px;margin:0 0 12px}.related-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 20px;gap:12px 20px}.related-item{display:grid;grid-template-columns:22px 1fr 80px;grid-gap:8px;gap:8px;align-items:start}.related-item .num{color:#9ca3af;font-weight:700;font-size:18px}.related-item h3{font-size:15px;line-height:1.35;margin:0;font-weight:600}.related-item img{width:80px;height:50px;object-fit:cover;border-radius:6px}.author-box{background:var(--author-bg);padding:24px;border-radius:8px;display:flex;gap:16px;margin-top:28px;clear:both}.author-box img{width:80px;height:80px;border-radius:9999px;object-fit:cover;background:#e5e7eb}.author-box h3{margin:0 0 4px;font-size:16px}.author-kicker{font-size:12px;color:var(--muted);margin:0 0 8px}.author-box p{margin:0 0 8px;font-size:14px;color:#374151;line-height:1.5}.author-box a{color:var(--accent);font-size:14px}.rail{position:-webkit-sticky;position:sticky;top:12px}.ad{border:1px dashed var(--border);min-height:250px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px;background:#fff}.ad img{width:100%;height:auto;object-fit:contain}.taza h3{display:flex;justify-content:space-between;align-items:baseline;font-size:18px;margin:0 0 10px}.taza .more{color:var(--accent);font-size:13px;font-weight:600}.taza-item{display:grid;grid-template-columns:1fr 64px;grid-gap:8px;gap:8px;align-items:start;padding:8px 0;border-bottom:1px solid var(--border)}.taza-item h4{margin:0;font-size:13px;line-height:1.35;font-weight:600}.taza-item img{width:64px;height:64px;object-fit:cover;border-radius:4px}.list-item{display:grid;grid-template-columns:1fr 84px;grid-gap:12px;gap:12px;padding:12px 0;border-bottom:1px solid var(--border);align-items:start}.list-item:last-child{border-bottom:0}.list-item h3{margin:0;font-size:15px;line-height:1.4;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.list-item img,.list-ph{width:84px;height:64px;object-fit:cover;border-radius:4px;background:var(--grey)}.hero{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:20px;gap:20px;margin-bottom:28px}.hero-lead{display:block}.hero-lead img,.hero-ph{width:100%;height:340px;object-fit:cover;border-radius:4px;background:var(--grey)}.hero-lead h2{font-size:22px;line-height:1.45;margin:12px 0 0;font-weight:700;color:var(--text);word-break:break-word}.hero-side .list-item{padding:10px 0}.hero-side .list-item h3{font-size:14px}.hero-side .list-item img,.hero-side .list-ph{width:72px;height:54px}.topic-block{margin:0 0 32px}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border)}.section-head h2{margin:0;font-size:22px;font-weight:800}.section-head .more{color:var(--accent);font-size:13px;font-weight:700;white-space:nowrap}.pills{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}.pills a,.pills button{border:1px solid var(--border);background:#f3f4f6;border-radius:6px;padding:7px 12px;font-size:13px;font-weight:600}.pills a:hover{border-color:var(--accent);color:var(--accent)}.cards,.cards--home{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px 18px;gap:16px 18px}.cards--more{margin-top:16px}.card{display:block}.card img,.card-ph{width:100%;height:140px;object-fit:cover;border-radius:4px;background:var(--grey)}.card h3{font-size:14px;margin:8px 0 0;line-height:1.5;font-weight:600;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.topic-split{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:20px;gap:20px;align-items:start}.topic-feature{display:block}.topic-feature img,.topic-feature-ph{width:100%;height:240px;object-fit:cover;border-radius:4px;background:var(--grey)}.topic-feature h3{font-size:17px;line-height:1.45;margin:10px 0 0;font-weight:700;color:var(--text);word-break:break-word}.cat-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin:8px 0 20px}.cat-tile{display:block;border-bottom:0}.cat-tile img{width:100%;height:170px;object-fit:cover;border-radius:4px;background:var(--grey)}.cat-tile h3{font-size:15px;line-height:1.4;font-weight:700;margin:8px 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cat-tile .card-meta{margin-top:4px;font-size:12px;color:var(--muted)}.cat-h1{font-size:40px;margin:8px 0}.cat-intro{color:var(--muted);margin:0 0 20px;font-size:15px}.district{margin:0 0 16px}.district>button{background:#111;color:#fff;border:0;padding:8px 14px;font-size:14px}.footer{border-top:1px solid var(--border);padding:28px 0 36px;text-align:center}.footer-links{flex-wrap:wrap;gap:12px 18px;font-size:14px;margin-bottom:16px}.footer-links,.store-btns{display:flex;justify-content:center}.store-btns{gap:12px;margin:16px 0}.store-btns img{height:40px;width:auto}.socials{display:flex;gap:14px;justify-content:center;font-size:14px}.copy{color:var(--muted);font-size:13px;margin-top:16px}.modal{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100;display:flex;align-items:center;justify-content:center;padding:16px}.modal-box{border-radius:14px;width:min(520px,100%);max-height:min(68vh,560px);flex-direction:column;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.2)}.modal-box,.modal-head{background:#fff;display:flex}.modal-head{align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border);flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;z-index:2}.modal-head h2{margin:0;font-size:18px;font-weight:800}.modal-close{width:40px;height:40px;min-width:40px;border:1px solid var(--border);border-radius:9999px;font-size:18px;line-height:1;color:var(--text);display:inline-flex;align-items:center;justify-content:center}.modal-close,.modal-tools{background:#fff;flex-shrink:0}.modal-tools{padding:12px 16px 8px;border-bottom:1px solid var(--border)}.modal-search{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:15px;font-family:inherit}.modal-body{padding:12px 16px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1;min-height:0}.modal-empty{color:var(--muted);margin:8px 0 0;font-size:14px}.city-group{margin-bottom:16px}.city-letter{font-weight:700;margin-bottom:8px;color:var(--accent);font-size:14px}.city-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.city-grid a{border:1px solid var(--border);border-radius:9999px;padding:10px 8px;text-align:center;font-size:13px;font-weight:600}.ph{background:#e5e7eb;width:100%;height:100%}.pager{display:flex;gap:12px;margin-top:20px}.pager a{border:1px solid var(--border);padding:8px 14px;border-radius:6px}@media (max-width:1279px){.layout{grid-template-columns:1fr;gap:28px}.rail{position:static;max-width:420px}.hero{gap:16px}.hero,.topic-split{grid-template-columns:1fr}.topic-split{gap:12px}.cards,.cards--home,.cat-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.header-inner,.layout,.nav-inner,.shell{width:calc(100% - 20px);max-width:100%}.layout{margin:10px auto 32px;gap:0}.rail{display:none}.header{min-height:56px}.header-inner{padding:8px 0;gap:8px}.city-btn,.logo img{height:36px}.city-btn{min-width:36px;padding:0 8px;gap:0}.city-btn-label{display:none}.city-btn svg{width:16px;height:16px}.hamburger,.icon-btn{width:36px;height:36px;min-width:36px}.hamburger{display:inline-flex}.nav{display:block}.nav a{padding:10px 8px;font-size:14px;font-weight:500}.hero{margin-bottom:18px;gap:0}.hero-side{display:none}.hero-lead img,.hero-ph{width:100%;height:auto;aspect-ratio:16/10;max-height:none;border-radius:6px}.hero-lead h2{font-size:17px;line-height:1.5;margin-top:10px;font-weight:700;color:var(--text)}.topic-block{margin:0 0 22px}.section-head{margin-bottom:10px;padding-bottom:6px}.section-head h2{font-size:16px;font-weight:700}.section-head .more{font-size:12px}.pills{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:12px;gap:6px}.pills::-webkit-scrollbar{display:none}.pills a{padding:6px 10px;font-size:12px;white-space:nowrap}.topic-split{gap:8px}.topic-feature img,.topic-feature-ph{height:auto;aspect-ratio:16/10;max-height:none;border-radius:6px}.topic-feature h3{font-size:16px;line-height:1.5;font-weight:700;color:var(--text)}.topic-side .list-item{padding:10px 0;gap:10px;grid-template-columns:1fr 64px}.topic-side .list-item h3{font-size:13px;line-height:1.45;font-weight:600}.topic-side .list-item img,.topic-side .list-ph{width:64px;height:48px}.cards,.cards--home{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}.cards--more{margin-top:12px}.card img,.card-ph{width:100%;height:auto;aspect-ratio:4/3;border-radius:6px}.card h3{font-size:12px;line-height:1.45;margin-top:6px;font-weight:600;color:var(--text);-webkit-line-clamp:3}.cat-tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}.cat-tile img{height:auto;aspect-ratio:4/3;border-radius:6px}.cat-tile h3{font-size:12px;line-height:1.45;font-weight:600}.cat-h1{font-size:24px;line-height:1.3}.h1{font-size:20px;line-height:1.4}.summary{font-size:15px;line-height:1.5}.article-lead{float:none;width:100%;margin:0 0 14px}.article-lead img{width:100%;height:auto;aspect-ratio:16/9}.body{font-size:16px;line-height:1.6}.related-grid{grid-template-columns:1fr}.city-grid{grid-template-columns:1fr 1fr}.modal{padding:24px 16px;align-items:center}.modal-box{width:min(420px,100%);max-height:70vh;border-radius:14px}.modal-head{padding:12px 14px}.modal-head h2{font-size:17px}.modal-tools{padding:10px 14px 8px}.modal-body{padding:10px 14px 16px}.footer{padding:24px 0 28px}.footer-links{font-size:13px}.pwa-overlay{padding:12px;align-items:flex-end}.pwa-card{padding:18px 16px 14px}.pwa-card h3{font-size:16px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@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:500;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:500;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:500;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;font-style:normal;font-weight:700;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:700;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:700;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_992da2{font-family:Noto Sans Devanagari,Noto Sans Devanagari Fallback;font-style:normal}.__variable_992da2{--font-noto:"Noto Sans Devanagari","Noto Sans Devanagari Fallback"}