.create-account-page{flex-direction:column;align-items:center;width:100%;max-width:1400px;min-height:calc(100vh - 116px);margin:0 auto 2.5rem;padding:2rem 1rem;display:flex}.create-account-page__intro{border-radius:16px;width:100%;max-width:960px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}@media (max-width:479px){.create-account-page__intro{padding:2rem}}@media (min-width:1024px){.create-account-page__intro{padding:2rem 2.5rem}}.create-account-page__intro-text{flex-direction:column;gap:1rem;max-width:720px;display:flex}.create-account-page__intro-text h1{color:#14264b;margin:0;font-size:2.5rem}.create-account-page__intro-text p{color:#14264bb3;margin:0;font-size:1rem;line-height:1.75}.create-account-page__content{width:100%;max-width:600px;display:grid}.create-account-card{background-color:#fefefe;border-radius:16px;flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.create-account-card{border:1px solid #e5e5e5;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}}.create-account-card h2{color:#14264b;margin:0;font-family:Roboto,sans-serif;font-size:1.5rem}@media (min-width:1024px){.create-account-card h2{font-size:1.75rem}}.create-account-card__subtitle{color:#14264bb3;margin-top:.6rem;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.create-account-form{flex-direction:column;gap:1rem;display:flex}@media (min-width:1024px){.create-account-form{gap:1.5rem}}.create-account-form__actions{justify-content:flex-end;align-items:center;margin-top:1rem;display:flex}.create-account-field{flex-direction:column;gap:4px;display:flex}.create-account-field span{color:#14264bb3;font-size:.875rem;font-weight:500}.create-account-field input{color:#14264b;background-color:#efefef;border:1px solid #e5e5e5;border-radius:4px;width:100%;padding:.6rem .6rem .6rem 2.25rem;font-family:Roboto,sans-serif;font-size:1rem}@media (min-width:1024px){.create-account-field input{height:2.75rem;padding-left:2.75rem}}.create-account-field input:focus{border:1px solid #14264b;outline:none;box-shadow:0 0 0 2px #14264b1f}.create-account-field input::placeholder{color:#14264bb3}.create-account-field input{height:auto;padding-top:.6rem;padding-bottom:.6rem;padding-left:1rem}.create-account-field .phone-input-group{background-color:#efefef;border:1px solid #e5e5e5;border-radius:4px;align-items:center;padding:.6rem 1rem;transition:all .25s;display:flex}.create-account-field .phone-input-group:focus-within{border-color:#14264b;box-shadow:0 0 0 2px #14264b1f}.create-account-field .phone-input-group .phone-input-group__dial-code{color:#14264bb3;font-size:1rem;font-weight:500}.create-account-field .phone-input-group input{border:none;border-radius:0;flex:1;height:auto;padding:0}.create-account-field .phone-input-group input:focus{box-shadow:none;border:none;outline:none}.create-account-field .phone-input-group input{padding-left:1rem}.create-account-field .create-account-field-hint{color:#14264bb3;margin:0;font-size:.75rem;font-weight:400}.create-account-address-section{border-top:1px solid #14264b1a;flex-direction:column;gap:1.5rem;margin-top:2rem;padding-top:2rem;display:flex}.create-account-address-section .create-account-address-title{color:#14264b;margin:0;font-size:1rem;font-weight:600}.create-account-field-row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.create-account-field-row{grid-template-columns:1fr 1fr}}.create-account-submit{cursor:pointer;text-transform:uppercase;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:1rem;padding:.6rem 1rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.create-account-submit:disabled{opacity:.5;cursor:not-allowed}.create-account-submit:focus-visible{outline-offset:2px;outline:2px solid #14264b;box-shadow:0 0 0 3px #14264b1a}.create-account-submit{color:#fffefa;background-color:#14264b}.create-account-submit:hover:not(:disabled){color:#fffefa;background-color:#1a3262}.create-account-submit{text-transform:uppercase;width:100%;margin-top:1rem;font-size:1rem;font-weight:600}@media (min-width:1024px){.create-account-submit{width:auto;margin-top:0}}.create-account-success{background-color:#22c55e1a;border:1px solid #22c55e33;border-radius:8px;flex-direction:column;gap:.6rem;padding:1.5rem;display:flex}.create-account-success h3{color:#22c55e;margin:0;font-size:1.125rem}.create-account-success p{color:#14264b;margin:0;font-size:.875rem;line-height:1.6}.create-account-success__info{color:#14264bb3;margin:0;font-size:.875rem}.create-account-error{color:#ef4444;text-align:center;margin:0;font-size:.875rem}.create-account-error__login-link{color:#14264b;cursor:pointer;font-size:inherit;background:0 0;border:none;margin-left:.5rem;padding:0;font-family:inherit;text-decoration:underline}.create-account-error__login-link:hover{color:#1a3262}.create-account-bankid-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.create-account-open-bankid{cursor:pointer;text-transform:uppercase;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.create-account-open-bankid:disabled{opacity:.5;cursor:not-allowed}.create-account-open-bankid:focus-visible{outline-offset:2px;outline:2px solid #14264b;box-shadow:0 0 0 3px #14264b1a}.create-account-open-bankid{color:#14264b;background-color:#0000;border-color:#14264b}.create-account-open-bankid:hover:not(:disabled){position:relative}.create-account-open-bankid:hover:not(:disabled):after{content:"";transform-origin:0;background-color:#14264b;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.create-account-open-bankid:hover:not(:disabled):hover:after{transform:scaleX(1)}.create-account-open-bankid:hover:not(:disabled){background-color:#0000}.create-account-bankid-qr{background-color:#f5f5f5;border-radius:8px;justify-content:center;align-items:center;margin-top:2rem;padding:1.5rem;display:flex}.create-account-bankid-qr svg{width:184px;height:184px}.create-account-bankid-qr p{color:#14264bb3;margin:0;font-size:.875rem}.create-account-status{color:#14264b;margin-top:1rem;font-size:.875rem;font-weight:500}.create-account-verify{background-color:#fefefe;border:1px solid #e5e5e5;border-radius:16px;flex-direction:column;width:100%;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}@media (min-width:1024px){.create-account-verify{padding:2.5rem}}.create-account-verify__content{flex-direction:column;gap:1.5rem;display:flex}.create-account-verify__title{color:#14264b;text-align:center;margin:0;font-family:Roboto,sans-serif;font-size:1.5rem}@media (min-width:1024px){.create-account-verify__title{font-size:1.75rem}}.create-account-verify__subtitle{color:#14264bb3;text-align:center;margin:0;font-family:Roboto,sans-serif;font-size:.875rem;line-height:1.6}.create-account-verify__form{flex-direction:column;gap:2rem;display:flex}.create-account-verify__code-inputs{justify-content:center;align-items:center;gap:.6rem;width:100%;max-width:100%;display:flex}.create-account-verify__code-group{flex:1;align-items:center;gap:.6rem;max-width:3rem;display:flex}@media (min-width:1024px){.create-account-verify__code-group{max-width:3rem}.create-account-verify__code-group:has(.create-account-verify__code-separator){flex:0;max-width:none}}.create-account-verify__code-digit{text-align:center;color:#14264b;background:#e8eef2;border:1px dashed #e5e5e5;border-radius:6px;flex:1;width:100%;min-width:0;height:3rem;padding:0;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:600;transition:all .25s}.create-account-verify__code-digit:focus{border-color:#898989;outline:none}.create-account-verify__code-digit:disabled{opacity:.5;cursor:not-allowed}@media (min-width:1024px){.create-account-verify__code-digit{flex:auto;width:3rem;height:3.5rem;font-size:1.125rem}}.create-account-verify__code-separator{color:#14264b;margin:0 .6rem;font-size:1.5rem;font-weight:600;display:none}@media (min-width:1024px){.create-account-verify__code-separator{display:block}}.create-account-verify__button{cursor:pointer;text-transform:uppercase;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:1rem;padding:.6rem 2rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.create-account-verify__button:focus-visible{outline-offset:2px;outline:2px solid #14264b;box-shadow:0 0 0 3px #14264b1a}.create-account-verify__button{color:#fffefa;background-color:#14264b}.create-account-verify__button:hover:not(:disabled){color:#fffefa;background-color:#1a3262}.create-account-verify__button{text-transform:uppercase;width:100%;font-family:Roboto,sans-serif;font-size:1rem;font-weight:600}.create-account-verify__button:disabled{opacity:.5;cursor:not-allowed}.create-account-verify__error{color:#ef4444;text-align:center;margin:0;font-family:Roboto,sans-serif;font-size:.875rem}.create-account-benefits{background-color:#fffefa;border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;height:fit-content;padding:2.5rem;display:flex;box-shadow:0 4px 6px -1px #0000001a}@media (max-width:479px){.create-account-benefits{padding:2rem}}.create-account-benefits h3{color:#14264b;margin:0;font-size:1.5rem}.create-account-benefits ul{flex-direction:column;gap:.6rem;margin:0;padding-left:2rem;display:flex}.create-account-benefits ul li{color:#14264bb3;font-size:1rem}.create-account-benefits .create-account-support{background-color:#14264b0f;border-radius:8px;flex-direction:column;gap:.6rem;padding:1.5rem;display:flex}.create-account-benefits .create-account-support h4{color:#14264b;margin:0;font-size:1.2rem}.create-account-benefits .create-account-support p{color:#14264bb3;margin:0;font-size:.875rem;line-height:1.6}.create-account-benefits .create-account-support p a{color:#14264b;text-decoration:none}.create-account-benefits .create-account-support p a:hover{color:#1a3262;text-decoration:underline}
