@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6}.app{max-width:1200px;margin:0 auto;padding:2rem}.thumb{width:50px;height:50px;object-fit:cover;border-radius:4px}.preview{max-width:200px;max-height:200px;margin-top:.5rem;border-radius:4px;border:1px solid #ddd}.signature-pad{display:flex;flex-direction:column;gap:.3rem}.signature-pad label{font-weight:600}.signature-pad canvas{width:100%;max-width:400px;background:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1300}.modal{background:#fff;padding:2rem;border-radius:8px;max-width:400px;width:90%;display:flex;flex-direction:column;gap:.8rem;box-shadow:0 4px 12px #00000026}.file-input label{display:block;font-weight:600;margin-bottom:.3rem}.inline-flex{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.mr-1{margin-right:1rem}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}
