:root{--padWhite: rgb(223, 223, 223);--padDark: rgb(106, 106, 106);--pads-width: max(300px,30vw);--textDark: rgb(52, 52, 52);--backgroundWhite: #e7e7e7}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--backgroundWhite);height:100vh;width:100%}.page{height:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;flex-direction:column}.title{font-size:3rem;font-weight:700;text-align:center;margin:0 1rem;color:var(--textDark)}.subtitle{text-align:center;color:#9ca3af;margin:0}.content{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;justify-content:center}.model-display{flex:1;padding:1rem;aspect-ratio:1;width:var(--pads-width);align-self:center;min-width:350px}.pads-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;justify-content:center;align-self:center}.pad{aspect-ratio:1;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;align-content:center;cursor:pointer;transition:all .2s;background-color:var(--padWhite);box-shadow:0 4px 6px #0000004d;-webkit-user-select:none;user-select:none}.pad:hover{filter:brightness(95%)}.pad:active,.pad.active{transform:translateY(7px)}.pad-key{font-size:2rem;font-weight:700;color:var(--padDark);margin-bottom:.25rem}.pad-name{font-size:1rem;color:var(--padDark);text-align:center;margin:5px}.number-input{width:15px;font-size:1rem;font-weight:700;text-align:center;border:none;background:var(--padWhite);color:var(--padDark);cursor:text;text-decoration:underline}.number-input::-webkit-inner-spin-button,.number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.number-input[type=number]{-moz-appearance:textfield}.keypad{width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.keypad-key{width:100%;height:30px;font-size:1.1rem;font-weight:600;border-radius:.4rem;border:none;background:var(--padWhite);color:var(--padDark);box-shadow:0 2px 4px #00000040;cursor:pointer}.keypad-key:active{transform:translateY(2px)}.keypad-key:hover{filter:brightness(95%)}.pads-column{width:var(--pads-width);align-self:center;display:flex;flex-direction:column;gap:.75rem;margin:2rem}.button-group{display:flex;gap:10px;justify-content:center;margin:20px 0;z-index:100}.icon-btn{width:40px;height:40px;background-color:var(--backgroundWhite);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.overlay-content{background:var(--backgroundWhite);padding:30px;border-radius:5px;width:90%;max-width:500px;position:relative;box-shadow:0 4px 20px #00000026}.close-btn{position:absolute;top:10px;right:15px;background:none;border:none;font-size:30px;cursor:pointer;color:#666;line-height:1}.close-btn:hover{color:#000}
