:root{--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom);--safe-top-fallback:constant(safe-area-inset-top);--safe-bottom-fallback:constant(safe-area-inset-bottom)}*,:after,:before{box-sizing:border-box}body,html{margin:0;max-width:100%;overflow-x:hidden;padding:0;width:100%}body{background-color:#f6f3f3;color:#222;font-family:Noto Sans Devanagari,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{max-width:100%;overflow-x:hidden;width:100%}.app-root{max-width:100%}.app-root,.app-shell{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}.app-shell{background-color:#fff;box-sizing:border-box;margin:0 auto;max-width:600px;padding-bottom:70px}.app-header{background-color:#3b0b0b;overflow:hidden;padding-top:calc(env(safe-area-inset-top));padding-top:calc(var(--safe-top, 0px));position:relative;width:100%}.app-header:before{background:#3b0b0b;background-position:top;background-size:cover;content:"";height:calc(env(safe-area-inset-top) + 1px);height:calc(var(--safe-top) + 1px);left:0;position:absolute;top:calc(env(safe-area-inset-top)*-1);top:calc(var(--safe-top)*-1);width:100%;z-index:-1}.app-header-animated{height:170px;max-height:40vh}.app-header-animated.is-pinned{box-shadow:0 2px 6px #00000040;height:80px;left:50%;max-width:600px;position:fixed;top:0;transform:translateX(-50%);width:100%;z-index:50}.header-bg-layer{inset:0;overflow:hidden;position:absolute}.header-bg-img{display:block;height:100%;object-fit:cover;width:100%}.app-header-date{background:#800000d9;border-radius:4px;bottom:8px;color:#fff;font-size:12px;padding:4px 8px;position:absolute;right:10px;z-index:3}.app-header-animated.is-pinned .app-header-date{bottom:auto;top:50%;transform:translateY(-50%)}.header-side{max-height:80%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:transform .7s ease-out,opacity .7s ease-out;z-index:2}.header-side-left{left:0;top:60%;transform:translate(-120%,-50%)}.header-side-right{right:0;transform:translate(120%,-50%)}.header-side.enter.header-side-left,.header-side.enter.header-side-right{opacity:1;transform:translateY(-50%)}.header-side.exit.header-side-left{opacity:0;transform:translate(-140%,-50%)}.header-side.exit.header-side-right{opacity:0;transform:translate(140%,-50%)}.app-header-animated.is-pinned .header-side{opacity:0;transform:translateY(-50%) scale(.9)}.header-logo-wrapper{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);transform-origin:center center;transition:transform .2s ease,top .2s ease;z-index:4}.header-logo-img{display:block;height:auto;max-width:160px}.app-header-animated.is-pinned .header-logo-wrapper{top:50%}@media (max-width:480px){.app-header-animated{height:150px}.app-header-animated.is-pinned{height:72px}.header-logo-img{max-width:130px}}.category-menu{-webkit-overflow-scrolling:touch;background-color:#3b0b0b;border-bottom:1px solid #eee;box-sizing:border-box;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:8px 10px;position:-webkit-sticky;position:sticky;top:0;width:100%}.category-menu::-webkit-scrollbar{height:3px}.category-pill{background:#0000;border:1px solid #fff;border-radius:999px;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;padding:6px 14px;white-space:nowrap}.category-pill.active{background:#f0e1e1;border-color:#f0e1e1;color:#3b0b0b}body.header-pinned .category-menu{left:50%;max-width:600px;position:fixed;top:72px;transform:translateX(-50%);width:100%;z-index:40}body.header-pinned .main-content{padding-top:140px}.main-content{box-sizing:border-box;overflow-x:hidden;padding:10px 12px 70px;width:100%}.news-list{display:flex;flex-direction:column;gap:10px}.news-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;box-sizing:border-box;color:inherit;display:flex;gap:10px;padding:8px;text-decoration:none;width:100%}.news-card.row{flex-direction:row}.news-card.row-reverse{flex-direction:row-reverse}.news-card-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.news-card-title{font-size:18px;font-weight:700;margin-bottom:4px}.news-card-date{color:#666;font-size:11px;margin-bottom:4px}.news-card-snippet{color:#333;font-size:13px;margin-top:4px}.news-card-thumbnail{background-color:#ddd;border-radius:6px;display:block;flex-shrink:0;height:80px;max-width:100%;object-fit:cover;width:110px}.news-card.highlight{align-items:stretch;background:linear-gradient(135deg,#fff7f7,#ffecec);border:2px solid #a31621;display:flex;flex-direction:row;gap:10px;padding:12px}.news-card.highlight .news-card-content{flex:0 0 50%;max-width:50%;min-width:0}.news-card.highlight .news-card-thumbnail{border-radius:8px;display:block;flex:0 0 50%;height:auto;max-height:230px;max-width:50%;object-fit:cover;width:100%}@media (max-width:360px){.news-card.highlight{flex-direction:column}.news-card.highlight .news-card-content,.news-card.highlight .news-card-thumbnail{flex:0 0 100%;max-width:100%}.news-card.highlight .news-card-thumbnail{max-height:260px}}.news-card-tags,.story-tags{display:flex;flex-wrap:wrap;gap:4px;margin:2px 0 6px}.news-tag{align-items:center;background-color:#dbdbdb;border:0;border-radius:999px;color:#5a5959;display:inline-flex;font-size:11px;font-weight:600;justify-content:center;padding:3px 8px;white-space:nowrap}.read-more-link{color:#a31621;font-size:13px;font-weight:500;margin-top:auto;text-decoration:none}.story-page{box-sizing:border-box;overflow-x:hidden;padding:8px 4px 16px;width:100%}.story-title{font-size:20px;font-weight:700;margin-bottom:8px}.story-meta{color:#666;font-size:12px;margin-bottom:8px}.story-image-wrapper{background:#00000008;border-radius:8px;cursor:zoom-in;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.story-image,.story-image-full{display:block;height:auto;max-height:70vh;max-width:100%;object-fit:contain;width:100%}.story-image-credit{background-color:#660000e6;border-radius:4px;bottom:8px;color:#fff;font-size:10px;padding:2px 6px;position:absolute;right:8px}.story-body{box-sizing:border-box;font-size:15px;line-height:1.6;overflow-wrap:break-word;width:100%}.story-tags-wrapper{border-top:1px dashed #ddd;margin-top:12px;padding-top:8px}.story-tags-title{color:#555;font-size:13px;font-weight:600;margin-bottom:6px}.image-popup-backdrop{align-items:center;background:#000000d9;cursor:zoom-out;display:flex;inset:0;justify-content:center;padding:10px;position:fixed;z-index:999}.image-popup-img{border-radius:8px;display:block;height:auto;max-height:96vh;max-width:96vw;object-fit:contain;width:auto}.also-read{border-top:1px solid #eee;margin-top:18px;padding-top:12px}.also-read-title{color:#3b0b0b;font-size:17px;font-weight:700;margin-bottom:10px}.also-read-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.also-read-item{color:inherit;display:flex;gap:10px;text-decoration:none}.also-read-thumb{background:#ddd;border-radius:6px;display:block;flex-shrink:0;height:64px;max-width:100%;object-fit:cover;width:90px}.also-read-headline{font-size:14px;font-weight:600;line-height:1.3}.error-message,.loading{color:#555;font-size:14px;margin:12px 0;text-align:center}.footer-bar-pro{background-color:#4a0000;bottom:0;box-sizing:border-box;left:50%;max-width:600px;padding:8px 20px;position:fixed;transform:translateX(-50%);width:100%;z-index:100}.footer-bar-pro,.footer-icons-row{align-items:center;display:flex;justify-content:space-between}.footer-icons-row{width:100px}.footer-icon-large{color:#fff;font-size:26px;opacity:.95;transition:.2s ease}.footer-icon-large:hover{opacity:1;transform:scale(1.1)}.footer-share-btn-pro{align-items:center;background-color:#b30000;border:2px solid #fff;border-radius:50%;box-shadow:0 0 10px #0006;color:#fff;cursor:pointer;display:flex;font-size:24px;height:55px;justify-content:center;margin:0 15px;transition:.25s ease;width:55px}.footer-share-btn-pro:hover{transform:scale(1.07)}@media (max-width:480px){.footer-bar-pro{padding:6px 18px}.footer-icons-row{width:90px}.footer-icon-large{font-size:24px}.footer-share-btn-pro{font-size:22px;height:50px;width:50px}}
/*# sourceMappingURL=main.eb3b6226.css.map*/