:root{--uems-color-primary:#0c5df6;--uems-color-secondary:#0043ce;--uems-color-cta:#d0162d;--uems-color-cta-hover:#b01327;--uems-color-cta-active:#8f0f20;--uems-color-highlight:#ffc538;--uems-color-highlight-hover:#ffb910;--uems-color-highlight-text:#091228;--uems-color-text-primary:#091228;--uems-color-text-secondary:#222;--uems-color-text-tertiary:#2e3a4d;--uems-color-text-inverse:#fff;--uems-color-border-default:#e4e7ec;--uems-color-border-light:#f2f4f7;--uems-color-bg-page:#fff;--uems-color-bg-surface:#fff;--uems-color-bg-elevated:#fff;--uems-color-bg-inverse:#091228;--uems-color-success:#12b76a;--uems-color-warning:#f79009;--uems-color-error:#d0162d;--uems-color-info:#0c5df6;--uems-tint-1-surface:#f4f7ff;--uems-tint-1-border:#d6e2ff;--uems-tint-2-surface:#fff7e6;--uems-tint-2-border:#ffe3a8;--uems-tint-3-surface:#f7f9fc;--uems-tint-3-border:#e4e7ec;--uems-tint-4-surface:#091228;--uems-tint-4-border:#2e3a4d;--uems-font-body:ZohoPuvi,sans-serif;--uems-font-size-display:56px;--uems-font-size-h1:40px;--uems-font-size-h2:28px;--uems-font-size-h3:24px;--uems-font-size-h4:20px;--uems-font-size-body-lg:20px;--uems-font-size-body:16px;--uems-font-size-body-sm:14px;--uems-font-size-caption:12px;--uems-font-size-overline:11px;--uems-font-weight-bold:600;--uems-font-weight-semibold:500;--uems-font-weight-regular:400;--uems-font-weight-light:300;--uems-line-height-heading:1.2;--uems-line-height-body:1.5;--uems-line-height-tight:1.1;--uems-letter-spacing-heading:-0.02em;--uems-letter-spacing-body:normal;--uems-letter-spacing-caps:.08em;--uems-letter-spacing-overline:.12em;--uems-space-unit:4px;--uems-space-xs:4px;--uems-space-sm:8px;--uems-space-md:16px;--uems-space-lg:24px;--uems-space-xl:32px;--uems-space-2xl:64px;--uems-space-3xl:96px;--uems-section-padding-y:80px;--uems-section-padding-y-lg:120px;--uems-content-max-width:1200px;--uems-content-max-width-narrow:800px;--uems-sidebar-width:280px;--uems-grid-gutter:24px;--uems-card-padding:24px;--uems-shadow-sm:0 1px 2px rgba(9,18,40,0.05);--uems-shadow-md:0 4px 12px rgba(9,18,40,0.08);--uems-shadow-lg:0 16px 40px rgba(9,18,40,0.12);--uems-shadow-none:none;--uems-radius-none:0;--uems-radius-sm:4px;--uems-radius-md:8px;--uems-radius-lg:16px;--uems-radius-pill:999px;--uems-radius-full:9999px;--uems-input-height:48px;--uems-input-bg:#fff;--uems-input-border:1px solid #e4e7ec;--uems-input-border-focus:1px solid #0c5df6;--uems-input-radius:8px;--uems-input-placeholder-color:#6b7280;--uems-input-padding:12px 16px}.heading-menu{display:none}img{display:block;max-width:100%;height:auto}a{color:var(--uems-color-primary);text-decoration:none}:focus-visible{outline:2px solid var(--uems-color-primary);outline-offset:2px;border-radius:4px}code{font-family:var(--uems-font-body)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--uems-font-body);font-size:var(--uems-font-size-body);font-weight:var(--uems-font-weight-semibold);line-height:1;border-radius:var(--uems-radius-md);padding:16px 28px;border:0;cursor:pointer;text-decoration:none;transition:background .18s ease,color .18s ease,box-shadow .18s ease;white-space:nowrap}.btn--primary{background:var(--uems-color-cta);color:#fff}.btn--primary:hover{background:var(--uems-color-cta-hover)}.btn--primary:active{background:var(--uems-color-cta-active)}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--uems-radius-pill);font-size:var(--uems-font-size-caption);font-weight:var(--uems-font-weight-semibold);line-height:1;white-space:nowrap}.badge--brand{background:var(--uems-tint-1-surface);color:var(--uems-color-primary)}.badge--success{background:#ecfdf3;color:#027a48}.badge--warn{background:#fffaeb;color:#b54708}.badge--error{background:#fef3f2;color:var(--uems-color-cta)}.badge--neutral{background:var(--uems-color-border-light);color:var(--uems-color-text-tertiary)}.badge--impact{background:#fbece9;color:#802e15}.card{background:var(--uems-color-bg-surface);border:1px solid var(--uems-color-border-default);border-radius:var(--uems-radius-md);padding:var(--uems-card-padding);box-shadow:var(--uems-shadow-sm)}.subhead{display:inline-block;font-family:var(--uems-font-body);font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--uems-color-text-tertiary);margin:0 0 16px}.prose p{font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);color:var(--uems-color-text-secondary);margin:0 0 16px}.prose p:last-child{margin-bottom:0}.prose a{color:var(--uems-color-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.prose a:hover{color:var(--uems-color-secondary)}.prose code{font-family:var(--uems-font-body);font-size:13px;background:var(--uems-color-border-light);padding:1px 6px;border-radius:var(--uems-radius-sm);color:var(--uems-color-text-primary);overflow-wrap:anywhere;word-break:break-word}.prose p{overflow-wrap:anywhere}.prose strong{color:var(--uems-color-text-primary);font-weight:var(--uems-font-weight-semibold)}.prose em{color:var(--uems-color-text-tertiary);font-style:italic}.bullets{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.bullets li{display:flex;gap:10px;font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);color:var(--uems-color-text-secondary)}.bullets__check{flex-shrink:0;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;background:var(--uems-tint-1-surface);color:var(--uems-color-primary);border-radius:var(--uems-radius-pill);margin-top:4px}.hero{position:relative;padding:56px 0 56px;overflow:hidden;isolation:isolate;background-color:#fdfeff;background-image:linear-gradient(rgba(255,255,255,0.55),rgba(255,255,255,0.55)),url("/sites/meweb/images/malware-protection/images/adversaries-header-background.svg");background-repeat:no-repeat,no-repeat;background-position:center center,center center;background-size:100% 100%,100% 100%}.hero::before{content:"";position:absolute;inset:0;background-image:url(/sites/meweb/images/malware-protection/images/adversaries-header-background-2.svg);background-size:56px 56px;background-repeat:repeat;pointer-events:none;-webkit-mask-image:radial-gradient(85% 95% at 50% 45%,#000 0,rgba(0,0,0,0.55) 60%,transparent 100%);mask-image:radial-gradient(85% 95% at 50% 45%,#000 0,rgba(0,0,0,0.55) 60%,transparent 100%);opacity:.85;z-index:0}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(118deg,transparent 50%,rgba(255,255,255,0.35) 72%,transparent 92%),linear-gradient(245deg,transparent 55%,rgba(12,93,246,0.05) 78%,transparent 100%);pointer-events:none;z-index:0;mix-blend-mode:soft-light}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px;align-items:center}.crumbs ol{list-style:none;padding:0;margin:0;display:flex;justify-content:center;flex-wrap:wrap;gap:6px;font-size:var(--uems-font-size-body-sm);color:var(--uems-color-text-tertiary)}.crumbs li{display:inline-flex;align-items:center;gap:6px}.crumbs li+li::before{content:"/";color:var(--uems-color-border-default);margin-right:4px}.crumbs a{color:var(--uems-color-text-tertiary)}.crumbs a:hover{color:var(--uems-color-text-secondary)}.crumbs [aria-current="page"]{color:var(--uems-color-text-primary);font-weight:var(--uems-font-weight-semibold)}.hero__head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;max-width:880px;margin:0 auto}.hero__title{font-family:var(--uems-font-body);font-size:clamp(36px,5vw,56px);font-weight:var(--uems-font-weight-bold);line-height:var(--uems-line-height-tight);letter-spacing:-0.03em;color:var(--uems-color-text-primary);margin:0}.hero__summary{font-size:var(--uems-font-size-body-lg);line-height:1.5;color:var(--uems-color-text-tertiary);margin:0;max-width:720px;font-weight:var(--uems-font-weight-light)}.layout{padding:24px 0 96px;background:var(--uems-color-bg-page)}.container{max-width:1200px;margin:auto}.layout__inner{display:flex;flex-direction:column;gap:56px}.layout__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:start}.layout__main{min-width:0;display:flex;flex-direction:column}.sectabs{display:block;position:sticky;top:58px;z-index:50;margin:0 calc(-1 * 24px);padding:0 24px;background:rgba(255,255,255,0.92);-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--uems-color-border-light);box-shadow:0 1px 0 rgba(20,30,53,0.04)}.sectabs__progress{position:absolute;top:0;left:0;right:0;height:2px;background:transparent;overflow:hidden}.sectabs__progressFill{height:100%;width:0;background:linear-gradient(90deg,var(--uems-color-primary),var(--uems-color-cta));transition:width .15s ease}.sectabs__scroll{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.sectabs__scroll::-webkit-scrollbar{display:none}.sectabs__inner{display:inline-flex;align-items:stretch;gap:2px;margin:0 auto;flex-shrink:0}.sectab{position:relative;display:inline-flex;align-items:center;padding:16px 18px 14px;font-size:var(--uems-font-size-body-sm);font-weight:var(--uems-font-weight-semibold);color:var(--uems-color-text-secondary);white-space:nowrap;text-decoration:none;transition:color .22s ease}.sectab:hover{color:var(--uems-color-text-primary)}.sectab.is-active{color:var(--uems-color-primary);font-weight:var(--uems-font-weight-bold)}.sectab::after{content:"";position:absolute;left:14px;right:14px;bottom:-1px;height:3px;background:var(--uems-color-primary);border-radius:3px 3px 0 0;transform:scaleX(0);transform-origin:center;transition:transform .35s cubic-bezier(0.22,1,0.36,1)}.sectab.is-active::after{transform:scaleX(1)}.sectab:focus-visible{outline:2px solid var(--uems-color-primary);outline-offset:-2px;border-radius:4px}.content{display:flex;flex-direction:column;gap:80px;min-width:0;padding-top:48px}.sect{display:flex;flex-direction:column;gap:32px;scroll-margin-top:130px}.sect__head{display:flex;flex-direction:column;gap:12px;max-width:760px}.sect__title{font-family:var(--uems-font-body);font-size:clamp(28px,3.4vw,40px);font-weight:var(--uems-font-weight-bold);line-height:var(--uems-line-height-heading);letter-spacing:var(--uems-letter-spacing-heading);color:var(--uems-color-text-primary);margin:0}.sect__title--inverse{color:#fff}.sect__sub{font-size:var(--uems-font-size-body);color:var(--uems-color-text-tertiary);margin:0;line-height:var(--uems-line-height-body);max-width:680px}.sect__sub--inverse{color:rgba(255,255,255,0.72)}.sect__sub code{font-family:var(--uems-font-body);font-size:13px}.sect__body{display:flex;flex-direction:column;gap:32px}.sect__head--inverse .badge--success{background:rgba(255,255,255,0.10);color:#fff}.sect__head--inverse .badge--warn{background:rgba(255,255,255,0.10);color:#fff}.sect__split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:40px;align-items:start}.sect__split>.sect__body{min-width:0}.sect__split>.profileGrid{position:sticky;top:130px;max-height:calc(100vh - 150px);overflow:auto}.profileGrid{position:relative;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,0.95) 0,rgba(255,255,255,0.82) 100%);-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);border:1px solid var(--uems-color-border-default);border-radius:var(--uems-radius-lg);box-shadow:0 1px 0 rgba(20,30,53,0.04),0 12px 32px -12px rgba(20,30,53,0.14);overflow:hidden;isolation:isolate}.profileGrid::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--uems-color-primary) 0,#7338b8 40%,var(--uems-color-cta) 100%);z-index:1}.profileGrid__head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px 14px;border-bottom:1px solid var(--uems-color-border-light)}.profileGrid__head .subhead{margin:0;display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--uems-color-primary)}.profileGrid__head .subhead::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--uems-color-primary);box-shadow:0 0 0 3px rgba(12,93,246,0.18)}.profileGrid__updated{margin:0;font-family:var(--uems-font-body);font-size:10.5px;font-weight:var(--uems-font-weight-semibold);color:var(--uems-color-text-tertiary);letter-spacing:.04em;white-space:nowrap}.profileGrid--F .profileGrid__head{padding:14px 20px 10px}.pgF{display:flex;flex-direction:column;padding:14px 20px 18px;gap:10px}.pgF__strip{display:flex;flex-direction:column;gap:6px}.pgF__kpi{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:12px;padding:10px 14px;background:var(--uems-tint-1-surface);border:1px solid var(--uems-tint-1-border);border-radius:var(--uems-radius-md);min-width:0}.pgF__kpi--alert{background:rgba(208,22,45,0.07);border-color:rgba(208,22,45,0.22)}.pgF__kpi--neutral{background:var(--uems-tint-1-surface);border-color:var(--uems-tint-1-border)}.pgF__kpiLabel{font-size:9.5px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--uems-color-text-tertiary);line-height:1.3}.pgF__kpiValue{font-family:var(--uems-font-body);font-size:14px;font-weight:var(--uems-font-weight-bold);color:var(--uems-color-text-primary);letter-spacing:var(--uems-letter-spacing-heading);line-height:1.3;word-break:break-word}.pgF__kpiValue--mono{font-family:var(--uems-font-body);font-size:12.5px;letter-spacing:.02em}.pgF__rows{display:flex;flex-direction:column;gap:4px;margin-top:4px}.pgF__rowsHead{display:flex;align-items:center;gap:8px;padding:2px 0 4px}.pgF__rowsHead::before,.pgF__rowsHead::after{content:"";flex:1;height:1px;background:var(--uems-color-border-light)}.pgF__rowsHeadLabel{font-size:9.5px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--uems-color-text-tertiary)}.pgF__row{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:baseline;gap:12px;padding:9px 14px;background:#fff;border:1px solid var(--uems-color-border-light);border-radius:var(--uems-radius-md);min-width:0}.pgF__rowLabel{font-size:9.5px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.1em;color:var(--uems-color-text-tertiary);line-height:1.4}.pgF__rowValue{font-size:12.5px;color:var(--uems-color-text-primary);line-height:1.45;word-break:break-word}@media(max-width:900px){.pgF{padding:14px 20px 18px;gap:10px}}@media(max-width:540px){.pgF{padding:12px 16px 14px;gap:8px}.pgF__kpi{grid-template-columns:92px minmax(0,1fr);gap:10px;padding:9px 12px}.pgF__row{grid-template-columns:92px minmax(0,1fr);gap:10px;padding:8px 12px}.pgF__kpiValue{font-size:13.5px}.pgF__rowValue{font-size:12px}}.sect--chain{gap:16px;scroll-margin-top:130px}.sect--chain .sect__body{gap:0}.chain__head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:10px}.chain__label{font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--uems-color-text-tertiary)}.chain{background:#fff;border:1px solid var(--uems-color-border-default);border-radius:var(--uems-radius-lg);padding:24px 20px;box-shadow:var(--uems-shadow-sm);overflow-x:auto}.chain__steps{list-style:none;margin:0;padding:4px 0;display:flex;flex-direction:row;align-items:stretch;gap:28px;min-width:min-content}.chain__step--neutral{--step-tint:var(--uems-tint-3-surface);--step-border:var(--uems-color-border-default);--step-accent:var(--uems-color-text-tertiary)}.chain__step--warn{--step-tint:var(--uems-tint-2-surface);--step-border:var(--uems-tint-2-border);--step-accent:var(--uems-color-warning)}.chain__step--danger{--step-tint:color-mix(in srgb,var(--uems-color-cta) 8%,#fff);--step-border:color-mix(in srgb,var(--uems-color-cta) 30%,#fff);--step-accent:var(--uems-color-cta)}.chain__step--impact{--step-tint:color-mix(in srgb,var(--uems-color-cta-active) 10%,#fff);--step-border:color-mix(in srgb,var(--uems-color-cta-active) 35%,#fff);--step-accent:var(--uems-color-cta-active)}.chain__step{position:relative;flex:1 1 0;min-width:145px;max-width:210px;background:var(--step-tint);border:1.5px solid var(--step-border);border-radius:var(--uems-radius-md);padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px}.chain__step+.chain__step::before{content:"\2192";position:absolute;left:-24px;top:50%;transform:translateY(-50%);width:22px;text-align:center;font-family:var(--uems-font-body);font-size:20px;font-weight:700;color:var(--step-accent);opacity:.8;pointer-events:none}.chain__marker{display:none}.chain__content{display:flex;flex-direction:column;gap:6px}.chain__step .chain__content>.badge,.chain__step .chain__content>.badge.badge--neutral,.chain__step .chain__content>.badge.badge--warn,.chain__step .chain__content>.badge.badge--error,.chain__step .chain__content>.badge.badge--impact,.chain__step .chain__content>.badge.badge--brand,.chain__step .chain__content>.badge.badge--success{background:none !important;background-color:transparent !important;background-image:none !important;border:0 !important;border-radius:0 !important;padding:0 !important;box-shadow:none !important;margin:0;font-size:10px;font-weight:var(--uems-font-weight-bold);line-height:1.3;letter-spacing:.1em;text-transform:uppercase;color:var(--step-accent);white-space:nowrap;align-self:flex-start}.chain__title{margin:0;font-family:var(--uems-font-body);font-size:14.5px;font-weight:var(--uems-font-weight-bold);letter-spacing:var(--uems-letter-spacing-heading);color:var(--uems-color-text-primary);line-height:1.3}.chain__detail{margin:0;background:transparent;border:0;padding:0;font-size:12.5px;line-height:1.5;color:var(--step-accent)}.chain__detail code{font-family:var(--uems-font-body);font-size:11.5px;background:rgba(255,255,255,0.6);padding:1px 5px;border-radius:var(--uems-radius-sm);color:var(--uems-color-text-primary)}.chain__tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.chain__step .chain__tags .badge,.chain__step .chain__tags .badge.badge--error,.chain__step .chain__tags .badge.badge--warn,.chain__step .chain__tags .badge.badge--impact,.chain__step .chain__tags .badge.badge--neutral{display:inline-flex;align-self:flex-start;background:#fff !important;border:1px solid var(--step-border) !important;border-radius:var(--uems-radius-sm) !important;padding:3px 7px !important;font-size:10px;font-weight:var(--uems-font-weight-semibold);letter-spacing:.02em;text-transform:none;color:var(--step-accent);line-height:1.3;white-space:nowrap}.chain__foot{margin-top:16px;padding-top:14px;border-top:1px solid var(--uems-color-border-light);display:flex;justify-content:space-between;align-items:flex-start;gap:20px;font-size:11.5px;color:var(--uems-color-text-tertiary);flex-wrap:wrap}.chain__foot p{margin:0;line-height:1.5}.chain__source{font-style:italic;flex-shrink:0}.heatmap{background:#fff;border:1px solid var(--uems-color-border-default);border-radius:var(--uems-radius-lg);padding:24px;box-shadow:var(--uems-shadow-sm)}.heatmap__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:18px;flex-wrap:wrap;gap:12px}.heatmap__head .subhead{margin:0}.heatmap__legend{display:flex;gap:16px;flex-wrap:wrap}.heatmap__legendItem{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--uems-color-text-tertiary);font-weight:var(--uems-font-weight-semibold);text-transform:uppercase;letter-spacing:.08em}.heatmap__swatch{width:12px;height:12px;border-radius:var(--uems-radius-sm);display:inline-block}.heatmap__swatch--heavy{background:var(--uems-color-primary)}.heatmap__swatch--active{background:var(--uems-tint-1-border)}.heatmap__swatch--inactive{background:var(--uems-color-border-light);border:1px dashed var(--uems-color-border-default)}.heatmap__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.heat{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:12px;border-radius:var(--uems-radius-md);text-decoration:none;min-height:84px;transition:transform .15s,box-shadow .15s}.heat:hover{transform:translateY(-2px);box-shadow:var(--uems-shadow-md)}.heat--heavy{background:var(--uems-color-primary);color:#fff}.heat--heavy .heat__count{color:#fff}.heat--active{background:var(--uems-tint-1-surface);border:1px solid var(--uems-tint-1-border);color:var(--uems-color-text-primary)}.heat--active .heat__count{color:var(--uems-color-primary)}.heat--inactive{background:var(--uems-color-border-light);color:var(--uems-color-text-tertiary);opacity:.85;border:1px dashed var(--uems-color-border-default)}.heat--inactive .heat__count{color:var(--uems-color-text-tertiary)}.heat__name{font-size:11px;font-weight:var(--uems-font-weight-semibold);line-height:1.3}.heat__count{font-family:var(--uems-font-body);font-size:var(--uems-font-size-h3);font-weight:var(--uems-font-weight-bold);letter-spacing:var(--uems-letter-spacing-heading);line-height:var(--uems-line-height-tight)}.mitre__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px;flex-wrap:wrap;gap:8px}.mitre__head .subhead{margin:0}.mitre__meta{font-size:var(--uems-font-size-body-sm);color:var(--uems-color-text-tertiary)}.mitre__tableWrap{padding:0;overflow:hidden;background:var(--uems-color-bg-surface)}.mitre__table{width:100%;border-collapse:collapse;font-family:var(--uems-font-body);font-size:var(--uems-font-size-body-sm)}.mitre__table th,.mitre__table td{text-align:left;padding:16px 18px;vertical-align:top;border-bottom:1px solid var(--uems-color-border-light);color:var(--uems-color-text-secondary)}.mitre__table thead th{background:var(--uems-tint-3-surface);font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--uems-color-text-tertiary);border-bottom:1px solid var(--uems-color-border-default)}.mitre__table tbody tr:last-child th,.mitre__table tbody tr:last-child td{border-bottom:0}.mitre__table tbody tr{transition:background .12s,box-shadow .3s;scroll-margin-top:130px}.mitre__table tbody tr:hover{background:var(--uems-tint-3-surface)}.mitre__row--heavy{background:var(--uems-tint-1-surface)}.mitre__row--heavy:hover{background:var(--uems-tint-1-surface)}.mitre__table tbody tr:target{animation:tactic-flash 2.4s ease-out}@keyframes tactic-flash{0%{background:rgba(12,93,246,0.16);box-shadow:inset 4px 0 0 var(--uems-color-primary)}20%{background:rgba(12,93,246,0.16);box-shadow:inset 4px 0 0 var(--uems-color-primary)}100%{box-shadow:inset 4px 0 0 transparent}}.mitre__tactic{font-family:var(--uems-font-body);font-size:var(--uems-font-size-body-sm);font-weight:var(--uems-font-weight-bold);color:var(--uems-color-text-primary)}.mitre__tactic--heavy{color:var(--uems-color-primary)}.mitre__chips{display:flex;flex-wrap:wrap;gap:6px}.mitre__chip{display:inline-flex;align-items:center;gap:8px;font-size:var(--uems-font-size-caption);padding:4px 10px;border-radius:var(--uems-radius-sm);background:#fff;border:1px solid var(--uems-color-border-default);color:var(--uems-color-text-primary);font-weight:var(--uems-font-weight-semibold);line-height:1.4;text-decoration:none;transition:border-color .12s,background .12s,color .12s}.mitre__chip:hover{border-color:var(--uems-color-primary);background:var(--uems-tint-1-surface);color:var(--uems-color-primary)}.mitre__chip--heavy{border-color:rgba(12,93,246,0.30);color:var(--uems-color-primary)}.mitre__chip--heavy:hover{background:var(--uems-color-primary);border-color:var(--uems-color-primary);color:#fff}.mitre__chipId{font-family:var(--uems-font-body);font-size:10px;font-weight:var(--uems-font-weight-regular);opacity:.7}.mitre__desc{font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);color:var(--uems-color-text-secondary)}.mitre__desc code{font-family:var(--uems-font-body);font-size:12px;background:var(--uems-color-border-light);padding:1px 5px;border-radius:var(--uems-radius-sm);color:var(--uems-color-text-primary)}.stages{display:flex;flex-direction:column;gap:0;padding-top:8px}.stage{display:grid;grid-template-columns:112px minmax(0,1fr);gap:40px;padding-bottom:56px;margin-bottom:56px;border-bottom:1px solid var(--uems-color-border-light);background:0;border-radius:0;box-shadow:none;border-left:0;border-top:0;border-right:0}.stage:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.stage__side{display:flex;flex-direction:column;align-items:flex-start;gap:14px;position:sticky;top:144px;align-self:start}.stage__numeral{font-family:var(--uems-font-body);font-size:64px;font-weight:var(--uems-font-weight-bold);line-height:.92;color:var(--uems-color-primary);letter-spacing:-0.045em;font-feature-settings:"tnum" 1}.stage__main{display:flex;flex-direction:column;gap:16px;min-width:0;padding-top:4px}.stage__meta{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:6px 16px;padding-bottom:10px;border-bottom:1px solid var(--uems-color-border-light)}.stage__eyebrow{font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--uems-color-primary)}.stage__techs{font-family:var(--uems-font-body);font-size:var(--uems-font-size-caption);color:var(--uems-color-text-tertiary);letter-spacing:.02em;word-break:break-word}.stage__title{font-family:var(--uems-font-body);font-size:clamp(24px,2.4vw,28px);font-weight:var(--uems-font-weight-bold);letter-spacing:var(--uems-letter-spacing-heading);color:var(--uems-color-text-primary);margin:4px 0 8px;line-height:var(--uems-line-height-heading)}.stage__body{display:flex;flex-direction:column;gap:4px}.codebox{margin:12px 0 18px;background:var(--uems-tint-4-surface);border-radius:var(--uems-radius-md);padding:0;overflow:hidden}.codebox__head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--uems-tint-4-border)}.codebox__label{font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,0.55)}.codebox__copy{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:rgba(255,255,255,0.08);border:0;border-radius:var(--uems-radius-sm);font-family:var(--uems-font-body);font-size:11px;font-weight:var(--uems-font-weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:#fff;cursor:pointer;transition:background .15s}.codebox__copy:hover{background:rgba(255,255,255,0.16)}.codebox__copy svg{width:14px;height:14px}.codebox__pre{margin:0;padding:16px 18px;font-family:var(--uems-font-body);font-size:13px;line-height:1.5;color:#e8eef9;white-space:pre-wrap;word-break:break-all;overflow-x:auto}.codebox__pre code{background:transparent;color:inherit;font-size:inherit;padding:0}.codebox__source{margin:0;padding:12px 18px;border-top:1px solid var(--uems-tint-4-border);font-size:var(--uems-font-size-caption);color:rgba(255,255,255,0.45);font-style:italic}.ptree__head{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:14px}.ptree__head .subhead{color:var(--uems-color-primary);margin:0}.ptree__title{font-family:var(--uems-font-body);font-size:var(--uems-font-size-h4);font-weight:var(--uems-font-weight-bold);letter-spacing:var(--uems-letter-spacing-heading);margin:0;color:var(--uems-color-text-primary)}.ptree__panel{background:var(--uems-tint-4-surface);border-radius:var(--uems-radius-lg);padding:24px 28px;font-family:var(--uems-font-body);font-size:12px;line-height:1.9;color:#c8c6be;overflow-x:auto;box-shadow:var(--uems-shadow-sm)}.ptree__row{white-space:nowrap;display:block}.ptree__indent{color:#4d5567;user-select:none}.ptree__proc{color:#d9d7cc;font-weight:500}.ptree__proc--warn{color:var(--uems-color-warning)}.ptree__proc--mal{color:#ff7878}.ptree__proc--crit{color:var(--uems-color-cta);font-weight:600}.ptree__pid{color:#6b758a;font-size:11px;margin:0 6px}.ptree__args{color:#7d8499;font-size:11px}.ptree__comment{color:#4f8d4f;font-size:11px;font-style:italic}.ptree__badge{display:inline-block;font-family:var(--uems-font-body);font-size:10px;font-weight:var(--uems-font-weight-semibold);padding:2px 7px;border-radius:var(--uems-radius-sm);margin-left:4px;letter-spacing:.02em}.ptree__badge--warn{background:var(--uems-color-warning);color:#1a1004}.ptree__badge--alert{background:var(--uems-color-cta);color:#fff}.ptree__sep{border-top:1px solid var(--uems-tint-4-border);margin:12px 0 8px;height:0}.ptree__legend{margin-top:16px;padding-top:12px;border-top:1px solid var(--uems-tint-4-border);display:flex;gap:18px;font-family:var(--uems-font-body);flex-wrap:wrap}.ptree__legendItem{display:inline-flex;align-items:center;gap:6px;font-size:var(--uems-font-size-caption);color:rgba(255,255,255,0.62)}.ptree__dot{width:8px;height:8px;border-radius:var(--uems-radius-pill);flex-shrink:0}.ptree__dot--warn{background:var(--uems-color-warning)}.ptree__dot--mal{background:#ff7878}.ptree__dot--crit{background:var(--uems-color-cta)}.sect--response{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:48px;align-items:center;padding:44px 48px;border-radius:var(--uems-radius-lg);background:radial-gradient(60% 70% at 80% 20%,rgba(12,93,246,0.20) 0,transparent 60%),radial-gradient(60% 70% at 10% 90%,rgba(208,22,45,0.10) 0,transparent 60%),linear-gradient(180deg,var(--uems-tint-4-surface) 0,#0c1a3a 100%);color:#fff;overflow:hidden}.sect--response .sect__head{max-width:none;margin:0;gap:14px}.sect__head--inverse{max-width:none}.sect--response .sect__body{min-width:0}.response__player{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--uems-radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,0.12);background:rgba(255,255,255,0.04);cursor:pointer;padding:0;text-align:left;scroll-margin-top:130px}.response__playerInner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,rgba(12,93,246,0.30) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(208,22,45,0.20) 0,transparent 50%),#0a1530}.response__badge{position:absolute;top:14px;left:14px;font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,0.72);background:rgba(255,255,255,0.12);padding:6px 12px;border-radius:var(--uems-radius-pill)}.response__play{width:56px;height:56px;border-radius:var(--uems-radius-pill);background:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 32px rgba(0,0,0,0.35);transition:transform .2s ease}.response__player:hover .response__play{transform:scale(1.05)}.response__play svg{width:22px;height:22px;fill:var(--uems-color-cta);margin-left:3px}.response__overlay{position:absolute;left:14px;bottom:14px;display:flex;flex-direction:column;gap:4px;max-width:calc(100% - 28px)}.response__overlayTitle{font-size:var(--uems-font-size-body-sm);font-weight:var(--uems-font-weight-semibold);color:#fff}.iocs{display:flex;flex-direction:column;gap:16px}.ioc{padding:24px;display:flex;flex-direction:column;gap:14px;transition:transform .2s,box-shadow .2s,border-color .2s}.ioc:hover{transform:translateY(-2px);border-color:var(--uems-tint-1-border);box-shadow:var(--uems-shadow-md)}.ioc__head{display:flex;justify-content:space-between;align-items:center;gap:12px}.ioc__title{font-family:var(--uems-font-body);font-size:var(--uems-font-size-h4);font-weight:var(--uems-font-weight-bold);letter-spacing:var(--uems-letter-spacing-heading);margin:0;color:var(--uems-color-text-primary)}.ioc__desc{font-size:var(--uems-font-size-body);color:var(--uems-color-text-secondary);margin:0;line-height:var(--uems-line-height-body)}.ioc__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ioc__item{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 8px;padding:10px 12px;background:var(--uems-tint-3-surface);border:1px solid var(--uems-color-border-light);border-radius:var(--uems-radius-md);transition:background .15s,border-color .15s}.ioc__item:hover{background:var(--uems-tint-1-surface);border-color:var(--uems-tint-1-border)}.ioc__value{font-family:var(--uems-font-body);font-size:12px;color:var(--uems-color-text-primary);background:transparent;padding:0;word-break:break-all;font-weight:var(--uems-font-weight-semibold);min-width:0}.ioc__copy{grid-row:1 / 2;grid-column:2 / 3;align-self:start;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--uems-color-border-default);border-radius:var(--uems-radius-sm);color:var(--uems-color-text-tertiary);cursor:pointer;transition:background .15s,color .15s,border-color .15s;flex-shrink:0}.ioc__copy:hover{background:#fff;color:var(--uems-color-primary);border-color:var(--uems-color-primary)}.ioc__copy svg{width:14px;height:14px}.ioc__note{grid-row:2 / 3;grid-column:1 / -1;font-size:var(--uems-font-size-caption);color:var(--uems-color-text-tertiary)}.detList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.det{padding:24px;display:flex;gap:20px;align-items:flex-start;transition:transform .2s,box-shadow .2s,border-color .2s}.det:hover{transform:translateY(-2px);border-color:var(--uems-tint-1-border);box-shadow:var(--uems-shadow-md)}.det__id{flex-shrink:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:var(--uems-tint-1-surface);border:1px solid var(--uems-tint-1-border);color:var(--uems-color-primary);font-family:var(--uems-font-body);font-size:13px;font-weight:var(--uems-font-weight-bold);letter-spacing:.04em;border-radius:var(--uems-radius-md)}.det__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.det__head{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.det__name{font-family:var(--uems-font-body);font-size:var(--uems-font-size-h4);font-weight:var(--uems-font-weight-bold);letter-spacing:var(--uems-letter-spacing-heading);color:var(--uems-color-text-primary);margin:0;flex:1;min-width:0}.det__what{font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);color:var(--uems-color-text-secondary);margin:0}.det__what code{font-family:var(--uems-font-body);font-size:13px;background:var(--uems-color-border-light);padding:1px 6px;border-radius:var(--uems-radius-sm);color:var(--uems-color-text-primary);overflow-wrap:anywhere;word-break:break-word}.det__what,.det__why{overflow-wrap:anywhere}.det__why{font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);color:var(--uems-color-text-secondary);margin:0;padding:14px 16px;background:var(--uems-tint-1-surface);border:1px solid var(--uems-tint-1-border);border-radius:var(--uems-radius-md)}.det__why code{font-family:var(--uems-font-body);font-size:12px;background:rgba(255,255,255,0.7);padding:1px 5px;border-radius:var(--uems-radius-sm)}.det__whyLabel{display:inline;font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--uems-color-primary);margin-right:6px}.harden{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.hcard{display:flex;gap:20px;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s}.hcard:hover{transform:translateY(-2px);border-color:var(--uems-tint-1-border);box-shadow:var(--uems-shadow-md)}.hcard__num{flex-shrink:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--uems-radius-pill);background:var(--uems-color-primary);color:#fff;font-family:var(--uems-font-body);font-weight:var(--uems-font-weight-bold);font-size:18px}.hcard__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.hcard__head{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.hcard__title{font-family:var(--uems-font-body);font-size:var(--uems-font-size-h4);font-weight:var(--uems-font-weight-bold);letter-spacing:var(--uems-letter-spacing-heading);margin:0;flex:1;min-width:0;color:var(--uems-color-text-primary)}.hcard__desc{font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);color:var(--uems-color-text-secondary);margin:0}.hcard__desc code{font-family:var(--uems-font-body);font-size:13px;background:var(--uems-color-border-light);padding:1px 6px;border-radius:var(--uems-radius-sm);overflow-wrap:anywhere;word-break:break-word}.hcard__desc,.hcard__how{overflow-wrap:anywhere}.hcard__how{margin:0;font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);color:var(--uems-color-text-secondary);padding:14px 16px;background:var(--uems-tint-1-surface);border:1px solid var(--uems-tint-1-border);border-radius:var(--uems-radius-md)}.hcard__how code{font-family:var(--uems-font-body);font-size:12px;background:rgba(255,255,255,0.7);padding:1px 5px;border-radius:var(--uems-radius-sm);color:var(--uems-color-text-primary)}.hcard__howLabel{display:inline;font-size:11px;font-weight:var(--uems-font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--uems-color-primary);margin-right:6px}.hardening__foot{display:flex;gap:12px;align-items:flex-start;margin-top:8px;padding:16px 20px;background:var(--uems-tint-2-surface);border:1px solid var(--uems-tint-2-border);border-radius:var(--uems-radius-md);color:#946100}.hardening__foot svg{color:#946100;flex-shrink:0;margin-top:2px}.hardening__foot p{margin:0;font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);color:var(--uems-color-text-primary)}.refs__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.refs__item{display:grid;grid-template-columns:28px 1fr auto;gap:14px;align-items:center;padding:14px 18px;background:#fff;border:1px solid var(--uems-color-border-default);border-radius:var(--uems-radius-md);font-size:var(--uems-font-size-body);line-height:var(--uems-line-height-body);transition:border-color .15s,background .15s}.refs__item:hover{border-color:var(--uems-tint-1-border);background:var(--uems-tint-1-surface)}.refs__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--uems-color-text-tertiary)}.refs__icon svg{width:16px;height:16px}.refs__item:hover .refs__icon{color:var(--uems-color-primary)}.refs__item a{color:var(--uems-color-primary);text-decoration:none;font-weight:var(--uems-font-weight-semibold)}.refs__item a:hover{text-decoration:underline}.refs__date{font-family:var(--uems-font-body);font-size:11px;color:var(--uems-color-text-tertiary);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.refs__foot{margin:24px 0 0;font-size:var(--uems-font-size-caption);color:var(--uems-color-text-tertiary);font-style:italic;text-align:center}.cta{padding:80px 0;background:radial-gradient(50% 60% at 80% 50%,rgba(208,22,45,0.04) 0,transparent 60%),var(--uems-tint-1-surface);border-top:1px solid var(--uems-tint-1-border);border-bottom:1px solid var(--uems-tint-1-border)}.cta__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:28px}.cta__copy{max-width:720px;display:flex;flex-direction:column;align-items:center;gap:14px}.cta__headline{font-family:var(--uems-font-body);font-size:clamp(28px,3.4vw,40px);font-weight:var(--uems-font-weight-bold);line-height:var(--uems-line-height-heading);letter-spacing:var(--uems-letter-spacing-heading);color:var(--uems-color-text-primary);margin:0}.cta__sub{margin:0;font-size:var(--uems-font-size-body);color:var(--uems-color-text-tertiary);line-height:var(--uems-line-height-body);max-width:600px}.cta__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.reveal{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease}.reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@media(max-width:1100px){.hero__title{font-size:clamp(32px,4.6vw,44px)}.sect__title{font-size:clamp(26px,3.2vw,32px)}.content{gap:64px}.heatmap__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.layout{padding:8px 0 72px}.content{padding-top:24px;gap:56px}.hero__inner{gap:22px}.hero__head{max-width:none}.hero__title{font-size:clamp(30px,5vw,40px);line-height:1.15}.hero__summary{font-size:var(--uems-font-size-body);line-height:1.55}.sect__split{grid-template-columns:1fr;gap:28px}.sect__split .profileGrid--F{position:static;max-height:none}.profileGrid__head{padding:16px 20px 12px}.sect{gap:24px;scroll-margin-top:124px}.sect__head{gap:10px}.sect__title{font-size:clamp(24px,4.2vw,30px);line-height:1.18}.sect__sub{font-size:var(--uems-font-size-body);line-height:1.55}.sect__body{gap:20px}.ioc__list{grid-template-columns:1fr}.sectabs{margin:0 calc(-1 * 16px);padding:0 0 0 20px;width:97%}.sectab{padding:14px 14px 12px;font-size:13px}.sectab::after{left:10px;right:10px}.heatmap__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){body{word-wrap:break-word}.container{padding:0;width:100%}section,article,aside,header,footer,div,main{min-width:0}h1,h2,h3,h4,h5,h6,p,span,li,dd,dt{overflow-wrap:break-word;word-break:normal}img{max-width:100%;height:auto}.hero{padding:40px 0 48px}.hero__inner{gap:22px}.hero__title{font-size:clamp(28px,6vw,36px);line-height:1.15;letter-spacing:-0.02em}.hero__summary{font-size:15px;line-height:1.55}.layout{padding:8px 0 56px}.content{gap:44px;padding-top:28px}.sect{gap:20px;scroll-margin-top:120px}.sect__head{gap:8px}.sect__title{font-size:clamp(22px,5.4vw,28px);line-height:1.18;letter-spacing:-0.01em}.sect__sub{font-size:15px;line-height:1.55}.sect__body{gap:18px}.sect--response{grid-template-columns:1fr;gap:24px;padding:28px 18px;border-radius:var(--uems-radius-md)}.chain{padding:18px 16px;overflow-x:visible}.chain__steps{flex-direction:column;gap:40px;min-width:0}.chain__step{max-width:none;min-width:0;width:90%}.chain__step+.chain__step::before{content:"\2193";left:50%;top:-30px;transform:translateX(-50%);width:auto;height:20px;line-height:1;font-size:20px}.chain__foot{flex-direction:column;align-items:flex-start;gap:6px;margin-top:16px}.heatmap{padding:18px}.heatmap__head{flex-direction:column;align-items:flex-start;gap:10px}.heatmap__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stage__meta{gap:4px 12px;align-items:center}.ptree__panel{font-size:11px;line-height:1.7}.stage{grid-template-columns:1fr;gap:16px;padding-bottom:32px;margin-bottom:32px}.stage__side{flex-direction:row;align-items:center;position:static;width:100%;gap:14px;padding-bottom:12px;border-bottom:1px solid var(--uems-color-border-light)}.stage__numeral{font-size:32px;line-height:1}.stage__main{padding-top:0;gap:12px}.stage__meta{gap:6px 10px;padding-bottom:4px}.stage__title{font-size:20px;margin:0;line-height:1.2}.det{padding:18px;flex-direction:row;align-items:flex-start;gap:14px}.det__id{width:34px;height:34px;font-size:12px;flex-shrink:0}.det__head,.hcard__head{flex-direction:column;align-items:flex-start;gap:6px}.det__head .badge,.hcard__head .badge{order:-1}.det__name{font-size:16px;line-height:1.3;flex:none}.det__what{font-size:14px;line-height:1.5}.hcard{padding:18px;gap:14px;align-items:flex-start}.hcard__num{flex-shrink:0}.hcard__title{font-size:16px;line-height:1.3;flex:none}.hcard__desc{font-size:14px;line-height:1.5}.ioc{padding:18px}.cta__inner{gap:22px}.cta{padding:40px 20px}}@media(max-width:540px){.hero{padding:40px 20px}.hero__inner{gap:20px}.hero__title{font-size:clamp(26px,8vw,34px);line-height:1.15}.hero__summary{font-size:14.5px;line-height:1.55}.profileGrid__head{padding:14px 16px 10px;flex-wrap:wrap;gap:6px}.profileGrid__updated{font-size:10px}.layout{padding:8px 0 40px}.content{gap:36px;padding:24px 20px 0}.sect{gap:16px}.sect__head{gap:6px}.sect__title{font-size:21px;line-height:1.2;letter-spacing:-0.01em}.sect__sub{font-size:14.5px;line-height:1.5}.sect__body{gap:16px}.sect--response{gap:20px;padding:24px 16px;border-radius:var(--uems-radius-md)}.chain{padding:14px 12px}.chain__steps{gap:32px}.chain__step{padding:12px 14px 14px}.chain__step+.chain__step::before{top:-24px;font-size:18px;height:18px}.chain__title{font-size:14px}.chain__detail{font-size:12.5px}.chain__foot{flex-direction:column;gap:8px}.mitre__tableWrap{border:0;box-shadow:none;background:transparent;padding:0}.mitre__table,.mitre__table thead,.mitre__table tbody,.mitre__table tr,.mitre__table th,.mitre__table td{display:block}.mitre__table thead{display:none}.mitre__table tbody tr{border:1px solid var(--uems-color-border-default);border-radius:var(--uems-radius-md);margin-bottom:12px;padding:14px 16px;background:#fff;max-width:95%}.mitre__row--heavy{background:var(--uems-tint-1-surface);border-color:var(--uems-tint-1-border)}.mitre__table tbody tr:hover{background:inherit}.mitre__table th,.mitre__table td{padding:5px 0;border-bottom:0;font-size:13.5px;line-height:1.45}.mitre__table th[scope="row"]{padding-bottom:8px;border-bottom:1px solid var(--uems-color-border-default);margin-bottom:6px;font-size:14.5px}.stage{gap:14px;padding-bottom:28px;margin-bottom:28px}.stage__numeral{font-size:28px}.stage__title{font-size:19px;line-height:1.25}.stage__body p{font-size:13.5px;line-height:1.5}.stage__techs{font-size:11px}.codebox__head{padding:10px 12px;font-size:11.5px}.codebox__pre{padding:12px;font-size:12px;line-height:1.55}.codebox__source{padding:8px 12px;font-size:11px}.bullets li{font-size:13.5px;line-height:1.5}.ptree__panel{padding:14px;font-size:10.5px;line-height:1.7}.ptree__badge{font-size:9.5px;padding:1px 5px}.det{padding:14px;gap:12px;flex-direction:row;align-items:flex-start}.det__id{width:30px;height:30px;font-size:11px}.det__head{gap:6px}.det__name{font-size:15.5px;line-height:1.3}.det__what{font-size:13.5px;line-height:1.5}.det__why{padding:10px 12px;font-size:12.5px;line-height:1.5}.det__whyLabel{display:block;margin:0 0 4px}.hcard{padding:14px;flex-direction:row;gap:12px;align-items:flex-start}.hcard__num{width:28px;height:28px;font-size:13px;flex-shrink:0}.hcard__head{gap:6px}.hcard__title{font-size:15.5px;line-height:1.3}.hcard__desc{font-size:13.5px;line-height:1.5}.hcard__how{padding:10px 12px;font-size:12.5px;line-height:1.5}.hcard__howLabel{display:block;margin:0 0 4px}.hardening__foot{flex-direction:column;gap:8px;padding:12px 14px}.hardening__foot p{font-size:12.5px;line-height:1.5}.ioc{padding:16px}.ioc__list{grid-template-columns:1fr;gap:8px}.ioc__item{grid-template-columns:1fr 36px;padding:10px 12px;gap:6px 10px;min-height:44px;align-items:center}.ioc__value{font-size:12.5px;line-height:1.4;word-break:break-all}.ioc__note{font-size:11.5px;line-height:1.4}.ioc__copy{width:32px;height:32px}.refs__item{grid-template-columns:22px 1fr auto;gap:8px 10px;padding:12px 14px;align-items:center}.refs__date{grid-column:auto;padding-left:0;font-size:11px;color:var(--uems-color-text-tertiary);white-space:nowrap}.refs__item a{font-size:13.5px;line-height:1.45}.cta{padding:40px 20px}.cta__inner{gap:18px}.cta__actions{width:100%;flex-direction:column}}@media(max-width:380px){.container{padding:0 12px}.hero{padding:24px 0 32px}.layout{padding:8px 0 32px}.cta{padding:40px 0}.hero__title{font-size:clamp(24px,8.5vw,30px);line-height:1.18}.hero__summary{font-size:14px}.sect__title{font-size:19px;line-height:1.22}.sect__sub{font-size:14px}.content{gap:32px}.chain{padding:12px}.chain__step{padding:10px 12px 12px}.chain__title{font-size:13.5px}.chain__detail{font-size:12px}.det,.hcard,.ioc{padding:14px}.det__name,.hcard__title{font-size:15px}.stage__numeral{font-size:24px}.stage__title{font-size:17.5px}.sectabs{margin:0 calc(-1 * 12px);padding:0 12px}.sectab{padding:12px 12px 10px;font-size:12.5px}.sectab::after{left:8px;right:8px}}