@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#130e19;--panel:#1d1525;--panel2:#251b2e;--ink:#f5eff9;--muted:#b9aabe;--line:#3a2c43;--purple:#c493ff;--red:#ff627e;--yellow:#f5c565;--green:#74d9a6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font:18px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:hover{color:var(--purple)}a:focus-visible,summary:focus-visible{outline:3px solid var(--purple);outline-offset:5px}p{margin:0 0 18px;color:var(--muted)}h1,h2,h3,.brand{font-family:'Space Grotesk',sans-serif;line-height:1.12;margin:0;font-weight:600;letter-spacing:-.035em}h1{font-size:clamp(48px,5.8vw,80px)}h1 em{font-style:normal;color:var(--purple)}h2{font-size:clamp(28px,3vw,40px)}h3{font-size:23px}code{font-family:monospace;color:#ddc1f6;font-size:.9em;overflow-wrap:anywhere}header,main{max-width:1320px;margin:auto;padding:0 48px}header{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:126px;border-bottom:1px solid var(--line)}.brand{font-size:23px;line-height:.92;letter-spacing:-1px;display:inline-block}.brand>span{display:block;font-size:33px}.brand-dot{color:var(--red)}nav{display:flex;gap:28px;font-size:17px;font-weight:600}nav a:first-child{color:var(--purple)}.edition{text-align:right;font:12px/1.9 monospace;letter-spacing:1px;color:var(--muted)}.edition time{color:var(--ink);font-size:14px}.masthead{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;padding:48px 0 34px}.eyebrow,.kicker,.article-meta,.strip-label{font:13px/1.6 monospace;letter-spacing:1.5px;color:var(--purple)}.eyebrow{margin-bottom:13px}.intro{max-width:300px;margin-bottom:6px;font-size:18px}.stack-strip{display:flex;gap:10px 23px;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0;margin-bottom:28px;font:13px/1.8 monospace;color:var(--muted)}.stack-strip b{color:var(--ink);font-weight:500;margin-left:4px}.strip-label{color:var(--red);font-size:12px}.lead-grid{display:grid;grid-template-columns:1.42fr 1fr;gap:20px}.feature{position:relative;overflow:hidden;background:linear-gradient(120deg,#5d244c 0%,#411d48 48%,#281831 100%);border:1px solid #79465f;border-radius:16px;padding:32px}.feature-symbol{position:absolute;right:30px;top:75px;font:240px/1 'Space Grotesk',sans-serif;color:#eb7aaa22;transform:rotate(10deg);pointer-events:none}.article-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px;font-size:12px}.article-meta time{color:var(--muted);white-space:nowrap}.pill{color:#ffb7c8}.feature .kicker{color:#ffc2d0;margin:30px 0 10px}.feature h2{font-size:clamp(34px,4vw,53px);max-width:450px;position:relative}.feature>p:not(.kicker){max-width:470px;color:#dfcadf;margin:20px 0}.button{display:inline-flex;gap:42px;align-items:center;background:var(--ink);color:#26162b;font-weight:700;font-size:16px;border-radius:6px;padding:11px 18px;position:relative}.button:hover{background:#dec4fb;color:#26162b}.feature-note{margin-top:26px;border-top:1px solid #b9819b50;padding-top:15px;color:#ffb5c7;font:12px/1.6 monospace;letter-spacing:1px}.feature-note span{display:block;color:#e0cbdc;font:16px/1.5 'DM Sans',sans-serif;letter-spacing:0;margin-top:5px}.security-summary{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:32px;display:flex;flex-direction:column}.signal-row{display:flex;gap:22px;align-items:center;margin:14px 0 25px}.signal-row h2{font-size:31px}.signal-row p{font-size:14px;color:var(--yellow);margin:10px 0 0}.traffic-light{flex:none;display:flex;flex-direction:column;gap:9px;background:#100c15;border:1px solid #443248;padding:12px;border-radius:25px}.traffic-light i{width:22px;height:22px;border-radius:50%;background:#3d2932}.security-summary[data-state=yellow] .traffic-light .yellow{background:var(--yellow);box-shadow:0 0 20px #f5c56565}.security-summary>p:not(.eyebrow){font-size:17px}.score-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;margin:auto 0 20px}.score-grid>div+div{border-left:1px solid var(--line);padding-left:24px}.score-grid strong{font:42px/1 'Space Grotesk',sans-serif}.score-grid span{display:block;font-size:13px;line-height:1.5;color:var(--muted);margin-top:9px}.text-link,.cards a,.platform-top a{font-size:14px;font-weight:700;color:var(--purple)}section[id]:not(.masthead){padding-top:62px}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:26px}.section-title>span,.section-title>a{font:13px/1.6 monospace;color:var(--muted);text-align:right}.section-title .eyebrow{color:var(--red);margin-bottom:8px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cards article{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:26px;display:flex;flex-direction:column;align-items:flex-start}.cards h3{margin:4px 0 17px}.cards p{font-size:17px}.cards article>a,.cards .links{margin-top:auto}.card-icon{width:43px;height:43px;display:grid;place-items:center;background:#39223f;color:var(--red);border-radius:10px;font-size:26px;margin-bottom:22px}.cards .article-meta{font-size:12px;letter-spacing:.7px;width:100%;align-items:center;margin-bottom:10px}.small{font-size:14px!important}.links{display:flex;gap:10px 16px;flex-wrap:wrap}.section-intro{max-width:800px;font-size:17px;margin-top:-6px}.status-chip{border:1px solid #695031;border-radius:40px;padding:8px 12px;color:var(--yellow)!important}.legend{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding:22px 0;margin:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.legend b{font:13px monospace;letter-spacing:1.5px;display:flex;align-items:center;gap:9px}.legend p{font-size:14px;margin:10px 0 0}.dot{display:inline-block;width:9px;height:9px;border-radius:50%;flex:none}.dot.red{background:var(--red)}.dot.yellow{background:var(--yellow)}.dot.green{background:var(--green)}.security-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.security-product{border:1px solid var(--line);border-radius:9px;padding:22px;background:#1a131f}.product-head{display:flex;gap:9px;flex-wrap:wrap;align-items:center;justify-content:space-between}.product-head h3{font-size:17px;letter-spacing:-.5px}.product-head code{font-size:13px;color:var(--muted)}.security-product p{font-size:14px;margin:10px 0 14px}.state-text{color:var(--yellow);font-size:12px!important}.security-product[data-state=red] .state-text{color:var(--red)}.security-product[data-state=green] .state-text{color:var(--green)}.security-product a{font-size:12px;color:var(--purple)}.empty-state{display:flex;align-items:center;gap:20px;padding:26px 0}.empty-state>span{font-size:34px;color:var(--purple)}.empty-state h3{font-size:17px;letter-spacing:-.3px}.empty-state p{font-size:14px;margin:6px 0 0}details{border:1px solid var(--line);border-radius:8px;padding:16px 20px}summary{font-size:16px;cursor:pointer;color:var(--purple)}details p{font-size:16px;margin:15px 0 0}.trend-cards article{background:linear-gradient(155deg,#2d1c39,#1b1422)}.trend-number{font:52px/1 'Space Grotesk',sans-serif;letter-spacing:-4px;color:#a06bba;margin-bottom:32px}.trend-cards .eyebrow{font-size:12px;color:var(--red)}.platform-top{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-bottom:30px}.platform-top article{border-left:2px solid #724291;padding:3px 0 3px 22px}.platform-top h3{font-size:24px;margin-bottom:14px}.platform-top p{font-size:17px}.platform-top .eyebrow{font-size:12px}.news-list{padding-top:0}.news-list>.section-title{border-top:1px solid var(--line);padding-top:26px}.news-list>.section-title h3{font-size:19px}.news-list>article{position:relative;padding:25px 0 25px 66px;border-bottom:1px solid var(--line);counter-increment:story;display:grid;grid-template-columns:1.4fr 1fr;gap:8px 35px}.news-list{counter-reset:story}.news-list>article:before{content:counter(story,decimal-leading-zero);position:absolute;left:0;top:28px;font:24px 'Space Grotesk',sans-serif;color:#996bb4}.news-list .article-meta{grid-column:1/-1;margin-bottom:2px}.news-list h3{font-size:23px;grid-column:1;line-height:1.25}.news-list>article>p{grid-column:1;margin:4px 0 0;font-size:16px}.implication{grid-column:2;grid-row:2/4;border-left:1px solid var(--line);padding-left:24px}.implication span{font:12px monospace;letter-spacing:1px;color:var(--red)}.implication p{font-size:14px;margin:8px 0 0}.source{font-size:12px;color:#967fa1;grid-column:1/-1;margin-top:8px}footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:55px 0 38px}footer p{font-size:13px;margin:0}footer>a:last-child{font-size:13px;color:var(--purple)}.skip{position:absolute;left:20px;top:-80px;padding:10px;background:var(--ink);color:var(--bg);z-index:10}.skip:focus{top:15px}::selection{background:#713e78;color:white}@media(max-width:1000px){header,main{padding-left:28px;padding-right:28px}nav{gap:18px}.edition{display:none}.lead-grid{grid-template-columns:1.15fr 1fr}.feature,.security-summary{padding:24px}.cards article{padding:20px}.signal-row{gap:15px}.signal-row h2{font-size:27px}.security-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){header,main{padding-left:20px;padding-right:20px}header{flex-wrap:wrap;gap:23px;padding-top:25px;padding-bottom:20px}nav{width:100%;justify-content:space-between;gap:10px;font-size:14px}.masthead{display:block;padding:32px 0 26px}.intro{max-width:100%;margin-top:23px;font-size:17px}h1{font-size:53px}.stack-strip{gap:8px 16px}.strip-label{width:100%}.lead-grid,.cards,.legend,.platform-top{grid-template-columns:1fr}.feature{padding:27px}.feature h2{font-size:43px}.security-summary{padding:25px}.score-grid{margin-top:5px}.section-title{align-items:flex-start;flex-direction:column;gap:12px}.section-title>span{text-align:left}.cards article{padding:26px}.cards article>a,.cards .links{margin-top:10px}.security-products{grid-template-columns:1fr}.legend{gap:22px}.news-list>article{padding-left:43px;grid-template-columns:1fr}.implication{grid-column:1;grid-row:auto;margin-top:8px;padding-left:13px}.news-list .article-meta{font-size:12px;letter-spacing:.5px}.news-list h3{font-size:21px}footer{flex-wrap:wrap;gap:25px}footer p{max-width:230px}.trend-number{margin-bottom:20px}section[id]:not(.masthead){padding-top:44px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.security-summary[data-state=red] .traffic-light .red{background:var(--red);box-shadow:0 0 20px #ff627e65}.security-summary[data-state=green] .traffic-light .green{background:var(--green);box-shadow:0 0 20px #74d9a665}

