:root{--color-primary-blue: #0e3995;--color-primary-blue-dark: #0a2a7a;--color-primary-blue-darker: #07306d;--color-primary-blue-light: #1e3a8a;--color-primary-blue-lighter: #3b82f6;--color-background-white: #ffffff;--color-background-light: #f8fafc;--color-background-gray: #eff3f6;--color-background-gray-light: #eef2f7;--color-background-gray-lighter: #f1f5f9;--color-text-primary: #1e293b;--color-text-secondary: #282828;--color-text-tertiary: #64748b;--color-text-gray: #757575;--color-text-dark: #000000;--color-text-light: #333333;--color-border-light: #e2e8f0;--color-border-gray: #d1d5db;--color-border-medium: #aaaaaa;--color-border-dark: #dddddd;--color-shadow-light: rgba(166, 193, 238, .251);--color-shadow-medium: rgba(14, 57, 149, .2);--color-shadow-dark: rgba(30, 58, 138, .3);--color-shadow-black: rgba(0, 0, 0, .2);--color-shadow-black-light: rgba(0, 0, 0, .021);--color-button-primary: var(--color-primary-blue);--color-button-primary-hover: var(--color-primary-blue-lighter);--color-button-text: #ffffff;--color-link-primary: var(--color-primary-blue);--color-link-hover: var(--color-primary-blue-lighter);--color-icon-primary: var(--color-primary-blue);--color-icon-secondary: var(--color-text-tertiary)}html{font-size:62.5%}*{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}body{min-height:100vh;overflow-x:hidden}.form-wrapper{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.form-fill{margin:2rem 9rem;display:flex;flex-direction:column;justify-content:center;background-color:#fff;overflow-y:auto;overflow-x:hidden;padding:1rem 0}.form-fill h2.acc-text{font-weight:600;margin-bottom:.8rem;font-size:2.4rem;color:var(--color-text-primary)}.form-fill>p{margin-bottom:2rem;font-weight:500;font-size:1.6rem;color:#757575}.select-role{display:flex;gap:1.6rem;margin-bottom:1.6rem;padding:.4rem;background-color:var(--color-background-gray);border-radius:1rem}.select-role input[type=radio]{margin-right:.8rem;width:auto;height:auto;cursor:pointer}.select-role label{font-weight:500;font-size:1.4rem;color:#757575;cursor:pointer;display:flex;align-items:center;flex:1;padding:1rem 1.6rem;border-radius:.8rem;transition:all .3s ease}.select-role input[type=radio]:checked+label,.select-role label:has(input[type=radio]:checked){background-color:#fff;color:var(--color-primary-blue);font-weight:600;box-shadow:0 .2rem .8rem #0e39951a}form{display:flex;flex-direction:column;gap:1rem}.row{display:flex;gap:.8rem}.row .input-group{flex:1}.input-group{display:flex;flex-direction:column;gap:.8rem}.input-group label{font-size:1.4rem;color:#282828;font-weight:600}input[type=text],input[type=email],input[type=tel],input[type=password],select{width:100%;padding:1rem;border:2px solid #ccc;border-radius:.6rem;font-size:1.4rem;font-family:Plus Jakarta Sans,sans-serif;transition:all .3s ease}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus,select:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 .3rem #0e39951a}input[type=text].error,input[type=email].error,input[type=tel].error,input[type=password].error,select.error{border-color:#ef4444}.password-group{position:relative}.password-wrapper{position:relative;width:100%;display:flex;align-items:center}.password-wrapper input{width:100%;padding-right:4rem;flex:1}.password-wrapper .toggle-password,.password-wrapper .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);cursor:pointer;background:none;border:none;padding:.4rem;display:flex;align-items:center;justify-content:center;color:#757575;transition:color .3s ease}.password-wrapper .toggle-password:hover,.password-wrapper .password-toggle:hover{color:var(--color-primary-blue)}.password-wrapper .toggle-password .material-symbols-outlined,.password-wrapper .password-toggle .material-symbols-outlined{font-size:2rem}input[type=checkbox]{width:1.6rem;height:1.6rem;margin-right:.8rem;cursor:pointer;accent-color:var(--color-primary-blue)}.status{font-size:1.2rem;color:#ef4444;margin-top:.4rem;display:block;line-height:1.4;min-height:1.6rem}.term-label{display:flex;font-size:1.4rem;gap:.8rem;align-items:flex-start;cursor:pointer}.term-label label{cursor:pointer;font-weight:400;color:var(--color-text-primary);line-height:1.4}.term-label a{color:var(--color-primary-blue);text-decoration:none;font-weight:600}.term-label a:hover{color:#092d6e;text-decoration:underline}button[type=submit]{width:100%;padding:1.2rem;background-color:var(--color-primary-blue);color:#fff;border:none;border-radius:.6rem;font-size:1.6rem;font-weight:600;cursor:pointer;box-shadow:0 .4rem .2rem #0003;transition:all .3s ease;font-family:Plus Jakarta Sans,sans-serif;margin-top:.8rem}button[type=submit]:hover{background:#092d6e;transform:translateY(-1px);box-shadow:0 .6rem .3rem #00000040}button[type=submit]:active{transform:translateY(0)}button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.acct{display:flex;justify-content:center;margin:1.6rem 0 0}.acct p{font-size:1.4rem;color:#757575}.acct a{margin-left:.4rem;text-decoration:none;color:var(--color-primary-blue);font-weight:600}.acct a:hover{color:#092d6e;text-decoration:underline}.illustration-part{background:linear-gradient(135deg,var(--color-primary-blue) 0%,var(--color-primary-blue-light) 100%);display:flex;justify-content:center;align-items:center;overflow:hidden}.transparent-glass{background-color:#ffffff1a;text-align:center;border-radius:1.2rem;padding:4rem 3rem;width:80%;max-width:48rem;display:flex;flex-direction:column;color:#fff;height:85%;box-shadow:0 .4rem 2rem #0003;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);justify-content:space-between}.logo{display:flex;align-items:center;gap:.8rem}.logo img{width:2.8rem;height:2.8rem}.logo p{font-size:2.8rem;font-weight:600;margin:0}.transparent-glass h2{font-size:5rem;text-align:center;margin:auto 0;font-weight:700;line-height:1.2}.hidden{display:none!important}@media(max-width:1080px){body{overflow-y:auto}.form-wrapper{grid-template-columns:1fr;min-height:auto}.illustration-part{display:none}.form-fill{margin:2rem 4rem;justify-content:flex-start;padding:2rem 0}}@media(max-width:768px){.form-fill{margin:1.5rem 2rem;padding:1.5rem 0}.form-fill h2.acc-text{font-size:2rem;margin-bottom:.6rem}.form-fill>p{font-size:1.4rem;margin-bottom:1.5rem}.select-role{flex-direction:column;gap:.6rem;margin-bottom:1.2rem;padding:.3rem}.select-role label{padding:.9rem 1.4rem;font-size:1.3rem}form{gap:.9rem}.row{flex-direction:column;gap:.9rem}.input-group{gap:.6rem}.input-group label{font-size:1.3rem}input[type=text],input[type=email],input[type=tel],input[type=password],select{padding:.9rem;font-size:1.3rem}button[type=submit]{padding:1rem;font-size:1.4rem;margin-top:.6rem}.acct{margin-top:1.2rem}.acct p{font-size:1.3rem}.transparent-glass h2{font-size:3.6rem}}@media(max-width:578px){.form-fill{margin:1.2rem 1.6rem;padding:1.2rem 0}.form-fill h2.acc-text{font-size:1.8rem;margin-bottom:.5rem}.form-fill>p{font-size:1.3rem;margin-bottom:1.2rem}.select-role{margin-bottom:1rem}.select-role label{padding:.8rem 1.2rem;font-size:1.2rem}form,.row{gap:.8rem}.input-group{gap:.5rem}.input-group label{font-size:1.2rem}input[type=text],input[type=email],input[type=tel],input[type=password],select{padding:.8rem;font-size:1.2rem}.password-wrapper .toggle-password .material-symbols-outlined{font-size:1.8rem}button[type=submit]{padding:.9rem;font-size:1.3rem;margin-top:.5rem}.term-label{font-size:1.2rem}.status{font-size:1.1rem}.acct{margin-top:1rem}.acct p{font-size:1.2rem}.transparent-glass{padding:3rem 2rem}.transparent-glass h2{font-size:3rem}}@media(max-width:400px){.form-fill{margin:1rem;padding:1rem 0}.form-fill h2.acc-text{font-size:1.6rem}.form-fill>p{font-size:1.2rem;margin-bottom:1rem}.select-role{margin-bottom:.9rem}.select-role label{font-size:1.1rem;padding:.7rem 1rem}form,.row{gap:.7rem}.input-group label{font-size:1.1rem}input[type=text],input[type=email],input[type=tel],input[type=password],select{padding:.7rem;font-size:1.1rem}button[type=submit]{padding:.8rem;font-size:1.2rem}.term-label,.acct p{font-size:1.1rem}.transparent-glass h2{font-size:2.6rem}}.terms-modal-overlay{position:fixed;inset:0;z-index:20000;display:flex;align-items:center;justify-content:center;padding:1.6rem;background-color:#00000073;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.terms-modal-overlay.is-open{opacity:1;visibility:visible}.terms-modal-panel{background-color:#fff;border-radius:.8rem;max-width:56rem;width:100%;max-height:min(90vh,64rem);display:flex;flex-direction:column;box-shadow:0 .8rem 2.4rem #00000026;position:relative}.terms-modal-header{flex-shrink:0;padding:1.2rem 3.6rem 1.2rem 1.6rem;border-bottom:1px solid #e5e7eb;position:relative}.terms-modal-document-title{font-size:1.2rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .4rem;line-height:1.35}.terms-modal-effective{font-size:1rem;color:#6b7280;margin:0;line-height:1.4}.terms-modal-close{position:absolute;top:.8rem;right:.8rem;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:none;border-radius:.6rem;background:transparent;color:#6b7280;cursor:pointer;transition:background-color .2s ease,color .2s ease}.terms-modal-close:hover{background-color:var(--color-background-gray, #f3f4f6);color:var(--color-text-primary)}.terms-modal-close .material-symbols-outlined{font-size:2.2rem}.terms-modal-body{flex:1;overflow-y:auto;padding:1.2rem 1.6rem 1.6rem;font-size:1rem;line-height:1.55;color:#374151;-webkit-overflow-scrolling:touch}.terms-modal-body p{margin:0 0 .9rem;font-size:1rem}.terms-modal-body p:last-child{margin-bottom:0}.terms-section-heading{font-size:1.2rem;font-weight:600;color:var(--color-text-primary);margin:1.2rem 0 .6rem;line-height:1.35}.terms-modal-body ul{margin:0 0 .9rem;padding-left:1.4rem;font-size:1rem}.terms-modal-body li{margin-bottom:.45rem}.terms-modal-body a{color:var(--color-primary-blue);font-weight:600;text-decoration:none}.terms-modal-body a:hover{text-decoration:underline}
