:root{--primary-color:#0b1e5a;--primary-hover-color:#33478b}body,html{height:100%;margin:0;padding:0;display:flex;flex-direction:column}.page-wrapper{flex:1 0 auto;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;background-color:#eef3ff}.register-wrapper{display:flex;width:100%;max-width:1200px;margin-top:2rem;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.register-left,.register-right{flex:1;display:flex;align-items:center;justify-content:center}.register-card{width:100%;max-width:360px;padding:1.5rem}.register-title{font-weight:700;margin-bottom:1.5rem;text-align:center;color:var(--primary-color)}.form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 .2rem rgba(11,30,90,.25)}.btn-register{background-color:var(--primary-color);color:#fff}.btn-register:hover{background-color:var(--primary-hover-color)}.login-link{text-align:center;margin-top:1rem;font-size:.9rem}.login-link a{color:var(--primary-color);text-decoration:underline}.login-link a:hover{text-decoration:underline;color:var(--primary-hover-color)}.image-container{width:100%;height:100%}.image-container img{height:100%;object-fit:cover}@media (max-width:768px){.register-right{display:none!important}.page-wrapper{margin-top:-37px;padding:1rem}.register-left{flex:1 1 100%;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff}.register-card{width:100%;max-width:400px;border-radius:1rem}.register-wrapper{box-shadow:0 5px 20px rgba(0,0,0,.1);margin-top:1rem;padding:20px 0}}@media (max-width:410px){.btn-toggle span{display:none}.btn-toggle i{display:inline-block!important}}.btn-toggle i{display:none}@media (max-width:375px){.register-title{font-size:20px!important}}@media (min-width:1200px){.register-title{font-size:31px!important}}.dropzone-area{border:2px dashed var(--primary-color);border-radius:10px;background-color:#f9f9f9;color:#555;cursor:pointer;transition:background-color .3s}.dropzone-area:hover{background-color:#eef3ff}.dropzone-area.dragover{background-color:#eef3ff}#previewContainer img{width:80px;height:80px;object-fit:cover;border:2px solid var(--primary-color);border-radius:8px;margin:5px}.preview-thumbnail-wrapper{position:relative;display:inline-block}.remove-image{position:absolute;top:2px;right:2px;color:#fff;background:rgba(255,0,0,.8);padding:0 6px;cursor:pointer;font-weight:700;border-radius:50%;font-size:12px}.date-modal{position:absolute;background:#fff;border:1px solid #ccc;border-radius:8px;padding:10px;width:100%;max-width:315px;display:none;z-index:1000;box-shadow:0 5px 15px rgba(0,0,0,.2)}.date-modal-content{padding:0}.wheels{display:flex;gap:8px;justify-content:space-between}.wheel{flex:1;height:120px;overflow-y:scroll;-webkit-overflow-scrolling:touch;scroll-snap-type:y mandatory;position:relative;border-radius:8px;background:#f9f9fb}.wheel::-webkit-scrollbar{width:0}.wheel-list{margin:0;padding:0;list-style:none}.wheel-item{height:40px;line-height:40px;text-align:center;scroll-snap-align:start;font-size:14px;color:#444}.wheel-item.selected{font-weight:700;color:#0b1e5a;font-size:16px}.cursor_pointer{cursor:pointer}