.sieve-number-grid{display:grid;grid-template-columns:repeat(auto-fill,40px);gap:6px;width:100%;justify-content:start;box-sizing:border-box;padding:0;margin:0}.sieve-number-btn{width:35px!important;height:35px!important;min-width:35px!important;min-height:35px!important;max-width:35px!important;max-height:35px!important;padding:0!important;margin:0!important;border-radius:4px;border:1px solid rgba(255,255,255,.2);background:#667eea33;color:#e2e8f0;font-size:.7rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0;position:relative;z-index:1}.sieve-number-btn:disabled{background:#0000004d!important;color:#718096!important;cursor:not-allowed!important}.sieve-number-btn.clicked{background:#22c55e4d!important;border-color:#22c55e99!important;color:#22c55e!important}.sieve-number-btn.target{background:#ffd7004d!important;border-color:#ffd70099!important;color:gold!important}.sieve-number-btn.removed{display:none!important}.sieve-number-btn:hover:not(:disabled):not(.clicked):not(.target){transform:scale(1.1);background:#667eea66!important}@media (max-width: 768px){.sieve-number-grid{grid-template-columns:repeat(auto-fill,35px);gap:4px}.sieve-number-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;max-width:30px!important;max-height:30px!important;font-size:.6rem}}@media (max-width: 480px){.sieve-number-grid{grid-template-columns:repeat(auto-fill,32px);gap:3px}.sieve-number-btn{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;font-size:.55rem}}
