.vuln-card{margin:0 0 2.5rem;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1.5rem;border:1px solid #e5e5e5;border-radius:1rem;background:linear-gradient(180deg,#fafafa,#f5f5f5)}.dark .vuln-card{border-color:#2d2d2d;background:linear-gradient(180deg,#2626268c,#1717178c)}.vuln-card__section{display:flex;flex-direction:column;gap:.7rem}.prose .vuln-card__heading{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#737373}.dark .prose .vuln-card__heading{color:#9ca3af}.vuln-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.vuln-tag{display:inline-flex;align-items:center;padding:.32rem .8rem;font-size:.8rem;font-weight:500;line-height:1.2;border-radius:9999px;color:#1f2937;background:#e8eaed;border:1px solid #dadce0}.dark .vuln-tag{color:#e5e7eb;background:#2a2a2a;border-color:#3a3a3a}.vuln-card__summary{margin:0;font-size:.95rem;line-height:1.75;color:#404040}.dark .vuln-card__summary{color:#d4d4d4}.vuln-card__summary code{padding:.1rem .35rem;border-radius:.35rem;font-size:.85em;background:#e8eaed;color:#1f2937}.dark .vuln-card__summary code{background:#1f1f1f;color:#e5e7eb}.vuln-card__refs{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.vuln-card__refs li{display:flex}.vuln-card__refs a{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:500;color:#3b8086;text-decoration:none;transition:color .15s ease}.vuln-card__refs a:before{content:"↗";font-size:.85em;opacity:.6}.vuln-card__refs a:hover{color:#2f676c;text-decoration:underline}.dark .vuln-card__refs a{color:#5ba3a9}.dark .vuln-card__refs a:hover{color:#7dbbc0}.prose .vuln-card__content{font-size:.95rem;line-height:1.7;color:#404040}.dark .prose .vuln-card__content{color:#d4d4d4}.prose .vuln-card__content>*{margin:0 0 .6rem}.prose .vuln-card__content>:last-child{margin-bottom:0}.prose .vuln-card__content ul{margin:0;padding-left:1.25rem;list-style:disc}.prose .vuln-card__content ol{margin:0;padding-left:1.25rem;list-style:decimal}.prose .vuln-card__content li{margin:.3rem 0}.prose .vuln-card__content li::marker{color:#737373}.dark .prose .vuln-card__content li::marker{color:#9ca3af}.prose .vuln-card__content a{color:#3b8086;text-decoration:none;font-weight:500}.prose .vuln-card__content a:hover{text-decoration:underline}.dark .prose .vuln-card__content a{color:#5ba3a9}.prose .vuln-card__content code{padding:.12rem .4rem;border-radius:.35rem;font-size:.85em;background:#e8eaed;color:#1f2937}.dark .prose .vuln-card__content code{background:#1f1f1f;color:#e5e7eb}.prose img{display:block;margin:1.9rem auto;max-width:100%;height:auto;border-radius:.65rem;border:1px solid #e5e5e5;box-shadow:0 1px 2px #0000000f,0 10px 30px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.prose img:hover{transform:translateY(-2px);box-shadow:0 2px 4px #00000014,0 16px 40px #0000001a}.dark .prose img{border-color:#2d2d2d;box-shadow:0 1px 2px #0006,0 10px 30px #00000059}.prose :not(pre)>code{background:#eceef1;color:#1f2937;padding:.12rem .4rem;border-radius:.35rem;font-size:.85em;font-weight:500;overflow-wrap:break-word}.dark .prose :not(pre)>code{background:#1f1f1f;color:#e5e7eb}.prose code:before,.prose code:after{content:none!important}.prose pre{margin:1.9rem 0;padding:1.1rem 1.25rem;border-radius:.75rem;border:1px solid #e5e5e5;font-size:.85rem;line-height:1.6;overflow-x:auto}.dark .prose pre{border-color:#2d2d2d}.prose .code-block{position:relative;margin:1.9rem 0}.prose .code-block>pre{margin:0}.prose .code-copy{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:.45rem;cursor:pointer;color:#57606a;background:#ffffffbf;border:1px solid #d0d7de;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease}.prose .code-block:hover .code-copy,.prose .code-copy:focus-visible{opacity:1}.prose .code-copy:hover{background:#fff;color:#1f2328}.prose .code-copy svg{width:1rem;height:1rem}.prose .code-copy.is-copied{color:#1a7f37;opacity:1}.dark .prose .code-copy{color:#adbac7;background:#ffffff14;border-color:#ffffff2e}.dark .prose .code-copy:hover{background:#ffffff29;color:#fff}.dark .prose .code-copy.is-copied{color:#3fb950}@media(hover:none){.prose .code-copy{opacity:.7}}.dark .astro-code,.dark .astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}.prose h2{margin-top:2.75rem;padding-left:.85rem;border-left:3px solid #3b8086;font-weight:700}.dark .prose h2{border-left-color:#5ba3a9}.prose h3{margin-top:2rem;font-weight:600}.prose hr{border:0;border-top:1px dashed #d4d4d4;margin:2.75rem 0}.dark .prose hr{border-top-color:#3a3a3a}.prose a{color:#3b8086;text-decoration:none;font-weight:500}.prose a:hover{text-decoration:underline}.dark .prose a{color:#5ba3a9}.prose table{width:100%;border-collapse:collapse;font-size:.9rem;margin:1.9rem 0;overflow:hidden;border-radius:.6rem;border:1px solid #e5e5e5}.dark .prose table{border-color:#2d2d2d}.prose th,.prose td{padding:.6rem .85rem;border-bottom:1px solid #ececec;text-align:left}.dark .prose th,.dark .prose td{border-bottom-color:#2a2a2a}.prose thead th{background:#f5f5f5;font-weight:600}.dark .prose thead th{background:#1f1f1f}.prose .sec-card{--accent: #3b8086;--chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.53 16.28a.75.75 0 0 1-1.06 0l-7.5-7.5a.75.75 0 0 1 1.06-1.06L12 14.69l6.97-6.97a.75.75 0 1 1 1.06 1.06l-7.5 7.5Z'/%3E%3C/svg%3E");margin:1.9rem 0;padding:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 22%,transparent);border-left:4px solid var(--accent);border-radius:.8rem;background:color-mix(in srgb,var(--accent) 6%,transparent)}.dark .prose .sec-card{background:color-mix(in srgb,var(--accent) 13%,transparent);border-color:color-mix(in srgb,var(--accent) 32%,transparent)}.prose .sec-card>summary{display:flex;align-items:center;gap:.55rem;padding:.95rem 1.4rem;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--accent);font-weight:700;font-size:1.08rem}.prose .sec-card>summary::-webkit-details-marker{display:none}.prose .sec-card>summary:hover{background:color-mix(in srgb,var(--accent) 8%,transparent)}.prose .sec-card>summary:before{content:"";flex:none;width:1.3rem;height:1.3rem;background-color:var(--accent);-webkit-mask:var(--icon) center / contain no-repeat;mask:var(--icon) center / contain no-repeat}.prose .sec-card>summary:after{content:"";flex:none;margin-left:auto;width:1.15rem;height:1.15rem;background-color:var(--accent);-webkit-mask:var(--chevron) center / contain no-repeat;mask:var(--chevron) center / contain no-repeat;transition:transform .2s ease}.prose .sec-card[open]>summary:after{transform:rotate(180deg)}.prose .sec-card__body{overflow:hidden}.prose .sec-card__body.is-animating{transition:height .28s ease}.prose .sec-card__body>*{margin:0;padding:0 1.4rem 1.2rem}.prose .sec-card__body>ul,.prose .sec-card__body>ol{padding-left:2.6rem}.prose .sec-card li{margin:.3rem 0}.prose .sec-card li::marker{color:var(--accent)}@media(prefers-reduced-motion:reduce){.prose .sec-card__body.is-animating{transition:none}}.prose .sec-card--impact{--accent: #e11d48;--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.753-2.5-2.599-4.5L9.4 3.003ZM12 8.25a.75.75 0 0 1 .75.75v3.75a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm0 8.25a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z'/%3E%3C/svg%3E")}.dark .prose .sec-card--impact{--accent: #fb7185}.prose .sec-card--classification{--accent: #7c3aed;--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.25 2.25a3 3 0 0 0-3 3v4.318a3 3 0 0 0 .879 2.121l9.58 9.581c.92.92 2.39 1.186 3.548.428a18.849 18.849 0 0 0 5.441-5.44c.758-1.16.492-2.629-.428-3.548l-9.58-9.581a3 3 0 0 0-2.122-.879H5.25ZM6.375 7.5a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z'/%3E%3C/svg%3E")}.dark .prose .sec-card--classification{--accent: #a78bfa}.prose .sec-card--summary{--accent: #0284c7;--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.625 1.5c-1.036 0-1.875.84-1.875 1.875v17.25c0 1.035.84 1.875 1.875 1.875h12.75c1.035 0 1.875-.84 1.875-1.875V12.75A3.75 3.75 0 0 0 16.5 9h-1.875a1.875 1.875 0 0 1-1.875-1.875V5.25A3.75 3.75 0 0 0 9 1.5H5.625ZM7.5 15a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7.5 15Zm.75 2.25a.75.75 0 0 0 0 1.5H12a.75.75 0 0 0 0-1.5H8.25Z'/%3E%3Cpath d='M12.971 1.816A5.23 5.23 0 0 1 14.25 5.25v1.875c0 .207.168.375.375.375H16.5a5.23 5.23 0 0 1 3.434 1.279 9.768 9.768 0 0 0-6.963-6.963Z'/%3E%3C/svg%3E")}.dark .prose .sec-card--summary{--accent: #38bdf8}.prose .sec-card--root-cause{--accent: #d97706;--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 3.75a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5ZM2.25 10.5a8.25 8.25 0 1 1 14.59 5.28l4.69 4.69a.75.75 0 1 1-1.06 1.06l-4.69-4.69A8.25 8.25 0 0 1 2.25 10.5Z'/%3E%3C/svg%3E")}.dark .prose .sec-card--root-cause{--accent: #fbbf24}.prose .sec-card--remediation{--accent: #059669;--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.516 2.17a.75.75 0 0 0-1.032 0 11.209 11.209 0 0 1-7.877 3.08.75.75 0 0 0-.722.515A12.74 12.74 0 0 0 2.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.75.75 0 0 0 .374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 0 0-.722-.516 11.209 11.209 0 0 1-7.877-3.079ZM15.61 10.186a.75.75 0 0 0-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.14-.094l3.75-5.25Z'/%3E%3C/svg%3E")}.dark .prose .sec-card--remediation{--accent: #34d399}.prose .step{position:relative;padding-left:3.4rem;padding-bottom:1.75rem}.prose .step:last-of-type{padding-bottom:0}.prose .step:before{content:"";position:absolute;left:1.05rem;top:2.5rem;bottom:-.25rem;width:2px;background:#e5e5e5}.dark .prose .step:before{background:#303030}.prose .step:last-of-type:before{display:none}.prose .step__num{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:9999px;background:#3b8086;color:#fff;font-size:.88rem;font-weight:700;line-height:1}.dark .prose .step__num{background:#4f9ca2}.prose .step__body>h3:first-child{margin:0 0 .6rem;min-height:2.1rem;display:flex;align-items:center;font-size:1.15rem;font-weight:700;border-left:0;padding-left:0}.prose .step__body>:last-child{margin-bottom:0}html,body{margin:0;padding:0;height:100%;overflow-x:hidden}body{display:flex;flex-direction:column;min-height:100vh}main[data-astro-cid-gysqo7gh]{flex:1}section[data-astro-cid-gysqo7gh][class*=text-gray-700]{margin:0;padding:0;flex-shrink:0}.prose[data-astro-cid-gysqo7gh] h1[data-astro-cid-gysqo7gh]:first-of-type,.prose[data-astro-cid-gysqo7gh]>h1[data-astro-cid-gysqo7gh]:first-child,article[data-astro-cid-gysqo7gh] .prose[data-astro-cid-gysqo7gh] h1[data-astro-cid-gysqo7gh]:first-child{display:none!important}.dot-hexagon-light[data-astro-cid-gysqo7gh]{background-image:radial-gradient(circle,#80808045 1px,transparent 1px),radial-gradient(circle,#80808045 1px,transparent 1px);background-size:24px 41.57px;background-position:0 0,12px 20.78px}.dot-hexagon-dark[data-astro-cid-gysqo7gh]{background-image:radial-gradient(circle,#ffffff35 1px,transparent 1px),radial-gradient(circle,#ffffff35 1px,transparent 1px);background-size:24px 41.57px;background-position:0 0,12px 20.78px}
