: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;place-items:center;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}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}body,html{background:#f6f7f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#222;margin:0;padding:0}.otp-form-container{max-width:1024px;margin:48px auto;background:#fff;border-radius:28px;box-shadow:0 8px 32px #3c3c3c1a,0 1.5px 4px #0000000a;padding:40px 32px 32px;display:flex;flex-direction:column;gap:2.5rem}.otp-form-container h1{font-size:2.2rem;font-weight:700;margin-bottom:1.8rem;color:#222;letter-spacing:-.5px;text-align:center}.otp-section{margin-bottom:2.2rem;background:#f6f7f9;border-radius:18px;box-shadow:0 1px 4px #007aff08;padding:1.5rem 1.2rem 1.2rem;border:1.5px solid #e0e0e5}.otp-section-title{font-size:1.15rem;font-weight:600;color:#007aff;margin-bottom:1.1rem;letter-spacing:.1px}.otp-section-page{font-size:.98rem;color:#888;margin-bottom:.7rem;text-align:right}.otp-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.7rem}.form-group label{font-size:1.04rem;font-weight:500;color:#333;margin-bottom:.2rem}.otp-form input,.otp-form select{font-size:1.08rem;padding:.7em 1em;border:1.5px solid #e0e0e5;border-radius:12px;background:#f6f7f9;color:#222;transition:border .2s,box-shadow .2s;outline:none;box-shadow:0 1px 2px #00000003}.otp-form input:focus,.otp-form select:focus{border:1.5px solid #007aff;background:#fff;color:#222;box-shadow:0 0 0 2px #007aff22}.otp-form button[type=submit]{margin-top:2.2rem;background:linear-gradient(90deg,#007aff 60%,#0051a8);color:#fff;font-size:1.13rem;font-weight:600;border:none;border-radius:16px;padding:1em 0;box-shadow:0 2px 8px #007aff22;cursor:pointer;transition:background .2s,box-shadow .2s}.otp-form button[type=submit]:hover:not(:disabled){background:linear-gradient(90deg,#0051a8,#007aff);box-shadow:0 4px 16px #007aff33}.otp-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.signature-box{margin:2.2rem 0 .7rem;display:flex;flex-direction:column;gap:.5rem}.signature-box label{font-size:1.08rem;font-weight:500;color:#555;margin-bottom:.2rem}.signature-canvas-wrapper{border-radius:12px;overflow:hidden;background:#f6f7f9;border:1.5px solid #e0e0e5;box-shadow:0 1px 4px #007aff11;width:fit-content}.clear-btn{background:#fff;color:#007aff;border:1px solid #007aff44;border-radius:10px;padding:.4em 1.2em;font-size:1rem;font-weight:500;margin-top:.2em;cursor:pointer;transition:background .2s,color .2s,border .2s;box-shadow:0 1px 2px #007aff11}.clear-btn:hover{background:#f0f6ff;color:#0051a8;border:1.5px solid #007aff}.contract-preview{max-width:900px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 16px #00000014;font-family:Segoe UI,Roboto,Arial,sans-serif;font-size:1.05rem;line-height:1.7;color:#222;transition:box-shadow .2s}@media (max-width: 1024px){.contract-preview{max-width:98vw;padding:1.2rem}}@media (max-width: 600px){.contract-preview{padding:.5rem;font-size:.98rem;border-radius:0}}.contract-clause{margin-bottom:1.2em;padding-left:.5em;border-left:3px solid #e0e0e0;background:#fafbfc}.contract-clause strong{color:#1a237e}.contract-section-title{font-size:1.25rem;font-weight:600;margin:1.5em 0 .7em;color:#0d47a1;letter-spacing:.01em}.form-container{max-width:700px;margin:2rem auto;padding:2rem;background:#f7f9fa;border-radius:10px;box-shadow:0 1px 8px #0000000f}@media (max-width: 900px){.form-container{max-width:98vw;padding:1.2rem}}@media (max-width: 600px){.form-container{padding:.5rem;border-radius:0}}.form-field{margin-bottom:1.2em}.form-label{font-weight:500;margin-bottom:.3em;display:block}.form-input,.form-select{width:100%;padding:.6em .8em;border:1px solid #bdbdbd;border-radius:6px;font-size:1rem;background:#fff;transition:border .2s}.form-input:focus,.form-select:focus{border-color:#1976d2;outline:none}.signature-box{border:2px dashed #bdbdbd;border-radius:8px;background:#f5f5f5;padding:1em;margin:1em 0;text-align:center}@media (max-width: 600px){.signature-box{padding:.5em}}.form-nav{display:flex;justify-content:space-between;margin-top:2em}.form-nav button{background:#1976d2;color:#fff;border:none;border-radius:6px;padding:.7em 1.5em;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.form-nav button:disabled{background:#bdbdbd;cursor:not-allowed}.form-nav button:not(:disabled):hover{background:#0d47a1}.contract-clauses,.contract-clauses-left{text-align:left;margin:0 0 1.5em;padding-left:1.5em;list-style-position:outside}.contract-clauses-left{text-align:left}.contract-clauses li{margin-bottom:1.1em;background:#fafbfc;border-left:3px solid #e0e0e0;padding:.7em 1em .7em 1.2em;border-radius:4px;font-size:1.04rem;line-height:1.7}.contract-clauses li b{color:#1a237e;font-weight:600}.contract-section{margin-bottom:2.5em}.contract-title,.contract-subtitle{text-align:center}
