.elementor-1167 .elementor-element.elementor-element-464f31a8{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:0px 0px;--row-gap:0px;--column-gap:0px;--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1167 .elementor-element.elementor-element-62ce4053{--display:flex;--min-height:80vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1167 .elementor-element.elementor-element-62ce4053:not(.elementor-motion-effects-element-type-background), .elementor-1167 .elementor-element.elementor-element-62ce4053 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://slemonactive.com/wp-content/uploads/2025/05/Shoot_porte_AH_35-Modifier-768x960.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1167 .elementor-element.elementor-element-407d9ccc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}#elementor-popup-modal-1167 .dialog-widget-content{animation-duration:1.3s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1167 .dialog-message{width:75vw;height:80vh;align-items:flex-start;}#elementor-popup-modal-1167{justify-content:center;align-items:center;}@media(min-width:768px){.elementor-1167 .elementor-element.elementor-element-464f31a8{--content-width:100%;}}@media(max-width:1024px){.elementor-1167 .elementor-element.elementor-element-464f31a8{--min-height:430px;--grid-auto-flow:row;}.elementor-1167 .elementor-element.elementor-element-62ce4053:not(.elementor-motion-effects-element-type-background), .elementor-1167 .elementor-element.elementor-element-62ce4053 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}#elementor-popup-modal-1167 .dialog-message{width:700px;height:425px;}#elementor-popup-modal-1167 .dialog-widget-content{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-1167 .elementor-element.elementor-element-464f31a8{--min-height:100vh;--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-1167 .elementor-element.elementor-element-62ce4053{--min-height:45vh;}.elementor-1167 .elementor-element.elementor-element-407d9ccc{--min-height:55vh;}#elementor-popup-modal-1167 .dialog-message{height:100vh;}}/* Start custom CSS for container, class: .elementor-element-62ce4053 */.left-container {
    height: 100%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-464f31a8 */.ignore-toc {
    display: flex;
    align-items: stretch;
}/* End custom CSS */
/* Start custom CSS */.container {
    max-height: 100vh;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    text-decoration: none;
    color: #666;
}

h2 {
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 1.5em;
}

p {
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 0.9em;
    color: #666;
}

.form-row {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.input-group {
    flex: 1;
    position: relative;
}

.input-group.birthday {
    flex: 1;
}

input, select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

/* 错误状态样式 */
input.has-error, select.has-error {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 15px 0;
    font-size: 14px;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin: 0;
    flex-shrink: 0;
}

.create-account-button {
    width: 100%;
    padding: 12px;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin: 15px 0 10px 0;
    transition: background-color 0.3s ease;
    position: relative;
}

.create-account-button:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

/* 旋转动画 */
.loading-spinner {
    display: inline-block;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    border: 2px solid #e3f2fd;
    border-top: 2px solid #2196f3;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.login-text {
    text-align: center;
    margin: 15px 0 10px 0;
    font-size: 14px;
}

.login-text a {
    color: #007cba;
    text-decoration: none;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.error-message.show {
    max-height: 50px;
    opacity: 1;
}

/* 移动端优化 */
@media (max-height: 600px) {
    .container {
        padding: 15px;
    }
    
    h2 {
        font-size: 1.3em;
        margin: 15px 0 8px 0;
    }
    
    .form-row {
        margin-bottom: 12px;
    }
    
    input, select {
        padding: 10px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .form-row {
        flex-direction: column;
        gap: 12px;
    }
}/* End custom CSS */