:root{--blue: rgb(99 102 241);--blue-dark: #3c3bd1;--blue-lighter: hsl(232deg 100% 80% / 100%);--dark: #363740;--navbar-height: 64px;--weakness-chip-height: 32px;--chip-border-size: 3px;--card-padding-y: 1.5rem;--card-padding-x: 2rem;--card-padding: var(--card-padding-y) var(--card-padding-x);--editor-gap: 30px;--editor-height: 700px;--container-width: 80%;--container-max-width: 1080px;--body-background: #f4f4f7;--gray: hsl(0deg 0% 96% / 100%);--secondary: hsl(209deg 52% 36%);--red: #ef4444;--green: #10b981;--gray-light: #d7d7d7;--gray-dark: #c1b9b9}code{margin:0;position:relative;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;letter-spacing:.5px;padding:3px 6px;white-space:nowrap;z-index:1;border-radius:3px;background-color:#d0d0d0}*,*:before,*:after{box-sizing:border-box}html{height:100%}ul{list-style-type:square}@supports (font-variation-settings: normal){html{font-family:-apple-system,BlinkMacSystemFont,Helvetica,Avenir,Avenir Next,Roboto,Oxygen,Verdana,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}}html,body{min-height:100%}main{flex:1 0 auto}footer{flex-shrink:0}body{min-height:100%;position:relative;background:var(--body-background);display:flex;padding:0;margin:0;flex-direction:column;font-weight:400;line-height:1.75;color:#000}p{margin-bottom:1rem}h1,h2,h3,h4,h5{margin:3rem 0 1.38rem;font-weight:400;line-height:1.3}h1{margin-top:0;font-size:1.802rem}h2{font-size:1.602rem}h3{font-size:1.424rem}h4{font-size:1.266rem}h5{font-size:1.125rem}small,.text_small{font-size:.889rem}.notification-body{font-style:normal;font-weight:400;font-size:14px;line-height:22px}.anchor-header{opacity:0;-webkit-user-select:none;user-select:none;padding:0 .75rem;font-weight:400;color:inherit;text-decoration:none;font-size:inherit}.anchor-header:is(:hover,:focus,:focus-visible){opacity:1}h2:hover .anchor-header,h3:hover .anchor-header{opacity:.5}h3:hover .anchor-header:is(:hover,:focus,:focus-visible),h2:hover .anchor-header:is(:hover,:focus,:focus-visible){opacity:1}.small{font-style:normal;font-weight:400;font-size:14px;line-height:22px;letter-spacing:.1px}.x-small{font-style:normal;font-weight:400;font-size:12px;line-height:16px;letter-spacing:.2px}.vstack{display:flex;flex-direction:column}.button{--background: #111827;border:1px solid #111827;padding:0 1rem;font-size:12px;line-height:12px;cursor:pointer;width:fit-content;display:flex;align-items:center;justify-content:center;height:38px;border-radius:.375rem;text-decoration:none;color:#fff;font-weight:600;background:var(--background);vertical-align:middle}.button.small{padding:.5rem .75rem;font-size:.875rem;font-weight:300;line-height:.875rem}.refresh-button svg{color:inherit}.button.secondary{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fafbfc;border:1px solid rgb(27 31 35 / 15%);font-weight:500;box-shadow:#1b1f230a 0 1px,#ffffff40 0 1px inset;box-sizing:border-box;color:#24292e;cursor:pointer;transition:background-color .2s cubic-bezier(.3,0,.5,1);touch-action:manipulation;vertical-align:middle;white-space:nowrap;word-wrap:break-word}.button.secondary:hover{background-color:#f3f4f6;text-decoration:none;transition-duration:.1s}.button.secondary:disabled{background-color:#fafbfc;border-color:#1b1f2326;color:#959da5;cursor:default}.button.secondary:active{background-color:#edeff2;box-shadow:#e1e4e833 0 1px inset;transition:none 0s}.button.secondary:focus{background-color:#edeff2}.button svg{color:#fff;height:.615rem;margin-right:.5rem;width:.6125rem}form button[type=submit] svg{height:.75rem;width:.75rem}.button.secondary svg{color:inherit}.button.centered{justify-content:center}.button .icon-download{height:.75rem;width:.75rem}.button:not(.secondary):focus,.button:not(.secondary):hover{background:#000}.card{position:relative;border:1px solid var(--gray-light);transition:box-shadow .3s;background:#fff}.card.animated:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:var(--gray-dark);transition:border-color,box-shadow .2s}.card .padded,.card.padded{padding:2rem 3rem}.container{display:flex;flex-direction:column;width:100%;margin:auto;padding:3rem 0;max-width:var(--container-max-width)}.container-sidebar>*{--padding: 3rem}.container .test-cases{--padded: 2rem;padding:var(--padded) 0}@media(max-width:1080px){.container.padded,.container{padding-right:1.5rem;padding-left:1.5rem}}.documents .content-header+*{margin-top:1.5rem}.documents{display:flex;flex-direction:column}.documents .list{display:grid;grid-template-columns:repeat(auto-fit,1fr);grid-gap:14px;list-style-type:square;margin-left:1.5rem;grid-auto-flow:dense}.documents .list li a{display:inline-block}.grid-resources .resource-link div{display:flex;flex-direction:column;align-self:flex-start;gap:.5rem}.documents .list li span{font-size:inherit}.documents-card{display:flex;flex-direction:column}.document-card>div:first-child{display:flex;font-size:1rem;font-weight:500;color:#000;margin-bottom:.5rem}.resource-header ul{padding-left:0;display:flex;flex-wrap:wrap;gap:1rem;list-style-type:none}.grid-resources{display:grid;grid-gap:1rem;grid-template-columns:repeat(2,1fr)}.resource-link{--color: #bababa;display:flex;line-height:normal;border:1px solid var(--gray-light);color:var(--dark);background:#fff;border-radius:.375rem;transition:.1s linear all;flex:1;text-decoration:inherit;align-items:center;padding:.5rem 1rem}.resource-link .icon{width:14px;height:14px}.grid-resources .resource-link{display:grid;grid-template-columns:1fr 14px;gap:.5rem}.grid-resources .resource-link div p{margin:0}.grid-resources .resource-link:hover p{text-decoration:underline}.grid-resources .resource-link i{font-style:initial;font-size:.75rem;text-decoration:none}.resource-link:hover{transition:.2s linear all;--color: black;--dark: black;border:1px solid var(--gray-dark)}.resource-link img,.resource-link svg{transition:.2s linear all;height:1rem;width:1rem}@media(max-width:600px){.grid-resources{grid-template-columns:repeat(1,1fr)}}.nist-footer__menu-item a:hover{text-decoration:underline}select,textarea,.ts-control,input:not([type=submit],[type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid rgb(209 213 219);border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-family:inherit;margin:0;padding:.5rem .75rem;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d}.ts-control>input:is(:focus,:focus-visible){border-radius:0!important}.version-selector select,.download-version{position:relative;z-index:10}.version-selector select:is(:focus,:focus-visible)+.download-version{z-index:0}.small-text{display:block;color:#6b7280;font-size:.75rem;line-height:1rem}input::placeholder,textarea::placeholder{color:#6b7280}select:not([multiple]){background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;color-adjust:exact}textarea{min-height:4rem;resize:vertical}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;background-color:#fff;border:1px solid rgb(209 213 219);color:#4f46e5;background-size:100% 100%;background-position:center;background-repeat:no-repeat;border-radius:.25rem}input[type=checkbox]:checked{background-color:currentcolor;border-color:transparent;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}input[type=checkbox]:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #fff,0 0 0 4px currentcolor}@keyframes show-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}50%{opacity:0}51%{opacity:1}80%{opacity:1}to{opacity:0}}.home{overflow-x:hidden}.home h1{text-transform:uppercase}.home h2{font-weight:500}.home h3{margin:0}.home section{align-self:center;max-width:var(--container-max-width);width:90%}.project-by-samate a{margin-left:1ch}.contributing p,.contributing a,.contributing a:hover{color:#ebf8ff}.home section p{font-size:1.125rem;line-height:28px}.home section h2{font-size:32px;line-height:50px;text-align:left;margin:0 0 1.5rem}.home:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23b2b2b2' fill-opacity='0.4' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");opacity:.5;-webkit-mask-image:linear-gradient(to bottom,black 100px,transparent 400px,transparent 100%);mask-image:linear-gradient(to bottom,black 100px,transparent 400px,transparent 100%);z-index:-1}.screensplash+.container{background:#fff}.screensplash{display:flex;justify-content:center;align-items:center;margin-top:2rem}.screensplash h1{font-size:36px;font-weight:600;text-align:center}.project-by-samate{--background: #111827;font-size:1rem;padding:.5rem 1.5rem;text-align:center;justify-content:center;align-self:center;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;background:#fff;font-family:monospace;border:1px solid #dcdcdc;line-height:12px;width:fit-content;display:flex;align-items:center;min-height:38px;border-radius:.375rem;text-decoration:none;color:#000;font-weight:600;vertical-align:middle}.project-by-samate img{height:2rem;margin-left:1ch;width:auto}.exploring-sard,.rise-software-assurance{margin-top:2rem}section>div div:nth-child(2){display:flex;width:100%;justify-content:flex-end}.home .exploring-sard>div{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));grid-gap:2rem}.exploring-sard img{height:180px}.exploring-sard ul{margin:0;list-style-type:square;width:100%}.exploring-sard ul li p{margin:0}.exploring-sard ul>*+*{margin-top:1.5rem}.rise-software-assurance p:first-child{margin-top:0}.exploring-sard ul li p:last-child{font-size:.875rem}.exploring-sard .illustration{display:grid;align-self:center;justify-content:flex-end;grid-gap:0 1rem;max-width:300px;gap:1rem 0;place-items:center center;grid-template-columns:repeat(5,1fr)}.exploring-sard .illustration svg{height:1.5rem;width:1.5rem}.rise-software-assurance .illustration{position:relative;z-index:-2;min-width:512px;background:none;box-shadow:none}.contributing .illustration{position:absolute;right:0;z-index:-1;bottom:60%}.exploring-sard .illustration:focus{outline:none}.exploring-sard .illustration div{grid-column:1 / span 5}.exploring-sard .illustration div a{margin-right:-1px;margin-left:-1px;z-index:1;position:relative;font-size:.875rem;line-height:1.25rem;display:flex;align-items:center;padding:.5rem .75rem;font-weight:500;border:1px solid rgb(209 213 219);border-bottom-width:0;background-color:#fff}.exploring-sard .illustration div a svg{filter:grayscale(100%)}.exploring-sard .illustration a:is(:hover,:focus-visible,:focus){background:#f6f6f6}.exploring-sard .illustration div a:is(:focus,:focus-visible){z-index:2}.exploring-sard .illustration a:is(:hover,:focus-visible,:focus) svg{filter:grayscale(0%)}.rise-software-assurance .illustration img{width:auto;z-index:2;margin-left:auto;height:275px}.exploring-sard .illustration img:nth-child(1){--size: 6rem;width:var(--size);height:var(--size);grid-column:1 / span 5;z-index:10;opacity:0;margin-top:-2rem;filter:grayscale(0%) drop-shadow(2px 2px 3px rgb(0 0 0 / 25%));animation:show-up 1.3s .1s ease-out forwards}.exploring-sard .button{padding-top:.75rem;padding-bottom:.75rem;margin-top:2rem;margin-left:3rem}.rise-software-assurance{margin-bottom:3rem;position:relative}.rise-software-assurance .illustration:before{position:absolute;top:0;left:0;min-width:265px;min-height:500px;transform:skew(60deg,-30deg) translate(59%,33%);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;background:#fff;content:""}.contributing .illustration>*{background:#fff;overflow:hidden;width:100%}#detect-weakness{animation:fade-in 10s ease-in-out infinite}section.contributing{position:relative;display:flex;align-items:center;width:100%;flex:1;padding:2rem 0;color:#fff;max-width:100%;box-shadow:inset 0 -2px 2px #0003;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAABQCAMAAACpg44GAAAAk1BMVEUAAAAJCAgJCAkKCQoGBQYIBwcIBwcJCAgUEhIjHyAjHyAZFhcaFxgaFxgjHyAjHyAjHyAlICIcGRodGRohHR4lICIhHR4jHyAiHh4iHh8jHyAiHh4jHyAkHyElICIjHyAkICEjHyAlISIjHyAjHyAlISIjHyAjHyAkHyEjHyAjHyAjHyAkICEjHyAkICEjHyAkICHHZtU2AAAAMXRSTlMAAAABAgIDAwQHCAkJCgsMDQ0ODg4ODw8QEBAREREREhITExQVFRYXFxgZGhobGxwc6LIWoQAAA2hJREFUaN6t2ttu2kAQBmB7bEJCQI3USkW97vs/VRQlUnNRJZAiYF2OxofdnX8OvoCb0e63ljE7O1P+bgrkqornpkQCnybQeFTOAhJXUoH5PqufheNFm5d3bGosqlqvitmycfR97d7+khuwWn8cPv2EtFnXVXiBhIT5jo9f4yU8+I5fe0hIsM9NePGBQsJ9TsLWhwlJ4HMRdnyQkCQ+B2HPhwhJ5DMLBz5ASDKfUTjy8UIS+kzCiI8VktRnEEZ9nJDEPrUw4WOEJPcphUlfXkgKn0qY8WWFpPEphFlfTkgqn1jI+DJC0vmEQtaXFpLSJxICvqSQtD6BEPKlhKT2wULQlxCS3gcKYV9cSAYfJBT4okKy+AChyBcTksnHCoW+iJBsPkYo9o2FZPRlhQrfSEhWX0ao8g2FZPYlhUrfQEh2X0Ko9vWF5OCLCg2+npA8fBGhydcVkotvJDT6OkLy8Q2EZt9NSE6+ntDB1wrJy9cRuviuQnLztUIn30VIRenlOwv3tZfvJKzqarW6A2J3JSFlg/ly+7VC5t5BRYj9c6jDnwDdwNf5Dgl7mFZzKE+hDTJt2NaPT29Q6jP5QNZ8H96/z5FAWoQauM+L+7r5MXnZAyOW9ZYPmk1D8bqcASsOu8CP1yzuAhXh26/K6aE++oryde30o2sWh6UeXjNuwpPPT3jw7c8vaifhxeclPPvOf3UuwtbnI7z4LpsFB2HH5yG8+q7bLbOw57MLW1+7YTUKBz6r8Oa7bflNwpHPJuz4OkmTQRjxWYRdXzftVAujPr2w5+sl7kphwqcV9n39ow+VMOnTCQe+weGRQpjxaYRD3/D4TSzM+uTCkW90gCkUMj6pcOwbHwGLhKxPJoz4IofoAiHgkwhjvlgZAhZCPlwY9UULOaAQ9KHCuC9eCoOEsA8TJnyJYiIgFPgQYcqXKseyQpGPFyZ9yYI2IxT6OGHal24JyArFvrww48s0VWSECl9OmPPl2lKSQpUvLcz6so09CaHSlxLmffnWqKhQ7YsLGR/TXBYRGnwxIefj2vNGQpNvLGR9bIPjQGj0DYW8j28R7QnNvr4Q8AFNth2hg68rRHxIm3IrdPHdhJAPavQ+C3dOvlYI+bBW+YOQwsLLdxJSeIR8RbVEpm0eiLDxin/IeOXn3XSC5Qv/ASnIXtj/kArvAAAAAElFTkSuQmCC) var(--secondary)}.contributing:before{position:absolute;width:100%;height:100%;background:linear-gradient(to right,#0000,#12659c)}.home .contributing>div{display:block;margin:0 auto;width:90%;max-width:var(--container-max-width)}@media screen and (max-width:1450px){.home .contributing .illustration{width:40%}}@media screen and (max-width:792px){.exploring-sard,.rise-software-assurance{margin-top:3rem}}@media screen and (max-width:512px){.screensplash h1{font-size:10vmin}.project-by-samate{padding:.5rem}}@media screen and (max-width:992px){.home .screensplash,.rise-software-assurance,.exploring-sard,.contributing>div{width:88%;margin-left:auto;margin-right:auto}section>div div:nth-child(2){display:none}.home .rise-software-assurance>div,.home .exploring-sard>div{width:100%;grid-template-columns:1fr}.exploring-sard ul li{padding-left:0}.exploring-sard .button{align-self:center;margin-left:0}}a,.link{color:#0d18b7}pre code{font-family:SFMono-Regular,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:break-word;font-size:12px;line-height:20px;-webkit-hyphens:none;hyphens:none;display:block;overflow-x:auto;padding:.5em;background:#fff;color:#000;-webkit-user-select:initial;user-select:initial;cursor:initial;border:1px solid #dcdcdc}.resource-card .description{padding-right:var(--padding)}.resource-card .card-metadata{align-self:end}.resource-header{width:100%;flex:1 0 auto;background:#fff;position:relative;display:flex;justify-content:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.resource-header .resource-link :is(img,svg){margin-right:.75rem}.resource-infos h1{display:inline-block;margin:0 1rem 0 0}.resource-infos h1 span{margin-left:1rem;vertical-align:middle;display:inline-block}.resource-infos .title{display:flex;grid-area:title;flex-wrap:wrap;gap:.5rem;align-items:center}.resource-infos .title span{height:36px}.resource-infos .title .download{--size: 10px;height:inherit;justify-content:center;font-size:var(--size)}.resource-infos{display:grid;grid-gap:0 2rem;grid-template-columns:auto 1fr;grid-template-areas:"package title"}.resource+section{margin-top:.25rem}.resource+section+section{margin-top:1rem}.package{--size: 6rem;position:relative;height:var(--size);width:var(--size);grid-area:package}.package .icon-cplusplus,.package .icon-c,.package img:last-child.c{filter:invert(1)}.package img,.package svg{width:var(--size);height:var(--size);object-fit:contain}.package svg:nth-child(2){position:absolute;height:calc(var(--size) / 2.5);margin:0;width:auto;bottom:0;right:0;transform-origin:0;transform:rotate(-30deg) skew(-31deg) translate(-14%,-22%) scaleY(.7586)}.resource-metadata li{padding:0;margin-bottom:0}.page-header p{color:#4e525e;line-height:2rem;font-size:18px;letter-spacing:.2px}.notification+.resource-infos{margin-top:2rem}@media(max-width:700px){.resource-infos{display:flex;align-items:center;gap:1rem;flex-direction:column}.resource-metadata{display:flex;flex-direction:column}.resource-infos .title{justify-content:center}.resource-infos .resource-metadata{display:grid;margin:1rem 0;grid-template-columns:repeat(2,auto);grid-gap:1rem}.resource-metadata li:before{display:none}.resource-metadata li+li{padding-left:0}}table{width:100%;border-collapse:collapse;border-spacing:0;overflow:hidden;font-size:.875rem;box-shadow:0 0 0 1px var(--gray-light)}.responsive-table{overflow-x:auto;padding:2px}th{text-align:left;padding:1rem .5rem;white-space:nowrap;border:none}td{height:var(--height-row, auto);padding:0 .5rem;border:none}th.th-image{width:250px}table td.with-image,table a.with-image{display:flex;align-items:center}tbody tr{--height-row: 48px;border-style:solid;border-color:var(--gray-light) transparent transparent;border-width:1px 2px 0;transition:all .1s ease-in-out;min-height:var(--height-row)}tbody tr:hover{border-left-color:var(--dark);border-right-color:var(--dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .1s ease-in-out}table svg,table img{width:32px;margin:auto 0;object-fit:contain;height:32px}table th .sortable{padding-left:1rem;margin-left:auto;text-decoration:none;position:relative;width:fit-content;color:inherit}table th .sortable:before{position:absolute;content:"";height:9px;width:9px;left:0;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 386.257 386.257' style='enable-background:new 0 0 386.257 386.257;' xml:space='preserve'%3E%3Cpolygon points='193.129,96.879 0,289.379 386.257,289.379 '/%3E%3C/svg%3E%0A");background-repeat:no-repeat;transform:translateY(-50%) rotate(90deg);opacity:.3;top:50%}table .sortable.desc,table .sortable.asc{color:#000}table .sortable.desc:before,table .sortable.asc:before{opacity:.8}table th .sortable.asc:before{opacity:.8;transform:translateY(-50%) rotate(180deg)}table th .sortable.desc:before{opacity:.8;transform:translateY(-50%) rotate(0)}table .action svg{height:.875rem;width:.875rem}@media(max-width:640px){table{overflow-x:scroll}}.manual{padding-bottom:2rem}.manual p{font-size:.875rem;line-height:1.54;text-align:justify}.manual h2{margin-top:2rem;margin-bottom:1rem}.manual li{list-style-type:initial}.manual p,.manual li{line-height:1.5;font-size:.875rem}.card-metadata{--color: #525252;width:100%;display:flex;align-items:center;grid-area:metadata;background:#f4f4f4;min-height:2rem;justify-content:space-between;padding:0 var(--padding);font-size:.75rem}.card-metadata>.metadata-list>div+div:before{position:absolute;content:"";top:50%;bottom:0;transform:translate(-50%,-50%);border-radius:100%;left:0;width:3px;height:3px;background:var(--grey)}.resource-metadata{width:100%;margin:.75rem 0 0;list-style-type:none}.resource-infos .resource-metadata{margin-top:.5rem}.card-metadata>.metadata-list{--grey: #525252;display:flex;align-items:center;font-size:.75rem;color:var(--grey)}.metadata-card{display:grid;grid-template-columns:repeat(2,auto);padding:1rem;border:1px solid #cecece;margin:0;gap:.5rem;background:var(--body-background)}.metadata-card div{position:relative;color:#4a5568;font-size:1rem;display:flex;padding:0;flex-direction:column}.metadata-card div dd{margin:0;word-wrap:anywhere;line-height:18px;color:#1a1919}.metadata-card div dd svg{margin-left:.5rem;width:.75rem;height:.75rem;color:var(--dark)}.card-metadata>.metadata-list>div+div{padding-left:.75rem;margin-left:.75rem;position:relative}.metadata-card li span:first-child{min-width:240px}.metadata-card a{text-decoration:none;color:inherit}.metadata-card a:hover{text-decoration:underline}@media(max-width:700px){.metadata-card li span:first-child{min-width:0;padding:0;font-size:.875rem}.metadata-card li{display:flex;padding:0;flex-direction:column}.metadata-card{grid-template-columns:repeat(1,auto)}}.test-cases{position:relative;display:flex;flex-direction:column;grid-gap:0 2rem}.test-cases .filter-box{margin:1.5rem 0}.test-cases-list-container{min-width:60vw;width:calc(100vw - 255px);padding:2rem 1rem;margin:0 auto;flex:1 1 0}.container-test-case{display:flex;align-items:center;justify-content:center}.search-sidebar+div .no-content{height:auto;margin:auto}.test-case-card a{display:grid;color:#000;--padding: .75rem;padding:0;grid-template:"metadata metadata" "icon description" auto/ 4rem 1fr;text-decoration:none;justify-content:left;grid-gap:var(--padding) 0}.test-case .package img:first-child{filter:drop-shadow(0 3px 3px rgb(0 0 0 / 25%)) saturate(0) brightness(60%)}.pagination-block+.list{display:flex;flex-direction:column;gap:1rem;list-style-type:none;margin:1rem 0}.test-cases .list{display:flex;flex-direction:column;gap:.875rem}.test-case section>*{margin:0}.test-suite h2+*,.test-case section h2+*{margin-top:1rem}.list li a .weakness-types{display:flex;flex-wrap:wrap;align-items:center}.list li a .weakness-types>*{margin:.25rem}.list li a .weakness-type{padding:0 .25rem;font-size:.75rem}.list li a{box-shadow:none}.test-case-card .description{padding-right:var(--padding);padding-bottom:1rem}.test-cases .list li:hover .description{text-decoration:underline}.test-cases .search-sidebar+div{display:flex;width:100%;flex-direction:column}.test-cases .list li:before{position:absolute;content:"";z-index:-1;top:0;right:0;bottom:0;left:0}.container.test-case{display:flex;gap:1rem;flex-direction:column;padding:3rem}.test-case .weakness-types ul{list-style-type:none;padding:0}.version-selector{display:flex;border-radius:.375rem;justify-content:flex-start;align-items:stretch}.version-selector .form-select{border-bottom-right-radius:0;border-top-right-radius:0}.download-version{display:flex;transform:translate(-1px);border-bottom-left-radius:0;border-top-left-radius:0}.download-version .icon{margin:0}.container.deprecated{display:flex;justify-content:center}.test-case+.editor+.footer{box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f;z-index:4}.test-suite h2,.test-case h2{margin-bottom:0;font-size:1.25rem;font-weight:500}.test-case #editor{--margin: 6rem;border:1px solid #d5d5d5;margin:calc(var(--margin) / 2) auto 0;height:calc(100vh - var(--margin));width:calc(100vw - var(--margin))}@media(max-width:800px){.card-metadata .id+div{display:none}}@media(max-width:700px){.test-cases{grid-template-columns:1fr;grid-template-areas:"header" "search" "body";gap:2rem}.version-selector,.version-selector select{width:100%}.container.test-case{padding:1.5rem}.test-case #editor{--margin: 3rem}.test-cases-list-container .no-content{height:255px}.container-sidebar>*{padding:0}.search-sidebar div{display:flex;align-items:center;flex-flow:row wrap}.search-sidebar div>a{height:min-content;margin-right:.5rem;text-align:center}.search-sidebar div>a+a{margin-top:0}.search-sidebar div>p{width:100%}.card.test-case{margin:1.5rem auto}.test-cases .search-sidebar{max-width:100%;margin-right:0}.test-cases>.search-sidebar{flex-direction:column}.test-cases .search-sidebar+div{margin-top:2rem}.test-case-infos{display:flex;flex-direction:column}.test-case-infos+section{margin-top:0}.test-case-infos .title{flex-direction:column;align-items:flex-start}.test-case-infos .title .download{margin-top:1rem;width:100%}.test-case-metadata{display:flex;flex-direction:column}.test-case-infos .test-case-metadata{display:grid;margin:1rem 0;grid-template-columns:repeat(2,auto);grid-gap:1rem}.test-case .metadata .resource-metadata{grid-template-columns:repeat(1,auto)}.test-case-metadata li{padding:0;margin-bottom:0}.test-case-metadata li:before{display:none}.test-case-metadata li+li{padding-left:0}}.send-comment{margin:2rem 0;display:block;text-align:center;font-size:.875rem;color:#1a1a1a}sard-search{position:relative;min-width:755px;max-width:755px;width:100%}sard-search form{margin:0 auto}sard-search form>div{display:flex;flex-direction:column;gap:.5rem;align-items:start;width:100%;flex:1}sard-search form>div:first-child>div:first-child{flex:0 1 auto;width:100%}sard-search .submission-date-picker{position:relative;display:flex;width:100%}sard-search .submission-date-picker input{width:100%;flex:1}#type_submission_date:is(:focus,:focus-visible)+input{z-index:1}#type_submission_date{width:auto;position:relative;z-index:2;border-bottom-right-radius:0;border-top-right-radius:0}#submission_date{z-index:2;width:16ch;border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.test-cases-search-sidebar div>label{font-size:.875rem;line-height:1rem;color:#4b5563;text-transform:capitalize}.test-cases-search-sidebar div>label a{color:inherit;text-transform:initial}sard-search input[id=filters]{width:100%;min-width:15rem}.test-cases-search-sidebar :is(select,input[type=date],input[type=number]){width:100%}.test-cases-search-sidebar{display:flex;min-height:132px;background:#fff;width:100%;padding:2rem;position:relative;flex-direction:column;justify-content:center;align-items:center;--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.test-cases-search-sidebar sard-search form{width:100%;display:flex;gap:1.5rem 1rem;position:relative;z-index:10;flex-wrap:wrap;justify-content:center;align-items:end}.test-cases-search-sidebar div>a+a{margin-top:.5rem}@media(max-width:800px){.test-cases-list-container{width:100%}.test-cases-search-sidebar sard-search form>div>div{width:100%}.test-cases-search-sidebar sard-search form>div:first-child{flex-direction:column;min-width:auto;flex:1 0 auto}#submission_date{flex:1}sard-search{min-width:auto}.test-cases-search-sidebar sard-search form>button{flex:1 1 auto}.test-cases-search-sidebar sard-search form{justify-content:flex-start;gap:.75rem 1rem}}sard-search select#filters{height:38px;float:left;overflow:hidden}sard-search #filters>option{position:relative}@keyframes show-loader{0%{opacity:0}to{opacity:1}}sard-search #filters>option:after{--size: 1.25rem;opacity:0;animation:show-loader .3s 1s forwards ease-in-out;position:absolute;content:"";width:var(--size);height:var(--size);right:0;top:50%;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg width='38' height='38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23b7bac1' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23b7bac1' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23b7bac1' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(1 1)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite'/%3E%3C/path%3E%3Ccircle fill='%23fff' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");background-size:var(--size);background-repeat:no-repeat}.choices__item .option-description{font-size:.75rem}.choices__list:empty{display:none}.choices{position:relative;overflow:hidden;width:100%;margin-bottom:24px;font-size:16px;z-index:10}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices [hidden]{display:none!important}.choices__inner{display:flex;flex-wrap:wrap;gap:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid rgb(209 213 219);border-radius:.375rem;font-size:.875rem;line-height:1.25rem;min-height:auto;font-family:inherit;margin:0;padding:.5rem .75rem;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices[data-type*=select-multiple] .choices__inner{cursor:text}.choices__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices[data-type*=select-multiple] .choices__button{position:relative;display:inline-block;margin:0;width:8px;padding:0 .75rem;margin-left:.5rem;border-left:1px solid #c7d2fe;height:100%;line-height:1;color:transparent;opacity:.75;overflow:hidden;white-space:nowrap;border-radius:0;text-indent:unset}.choices[data-type*=select-multiple] .choices__button:after{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='512' height='512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 59.076 452.922 0 256 196.922 59.076 0 0 59.076 196.922 256 0 452.922 59.076 512 256 315.076 452.922 512 512 452.922 315.076 256 512 59.076Z' fill='%23312E81'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:35%;background-position:center;content:"";opacity:.6}.choices[data-type*=select-multiple] .choices__button:hover{background:#c7d2fe}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus{opacity:1}.choices[data-type*=select-multiple] .choices__button:hover:after{opacity:1}.choices__list--multiple{margin:2.5px 0 0;display:flex;flex-wrap:wrap;width:100%;gap:.5rem;padding-left:0;list-style:none}.choices__list--dropdown .choices__item--selectable:after,.choices__list[aria-expanded] .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;color:#717171;opacity:1;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}.choices__item{cursor:default}.choices__list--multiple .choices__item{font-size:14px;font-weight:500;word-break:break-all;box-sizing:border-box;border:1px solid #c7d2fe;color:#312e81;padding-left:6px;background:#eef2ff;border-radius:3px;display:flex;line-height:1.5rem;height:auto;width:fit-content;align-items:center;justify-content:center;cursor:pointer;margin:0;overflow:hidden}.choices__list--multiple .choices__item.is-highlighted{background-color:#eef2ff;border:1px solid #9491d5}.choices__list--multiple .choices__item.is-highlighted .choices__button{border-left-color:#9491d5}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}@media(min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after,.choices__list[aria-expanded] .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:1;position:absolute;right:10px;top:50%;transform:translateY(-50%)}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:1}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;text-transform:uppercase;opacity:.8;color:gray}sard-search #filters>option,sard-search .choices__input{display:inline-block;vertical-align:baseline;font-size:14px;border:0;border-radius:0;max-width:100%;width:100%;box-shadow:none;opacity:1;padding:0;min-width:100%!important}sard-search #filters>option,sard-search #filters>option::selection,sard-search .choices__input::placeholder{opacity:1;color:#b7bac1;background:transparent}.choices__input:focus{outline:0}.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}.nist-header{background:#000;font-family:Helvetica,Arial,sans-serif;padding:10px 16px 0;font-size:16px}.nist-header__logo-link{display:inline-block;height:35px}.nist-header__logo-link svg{vertical-align:inherit}.nist-header__logo-icon{fill:#fff;display:inline-block;height:16px;position:relative;top:-2px;margin-right:2px}.nist-header__logo-image{fill:#fff;display:inline-block;height:24px;width:90px}.nist-footer{background:#333;position:relative;margin-top:auto;z-index:200;font-family:Helvetica,Arial,sans-serif;font-size:16px;box-sizing:border-box;color:#fff;padding:40px 0}.nist-footer__inner{margin-left:auto;margin-right:auto;max-width:1200px;padding:0 16px}.nist-footer__inner:after{content:"";display:table;clear:both}.nist-footer a{color:#fff;text-decoration:none}.nist-footer .nist-footer__logo img{width:340px;display:block;margin-left:auto;margin-right:auto;margin-top:30px}.nist-footer__logo{display:flex;justify-content:center;align-items:center}.nist-footer__menu{clear:both;margin-bottom:10px}.nist-footer__menu.first{padding-top:20px}.nist-footer__menu ul{margin:0;padding:0;list-style:none;text-align:center}.nist-footer__menu-item{display:inline-block;font-size:14px;padding:0;margin-left:0}.nist-footer__menu-item:after{content:"|";margin-right:1.6px;display:inherit;position:static;font:inherit;line-height:inherit;color:inherit}.nist-footer__menu-item:last-child:after{content:none}.nist-footer__menu-item a{font-weight:400;margin-right:6px;white-space:nowrap;padding:.5em 0;display:inline-block}.navbar{--navbar-height: 64px;color:#000;background:#fff;z-index:1;width:100%;overflow-x:auto;border-bottom:1px solid #e6e6e6}.navbar>div{margin:0 auto;max-width:calc(var(--container-max-width) + 7rem);display:flex;position:relative;justify-content:space-between;min-height:var(--navbar-height);align-items:center;height:var(--navbar-height);padding:0 1.5rem;white-space:nowrap;z-index:500}.navbar #logo{width:auto;display:flex;align-items:center}.navbar #logo svg{max-height:calc(var(--navbar-height) - 20px)}.navbar button,.navbar a{display:flex;justify-content:center;align-items:center;text-decoration:none;padding:.5rem 2rem;width:max-content;color:inherit;margin:0;font-weight:600}.navbar button{background:transparent;border:none;font-size:inherit;line-height:inherit;cursor:pointer}.navbar button:hover,.navbar a:hover{text-decoration:underline}#menu-button{display:none;height:2rem;width:2rem;padding:.5rem;cursor:pointer}.menu{display:flex;flex:1;flex-wrap:nowrap}.navbar .menu-wrapper{display:flex;flex:1}.menu.right{justify-content:flex-end;flex:1}.navbar input[type=checkbox]{display:none}.no-content{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;width:100%;height:100%}.no-content h1{margin-bottom:.5rem}.no-content p{margin-top:0;font-size:.875rem}.no-content img{width:50%;max-width:200px;filter:drop-shadow(0 10px 15px rgb(0 0 0 / 10%));margin:0 auto}.container .no-content{margin:auto}.not-found :is(h1,h2){margin:0}.manifest-validator{padding:1rem}.form-card{--color-gray-blue: rgb(107 114 128);background:#fff;padding:1.5rem;width:100%;border-radius:.375rem;box-shadow:0 0 #0000,0 0 #0000,0 1px 3px #0000001a,0 1px 2px #0000000f}.sarif-validator-form{width:66%;margin:4rem auto}details.curl-command{margin-top:2rem;background:#fff;width:100%;border-radius:.375rem;box-shadow:0 0 #0000,0 0 #0000,0 1px 3px #0000001a,0 1px 2px #0000000f}.curl-command summary{padding:1rem 1.5rem;cursor:pointer;font-size:.875rem}.curl-command pre code{padding:.75rem 1rem}.curl-command pre{padding:0 1.5rem 1rem;margin-top:0;color:#000;overflow:auto;background:#fff;line-height:18px;font-family:Hack,monospace}pre code .tok1{color:#c41a16}.sarif-drop-zone{display:flex;position:relative;justify-content:center;align-items:center;width:100%;cursor:pointer;height:100%;flex:1;border:2px dashed rgb(209 213 219);padding:125px 0}.sarif-drop-zone label{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;display:flex;justify-content:center;align-items:center;content:""}.sarif-results li{font-size:.875rem}.notification{background-color:#e6fffa;border:1px solid #38b2ac;color:#234e52;display:inline-block;border-radius:.175rem;width:100%;position:relative;padding:1rem;font-size:.875rem;box-shadow:0 0 #0000,0 0 #0000,0 1px 3px #0000001a,0 1px 2px #0000000f}.notification:empty{display:none}.notification p{margin:0;font-size:1rem}.notification>div:nth-child(2){display:flex;flex-direction:column;justify-content:center}.notification-icon img{height:1.5rem;width:1.5rem;margin-right:1rem}.notification-header{display:flex;flex-wrap:wrap;gap:.5rem;font-weight:700;margin:0 0 .5rem}.notification-body{font-size:1rem;line-height:1.375}.notification.error{background-color:#fff5f5;border-color:#f56565;color:#742a2a}.notification.warning a,.notification.warning{background-color:ivory;border-color:#ecc94b;color:#744210}.notification+*{margin-top:1rem}.notification.info{background-color:#eff6ff;border-color:#3b82f6;color:#1e3a8a}.notification-header:empty{display:none}.notification-header:empty+.notification-body{margin-top:0}.pagination-block{display:flex;justify-content:space-between;align-items:end}.pagination{display:flex;align-items:center;justify-content:center;height:min-content;width:min-content;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #0000000d}.pagination :not(.current,.gap):focus{z-index:2}.pagination-entries-info{color:#374151;font-size:.875rem;line-height:1.25rem}.pagination-block form{display:inline-block}.pagination-block form input[type=number]{max-width:5rem;padding:1rem .5rem;border-radius:0;height:2rem}.go-to-page{color:#181818;font-size:.875rem}.paginator{display:flex;align-items:end;flex-direction:column;gap:.25rem}.pagination span{margin-right:-1px;margin-left:-1px;color:#374151;position:relative;font-size:.875rem;line-height:1.25rem;font-weight:500;border:1px solid rgb(209 213 219);background-color:#fff;white-space:nowrap}.pagination .gap,.pagination .current,.pagination span a{display:inline-block;padding:.5rem .75rem;width:100%}.pagination .current{font-weight:600;background:#f3f4f6}.pagination :not(.current,.gap):hover{border-color:#9ca3af}.pagination :not(.current,.gap):hover+span{border-left-color:#9ca3af}.pagination span a{color:inherit;position:relative;z-index:5;text-decoration:none}@media(max-width:700px){.pagination-block{flex-direction:column;gap:1rem;align-items:center}}@media(max-width:700px){.paginator{align-items:center;gap:1rem}}.test-suites{display:flex;flex-direction:column}.page-header .flex{margin-bottom:1.5rem}.page-header .flex h1{margin-bottom:0}.category-select{max-width:200px;min-width:200px;width:fit-content}.category-select select{width:100%}.test-suite .documents ul{flex-wrap:wrap}h1+.category-select{margin-left:auto}test-suites table tr td:nth-child(3) a{display:inline}.test-suites table{background:#fff}.test-suites table th:first-child,.test-suites table td:first-child{padding-left:var(--card-padding-x);width:calc(2rem + var(--card-padding-x))}.test-suites table tbody td:last-child svg{width:.875rem;height:.875rem}.test-suites table tbody td:last-child a{display:flex;min-height:32px;align-items:baseline;justify-content:center;color:#1f2937;padding:0 4px;transform:translate(4px);opacity:.3}.test-suites table tbody td:last-child a:hover{opacity:1}.pill{margin-left:.25rem;display:inline-block;position:relative;font-size:.875rem;padding:0 .75rem;justify-content:center;align-items:center;background-color:#e6fffa;border:1px solid #38b2ac;color:#234e52;text-align:center}.pill.deprecated{background:ivory;color:#744210;border:1px solid #ecc94b}.test-suites table thead tr{padding:2rem}.test-suites table th:nth-child(4){width:15%}.test-suites table th:nth-child(5){width:12%}.test-suites table th:nth-child(6){width:12%}.test-suites table th:nth-child(7){width:12%}.test-suites table th:nth-child(8){width:32px}.test-suites table tbody td:first-child div{display:flex}@media(max-width:600px){.page-header .flex{flex-direction:column}.category-select{width:100%;margin:1.38rem 0 calc(1.38rem - 18px);max-width:100%}.category-select select{width:100%}}.container.test-suite{gap:1rem}.container.test-suite .metadata-card{margin-bottom:.5rem}.resource-header+.test-case-list{margin:auto}.test-suite section>h2{margin:0}.resource-header .container{margin:unset}.test-suite .title .suite-id{color:gray;font-style:italic;font-size:80%;vertical-align:initial}.weakness-type{--color: #c53030;padding-right:.5rem;color:var(--color);border:1px solid var(--color);text-decoration:none;border-radius:3px;display:flex;align-items:center;height:min-content;width:fit-content;font-size:.875rem}.weakness-type.pass{--color: #15803d}.test-case-card .weakness-type{height:1.25rem;line-height:1rem;display:flex;justify-content:center;align-items:center}.weakness-type.grey{--color: #525252}.weakness-type span:first-child{margin-right:.5rem;padding:0 .5rem;align-items:center;background-color:var(--color);color:#fff5f5;text-align:center;align-self:stretch;display:flex;white-space:nowrap}.weakness-types ul{display:flex;flex-wrap:wrap;gap:.75rem}.flex-centered{display:flex;align-items:center}img{color:transparent}.flex{display:flex}.align-right{margin-left:auto}.nist-header__logo-link{text-decoration:none}.page-header img{display:block;margin:0 auto;height:8rem;filter:drop-shadow(0 3px 3px rgb(0 0 0 / 25%))}.not-found{display:flex;justify-content:center}.list{list-style-type:none;padding:0;margin:0}.list .metadata{display:flex;align-items:center;background:#f4f4f4;height:2rem;justify-content:space-between;padding:0 var(--padding);font-size:.75rem}.list .metadata>div:first-child{display:flex;opacity:.6;align-items:center;font-size:.75rem;color:#1d1d1d}.list .metadata>div:first-child>div+div{padding-left:.75rem;margin-left:.75rem;position:relative}.list .metadata>div:first-child>div+div:before{position:absolute;content:"";top:50%;bottom:0;transform:translate(-50%,-50%);border-radius:100%;left:0;width:3px;height:3px;background:#1d1d1d}.list li .icon{margin:0 auto;--size: 1.5rem;height:var(--size);width:var(--size);object-fit:contain;grid-area:icon}.list li .description{color:inherit;grid-area:description;font-size:14px;line-height:1.25}.shortcut{position:relative;width:1.125rem;height:1.125rem;right:0}
