:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:16px;height:100%;width:100%;margin:0;color-scheme:light dark;color:#000;background-color:silver;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#000;text-decoration:inherit}a:hover{color:#00f}body{margin:0;height:100vh;background:linear-gradient(135deg,#fff,silver,#fff);display:flex;flex-direction:column;place-items:center;min-width:320px;min-height:100vh}main{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:2em;flex:1;overflow-y:auto;width:100%}main .content-section{width:69%;justify-self:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}main .content-section .card{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:1.5em;flex-direction:row}main .content-section .card .text-block{max-width:20em}main .content-section .card .text-block .keyword{font-weight:700}footer{font-size:.8rem}h1{font-size:2.2rem;line-height:1.1}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;display:none}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667))}.logo.vanilla:hover{filter:drop-shadow(0 0 2em rgba(49,120,198,.6666666667))}header{display:flex;flex-direction:column;align-items:center}header .title{font-size:5rem;font-family:Arial,Helvetica,sans-serif;color:#00f}header .subtitle-area{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}header .subtitle-area .subtitle{font-size:2rem;margin-left:1rem;margin-right:1rem;white-space:nowrap;align-self:center;font-family:Arial,Helvetica,sans-serif;color:#000}.hover-effect{will-change:filter;transition:filter .3s}.hover-effect:hover{filter:drop-shadow(0 0 1.5em blue)}.read-the-docs{color:#888}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
