@import "https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap";
.news-portal{--np-accent:#f97316;--np-ink:#14171c;--np-soft:#5b626c;--np-line:#64748b2e;--np-chip:#ffffffb8;--np-glass:linear-gradient(150deg, #ffffffbd 0%, #fcfafa80 48%, #fff3e875 100%);--np-card-h:340px;--np-card-img:208px;--np-mini-h:188px;--np-big-h:492px;z-index:1;position:relative;overflow-x:clip}.news-portal a{text-decoration:none}.news-portal>.container{width:100%;max-width:1232px;margin:0 auto;padding:0 16px}.news-portal .np-hero{flex-direction:column;min-height:calc(100vh - 125px);margin:8px 0 26px;display:flex}.news-portal .np-hero__grid{flex:auto;grid-template:"big s1"1fr"big s2"1fr/1.9fr 1fr;gap:14px;min-height:280px;display:grid}.news-portal .np-hcell{background:#0b0d12;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 18px 44px -22px #14171c8c,0 0 0 1px #ffffff8c}.news-portal .np-hcell--big{grid-area:big}.news-portal .np-hcell--s1{grid-area:s1}.news-portal .np-hcell--s2{grid-area:s2}.news-portal .np-hslide{opacity:0;visibility:hidden;transition:opacity .8s;display:block;position:absolute;inset:0}.news-portal .np-hslide.is-active{opacity:1;visibility:visible;z-index:1}.news-portal .np-hslide img{object-fit:cover;width:100%;height:100%;transition:transform 8s;transform:scale(1.05)}.news-portal .np-hslide.is-active img{transform:scale(1.14)}.news-portal .np-slide__shade{background:linear-gradient(#07090e00 22%,#07090e52 52%,#07090eeb 96%);position:absolute;inset:0}.news-portal .np-slide__caption{color:#fff;padding:22px 26px;display:block;position:absolute;bottom:0;left:0;right:0}.news-portal .np-hslide.is-active .np-slide__caption{animation:.8s cubic-bezier(.2,.7,.2,1) both npRise}.news-portal .np-slide__title{text-shadow:0 2px 16px #0000008c;margin:0;font-size:28px;font-weight:900;line-height:1.22;display:block;color:#fff!important}.news-portal .np-hcell--s1 .np-slide__title,.news-portal .np-hcell--s2 .np-slide__title{font-size:16px;line-height:1.3}.news-portal .np-hcell--s1 .np-slide__caption,.news-portal .np-hcell--s2 .np-slide__caption{padding:14px 16px}.news-portal .np-hero__below{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;display:grid}.news-portal .np-herocard{background:var(--np-glass);-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);border:1px solid #ffffffe6;border-radius:16px;align-items:stretch;min-height:150px;transition:transform .28s,box-shadow .28s;display:flex;overflow:hidden;box-shadow:0 12px 30px -16px #64748b66,inset 0 1px #fff9}.news-portal .np-herocard:hover{transform:translateY(-4px);box-shadow:0 22px 40px -18px #64748b8c}.news-portal .np-herocard__media{flex:0 0 160px;position:relative;overflow:hidden}.news-portal .np-herocard__media img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.news-portal .np-herocard:hover .np-herocard__media img{transform:scale(1.06)}.news-portal .np-herocard__body{flex-direction:column;justify-content:center;gap:8px;min-width:0;padding:14px 18px;display:flex}.news-portal .np-herocard__title{-webkit-line-clamp:2;color:var(--np-ink);-webkit-box-orient:vertical;font-size:16px;font-weight:800;line-height:1.38;transition:color .2s;display:-webkit-box;overflow:hidden}.news-portal .np-herocard:hover .np-herocard__title{color:var(--np-accent)}.news-portal .np-herocard__time{color:var(--np-soft);font-size:12px;font-weight:600}.news-portal .np-section{background:0 0;margin:0;padding:22px 0 42px;display:block;position:relative}.news-portal .np-section+.np-section{border-top:1px solid var(--np-line)}.news-portal .np-section__main{z-index:1;width:100%;min-width:0;position:relative}.news-portal .np-section__side{z-index:0;pointer-events:none;align-items:flex-start;display:flex;position:absolute;top:96px;left:-78px}.news-portal .np-section__title{writing-mode:vertical-rl;white-space:nowrap;margin:0;font-family:Kalam,cursive;font-size:76px;font-weight:700;line-height:.9;transform:rotate(180deg);color:#14171c21!important}.news-portal .np-section__title a{color:inherit!important}.news-portal .np-tabsbar{align-items:center;gap:14px;margin-bottom:16px;display:flex}.news-portal .np-tabs{scrollbar-width:none;flex:1;gap:9px;min-width:0;padding:2px 0 8px;display:flex;overflow-x:auto}.news-portal .np-tabs::-webkit-scrollbar{display:none}.news-portal .np-tab{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#4a515b;cursor:pointer;white-space:nowrap;background:#ffffffb3;border:1.5px solid #64748b40;border-radius:12px;flex:none;padding:9px 18px;font-size:13px;font-weight:700;transition:transform .2s,background .2s,color .2s,border-color .2s}.news-portal .np-tab:hover{border-color:var(--np-accent);color:var(--np-accent);transform:translateY(-2px)}.news-portal .np-tab.is-active{background:var(--np-accent);border-color:var(--np-accent);color:#fff;animation:.32s npTabPop}@keyframes npTabPop{0%{transform:scale(.86)}55%{transform:scale(1.08)}to{transform:scale(1)}}.news-portal .np-seeall{white-space:nowrap;flex:none;margin-left:auto;font-size:13px;font-weight:800;transition:transform .18s;color:var(--np-accent)!important}.news-portal .np-seeall:hover{transform:translate(4px)}.news-portal .np-rowwrap{position:relative}.news-portal .np-row{min-height:60px}.news-portal .np-row.is-grid{grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:18px;display:grid}.news-portal .np-row.is-feature{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.news-portal .np-row.is-feature .np-card:first-child{grid-area:span 2/span 2}.news-portal .np-row.is-feature .np-card:first-child .np-card__title{-webkit-line-clamp:2;font-size:22px}.news-portal .np-row.is-feature .np-card:first-child .np-card__desc{-webkit-line-clamp:6;-webkit-box-orient:vertical;margin-top:8px;display:-webkit-box;overflow:hidden}.news-portal .np-row.is-carousel{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;gap:18px;padding:4px 2px 10px;display:flex;overflow-x:auto}.news-portal .np-row.is-carousel::-webkit-scrollbar{display:none}.news-portal .np-row.is-carousel .np-card{scroll-snap-align:start;flex:0 0 258px}.news-portal .np-arrow{z-index:4;color:#111;cursor:pointer;opacity:0;background:#ffffffeb;border:0;border-radius:50%;width:40px;height:40px;font-size:22px;line-height:38px;transition:all .2s;position:absolute;top:38%;box-shadow:0 6px 18px -6px #0006}.news-portal .np-rowwrap:hover .np-arrow{opacity:1}.news-portal .np-arrow--prev{left:-6px}.news-portal .np-arrow--next{right:-6px}.news-portal .np-arrow:hover{background:var(--np-accent);color:#fff}.news-portal .np-card{background:var(--np-glass);-webkit-backdrop-filter:blur(18px)saturate(140%);border:1px solid #ffffffe6;border-radius:16px;flex-direction:column;transition:transform .28s,box-shadow .28s;display:flex;overflow:hidden;box-shadow:0 12px 30px -16px #64748b66,inset 0 1px #fff9}.news-portal .np-card:hover{transform:translateY(-6px);box-shadow:0 22px 40px -18px #64748b8c,inset 0 1px #fffc}.news-portal .np-card__media{aspect-ratio:16/9;background:#eef1f5;display:block;position:relative;overflow:hidden}.news-portal .np-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.news-portal .np-card:hover .np-card__media img{transform:scale(1.06)}.news-portal .np-card__body{padding:13px 13px 14px}.news-portal .np-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.9em;margin:0;font-size:15px;font-weight:800;line-height:1.45;transition:color .2s;display:-webkit-box;position:relative;overflow:hidden;color:var(--np-ink)!important}.news-portal .np-card:hover .np-card__title{color:var(--np-accent)!important}.news-portal .np-card__desc{margin:8px 0 0;font-size:13px;line-height:1.55;display:none;color:var(--np-soft)!important}.news-portal .np-card__meta{margin-top:8px;font-size:12px;font-weight:600;color:var(--np-soft)!important}.news-portal .np-cardcat{z-index:4;background:var(--np-chip);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.2px;white-space:nowrap;border-bottom-right-radius:16px;padding:7px 14px 9px 11px;font-size:11px;font-weight:800;line-height:1;position:absolute;top:0;left:0;color:var(--np-accent)!important}.news-portal .np-cardcat:before{content:"";background:var(--np-chip);width:16px;height:16px;position:absolute;top:0;left:100%;-webkit-mask:radial-gradient(circle at 100% 100%,#0000 15.5px,#000 16px);mask:radial-gradient(circle at 100% 100%,#0000 15.5px,#000 16px)}.news-portal .np-cardcat:after{content:"";background:var(--np-chip);width:16px;height:16px;position:absolute;top:100%;left:0;-webkit-mask:radial-gradient(circle at 100% 100%,#0000 15.5px,#000 16px);mask:radial-gradient(circle at 100% 100%,#0000 15.5px,#000 16px)}.news-portal .np-empty{color:var(--np-soft);padding:18px 2px}.news-portal .np-pod{grid-template-columns:1fr 1fr;align-items:stretch;gap:30px;display:grid}.news-portal .np-pod__left{grid-template-columns:.7fr 1fr;align-items:center;gap:32px;min-width:0;display:grid}.news-portal .np-pod__intro{flex-direction:column;justify-content:center;display:flex}.news-portal .np-pod__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--np-accent);align-items:center;gap:6px;margin-bottom:12px;font-size:12px;font-weight:800;display:inline-flex}.news-portal .np-pod__big{letter-spacing:-.02em;margin:0;font-size:clamp(34px,4.2vw,58px);font-weight:900;line-height:.92;color:var(--np-ink)!important}.news-portal .np-pod__date{color:var(--np-accent);margin-top:12px;font-family:Kalam,cursive;font-size:26px}.news-portal .np-pod__stack{aspect-ratio:3/4;cursor:pointer;position:relative;transform:translate(-18px)}.news-portal .np-pod__card{transform-origin:50% 150%;transform:rotate(calc(var(--d) * 4deg)) scale(calc(1 - var(--d) * .03));background:#0b0d12;border-radius:18px;transition:transform .5s cubic-bezier(.2,.8,.2,1),opacity .5s;position:absolute;inset:0;overflow:hidden;box-shadow:0 16px 34px -18px #0009,0 0 0 1px #fff6}.news-portal .np-pod__card img{object-fit:cover;width:100%;height:100%}.news-portal .np-pod__stack:hover .np-pod__card{transform:rotate(calc(var(--d) * 6deg)) scale(calc(1 - var(--d) * .03))}.news-portal .np-pod__fshade{background:linear-gradient(#0000 25%,#07090e1a 50%,#07090ee6 94%);position:absolute;inset:0}.news-portal .np-pod__playbig{z-index:3;cursor:pointer;color:#fff;background:var(--np-accent);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .18s;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 10px 24px -8px #f9731699}.news-portal .np-pod__playbig:hover{transform:scale(1.08)}.news-portal .np-pod__fcap{z-index:3;flex-direction:column;gap:8px;padding:16px;display:flex;position:absolute;bottom:0;left:0;right:0}.news-portal .np-pod__ftitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden;color:#fff!important}.news-portal .np-pod__list{flex-direction:column;justify-content:center;align-items:flex-end;gap:8px;display:flex}.news-portal .np-pod__ep{text-align:left;cursor:pointer;background:var(--np-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #0000;border-radius:13px;align-items:center;gap:10px;width:80%;padding:9px 12px;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex}.news-portal .np-pod__ep:hover{transform:translate(3px);box-shadow:0 10px 26px -16px #64748b80}.news-portal .np-pod__ep.is-on{background:#f9731614;border-color:#f9731666}.news-portal .np-pod__epbtn{background:var(--np-accent);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.news-portal .np-pod__epbody{flex-direction:column;flex:auto;min-width:0;display:flex}.news-portal .np-pod__eptitle{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:13px;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden;color:var(--np-ink)!important}.news-portal .np-pod__ephost{margin-top:1px;font-size:11px;font-weight:600;color:var(--np-soft)!important}.news-portal .np-pod__epdur{color:var(--np-soft);font-variant-numeric:tabular-nums;flex:none;font-size:11px;font-weight:800}.news-portal .np-pod__wave{flex:none;align-items:flex-end;gap:2px;height:16px;display:inline-flex}.news-portal .np-pod__wave i{background:var(--np-accent);opacity:.55;border-radius:2px;width:3px;height:4px}.news-portal .np-pod__wave.is-on i{opacity:1;animation:1s ease-in-out infinite npWave}.news-portal .np-pod__fcap .np-pod__wave i{background:#fff}@keyframes npWave{0%,to{height:4px}50%{height:16px}}@media (max-width:880px){.news-portal .np-pod{grid-template-columns:1fr;gap:20px}.news-portal .np-pod__left{grid-template-columns:1fr}.news-portal .np-pod__stack{aspect-ratio:16/11;max-width:360px;margin:0 auto;transform:none}.news-portal .np-pod__list{align-items:stretch}.news-portal .np-pod__ep{width:100%}}.news-portal .np-pairrow{grid-template-columns:1fr 1fr;gap:30px;display:grid}.news-portal .np-pairbox{min-width:0}.news-portal .np-pairbox__title{margin:0 0 12px;font-family:Kalam,cursive;font-size:44px;font-weight:700;line-height:1;color:#14171c21!important}.news-portal .np-pairbox__title a{color:inherit!important}.news-portal .np-row.is-pairgrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:900px){.news-portal .np-pairrow{grid-template-columns:1fr;gap:24px}}.news-portal .np-spot{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}.news-portal .np-spot__main{flex-direction:column;gap:16px;min-width:0;display:flex}.news-portal .np-spot__media{aspect-ratio:16/10;position:relative}.news-portal .np-spot__img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .8s;position:absolute;inset:0}.news-portal .np-spot__img.is-active{opacity:1}.news-portal .np-spot__shade{z-index:2;background:linear-gradient(#0000 28%,#07090e59 54%,#07090eeb 96%);position:absolute;inset:0}.news-portal .np-spot__caption{z-index:3;padding:16px 18px;position:absolute;bottom:0;left:0;right:0}.news-portal .np-spot__capttitle{-webkit-line-clamp:2;text-shadow:0 2px 14px #0009;-webkit-box-orient:vertical;font-size:21px;font-weight:900;line-height:1.3;display:-webkit-box;overflow:hidden;color:#fff!important}.news-portal .np-spot__capsum{-webkit-line-clamp:2;text-shadow:0 1px 10px #0009;-webkit-box-orient:vertical;margin-top:7px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden;color:#ffffffe6!important}.news-portal .np-spot__captime{margin-top:8px;font-size:11.5px;font-weight:600;display:block;color:#ffffffb8!important}.news-portal .np-spot__bar{padding:8px 12px 10px}.news-portal .np-spot__bar .np-actions{border-top:0;margin-top:0;padding-top:0}.news-portal .np-spot__dots{z-index:4;gap:6px;display:flex;position:absolute;top:12px;right:12px}.news-portal .np-spot__dot{cursor:pointer;background:#ffffff8c;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.news-portal .np-spot__dot.is-on{background:var(--np-accent);width:22px}.news-portal .np-spot__mini{grid-template-columns:1fr 1fr;gap:14px;display:grid}.news-portal .np-spot__minicard{background:var(--np-glass);-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);border:1px solid #ffffffe6;border-radius:14px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 30px -16px #64748b66,inset 0 1px #fff9}.news-portal .np-spot__miniimg{aspect-ratio:16/9;background:#0b0d12;display:block;position:relative;overflow:hidden}.news-portal .np-spot__miniimg img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.news-portal .np-spot__miniimg:hover img{transform:scale(1.06)}.news-portal .np-spot__minibar{padding:6px 10px 8px}.news-portal .np-spot__minibar .np-actions{border-top:0;margin-top:0;padding-top:0}.news-portal .np-spot__minicap{z-index:3;padding:14px 12px 10px;position:absolute;bottom:0;left:0;right:0}.news-portal .np-spot__minititle{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden;color:#fff!important}.news-portal .np-spot__side{grid-template-columns:1fr 1fr;align-content:start;gap:16px;display:grid}.news-portal .np-spot--flip .np-spot__side{order:-1}.news-portal .np-spotc{grid-template-columns:1fr 1.9fr 1fr;align-items:start;gap:16px;display:grid}.news-portal .np-spotc__main,.news-portal .np-spotc__side{flex-direction:column;gap:16px;min-width:0;display:flex}@media (max-width:760px){.news-portal .np-spotc{grid-template-columns:1fr}}.news-portal .np-spote{grid-template-columns:1fr 1.9fr 1fr;align-items:start;gap:16px;display:grid}.news-portal .np-spote__main{flex-direction:column;gap:16px;min-width:0;display:flex}.news-portal .np-spote__side{min-width:0;height:calc(var(--np-big-h) + var(--np-mini-h) + 16px);overflow:hidden}.news-portal .np-ticker{height:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 6% 94%,#0000);mask-image:linear-gradient(#0000,#000 6% 94%,#0000)}.news-portal .np-ticker__track{will-change:transform;flex-direction:column;gap:16px;animation:34s linear infinite npTickerUp;display:flex}.news-portal .np-ticker__track.is-down{animation-name:npTickerDown}.news-portal .np-ticker:hover .np-ticker__track{animation-play-state:paused}@keyframes npTickerUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes npTickerDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.news-portal .np-ovcard{background:#0b0d12;border-radius:14px;flex:none;height:220px;position:relative;overflow:hidden}.news-portal .np-ovcard__media{display:block;position:absolute;inset:0}.news-portal .np-ovcard__media img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.news-portal .np-ovcard:hover .np-ovcard__media img{transform:scale(1.05)}.news-portal .np-ovcard__shade{background:linear-gradient(#0000 22%,#00000040 48%,#000000e6 92%);position:absolute;inset:0}.news-portal .np-ovcard__overlay{z-index:3;padding:12px 12px 10px;position:absolute;bottom:0;left:0;right:0}.news-portal .np-ovcard__title{-webkit-line-clamp:2;text-shadow:0 1px 8px #0009;-webkit-box-orient:vertical;font-size:14px;font-weight:800;line-height:1.32;display:-webkit-box;overflow:hidden;color:#fff!important}.news-portal .np-ovcard .np-actions{border-top:0;margin-top:8px;padding-top:0}.news-portal .np-ovcard .np-react,.news-portal .np-ovcard .np-share__btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#2a2f37!important;background:#ffffff80!important}.news-portal .np-ovcard .np-react__count{color:#2a2f37!important}.news-portal .np-ovcard .np-react.is-on{color:var(--np-accent)!important;background:#fff!important}.news-portal .np-ovcard .np-react.is-on .np-react__count{color:var(--np-accent)!important}@media (max-width:760px){.news-portal .np-spote{grid-template-columns:1fr}.news-portal .np-spote__side{display:none}}.news-portal .np-spotc__main--chart{height:calc(var(--np-card-h) * 2 + 16px);background:var(--np-glass);-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);border:1px solid #ffffffe6;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 12px 30px -16px #64748b66,inset 0 1px #fff9}.news-portal .np-spotchart__below{margin-top:16px}.news-portal .np-spot__mini--4{grid-template-columns:repeat(4,1fr)}@media (max-width:760px){.news-portal .np-spot__mini--4{grid-template-columns:1fr 1fr}}.news-portal .np-spotc.is-expanded{grid-template-columns:1fr}.news-portal .np-spotc.is-expanded .np-spotc__side{display:none}.news-portal .np-chart__expand{cursor:pointer;width:32px;height:32px;color:var(--np-soft);background:#ffffffb3;border:1.5px solid #64748b40;border-radius:10px;justify-content:center;align-items:center;transition:color .18s,border-color .18s,transform .15s;display:inline-flex}.news-portal .np-chart__expand:hover{color:var(--np-accent);border-color:var(--np-accent);transform:translateY(-1px)}.news-portal .np-chart{flex-direction:column;height:100%;min-height:0;display:flex}.news-portal .np-chart__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px 6px;display:flex}.news-portal .np-chart__tabs{flex-wrap:wrap;gap:6px;display:flex}.news-portal .np-chart__tab{color:var(--np-soft);cursor:pointer;background:#fff9;border:1.5px solid #64748b40;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:800;transition:all .18s}.news-portal .np-chart__tab:hover{border-color:var(--np-accent);color:var(--np-accent)}.news-portal .np-chart__tab.is-on{background:var(--np-accent);border-color:var(--np-accent);color:#fff}.news-portal .np-chart__dd{position:relative}.news-portal .np-chart__ddbtn{cursor:pointer;color:var(--np-ink);background:#ffffffb3;border:1.5px solid #64748b40;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.news-portal .np-chart__ddbtn:hover{border-color:var(--np-accent);color:var(--np-accent)}.news-portal .np-chart__ddbtn svg{color:var(--np-accent)}.np-dropmenu{z-index:9999;background:#fff;border:1px solid #64748b2e;border-radius:14px;flex-direction:column;gap:3px;width:184px;padding:8px;animation:.16s npPop;display:flex;position:fixed;box-shadow:0 18px 44px -16px #14171c73}.np-dropmenu .np-sharepop__item.is-on{color:#f97316;background:#f973161f}.news-portal .np-chart__quote{white-space:nowrap;align-items:baseline;gap:8px;margin-left:auto;font-size:13px;font-weight:700;display:flex}.news-portal .np-chart__quote b{font-size:18px;color:var(--np-ink)!important}.news-portal .np-chart__quote.is-up{color:#16a34a}.news-portal .np-chart__quote.is-down{color:#ef4444}.news-portal .np-chart__legend{color:var(--np-soft);flex-wrap:wrap;gap:10px;padding:0 14px 8px;font-size:11px;font-weight:700;display:flex}.news-portal .np-chart__legend span{align-items:center;gap:5px;display:inline-flex}.news-portal .np-chart__legend i{border-radius:2px;width:12px;height:3px;display:inline-block}.news-portal .np-chart__sig i{border-radius:2px;width:9px;height:9px}.news-portal .np-chart__canvas{flex:auto;min-height:0}@media (max-width:760px){.news-portal .np-spot{grid-template-columns:1fr}}.news-portal .np-actions{border-top:1px solid var(--np-line);justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex;position:relative}.news-portal .np-float{pointer-events:none;z-index:6;will-change:transform, opacity;font-size:40px;line-height:1;animation:1.3s cubic-bezier(.2,.7,.3,1) forwards npFloat;position:absolute;bottom:6px;transform:translate(-50%)}@keyframes npFloat{0%{opacity:0;transform:translate(-50%)scale(.4)rotate(0)}18%{opacity:1;transform:translate(-50%,-10px)scale(1.4)rotate(-6deg)}to{opacity:0;transform:translate(calc(-50% + var(--dx,0px)), -120px) scale(1.15) rotate(8deg)}}.news-portal .np-react.is-on{animation:.34s npReactPop}@keyframes npReactPop{0%{transform:scale(.8)}50%{transform:scale(1.28)}to{transform:scale(1)}}.news-portal .np-reacts{flex-wrap:wrap;gap:5px;display:flex}.news-portal .np-react,.news-portal .np-share__btn{cursor:pointer;color:var(--np-soft);background:#64748b17;border:1px solid #0000;border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-size:12px;font-weight:800;transition:background .18s,color .18s,border-color .18s,transform .15s;display:inline-flex}.news-portal .np-react:hover,.news-portal .np-share__btn:hover{color:var(--np-accent);background:#f973161f;transform:translateY(-1px)}.news-portal .np-react.is-on{color:var(--np-accent);background:#f9731629;border-color:#f9731666}.news-portal .np-react__emoji{object-fit:contain;filter:grayscale(.35)opacity(.85);width:18px;height:18px;transition:filter .18s;display:block;box-shadow:none!important}.news-portal .np-react__emoji:hover{box-shadow:none!important;border:0!important;outline:0!important;transform:none!important}.news-portal .np-react.is-on .np-react__emoji{filter:none}.np-sharepop{z-index:9999;background:#fff;border:1px solid #64748b2e;border-radius:14px;flex-direction:column;gap:3px;width:200px;padding:8px;animation:.16s npPop;display:flex;position:fixed;box-shadow:0 20px 48px -16px #14171c80}@keyframes npPop{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:none}}.np-sharepop__item{cursor:pointer;color:#1f2329;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:9px 11px;font-size:13px;font-weight:700;transition:background .14s,color .14s;display:flex}.np-sharepop__item:hover{color:#f97316;background:#f973161f}.np-sharepop__item svg{flex:none}@media (max-width:600px){.news-portal .np-actions{gap:5px}.news-portal .np-reacts{flex-wrap:nowrap;gap:4px}.news-portal .np-react,.news-portal .np-share__btn{gap:3px;padding:4px 7px;font-size:11px}.news-portal .np-react__emoji{font-size:12px}}.news-portal .np-latestwrap{padding-bottom:8px;position:relative}.news-portal .np-morewrap{text-align:center;margin-top:22px}.news-portal .np-loadmore{border:1.5px solid var(--np-accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffffb3;border-radius:12px;padding:11px 28px;font-size:13px;font-weight:800;transition:transform .2s,background .2s,color .2s;color:var(--np-accent)!important}.news-portal .np-loadmore:hover{background:var(--np-accent);transform:translateY(-2px);color:#fff!important}.news-portal .np-card{height:var(--np-card-h)}.news-portal .np-card__media{height:var(--np-card-img);flex:0 0 var(--np-card-img);aspect-ratio:auto}.news-portal .np-card__body{flex:auto;min-height:0;overflow:hidden}.news-portal .np-card__body .np-actions{border-top:0;margin-top:10px;padding-top:0}.news-portal .np-row.is-feature .np-card:first-child{align-self:stretch;height:auto}.news-portal .np-row.is-feature .np-card:first-child .np-card__media{flex:auto;height:auto}.news-portal .np-row.is-feature .np-card:first-child .np-card__body{flex:none;overflow:visible}.news-portal .np-spot__big{height:var(--np-big-h)}.news-portal .np-spot__media{aspect-ratio:auto;flex:auto;height:auto;min-height:0}.news-portal .np-spot__bar{flex:none}.news-portal .np-spot__minicard{height:var(--np-mini-h)}.news-portal .np-spot__miniimg{aspect-ratio:auto;flex:auto;min-height:0}.news-portal .np-spot__minibar{flex:none}.news-portal .np-herocard{height:150px;min-height:0}@media (max-width:760px){.news-portal .np-card,.news-portal .np-spot__big,.news-portal .np-spot__minicard,.news-portal .np-herocard{height:auto}.news-portal .np-card__media,.news-portal .np-spot__media,.news-portal .np-spot__miniimg{aspect-ratio:16/9;flex:none;height:auto}}.news-portal [data-np-anim]{opacity:0;transform-origin:50%;filter:brightness(.6);will-change:opacity, transform, filter;transition:opacity 1s,transform 1.05s cubic-bezier(.16,.84,.44,1),filter 1s;transform:scale(.95)}.news-portal [data-np-anim].np-in{opacity:1;filter:brightness();transform:none}.news-portal [data-np-anim] .np-section__side{opacity:0;filter:brightness(.6);transition:opacity 1.05s,transform 1.15s cubic-bezier(.16,.84,.44,1),filter 1.05s;transform:translateY(-54px)}.news-portal [data-np-anim].np-in .np-section__side{opacity:1;filter:brightness();transform:none}.news-portal [data-np-anim] .np-card{opacity:0;transform-origin:50%;filter:brightness(.45);transition:opacity .9s,transform 1s cubic-bezier(.16,.84,.44,1),filter .9s,box-shadow .4s;transform:scale(.8)}.news-portal [data-np-anim].np-in .np-card{opacity:1;filter:brightness();transform:none}.news-portal [data-np-anim].np-in .np-card:nth-child(2){transition-delay:.1s}.news-portal [data-np-anim].np-in .np-card:nth-child(3){transition-delay:.2s}.news-portal [data-np-anim].np-in .np-card:nth-child(4){transition-delay:.3s}.news-portal [data-np-anim].np-in .np-card:nth-child(5){transition-delay:.4s}.news-portal [data-np-anim].np-in .np-card:nth-child(6){transition-delay:.5s}.news-portal [data-np-anim].np-in .np-card:nth-child(n+7){transition-delay:.56s}@keyframes npRise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.news-portal *{transition:none!important;animation:none!important}.news-portal [data-np-anim],.news-portal [data-np-anim] .np-section__side,.news-portal [data-np-anim] .np-card{opacity:1!important;filter:none!important;transform:none!important}}@media (max-width:1180px){.news-portal .np-section__side{pointer-events:auto;margin-bottom:8px;position:static;top:auto;left:auto}.news-portal .np-section__title{writing-mode:initial;font-size:34px;line-height:1.1;transform:none;color:#14171cd1!important}}@media (max-width:760px){.news-portal .np-hero{min-height:0}.news-portal .np-hero__grid{aspect-ratio:16/11;grid-template:"big"/1fr;gap:0;height:auto;min-height:0;max-height:none}.news-portal .np-hcell--s1,.news-portal .np-hcell--s2{display:none}.news-portal .np-hero__below{grid-template-columns:1fr}.news-portal .np-hcell--big .np-slide__title{font-size:20px}.news-portal .np-row.is-feature{grid-template-columns:1fr 1fr}.news-portal .np-row.is-feature .np-card:first-child{grid-area:auto/span 2}.news-portal .np-row.is-feature .np-card:first-child .np-card__title{font-size:18px}.news-portal .np-row.is-carousel .np-card{flex-basis:70%}.news-portal .np-arrow{display:none}}.news-portal .np-hdots{z-index:5;gap:6px;display:flex;position:absolute;top:12px;right:12px}.news-portal .np-hcell--big .np-hdots{top:16px;right:16px}.news-portal .np-hdot{cursor:pointer;background:#ffffff8c;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s;box-shadow:0 1px 3px #0006}.news-portal .np-hdot.is-on{background:var(--np-accent);width:22px}
