:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;#display: flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.h1t{float:left}html{position:sticky;margin:0 auto;top:0}*{box-sizing:border-box;margin:0;padding:0}.container{display:flex;gap:20px;justify-content:center;margin:20px auto;max-width:800px;flex-wrap:wrap}.card{width:110px;height:190px;border:2px solid #858585;padding:10px;text-align:center;border-radius:10px;background:#2c2c2c;color:#fff;position:relative}.image-placeholder{width:100%;height:80px;border:2px solid #555;display:flex;justify-content:center;align-items:center;margin-bottom:5px;border-radius:5px;background:#444;font-weight:700;color:#fff}.controls{display:flex;justify-content:space-between;align-items:center;opacity:0;transform:scale(.5);transition:opacity .3s ease,transform .3s ease}.counter-container.active{opacity:1;transform:scale(1);background:#ccc;padding:5px;border-radius:5px}.add-button{width:100%;padding:8px;background:#4caf50;color:#fff;border:none;cursor:pointer;font-size:14px;border-radius:5px;transition:transform .3s ease}button{width:24px;height:24px;border:none;color:#fff;cursor:pointer;font-size:18px;border-radius:5px;display:inline-flex;justify-content:center;align-items:center;line-height:1;padding:0}.minus-button{background:#e74c3c}.plus-button{background:#4caf50}.counter{font-size:18px;font-weight:700}.pics{width:160px;background-color:#dea;position:relative}.image{position:absolute;left:50%;top:50%;margin-left:-80px;margin-top:-60px}input[type=checkbox]{display:none}input+label{display:block;width:160px;height:120px;outline:none;background-size:contain;background-repeat:no-repeat;background-position:50% 50%}input+label:hover{cursor:zoom-in}input:checked+label{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;background-color:#0a0a0acc;width:unset;height:unset}input:checked+label:hover{cursor:zoom-out}.prep{position:relative;margin:2px;padding:10px;width:90%;height:80px;background:#494949;border-radius:10px;justify-content:center}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center}.modal{background-color:#919191;padding:20px;border-radius:8px;width:250px;text-align:center}
