html{background-color:#fff}body{font-family:Arial,sans-serif;margin:20px;background-color:#fff}#root{width:100%;min-height:100vh}.induction-form{max-width:1000px;margin:0 auto;width:100%}.section{display:flex;flex-direction:column;align-items:center;background:#fff;padding:20px;margin-bottom:20px;border-radius:3px;box-shadow:0 0 10px #0000001a}.two-col{display:flex;justify-content:space-between;gap:20px;width:100%;align-items:stretch;min-height:100%}.input-container{width:100%;display:flex;flex-direction:column;justify-content:space-between;height:100%}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;width:100%}.section-header h2{margin-top:0;margin-bottom:10px;padding-top:0;color:#002512}.input-row{width:100%;flex:1;display:flex;flex-direction:column;gap:6px;align-items:flex-start;justify-content:flex-start;padding:10px 0;margin-bottom:0;min-width:0}.input-row label{font-weight:500;color:#000;font-size:14px;flex-shrink:0}.input-row input,.input-row select{width:100%;max-width:100%;padding:10px 14px;margin-top:0;border-radius:2px;border:2px solid #e0e0e0;background:#fff;text-align:left;font-size:16px;color:#000;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;box-sizing:border-box}.input-row input:hover,.input-row select:hover{border-color:#b0b0b0;box-shadow:0 2px 5px #00000014}.input-row input:focus,.input-row select:focus{outline:none;border-color:#002512;box-shadow:0 0 0 3px #0025121a}.input-row input::placeholder{color:#999;opacity:1}.input-row span{width:100%;max-width:250px;text-align:right;font-size:16px;color:#333;font-weight:500}.data-row{width:100%;display:flex;gap:20px;align-items:center;justify-content:space-between;border-bottom:1px solid #000;padding:10px 0;margin-bottom:0}.data-row label{font-weight:600;color:#333;font-size:14px;flex-shrink:0}.data-row span{width:100%;max-width:250px;text-align:right;font-size:16px;color:#333;font-weight:500}#siteAddress{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.required{color:#dc3545}.input-row label .required{color:#000}.form-group{width:100%}.combined-sections{display:flex;flex-direction:row;gap:30px;width:100%;align-items:flex-start}.combined-section-item{flex:1;width:100%}.signature-note{color:#666;font-size:14px;margin:0;font-weight:500}.signature-container-wrapper{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.signature-container{border:2px solid #ddd;border-radius:2px;padding:15px;background:#fafafa;max-width:600px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;position:relative;gap:5px;width:calc(100% - 40px)}@media(min-width:640px){.signature-container{width:600px}}.signature-container-header{width:100%;max-width:600px;display:flex;justify-content:space-between;align-items:center;margin-bottom:0}#signatureCanvas{border:1px solid #ccc;border-radius:1px;background:#fff;cursor:crosshair;display:block;width:100%;max-width:600px;height:200px;box-sizing:border-box;margin:0 auto}.clear-signature-x{padding:6px 12px;background:#6c757d;color:#fff;border:none;border-radius:2px;cursor:pointer;font-size:12px;font-weight:500;line-height:1.2;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.clear-signature-x:hover{background:#5a6268;box-shadow:0 1px 3px #0003}.submit-button-wrapper{width:100%;display:flex;justify-content:flex-end;margin-top:10px}.submit-btn{background:#002512;color:#fff;border:none;padding:12px 24px;border-radius:2px;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .2s ease,transform .1s ease}.submit-btn:hover{background:#002512;transform:translateY(1px);box-shadow:0 2px 4px #0003}.section:last-of-type{align-items:center}.button-row{display:flex;flex-direction:row;gap:15px;justify-content:center;align-items:center;width:100%;padding-top:40px}@media(max-width:800px){.two-col{flex-direction:column}.two-col img{max-width:100%!important;width:100%}}@media(max-width:768px){.combined-sections{flex-direction:column;gap:20px}.section-header h2{font-size:18px}.button-row{flex-direction:column;gap:10px}.submit-btn{width:100%;max-width:100%}#signatureCanvas{max-width:100%;height:100px}}@media(max-width:480px){.section-header h2{font-size:16px}.input-row input,.input-row select{max-width:100%;text-align:left}.input-row span{max-width:100%;text-align:right}}.modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center}.modal-content{background-color:#fff;border-radius:2px;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.modal-content-large{max-width:900px;max-height:90vh}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e0e0e0}.modal-header h3{margin:0;font-size:18px;color:#002512}.modal-close{font-size:28px;font-weight:700;color:#999;cursor:pointer;line-height:1}.modal-close:hover{color:#000}.modal-body{display:flex;padding:20px;flex:1;overflow-y:auto}.modal-body-pdf{padding:20px;flex-direction:column;overflow-y:auto;overflow-x:hidden;max-height:calc(90vh - 200px);align-items:flex-start;width:100%;box-sizing:border-box;gap:0}.induction-content{width:100%;max-width:100%;font-size:10px;line-height:1.4;color:#333;counter-reset:section-counter;margin-bottom:0}.induction-title{font-size:14px;font-weight:700;text-align:center;margin-bottom:12px;color:#002512}.induction-header{margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid #ddd}.induction-section{margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.induction-section h2{font-size:11px;font-weight:700;color:#002512;margin-bottom:8px;margin-top:12px;counter-increment:section-counter;counter-reset:list-counter}.induction-section h3{font-size:10.5px;font-weight:700;color:#333;margin-top:10px;margin-bottom:6px}.induction-section h4{font-size:10px;font-weight:700;color:#333;margin-top:8px;margin-bottom:5px}.induction-subsection{margin-top:6px;margin-bottom:6px}.induction-field{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;margin-top:4px}.tab-1{margin-left:0}.tab-2{margin-left:40px}.tab-3{margin-left:55px}.tab-4{margin-left:70px}.tab-5{margin-left:85px}.induction-field label{font-weight:500;color:#333;min-width:100px;flex:0 1 auto;font-size:10px;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.induction-field span{color:#666;border-bottom:1px solid #ccc;min-width:120px;flex:1;padding:1px 3px;font-size:10px}.induction-note{font-style:italic;color:#666;margin-top:6px;margin-bottom:6px;margin-left:0;font-size:9.5px}.induction-warning{font-weight:700;color:#dc3545;margin-top:6px;margin-bottom:6px;margin-left:0;font-size:10px}.induction-signature-section{margin-top:12px;padding:10px;background:#f9f9f9;border:1px solid #ddd;border-radius:1px}.induction-signature-section p{margin-bottom:6px}.induction-content ul{margin-left:10px;margin-top:4px;margin-bottom:4px;list-style-type:lower-alpha;padding-left:20px}.induction-content ol{margin-left:15px;margin-top:4px;margin-bottom:4px;padding-left:0}.induction-content li{margin-bottom:3px;font-size:10px;line-height:1.4}.induction-content ol li{counter-increment:list-counter;list-style:none;position:relative;padding-left:25px;text-indent:0}.induction-content ol li.induction-field{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.induction-content ul li{list-style-type:lower-alpha;padding-left:0;position:static}.induction-content ol li:before{content:counter(section-counter) "." counter(list-counter) " ";font-weight:700;position:absolute;left:0}.induction-content ol ul{list-style-type:lower-alpha;margin-left:10px;padding-left:20px}.induction-content ol ul li{list-style-type:lower-alpha;padding-left:0}.induction-content ol ul li:before{content:"";display:none}.induction-content p{margin-bottom:6px}.modal-footer{display:flex;flex-direction:column;padding:15px 20px;border-top:1px solid #e0e0e0;gap:10px}.modal-footer .submit-btn{max-width:100%}.terms-agreement-text{text-align:center;color:#666;font-size:14px;margin:0;padding:10px 0;font-style:italic}.modal-btn{padding:8px;border:none;border-radius:2px;cursor:pointer;font-size:14px;background:#002512;color:#fff;font-weight:500}.modal-btn:hover{background:#004d2e}.modal-btn-cancel{background:#6c757d}.modal-btn-cancel:hover{background:#545b62}@media(max-width:768px){.modal-content-large{max-width:95%;max-height:95vh}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}input[type=checkbox]{border-radius:0!important;-webkit-appearance:none;appearance:none}input[type=checkbox]:checked{background-color:#002512;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M10 3L4.5 8.5L2 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px 12px}
