*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f5f5f5;padding:0;max-width:600px;margin:0 auto}main{padding:1rem}.fallback-banner{background:#fff3cd;border-bottom:2px solid #ffc107;padding:.75rem;text-align:center}.fallback-banner a{color:#856404;text-decoration:none;font-size:.9rem}.fallback-banner a:hover{text-decoration:underline}.github-footer{background:#f8f9fa;border-top:1px solid #dee2e6;padding:.5rem;text-align:center;margin-top:1rem}.github-footer a{color:#6c757d;text-decoration:none;font-size:.85rem;display:inline-flex;align-items:center;gap:.25rem}.github-footer a:hover{color:#495057;text-decoration:underline}.github-footer svg{width:1rem;height:1rem;fill:currentColor}h1{font-size:1.5rem;margin-bottom:1.5rem;color:#2c3e50}.form-section{background:#fff;padding:1rem;margin-bottom:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.form-section h2{font-size:1rem;margin-bottom:.75rem;color:#555}input[type=text]{width:100%;padding:.75rem;font-size:1rem;border:2px solid #ddd;border-radius:6px;transition:border-color .2s}input[type=text]:focus{outline:none;border-color:#3498db}.equipment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.equipment-card{aspect-ratio:1;border:3px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;font-size:.9rem;font-weight:500}.equipment-card:active{transform:scale(.95)}.equipment-card.selected{border-color:#3498db;background:#e3f2fd}.equipment-card img{width:60%;height:60%;object-fit:contain;margin-bottom:.25rem}.counter{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.5rem}.counter button{width:3rem;height:3rem;border:2px solid #3498db;background:#fff;color:#3498db;font-size:1.5rem;font-weight:700;border-radius:50%;cursor:pointer;transition:all .2s}.counter button:active{transform:scale(.9);background:#3498db;color:#fff}.counter button:disabled{opacity:.3;cursor:not-allowed}.counter span{font-size:1.5rem;font-weight:700;min-width:2rem;text-align:center}.choice-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.choice-button{padding:1rem;border:2px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .2s;text-align:center}.choice-button:active{transform:scale(.95)}.choice-button.selected{border-color:#3498db;background:#e3f2fd}.time-slots{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.time-slot{padding:.75rem;border:2px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s;text-align:center}.time-slot:active{transform:scale(.95)}.time-slot.selected{border-color:#3498db;background:#e3f2fd}.payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.payment-button{aspect-ratio:1;border:2px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;font-size:1.5rem}.payment-button:active{transform:scale(.95)}.payment-button.selected{border-color:#3498db;background:#e3f2fd}.payment-button .label{font-size:.75rem;margin-top:.25rem}.submit-button{width:100%;padding:1rem;background:#27ae60;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:1.5rem;margin-bottom:1.5rem}.submit-button:active{transform:scale(.98);background:#229954}.submit-button:disabled{background:#95a5a6;cursor:not-allowed}.error{background:#fee;color:#c33;padding:1rem;border-radius:6px;margin-bottom:1rem}.success{background:#efe;color:#383;padding:1rem;border-radius:6px;margin-bottom:1rem}
