@import "https://fonts.googleapis.com/css2?family=Syne:wght@500;700;800&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;700&display=swap";:root{--bg-color:#080911;--fg-color:#e2e6f5;--fg-muted:#6e7690;--accent-amber:#ffa600;--accent-orange:#ff5c34;--line-color:#ffa60012;--bg-card:#0f111f;--font-heading:"Syne", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-color)}body{background-color:var(--bg-color);color:var(--fg-color);font-family:var(--font-body);-webkit-font-smoothing:antialiased;cursor:none;overflow-x:hidden}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,[role=button]:focus-visible{outline:2px dashed var(--accent-amber);outline-offset:4px}#intro-overlay{z-index:99999;background-color:var(--bg-color);transform-origin:50%;will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:center;transition:transform 1.8s cubic-bezier(.56,.22,.05,.99),opacity .45s cubic-bezier(.56,.22,.05,.99);display:flex;position:fixed;inset:0}#intro-overlay.shrink{opacity:0;transform:scale(0)}.intro-content{text-align:center}.intro-title{font-family:var(--font-heading);letter-spacing:-.04em;perspective:1000px;color:var(--fg-color);justify-content:center;gap:.05em;margin-bottom:2rem;font-size:clamp(3rem,9vw,8.5rem);font-weight:800;line-height:1;display:flex}.intro-letter{opacity:.001;transform-origin:0 100%;will-change:transform, opacity;color:var(--accent-amber);transition:transform .9s cubic-bezier(.16,1,.3,1),opacity .9s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translate(220px)rotateX(40deg)skew(10deg)skewY(5deg)}.intro-letter.visible{opacity:1;transform:none}.intro-sub{font-family:var(--font-mono);color:var(--fg-muted);text-transform:uppercase;letter-spacing:.3em;height:1.5em;font-size:.65rem;position:relative;overflow:hidden}.intro-sub-text{transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;transform:translateY(110%)}.intro-sub-text.visible{transform:translateY(0)}#cursor-dot{background-color:var(--accent-amber);z-index:10002;pointer-events:none;border-radius:50%;width:4px;height:4px;transition:background-color .2s,transform .2s;position:fixed;transform:translate(-50%,-50%)}#cursor-ring{z-index:10001;pointer-events:none;transform-origin:50%;border:1.25px solid #ffa60059;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1),border-color .3s,background-color .3s;display:flex;position:fixed;transform:translate(-50%,-50%)}#cursor-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--bg-color);opacity:0;pointer-events:none;font-size:8px;transition:opacity .2s}body.hover-active #cursor-ring{background-color:var(--accent-amber);border:none;width:76px;height:76px}body.hover-active #cursor-label{opacity:1}body.hover-active #cursor-dot{opacity:0;transform:translate(-50%,-50%)scale(.1)}#hud-timeline{z-index:100;align-items:flex-start;width:140px;display:flex;position:fixed;top:240px;bottom:120px;left:45px}.timeline-line-bg{background-color:#ffffff0a;width:2px;position:absolute;top:0;bottom:0;left:3px}#timeline-progress{background:linear-gradient(to bottom, var(--accent-amber), var(--accent-orange));will-change:height;width:100%;height:0%;transition:height .1s ease-out;box-shadow:0 0 10px #ffa6004d}.timeline-nodes{z-index:2;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.timeline-node{pointer-events:auto;align-items:center;gap:1.25rem;height:20px;text-decoration:none;display:flex}.node-dot{background-color:var(--fg-color);opacity:.3;border:2px solid var(--bg-color);border-radius:50%;width:8px;height:8px;transition:all .4s cubic-bezier(.16,1,.3,1);display:block}.node-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--fg-color);opacity:.25;font-size:.6rem;transition:all .4s cubic-bezier(.16,1,.3,1);transform:translate(-4px)}.timeline-node:hover .node-dot,.timeline-node.active .node-dot{background-color:var(--accent-amber);opacity:1;width:12px;height:12px;box-shadow:0 0 8px var(--accent-amber)}.timeline-node:hover .node-label,.timeline-node.active .node-label{opacity:.9;color:var(--accent-amber);transform:translate(0)}#particle-bg{z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 50%, #0f111f4d 0%, var(--bg-color) 90%);position:fixed;inset:0}#flow-canvas{opacity:.45;width:100%;height:100%;display:block}#site-header{z-index:200;justify-content:space-between;align-items:center;height:65px;padding:0 45px;display:flex;position:relative}.hdr-name{font-family:var(--font-heading);letter-spacing:.05em;color:var(--accent-amber);align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.site-logo{object-fit:contain;border-radius:4px;width:auto;height:24px}.hdr-status{font-family:var(--font-mono);color:var(--fg-muted);letter-spacing:.12em;align-items:center;gap:.5rem;font-size:10px;display:flex}.hdr-status-pulse{background-color:var(--accent-amber);width:6px;height:6px;box-shadow:0 0 8px var(--accent-amber);border-radius:50%;animation:1.5s infinite alternate pulse;display:inline-block}@keyframes pulse{0%{opacity:.3;transform:scale(.9)}to{opacity:1;transform:scale(1.15)}}.hdr-right{gap:2rem;display:flex}.hdr-link{font-family:var(--font-mono);color:var(--fg-color);font-size:12px;transition:color .3s}.hdr-link:hover{color:var(--accent-amber)}.hdr-line{background-color:var(--line-color);height:1px;margin:0 45px}.breadcrumb-container{font-family:var(--font-mono);margin:1.25rem 45px 0;font-size:11px;display:flex}.breadcrumb-nav{letter-spacing:.05em;align-items:center;gap:.6rem;display:flex}.bc-link{color:var(--fg-muted);transition:color .2s}.bc-link:hover{color:var(--accent-amber)}.bc-separator{color:var(--fg-muted);opacity:.35}.bc-current{color:var(--accent-orange)}main{z-index:10;position:relative}section{padding:150px 45px 190px;position:relative}section+section{border-top:1px solid var(--line-color)}.section-inner{max-width:1200px;margin:0 auto}#hero{align-items:flex-end;min-height:calc(100svh - 65px);padding:65px 45px 150px;display:flex}.hero-inner{flex-direction:column;justify-content:flex-end;width:100%;max-width:1200px;margin:0 auto;display:flex}.hero-name-block{margin-bottom:5rem;position:relative}.hero-since{font-family:var(--font-mono);color:var(--accent-amber);letter-spacing:.15em;margin-bottom:1.5rem;font-size:11px}.hero-name{font-family:var(--font-heading);letter-spacing:-.05em;text-transform:uppercase;font-size:clamp(48px,10vw,140px);font-weight:800;line-height:1}.hero-description-block{align-self:flex-end;max-width:800px;margin-top:2rem}.hero-desc{font-family:var(--font-body);letter-spacing:-1.2px;color:var(--fg-muted);margin-bottom:2rem;font-size:36px;font-weight:400;line-height:48px}.hero-desc strong{color:var(--fg-color);border-bottom:2px solid var(--accent-amber);font-weight:600}.hero-quote{font-family:var(--font-mono);color:var(--accent-orange);text-transform:uppercase;letter-spacing:.1em;margin-top:1.5rem;font-size:14px}.manifesto{font-family:var(--font-heading);letter-spacing:-.03em;max-width:1100px;margin-bottom:5rem;font-size:clamp(2rem,5vw,76px);font-weight:700;line-height:1.05}.manifesto .text-muted{color:var(--fg-muted)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:6rem;display:grid}.stat-card{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:8px;flex-direction:column;padding:2.2rem 1.8rem;display:flex}.stat-num{font-family:var(--font-heading);color:var(--accent-amber);margin-bottom:.75rem;font-size:48px;font-weight:800;line-height:1}.stat-label{font-family:var(--font-mono);color:var(--fg-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.about-columns{border-top:1px solid var(--line-color);grid-template-columns:repeat(3,1fr);gap:4rem;padding-top:4rem;display:grid}.about-col h3{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.25em;color:var(--accent-amber);margin-bottom:1.5rem;font-size:11px}.col-list{flex-direction:column;gap:.8rem;list-style:none;display:flex}.col-list li{color:var(--fg-color);padding-left:1rem;font-size:15px;line-height:1.6;position:relative}.col-list li:before{content:"▸";color:var(--accent-orange);position:absolute;left:0}.timeline-heading{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:6rem;font-size:clamp(60px,10vw,120px);font-weight:700;line-height:.95}.timeline-wrapper{max-width:900px;margin:0 auto;position:relative}.timeline-track-bar{background-color:#ffffff14;width:1px;position:absolute;top:0;bottom:0;left:100px}.timeline-row{grid-template-columns:80px 40px 1fr;align-items:center;margin-bottom:4rem;display:grid}.timeline-row:last-child{margin-bottom:0}.timeline-year{font-family:var(--font-mono);color:var(--accent-orange);text-align:right;font-size:20px;font-weight:700}.timeline-marker{background-color:var(--accent-amber);width:12px;height:12px;box-shadow:0 0 10px var(--accent-amber);border:3px solid var(--bg-color);z-index:5;border-radius:50%;justify-self:center}.timeline-info{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:8px;padding:2.2rem}.timeline-title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:20px;font-weight:700}.timeline-text{color:var(--fg-muted);font-size:14px;line-height:1.6}.featured-heading{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:6rem;font-size:clamp(60px,10vw,120px);font-weight:700;line-height:.95}.featured-case-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.featured-card{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:8px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex}.featured-card:hover{border-color:#ffa60040;transform:translateY(-4px);box-shadow:0 20px 50px #ffa60008}.feat-card-header{border-bottom:1px solid var(--line-color);font-family:var(--font-mono);color:var(--accent-orange);letter-spacing:.08em;justify-content:space-between;padding:1.2rem 2rem;font-size:10px;display:flex}.feat-card-body{flex-direction:column;flex-grow:1;padding:3rem 2rem;display:flex}.feat-title{font-family:var(--font-heading);margin-bottom:1rem;font-size:28px;font-weight:700;line-height:1.1}.feat-summary{color:var(--fg-muted);flex-grow:1;margin-bottom:2rem;font-size:14px;line-height:1.6}.case-study-btn{font-family:var(--font-mono);text-transform:uppercase;color:var(--accent-amber);border:1px dashed var(--line-color);cursor:pointer;background:0 0;border-radius:4px;align-self:flex-start;min-height:44px;padding:.6rem 1.4rem;font-size:11px;transition:all .3s}.case-study-btn:hover{border-color:var(--accent-amber);background-color:#ffa6000d}.research-heading{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:6rem;font-size:clamp(60px,10vw,120px);font-weight:700;line-height:.95}.research-blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.blog-card{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:8px;flex-direction:column;padding:3rem 2rem;transition:border-color .3s;display:flex}.blog-card:hover{border-color:var(--accent-amber)}.blog-meta{font-family:var(--font-mono);color:var(--fg-muted);justify-content:space-between;margin-bottom:1.5rem;font-size:11px;display:flex}.blog-title{font-family:var(--font-heading);margin-bottom:1rem;font-size:22px;font-weight:700;line-height:1.2}.blog-excerpt{color:var(--fg-muted);flex-grow:1;margin-bottom:2rem;font-size:14px;line-height:1.6}.blog-link{font-family:var(--font-mono);color:var(--accent-orange);align-self:flex-start;min-height:44px;font-size:12px}.testimonials-heading{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:6rem;font-size:clamp(60px,10vw,120px);font-weight:700;line-height:.95}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.testimonial-card{background-color:var(--bg-card);border-left:3px solid var(--accent-amber);border-radius:0 8px 8px 0;padding:2.5rem}.test-quote{color:var(--fg-color);margin-bottom:1.5rem;font-size:16px;font-style:italic;line-height:1.7}.test-author{font-family:var(--font-mono);color:var(--fg-muted);font-size:12px}.experience-heading{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:6rem;font-size:clamp(60px,10vw,120px);font-weight:700;line-height:.95}.experience-timeline{border-left:1px dashed #ffffff1a;flex-direction:column;padding-left:2rem;display:flex;position:relative}.exp-item{padding-bottom:4rem;position:relative}.exp-item:last-child{padding-bottom:0}.exp-item:before{content:"";background-color:var(--accent-orange);border:3px solid var(--bg-color);width:10px;height:10px;box-shadow:0 0 8px var(--accent-orange);border-radius:50%;transition:background-color .3s,box-shadow .3s;position:absolute;top:6px;left:-2.35rem}.exp-item:hover:before{background-color:var(--accent-amber);box-shadow:0 0 10px var(--accent-amber)}.exp-header{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.exp-year{font-family:var(--font-mono);color:var(--accent-amber);letter-spacing:.05em;font-size:12px}.exp-org{font-family:var(--font-heading);color:var(--fg-color);font-size:24px;font-weight:700}.exp-role{font-family:var(--font-body);color:var(--accent-orange);align-items:center;gap:.75rem;margin-bottom:1.2rem;font-size:16px;font-weight:600;display:flex}.exp-status-tag{font-family:var(--font-mono);color:var(--fg-muted);letter-spacing:.05em;font-size:10px}.exp-summary{color:var(--fg-muted);max-width:800px;margin-bottom:1.25rem;font-size:15px;font-weight:300;line-height:1.6}.exp-points{flex-direction:column;gap:.75rem;max-width:800px;list-style:none;display:flex}.exp-points li{color:var(--fg-muted);padding-left:1.5rem;font-size:14px;font-weight:300;line-height:1.6;position:relative}.exp-points li:before{content:"▸";color:var(--accent-amber);position:absolute;left:0}.work-heading{font-family:var(--font-heading);letter-spacing:-.04em;text-align:center;margin-bottom:6rem;font-size:clamp(80px,12vw,172.8px);font-weight:800;line-height:.96}.work-grid{grid-template-columns:repeat(2,1fr);gap:2.25rem;display:grid}.project-card{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:8px;flex-direction:column;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex}.project-card:hover{border-color:#ffa60040;transform:translateY(-5px);box-shadow:0 25px 60px #ffa6000a}.card-link{flex-direction:column;height:100%;display:flex}.card-header-bar{border-bottom:1px solid var(--line-color);font-family:var(--font-mono);color:var(--fg-muted);letter-spacing:.08em;background-color:#ffffff03;justify-content:space-between;padding:1.2rem 2.5rem;font-size:10px;display:flex}.project-card:hover .card-header-bar{color:var(--accent-amber);border-color:#ffa60040}.card-body{flex-direction:column;flex-grow:1;height:100%;padding:3rem 2.5rem;display:flex}.card-title{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:32px;font-weight:700;line-height:1.1;transition:color .3s}.project-card:hover .card-title{color:var(--accent-amber)}.card-desc{color:var(--fg-muted);flex-grow:1;margin-bottom:2.5rem;font-size:15px;font-weight:300;line-height:1.65}.card-tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.card-tags span{font-family:var(--font-mono);color:var(--fg-muted);border:1px solid var(--line-color);background-color:#ffffff03;border-radius:100px;padding:.25rem .75rem;font-size:10px;transition:border-color .3s,color .3s}.project-card:hover .card-tags span{color:var(--fg-color);border-color:#ffa60033}.contact-heading{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:4rem;font-size:clamp(3rem,8vw,100px);font-weight:700}.contact-layout{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:4rem;display:grid}.contact-details-box{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:8px;padding:3rem}.contact-links-box{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:8px;justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex}.contact-logo-large-wrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-logo-large{object-fit:cover;border:1px solid var(--line-color);background-color:#ffffff05;border-radius:8px;width:300px;height:300px}@media (width<=768px){.contact-links-box{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}}.contact-box-title{font-family:var(--font-heading);color:var(--fg-color);margin-bottom:1.5rem;font-size:20px;font-weight:700}.contact-meta-list{flex-direction:column;gap:1rem;margin-bottom:2.5rem;list-style:none;display:flex}.contact-meta-list li{color:var(--fg-muted);font-size:14px}.contact-meta-list strong{color:var(--fg-color);margin-right:.5rem}.resume-download-btn{font-family:var(--font-mono);text-transform:uppercase;color:var(--accent-amber);border:1px dashed var(--line-color);border-radius:4px;min-height:44px;padding:.8rem 1.8rem;font-size:12px;line-height:1.8;transition:all .3s;display:inline-block}.resume-download-btn:hover{border-color:var(--accent-amber);background-color:#ffa6000d}.contact-row{flex-direction:column;gap:1.5rem;display:flex}.contact-row .contact-link{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--fg-muted);min-height:44px;font-size:14px;transition:color .3s}.contact-row .contact-link:hover{color:var(--accent-amber)}#site-footer{border-top:1px solid var(--line-color);padding:4.5rem 45px}.footer-inner{max-width:1200px;font-family:var(--font-mono);color:var(--fg-muted);justify-content:space-between;margin:0 auto;font-size:11px;display:flex}.footer-inner a{color:var(--accent-orange);text-decoration:underline}.drawer-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;opacity:0;pointer-events:none;background-color:#080911cc;transition:opacity .4s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.drawer-overlay.active{opacity:1;pointer-events:auto}.drawer-panel{border-left:1px solid var(--line-color);background-color:#0b0c14;width:100%;max-width:680px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-20px 0 80px #00000080}.drawer-overlay.active .drawer-panel{transform:translate(0)}.drawer-close{color:var(--fg-muted);cursor:pointer;z-index:10001;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:36px;line-height:1;transition:color .3s;display:flex;position:absolute;top:2rem;right:2.5rem}.drawer-close:hover{color:var(--fg-color)}.drawer-scroll-container{width:100%;height:100%;padding:6rem 3.5rem;overflow-y:auto}.cs-header{border-bottom:1px solid var(--line-color);margin-bottom:2.5rem;padding-bottom:1.5rem}.cs-title{font-family:var(--font-heading);margin-top:.5rem;font-size:40px;font-weight:800;line-height:1.1}.cs-sec-title{font-family:var(--font-heading);color:var(--accent-amber);margin:2.5rem 0 1rem;font-size:22px;font-weight:700}.cs-p{color:var(--fg-muted);margin-bottom:1.5rem;font-size:15px;line-height:1.7}.cs-p strong{color:var(--fg-color)}.cs-tech-list{flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 2.5rem;list-style:none;display:flex}.cs-tech-list li{font-family:var(--font-mono);color:var(--fg-color);border:1px solid var(--line-color);background-color:#ffffff03;border-radius:100px;padding:.3rem .9rem;font-size:11px}.cs-metrics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0;display:grid}.cs-metric-card{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:6px;padding:1.8rem}.cs-metric-val{font-family:var(--font-mono);color:var(--accent-amber);font-size:24px;font-weight:700}.cs-metric-desc{color:var(--fg-muted);margin-top:.25rem;font-size:12px}.sec-reveal{opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.sec-reveal.reveal-visible{opacity:1;transform:translateY(0)}@media (width<=1024px){#site-header{padding:0 24px}.hdr-line{margin:0 24px}section{padding:100px 24px 120px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.timeline-row{grid-template-columns:1fr;gap:1rem}.timeline-year{text-align:left}.timeline-marker,.timeline-track-bar{display:none}.about-columns,.featured-case-grid,.research-blog-grid,.testimonials-grid{grid-template-columns:1fr;gap:2rem}.work-grid{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr;gap:3rem}.card-body{padding:3rem 2.25rem}#hud-timeline{display:none}}@media (width<=768px){.hdr-center{display:none}.stats-grid{grid-template-columns:1fr}}.cve-feed-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.cve-feed-card{background-color:var(--bg-card);border:1px solid var(--line-color);border-radius:8px;flex-direction:column;padding:2.2rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex}.cve-feed-card:hover{border-color:#ffa60040;transform:translateY(-4px);box-shadow:0 20px 50px #ffa60008}.cve-card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.severity-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;border-radius:3px;padding:.2rem .6rem;font-size:9px;font-weight:700}.severity-critical{color:#ff5c34;background-color:#ff5c341a;border:1px solid #ff5c3433}.severity-high{color:#ffa600;background-color:#ffa6001a;border:1px solid #ffa60033}.severity-medium{color:var(--fg-color);background-color:#ffffff0a;border:1px solid #ffffff1a}.cve-date{font-family:var(--font-mono);color:var(--fg-muted);font-size:10px}.cve-title{font-family:var(--font-heading);flex-grow:1;margin-bottom:.75rem;font-size:20px;font-weight:700;line-height:1.2}.cve-target{color:var(--fg-muted);margin-bottom:1.75rem;font-size:13px}.cve-link{font-family:var(--font-mono);color:var(--accent-orange);align-self:flex-start;align-items:center;min-height:44px;font-size:12px;display:flex}.cve-link:hover{color:var(--accent-amber)}.case-study-page{padding:80px 45px 120px}.cs-page-header{border-bottom:1px solid var(--line-color);max-width:900px;margin-bottom:4rem;padding-bottom:3rem}.cs-pretitle{font-family:var(--font-mono);color:var(--accent-orange);text-transform:uppercase;letter-spacing:.15em;font-size:11px}.cs-intro-desc{color:var(--fg-muted);margin-top:1.5rem;margin-bottom:2rem;font-size:18px;font-weight:300;line-height:1.6}.cs-links-row{gap:1.5rem;margin-top:2rem;display:flex}.cs-body-content{max-width:850px;color:var(--fg-color);font-size:16px;line-height:1.8}.cs-body-content h2{font-family:var(--font-heading);color:var(--accent-amber);margin:3rem 0 1.25rem;font-size:26px;font-weight:700}.cs-body-content p{color:var(--fg-muted);margin-bottom:1.5rem}.cs-body-content strong{color:var(--fg-color)}.cs-body-content ul{flex-direction:column;gap:.75rem;margin-bottom:2rem;padding-left:.5rem;list-style:none;display:flex}.cs-body-content ul li{color:var(--fg-muted);padding-left:1.5rem;position:relative}.cs-body-content ul li:before{content:"▸";color:var(--accent-orange);position:absolute;left:0}.cs-body-content pre{border:1px solid var(--line-color);font-family:var(--font-mono);border-radius:8px;margin:2rem 0;padding:1.5rem 2rem;font-size:14px;line-height:1.6;overflow-x:auto;background-color:var(--bg-card)!important}.cs-body-content code{font-family:var(--font-mono);color:var(--accent-orange);background-color:#ffffff08;border-radius:4px;padding:.2rem .5rem;font-size:14px}.cs-body-content pre code{color:inherit;background-color:#0000;padding:0}@media (width<=1024px){.cve-feed-grid{grid-template-columns:1fr}.case-study-page{padding:60px 24px 80px}}
