.mat-hero{position:relative;overflow:hidden;background:var(--black);color:var(--white)}.mat-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;opacity:.92;pointer-events:none}.mat-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,#00000040,#0000008c);pointer-events:none}.mat-hero__top{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;font-size:14px;line-height:18px;color:var(--grey-4)}.mat-hero__crumbs{display:flex;gap:8px}.mat-hero__crumbs a{color:var(--grey-4)}.mat-hero__crumbs a:hover,.mat-hero__crumbs .current{color:var(--white)}.mat-hero__back{display:inline-flex;align-items:center;gap:4px;background:var(--grey-1);border:1px solid var(--grey-2);border-radius:100px;padding:8px 16px 8px 8px;font-size:14px;line-height:18px;font-weight:500;color:var(--grey-4);transition:border-color .15s ease}.mat-hero__back:hover{border-color:var(--grey-3)}.mat-hero__center{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:88px 0 64px}.mat-hero__center .h1{color:var(--white);max-width:900px}.mat-hero__sub{font-size:16px;line-height:24px;color:var(--grey-5);max-width:620px}.mat-hero__meta{font-size:14px;line-height:18px;color:var(--grey-4)}.mat-hero__stats{position:relative;z-index:2;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;padding-bottom:56px}.stat-chip{display:flex;align-items:center;gap:12px;background:#0f0f0fb3;backdrop-filter:blur(8px);border:1px solid var(--grey-1);border-radius:100px;padding:12px 22px 12px 16px}.stat-chip b{font-size:24px;line-height:28px;font-weight:600;color:var(--white);white-space:nowrap}.stat-chip span{font-size:12px;line-height:16px;color:var(--grey-4);max-width:200px}.mat-hero--article .mat-hero__center{padding:72px 0 88px}.fchips{display:flex;gap:4px;flex-wrap:wrap}.fchip{padding:12px 20px;border-radius:100px;background:var(--grey-7);font-size:14px;line-height:18px;font-weight:500;color:var(--grey-3);cursor:pointer;transition:background-color .15s ease;border:none}.fchip:hover{background:var(--grey-6)}.fchip.is-active{background:var(--green-3);color:var(--white)}.mat-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.mat-search{display:flex;gap:8px;flex:1;max-width:480px}.mat-search input{flex:1;height:42px;border:1px solid var(--grey-6);border-radius:100px;padding:0 20px;font-size:14px;background:var(--white)}.mat-search input:focus{outline:none;border-color:var(--green-3)}.mat-count{font-size:13px;line-height:18px;color:var(--grey-4)}.featured{display:grid;grid-template-columns:1.15fr 1fr;gap:0;border:1px solid var(--grey-7);border-radius:24px;overflow:hidden;background:var(--white)}.featured__cover{min-height:320px}.featured__cover img{width:100%;height:100%;object-fit:cover;display:block}.featured__body{padding:36px 40px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.featured__flag{font-size:12px;line-height:16px;font-weight:600;color:var(--green-2);background:var(--green-5);border-radius:100px;padding:6px 12px}.featured__title{font-size:28px;line-height:32px;font-weight:600}.featured__desc{font-size:14px;line-height:20px;color:var(--grey-3)}.featured__meta{font-size:12px;line-height:16px;color:var(--grey-4)}.posts-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.apost{scroll-snap-align:start;display:flex;flex-direction:column;border:1px solid var(--grey-7);border-radius:24px;padding:8px;background:var(--white);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.apost:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001a;border-color:var(--grey-6)}.apost__cover{height:150px;border-radius:16px;overflow:hidden;flex-shrink:0}.apost__cover--tall{height:200px}.apost__cover img{width:100%;height:100%;object-fit:cover}.apost__body{padding:16px 12px 12px;display:flex;flex-direction:column;gap:8px;flex:1}.apost__kicker{font-size:12px;line-height:16px;font-weight:600;color:var(--green-2)}.apost__title{font-size:18px;line-height:24px;font-weight:600;color:var(--black);transition:color .2s ease}.apost:hover .apost__title{color:var(--green-2)}.apost__desc{font-size:14px;line-height:18px;color:var(--grey-3)}.apost__meta{margin-top:auto;padding-top:12px;display:flex;justify-content:space-between;font-size:12px;line-height:16px;color:var(--grey-4)}.apost__meta .read{color:var(--green-2);font-weight:600}.artc-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.artc-left{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.artc-nav{display:flex;gap:8px}.artc-btn{width:44px;height:44px;border-radius:100px;background:var(--white);border:1px solid var(--grey-7);display:grid;place-items:center;cursor:pointer;color:var(--black);transition:border-color .15s ease}.artc-btn:hover{border-color:var(--grey-4)}.artc-btn svg{width:17px;height:17px}.artc-track{display:grid;grid-auto-flow:column;grid-auto-columns:min(340px,80vw);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 0 16px;scrollbar-width:none}.artc-track::-webkit-scrollbar{display:none}.pagination{display:flex;justify-content:center;gap:4px;margin-top:48px;flex-wrap:wrap}.page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:42px;padding:12px 20px;border-radius:100px;background:var(--grey-7);font-size:14px;line-height:18px;font-weight:500;color:var(--grey-3);transition:background-color .15s ease}.page-btn:hover{background:var(--grey-6)}.page-btn.is-active{background:var(--grey-2);color:var(--white)}.page-btn--dots{background:transparent;pointer-events:none}.article-wrap{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:72px;align-items:start;padding-top:64px}.prose{max-width:780px}.prose h2{font-size:28px;line-height:32px;font-weight:600;margin:40px 0 16px}.prose h2:first-child{margin-top:0}.prose p{font-size:16px;line-height:26px;color:var(--grey-2);margin:0 0 16px}.prose blockquote{margin:28px 0;padding:24px 28px;border-left:3px solid var(--green-3);background:var(--grey-8);border-radius:0 16px 16px 0;font-size:18px;line-height:28px;font-weight:500;color:var(--grey-1)}.prose .callout{margin:28px 0 0;padding:20px 24px;background:var(--green-5);border-radius:16px;font-size:14px;line-height:22px;color:var(--green-1)}.table-wrap{margin:24px 0;border:1px solid var(--grey-7);border-radius:16px;overflow:auto}.prose table{width:100%;border-collapse:collapse;font-size:14px;line-height:20px}.prose th{text-align:left;padding:14px 20px;background:var(--grey-8);font-weight:600;color:var(--grey-2);border-bottom:1px solid var(--grey-7);white-space:nowrap}.prose td{padding:13px 20px;border-bottom:1px solid var(--grey-8);color:var(--grey-2)}.prose tr:last-child td{border-bottom:none}.steps{list-style:none;counter-reset:step;margin:20px 0;padding:0;display:flex;flex-direction:column;gap:14px}.steps li{counter-increment:step;position:relative;padding-left:52px;font-size:16px;line-height:24px;color:var(--grey-2);min-height:36px;display:flex;align-items:center}.steps li:before{content:counter(step);position:absolute;left:0;top:0;width:36px;height:36px;border-radius:100px;background:var(--grey-8);border:1px solid var(--grey-7);display:grid;place-items:center;font-weight:600;font-size:14px;color:var(--grey-2)}.facts{margin:20px 0;border:1px solid var(--grey-7);border-radius:16px;overflow:hidden}.facts-row{display:grid;grid-template-columns:200px 1fr;gap:16px;padding:14px 20px;border-bottom:1px solid var(--grey-8)}.facts-row:last-child{border-bottom:none}.facts-row dt{font-size:13px;line-height:20px;font-weight:600;color:var(--grey-4)}.facts-row dd{margin:0;font-size:14px;line-height:20px;color:var(--grey-2)}.summary{background:var(--grey-8);border-radius:16px;padding:24px 28px;margin-bottom:28px}.summary .cap{font-size:12px;line-height:16px;font-weight:600;color:var(--grey-4);margin-bottom:10px}.summary p{margin:0}.prose ul{margin:0 0 16px;padding-left:22px;display:flex;flex-direction:column;gap:8px}.prose ul li{font-size:16px;line-height:24px;color:var(--grey-2);list-style:disc}.prose h3{font-size:20px;line-height:26px;font-weight:600;margin:28px 0 12px}.prose figure{margin:28px 0}.prose figure img{width:100%;height:auto;border-radius:16px;display:block}.prose figcaption{margin-top:10px;font-size:13px;line-height:18px;color:var(--grey-4)}.statgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:28px 0}.statgrid .stat{border:1px solid var(--grey-7);border-radius:16px;padding:20px}.statgrid .stat b{display:block;font-size:28px;line-height:32px;font-weight:600}.statgrid .stat span{display:block;margin-top:6px;font-size:12px;line-height:16px;color:var(--grey-3)}.breaking{display:inline-block;background:#e51a1a14;border:1px solid rgba(229,26,26,.25);color:#e51a1a;font-size:13px;line-height:18px;font-weight:600;border-radius:100px;padding:8px 16px;margin-bottom:24px}.dl-bar{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;background:var(--black);color:var(--white);border-radius:100px;padding:16px 24px;font-size:15px;line-height:20px;font-weight:600;transition:background-color .15s ease}.dl-bar:hover{background:var(--grey-1)}.sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:10px}.side-label{font-size:12px;line-height:16px;font-weight:600;color:var(--grey-4);margin-bottom:4px}.side-item{display:flex;flex-direction:column;gap:8px;border:1px solid var(--grey-7);border-radius:16px;padding:16px 18px;transition:border-color .15s ease,box-shadow .15s ease}.side-item:hover{border-color:var(--grey-5);box-shadow:0 8px 20px #0000000f}.side-item b{font-size:14px;line-height:20px;font-weight:600;color:var(--black)}.side-item span{font-size:12px;line-height:16px;font-weight:600;color:var(--green-2)}.side-cta{background:var(--grey-8);border-radius:16px;padding:20px;margin-top:8px}.side-cta b{display:block;font-size:15px;line-height:20px;font-weight:600}.side-cta p{margin:8px 0 12px;font-size:13px;line-height:18px;color:var(--grey-3)}.side-cta a,.side-cta button{font-size:13px;line-height:18px;font-weight:600;color:var(--green-2)}.side-cta button{background:none;border:0;padding:0;cursor:pointer;font-family:inherit}.side-cta button:hover{color:var(--green-1)}.phero__sub--meta{font-size:14px;line-height:18px;color:var(--grey-4);margin-top:12px}.phero--article .phero__inner{min-height:420px;padding-bottom:48px}.phero--article .phero__main{justify-content:center;margin-top:36px}.phero--article .phero__text{max-width:880px;display:flex;flex-direction:column;align-items:center;text-align:center}.phero--article .phero__title{font-size:44px;line-height:50px}@media(max-width:1023px){.phero--article .phero__inner{min-height:0}.phero--article .phero__title{font-size:28px;line-height:33px}}.osint-list{margin-top:28px;border-top:1px solid var(--grey-7)}.osint-row{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:20px;align-items:start;padding:24px 0;border-bottom:1px solid var(--grey-7)}.src-ava{width:56px;height:56px;border-radius:50%;background:var(--grey-8);display:flex;align-items:center;justify-content:center;color:var(--grey-2)}.src-ava svg{width:26px;height:26px}.osint-main .meta{font-size:12px;line-height:16px;color:var(--grey-4);margin-bottom:6px}.osint-main h3{font-size:20px;line-height:26px;font-weight:600}.osint-main h3 a{color:var(--black);transition:color .15s ease}.osint-main h3 a:hover{color:var(--green-2)}.osint-main p{margin-top:8px;font-size:14px;line-height:20px;color:var(--grey-3);max-width:720px}.src-chip{font-size:12px;line-height:16px;font-weight:500;color:var(--grey-3);background:var(--grey-8);border:1px solid var(--grey-7);border-radius:100px;padding:8px 14px;white-space:nowrap;transition:border-color .15s ease}.src-chip:hover{border-color:var(--grey-4)}.event{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:24px;align-items:center;border:1px solid var(--grey-7);border-radius:24px;padding:24px 28px;margin-bottom:16px;background:var(--white);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.event:hover{transform:translateY(-3px);box-shadow:0 14px 32px #00000014;border-color:var(--grey-6)}.event-date{width:96px;height:96px;border-radius:20px;background:var(--black);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.event.past .event-date{background:var(--grey-8);color:var(--grey-3)}.event-date .m{font-size:12px;line-height:16px;font-weight:600;letter-spacing:.08em}.event-date .d{font-size:32px;line-height:36px;font-weight:600}.event-date .y{font-size:11px;line-height:14px;color:var(--grey-4)}.event-main .type{font-size:12px;line-height:16px;font-weight:600;color:var(--green-2);margin-bottom:6px}.event-main h3{font-size:20px;line-height:26px;font-weight:600}.event-main p{margin-top:8px;font-size:14px;line-height:20px;color:var(--grey-3);max-width:640px}.event-main .where{margin-top:10px;font-size:13px;line-height:18px;color:var(--grey-4)}@media(max-width:1120px){.article-wrap{grid-template-columns:minmax(0,1fr);gap:48px}.sidebar{position:static}.featured{grid-template-columns:1fr}.featured__cover{min-height:220px;max-height:280px}}@media(max-width:1023px){.posts-3{grid-template-columns:1fr}.statgrid{grid-template-columns:repeat(2,1fr)}.mat-hero__center{padding:56px 0 40px}.mat-hero__stats{flex-direction:column;align-items:center;padding-bottom:40px}.osint-row{grid-template-columns:44px minmax(0,1fr)}.src-ava{width:44px;height:44px;border-radius:12px}.osint-row .src-chip{grid-column:2;justify-self:start}.event{grid-template-columns:72px minmax(0,1fr);padding:20px}.event-date{width:72px;height:72px;border-radius:16px}.event-date .d{font-size:24px;line-height:28px}.event-side{grid-column:2}.facts-row{grid-template-columns:1fr;gap:4px}.featured__body{padding:24px 20px}.featured__title{font-size:22px;line-height:26px}}