.cve-results{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:22px}.cve-card{padding:24px;background:var(--panel);border:1px solid var(--line);border-left:3px solid var(--yellow);border-radius:8px}.cve-card h3{font-size:20px;margin-bottom:16px}.cve-card p{font-size:17px}.cve-card a{font-size:16px;color:var(--purple)}@media(max-width:720px){.cve-results{grid-template-columns:1fr}}

/* Reading comfort and theme controls */
body{font-size:1.125rem}header{flex-wrap:wrap;padding-top:24px;padding-bottom:24px;gap:22px}.header-tools{display:flex;align-items:center;gap:20px;margin-left:auto}.theme-toggle{font:600 .875rem/1.3 'DM Sans',sans-serif;min-height:44px;border:1px solid var(--line);border-radius:24px;padding:10px 16px;background:var(--panel2);color:var(--ink);cursor:pointer;white-space:nowrap}.theme-toggle:hover{border-color:var(--purple)}.theme-toggle:focus-visible{outline:3px solid var(--purple);outline-offset:4px}.state-text{font-size:.875rem!important}.small{font-size:.9375rem!important}.product-head code,.stack-strip{font-size:.875rem}.cards p,.security-product p,.legend p,.implication p,.cve-card p,details p,.news-list>article>p{font-size:1rem}.cards a,.security-product a,.platform-top a,.cve-card a,.text-link,summary{font-size:.875rem}.signal-row p{font-size:.875rem}.section-title>span,.section-title>a{font-size:.8125rem}.article-meta{flex-wrap:wrap}.cards article,.security-product,.cve-card,.signal-row>div{min-width:0}h3{overflow-wrap:break-word}.feature{color:#f5eff9}.feature .article-meta time{color:#dbc6df}.feature .button{background:#f5eff9;color:#26162b}.feature .button:hover{background:#dec4fb}.feature .button:focus-visible{outline-color:#f5eff9}.schedule-note{font-size:.875rem}
:root[data-theme=light]{color-scheme:light;--bg:#f7f4fa;--panel:#fff;--panel2:#efe6f5;--ink:#281731;--muted:#60516a;--line:#d7c6df;--purple:#7331a0;--red:#b92e50;--yellow:#875900;--green:#21714c}
:root[data-theme=light] code{color:#743887}:root[data-theme=light] .security-product{background:#fff}:root[data-theme=light] .trend-cards article{background:linear-gradient(155deg,#eee1f6,#fff)}:root[data-theme=light] .card-icon{background:#eee1f6}:root[data-theme=light] .trend-number{color:#85429d}:root[data-theme=light] .source{color:#705d7b}:root[data-theme=light] .status-chip{background:#fff5df;border-color:#d5b46d}:root[data-theme=light] .traffic-light .yellow{background:#f5c565}:root[data-theme=light] .traffic-light .red{background:#3d2932}:root[data-theme=light] .security-summary[data-state=red] .traffic-light .red{background:#ff627e}:root[data-theme=light] .security-summary[data-state=green] .traffic-light .green{background:#74d9a6}:root[data-theme=light] .security-summary:not([data-state=yellow]) .traffic-light .yellow{background:#3d2932}
@media(max-width:1100px){header nav{order:3;flex-basis:100%;justify-content:space-between;flex-wrap:wrap}.cards,.security-products{grid-template-columns:repeat(2,minmax(0,1fr))}.cards article:last-child{grid-column:1/-1}}@media(max-width:720px){.header-tools{margin-left:auto}header nav{font-size:.9375rem;gap:12px 18px;justify-content:flex-start}.cards,.security-products{grid-template-columns:1fr}.cards article:last-child{grid-column:auto}.signal-row{gap:15px}.signal-row h2{font-size:1.65rem}.intro{font-size:1rem}.news-list .article-meta{font-size:.75rem}.theme-toggle{padding:10px 12px}.section-title .status-chip{text-align:left}.feature-note span{font-size:1rem}}

/* Icon-only theme control, language selection and component filters. */
[hidden]{display:none!important}
span[data-copy]{display:contents;font:inherit;letter-spacing:inherit;color:inherit;margin:0}
button{font:inherit}button:focus-visible{outline:3px solid var(--purple);outline-offset:4px}
.header-tools{gap:12px}.theme-toggle{display:grid;place-items:center;width:44px;height:44px;padding:10px;border-radius:50%;flex:none}.theme-toggle svg{width:22px;height:22px}.theme-moon{display:none}:root[data-theme=light] .theme-sun{display:none}:root[data-theme=light] .theme-moon{display:block}
.language-switch{display:inline-flex;padding:3px;border:1px solid var(--line);background:var(--panel);border-radius:25px;gap:2px}.language-switch button{min-width:44px;min-height:38px;padding:7px 10px;border:0;border-radius:21px;background:transparent;color:var(--muted);font-size:.875rem;font-weight:700;cursor:pointer}.language-switch button[aria-pressed=true]{background:var(--purple);color:var(--bg)}.language-switch button:hover{color:var(--ink)}.language-switch button[aria-pressed=true]:hover{color:var(--bg)}
.stack-filter{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:21px 0 16px;margin-bottom:28px}.filter-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px 24px;flex-wrap:wrap;margin-bottom:15px}.filter-heading h2{font-size:1.125rem;letter-spacing:-.02em}.filter-heading p{font-size:.875rem;margin:0}.filter-options{display:flex;flex-wrap:wrap;gap:9px}.filter-chip{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;max-width:100%;border:1px solid var(--line);border-radius:9px;padding:9px 12px;background:var(--panel);color:var(--muted);font-size:.875rem;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.filter-chip:hover{border-color:var(--purple);color:var(--ink)}.filter-chip[aria-pressed=true]{background:var(--panel2);border-color:var(--purple);color:var(--ink);box-shadow:inset 0 -2px 0 var(--purple)}.filter-name{display:flex;gap:6px;flex-wrap:wrap;align-items:baseline}.filter-version{font:400 .8125rem/1.4 monospace;color:var(--muted)}.filter-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 5px;background:var(--bg);border-radius:5px;color:var(--purple);font-size:.8125rem;font-weight:700}.filter-status{margin:14px 0 0;font-size:.875rem;color:var(--muted)}.filter-empty{padding:22px 24px;margin-bottom:20px;border-left:3px solid var(--purple);background:var(--panel);border-radius:6px}.filter-empty h2{font-size:1.25rem;letter-spacing:-.02em}.filter-empty p{font-size:1rem;margin:8px 0}.lead-grid.is-summary-only{grid-template-columns:1fr}.lead-grid.is-summary-only .security-summary{max-width:760px;width:100%}
.security-summary[data-state=red] .signal-row p,.status-chip[data-state=red]{color:var(--red)!important}.security-summary[data-state=green] .signal-row p,.status-chip[data-state=green]{color:var(--green)!important}.status-chip[data-state=red]{border-color:var(--red)}.status-chip[data-state=green]{border-color:var(--green)}.status-chip[data-state=unknown]{border-color:var(--line);color:var(--muted)!important;background:var(--panel)!important}.cve-card[data-state=red]{border-left-color:var(--red)}
/* Light-theme lamps retain their signal colours without a black housing. */
:root[data-theme=light] .traffic-light{background:#eee5f4;border-color:#d0bddd;box-shadow:inset 0 1px 0 #fff}
:root[data-theme=light] .traffic-light i{box-shadow:none;border:1px solid transparent}
:root[data-theme=light] .security-summary .traffic-light .red{background:#e6bec8;border-color:#d6a1ae}
:root[data-theme=light] .security-summary .traffic-light .yellow{background:#eddbab;border-color:#d7c187}
:root[data-theme=light] .security-summary .traffic-light .green{background:#b8d9c8;border-color:#98c2ad}
:root[data-theme=light] .security-summary[data-state=red] .traffic-light .red{background:#cf274d;border-color:#a31b3a;box-shadow:0 0 0 3px #cf274d20,0 0 14px #cf274d35}
:root[data-theme=light] .security-summary[data-state=yellow] .traffic-light .yellow{background:#e8a51a;border-color:#9e6800;box-shadow:0 0 0 3px #e8a51a25,0 0 14px #e8a51a45}
:root[data-theme=light] .security-summary[data-state=green] .traffic-light .green{background:#218557;border-color:#17653f;box-shadow:0 0 0 3px #21855720,0 0 14px #21855735}
:root[data-theme=light] .status-chip[data-state=red]{background:#ffedf1}:root[data-theme=light] .status-chip[data-state=green]{background:#eaf8ef}
@media(max-width:720px){.header-tools{gap:8px}.edition{display:none}.filter-heading{gap:8px}.filter-chip{flex:1 1 auto}.filter-options{gap:8px}.filter-heading p{max-width:32ch}.status-chip{max-width:100%;overflow-wrap:anywhere}.signal-row h2{font-size:1.65rem}.feature h2{font-size:clamp(2rem,8vw,2.7rem)}}
@media(prefers-reduced-motion:reduce){.filter-chip{transition:none}}
