:root{--lsa-purple: #655DC6;--lsa-purple-dark: #4F48A8;--lsa-green: #38D430;--lsa-red: #EA0029;--production-black: #1B1B1D;--bg: #F7F7F5;--surface: #FFFFFF;--surface-soft: #F1F1EE;--border: #E2E2DD;--text: #1B1B1D;--text-muted: #666666;--rag-green-text: #1B6E17;--rag-green-bg: #E7F8E5;--rag-green-dot: #2FB828;--rag-amber-text: #7A5200;--rag-amber-bg: #FBF0D9;--rag-amber-dot: #E09800;--rag-red-text: #B00021;--rag-red-bg: #FCE6EA;--rag-red-dot: #EA0029;--radius-card: 18px;--radius-chip: 999px;--shadow-card: 0 1px 2px rgba(27, 27, 29, .05), 0 4px 14px rgba(27, 27, 29, .05);--shadow-hover: 0 2px 4px rgba(27, 27, 29, .06), 0 10px 26px rgba(27, 27, 29, .1);--font-stack: "europa", "futura-pt", Futura, Avenir, "Avenir Next", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-stack);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit}:focus-visible{outline:2px solid var(--lsa-purple);outline-offset:2px;border-radius:4px}.site-header{background:var(--production-black);color:#fff;padding:0 32px;height:68px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:40}.site-header .brand{display:flex;align-items:center;gap:20px}.site-header .brand img{height:34px;width:auto;display:block}.site-header .brand .divider{width:1px;height:28px;background:#ffffff40}.site-header h1{font-size:17px;font-weight:700;margin:0;letter-spacing:.01em}.site-header .meta{font-size:13px;color:#ffffffa6}.page{max-width:1280px;margin:0 auto;padding:32px 32px 80px}.intro{margin-bottom:22px;max-width:68ch}.intro p{font-size:16.5px;line-height:1.55;color:var(--text-muted);margin:0}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:18px}.summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:16px 20px}.summary-card .label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);margin-bottom:6px}.summary-card .value{font-size:30px;font-weight:700;line-height:1.1}.summary-card .sub{font-size:13px;color:var(--text-muted);margin-top:2px}.summary-card .value.rag-mix{display:flex;gap:14px;align-items:baseline}.summary-card .value.rag-mix span{display:inline-flex;align-items:center;gap:7px}.summary-card .value.rag-mix .dot{width:12px;height:12px;border-radius:50%}.attention{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--lsa-purple);border-radius:var(--radius-card);padding:18px 24px;margin-bottom:28px}.attention h2{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;margin:0 0 10px;color:var(--lsa-purple-dark)}.attention ul{margin:0;padding-left:18px}.attention li{font-size:14px;color:var(--text);margin-bottom:6px}.attention li:last-child{margin-bottom:0}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);margin:0 0 14px}.project-grid+.section-title{margin-top:32px}.section-note{font-size:13.5px;color:var(--text-muted);margin:-8px 0 14px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:18px}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:22px 24px 20px;text-align:left;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease;display:flex;flex-direction:column;gap:14px;position:relative}.project-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.concept-card{border-style:dashed;background:var(--surface-soft);box-shadow:none}.concept-card:hover{box-shadow:var(--shadow-card)}.concept-purpose{font-size:13.5px;color:var(--text-muted);margin:0;line-height:1.5}.project-card .card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.project-card h3{font-size:19px;font-weight:700;margin:0 0 2px}.project-card .tagline{font-size:13.5px;color:var(--text-muted);margin:0}.chip{display:inline-flex;align-items:center;gap:6px;border-radius:var(--radius-chip);padding:3px 11px;font-size:12px;font-weight:700;white-space:nowrap}.chip .dot{width:8px;height:8px;border-radius:50%;flex:none}.chip.rag-green{background:var(--rag-green-bg);color:var(--rag-green-text)}.chip.rag-green .dot{background:var(--rag-green-dot)}.chip.rag-amber{background:var(--rag-amber-bg);color:var(--rag-amber-text)}.chip.rag-amber .dot{background:var(--rag-amber-dot)}.chip.rag-red{background:var(--rag-red-bg);color:var(--rag-red-text)}.chip.rag-red .dot{background:var(--rag-red-dot)}.chip.status{background:var(--surface-soft);color:var(--text);border:1px solid var(--border);font-weight:600}.chip.concept-chip{background:var(--surface-soft);color:var(--text-muted);border:1px dashed var(--border)}.chip.severity-high{background:var(--rag-red-bg);color:var(--rag-red-text)}.chip.severity-medium{background:var(--rag-amber-bg);color:var(--rag-amber-text)}.chip.severity-low{background:var(--surface-soft);color:var(--text-muted)}.progress-row{display:flex;align-items:center;gap:12px}.progress-track{flex:1;height:8px;border-radius:999px;background:var(--surface-soft);overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:var(--lsa-purple)}.progress-label{font-size:13px;font-weight:700;min-width:38px;text-align:right}.aspect-row{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px}.aspect{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--text-muted)}.aspect .dot{width:9px;height:9px;border-radius:50%;flex:none}.aspect .dot.rag-green{background:var(--rag-green-dot)}.aspect .dot.rag-amber{background:var(--rag-amber-dot)}.aspect .dot.rag-red{background:var(--rag-red-dot)}.aspect .rag-word{font-weight:700}.aspect .rag-word.rag-green{color:var(--rag-green-text)}.aspect .rag-word.rag-amber{color:var(--rag-amber-text)}.aspect .rag-word.rag-red{color:var(--rag-red-text)}.card-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:12px;font-size:12.5px;color:var(--text-muted)}.vuln-badges{display:flex;gap:6px}.vuln-badge{font-size:11.5px;font-weight:700;border-radius:6px;padding:1px 7px}.vuln-badge.crit{background:var(--rag-red-bg);color:var(--rag-red-text)}.vuln-badge.high{background:var(--rag-amber-bg);color:var(--rag-amber-text)}.vuln-badge.none{background:var(--rag-green-bg);color:var(--rag-green-text)}.back-button{display:inline-flex;align-items:center;gap:8px;background:none;border:1px solid var(--border);border-radius:10px;padding:8px 16px;font-size:14px;font-weight:600;color:var(--text);cursor:pointer;margin-bottom:22px}.back-button:hover{background:var(--surface-soft)}.detail-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:28px 32px;margin-bottom:18px}.detail-header .top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.detail-header h2{font-size:28px;font-weight:700;margin:0 0 4px}.detail-header .tagline{font-size:15px;color:var(--text-muted);margin:0 0 14px}.detail-header .purpose{font-size:14.5px;max-width:72ch;margin:0 0 18px}.link-row{display:flex;gap:10px;flex-wrap:wrap}.link-pill{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--lsa-purple-dark);border:1px solid rgba(101,93,198,.35);border-radius:var(--radius-chip);padding:5px 14px;text-decoration:none}.link-pill:hover{background:#655dc612}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}.meta-item .label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:3px}.meta-item .value{font-size:14px}.focus-callout{background:var(--production-black);color:#fff;border-radius:var(--radius-card);padding:22px 28px;margin-bottom:18px;display:flex;gap:16px;align-items:flex-start}.focus-callout .marker{width:4px;align-self:stretch;border-radius:2px;background:var(--lsa-green);flex:none}.focus-callout h3{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0 0 6px;color:var(--lsa-green)}.focus-callout p{margin:0;font-size:15px;line-height:1.55;color:#ffffffeb}.aspect-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-bottom:18px}.aspect-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:18px 20px}.aspect-card .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.aspect-card .name{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.aspect-card .note{font-size:13.5px;margin:0}.detail-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px;margin-bottom:18px}.list-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:20px 24px}.list-card h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;display:flex;align-items:center;gap:8px}.list-card h3 .count{background:var(--surface-soft);border-radius:999px;padding:1px 9px;font-size:12px;color:var(--text-muted)}.list-card.done h3{color:var(--rag-green-text)}.list-card.missing h3{color:var(--rag-amber-text)}.list-card.next h3{color:var(--lsa-purple-dark)}.list-card ul{margin:0;padding:0;list-style:none}.list-card li{font-size:13.5px;padding:7px 0 7px 22px;position:relative;border-bottom:1px solid var(--surface-soft)}.list-card li:last-child{border-bottom:none}.list-card li:before{position:absolute;left:0;top:7px;font-weight:700}.list-card.done li:before{content:"✓";color:var(--rag-green-dot)}.list-card.missing li:before{content:"○";color:var(--rag-amber-dot)}.list-card.next li:before{content:"→";color:var(--lsa-purple)}.security-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:20px 24px}.security-card h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px}.security-card .vuln-summary{font-size:13px;color:var(--text-muted);margin:0 0 14px}.finding{display:flex;gap:14px;padding:13px 0;border-bottom:1px solid var(--surface-soft);align-items:flex-start}.finding:last-child{border-bottom:none;padding-bottom:2px}.finding .chip{margin-top:1px}.finding .title{font-size:14px;font-weight:700;margin:0 0 3px}.finding .detail{font-size:13.5px;color:var(--text-muted);margin:0}.stack-row{display:flex;flex-wrap:wrap;gap:7px}.stack-chip{font-size:12.5px;font-weight:600;background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;padding:3px 10px;color:var(--text)}.page-footer{margin-top:40px;font-size:12.5px;color:var(--text-muted);text-align:center}@media(max-width:720px){.site-header{padding:0 18px}.site-header .meta{display:none}.page{padding:20px 16px 60px}.project-grid{grid-template-columns:1fr}.detail-header{padding:22px 20px}}
