:root{color-scheme:light dark}*,:after,:before{box-sizing:border-box}a,h2,li,p,ul{margin:0}a{text-decoration:none;color:inherit}.scale-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.scale-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.scale-card{display:block;background-color:light-dark(#fff,#374151);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-radius:.5rem;padding:1.5rem;transition-property:box-shadow,transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:translateY(-.5rem)}.scale-card-header{display:flex;align-items:center;justify-content:space-between}.scale-card-title{font-size:1.5rem;line-height:2rem;font-weight:600}.scale-card-icon,.scale-card-title{filter:brightness(.7) saturate(1.7)}.scale-card-icon{height:2rem;width:2rem}.scale-card-description{margin-top:1rem;color:light-dark(#4b5563,#fff);font-size:.875rem;line-height:1.25rem}body.dark .scale-card-icon,body.dark .scale-card-title{filter:brightness(1.3) saturate(1.1)}body.dark .scale-card{border:1px solid #4b5563}