/*
 * ============================================================
 * BLOODMOON GRID
 * Account - Create Account
 * ============================================================
 *
 * Version : 2026-09-09 11:12
 */

.create-account-page{padding:36px 18px 72px;background:radial-gradient(circle at top right,rgba(190,35,55,.055),transparent 30%)}
.create-account-container{width:min(1180px,100%);margin:0 auto}
.create-account-language{display:flex;justify-content:flex-end;gap:7px;margin-bottom:18px}
.create-account-language a{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:34px;border:1px solid #d9dde4;border-radius:9px;background:#fff;color:#667085;text-decoration:none;font-weight:800}
.create-account-language a.is-active{border-color:#b92337;background:#b92337;color:#fff}
.create-account-heading{margin-bottom:24px;text-align:center}
.create-account-kicker{display:inline-block;color:#b92337;font-size:.78rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.create-account-heading h1,.create-account-success h1{margin:7px 0 10px;color:#222936;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.04}
.create-account-heading p{max-width:780px;margin:0 auto;color:#687181;line-height:1.65}
.create-account-info,.create-account-server-error{margin:0 0 18px;padding:13px 16px;border-radius:12px;line-height:1.5}
.create-account-info{border:1px solid #d8e3ef;background:#f4f8fc;color:#48637f}
.create-account-server-error{border:1px solid #efc5cb;background:#fff1f3;color:#a52336;font-weight:750}
.create-account-form{display:grid;gap:22px}
.create-account-card,.create-account-submit-card{border:1px solid #e2e6eb;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(34,42,55,.055)}
.create-account-card{padding:24px}
.create-account-card-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}
.create-account-step{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:#b92337;color:#fff;font-weight:900;box-shadow:0 8px 18px rgba(185,35,55,.18)}
.create-account-card-heading h2{margin:0 0 4px;color:#26303d;font-size:1.35rem}
.create-account-card-heading p{margin:0;color:#78808d;line-height:1.5}
.create-account-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.create-account-field{margin-bottom:16px}
.create-account-field label{display:block;margin-bottom:6px;color:#3d4654;font-size:.86rem;font-weight:800}
.create-account-input-wrap{position:relative}
.create-account-input-wrap input{width:100%;height:46px;box-sizing:border-box;padding:0 48px 0 13px;border:1px solid #cfd5de;border-radius:11px;background:#fff;color:#242c39;font:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.create-account-input-wrap input:focus{outline:none;border-color:#bd5b69;box-shadow:0 0 0 3px rgba(185,35,55,.10)}
.create-account-field.is-valid .create-account-input-wrap input{border-color:#91cf9e;background:#fbfffc}
.create-account-field.is-invalid .create-account-input-wrap input{border-color:#e5a0aa;background:#fffafb}
.create-account-field.is-checking .create-account-input-wrap input{border-color:#e0c68e}
.create-account-field-status{position:absolute;top:50%;right:12px;display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;transform:translateY(-50%);font-size:.9rem;font-weight:900;pointer-events:none}
.create-account-field.is-valid .create-account-field-status{background:#dff3e4;color:#2e7744}
.create-account-field.is-invalid .create-account-field-status{background:#fde5e8;color:#b82b40}
.create-account-field.is-checking .create-account-field-status{background:#fff4d9;color:#8d671d}
.create-account-field-message{min-height:19px;margin-top:5px;color:#7a8391;font-size:.78rem;line-height:1.4}
.create-account-field.is-valid .create-account-field-message{color:#36744a}
.create-account-field.is-invalid .create-account-field-message{color:#b02a3e}
.create-account-password-toggle{position:absolute;top:50%;right:43px;border:0;background:transparent;color:#747d8b;font-size:.72rem;font-weight:800;cursor:pointer;transform:translateY(-50%)}
.create-account-field[data-field-wrap="password"] input,.create-account-field[data-field-wrap="confirm_password"] input{padding-right:100px}
.create-account-availability,.create-account-model-selection-status{display:flex;align-items:center;gap:9px;min-height:42px;margin:0 0 18px;padding:8px 11px;border-radius:11px;background:#f4f5f7;color:#687181;font-size:.84rem;font-weight:750}
.create-account-availability-icon,.create-account-model-selection-status>span:first-child{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;flex:0 0 25px;border-radius:50%;background:#fff;font-weight:900}
.create-account-availability[data-state="valid"],.create-account-model-selection-status[data-state="valid"]{background:#eaf7ed;color:#2c7041}
.create-account-availability[data-state="invalid"],.create-account-model-selection-status[data-state="invalid"]{background:#fdecef;color:#aa283b}
.create-account-availability[data-state="checking"]{background:#fff6df;color:#80601f}
.create-account-model-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.create-account-model-card{position:relative;min-width:0;overflow:hidden;padding:0;border:2px solid transparent;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(34,42,55,.07);color:inherit;text-align:left;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.create-account-model-card:hover{transform:translateY(-2px);box-shadow:0 11px 28px rgba(34,42,55,.11)}
.create-account-model-card.is-selected{border-color:#b92337;box-shadow:0 10px 28px rgba(185,35,55,.15)}
.create-account-model-image{position:relative;height:260px;overflow:hidden;background:#f1f3f5}
.create-account-model-image img{display:block;width:100%;height:100%;object-fit:cover}
.create-account-model-check{position:absolute;top:11px;right:11px;display:none;align-items:center;justify-content:center;width:31px;height:31px;border-radius:50%;background:#dff4e4;color:#287340;font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.13)}
.create-account-model-card.is-selected .create-account-model-check{display:inline-flex}
.create-account-model-content{padding:13px 14px 15px}
.create-account-model-content strong{display:block;color:#2b3441;font-size:1rem}
.create-account-model-content p{margin:5px 0 0;color:#77808e;font-size:.8rem;line-height:1.4}
.create-account-model-pagination{align-items:center;justify-content:center;gap:14px;margin-top:17px}
.create-account-model-pagination:not([hidden]){display:flex}
.create-account-pagination-button{min-height:36px;padding:0 13px;border:1px solid #d6dbe2;border-radius:9px;background:#fff;color:#505a69;font:inherit;font-size:.82rem;font-weight:800;cursor:pointer}
.create-account-pagination-button:disabled{opacity:.42;cursor:default}
#create-account-form .create-account-model-selection-status{margin-top:16px;margin-bottom:0}
.create-account-no-models{padding:18px;border-radius:12px;background:#fff1f3;color:#a72438;font-weight:750}
.create-account-submit-card{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px 22px}
.create-account-submit-card strong{display:block;margin-bottom:4px;color:#2e3643}
.create-account-submit-card p{margin:0;color:#777f8c;font-size:.85rem}
.create-account-submit-button,.create-account-tos-button,.create-account-accept-button,.create-account-primary-link{border:0;border-radius:11px;background:#b92337;color:#fff;font:inherit;font-weight:850;text-decoration:none;cursor:pointer;transition:background .15s ease,transform .15s ease}
.create-account-submit-button{min-width:190px;min-height:48px;padding:10px 18px}
.create-account-tos-button{min-height:44px;padding:9px 16px}
.create-account-submit-copy{min-width:0}
.create-account-submit-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.create-account-tos-accepted-status{display:inline-flex;align-items:center;gap:7px;margin-top:9px;padding:7px 10px;border-radius:9px;background:#eaf7ed;color:#2c7041;font-size:.8rem;font-weight:800}
.create-account-tos-accepted-status[hidden]{display:none}
.create-account-tos-accepted-status span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#287341;font-weight:900}
.create-account-submit-button:not(:disabled):hover,.create-account-tos-button:not(:disabled):hover,.create-account-accept-button:not(:disabled):hover,.create-account-primary-link:hover{background:#991d2e;transform:translateY(-1px)}
.create-account-submit-button:disabled,.create-account-tos-button:disabled,.create-account-accept-button:disabled{background:#c9ced5;color:#f7f8fa;cursor:not-allowed;transform:none}
.create-account-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.create-account-modal[hidden]{display:none}
.create-account-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:18px}
.create-account-modal-backdrop{position:absolute;inset:0;background:rgba(22,26,33,.68);backdrop-filter:blur(3px)}
.create-account-modal-dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(900px,100%);max-height:min(88vh,900px);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 25px 70px rgba(0,0,0,.28)}
.create-account-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px 17px;border-bottom:1px solid #e8eaee}
.create-account-modal-header h2{margin:4px 0 5px;color:#252e3a}
.create-account-modal-header p{margin:0;color:#737c89}
.create-account-modal-close{flex:0 0 auto;width:38px;height:38px;border:0;border-radius:10px;background:#f1f3f5;color:#505965;font-size:1.55rem;line-height:1;cursor:pointer}
.create-account-tos-scroll{flex:1 1 auto;overflow-y:auto;padding:22px;overscroll-behavior:contain}
.create-account-tos-section{margin-bottom:23px}
.create-account-tos-section h3{margin:0 0 9px;color:#2c3542;font-size:1.05rem}
.create-account-tos-section p,.create-account-tos-section li{color:#626b78;line-height:1.62}
.create-account-tos-section p{margin:0 0 10px}
.create-account-tos-section ul{margin:0;padding-left:21px}
.create-account-tos-section.is-alert{padding:16px;border:1px solid #efc9cf;border-radius:13px;background:#fff5f6}
.create-account-tos-alert-label{display:inline-flex;margin-bottom:8px;padding:5px 9px;border-radius:999px;background:#b92337;color:#fff;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.create-account-tos-links{display:flex;flex-wrap:wrap;gap:10px 18px;padding-top:16px;border-top:1px solid #e7eaee}
.create-account-tos-links a{color:#a72134;font-weight:800}
.create-account-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-top:1px solid #e8eaee;background:#fafbfc}
.create-account-modal-footer>div{min-width:0}
.create-account-tos-scroll-message,.create-account-modal-footer small{display:block}
.create-account-tos-scroll-message{margin-bottom:4px;color:#8b5d1b;font-size:.82rem;font-weight:750}
.create-account-modal-footer small{color:#858d99}
.create-account-accept-button{flex:0 0 auto;max-width:420px;min-height:46px;padding:9px 16px}
body.create-account-modal-open{overflow:hidden}
.create-account-success{max-width:780px;margin:36px auto 0;padding:38px 30px;border:1px solid #dfe5e1;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(34,42,55,.07);text-align:center}
.create-account-success-icon{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;margin-bottom:17px;border-radius:50%;background:#dff3e4;color:#287341;font-size:2rem;font-weight:900}
.create-account-success p{max-width:610px;margin:10px auto;color:#69727f;line-height:1.6}
.create-account-success-name{margin:20px auto;color:#252e3a;font-size:1.4rem;font-weight:900}
.create-account-login-uri{display:inline-flex;flex-direction:column;gap:3px;margin:16px 0;padding:12px 18px;border-radius:12px;background:#f5f6f8}
.create-account-login-uri span{color:#818995;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.create-account-login-uri strong{color:#323b48}
.create-account-success-actions{display:flex;justify-content:center;gap:11px;margin-top:18px}
.create-account-primary-link,.create-account-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px}
.create-account-secondary-link{border:1px solid #d7dce3;border-radius:11px;background:#fff;color:#4d5664;font-weight:800;text-decoration:none}
@media(max-width:1020px){.create-account-model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.create-account-page{padding:26px 12px 55px}.create-account-card{padding:18px}.create-account-two-columns{grid-template-columns:1fr;gap:0}.create-account-model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.create-account-model-image{height:220px}.create-account-submit-card,.create-account-modal-footer{align-items:stretch;flex-direction:column}.create-account-submit-actions{width:100%;flex-direction:column}.create-account-submit-button,.create-account-tos-button,.create-account-accept-button{width:100%;max-width:none}.create-account-modal{padding:8px}.create-account-modal-dialog{max-height:95vh;border-radius:14px}.create-account-success-actions{flex-direction:column}}
@media(max-width:460px){.create-account-model-grid{grid-template-columns:1fr}.create-account-model-image{height:300px}.create-account-card-heading{gap:10px}.create-account-step{width:34px;height:34px}}
