body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,Icons16,sans-serif;font-size:16px;padding:20px;text-rendering:optimizelegibility}body,h2{color:#141414}h2{font-size:24px;font-weight:700;margin-bottom:16px}.container{max-width:800px;width:100%}.checkbox-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:20px}.checkbox-item{align-items:center;background-color:#ccc;border:1px solid #a3a3a3;border-radius:8px;cursor:pointer;display:flex;padding:10px;transition:background-color .3s ease}.checkbox-item:hover{background-color:#525252}input[type=checkbox]{accent-color:#6375eb;height:16px;margin-right:8px;width:16px}.clear-button{background-color:#3a86ff;border:none;border-radius:25px;color:#f5f5f5;cursor:pointer;font-weight:700;margin-bottom:20px;padding:10px 20px;transition:background-color .3s ease}.clear-button:hover{background-color:#0a29f5}h3{font-size:18px;margin-bottom:10px}ul{list-style:none;padding-left:0}ul li{animation:fadeIn .3s ease forwards;border-bottom:1px solid #a3a3a3;padding:5px 0}ul li:last-child{border-bottom:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){h2{font-size:20px}.checkbox-item{font-size:14px}.clear-button{width:100%}}
/*# sourceMappingURL=main.7f00b35b.css.map*/