:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}body{margin:0;background:#cddde8;color:#133c55}.container{max-width:720px;margin:4rem auto;padding:0 1rem}.card{background:#fff;border:1px solid #E2E2E2;border-radius:14px;padding:1.25rem;display:grid;gap:.75rem;box-shadow:10px 10px 30px #0000000d}label{display:grid;gap:.25rem;font-size:.95rem;color:#133c55}input[type=text],input[type=file],input[type=number]{padding:.6rem;border-radius:10px;border:1px solid #E2E2E2;background:#eee;color:#133c55}.checkbox-label{display:flex!important;align-items:center;gap:.5rem}input[type=checkbox]{margin:0}.divider{border:none;border-top:1px solid #E2E2E2;margin:1rem 0}.price-options{border:1px solid #E2E2E2;border-radius:10px;padding:1rem;background:#c6e2ff0d}.price-options legend{padding:0 .5rem;color:#133c55}button{padding:.8rem 1rem;border:1px solid #E2E2E2;background:#133c55;color:#fff;border-radius:12px;cursor:pointer;transition:background-color .3s ease}button:hover:not([disabled]){background:#386fa4}button[disabled]{opacity:.6;cursor:not-allowed}.error{color:#af3f3f}h1{text-align:center;color:#133c55;margin-bottom:2rem}.loading-container{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
