@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.top-header{background:#07072c;color:#fff;position:fixed;top:0;left:0;right:0;width:100%;z-index:1001;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-bottom:1px solid rgba(255,255,255,.1)}.top-header.visible{display:block}.top-header.hidden{display:none}.header-container{width:100%;padding:0 2rem;position:relative;z-index:2}.header-content{display:flex;justify-content:space-between;align-items:center;min-height:44px;gap:10px}.contact-info{display:flex;gap:20px;align-items:center;flex-wrap:nowrap;overflow:hidden;flex:1}.info-item{display:flex;align-items:center;gap:6px;font-size:11px;white-space:nowrap;min-width:0;font-weight:600;color:#969696}.info-item a{text-decoration:none;color:inherit;transition:color .2s ease-in-out}.info-item a:hover{color:#ab9f64}.info-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon{width:13px;height:13px;flex-shrink:0}.header-actions{flex-shrink:0;position:relative}.header-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#0b0b45;border:1px solid rgba(201,169,110,.25);border-radius:10px;box-shadow:0 8px 28px #00000073,0 0 0 1px #ffffff0f;min-width:175px;z-index:2000;overflow:hidden;animation:dropdownFadeIn .18s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header-dropdown__item{display:flex;align-items:center;gap:9px;width:100%;padding:11px 16px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:500;color:#ffffffe0;text-align:left;transition:background .15s ease,color .15s ease}.header-dropdown__item svg{opacity:.75}.header-dropdown__item:hover{background:#ffffff14;color:#f0e0c0}.header-dropdown__item:hover svg{opacity:1}.header-dropdown__item--danger{color:#ff7878e6}.header-dropdown__item--danger svg{opacity:.8}.header-dropdown__item--danger:hover{background:#dc262626;color:#ff8080}.header-dropdown__item--danger:hover svg{opacity:1}.header-dropdown__divider{height:1px;background:#c9a96e33;margin:2px 0}.contact-btn{background:transparent;color:#f0e0c0;border:none;display:flex;align-items:center;gap:6px;padding:4px 8px;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s ease;white-space:nowrap;letter-spacing:.03em}.contact-btn .icon{width:15px;height:15px;color:#c9a96e}.contact-btn:hover{color:#c9a96e;background:transparent;transform:none;border:none}.contact-btn:active{transform:translateY(0)}@media (max-width: 768px){.top-header{padding:6px 0}.header-container{padding:0 12px}.header-content{min-height:40px;gap:8px}.contact-info{gap:15px}.info-item{font-size:12px;gap:4px}.icon{width:12px;height:12px}.contact-btn{padding:6px 12px;font-size:11px;border-radius:18px}}@media (max-width: 640px){.top-header{padding:5px 0}.header-container{padding:0 10px}.header-content{min-height:36px;gap:6px}.contact-info{gap:12px;flex:1;min-width:0}.info-item{font-size:8px;gap:3px;min-width:0}.info-text{font-size:10px}.icon{width:11px;height:11px}.contact-btn{padding:5px 10px;font-size:10px;border-radius:16px}}@media (max-width: 480px){.contact-info{gap:8px}}@media (max-width: 360px){.contact-info{gap:6px}.info-item{font-size:10px}.info-text{font-size:9px}.contact-btn{padding:4px 8px;font-size:9px}}body.modal-open{overflow:hidden!important;position:fixed!important;width:100%!important;height:100%!important}.auth-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow:hidden;flex-direction:column}@media (max-width: 768px){.auth-modal-overlay{padding:12px;align-items:center;justify-content:center}}@media (max-width: 576px){.auth-modal-overlay{padding:8px;align-items:center;justify-content:center}}@media (max-height: 600px){.auth-modal-overlay{align-items:flex-start;padding-top:20px;justify-content:flex-start;overflow-y:auto}}@media (max-height: 500px){.auth-modal-overlay{padding-top:10px}}.auth-modal-overlay .auth-modal{background:#fff;border-radius:12px;box-shadow:0 15px 30px #0003;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out;margin:0}@media (max-height: 600px){.auth-modal-overlay .auth-modal{max-height:85vh}}@media (max-height: 500px){.auth-modal-overlay .auth-modal{max-height:80vh}}@media (max-width: 768px){.auth-modal-overlay .auth-modal{border-radius:10px;max-width:480px}}@media (max-width: 576px){.auth-modal-overlay .auth-modal{border-radius:8px;max-width:calc(100vw - 16px)}}@media (max-width: 384px){.auth-modal-overlay .auth-modal{border-radius:8px;max-width:calc(100vw - 12px)}}.auth-modal-overlay .auth-modal .auth-modal-close-btn{position:absolute;top:12px;right:12px;background:none;border:none;font-size:20px;color:#999;cursor:pointer;width:28px!important;height:28px!important;min-width:28px;min-height:28px;max-width:28px;max-height:28px;border-radius:50%!important;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;flex-shrink:0;box-sizing:border-box}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-modal-close-btn{top:8px;right:8px;font-size:18px;width:24px;height:24px}}.auth-modal-overlay .auth-modal .auth-modal-close-btn:hover{background:#f5f5f5;color:#333;width:28px!important;height:28px!important;border-radius:50%!important}.auth-modal-overlay .auth-modal .auth-header{text-align:center;padding:20px 24px 0;background:#0b0b45;color:#fff;border-radius:12px 12px 0 0}@media (max-width: 768px){.auth-modal-overlay .auth-modal .auth-header{padding:18px 20px 0;border-radius:10px 10px 0 0}}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-header{padding:16px 16px 0;border-radius:8px 8px 0 0}}.auth-modal-overlay .auth-modal .auth-header h2{font-size:20px;font-weight:700;margin-bottom:6px}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-header h2{font-size:18px;margin-bottom:4px}}.auth-modal-overlay .auth-modal .auth-header p{font-size:13px;opacity:.9;padding-bottom:15px}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-header p{font-size:12px}}.auth-modal-overlay .auth-modal .auth-tabs{display:flex;background:#0b0b45;padding:0 24px 16px}@media (max-width: 768px){.auth-modal-overlay .auth-modal .auth-tabs{padding:0 20px 14px}}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-tabs{padding:0 16px 12px}}.auth-modal-overlay .auth-modal .auth-tabs .tab-btn{flex:1;padding:8px 16px;border:none;background:#ffffff1a;color:#ffffffb3;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:6px}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-tabs .tab-btn{padding:7px 12px;font-size:12px}}.auth-modal-overlay .auth-modal .auth-tabs .tab-btn:first-child{margin-right:6px}.auth-modal-overlay .auth-modal .auth-tabs .tab-btn:last-child{margin-left:6px}.auth-modal-overlay .auth-modal .auth-tabs .tab-btn:hover:not(:disabled){background:#fff3;color:#fff}.auth-modal-overlay .auth-modal .auth-tabs .tab-btn.active{background:#fff;color:#0b0b45;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.auth-modal-overlay .auth-modal .auth-tabs .tab-btn:disabled{opacity:.6;cursor:not-allowed}.auth-modal-overlay .auth-modal .auth-content{padding:20px 24px}@media (max-width: 768px){.auth-modal-overlay .auth-modal .auth-content{padding:18px 20px}}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-content{padding:16px}}.auth-modal-overlay .auth-modal .auth-footer{border-top:1px solid #f0f0f0;padding:16px 24px}@media (max-width: 768px){.auth-modal-overlay .auth-modal .auth-footer{padding:14px 20px}}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-footer{padding:12px 16px}}.auth-modal-overlay .auth-modal .auth-footer .contact-support{text-align:center}.auth-modal-overlay .auth-modal .auth-footer .contact-support p{font-size:11px;color:#666;margin-bottom:6px}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-footer .contact-support p{font-size:10px;margin-bottom:4px}}.auth-modal-overlay .auth-modal .auth-footer .contact-support .whatsapp-support{display:inline-flex;align-items:center;gap:4px;color:#25d366;text-decoration:none;font-weight:600;font-size:11px;transition:all .2s ease}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-footer .contact-support .whatsapp-support{font-size:10px}}.auth-modal-overlay .auth-modal .auth-footer .contact-support .whatsapp-support:hover{text-decoration:underline;transform:translateY(-1px)}.auth-modal-overlay .auth-modal .auth-footer .contact-support .whatsapp-support .whatsapp-icon{font-size:12px}@media (max-width: 576px){.auth-modal-overlay .auth-modal .auth-footer .contact-support .whatsapp-support .whatsapp-icon{font-size:10px}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal::-webkit-scrollbar{width:0px}.auth-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.auth-modal::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.auth-modal::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@supports not (backdrop-filter: blur(2px)){.auth-modal-overlay{background:#000000bf}}.forgot-password-form .error-banner,.forgot-password-form .success-banner{margin-bottom:16px;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500}@media (max-width: 768px){.forgot-password-form .error-banner,.forgot-password-form .success-banner{padding:7px 10px}}@media (max-width: 576px){.forgot-password-form .error-banner,.forgot-password-form .success-banner{padding:6px 8px;font-size:11px}}.forgot-password-form .error-banner{background:#fdf2f2;color:#e74c3c;border:1px solid #fce4e4}.forgot-password-form .success-banner{background:#f0f9f0;color:#15156e;border:1px solid #eeeeee}.forgot-password-form .auth-form{display:flex;flex-direction:column}.forgot-password-form .auth-form .form-group{display:flex;flex-direction:column;margin-bottom:16px}@media (max-width: 576px){.forgot-password-form .auth-form .form-group{margin-bottom:12px}}.forgot-password-form .auth-form .form-group label{font-size:12px;font-weight:600;color:#333;margin-bottom:5px}@media (max-width: 576px){.forgot-password-form .auth-form .form-group label{font-size:11px;margin-bottom:4px}}.forgot-password-form .auth-form .form-group input{width:100%;padding:6px 10px!important;border:2px solid #e0e0e0;border-radius:6px;font-size:13px;transition:all .3s ease;font-family:inherit;box-sizing:border-box}@media (max-width: 576px){.forgot-password-form .auth-form .form-group input{padding:5px 8px!important;font-size:12px;border-radius:4px}}.forgot-password-form .auth-form .form-group input:focus{outline:none;border-color:#0b0b45;box-shadow:0 0 0 3px #2d5a4a1a}.forgot-password-form .auth-form .form-group input.error{border-color:#e74c3c;background-color:#fdf2f2}.forgot-password-form .auth-form .form-group input::placeholder{color:#999}.forgot-password-form .auth-form .form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.forgot-password-form .auth-form .form-group .error-message{color:#e74c3c;font-size:11px;margin-top:3px;font-weight:500}@media (max-width: 576px){.forgot-password-form .auth-form .form-group .error-message{font-size:10px}}.forgot-password-form .auth-form .form-actions{margin-top:6px;display:flex;gap:8px}.forgot-password-form .auth-form .form-actions .forgot-btn-primary,.forgot-password-form .auth-form .form-actions .forgot-btn-secondary{flex:1;padding:6px 14px;border-width:1px;border-style:solid;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-sizing:border-box;min-height:auto;line-height:1.4;white-space:nowrap}@media (max-width: 576px){.forgot-password-form .auth-form .form-actions .forgot-btn-primary,.forgot-password-form .auth-form .form-actions .forgot-btn-secondary{padding:6px 10px;font-size:11px;border-radius:4px}}.forgot-password-form .auth-form .form-actions .forgot-btn-primary{background:#0b0b45;color:#fff;border-color:transparent}.forgot-password-form .auth-form .form-actions .forgot-btn-primary:hover:not(:disabled){background:#0e2244;transform:translateY(-1px);box-shadow:0 4px 12px #2d5a4a4d}.forgot-password-form .auth-form .form-actions .forgot-btn-primary:disabled{background:#999;cursor:not-allowed;transform:none}.forgot-password-form .auth-form .form-actions .forgot-btn-secondary{background:#f2efea;color:#6c757d;border-color:#dee2e6}.forgot-password-form .auth-form .form-actions .forgot-btn-secondary:hover:not(:disabled){background:#e9ecef;color:#495057;transform:translateY(-1px)}.forgot-password-form .auth-form .form-actions .forgot-btn-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-form .error-banner{margin-bottom:16px;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;background:#fdf2f2;color:#e74c3c;border:1px solid #fce4e4}@media (max-width: 768px){.login-form .error-banner{padding:7px 10px}}@media (max-width: 576px){.login-form .error-banner{padding:6px 8px;font-size:11px}}.login-form .auth-form{display:flex;flex-direction:column}@media (max-width: 576px){.login-form .auth-form{gap:12px}}.login-form .auth-form .form-group{display:flex;flex-direction:column;margin-bottom:16px}@media (max-width: 576px){.login-form .auth-form .form-group{margin-bottom:12px}}.login-form .auth-form .form-group label{font-size:12px;font-weight:600;color:#333;margin-bottom:5px}@media (max-width: 576px){.login-form .auth-form .form-group label{font-size:11px;margin-bottom:4px}}.login-form .auth-form .form-group input{width:100%;padding:6px 10px!important;border:2px solid #e0e0e0;border-radius:6px;font-size:13px;transition:all .3s ease;font-family:inherit;box-sizing:border-box}@media (max-width: 576px){.login-form .auth-form .form-group input{padding:5px 8px!important;font-size:12px;border-radius:4px}}.login-form .auth-form .form-group input:focus{outline:none;border-color:#0b0b45;box-shadow:0 0 0 3px #2d5a4a1a}.login-form .auth-form .form-group input.error{border-color:#e74c3c;background-color:#fdf2f2}.login-form .auth-form .form-group input::placeholder{color:#999}.login-form .auth-form .form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-form .auth-form .form-group .password-input{position:relative;width:100%}.login-form .auth-form .form-group .password-input input{width:100%;padding-right:40px;box-sizing:border-box}@media (max-width: 576px){.login-form .auth-form .form-group .password-input input{padding-right:35px}}.login-form .auth-form .form-group .password-input .toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}@media (max-width: 576px){.login-form .auth-form .form-group .password-input .toggle-password{right:8px;padding:3px}}.login-form .auth-form .form-group .password-input .toggle-password:hover:not(:disabled){background:#f0f0f0;color:#333}.login-form .auth-form .form-group .password-input .toggle-password:disabled{opacity:.5;cursor:not-allowed}.login-form .auth-form .form-group .password-input .toggle-password svg{width:16px;height:16px}@media (max-width: 576px){.login-form .auth-form .form-group .password-input .toggle-password svg{width:14px;height:14px}}.login-form .auth-form .form-group .error-message{color:#e74c3c;font-size:11px;margin-top:3px;font-weight:500}@media (max-width: 576px){.login-form .auth-form .form-group .error-message{font-size:10px}}.login-form .auth-form .form-actions{margin-top:6px;display:flex;gap:8px}.login-form .auth-form .form-actions .login-btn-primary{flex:1;padding:6px 14px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;background:#0b0b45;color:#fff;min-height:auto;box-sizing:border-box}@media (max-width: 576px){.login-form .auth-form .form-actions .login-btn-primary{padding:6px 10px;font-size:14px;border-radius:4px}}.login-form .auth-form .form-actions .login-btn-primary:hover:not(:disabled){background:#0e2244;transform:translateY(-1px);box-shadow:0 4px 12px #2d5a4a4d}.login-form .auth-form .form-actions .login-btn-primary:disabled{background:#999;cursor:not-allowed;transform:none}.login-form .auth-form .auth-links{text-align:end;margin-top:15px}@media (max-width: 576px){.login-form .auth-form .auth-links{margin-top:0}}.login-form .auth-form .auth-links .forgot-password{color:#0b0b45;text-decoration:none;font-size:14px;font-weight:500;border:none;background-color:transparent;cursor:pointer}@media (max-width: 576px){.login-form .auth-form .auth-links .forgot-password{font-size:13px}}.login-form .auth-form .auth-links .forgot-password:hover{text-decoration:underline}.login-form .auth-form .auth-links .forgot-password:disabled{opacity:.6;cursor:not-allowed}.register-form .error-banner,.register-form .success-banner{margin-bottom:16px;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500}@media (max-width: 768px){.register-form .error-banner,.register-form .success-banner{padding:7px 10px}}@media (max-width: 576px){.register-form .error-banner,.register-form .success-banner{padding:6px 8px;font-size:11px}}.register-form .error-banner{background:#fdf2f2;color:#e74c3c;border:1px solid #fce4e4}.register-form .success-banner{background:#f0f9f0;color:#15156e;border:1px solid #eeeeee}.register-form .step-info{background:#f2efea;padding:10px 12px;border-radius:6px;margin-bottom:16px;border-left:3px solid #0b0b45}.register-form .step-info p{margin:0;font-size:12px;color:#666;line-height:1.4}@media (max-width: 576px){.register-form .step-info p{font-size:11px}}.register-form .auth-form{display:flex;flex-direction:column}@media (max-width: 576px){.register-form .auth-form{gap:12px}}.register-form .auth-form .form-group{display:flex;flex-direction:column;margin-bottom:16px}@media (max-width: 576px){.register-form .auth-form .form-group{margin-bottom:0}}.register-form .auth-form .form-group label{font-size:12px;font-weight:600;color:#333;margin-bottom:5px}@media (max-width: 576px){.register-form .auth-form .form-group label{font-size:11px;margin-bottom:4px}}.register-form .auth-form .form-group label .required-star{color:#e74c3c;margin-left:3px;font-weight:700}.register-form .auth-form .form-group input,.register-form .auth-form .form-group select{width:100%;padding:6px 10px!important;border:2px solid #e0e0e0;border-radius:6px;font-size:13px;transition:all .3s ease;font-family:inherit;box-sizing:border-box;background-color:#fff}@media (max-width: 576px){.register-form .auth-form .form-group input,.register-form .auth-form .form-group select{padding:5px 8px!important;font-size:12px;border-radius:4px}}.register-form .auth-form .form-group input:focus,.register-form .auth-form .form-group select:focus{outline:none;border-color:#0b0b45;box-shadow:0 0 0 3px #2d5a4a1a}.register-form .auth-form .form-group input.error,.register-form .auth-form .form-group select.error{border-color:#e74c3c;background-color:#fdf2f2}.register-form .auth-form .form-group input::placeholder,.register-form .auth-form .form-group select::placeholder{color:#999}.register-form .auth-form .form-group input:disabled,.register-form .auth-form .form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.register-form .auth-form .form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:35px}@media (max-width: 576px){.register-form .auth-form .form-group select{background-position:right 8px center;background-size:14px;padding-right:30px}}.register-form .auth-form .form-group select.error{border-color:#e74c3c;background-color:#fdf2f2}.register-form .auth-form .form-group select:disabled{cursor:not-allowed}.register-form .auth-form .form-group select option{padding:8px;font-size:13px}@media (max-width: 576px){.register-form .auth-form .form-group select option{font-size:12px}}.register-form .auth-form .form-group .password-input{position:relative;width:100%}.register-form .auth-form .form-group .password-input input{width:100%;padding-right:40px;box-sizing:border-box}@media (max-width: 576px){.register-form .auth-form .form-group .password-input input{padding-right:35px}}.register-form .auth-form .form-group .password-input .toggle-password{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}@media (max-width: 576px){.register-form .auth-form .form-group .password-input .toggle-password{right:8px;padding:3px}}.register-form .auth-form .form-group .password-input .toggle-password:hover:not(:disabled){background:#f0f0f0;color:#333}.register-form .auth-form .form-group .password-input .toggle-password:disabled{opacity:.5;cursor:not-allowed}.register-form .auth-form .form-group .password-input .toggle-password svg{width:16px;height:16px}@media (max-width: 576px){.register-form .auth-form .form-group .password-input .toggle-password svg{width:14px;height:14px}}.register-form .auth-form .form-group .error-message{color:#e74c3c;font-size:11px;margin-top:3px;font-weight:500}@media (max-width: 576px){.register-form .auth-form .form-group .error-message{font-size:10px}}.register-form .auth-form .form-actions{margin-top:6px;display:flex;gap:8px}.register-form .auth-form .form-actions .register-btn-primary,.register-form .auth-form .form-actions .register-btn-secondary{flex:1;padding:6px 14px;border-width:1px;border-style:solid;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-sizing:border-box;min-height:auto;line-height:1.4;white-space:nowrap}@media (max-width: 576px){.register-form .auth-form .form-actions .register-btn-primary,.register-form .auth-form .form-actions .register-btn-secondary{padding:6px 10px;font-size:11px;border-radius:4px}}.register-form .auth-form .form-actions .register-btn-primary{background:#0b0b45;color:#fff;border-color:transparent}.register-form .auth-form .form-actions .register-btn-primary:hover:not(:disabled){background:#0e2244;transform:translateY(-1px);box-shadow:0 4px 12px #2d5a4a4d}.register-form .auth-form .form-actions .register-btn-primary:disabled{background:#999;cursor:not-allowed;transform:none}.register-form .auth-form .form-actions .register-btn-secondary{background:#f2efea;color:#6c757d;border-color:#dee2e6}.register-form .auth-form .form-actions .register-btn-secondary:hover:not(:disabled){background:#e9ecef;color:#495057;transform:translateY(-1px)}.register-form .auth-form .form-actions .register-btn-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.signout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:overlay-in .2s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.signout-modal{position:relative;background:#fdfaf7;border-radius:20px;padding:2rem 2rem 1.75rem;width:100%;max-width:360px;text-align:center;box-shadow:0 20px 60px #0b0b451f,0 8px 24px #0000001a;animation:modal-in .25s cubic-bezier(.34,1.56,.64,1)}.signout-modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:none;background:#fdfaf7;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.signout-modal__close:hover{background:#e5e7eb;color:#374151}.signout-modal__icon-wrap{display:flex;justify-content:center;margin-bottom:1.25rem}.signout-modal__icon-ring{width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#eee,#e0e0e0);border:3px solid #6da8e0;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0b0b4533;transition:background .3s ease,border-color .3s ease}.signout-modal__icon-ring--success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#10b981;box-shadow:0 4px 16px #10b98140}.signout-modal__icon{color:#0b0b45}.signout-modal__icon--success{color:#059669}.signout-modal__title{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.01em}.signout-modal__desc{font-size:.9rem;color:#64748b;line-height:1.6;margin:0 0 1.75rem}.signout-modal__actions{display:flex;gap:.75rem}.signout-modal__btn{flex:1;padding:.7rem 1rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.4rem}.signout-modal__btn--cancel{background:#fdfaf7;color:#374151}.signout-modal__btn--cancel:hover{background:#e5e7eb}.signout-modal__btn--confirm{background:#0b0b45;color:#fff;box-shadow:0 4px 12px #0b0b454d}.signout-modal__btn--confirm:hover{background:#0b0b45;box-shadow:0 6px 16px #0b0b4566;transform:translateY(-1px)}.signout-modal__btn--confirm:active{transform:translateY(0)}.signout-modal__spinner-wrap{display:flex;justify-content:center;padding:.5rem 0 .25rem}.signout-modal__spinner{width:36px;height:36px;border:3px solid #eeeeee;border-top-color:#0b0b45;border-radius:50%;display:inline-block;animation:spin .7s linear infinite}@keyframes modal-in{0%{opacity:0;transform:scale(.88) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.lang-slider{position:relative;display:inline-flex;align-items:center;padding:3px;background:#fffffff2;border:1.5px solid rgba(0,0,0,.12);border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s,border-color .2s,box-shadow .2s;flex-shrink:0;box-shadow:0 1px 4px #0000001f}.lang-slider:hover{background:#fff;border-color:#00000038;box-shadow:0 2px 8px #00000029}.lang-slider__thumb{position:absolute;top:3px;bottom:3px;width:calc(50% - 3px);background:#0b0b45;border-radius:999px;transition:left .28s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0b0b4559}.lang-slider__thumb--id{left:3px}.lang-slider__thumb--en{left:50%}.lang-slider__option{position:relative;z-index:1;padding:4px 11px;font-size:11px;font-weight:700;letter-spacing:.6px;line-height:1;color:#64748b;transition:color .28s}.lang-slider__option--active{color:#fff}.lang-slider--dashboard{background:#fff;border-color:#0b0b454d;box-shadow:0 1px 4px #0b0b451f}.lang-slider--dashboard:hover{border-color:#0b0b4580;box-shadow:0 2px 8px #0b0b4533}.navbar{background:#07072c;box-shadow:0 2px 8px #0000004d;border-bottom:1px solid rgba(201,169,110,.2);color:#f0e0c0;width:100%;position:fixed;top:45px;left:0;right:0;z-index:1000;padding:.7rem 0;transition:box-shadow .3s ease}@media (max-width: 640px){.navbar{padding:.7rem 0;top:46px}}@media (max-width: 480px){.navbar{top:44px}}.navbar.navbar-scrolled{top:0;background:#07072c;box-shadow:0 4px 12px #00000059;border-bottom:1px solid rgba(201,169,110,.2);animation:slideFromTop .45s cubic-bezier(.22,1,.36,1) forwards}@keyframes slideFromTop{0%{transform:translateY(-100%);opacity:1}to{transform:translateY(0);opacity:1}}.navbar-container{width:100%;padding:0 1.3rem}@media (min-width: 640px){.navbar-container{padding:0 1.5rem}}@media (min-width: 1024px){.navbar-container{padding:0 4rem}}.navbar-content{display:flex;justify-content:space-between;height:4rem;align-items:center}.navbar-left{display:flex;align-items:center;gap:3rem;flex:1}@media (max-width: 890px){.navbar-left{gap:1rem}}.navbar-right{display:flex;align-items:center;gap:1rem}.navbar-logo{flex-shrink:0;display:flex}.navbar-logo img{width:3.5rem;margin-top:7px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}.navbar-links{display:none}@media (min-width: 891px){.navbar-links{display:flex;gap:2rem}}.navbar-search{display:none}@media (min-width: 891px){.navbar-search{display:block}}.navbar-toggle{align-items:center;margin-top:10px;display:flex}@media (min-width: 891px){.navbar-toggle{display:none}}.search-button{border:none;background:linear-gradient(45deg,#8a6015,#c9a040);color:#fff8ee;cursor:pointer;padding:.5rem .7rem;margin-left:5px;font-weight:600;border-radius:.5rem;position:relative;overflow:hidden;transition:background .5s ease,color .3s ease;display:flex;justify-content:center;align-items:center;gap:5px;box-shadow:0 4px 12px #0000004d}.search-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,#fff0 30%,#ffffff4d,#fff0 70%);transform:rotate(25deg);opacity:0;transition:opacity .3s ease;pointer-events:none}.search-button:before{animation:shine 3s infinite;opacity:1}@keyframes shine{0%{transform:rotate(15deg) translate(-100%);opacity:0}50%{opacity:1}to{transform:rotate(15deg) translate(100%);opacity:0}}.search-button:hover{background:linear-gradient(45deg,#a07820,#dbb850);color:#fff8ee}.nav-link{padding:2rem 0rem;font-size:.975rem;font-weight:600;color:#f0e0c0;text-decoration:none;position:relative;transition:color .3s ease;display:flex;align-items:center;height:100%;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.4)}.nav-link:after{content:"";position:absolute;width:100%;height:2.5px;bottom:0;left:0;background-color:#c9a96e;transition:transform .3s ease;transform:scaleX(0);transform-origin:right center}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1);transform-origin:left center}.nav-link:hover,.nav-link:focus{color:#c9a96e;text-decoration:none}.nav-link.active{color:#c9a96e;outline:none;font-weight:600}.dropdown{position:relative}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.dropdown:hover .dropdown-icon{transform:rotate(180deg)}.dropdown-toggle{display:flex;gap:.25rem;cursor:pointer}.dropdown-toggle .dropdown-icon{width:1rem;height:1rem;margin-left:.25rem;transition:transform .3s ease}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#07072c;border:1px solid rgba(201,169,110,.2);border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;z-index:10;padding:1rem;min-width:320px;box-shadow:0 8px 24px #0006;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.dropdown-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.dropdown-menu-grid .dropdown-item:only-child,.dropdown-menu-grid .dropdown-item:nth-child(odd):last-child{grid-column:1/-1}.dropdown-menu-header h4{color:#c9a96e;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;opacity:.9}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.975rem;color:#f0e0c0;text-decoration:none;position:relative;transition:all .3s ease;white-space:nowrap;border-radius:.375rem;background-color:transparent;cursor:pointer}.dropdown-item:after{content:"";position:absolute;width:100%;height:2.5px;bottom:0;left:0;background-color:#c9a96e;transition:transform .3s ease;transform:scaleX(0);transform-origin:right center}.dropdown-item:hover:after,.dropdown-item.active:after{transform:scaleX(1);transform-origin:left center}.dropdown-item:hover,.dropdown-item:focus{color:#c9a96e;text-decoration:none}.dropdown-item.active{color:#c9a96e;outline:none;font-weight:600}.dropdown-item:hover{background-color:#c9a96e1f;transform:translateY(-2px)}.dropdown-item-icon{width:1.25rem;height:1.25rem;color:#c9a96e;flex-shrink:0}.dropdown-item span{font-weight:500}.dropdown-item:after{display:none}.toggle-button{display:flex;border:none;justify-content:center;padding:.3rem .5rem;border-radius:.375rem;transition:all .3s ease;background-color:#c9a96e1f;border:1px solid rgba(201,169,110,.3);color:#f0e0c0;height:15px}.toggle-button:hover{color:#c9a96e;background-color:#c9a96e33}.toggle-button svg{width:2rem;height:2.5rem}.mobile-menu{display:flex;flex-direction:column;padding:.5rem .75rem .75rem;background-color:#07072c;border:1px solid rgba(201,169,110,.2);position:absolute;top:100%;left:0;right:0;z-index:999;box-shadow:0 8px 24px #0006;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.mobile-menu-open{opacity:1;transform:translateY(0);pointer-events:auto}@media (min-width: 891px){.mobile-menu{display:none}}.mobile-link{display:block;padding:.75rem;margin:.25rem 0;font-size:1rem;font-weight:500;text-align:left;width:100%;color:#f0e0c0;text-decoration:none;position:relative;transition:color .3s ease,transform .3s ease;transform:translate(-10px);opacity:0;animation:slideIn .3s forwards;animation-delay:calc(var(--item-index, 0) * .05s);border-radius:.375rem}.mobile-link:after{content:"";position:absolute;width:100%;height:2.5px;bottom:0;left:0;background-color:#c9a96e;transition:transform .3s ease;transform:scaleX(0);transform-origin:right center}.mobile-link:hover:after,.mobile-link.active:after{transform:scaleX(1);transform-origin:left center}.mobile-link:hover,.mobile-link:focus{color:#c9a96e;text-decoration:none}.mobile-link.active{color:#c9a96e;outline:none;font-weight:600}.mobile-link:hover{background-color:#c9a96e1f}.mobile-link.dropdown-toggle{display:flex;justify-content:space-between;cursor:pointer}.mobile-link.dropdown-toggle svg{width:1.25rem;height:1.25rem;transition:transform .3s ease}.mobile-link:after{bottom:-2px}.mobile-menu-open .mobile-link{opacity:1;transform:translate(0)}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.mobile-dropdown-container{width:100%}.mobile-dropdown{display:flex;flex-direction:column;animation:fadeIn .3s ease forwards;background-color:#ffffff0d;border-radius:.375rem;padding:.5rem;border:1px solid rgba(201,169,110,.15);margin-top:.25rem;margin-bottom:.5rem}.mobile-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin:.25rem 0;font-size:.95rem;color:#f0e0c0;text-decoration:none;position:relative;transition:all .3s ease;border-radius:.375rem}.mobile-dropdown-item:after{content:"";position:absolute;width:100%;height:2.5px;bottom:0;left:0;background-color:#c9a96e;transition:transform .3s ease;transform:scaleX(0);transform-origin:right center}.mobile-dropdown-item:hover:after,.mobile-dropdown-item.active:after{transform:scaleX(1);transform-origin:left center}.mobile-dropdown-item:hover,.mobile-dropdown-item:focus{color:#c9a96e;text-decoration:none}.mobile-dropdown-item.active{color:#c9a96e;outline:none;font-weight:600}.mobile-dropdown-item:hover{transform:translate(.25rem);background-color:#c9a96e1f}.mobile-dropdown-item .dropdown-item-icon{width:1.1rem;height:1.1rem;color:#c9a96e;flex-shrink:0}.mobile-dropdown-item span{font-weight:500}.mobile-dropdown-item:after{display:none}@media (max-width: 890px){.navbar-left{flex:1;gap:1rem}.navbar-logo img{margin-top:20px;width:3.5rem}.lang-slider--desktop,.search-button--desktop{display:none!important}}@media (min-width: 891px){.lang-slider--desktop,.search-button--desktop{display:inline-flex!important}.mobile-lang-row,.mobile-book-row{display:none!important}}.mobile-lang-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem .75rem;margin-bottom:.25rem;border-bottom:1px solid rgba(201,169,110,.15)}.mobile-lang-row .mobile-lang-label{font-size:.8rem;font-weight:600;color:#f0e0c099;letter-spacing:.02em}.mobile-book-row{padding:.75rem .75rem .5rem;margin-top:.25rem;border-top:1px solid rgba(201,169,110,.15)}.mobile-book-btn{width:100%;justify-content:center;padding:.7rem 1rem!important;border-radius:.6rem!important;font-size:.9rem!important;gap:.5rem}.mobile-book-btn .icon{width:1.1rem;height:1.1rem}@media (min-width: 1200px){.dropdown-menu{min-width:400px}}.footer{background:#0b0b45;position:relative;color:#fff;padding:60px 0 20px}.footer__container{width:100%;padding:0 4rem;position:relative;z-index:2}.footer__row{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px;gap:40px}.footer__column{flex:1;min-width:250px;padding:0 15px}.footer__logo{font-size:28px;font-weight:800;margin-bottom:20px;margin-top:0;color:#f0e0c0;text-shadow:none}.footer__logo span{color:#c9a96e}.footer__info-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.footer__info-item{margin-bottom:25px}.footer__info-item p{opacity:.9;line-height:1.6}.footer__info-item-middle{margin-bottom:25px}.footer__info-item-middle div{margin-bottom:8px}.footer__info-label{font-weight:600;margin-right:10px;color:#fff}.footer__info-text{opacity:.9}.footer__title{font-size:18px;font-weight:700;position:relative;padding-bottom:12px;margin-bottom:20px;color:#f0e0c0}.footer__title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#c9a96e;border-radius:2px}.footer__title--spaced{margin-top:40px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:12px}.footer__links a{color:#fffc;text-decoration:none;transition:all .3s ease;position:relative;padding-left:0;font-size:16px}.footer__links a:before{content:"▶";position:absolute;left:-10px;margin-top:3px;color:#c9a96e;font-size:12px;opacity:0;transition:all .3s ease}.footer__links a:hover{opacity:1;padding-left:10px;color:#f0e0c0}.footer__links a:hover:before{opacity:1}.footer__social{display:flex;gap:15px;margin-top:20px}.footer__social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer__social-link.instagram{background:#833ab4;color:#fff}.footer__social-link.linkedin{background:#0077b5;color:#fff}.footer__social-link.tiktok{background:#010101;color:#fff;border:1px solid rgba(255,255,255,.2)}.footer__social-link.facebook{background:#3b5998;color:#fff}.footer__social-link.youtube{background:red;color:#fff}.footer__social-link:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000059;opacity:.9}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(201,169,110,.2);margin-top:20px}.footer__copyright{opacity:.8}.footer__copyright p{margin:0;font-size:14px}.footer__legal a{color:#fffc;text-decoration:none;margin-left:25px;transition:all .3s ease;font-size:14px}.footer__legal a:hover{opacity:1;color:#c9a96e}@media (max-width: 768px){.footer__container{padding:0 1.25rem}.footer__row{flex-direction:column;gap:30px}.footer__column{min-width:100%;padding:0}.footer__bottom{flex-direction:column;text-align:center;gap:15px}.footer__legal a{margin:0 10px}}@media (max-width: 576px){.footer{padding:40px 0 20px}.footer__container{padding:0 1rem}.footer__logo{font-size:24px}.footer__social{justify-content:flex-start}}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;overflow-x:clip}.main-layout-container{width:100%;padding:0}.back-to-top-button{position:fixed;bottom:15px;right:15px;width:50px;height:50px;border-radius:50%;background-color:#0b0b45c9;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999;box-shadow:0 4px 8px #0003;transition:all .3s ease}.back-to-top-button:hover{background-color:#0b0b45;transform:translateY(-3px);box-shadow:0 6px 12px #0000004d}.back-to-top-button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.back-to-top-button{animation:fadeIn .3s ease-in-out}.home-container{width:100%}@media (max-width: 480px){.home-container{padding:0}}.home-container>*:first-child{margin-top:0}.home-container .content-section{margin-top:2rem;padding:1.5rem;background-color:#f2efea;border-radius:8px;box-shadow:0 2px 4px #0000000d}@media (max-width: 480px){.home-container .content-section{margin-top:1rem;padding:1rem}}.home-container .content-section h1{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (max-width: 480px){.home-container .content-section h1{font-size:1.5rem}}.home-container .content-section p{font-size:1.125rem;color:#4b5563;line-height:1.6}@media (max-width: 480px){.home-container .content-section p{font-size:1rem}}.vertical-jumbotron{margin-bottom:0;margin-top:124px;position:relative;height:100vh;width:100%;overflow:hidden;z-index:1}@media (max-width: 768px){.vertical-jumbotron{height:calc(82vh - 108px);margin-top:108px}}@media (max-width: 480px){.vertical-jumbotron{height:calc(82vh - 88px);margin-top:88px}}@media (max-width: 360px){.vertical-jumbotron{height:calc(82vh - 80px);margin-top:80px}}.vertical-jumbotron .slides-container{position:relative;height:100%;width:100%;overflow:hidden}.vertical-jumbotron .slides-container .slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .5s ease;text-align:center;color:#313131;visibility:hidden}.vertical-jumbotron .slides-container .slide.active{opacity:1;visibility:visible;z-index:2}.vertical-jumbotron .slides-container .slide .slide-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed}@media (max-width: 768px){.vertical-jumbotron .slides-container .slide .slide-background{background-attachment:scroll}}.vertical-jumbotron .slides-container .slide .slide-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(to right,#ebe1d0,#f8f7f5cc,#f2efea66 60%,#f2efea00)}.vertical-jumbotron .slides-container .slide .slide-content{position:relative;z-index:2;max-width:600px;padding:2rem;background-color:#00000080;border-radius:12px}@media (min-width: 2560px){.vertical-jumbotron .slides-container .slide .slide-content{max-width:800px;padding:3rem}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron .slides-container .slide .slide-content{max-width:700px;padding:2.5rem}}@media (max-width: 768px){.vertical-jumbotron .slides-container .slide .slide-content{max-width:500px;padding:1.5rem}}@media (max-width: 480px){.vertical-jumbotron .slides-container .slide .slide-content{max-width:350px;padding:1rem}}@media (max-width: 360px){.vertical-jumbotron .slides-container .slide .slide-content{max-width:280px;padding:.75rem}}.vertical-jumbotron .slides-container .slide .slide-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width: 2560px){.vertical-jumbotron .slides-container .slide .slide-content h2{font-size:3.5rem}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron .slides-container .slide .slide-content h2{font-size:3rem}}@media (max-width: 1024px){.vertical-jumbotron .slides-container .slide .slide-content h2{font-size:2.2rem}}@media (max-width: 768px){.vertical-jumbotron .slides-container .slide .slide-content h2{font-size:2rem}}@media (max-width: 480px){.vertical-jumbotron .slides-container .slide .slide-content h2{font-size:1.5rem}}@media (max-width: 360px){.vertical-jumbotron .slides-container .slide .slide-content h2{font-size:1.3rem}}.vertical-jumbotron .slides-container .slide .slide-content p{font-size:1.25rem;margin-bottom:1.5rem}@media (min-width: 2560px){.vertical-jumbotron .slides-container .slide .slide-content p{font-size:1.6rem}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron .slides-container .slide .slide-content p{font-size:1.4rem}}@media (max-width: 1024px){.vertical-jumbotron .slides-container .slide .slide-content p{font-size:1.1rem}}@media (max-width: 768px){.vertical-jumbotron .slides-container .slide .slide-content p{font-size:1rem}}@media (max-width: 480px){.vertical-jumbotron .slides-container .slide .slide-content p{font-size:.875rem}}@media (max-width: 360px){.vertical-jumbotron .slides-container .slide .slide-content p{font-size:.75rem}}.vertical-jumbotron .container-tagline{position:absolute;top:55%;left:5%;transform:translateY(-50%);width:45%;z-index:5;color:#313131;font-size:1rem;display:flex;flex-direction:column;gap:10px;align-items:flex-start;border:none;transition:all .5s ease}@media (min-width: 2560px){.vertical-jumbotron .container-tagline{left:6%;width:70%;font-size:1.3rem;gap:15px}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron .container-tagline{left:5.5%;width:70%;font-size:1.2rem;gap:12px}}@media (min-width: 1440px) and (max-width: 1919px){.vertical-jumbotron .container-tagline{left:5%;width:70%;font-size:1.1rem;gap:11px}}@media (max-width: 1024px){.vertical-jumbotron .container-tagline{left:4%;width:70%;font-size:.95rem}}@media (max-width: 768px){.vertical-jumbotron .container-tagline{left:3%;width:50%;font-size:.9rem;gap:8px}}@media (max-width: 480px){.vertical-jumbotron .container-tagline{left:4%;width:70%;font-size:.8rem;gap:6px;margin-top:35px}}@media (max-width: 360px){.vertical-jumbotron .container-tagline{left:3%;width:70%;font-size:.7rem;gap:5px}}@media (max-width: 320px){.vertical-jumbotron .container-tagline{left:2%;width:75%;font-size:.65rem;gap:4px}}.vertical-jumbotron .container-tagline h1{margin:0;font-weight:700;line-height:1.2;text-shadow:1px 1px 2px rgba(0,0,0,.7);font-size:2em}@media (min-width: 2560px){.vertical-jumbotron .container-tagline h1{font-size:2.6em;text-shadow:1px 1px 3px rgba(0,0,0,.8)}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron .container-tagline h1{font-size:2.3em}}@media (min-width: 1440px) and (max-width: 1919px){.vertical-jumbotron .container-tagline h1{font-size:2.1em}}@media (max-width: 1024px){.vertical-jumbotron .container-tagline h1{font-size:1.8em}}@media (max-width: 768px){.vertical-jumbotron .container-tagline h1{font-size:1.6em}}@media (max-width: 480px){.vertical-jumbotron .container-tagline h1{font-size:1.4em;line-height:1.1}}@media (max-width: 360px){.vertical-jumbotron .container-tagline h1{font-size:1.2em}}@media (max-width: 320px){.vertical-jumbotron .container-tagline h1{font-size:1.1em}}.vertical-jumbotron .container-tagline p{margin:0;line-height:1.4;opacity:.9;text-shadow:1px 1px 3px rgba(0,0,0,.7);font-size:1.1em}@media (min-width: 2560px){.vertical-jumbotron .container-tagline p{font-size:1.4em;line-height:1.5;text-shadow:2px 2px 4px rgba(0,0,0,.8)}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron .container-tagline p{font-size:1.25em;line-height:1.45}}@media (min-width: 1440px) and (max-width: 1919px){.vertical-jumbotron .container-tagline p{font-size:1.15em}}@media (max-width: 1024px){.vertical-jumbotron .container-tagline p{font-size:1.05em}}@media (max-width: 768px){.vertical-jumbotron .container-tagline p{font-size:1em;line-height:1.3}}@media (max-width: 480px){.vertical-jumbotron .container-tagline p{font-size:.95em;line-height:1.25}}@media (max-width: 360px){.vertical-jumbotron .container-tagline p{font-size:.9em;line-height:1.2}}@media (max-width: 320px){.vertical-jumbotron .container-tagline p{font-size:.85em}}.vertical-jumbotron .container-tagline .contact-button{background-color:#0b0b45;color:#fff;border:none;font-size:1em;font-weight:700;cursor:pointer;padding:.7rem 1rem;border-radius:8px;margin-top:15px;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;white-space:nowrap}.vertical-jumbotron .container-tagline .contact-button:hover{background-color:#0b0b45;transform:translateY(-1px);box-shadow:0 6px 16px #0006}@media (min-width: 2560px){.vertical-jumbotron .container-tagline .contact-button{padding:1rem 1.5rem;font-size:1.2em;margin-top:25px;border-radius:12px}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron .container-tagline .contact-button{padding:.85rem 1.3rem;font-size:1.1em;margin-top:20px;border-radius:10px}}@media (min-width: 1440px) and (max-width: 1919px){.vertical-jumbotron .container-tagline .contact-button{padding:.75rem 1.15rem;font-size:1.05em;margin-top:18px;border-radius:9px}}@media (max-width: 1024px){.vertical-jumbotron .container-tagline .contact-button{padding:.6rem .9rem;font-size:.95em}}@media (max-width: 768px){.vertical-jumbotron .container-tagline .contact-button{padding:.5rem .8rem;margin-top:12px;font-size:.9em;border-radius:6px}}@media (max-width: 480px){.vertical-jumbotron .container-tagline .contact-button{padding:.45rem .7rem;margin-top:10px;font-size:.85em;border-radius:5px}}@media (max-width: 360px){.vertical-jumbotron .container-tagline .contact-button{padding:.4rem .6rem;margin-top:8px;font-size:.8em}}@media (max-width: 320px){.vertical-jumbotron .container-tagline .contact-button{padding:.35rem .5rem;margin-top:6px;font-size:.75em}}.vertical-jumbotron-loading{margin-bottom:0;margin-top:124px;position:relative;height:500px;width:100%;overflow:visible;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}@media (min-width: 2560px){.vertical-jumbotron-loading{height:750px;margin-top:140px}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron-loading{height:650px;margin-top:135px}}@media (min-width: 1440px) and (max-width: 1919px){.vertical-jumbotron-loading{height:600px;margin-top:130px}}@media (max-width: 1024px){.vertical-jumbotron-loading{height:450px;margin-top:120px}}@media (max-width: 768px){.vertical-jumbotron-loading{height:400px;margin-top:108px}}@media (max-width: 480px){.vertical-jumbotron-loading{height:300px;margin-top:88px}}@media (max-width: 360px){.vertical-jumbotron-loading{height:250px;margin-top:80px}}.vertical-jumbotron-loading img{max-width:300px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));animation:logoFade 2s ease-in-out infinite;margin-top:250px}@media (min-width: 2560px){.vertical-jumbotron-loading img{max-width:450px}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron-loading img{max-width:400px}}@media (min-width: 1440px) and (max-width: 1919px){.vertical-jumbotron-loading img{max-width:350px}}@media (max-width: 1024px){.vertical-jumbotron-loading img{max-width:280px}}@media (max-width: 768px){.vertical-jumbotron-loading img{max-width:220px}}@media (max-width: 480px){.vertical-jumbotron-loading img{max-width:180px}}@media (max-width: 360px){.vertical-jumbotron-loading img{max-width:150px}}.vertical-jumbotron-error{margin-bottom:0;margin-top:124px;position:relative;height:500px;width:100%;overflow:visible;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}@media (min-width: 2560px){.vertical-jumbotron-error{height:750px;margin-top:140px}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron-error{height:650px;margin-top:135px}}@media (min-width: 1440px) and (max-width: 1919px){.vertical-jumbotron-error{height:600px;margin-top:130px}}@media (max-width: 1024px){.vertical-jumbotron-error{height:450px;margin-top:120px}}@media (max-width: 768px){.vertical-jumbotron-error{height:400px;margin-top:108px}}@media (max-width: 480px){.vertical-jumbotron-error{height:300px;margin-top:88px}}@media (max-width: 360px){.vertical-jumbotron-error{height:250px;margin-top:80px}}.vertical-jumbotron-error .error-message{margin-bottom:1rem;margin-top:250px}.vertical-jumbotron-error .error-message img{max-width:300px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}@media (min-width: 2560px){.vertical-jumbotron-error .error-message img{max-width:450px}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron-error .error-message img{max-width:400px}}@media (min-width: 1440px) and (max-width: 1919px){.vertical-jumbotron-error .error-message img{max-width:350px}}@media (max-width: 1024px){.vertical-jumbotron-error .error-message img{max-width:280px}}@media (max-width: 768px){.vertical-jumbotron-error .error-message img{max-width:220px}}@media (max-width: 480px){.vertical-jumbotron-error .error-message img{max-width:180px}}@media (max-width: 360px){.vertical-jumbotron-error .error-message img{max-width:150px}}.vertical-jumbotron-error .retry-button{background-color:#0b0b45;color:#313131;padding:.75rem 2rem;border-radius:25px;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:all .5s ease}.vertical-jumbotron-error .retry-button:hover{background-color:#0b0b45;transform:translateY(-2px)}@media (min-width: 2560px){.vertical-jumbotron-error .retry-button{padding:1rem 2.5rem;font-size:1.2rem}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron-error .retry-button{padding:.85rem 2.25rem;font-size:1.1rem}}@media (max-width: 768px){.vertical-jumbotron-error .retry-button{padding:.6rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.vertical-jumbotron-error .retry-button{padding:.5rem 1.2rem;font-size:.85rem}}@media (max-width: 360px){.vertical-jumbotron-error .retry-button{padding:.45rem 1rem;font-size:.8rem}}.vertical-jumbotron.no-data{display:flex;align-items:center;justify-content:center}.vertical-jumbotron.no-data .no-data-message{color:#000;font-size:1.2rem;text-align:center}@media (min-width: 2560px){.vertical-jumbotron.no-data .no-data-message{font-size:1.6rem}}@media (min-width: 1920px) and (max-width: 2559px){.vertical-jumbotron.no-data .no-data-message{font-size:1.4rem}}@media (max-width: 768px){.vertical-jumbotron.no-data .no-data-message{font-size:1.1rem}}@media (max-width: 480px){.vertical-jumbotron.no-data .no-data-message{font-size:1rem}}@media (max-width: 360px){.vertical-jumbotron.no-data .no-data-message{font-size:.9rem}}@media (prefers-reduced-motion: reduce){.slide,.container-tagline,.contact-button{transition:none!important}.contact-button:hover{transform:none!important}}@media (hover: none) and (pointer: coarse){.contact-button:hover{background-color:#0b0b45;transform:none;box-shadow:0 4px 12px #0000004d}.contact-button:active{background-color:#0b0b45;transform:scale(.98)}}@keyframes logoFade{0%,to{opacity:.7}50%{opacity:1}}@media (prefers-reduced-motion: reduce){.vertical-jumbotron-loading img{animation:none!important}}.ourservice-container{background:#f2efea;padding:5rem 0;width:100%;position:relative;min-height:90vh;z-index:15;background-image:url(https://images.unsplash.com/photo-1497366216548-37526070297c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed}@media (max-width: 1024px){.ourservice-container{padding:2rem 1rem}}@media (max-width: 768px){.ourservice-container{padding:2rem 1rem}}.ourservice-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#7e7e7ea6;z-index:1}.ourservice-container .service-wrapper{max-width:92vw;margin:0 auto;position:relative;z-index:2;background:#fff;box-shadow:0 2px 12px #0000001a;border-radius:1rem}.ourservice-container .service-wrapper .service-toggle{display:flex;justify-content:center;border-radius:1rem 1rem 0 0;padding:.5rem;gap:.5rem;border-bottom:1px solid #f0f0f0}.ourservice-container .service-wrapper .service-toggle .toggle-button{background:transparent;border:none;color:#666;padding:.8rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem}.ourservice-container .service-wrapper .service-toggle .toggle-button:hover{background:#0b0b451a;color:#0b0b45}.ourservice-container .service-wrapper .service-toggle .toggle-button.active{background:#0b0b45;color:#fff;box-shadow:0 2px 4px #0b0b454d}@media (max-width: 768px){.ourservice-container .service-wrapper .service-toggle .toggle-button{padding:.6rem 1rem;font-size:.8rem}}.ourservice-container .service-wrapper .service-toggle.single-service .toggle-button{flex:0 0 auto;min-width:200px}.ourservice-container .service-wrapper .loading-state,.ourservice-container .service-wrapper .no-service-state{padding:4rem 2rem;text-align:center;background:#fffffff2;border-radius:1rem;margin:2rem}.ourservice-container .service-wrapper .loading-state p,.ourservice-container .service-wrapper .no-service-state p{font-size:1.1rem;color:#666;margin:0}.ourservice-container .service-wrapper .cards-container{padding:2rem;border-radius:0 0 1rem 1rem;transition:all .3s ease}@media (max-width: 768px){.ourservice-container .service-wrapper .cards-container{padding:1rem}}.ourservice-container .service-wrapper .cards-container.fade-out{opacity:0;transform:translateY(10px)}.ourservice-container .service-wrapper .cards-container.fade-in{opacity:1;transform:translateY(0)}.ourservice-container .service-wrapper .cards-container .service-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}@media (max-width: 1024px){.ourservice-container .service-wrapper .cards-container .service-content{grid-template-columns:1fr;gap:1.5rem}}.ourservice-container .service-wrapper .cards-container .service-content .content-info h1{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}@media (max-width: 768px){.ourservice-container .service-wrapper .cards-container .service-content .content-info h1{font-size:1.5rem}}@media (max-width: 768px){.ourservice-container .service-wrapper .cards-container .service-content .content-info .container-tagline{width:100%}}.ourservice-container .service-wrapper .cards-container .service-content .content-info .container-tagline h3{font-size:1rem;color:#666;margin-bottom:1.5rem;line-height:1.5;font-weight:400}.ourservice-container .service-wrapper .cards-container .service-content .content-info .container-tagline .features-list{display:flex;flex-direction:column;gap:.75rem}.ourservice-container .service-wrapper .cards-container .service-content .content-info .container-tagline .features-list .feature-item{display:flex;align-items:center;gap:.5rem;color:#555;font-size:.9rem}.ourservice-container .service-wrapper .cards-container .service-content .content-info .container-tagline .features-list .feature-item:before{content:"✓";color:#0b0b45;font-weight:700}.ourservice-container .service-wrapper .cards-container .service-content .content-info .ourservice-button{margin-top:2rem}.ourservice-container .service-wrapper .cards-container .service-content .content-info .ourservice-button .btn{background:#0b0b45;color:#fff;border:2px solid #0b0b45;padding:.8rem 2rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.ourservice-container .service-wrapper .cards-container .service-content .content-info .ourservice-button .btn:hover{background:#0e2244;border-color:#0e2244;transform:translateY(-1px)}.ourservice-container .service-wrapper .cards-container .service-content .content-info .ourservice-button .btn:hover svg{transform:rotate(15deg)}.ourservice-container .service-wrapper .cards-container .service-content .content-info .ourservice-button .btn svg{transition:transform .3s ease}.ourservice-container .service-wrapper .cards-container .service-content .cards-section{min-width:0}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .coming-soon-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 2rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:2px dashed #f97316;border-radius:16px;text-align:center;min-height:280px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .coming-soon-box .coming-soon-icon{font-size:3rem;line-height:1}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .coming-soon-box .coming-soon-title{font-size:1.25rem;font-weight:700;color:#9a3412;margin:0}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .coming-soon-box .coming-soon-desc{font-size:.875rem;color:#c2410c;margin:0;max-width:260px;line-height:1.5}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}@media (max-width: 768px){.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-grid{grid-template-columns:1fr}}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper{display:flex;flex-direction:column;gap:.75rem}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-row{display:flex;flex-direction:row;align-items:center;gap:.5rem;width:100%}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-nav{flex:0 0 32px;width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;box-sizing:border-box;border-radius:50%;background:#fff;border:1.5px solid #ddd;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001a;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;color:#555;padding:0;line-height:1}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-nav svg{display:block;flex-shrink:0}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-nav:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-nav:not(:disabled):hover{background:#0b0b45;color:#fff;border-color:#0b0b45;box-shadow:0 2px 8px #0b0b4559}@media (max-width: 768px){.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-nav{flex:0 0 28px;width:28px;height:28px;min-width:28px;min-height:28px;max-width:28px;max-height:28px}}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .cards-slider{flex:1 1 0;min-width:0;overflow:hidden;--slider-step: calc(50% + 8px) }@media (max-width: 768px){.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .cards-slider{--slider-step: calc(100% + 1rem) }}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .cards-slider .cards-track{display:flex;gap:1rem;width:100%;transition:transform .42s cubic-bezier(.25,.46,.45,.94);will-change:transform;align-items:stretch}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .cards-slider .cards-track .slide-item{flex:0 0 calc(50% - .5rem);min-width:0;display:flex;flex-direction:column}@media (max-width: 768px){.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .cards-slider .cards-track .slide-item{flex:0 0 100%}}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .cards-slider .cards-track .slide-item .service-card{flex:1}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-dots{display:flex;justify-content:center;align-items:center;gap:6px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-dots .slider-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ccc;cursor:pointer;padding:0;transition:all .25s ease;flex-shrink:0}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-dots .slider-dot.active{background:#0b0b45;width:22px;border-radius:4px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .cards-slider-wrapper .slider-dots .slider-dot:hover:not(.active){background:#aaa}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;min-height:auto;height:100%}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-image{position:relative;aspect-ratio:16/9;overflow:hidden;flex-shrink:0}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-image:hover img{transform:scale(1.02)}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-image .brand-badge{position:absolute;top:8px;left:8px;background:#222222d9;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:600;z-index:3}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-image .available-rooms{position:absolute;bottom:8px;right:8px;background:#ffc107e6;color:#8b4513;padding:3px 8px;border-radius:12px;font-size:.625rem;font-weight:600}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content{padding:12px;display:flex;flex-direction:column;flex:1;justify-content:space-between}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .property-type-row{display:flex;align-items:center;gap:4px;margin-bottom:4px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .property-type-row .house-icon{font-size:.75rem}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .property-type-row .type-text{color:#666;font-size:.7rem;font-weight:500;margin-top:2px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .property-name{font-size:.875rem;font-weight:700;color:#333;margin-bottom:4px;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .location{color:#888;font-size:.75rem;margin-bottom:6px;font-weight:400}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .distance{color:#666;font-size:.7rem;margin-bottom:12px;display:flex;align-items:center;gap:4px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .distance .train-icon{font-size:.75rem;flex-shrink:0}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .pricing{margin-bottom:12px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .pricing .pricing-header{font-size:.7rem;color:#888;margin-bottom:2px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .pricing .current-price{font-size:.875rem;font-weight:700;color:#d32f2f;margin-bottom:8px}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .pricing .current-price .period{font-size:.625rem;color:#666;font-weight:400}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .card-button{margin-top:auto}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .card-button .detail-btn{width:100%;background:transparent;color:#0b0b45;border:1px solid #0b0b45;padding:.6rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .card-button .detail-btn:hover{background:#0b0b45;color:#fff;transform:translateY(-1px)}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .card-button .detail-btn svg{transition:transform .3s ease}.ourservice-container .service-wrapper .cards-container .service-content .cards-section .service-card .card-content .card-button .detail-btn:hover svg{transform:translate(2px)}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.chooseus-container{width:100%;overflow:hidden}.chooseus-marquee{background:#0b0b45;color:#fff;padding:1rem 2rem}.chooseus-marquee marquee{font-size:1.5rem;font-weight:600;letter-spacing:.5px}@media (max-width: 768px){.chooseus-marquee marquee{font-size:1.1rem}}.chooseus-fasilitas{background-color:#f2efea;padding:72px 2rem 64px}@media (max-width: 1024px){.chooseus-fasilitas{padding:56px 1.5rem 48px}}@media (max-width: 768px){.chooseus-fasilitas{padding:48px 1.25rem 40px}}.chooseus-fasilitas-inner{max-width:92vw;margin:0 auto}.chooseus-fasilitas-header{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.chooseus-fasilitas-header{margin-bottom:2rem}}.fasilitas-label{display:block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#b5a36a;margin-bottom:.75rem}.fasilitas-title{font-size:2.2rem;font-weight:800;color:#0b0b45;margin:0 0 1.25rem;line-height:1.2}@media (max-width: 1024px){.fasilitas-title{font-size:1.9rem}}@media (max-width: 768px){.fasilitas-title{font-size:1.55rem}}@media (max-width: 480px){.fasilitas-title{font-size:1.35rem}}.fasilitas-divider{width:48px;height:2.5px;background:#b5a36a;border-radius:2px;margin:0 auto}.fasilitas-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem 3.5rem}@media (max-width: 1024px){.fasilitas-grid{gap:2rem 2.5rem}}@media (max-width: 768px){.fasilitas-grid{gap:1.75rem 1.75rem}}@media (max-width: 480px){.fasilitas-grid{gap:1.5rem 1.25rem}}.fasilitas-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:default}.fasilitas-item img{width:52px;height:52px;object-fit:contain;filter:brightness(0) saturate(100%) invert(17%) sepia(40%) saturate(800%) hue-rotate(190deg) brightness(60%);transition:transform .25s ease,filter .25s ease}@media (max-width: 768px){.fasilitas-item img{width:40px;height:40px}}.fasilitas-item span{font-size:.88rem;font-weight:500;color:#2c2c2c;text-align:center;letter-spacing:.01em}@media (max-width: 768px){.fasilitas-item span{font-size:.8rem}}.fasilitas-item:hover img{transform:translateY(-4px);filter:brightness(0) saturate(100%) invert(17%) sepia(60%) saturate(600%) hue-rotate(190deg) brightness(55%)}.chooseus-pillars{background-color:#0b0b45;padding:0;border-radius:20px;max-width:92vw;width:92vw;margin:0 auto 72px}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.pillars-grid{grid-template-columns:1fr;min-height:auto}}.pillar-col{position:relative;padding:3.5rem 2.5rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;border-right:1px solid rgba(181,163,106,.25)}.pillar-col:last-child{border-right:none}@media (max-width: 1024px){.pillar-col{border-right:none;border-bottom:1px solid rgba(181,163,106,.25);padding:3rem 2rem}.pillar-col:last-child{border-bottom:none}}@media (max-width: 768px){.pillar-col{padding:2.5rem 1.5rem}}.pillar-number{display:block;font-size:2rem;font-weight:700;color:#b5a36a;margin-bottom:1.25rem;font-family:Georgia,serif;line-height:1}@media (max-width: 768px){.pillar-number{font-size:1.6rem}}.pillar-title{font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 1.1rem;line-height:1.3}@media (max-width: 1024px){.pillar-title{font-size:1.25rem}}@media (max-width: 768px){.pillar-title{font-size:1.1rem}}.pillar-desc{font-size:.9rem;color:#b5a36ad9;line-height:1.7;margin:0 0 1.75rem;flex:1}@media (max-width: 768px){.pillar-desc{font-size:.85rem}}.pillar-image-wrap{width:100%;border-radius:10px;overflow:hidden;margin-top:auto}.pillar-image-wrap img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-radius:10px;transition:transform .4s ease}.pillar-image-wrap:hover img{transform:scale(1.04)}@media (prefers-reduced-motion: reduce){.fasilitas-item:hover img,.pillar-image-wrap:hover img{transform:none}}.tagline-home-wrapper{width:100%;box-sizing:border-box;overflow:hidden;margin-top:35px}.tagline-home-container{background:linear-gradient(135deg,#f0f0f0,#eee);width:100%;margin:0;padding:4rem 0;position:relative;box-sizing:border-box}.tagline-home-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 15% 85%,rgba(11,11,69,.08) 0%,transparent 50%),radial-gradient(circle at 85% 15%,rgba(11,11,69,.05) 0%,transparent 50%);pointer-events:none}@media (max-width: 992px){.tagline-home-container{padding:3rem 0}}@media (max-width: 768px){.tagline-home-container{padding:2rem 0}}.tagline-home-content-wrapper{max-width:92vw;width:100%;margin:0 auto;padding:0 4vw;display:flex;flex-direction:row;align-items:center;gap:4rem;position:relative;z-index:1}@media (max-width: 992px){.tagline-home-content-wrapper{padding:0 2rem;gap:2rem}}@media (max-width: 768px){.tagline-home-content-wrapper{flex-direction:column;padding:0 1rem;gap:2rem}}.tagline-home-img{flex:1;max-width:45%;position:relative}.tagline-home-img img{width:100%;height:auto;display:block;border-radius:24px;object-fit:cover;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.tagline-home-img img:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040}.tagline-home-img:before{content:"";position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(45deg,#0b0b45,#15156e);border-radius:30px;z-index:-1;opacity:.1}@media (max-width: 768px){.tagline-home-img{max-width:100%}.tagline-home-img:before{top:-10px;left:-10px;right:10px;bottom:10px}}.tagline-home-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2rem}.tagline-home-content h1{font-size:3rem;font-weight:800;margin:0;line-height:1.2;background:linear-gradient(135deg,#0e2244,#15156e 60%,#0b0b45);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 992px){.tagline-home-content h1{font-size:2.5rem}}@media (max-width: 768px){.tagline-home-content h1{font-size:2rem;text-align:center}}.tagline-home-content h2{font-size:1.2rem;font-weight:500;margin:0;line-height:1.7;background:linear-gradient(135deg,#0b0b45,#15156e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 992px){.tagline-home-content h2{font-size:1.1rem}}@media (max-width: 768px){.tagline-home-content h2{font-size:1rem;text-align:center}}.tagline-home-content button{background:#0b0b45;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 14px #0b0b4540;position:relative;overflow:hidden}.tagline-home-content button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.tagline-home-content button:hover{background:#15156e;transform:translateY(-2px);box-shadow:0 8px 20px #0b0b454d}.tagline-home-content button:hover:before{left:100%}.tagline-home-content button:active{transform:translateY(0)}@media (max-width: 768px){.tagline-home-content button{align-self:center;margin-bottom:1rem;padding:.875rem 1.75rem;font-size:1rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.tagline-home-content-wrapper{text-align:center}}.headers-container{width:92vw;max-width:92vw;margin:0 auto 55px;box-sizing:border-box;padding:0 1rem;position:relative;z-index:10}@media (max-width: 1024px){.headers-container{padding:0 1.5rem;margin-top:25px;margin-bottom:40px}}@media (max-width: 768px){.headers-container{padding:0 1rem;margin-bottom:30px;margin-top:25px}}@media (max-width: 480px){.headers-container{padding:0 .75rem;margin-top:25px;margin-bottom:20px}}@media (max-width: 360px){.headers-container{margin-top:25px;padding:0 .5rem}}.headers-container .container-count{padding:15px;display:flex;align-items:stretch;background:#f2efea;border-radius:20px;box-shadow:0 8px 30px #0000001f;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:absolute;top:-50px;left:0;right:0;width:92vw;max-width:92vw;margin:0 auto}@media (max-width: 1024px){.headers-container .container-count{left:0;right:0;margin:0 auto;top:-60px;width:90%}}@media (max-width: 768px){.headers-container .container-count{position:static;transform:none;left:auto;right:auto;top:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin:0 0 2rem;width:100%;border-radius:16px;overflow:hidden}}@media (max-width: 360px){.headers-container .container-count{grid-template-columns:1fr;margin-bottom:1rem}}.headers-container .container-count .count-border{flex:1;display:flex;align-items:center;gap:14px;padding:1.5rem;border-right:1px solid rgba(0,0,0,.08);background:transparent;transition:background .2s ease}.headers-container .container-count .count-border:last-child{border-right:none}@media (max-width: 1024px){.headers-container .container-count .count-border{padding:1.25rem 1rem;gap:12px}}@media (max-width: 768px){.headers-container .container-count .count-border{padding:1.25rem 1rem;border-right:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);gap:10px}.headers-container .container-count .count-border:nth-child(2n){border-right:none}.headers-container .container-count .count-border:nth-last-child(-n+2){border-bottom:none}.headers-container .container-count .count-border:hover{transform:none;background:#0b0b4508}}@media (max-width: 360px){.headers-container .container-count .count-border{border-right:none;border-bottom:1px solid rgba(0,0,0,.08)}.headers-container .container-count .count-border:last-child{border-bottom:none}}.headers-container .container-count .count-border .count-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#0b0b45;border-radius:50%;color:#fff;flex-shrink:0}@media (max-width: 1024px){.headers-container .container-count .count-border .count-icon{width:42px;height:42px}.headers-container .container-count .count-border .count-icon svg{width:20px;height:20px}}@media (max-width: 768px){.headers-container .container-count .count-border .count-icon{width:38px;height:38px}.headers-container .container-count .count-border .count-icon svg{width:18px;height:18px}}@media (max-width: 480px){.headers-container .container-count .count-border .count-icon{width:34px;height:34px}.headers-container .container-count .count-border .count-icon svg{width:16px;height:16px}}@media (max-width: 360px){.headers-container .container-count .count-border .count-icon{width:30px;height:30px}.headers-container .container-count .count-border .count-icon svg{width:14px;height:14px}}.headers-container .container-count .count-border .count-content{display:flex;flex-direction:column;text-align:left;flex:1}.headers-container .container-count .count-border .count-content h2{color:#0b0b45;font-size:2rem;font-weight:700;margin:0;line-height:1.1}@media (max-width: 1024px){.headers-container .container-count .count-border .count-content h2{font-size:1.75rem}}@media (max-width: 768px){.headers-container .container-count .count-border .count-content h2{font-size:1.5rem}}@media (max-width: 480px){.headers-container .container-count .count-border .count-content h2{font-size:1.3rem}}@media (max-width: 360px){.headers-container .container-count .count-border .count-content h2{font-size:1.1rem}}.headers-container .container-count .count-border .count-content p{color:#0b0b45;font-size:.85rem;font-weight:600;margin:3px 0 0;line-height:1.3}@media (max-width: 1024px){.headers-container .container-count .count-border .count-content p{font-size:.8rem}}@media (max-width: 768px){.headers-container .container-count .count-border .count-content p{font-size:.78rem}}@media (max-width: 480px){.headers-container .container-count .count-border .count-content p{font-size:.72rem}}@media (max-width: 360px){.headers-container .container-count .count-border .count-content p{font-size:.68rem}}.headers-content{display:flex;flex-wrap:wrap;gap:3rem;align-items:center;position:relative;z-index:2}@media (max-width: 1024px){.headers-content{gap:2rem}}@media (max-width: 768px){.headers-content{flex-direction:column;gap:2rem}}@media (max-width: 480px){.headers-content{gap:1.5rem}}.headers-content-left{flex:1.2;min-width:300px}@media (max-width: 1024px){.headers-content-left{min-width:250px}}@media (max-width: 768px){.headers-content-left{min-width:100%;order:2}}.headers-content-left .content-header{margin-bottom:1.5rem}.headers-content-left .content-header .subtitle{display:inline-block;background:#0b0b45;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}@media (max-width: 768px){.headers-content-left .content-header .subtitle{font-size:.75rem;padding:.4rem .8rem}}.headers-content-left .content-header h1{color:#1a1a1a;font-size:2.2rem;font-weight:900;margin:1rem 0 .5rem;line-height:1.2}@media (max-width: 1024px){.headers-content-left .content-header h1{font-size:2rem}}@media (max-width: 768px){.headers-content-left .content-header h1{font-size:1.8rem;text-align:center}}@media (max-width: 480px){.headers-content-left .content-header h1{font-size:1.6rem}}@media (max-width: 360px){.headers-content-left .content-header h1{font-size:1.4rem}}.headers-content-left .content-header .title-underline{width:60px;height:4px;background:#0b0b45;border-radius:2px;margin-bottom:1rem}@media (max-width: 768px){.headers-content-left .content-header .title-underline{margin:0 auto 1rem}}.headers-content-left p{color:#333;line-height:1.7;text-align:justify;font-size:.95rem;margin-bottom:2rem}@media (max-width: 1024px){.headers-content-left p{font-size:.9rem;line-height:1.6}}@media (max-width: 768px){.headers-content-left p{text-align:left;font-size:.9rem;margin-bottom:1.5rem}}@media (max-width: 480px){.headers-content-left p{font-size:.85rem;line-height:1.5}}@media (max-width: 360px){.headers-content-left p{font-size:.8rem}}.headers-content-left .feature-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}@media (max-width: 480px){.headers-content-left .feature-highlights{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}}.headers-content-left .feature-highlights .feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffffb3;border-radius:12px;transition:all .3s ease}.headers-content-left .feature-highlights .feature-item:hover{background:#ffffffe6;transform:translateY(-2px)}.headers-content-left .feature-highlights .feature-item .feature-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0b0b45;border-radius:50%;color:#fff}@media (max-width: 480px){.headers-content-left .feature-highlights .feature-item .feature-icon{width:35px;height:35px;font-size:1.2rem}}.headers-content-left .feature-highlights .feature-item span{font-weight:600;color:#333;font-size:.9rem}@media (max-width: 480px){.headers-content-left .feature-highlights .feature-item span{font-size:.85rem}}.headers-content-left .action-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.headers-content-left .action-buttons{justify-content:center}}@media (max-width: 480px){.headers-content-left .action-buttons{flex-direction:column;gap:.75rem}}.headers-content-left .action-buttons .btn-primary,.headers-content-left .action-buttons .btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none}.headers-content-left .action-buttons .btn-primary .btn-icon,.headers-content-left .action-buttons .btn-secondary .btn-icon{width:18px;height:18px;transition:transform .3s ease}.headers-content-left .action-buttons .btn-primary:hover .btn-icon,.headers-content-left .action-buttons .btn-secondary:hover .btn-icon{transform:translate(3px)}@media (max-width: 480px){.headers-content-left .action-buttons .btn-primary,.headers-content-left .action-buttons .btn-secondary{padding:.875rem 1.25rem;font-size:.85rem;justify-content:center}}.headers-content-left .action-buttons .btn-primary{background:#0b0b45;color:#fff;box-shadow:0 4px 15px #0b0b454d}.headers-content-left .action-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0b0b4566}.headers-content-left .action-buttons .btn-secondary{background:#ffffffe6;color:#333;border:2px solid rgba(100,151,195,.2)}.headers-content-left .action-buttons .btn-secondary:hover{background:#fff;border-color:#6497c3;transform:translateY(-2px)}.headers-content-right{flex:1;min-width:300px;display:flex;justify-content:center;align-items:center;border-radius:8px;min-height:auto}@media (max-width: 1024px){.headers-content-right{min-width:250px;min-height:350px}}@media (max-width: 768px){.headers-content-right{min-width:100%;order:1;min-height:300px}}@media (max-width: 480px){.headers-content-right{min-height:250px}}@media (max-width: 360px){.headers-content-right{min-height:200px}}.headers-content-right .image-wrapper{position:relative;width:100%;max-width:450px;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000026}.headers-content-right .image-wrapper img{width:100%;height:auto;display:block;transition:transform .3s ease;object-fit:cover}.headers-content-right .image-wrapper img:hover{transform:scale(1.05)}@media (max-width: 768px){.headers-content-right .image-wrapper img:hover{transform:scale(1.02)}}.headers-content-right .image-wrapper .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0b0b451a;display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:opacity .3s ease}.headers-content-right .image-wrapper .image-overlay:hover{opacity:1}.headers-content-right .image-wrapper .image-overlay .overlay-content .badge{background:#fffffff2;color:#333;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.headers-content-right .image-wrapper .image-overlay{padding:1.5rem}}.additional-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;position:relative;z-index:2}@media (max-width: 1024px){.additional-info{margin-top:2.5rem;gap:1.25rem}}@media (max-width: 768px){.additional-info{margin-top:2rem;grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.additional-info{margin-top:1.5rem}}.additional-info .info-card{background:#fffc;padding:2rem 1.5rem;border-radius:16px;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.additional-info .info-card:hover{transform:translateY(-5px);background:#fffffff2;box-shadow:0 10px 25px #0000001a}@media (max-width: 1024px){.additional-info .info-card{padding:1.75rem 1.25rem}}@media (max-width: 768px){.additional-info .info-card{padding:1.5rem 1rem;border-radius:12px}.additional-info .info-card:hover{transform:translateY(-2px)}}@media (max-width: 480px){.additional-info .info-card{padding:1.25rem .75rem}}.additional-info .info-card .info-icon{font-size:2.5rem;margin-bottom:1rem;display:block}@media (max-width: 1024px){.additional-info .info-card .info-icon{font-size:2.25rem;margin-bottom:.875rem}}@media (max-width: 768px){.additional-info .info-card .info-icon{font-size:2rem;margin-bottom:.75rem}}@media (max-width: 480px){.additional-info .info-card .info-icon{font-size:1.75rem}}.additional-info .info-card h3{color:#333;font-size:1.2rem;font-weight:700;margin:0 0 .75rem;line-height:1.3}@media (max-width: 1024px){.additional-info .info-card h3{font-size:1.1rem;margin-bottom:.625rem}}@media (max-width: 768px){.additional-info .info-card h3{font-size:1rem}}@media (max-width: 480px){.additional-info .info-card h3{font-size:.95rem;margin-bottom:.5rem}}.additional-info .info-card p{color:#555;font-size:.9rem;line-height:1.6;margin:0}@media (max-width: 1024px){.additional-info .info-card p{font-size:.85rem;line-height:1.5}}@media (max-width: 768px){.additional-info .info-card p{font-size:.8rem}}@media (max-width: 480px){.additional-info .info-card p{font-size:.75rem;line-height:1.4}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(5deg)}50%{transform:translateY(-15px) rotate(0)}75%{transform:translateY(-5px) rotate(-5deg)}}.counting-container{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.1rem;color:#333}@media (max-width: 1024px){.counting-container{min-height:180px;font-size:1rem}}@media (max-width: 768px){.counting-container{min-height:150px;font-size:.95rem}}@media (max-width: 480px){.counting-container{min-height:120px;font-size:.9rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.count-border:hover,.headers-content-right img:hover{transform:none}.floating-shape{animation:none!important}.btn-primary:hover,.btn-secondary:hover,.info-card:hover,.feature-item:hover{transform:none}}@media print{.headers-container{max-width:none;padding:0;margin:0}.headers-content{flex-direction:column;gap:1rem}.container-count{position:static;transform:none;display:flex;flex-wrap:wrap}.background-decoration,.action-buttons{display:none}}.about-section{width:100%;padding:80px 0;background:transparent}@media (max-width: 1024px){.about-section{padding:60px 0}}@media (max-width: 768px){.about-section{padding:0 0 48px}}.about-container{max-width:92vw;margin:0 auto;padding:0 2vw;display:flex;align-items:center;gap:5rem}@media (max-width: 1024px){.about-container{gap:3rem;padding:0 1.5rem}}@media (max-width: 768px){.about-container{flex-direction:column;gap:2.5rem;padding:0 1.25rem}}.about-image-wrapper{flex:1;min-width:0;position:relative;padding-bottom:36px}.about-image-inner{border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #00000026}@media (max-width: 768px){.about-image-inner{border-radius:16px}}.about-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}@media (max-width: 768px){.about-img{aspect-ratio:16/9}}@media (max-width: 480px){.about-img{height:240px}}.about-badge{position:absolute;bottom:0;left:-30px;width:60%;background:#0b0b45;padding:1.1rem 1.25rem;display:flex;align-items:flex-start;gap:.875rem;border-radius:16px;box-shadow:0 8px 24px #0000002e;z-index:2}@media (max-width: 1024px){.about-badge{left:-20px;width:55%}}@media (max-width: 768px){.about-badge{left:-15;width:85%;padding:.9rem 1rem;border-radius:14px;bottom:-10px}}@media (max-width: 480px){.about-badge{width:90%}}.about-badge-icon{color:#b5a36a;flex-shrink:0;margin-top:2px}.about-badge-icon svg{width:24px;height:24px}@media (max-width: 768px){.about-badge-icon svg{width:20px;height:20px}}.about-badge-text{display:flex;flex-direction:column;gap:4px}.about-badge-text .badge-title{color:#fff;font-size:1rem;font-weight:700;line-height:1.3}@media (max-width: 768px){.about-badge-text .badge-title{font-size:.9rem}}.about-badge-text .badge-desc{color:#ffffffbf;font-size:.85rem;line-height:1.5}@media (max-width: 768px){.about-badge-text .badge-desc{font-size:.78rem}}.about-content{flex:1;min-width:0;display:flex;flex-direction:column}.about-label{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#b5a36a;margin-bottom:1rem;display:block}@media (max-width: 768px){.about-label{font-size:.72rem}}.about-title{font-size:2.4rem;font-weight:800;color:#0b0b45;line-height:1.2;margin:0 0 1.25rem}@media (max-width: 1024px){.about-title{font-size:2rem}}@media (max-width: 768px){.about-title{font-size:1.75rem}}@media (max-width: 480px){.about-title{font-size:1.5rem}}.about-divider{width:48px;height:3px;background-color:#b5a36a;border-radius:2px;margin-bottom:1.75rem}.about-desc{font-size:1rem;color:#555;line-height:1.75;margin:0 0 1.25rem}.about-desc:last-of-type{margin-bottom:2rem}@media (max-width: 1024px){.about-desc{font-size:.95rem}}@media (max-width: 768px){.about-desc{font-size:.9rem;line-height:1.65}}.about-btn{display:inline-flex;align-items:center;gap:10px;padding:.85rem 1.75rem;background:transparent;color:#2c2c2c;font-size:.95rem;font-weight:600;border:1.5px solid rgba(44,44,44,.35);border-radius:10px;cursor:pointer;transition:all .25s ease;align-self:flex-start}.about-btn .about-btn-icon{transition:transform .25s ease}.about-btn:hover{background:#0b0b45;color:#fff;border-color:#0b0b45}.about-btn:hover .about-btn-icon{transform:translate(4px)}@media (max-width: 768px){.about-btn{padding:.75rem 1.5rem;font-size:.9rem;align-self:stretch;justify-content:center}}@media (prefers-reduced-motion: reduce){.about-btn .about-btn-icon{transition:none}.about-btn:hover .about-btn-icon{transform:none}}.about-page{min-height:100vh;background:#f2efea;line-height:1.6;color:#2d3748;width:100%;position:relative;overflow-x:clip}.hero-section{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden;background-image:url(/assets/abouthero-6bZQ0v33.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/abouthero-6bZQ0v33.png);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;z-index:1}.hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000094;z-index:2;pointer-events:none}.hero-section>*{position:relative;z-index:3}@media (max-width: 768px){.hero-section{background-image:url(/assets/abouthero-6bZQ0v33.png)!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;min-height:60vh}.hero-section:before{display:none}}@media (max-width: 480px){.hero-section{min-height:50vh;background-image:url(/assets/abouthero-6bZQ0v33.png)!important;background-color:#0b0b45}}.hero-section .hero-content{max-width:900px;z-index:3;position:relative;margin-top:75px;padding:0 1.5rem}@media (max-width: 768px){.hero-section .hero-content{margin-top:60px;padding:0 1rem}}@media (max-width: 480px){.hero-section .hero-content{margin-top:50px}}.hero-section .hero-content .hero-title{font-size:2.5rem;font-weight:800;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.8);margin-bottom:.25rem}@media (max-width: 768px){.hero-section .hero-content .hero-title{font-size:1.6rem}}@media (max-width: 480px){.hero-section .hero-content .hero-title{font-size:1.4rem}}.hero-section .hero-content .hero-subtitle{font-size:1.5rem;font-weight:600;color:#ffffffd9;text-shadow:0 1px 4px rgba(0,0,0,.7);margin-bottom:1.25rem}@media (max-width: 768px){.hero-section .hero-content .hero-subtitle{font-size:.9rem}}.hero-section .hero-content .hero-description{color:#fffffff2;max-width:900px;margin:50px auto 0;text-shadow:0 1px 4px rgba(0,0,0,.7)}.hero-section .hero-content .hero-description p{margin:0;font-size:1.4rem;line-height:1.9;font-weight:600}@media (max-width: 768px){.hero-section .hero-content .hero-description p{font-size:.85rem}}@media (max-width: 480px){.hero-section .hero-content .hero-description p{font-size:.8rem}}.content-wrapper{width:100%;padding:0 2rem}section{margin-bottom:4rem}section .section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#0b0b45;margin-bottom:1.5rem;text-align:center}@media (max-width: 768px){section .section-title{text-align:left}}section .section-description{font-size:1.1rem;color:#718096;text-align:center;max-width:800px;margin:0 auto 2rem}@media (max-width: 768px){section .section-description{text-align:left}}.about-story{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;background:#0b0b45;color:#fff;margin-top:4rem}.about-story:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.about-story .story-content .story-text{font-size:1.1rem;margin-bottom:1.5rem;color:#ffffffeb;line-height:1.8}.about-story .story-content .story-text:last-child{margin-bottom:0}.about-story .story-content .story-text strong{color:#fff;font-weight:700}.why-choose-section{position:relative;padding:4rem 2rem;margin:4rem -2rem;width:calc(100% + 4rem);background:#f1e9d9}.why-choose-section>*{position:relative;max-width:1200px;margin-left:auto;margin-right:auto}.why-choose-section .section-title{color:#0b0b45}.why-choose-section .section-description{color:#2d3748}.why-choose-section .facilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.why-choose-section .facilities-grid .facility-item{border-radius:16px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e2e8f0}.why-choose-section .facilities-grid .facility-item:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.why-choose-section .facilities-grid .facility-item:hover{transform:translateY(-8px);box-shadow:0 10px 15px #0000001a}.why-choose-section .facilities-grid .facility-item .facility-icon{font-size:2.2rem;min-width:48px;flex-shrink:0}.why-choose-section .facilities-grid .facility-item .facility-text{display:flex;flex-direction:column;gap:.35rem}.why-choose-section .facilities-grid .facility-item .facility-text strong{font-size:1.05rem;font-weight:700;color:#0b0b45}.why-choose-section .facilities-grid .facility-item .facility-text span{font-size:.9rem;color:#718096;line-height:1.5}.why-choose-section .facilities-note{font-style:italic;color:#718096;text-align:center;font-size:1rem}.family-section{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;background:#0b0b45;margin-bottom:50px}.family-section:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.family-section .section-title{color:#f0e0c0}.family-section .family-content p{font-size:1.1rem;color:#ffffffe0;line-height:1.8;margin-bottom:1.5rem}.family-section .family-content p:last-child{margin-bottom:0}.mission-section{margin-top:2rem;text-align:center;margin-bottom:4rem}.mission-section .mission-content blockquote{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;background:#0b0b45;font-size:clamp(1.2rem,3vw,1.5rem);font-style:italic;font-weight:500;color:#fffffff2;margin:0;position:relative}.mission-section .mission-content blockquote:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.mission-section .mission-content blockquote:before{content:'"';font-size:4rem;color:#fff;position:absolute;top:-1rem;left:1rem;opacity:.4}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonials-section .testimonials-grid .testimonial-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.testimonials-section .testimonials-grid .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.testimonials-section .testimonials-grid .testimonial-card .testimonial-content p{font-size:1.1rem;color:#2d3748;margin-bottom:1.5rem;font-style:italic}.testimonials-section .testimonials-grid .testimonial-card .testimonial-content p:before{content:'"';color:#0b0b45;font-size:1.5rem;margin-right:.5rem}.testimonials-section .testimonials-grid .testimonial-card .testimonial-content p:after{content:'"';color:#0b0b45;font-size:1.5rem;margin-left:.5rem}.testimonials-section .testimonials-grid .testimonial-card .testimonial-author{color:#0b0b45;font-size:1rem}.testimonials-section .testimonials-grid .testimonial-card .testimonial-author strong{font-weight:600}.contact-section{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;background:#0b0b45}.contact-section:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.contact-section .contact-description{font-size:1.1rem;color:#ffffffeb;text-align:center;margin-bottom:3rem;font-weight:500}.contact-section .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.contact-section .contact-grid .contact-item{display:flex;align-items:center;gap:1rem;background:#fff;padding:2rem 1.5rem;border-radius:16px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease;border:2px solid transparent}.contact-section .contact-grid .contact-item:hover{transform:translateY(-3px);box-shadow:0 4px 6px #0000001a;border-color:#0b0b45}.contact-section .contact-grid .contact-item .contact-icon{font-size:2rem;min-width:40px;text-align:center;background:#0b0b45;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.contact-section .contact-grid .contact-item .contact-info{font-size:1rem;line-height:1.6;flex:1}.contact-section .contact-grid .contact-item .contact-info strong{color:#0b0b45;font-weight:600;font-size:1.1rem;display:block;margin-bottom:.25rem}.cta-section{text-align:center;padding:3rem 2rem;background:#0b0b45;border-radius:20px;box-shadow:0 10px 15px #0000001a}.cta-section .cta-content h3{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#fff;margin-bottom:1rem}.cta-section .cta-content p{font-size:1.2rem;color:#ffffffd9;margin-bottom:2rem}.cta-section .cta-content .cta-button-about{background:#0b0b45;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.cta-section .cta-content .cta-button-about:hover{background:#0b0b45;transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.cta-section .cta-content .cta-button-about:active{transform:translateY(0)}@media (max-width: 768px){.hero-section{min-height:70vh;padding:2rem 1rem;background-attachment:scroll}.why-choose-section{background-attachment:scroll;margin:3rem -1rem;width:calc(100% + 2rem);padding:3rem 1.25rem}.why-choose-section>*{padding:0;max-width:100%}.why-choose-section .section-title{text-align:center;font-size:1.6rem}.why-choose-section .section-description{text-align:center;font-size:1rem;margin:0 0 1.5rem}.why-choose-section .facilities-grid{grid-template-columns:1fr;gap:1rem}.content-wrapper{padding:0 1rem}section{margin-bottom:3rem}.facilities-grid,.testimonials-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.cta-section{padding:2rem 1rem}}@media (max-width: 480px){.hero-section{padding:1.5rem 1rem}.why-choose-section{margin:2rem 0;width:100%;padding:2rem 1rem}.why-choose-section>*{padding:0;max-width:100%}.why-choose-section .section-title{font-size:1.4rem;text-align:center}.why-choose-section .section-description{font-size:.9rem;text-align:center;margin:0 0 1.25rem}.why-choose-section .facilities-grid{grid-template-columns:1fr;gap:.85rem}.why-choose-section .facilities-grid .facility-item{padding:1rem;gap:.75rem}.why-choose-section .facilities-grid .facility-item .facility-icon{font-size:1.8rem;min-width:40px}.why-choose-section .facilities-grid .facility-item .facility-text strong{font-size:.95rem}.why-choose-section .facilities-grid .facility-item .facility-text span{font-size:.82rem}.about-story,.family-section,.contact-section{padding:1.5rem}.facility-item{padding:1rem!important}.testimonial-card{padding:1.5rem!important}.contact-grid{grid-template-columns:1fr;gap:1rem}.contact-grid .contact-item{padding:1.5rem 1rem!important}.contact-grid .contact-item .contact-icon{width:40px!important;height:40px!important;font-size:1.5rem!important}.contact-grid .contact-item .contact-info{font-size:.9rem!important}.contact-grid .contact-item .contact-info strong{font-size:1rem!important}.cta-button-about{padding:.8rem 1.5rem!important;font-size:1rem!important}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;overflow:hidden;margin-top:100px}.not-found__container{width:100%;max-width:1200px;padding:2rem;display:flex;justify-content:center;align-items:center;flex-direction:row;z-index:2;position:relative}@media (max-width: 992px){.not-found__container{flex-direction:column}}.not-found__content{flex:1;text-align:center;padding:2rem}@media (max-width: 768px){.not-found__content{padding:1rem}}.not-found__title{font-size:12rem;font-weight:800;margin:0;color:#0b0b45;line-height:1;letter-spacing:-5px;position:relative;text-shadow:2px 2px 10px rgba(0,0,0,.1)}@media (max-width: 768px){.not-found__title{font-size:8rem}}@media (max-width: 576px){.not-found__title{font-size:6rem;letter-spacing:-2px}}.not-found__title-animation{display:inline-block;color:#f5004ad8}.not-found__text{font-size:1.8rem;margin:1.5rem 0;color:#333}@media (max-width: 576px){.not-found__text{font-size:1.4rem;margin:1rem 0}}.not-found__details{margin:1.5rem 0;font-size:1.1rem;color:#333c;max-width:600px;margin:0 auto}@media (max-width: 576px){.not-found__details{font-size:1rem;margin:1rem auto}}.not-found__actions{margin-top:2.5rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}@media (max-width: 576px){.not-found__actions{margin-top:1.5rem;flex-direction:column}}.not-found__button{padding:.8rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;outline:none;box-shadow:0 4px 10px #0003}.not-found__button--primary{background-color:#0b0b45;color:#fff}.not-found__button--primary:hover{background-color:#638dffc7;transform:translateY(-2px);box-shadow:0 6px 15px #0b0b454d}.not-found__button--secondary{background-color:transparent;color:#0b0b45;border:2px solid #0b0b45}.not-found__button--secondary:hover{background-color:#0b0b451a;transform:translateY(-2px)}@media (max-width: 576px){.not-found__button{width:100%;margin:.5rem 0}}.not-found__decoration{flex:1;display:flex;justify-content:center;align-items:center;position:relative;height:400px}@media (max-width: 768px){.not-found__decoration{height:300px}}@media (max-width: 576px){.not-found__decoration{height:200px}}.not-found__shapes{position:relative;width:100%;height:100%}.not-found__shape{position:absolute;opacity:.8}.not-found__shape--circle{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#0b0b45,#638dff5e);top:20%;left:30%;animation:float 8s infinite ease-in-out}@media (max-width: 768px){.not-found__shape--circle{width:120px;height:120px}}@media (max-width: 576px){.not-found__shape--circle{width:80px;height:80px}}.not-found__shape--square{width:120px;height:120px;background:linear-gradient(135deg,#f5004ad8,#f5004a6e);right:20%;bottom:30%;animation:float 6s infinite ease-in-out;animation-delay:1s}@media (max-width: 768px){.not-found__shape--square{width:90px;height:90px}}@media (max-width: 576px){.not-found__shape--square{width:60px;height:60px}}.not-found__shape--triangle{width:0;height:0;border-left:100px solid transparent;border-right:100px solid transparent;border-bottom:180px solid rgba(11,11,69,.6);top:40%;right:40%;animation:rotate 20s infinite linear}@media (max-width: 768px){.not-found__shape--triangle{border-left:70px solid transparent;border-right:70px solid transparent;border-bottom:120px solid rgba(11,11,69,.6)}}@media (max-width: 576px){.not-found__shape--triangle{border-left:40px solid transparent;border-right:40px solid transparent;border-bottom:80px solid rgba(11,11,69,.6)}}.faq-main-container{width:100%;position:relative;padding:2rem;background:#f2efea;min-height:100vh}.faq-main-container .faq-container{width:100%;padding:2rem;font-family:Poppins,Segoe UI,sans-serif;min-height:100vh;margin-top:100px}.faq-main-container .faq-container .faq-header{text-align:center;margin-bottom:3rem}.faq-main-container .faq-container .faq-header .faq-icon{font-size:3rem;margin-bottom:1rem;animation:bounce 2s infinite}.faq-main-container .faq-container .faq-header h1{color:#0e2244;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(11,11,69,.08)}.faq-main-container .faq-container .faq-header p{color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.7}.faq-main-container .faq-container .faq-content .faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0b0b4514;overflow:hidden;transition:all .3s ease;border:1.5px solid #e2e8f0}.faq-main-container .faq-container .faq-content .faq-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0b0b451f;border-color:#0b0b4540}.faq-main-container .faq-container .faq-content .faq-item.active{border-color:#0b0b45;box-shadow:0 6px 20px #0b0b451f}.faq-main-container .faq-container .faq-content .faq-item.active .faq-question{background:#0b0b45;color:#fff}.faq-main-container .faq-container .faq-content .faq-item.active .faq-question .question-number{background:#ffffff2e;color:#fff}.faq-main-container .faq-container .faq-content .faq-item.active .faq-question .question-text{color:#fff}.faq-main-container .faq-container .faq-content .faq-item.active .faq-question .toggle-icon{background:#ffffff2e;color:#fff}.faq-main-container .faq-container .faq-content .faq-item.active .faq-answer{max-height:300px;padding:1.5rem;opacity:1}.faq-main-container .faq-container .faq-content .faq-item .faq-question{display:flex;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;background:linear-gradient(135deg,#f2efea,#f0f0f0);transition:all .3s ease;border-bottom:1px solid #e2e8f0}.faq-main-container .faq-container .faq-content .faq-item .faq-question .question-number{background:#0b0b45;color:#fff;font-weight:600;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:.85rem;flex-shrink:0;transition:all .3s ease}.faq-main-container .faq-container .faq-content .faq-item .faq-question .question-text{flex:1;font-weight:600;color:#0e2244;font-size:1rem;line-height:1.5}.faq-main-container .faq-container .faq-content .faq-item .faq-question .toggle-icon{width:30px;height:30px;border-radius:50%;background:#0b0b45;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem;transition:all .3s ease;margin-left:1rem;flex-shrink:0}.faq-main-container .faq-container .faq-content .faq-item .faq-answer{max-height:0;overflow:hidden;opacity:0;transition:all .35s ease;background:#fff}.faq-main-container .faq-container .faq-content .faq-item .faq-answer p{color:#1e293b;line-height:1.7;margin:0;font-size:.97rem}.faq-main-container .faq-container .faq-footer{text-align:center;margin-top:3rem;padding:2rem;background:#fff;border-radius:12px;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px #0b0b4514}.faq-main-container .faq-container .faq-footer p{color:#0e2244;font-size:1.05rem;margin-bottom:1.5rem;font-weight:500;line-height:1.6}.faq-main-container .faq-container .faq-footer .contact-btn{background:#0b0b45;color:#fff;border:none;padding:12px 28px;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #0b0b4540}.faq-main-container .faq-container .faq-footer .contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0b0b4552;background:#0b0b45}.faq-main-container .faq-container .faq-footer .contact-btn:active{transform:translateY(0)}@media (max-width: 768px){.faq-main-container .faq-container{padding:1rem;margin-top:80px}.faq-main-container .faq-container .faq-header{margin-bottom:2rem}.faq-main-container .faq-container .faq-header h1{font-size:1.8rem}.faq-main-container .faq-container .faq-header p{font-size:.95rem}.faq-main-container .faq-container .faq-content .faq-item .faq-question{padding:1rem}.faq-main-container .faq-container .faq-content .faq-item .faq-question .question-text{font-size:.95rem}.faq-main-container .faq-container .faq-content .faq-item .faq-question .question-number{width:28px;height:28px;font-size:.78rem;margin-right:.75rem}.faq-main-container .faq-container .faq-content .faq-item .faq-question .toggle-icon{width:26px;height:26px;font-size:1rem}.faq-main-container .faq-container .faq-content .faq-item.active .faq-answer{padding:1rem}.faq-main-container .faq-container .faq-footer{padding:1.5rem;margin-top:2rem}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}html{scroll-behavior:smooth}.faq-container::-webkit-scrollbar{width:8px}.faq-container::-webkit-scrollbar-track{background:#f2efea;border-radius:10px}.faq-container::-webkit-scrollbar-thumb{background:#15156e;border-radius:10px}.faq-container::-webkit-scrollbar-thumb:hover{background:#0b0b45}.contactus__hero{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden;background-image:url(/assets/contacthero-B4TBXBan.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.contactus__hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/contacthero-B4TBXBan.png);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;z-index:1}.contactus__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000094;z-index:2;pointer-events:none}.contactus__hero>*{position:relative;z-index:3}@media (max-width: 768px){.contactus__hero{min-height:70vh}.contactus__hero:before{display:none}}.contactus__hero-inner{width:100%;max-width:800px;margin:0 auto;padding:180px 2rem 80px;text-align:center;color:#fff}@media (max-width: 768px){.contactus__hero-inner{padding:140px 1.5rem 60px}}@media (max-width: 480px){.contactus__hero-inner{padding:120px 1rem 48px}}.contactus__hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb3;margin-bottom:16px;text-shadow:0 1px 4px rgba(0,0,0,.6)}.contactus__hero-title{font-size:clamp(1.8rem,3vw,3rem);font-weight:800;line-height:1.2;margin-bottom:18px;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.8)}.contactus__hero-desc{font-size:clamp(.9rem,1.2vw,1.1rem);line-height:1.7;color:#ffffffe0;max-width:600px;margin:0 auto;text-shadow:0 1px 4px rgba(0,0,0,.7)}.contactus__body{width:100%;padding:48px 4rem 72px;display:flex;flex-direction:column;gap:24px}@media (max-width: 768px){.contactus__body{padding:32px 14px 56px;gap:18px}}.contactus__card-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:36px 32px;box-shadow:0 1px 3px #00000012,0 1px 2px #0000000a}@media (max-width: 768px){.contactus__card-wrap{padding:24px 18px;border-radius:10px}}.contactus__section-title{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:24px;text-align:center;letter-spacing:.01em}.contactus__section-title--left{text-align:left}.contactus__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 860px){.contactus__cards{grid-template-columns:1fr;gap:12px}}.contactus__card{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.contactus__card:hover{box-shadow:0 4px 14px #00000014;border-color:#0b0b4538;transform:translateY(-2px)}.contactus__card-icon{flex-shrink:0;width:40px;height:40px;background:#eee;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#0b0b45}.contactus__card-icon svg{width:18px;height:18px}.contactus__card-body{display:flex;flex-direction:column;gap:3px;min-width:0}.contactus__card-label{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#64748b}.contactus__card-value{font-size:.9rem;font-weight:500;color:#1e293b;line-height:1.5;margin:0}.contactus__card-link{font-size:.82rem;font-weight:600;color:#0b0b45;text-decoration:none;margin-top:4px;transition:color .2s ease}.contactus__card-link:hover{color:#15156e}.contactus__split{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;align-items:start}@media (max-width: 800px){.contactus__split{grid-template-columns:1fr}}.contactus__map-col,.contactus__reach-col{display:flex;flex-direction:column}.contactus__map{border-radius:9px;overflow:hidden;border:1px solid #e2e8f0;height:300px}.contactus__map iframe{display:block}@media (max-width: 768px){.contactus__map{height:220px}}.contactus__reach-list{display:flex;flex-direction:column;gap:10px}.contactus__reach-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;text-decoration:none;color:#1e293b;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.contactus__reach-item:hover{box-shadow:0 4px 14px #00000014;border-color:#0b0b4538;transform:translate(3px)}.contactus__reach-item--wa .contactus__reach-icon{background:#eee;color:#25d366}.contactus__reach-icon{flex-shrink:0;width:38px;height:38px;background:#eee;color:#0b0b45;border-radius:9px;display:flex;align-items:center;justify-content:center}.contactus__reach-icon svg{width:17px;height:17px}.contactus__reach-title{display:block;font-size:.88rem;font-weight:600;color:#1e293b}.contactus__reach-sub{display:block;font-size:.78rem;color:#64748b;margin-top:1px}.contactus__socials{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media (max-width: 576px){.contactus__socials{flex-direction:column;gap:10px}}.contactus__social{display:inline-flex;align-items:center;gap:9px;padding:10px 20px;border-radius:8px;text-decoration:none;font-size:.86rem;font-weight:500;border:1px solid #e2e8f0;background:#f8fafc;color:#1e293b;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.contactus__social svg{width:17px;height:17px;flex-shrink:0}.contactus__social:hover{box-shadow:0 4px 14px #00000014;transform:translateY(-2px)}@media (max-width: 576px){.contactus__social{width:100%;padding:12px 16px;font-size:.9rem;border-radius:10px;justify-content:flex-start}.contactus__social svg{width:20px;height:20px}.contactus__social:hover{transform:none}}.contactus__social--ig:hover{border-color:#e1306c;color:#e1306c}.contactus__social--fb:hover{border-color:#1877f2;color:#1877f2}.contactus__social--tt:hover{border-color:#010101;color:#010101}@media (max-width: 576px){.contactus__social--ig{border-color:#e1306c4d}.contactus__social--fb{border-color:#1877f24d}.contactus__social--tt{border-color:#01010126}}.contactus__cta{background:#0b0b45;border-radius:14px;padding:44px 32px;text-align:center}@media (max-width: 768px){.contactus__cta{padding:32px 20px;border-radius:10px}}.contactus__cta-inner{max-width:500px;margin:0 auto}.contactus__cta-title{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:10px}@media (max-width: 768px){.contactus__cta-title{font-size:1.2rem}}.contactus__cta-desc{font-size:.93rem;color:#ffffffb8;line-height:1.7;margin-bottom:24px}.contactus__cta-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 28px;background:#fff;color:#0b0b45;font-size:.88rem;font-weight:600;border-radius:7px;text-decoration:none;transition:background .2s ease,transform .2s ease}.contactus__cta-btn:hover{background:#ffffffe6;transform:translateY(-1px)}.building-main-container{max-width:92vw;margin:150px auto 0;padding:0;overflow:hidden}@media (max-width: 576px){.building-main-container{margin-top:140px;max-width:100%;padding:0 12px}}.building-main-container .building-container{background:#fdfdfd;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000001a;margin-bottom:30px}@media (max-width: 768px){.building-main-container .building-container{border-radius:8px}}.building-main-container .error-container,.building-main-container .no-data-container{padding:40px;text-align:center}.building-main-container .error-container .error-message,.building-main-container .error-container .no-data-message,.building-main-container .no-data-container .error-message,.building-main-container .no-data-container .no-data-message{color:#666;font-size:16px}@media (max-width: 320px){.building-main-container .building-container .building-header{padding:10px}}.building-tabs{display:flex;gap:10px;margin-bottom:30px;border-bottom:1px solid #e0e0e0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.building-tabs::-webkit-scrollbar{display:none}@media (max-width: 768px){.building-tabs{gap:6px;margin-bottom:20px}}.building-tabs .building-tab{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:12px 24px;border:none;background:transparent;cursor:pointer;font-size:16px;font-weight:500;color:#666;border-bottom:3px solid transparent;transition:all .3s ease;white-space:nowrap;flex-shrink:0}@media (max-width: 768px){.building-tabs .building-tab{padding:10px 14px;font-size:14px;gap:5px}}@media (max-width: 480px){.building-tabs .building-tab{padding:8px 10px;font-size:13px}}.building-tabs .building-tab .building-icon{font-size:18px;flex-shrink:0}@media (max-width: 768px){.building-tabs .building-tab .building-icon{font-size:15px}}.building-tabs .building-tab .building-name{flex-shrink:0}.building-tabs .building-tab:hover{color:#333;background-color:#f5f5f5}.building-tabs .building-tab.active{color:#0b0b45;border-bottom-color:#0b0b45;background-color:#f8faf9}.building-tabs .building-tab.disabled{opacity:.6;cursor:not-allowed}.tab-badge{display:inline-flex;align-items:center;gap:3px;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;color:#fff;line-height:1.4;flex-shrink:0;white-space:nowrap}.tab-badge--maintenance{background:#f59e0b}.tab-badge--construction{background:#f97316}.tab-badge__icon{font-size:11px;line-height:1}@media (max-width: 400px){.tab-badge{padding:2px 4px}.tab-badge__text{display:none}}.building-header{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px}@media (max-width: 1024px){.building-header{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.building-header{padding:16px;gap:16px}}@media (max-width: 576px){.building-header{padding:12px;gap:12px}}.building-header .building-images .main-image{width:100%;height:400px;border-radius:8px;overflow:hidden;margin-bottom:10px}@media (max-width: 1024px){.building-header .building-images .main-image{height:300px}}@media (max-width: 768px){.building-header .building-images .main-image{height:260px}}@media (max-width: 576px){.building-header .building-images .main-image{height:220px;border-radius:6px;margin-bottom:8px}}.building-header .building-images .main-image img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .2s ease}.building-header .building-images .main-image img:hover{transform:scale(1.02)}.building-header .building-images .thumbnail-images{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media (max-width: 576px){.building-header .building-images .thumbnail-images{gap:6px}}.building-header .building-images .thumbnail-images img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform .2s ease}@media (max-width: 576px){.building-header .building-images .thumbnail-images img{border-radius:4px}}.building-header .building-images .thumbnail-images img:hover{transform:scale(1.05)}.building-header .building-info .building-name{font-size:1.75rem;font-weight:700;color:#333}@media (max-width: 576px){.building-header .building-info .building-name{font-size:1.25rem;margin-bottom:6px}}.building-header .building-info .building-address{color:#1b1b1b;font-size:1rem;margin-bottom:8px}@media (max-width: 576px){.building-header .building-info .building-address{margin-bottom:6px}}.building-header .building-info .building-description{color:#666;line-height:1.6;margin-bottom:20px;font-size:1rem;margin-top:12px}@media (max-width: 576px){.building-header .building-info .building-description{margin-bottom:12px;margin-top:8px}}.building-header .building-info .contact-manager-btn{display:inline-flex;align-items:center;gap:8px;background:#0b0b45;color:#fff;text-decoration:none;padding:12px 20px;border-radius:8px;font-size:15px;font-weight:600;transition:background .2s ease,transform .2s ease}@media (max-width: 768px){.building-header .building-info .contact-manager-btn{padding:10px 16px;font-size:14px;border-radius:6px}}@media (max-width: 576px){.building-header .building-info .contact-manager-btn{width:100%;justify-content:center;font-size:14px}}.building-header .building-info .contact-manager-btn:hover{background:#16166b;transform:translateY(-2px)}.building-header .building-info .contact-manager-btn__icon{font-size:18px;line-height:1}.facilities-section{padding:30px 20px;border-top:1px solid #f0f0f0}@media (max-width: 768px){.facilities-section{padding:24px 16px}}@media (max-width: 576px){.facilities-section{padding:20px 12px}}.facilities-section h2{font-size:22px;font-weight:600;color:#333;margin-bottom:20px}@media (max-width: 768px){.facilities-section h2{font-size:20px;margin-bottom:16px}}@media (max-width: 576px){.facilities-section h2{font-size:18px;margin-bottom:14px}}.facilities-section .facilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}@media (max-width: 768px){.facilities-section .facilities-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}}@media (max-width: 576px){.facilities-section .facilities-grid{grid-template-columns:1fr;gap:10px}}.facilities-section .facilities-grid .facility-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f2efea;border-radius:8px;transition:background-color .2s ease}@media (max-width: 768px){.facilities-section .facilities-grid .facility-item{padding:10px;gap:10px}}@media (max-width: 576px){.facilities-section .facilities-grid .facility-item{padding:8px 10px;border-radius:6px}}.facilities-section .facilities-grid .facility-item:hover{background:#e9ecef}.facilities-section .facilities-grid .facility-item .facility-icon{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:center;background:#eee;border-radius:8px;color:#0b0b45;flex-shrink:0}.facilities-section .facilities-grid .facility-item .facility-icon svg{width:18px;height:18px;display:block}@media (max-width: 768px){.facilities-section .facilities-grid .facility-item .facility-icon{width:28px;height:28px;min-width:28px;border-radius:6px}.facilities-section .facilities-grid .facility-item .facility-icon svg{width:16px;height:16px}}@media (max-width: 576px){.facilities-section .facilities-grid .facility-item .facility-icon{width:26px;height:26px;min-width:26px}.facilities-section .facilities-grid .facility-item .facility-icon svg{width:14px;height:14px}}.facilities-section .facilities-grid .facility-item .facility-text{color:#555;font-size:14px}@media (max-width: 768px){.facilities-section .facilities-grid .facility-item .facility-text{font-size:13px}}@media (max-width: 576px){.facilities-section .facilities-grid .facility-item .facility-text{font-size:12px}}.room-types-section{padding:30px 20px;border-top:1px solid #f0f0f0}@media (max-width: 768px){.room-types-section{padding:24px 16px}}@media (max-width: 576px){.room-types-section{padding:20px 12px}}.room-types-section h2{font-size:1.375rem;font-weight:600;color:#333;margin-bottom:20px}@media (max-width: 576px){.room-types-section h2{font-size:1.125rem;margin-bottom:14px}}.room-types-section .room-types-list{display:flex;flex-direction:column;gap:24px}@media (max-width: 768px){.room-types-section .room-types-list{gap:20px}}@media (max-width: 576px){.room-types-section .room-types-list{gap:16px}}.room-types-section .room-types-list .room-type-card{display:grid;grid-template-columns:28% 1fr 24%;gap:20px;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .3s ease}@media (max-width: 1024px){.room-types-section .room-types-list .room-type-card{grid-template-columns:28% 1fr 24%;gap:16px}}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card{grid-template-columns:1fr;gap:0}}.room-types-section .room-types-list .room-type-card:hover{box-shadow:0 4px 16px #0000001a}.room-types-section .room-types-list .room-type-card .room-image-gallery{display:flex;flex-direction:column;gap:8px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-image-gallery{gap:6px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image{position:relative;height:100%}@media (max-width: 1024px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image{height:100%}}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image{height:100%}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image{height:200px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .2s ease}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image img:hover{transform:scale(1.02)}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image .room-status-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:8px 16px;border-radius:8px;font-size:13px;font-weight:700;text-align:center;white-space:nowrap;box-shadow:0 2px 8px #00000040;letter-spacing:.3px;z-index:3}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image .room-status-overlay{font-size:11px;padding:6px 12px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image .availability-badge{position:absolute;bottom:8px;left:8px;background:#0b0b45e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;display:flex;align-items:center;gap:4px}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image .availability-badge.full{background:#b43232eb}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image .availability-badge{font-size:10px;padding:3px 6px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image .availability-badge .check-icon{font-size:9px}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-main-image .availability-badge .check-icon{font-size:8px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider{display:flex;align-items:center;gap:4px;padding:0 0 8px 8px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider{padding:0 0 6px 6px;gap:3px}}@media (max-width: 480px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider{padding:0 0 5px 5px;gap:2px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .thumb-nav{flex-shrink:0;width:20px;height:70px;background:#0b0b45;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .thumb-nav:hover:not(:disabled){background:#0e2244}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .thumb-nav:disabled{background:#ccc;cursor:default}@media (max-width: 1024px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .thumb-nav{height:60px}}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .thumb-nav{height:52px;width:18px;font-size:15px}}@media (max-width: 480px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .thumb-nav{height:44px;width:16px;font-size:13px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .room-thumbnail-images{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:4px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .room-thumbnail-images{gap:3px}}@media (max-width: 480px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .room-thumbnail-images{gap:3px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .room-thumbnail-images img{width:100%;height:70px;object-fit:cover;border-radius:4px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}@media (max-width: 1024px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .room-thumbnail-images img{height:60px}}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .room-thumbnail-images img{height:52px;border-radius:3px}}@media (max-width: 480px){.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .room-thumbnail-images img{height:44px;border-radius:3px}}.room-types-section .room-types-list .room-type-card .room-image-gallery .room-thumbnail-slider .room-thumbnail-images img:hover{transform:scale(1.05);border-color:#0b0b45}.room-types-section .room-types-list .room-type-card .room-info{padding:20px;display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-info{padding:16px;gap:14px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-info{padding:14px;gap:12px}}.room-types-section .room-types-list .room-type-card .room-info .room-header{display:flex;justify-content:space-between;align-items:center}.room-types-section .room-types-list .room-type-card .room-info .room-header .room-name{font-size:18px;font-weight:600;color:#333;margin:0}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-info .room-header .room-name{font-size:16px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-info .room-header .room-name{font-size:15px}}.room-types-section .room-types-list .room-type-card .room-info .room-specs{display:flex;gap:16px;font-size:14px;color:#666;flex-wrap:wrap}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-info .room-specs{gap:12px;font-size:13px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-info .room-specs{gap:8px;font-size:12px}}.room-types-section .room-types-list .room-type-card .room-info .room-specs span{position:relative;white-space:nowrap}.room-types-section .room-types-list .room-type-card .room-info .room-specs span:not(:last-child):after{content:"•";margin-left:8px;color:#ccc}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-info .room-specs span:not(:last-child):after{margin-left:6px}}.room-types-section .room-types-list .room-type-card .room-info .room-note{font-size:13px;color:#666;margin:0}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-info .room-note{font-size:12px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-info .room-note{font-size:11px}}.room-types-section .room-types-list .room-type-card .room-info .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-info .features-grid{gap:6px}}.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#555}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item{font-size:12px;gap:6px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item{font-size:11px}}.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item .feature-icon{width:26px;height:26px;min-width:26px;display:flex;align-items:center;justify-content:center;background:#eee;border-radius:6px;color:#0b0b45;flex-shrink:0}.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item .feature-icon svg{width:14px;height:14px;display:block}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item .feature-icon{width:24px;height:24px;min-width:24px}.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item .feature-icon svg{width:13px;height:13px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item .feature-icon{width:22px;height:22px;min-width:22px}.room-types-section .room-types-list .room-type-card .room-info .features-grid .feature-item .feature-icon svg{width:12px;height:12px}}.room-types-section .room-types-list .room-type-card .pricing-section{padding:10px;background:#f2efea;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:280px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section{padding:16px;height:auto;min-height:auto}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section{padding:14px;height:auto;min-height:auto}}.room-types-section .room-types-list .room-type-card .pricing-section .pricing-content{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .pricing-content{gap:14px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .pricing-content{gap:12px}}.room-types-section .room-types-list .room-type-card .pricing-section .duration-tabs{display:flex;margin-bottom:16px;border-radius:6px;overflow:hidden;border:1px solid #ddd;width:100%}.room-types-section .room-types-list .room-type-card .pricing-section .duration-tabs .duration-tab{position:relative;padding:6px 12px;border:none;border-right:1px solid #ddd;background:#fff;font-size:14px;font-weight:400;color:#333;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;white-space:nowrap;width:100%;justify-content:center}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .duration-tabs .duration-tab{padding:6px 12px;font-size:13px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .duration-tabs .duration-tab{padding:4px 8px;font-size:12px}}.room-types-section .room-types-list .room-type-card .pricing-section .duration-tabs .duration-tab:last-child{border-right:none}.room-types-section .room-types-list .room-type-card .pricing-section .duration-tabs .duration-tab .duration-text{font-weight:inherit}.room-types-section .room-types-list .room-type-card .pricing-section .duration-tabs .duration-tab:hover{background:#f2efea;color:#333}.room-types-section .room-types-list .room-type-card .pricing-section .duration-tabs .duration-tab.active{background:#0b0b45;color:#fff}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options{display:flex;flex-direction:column;gap:12px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options{gap:10px}}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .payment-label{display:inline-block;background:#e74c3c;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;margin-bottom:8px}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .payment-label{font-size:10px;padding:3px 6px;margin-bottom:6px}}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info{display:flex;flex-direction:column;gap:4px}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .original-price{font-size:12px;color:#999;text-decoration:line-through}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .original-price{font-size:11px}}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .current-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .current-price{gap:6px}}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .current-price .discount{background:#e74c3c;color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .current-price .discount{font-size:10px;padding:2px 4px}}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .current-price .price{font-size:16px;font-weight:700;color:#333}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .current-price .price{font-size:15px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .current-price .price{font-size:14px}}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .installment{font-size:11px;color:#15156e;font-weight:500}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .installment{font-size:10px}}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .total-hint{font-size:11px;color:#666;margin-top:2px}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .total-hint{font-size:10px}}.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .discount-info{font-size:11px;color:#15156e;font-weight:500;margin-top:2px}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .payment-options .payment-option .price-info .discount-info{font-size:10px}}.room-types-section .room-types-list .room-type-card .pricing-section .included-services{display:flex;flex-direction:column;gap:6px;margin-top:8px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .included-services{gap:5px;margin-top:6px}}.room-types-section .room-types-list .room-type-card .pricing-section .included-services .service-item{display:flex;align-items:center;gap:8px;font-size:12px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .included-services .service-item{font-size:11px;gap:6px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .included-services .service-item{font-size:10px}}.room-types-section .room-types-list .room-type-card .pricing-section .included-services .service-item.included{color:#15156e}.room-types-section .room-types-list .room-type-card .pricing-section .included-services .service-item.included .check-icon{color:#15156e;font-weight:700}.room-types-section .room-types-list .room-type-card .pricing-section .included-services .service-item.not-included{color:#e74c3c}.room-types-section .room-types-list .room-type-card .pricing-section .included-services .service-item.not-included .cross-icon{color:#e74c3c;font-weight:700}.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons{display:flex;flex-direction:column;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons{gap:8px;margin-top:auto;padding-top:10px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons{flex-direction:column;gap:6px}}.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .chat-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:1px solid #e0e0e0;background:#fff;border-radius:6px;font-size:13px;color:#555;cursor:pointer;transition:all .2s ease;text-decoration:none}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .chat-btn{padding:8px;font-size:12px;border-radius:4px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .chat-btn{padding:7px;font-size:11px}}.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .chat-btn:hover{border-color:#0b0b45;color:#0b0b45}.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .chat-btn .whatsapp-icon{font-size:14px}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .chat-btn .whatsapp-icon{font-size:12px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .chat-btn .whatsapp-icon{font-size:11px}}.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .select-btn{flex:1;padding:10px;background:#0b0b45;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease}@media (max-width: 768px){.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .select-btn{padding:8px;font-size:12px;border-radius:4px}}@media (max-width: 576px){.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .select-btn{padding:7px;font-size:11px}}.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .select-btn:hover:not(:disabled){background:#0e2244}.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .select-btn:disabled,.room-types-section .room-types-list .room-type-card .pricing-section .action-buttons .select-btn.full{background:#b0b8b4;color:#fff;cursor:not-allowed;opacity:.85}.room-types-section .no-rooms-message{text-align:center;padding:40px 20px;color:#666;font-size:16px}.location-section{padding:30px 20px;border-top:1px solid #f0f0f0}@media (max-width: 768px){.location-section{padding:24px 16px}}@media (max-width: 576px){.location-section{padding:20px 12px}}.location-section h2{font-size:22px;font-weight:600;color:#333;margin-bottom:20px}@media (max-width: 768px){.location-section h2{font-size:20px;margin-bottom:16px}}@media (max-width: 576px){.location-section h2{font-size:18px;margin-bottom:14px}}.location-section .location-map{margin-bottom:20px}.location-section .location-map iframe{border-radius:8px}@media (max-width: 768px){.location-section .location-map iframe{border-radius:6px;height:250px!important}}@media (max-width: 576px){.location-section .location-map iframe{border-radius:4px;height:200px!important}}.location-section .location-map .map-placeholder{background:#f0f0f0;height:200px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666}@media (max-width: 768px){.location-section .location-map .map-placeholder{height:180px;border-radius:6px}}@media (max-width: 576px){.location-section .location-map .map-placeholder{height:150px;border-radius:4px}}.location-section .location-map .map-placeholder .map-marker{font-size:24px;margin-bottom:8px}@media (max-width: 576px){.location-section .location-map .map-placeholder .map-marker{font-size:20px;margin-bottom:6px}}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999999999;cursor:pointer}@media (max-width: 768px){.image-modal{padding:10px}}.image-modal .image-modal-content{position:relative;max-width:90%;max-height:100%;cursor:default;display:flex;flex-direction:column;align-items:center;padding-top:40px}@media (max-width: 768px){.image-modal .image-modal-content{max-width:95%;max-height:95%}}.image-modal .image-modal-content img{width:100%;height:auto;object-fit:contain;border-radius:8px;max-width:800px;max-height:400px}@media (max-width: 768px){.image-modal .image-modal-content img{max-height:60vh;border-radius:6px}}@media (max-width: 576px){.image-modal .image-modal-content img{max-height:50vh;border-radius:4px}}.image-modal .image-modal-content .nav-arrow{position:fixed;padding-bottom:7px;top:50%;transform:translateY(-50%);background:#000000b3;color:#fff;border:none;font-size:58px;font-weight:700;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10001;-webkit-user-select:none;user-select:none;border:2px solid rgba(255,255,255,.2)}@media (max-width: 768px){.image-modal .image-modal-content .nav-arrow{font-size:46px;width:50px;height:50px}}@media (max-width: 576px){.image-modal .image-modal-content .nav-arrow{font-size:48px;width:45px;height:45px}}.image-modal .image-modal-content .nav-arrow:hover{background:#fff3;transform:translateY(-50%) scale(1.1);border-color:#fff6}.image-modal .image-modal-content .nav-arrow:active{transform:translateY(-50%) scale(.95)}.image-modal .image-modal-content .nav-arrow.nav-arrow-left{left:20px}@media (max-width: 768px){.image-modal .image-modal-content .nav-arrow.nav-arrow-left{left:15px}}@media (max-width: 576px){.image-modal .image-modal-content .nav-arrow.nav-arrow-left{left:10px}}.image-modal .image-modal-content .nav-arrow.nav-arrow-right{right:20px}@media (max-width: 768px){.image-modal .image-modal-content .nav-arrow.nav-arrow-right{right:15px}}@media (max-width: 576px){.image-modal .image-modal-content .nav-arrow.nav-arrow-right{right:10px}}.image-modal .image-modal-content .image-counter{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;z-index:10001;border:1px solid rgba(255,255,255,.2)}@media (max-width: 768px){.image-modal .image-modal-content .image-counter{top:15px;font-size:12px;padding:6px 12px}}@media (max-width: 576px){.image-modal .image-modal-content .image-counter{top:10px;font-size:11px;padding:5px 10px}}.image-modal .image-modal-content .image-modal-thumbnails{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;max-width:80%;overflow-x:auto;padding:10px 15px;background:#00000080;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.image-modal .image-modal-content .image-modal-thumbnails{bottom:15px;max-width:90%;padding:8px 12px;gap:6px}}@media (max-width: 576px){.image-modal .image-modal-content .image-modal-thumbnails{bottom:10px;max-width:95%;padding:6px 10px;gap:4px}}.image-modal .image-modal-content .image-modal-thumbnails::-webkit-scrollbar{height:4px}@media (max-width: 576px){.image-modal .image-modal-content .image-modal-thumbnails::-webkit-scrollbar{height:2px}}.image-modal .image-modal-content .image-modal-thumbnails::-webkit-scrollbar-track{background:transparent}.image-modal .image-modal-content .image-modal-thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.image-modal .image-modal-content .image-modal-thumbnails img{width:60px;height:45px;object-fit:cover;border-radius:6px;cursor:pointer;opacity:.6;transition:all .3s ease;border:2px solid transparent;flex-shrink:0}@media (max-width: 768px){.image-modal .image-modal-content .image-modal-thumbnails img{width:50px;height:38px;border-radius:4px}}@media (max-width: 576px){.image-modal .image-modal-content .image-modal-thumbnails img{width:45px;height:34px;border-radius:3px}}.image-modal .image-modal-content .image-modal-thumbnails img:hover{opacity:.8;transform:scale(1.05)}.image-modal .image-modal-content .image-modal-thumbnails img.active{opacity:1;border-color:#0b0b45;transform:scale(1.1);box-shadow:0 0 10px #2d5a4a80}@keyframes skeleton-loading{0%{background-color:#e2e5e7}50%{background-color:#f0f2f3}to{background-color:#e2e5e7}}.skeleton{background:linear-gradient(90deg,#e2e5e7 25%,#f0f2f3,#e2e5e7 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite ease-in-out;border-radius:4px;display:inline-block}.building-tabs .skeleton-tab{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;background:transparent;border-bottom:3px solid transparent;cursor:default}@media (max-width: 768px){.building-tabs .skeleton-tab{padding:10px 16px;gap:6px}}@media (max-width: 576px){.building-tabs .skeleton-tab{padding:8px 12px;width:48%}}.building-tabs .skeleton-tab .skeleton-icon{width:18px;height:18px;border-radius:50%}@media (max-width: 768px){.building-tabs .skeleton-tab .skeleton-icon{width:16px;height:16px}}.building-tabs .skeleton-tab .skeleton-text{height:16px;border-radius:4px}@media (max-width: 768px){.building-tabs .skeleton-tab .skeleton-text{height:14px}}@media (max-width: 576px){.building-tabs .skeleton-tab .skeleton-text{height:13px}}.skeleton-container .skeleton-title{border-radius:6px;margin-bottom:8px}.skeleton-container .skeleton-text{border-radius:4px;margin-bottom:4px}.skeleton-container .building-header .building-images .main-image .skeleton{border-radius:8px}@media (max-width: 576px){.skeleton-container .building-header .building-images .main-image .skeleton{border-radius:6px}}.skeleton-container .building-header .building-images .thumbnail-images .skeleton{border-radius:6px}@media (max-width: 576px){.skeleton-container .building-header .building-images .thumbnail-images .skeleton{border-radius:4px}}.skeleton-container .building-header .building-info .skeleton-banner{background:linear-gradient(90deg,#d0d0d0 25%,#e0e0e0,#d0d0d0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite ease-in-out;border-radius:8px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.skeleton-container .building-header .building-info .skeleton-banner{padding:14px 16px;border-radius:6px}}@media (max-width: 576px){.skeleton-container .building-header .building-info .skeleton-banner{padding:12px 14px;flex-direction:column;gap:8px}}.skeleton-container .building-header .building-info .skeleton-banner .promo-content .skeleton{background:#ffffff4d}.skeleton-container .facilities-section .skeleton-facility{padding:12px;background:#f2efea;border-radius:8px;display:flex;align-items:center;gap:12px}@media (max-width: 768px){.skeleton-container .facilities-section .skeleton-facility{padding:10px;gap:10px}}@media (max-width: 576px){.skeleton-container .facilities-section .skeleton-facility{padding:8px 10px;border-radius:6px}}.skeleton-container .facilities-section .skeleton-facility .skeleton-icon{width:20px;height:20px;border-radius:50%;flex-shrink:0}@media (max-width: 768px){.skeleton-container .facilities-section .skeleton-facility .skeleton-icon{width:18px;height:18px}}@media (max-width: 576px){.skeleton-container .facilities-section .skeleton-facility .skeleton-icon{width:16px;height:16px}}.skeleton-container .room-types-section .skeleton-room-card{border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#fff}.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-main-image{position:relative;height:100%}@media (max-width: 1024px){.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-main-image{height:180px}}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-main-image{height:220px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-main-image{height:200px}}.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-main-image .skeleton{border-radius:8px}.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-thumbnail-images{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:0 0 8px 8px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-thumbnail-images{display:none}}.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-thumbnail-images .skeleton{border-radius:4px}@media (max-width: 1024px){.skeleton-container .room-types-section .skeleton-room-card .room-image-gallery .room-thumbnail-images .skeleton{height:60px}}.skeleton-container .room-types-section .skeleton-room-card .room-info{padding:20px;display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .room-info{padding:16px;gap:14px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .room-info{padding:14px;gap:12px}}.skeleton-container .room-types-section .skeleton-room-card .room-info .skeleton-specs{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .room-info .skeleton-specs{gap:12px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .room-info .skeleton-specs{gap:8px}}.skeleton-container .room-types-section .skeleton-room-card .room-info .skeleton-specs .skeleton{height:14px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .room-info .skeleton-specs .skeleton{height:13px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .room-info .skeleton-specs .skeleton{height:12px}}.skeleton-container .room-types-section .skeleton-room-card .room-info .features-grid .skeleton-feature{display:flex;align-items:center;gap:8px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .room-info .features-grid .skeleton-feature{gap:6px}}.skeleton-container .room-types-section .skeleton-room-card .room-info .features-grid .skeleton-feature .skeleton-icon{width:16px;height:16px;border-radius:50%;flex-shrink:0}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .room-info .features-grid .skeleton-feature .skeleton-icon{width:14px;height:14px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .room-info .features-grid .skeleton-feature .skeleton-icon{width:12px;height:12px}}.skeleton-container .room-types-section .skeleton-room-card .room-info .features-grid .skeleton-feature .skeleton{height:13px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .room-info .features-grid .skeleton-feature .skeleton{height:12px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .room-info .features-grid .skeleton-feature .skeleton{height:11px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing{padding:20px;background:#f2efea;display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing{padding:16px;gap:14px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing{padding:14px;gap:12px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs{display:flex;background:#fff;border-radius:6px;overflow:hidden;border:1px solid #e0e0e0}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs{border-radius:4px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs .skeleton-duration-tab{flex:1;height:32px;border-radius:0}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs .skeleton-duration-tab{height:28px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs .skeleton-duration-tab{height:26px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs .skeleton-duration-tab:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs .skeleton-duration-tab:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs .skeleton-duration-tab:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .duration-tabs .skeleton-duration-tab:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .payment-options .payment-option .price-info{display:flex;flex-direction:column;gap:4px}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .payment-options .payment-option .price-info .current-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .payment-options .payment-option .price-info .current-price{gap:6px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services{display:flex;flex-direction:column;gap:6px;margin-top:8px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services{gap:5px;margin-top:6px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services .service-item{display:flex;align-items:center;gap:8px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services .service-item{gap:6px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services .service-item .skeleton-icon{width:12px;height:12px;border-radius:50%;flex-shrink:0}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services .service-item .skeleton-icon{width:11px;height:11px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services .service-item .skeleton-icon{width:10px;height:10px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services .service-item .skeleton{height:12px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services .service-item .skeleton{height:11px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .included-services .service-item .skeleton{height:10px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .action-buttons{display:flex;flex-direction:column;gap:8px;margin-top:12px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .action-buttons{gap:6px;margin-top:10px}}.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .action-buttons .skeleton-button{height:36px;border-radius:6px}@media (max-width: 768px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .action-buttons .skeleton-button{height:32px;border-radius:4px}}@media (max-width: 576px){.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing .action-buttons .skeleton-button{height:30px}}.skeleton-container .location-section .location-map{margin-bottom:20px}.skeleton-container .location-section .location-map .skeleton{border-radius:8px}@media (max-width: 768px){.skeleton-container .location-section .location-map .skeleton{border-radius:6px}}@media (max-width: 576px){.skeleton-container .location-section .location-map .skeleton{border-radius:4px}}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite linear}.skeleton-container{opacity:.8;animation:skeleton-pulse 2s infinite ease-in-out}@keyframes skeleton-pulse{0%,to{opacity:.8}50%{opacity:.9}}@media (max-width: 320px){.skeleton-container .building-header .building-images .thumbnail-images{gap:4px}.skeleton-container .facilities-section .skeleton-facility{padding:6px 8px;gap:8px}.skeleton-container .facilities-section .skeleton-facility .skeleton-icon{width:14px;height:14px}.skeleton-container .room-types-section .skeleton-room-card .room-info,.skeleton-container .room-types-section .skeleton-room-card .skeleton-pricing{padding:12px;gap:10px}}.step-indicator{display:flex;width:100%;padding:.5rem 1.5rem;pointer-events:none}.step-indicator .step{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;opacity:.45;transition:opacity .3s ease;min-width:0}.step-indicator .step:not(:last-child):after{content:"";position:absolute;top:12px;left:calc(50% + 13px);right:calc(-50% + 13px);height:2px;background:#ffffff4d;z-index:0;pointer-events:none;transition:background .3s ease}.step-indicator .step.active{opacity:1}.step-indicator .step.active span{background:#fff;color:#0b0b45;border-color:#fff;box-shadow:0 3px 10px #00000040;transform:scale(1.08)}.step-indicator .step.active:not(:last-child):after{background:#ffffffa6}.step-indicator .step span{position:relative;z-index:1;width:26px;height:26px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.78rem;margin-bottom:.3rem;border:2px solid rgba(255,255,255,.4);transition:all .3s ease;flex-shrink:0}.step-indicator .step p{margin:0;font-size:.68rem;font-weight:600;text-align:center;white-space:nowrap;letter-spacing:.01em}@media (max-width: 600px){.step-indicator{padding:.4rem .75rem}.step-indicator .step p{font-size:.6rem;white-space:normal;word-break:break-word;line-height:1.2;max-width:100%}}@media (max-width: 420px){.step-indicator{padding:.35rem .4rem}.step-indicator .step span{width:22px;height:22px;font-size:.7rem;margin-bottom:.2rem}.step-indicator .step:not(:last-child):after{top:10px;left:calc(50% + 11px);right:calc(-50% + 11px)}.step-indicator .step p{font-size:.55rem;white-space:normal;word-break:break-word;line-height:1.2;max-width:100%}}@media (max-width: 320px){.step-indicator{padding:.3rem .25rem}.step-indicator .step p{display:none}}.step-1{width:100%;max-width:none}.step-1 h2{text-align:center;color:#0e2244;font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;text-shadow:0 2px 4px rgba(11,11,69,.1)}.step-1 .bfs-card{background:#fff;border:1px solid #eeeeee;border-radius:14px;margin-bottom:1.25rem;overflow:hidden;box-shadow:0 2px 12px #0b0b4514}.step-1 .bfs-card__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#0b0b45;color:#fff;font-size:.9rem;font-weight:700}.step-1 .bfs-card__header-icon{flex-shrink:0;opacity:.9}.step-1 .bfs-card__body{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.125rem 1.25rem}@media (max-width: 480px){.step-1 .bfs-card__body{padding:.875rem 1rem;gap:.75rem}}.step-1 .bfs-field{display:flex;flex-direction:column;gap:.3rem}.step-1 .bfs-field__label{display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.04em}.step-1 .bfs-field__label svg{color:#0b0b45;flex-shrink:0}.step-1 .bfs-field__required{color:#ef4444;font-size:.85em}.step-1 .bfs-field__auto-badge{margin-left:auto;background:#eee;color:#0e2244;border-radius:20px;padding:.1rem .55rem;font-size:.68rem;font-weight:600;text-transform:none;letter-spacing:0}.step-1 .bfs-field__input-wrap{position:relative;display:flex;align-items:center}.step-1 .bfs-field__unit{position:absolute;right:.75rem;font-size:.8rem;color:#6b7280;pointer-events:none}.step-1 .bfs-field__input{width:100%;padding:.6rem .875rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;color:#111827;transition:border-color .18s,box-shadow .18s}.step-1 .bfs-field__input:focus{outline:none;border-color:#0b0b45;box-shadow:0 0 0 3px #0b0b451f}.step-1 .bfs-field__input--error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.step-1 .bfs-field__input--disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed;border-style:dashed}.step-1 .bfs-field__hint{font-size:.72rem;color:#9ca3af;line-height:1.3}.step-1 .bfs-field__error{font-size:.72rem;color:#ef4444;font-weight:500}.step-1 .bfs-field__yearly-info{display:flex;flex-direction:column;gap:.3rem}.step-1 .bfs-field__yearly-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;background:linear-gradient(135deg,#f5f5f5,#eee);border:1.5px solid #d0d0d0;border-radius:8px;font-size:.9rem;font-weight:700;color:#0e2244;letter-spacing:.01em;width:100%}.step-1 .bfs-field__yearly-badge:before{content:"🔒";font-size:.85em}.step-1 .room-card{background:linear-gradient(145deg,#f5f5f5,#f5f5f5);border-radius:16px;padding:1.25rem;margin-bottom:1.25rem;box-shadow:0 6px 20px #0b0b451a;border:1px solid #e0e0e0;overflow:hidden;position:relative}.step-1 .room-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#0b0b45}.step-1 .room-card .room-top-section{display:grid;grid-template-columns:260px 1fr;gap:1.25rem;width:100%}@media (max-width: 1024px){.step-1 .room-card .room-top-section{grid-template-columns:1fr;gap:1rem}}.step-1 .room-card .room-image-section .main-image-container{position:relative;margin-bottom:.5rem}.step-1 .room-card .room-image-section .main-image-container .room-image{width:100%;height:210px;object-fit:cover;border-radius:15px;box-shadow:0 8px 25px #0b0b4526;transition:transform .3s ease}.step-1 .room-card .room-image-section .main-image-container .room-image:hover{transform:scale(1.02)}.step-1 .room-card .room-image-section .main-image-container .room-type-badge{position:absolute;top:15px;left:15px;background:#0b0b45;color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:.85rem;box-shadow:0 4px 15px #0b0b454d}.step-1 .room-card .room-image-section .thumbnail-slider{display:flex;align-items:center;gap:.4rem}.step-1 .room-card .room-image-section .thumbnail-slider .thumb-nav{flex-shrink:0;width:22px;height:60px;background:#0b0b45;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s}.step-1 .room-card .room-image-section .thumbnail-slider .thumb-nav:hover:not(:disabled){background:#0e2244}.step-1 .room-card .room-image-section .thumbnail-slider .thumb-nav:disabled{background:#ccc;cursor:default}@media (max-width: 768px){.step-1 .room-card .room-image-section .thumbnail-slider .thumb-nav{height:45px;width:20px;font-size:16px}}@media (max-width: 480px){.step-1 .room-card .room-image-section .thumbnail-slider .thumb-nav{height:40px;width:18px;font-size:14px}}.step-1 .room-card .room-image-section .thumbnail-slider .thumbnail-images{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.step-1 .room-card .room-image-section .thumbnail-slider .thumbnail-images .thumbnail{width:100%;height:60px;object-fit:cover;border-radius:8px;cursor:pointer;opacity:.7;transition:all .3s ease;border:2px solid transparent;box-shadow:0 2px 8px #0b0b451a}.step-1 .room-card .room-image-section .thumbnail-slider .thumbnail-images .thumbnail:hover{opacity:1;transform:translateY(-2px);box-shadow:0 4px 15px #0b0b4533}.step-1 .room-card .room-facilities-section h3{color:#0e2244;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.step-1 .room-card .room-facilities-section h3:before{content:"🏠";font-size:1.1em}.step-1 .room-card .room-facilities-section .facilities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ebebeb;border-radius:10px;transition:all .3s ease}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item:hover{background:#e0e0e0;transform:translate(5px)}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item .facility-icon{width:22px;height:20px;background:#15156e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item span{color:#0e2244;font-weight:500;font-size:15px;width:100%}.step-1 .room-card .room-facilities-section .no-facilities{color:#6b7280;font-style:italic;margin-bottom:1.5rem}.step-1 .room-card .room-facilities-section .room-specs{display:flex;gap:1rem}.step-1 .room-card .room-facilities-section .room-specs .spec-item{background:#ebebeb;padding:.5rem;border-radius:12px;text-align:center;flex:1;border:1px solid #e0e0e0}.step-1 .room-card .room-facilities-section .room-specs .spec-item .spec-label{display:block;font-size:.8rem;color:#0b0b45;font-weight:500;margin-bottom:.25rem}.step-1 .room-card .room-facilities-section .room-specs .spec-item .spec-value{display:block;font-size:1rem;color:#0e2244;font-weight:700}.step-1 .rps-card{background:#fff;border:1px solid #eeeeee;border-radius:14px;margin-bottom:1.25rem;overflow:hidden;box-shadow:0 2px 12px #0b0b4514}.step-1 .rps-card__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#0b0b45;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.01em}.step-1 .rps-card__header-icon{flex-shrink:0;opacity:.9}.step-1 .rps-card__badge{margin-left:auto;background:#ffffff38;border:1px solid rgba(255,255,255,.35);border-radius:20px;padding:.2rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.02em}.step-1 .rps-card__body{display:grid;grid-template-columns:1fr auto 1fr;gap:0;padding:1.125rem 1.25rem}@media (max-width: 600px){.step-1 .rps-card__body{grid-template-columns:1fr;padding:1rem}}.step-1 .rps-card__footer{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.625rem 1.25rem;background:#f5f5f5;border-top:1px solid #eeeeee;font-size:.8rem}.step-1 .rps-card__building-name{font-weight:700;color:#0e2244}.step-1 .rps-card__building-addr{color:#6b7280}.step-1 .rps-card__building-addr:before{content:"·";margin-right:.5rem}.step-1 .rps-separator{width:1px;background:#eee;margin:0 1.25rem}@media (max-width: 600px){.step-1 .rps-separator{width:100%;height:1px;margin:.875rem 0}}.step-1 .rps-block__title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0b0b45;margin:0 0 .625rem}.step-1 .rps-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.35rem 0;font-size:.85rem;border-bottom:1px dashed #e5e7eb}.step-1 .rps-row:last-of-type{border-bottom:none}.step-1 .rps-row span:first-child{color:#6b7280}.step-1 .rps-row span:last-child{color:#111827;font-weight:500;text-align:right}.step-1 .rps-row__highlight{color:#0b0b45!important;font-weight:700!important}.step-1 .rps-row--discount span:first-child{color:#0e2244}.step-1 .rps-row--discount span:last-child{color:#0b0b45!important;font-weight:600!important}.step-1 .rps-row--discount em{font-style:normal;font-size:.75rem;opacity:.8}.step-1 .rps-row--sub{font-size:.78rem}.step-1 .rps-row--sub span:first-child{color:#9ca3af}.step-1 .rps-row--sub span:last-child{color:#9ca3af!important;font-weight:400!important}.step-1 .rps-total{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f5f5f5,#eee);border:1.5px solid #d0d0d0;border-radius:10px}.step-1 .rps-total__label{font-size:.82rem;font-weight:700;color:#0e2244;text-transform:uppercase;letter-spacing:.04em}.step-1 .rps-total__amount{font-size:1.35rem;font-weight:800;color:#0b0b45;letter-spacing:-.01em}@media (max-width: 480px){.step-1 .rps-total__amount{font-size:1.15rem}}.step-1 .rps-saving{margin-top:.625rem;padding:.5rem .75rem;background:#f0f4ff;border-left:3px solid #15156e;border-radius:0 6px 6px 0;font-size:.8rem;color:#0e2244}.step-1 .rps-saving strong{color:#0b0b45}.uac-card{background:#fff;border:1px solid #eeeeee;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0b0b4514}.uac-card__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#0b0b45;color:#fff;font-size:.9rem;font-weight:700}.uac-card__header-icon{flex-shrink:0;opacity:.9}.uac-card__body{display:grid;grid-template-columns:repeat(2,1fr);gap:0}@media (max-width: 480px){.uac-card__body{grid-template-columns:1fr}}.uac-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border-bottom:1px solid #eeeeee;border-right:1px solid #eeeeee}.uac-item:nth-child(2n){border-right:none}.uac-item:nth-last-child(-n+2){border-bottom:none}@media (max-width: 480px){.uac-item{border-right:none}.uac-item:nth-last-child(-n+2){border-bottom:1px solid #eeeeee}.uac-item:last-child{border-bottom:none}}.uac-item__icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#eee);border:1px solid #e0e0e0;border-radius:8px;color:#0b0b45}.uac-item__data{flex:1;min-width:0}.uac-item__label{display:block;font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.uac-item__value{display:block;font-size:.875rem;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uac-item__value--badge{display:inline-block;padding:.15rem .6rem;border-radius:20px;background:#f3f4f6;color:#374151;font-size:.78rem}.uac-item__value--active{background:#eee!important;color:#0e2244!important}@media (max-width: 1200px){.step-1 .room-card .room-top-section{grid-template-columns:220px 1fr;gap:1rem}.step-1 .room-card .room-image-section .room-image{height:170px}}@media (max-width: 1024px){.step-1 .room-card .room-top-section{grid-template-columns:1fr;gap:1.5rem}.step-1 .room-card .room-top-section .room-image-section{order:1}.step-1 .room-card .room-top-section .room-image-section .main-image-container .room-image{height:250px;width:100%;max-width:400px;margin:0 auto;display:block}.step-1 .room-card .room-top-section .room-image-section .thumbnail-slider{max-width:400px;margin:0 auto}.step-1 .room-card .room-top-section .room-image-section .thumbnail-slider .thumbnail{height:50px}.step-1 .room-card .room-top-section .room-facilities-section{order:2}.step-1 .room-card .room-top-section .room-facilities-section .facilities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.step-1 h2{font-size:1.3rem;margin-bottom:1rem}.step-1 .room-card{padding:1rem;margin-bottom:1rem}.step-1 .room-card .room-image-section .main-image-container .room-image{height:220px}.step-1 .room-card .room-image-section .thumbnail-images .thumbnail{height:45px}.step-1 .room-card .room-facilities-section .facilities-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item{padding:.6rem}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item .facility-icon{width:18px;height:18px;font-size:.6rem}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item span{font-size:.8rem}.step-1 .room-card .room-facilities-section .room-specs{flex-direction:column;gap:.75rem}}@media (max-width: 480px){.step-1 h2{font-size:1.2rem;margin-bottom:.75rem}.step-1 .room-card{padding:.875rem;margin-bottom:.875rem}.step-1 .room-card .room-image-section .main-image-container .room-image{height:200px}.step-1 .room-card .room-image-section .main-image-container .room-type-badge{font-size:.75rem;padding:.4rem .8rem}.step-1 .room-card .room-image-section .thumbnail-images{gap:.3rem}.step-1 .room-card .room-image-section .thumbnail-images .thumbnail{height:40px;border-radius:6px}.step-1 .room-card .room-facilities-section h3{font-size:1.1rem;margin-bottom:.75rem}.step-1 .room-card .room-facilities-section .facilities-grid{grid-template-columns:repeat(2,1fr);gap:.4rem}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item{padding:.5rem}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item .facility-icon{width:16px;height:16px;font-size:.5rem}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item span{font-size:.75rem}}@media (max-width: 360px){.step-1 .room-card .room-facilities-section .facilities-grid .facility-item{flex-direction:column;text-align:center;gap:.5rem;padding:.75rem}.step-1 .room-card .room-facilities-section .facilities-grid .facility-item .facility-icon{margin:0 auto}}.form-section .form-grid .form-group select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-section{margin-bottom:1.5rem;background:#fff;border-radius:6px;padding:1.25rem;border:1px solid #e0e0e0}.form-section h3{color:#333;margin-bottom:1rem;font-size:1.1rem;font-weight:600;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.form-section .form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 1024px){.form-section .form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.form-section .form-grid{grid-template-columns:1fr}}.form-section .form-group{display:flex;flex-direction:column}.form-section .form-group.full-width{grid-column:1/-1}.form-section .form-group label{font-weight:500;margin-bottom:.4rem;color:#333;font-size:.9rem}.form-section .form-group input,.form-section .form-group select,.form-section .form-group textarea{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;transition:border-color .2s ease;background:#fff}.form-section .form-group input:focus,.form-section .form-group select:focus,.form-section .form-group textarea:focus{outline:none;border-color:#6da8e0}.form-section .form-group input.error,.form-section .form-group select.error,.form-section .form-group textarea.error{border-color:#e74c3c}.form-section .form-group input::placeholder,.form-section .form-group select::placeholder,.form-section .form-group textarea::placeholder{color:#999}.form-section .form-group textarea{resize:vertical;min-height:60px}.form-section .form-group .error-message{color:#e74c3c;font-size:.75rem;margin-top:.2rem}.form-section .form-grid .form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.form-section .form-grid .form-group input[type=text]::placeholder{color:#9ca3af;font-style:italic}.form-section .form-grid .form-group input[type=file]{border:2px dashed #ddd;background:#f2efea;padding:1rem;text-align:center;cursor:pointer;transition:all .3s ease}.form-section .form-grid .form-group input[type=file]:hover{border-color:#0b0b45;background:#f5f5f5}.form-section .form-grid .form-group input[type=file]:focus{border-color:#0b0b45;box-shadow:0 0 0 3px #0000000d}.form-section .form-grid .form-group input[type=file].error{border-color:#dc3545;background:#fff5f5}.form-section .form-grid .form-group input[type=file]::file-selector-button{background:#0b0b45;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;margin-right:.5rem;cursor:pointer;font-size:.9rem}.form-section .form-grid .form-group input[type=file]::file-selector-button:hover{background:#0e2244}.form-section .form-grid .form-group .prev-photo-preview{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;margin-bottom:.4rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px}.form-section .form-grid .form-group .prev-photo-preview img{width:48px;height:48px;object-fit:cover;border-radius:4px;border:1px solid #d0d0d0;flex-shrink:0}.form-section .form-grid .form-group .prev-photo-preview span{font-size:.75rem;color:#0e2244;line-height:1.4}.form-section .form-grid .form-group .file-info{margin-top:.5rem;font-size:.8rem;color:#6b7280;font-style:italic}.form-section h3{color:#dc2626;border-left:4px solid #dc2626;padding-left:.75rem;margin-bottom:1rem}.form-section .form-grid .form-group input[type=tel]::placeholder{color:#9ca3af}.form-section .form-grid .form-group input[type=tel]:invalid{border-color:#fbbf24}.form-section .form-grid .form-group label:after{content:" *";color:#dc2626;font-weight:700}.form-section{background:#f5f5f5;border-color:#d0d0d0}.form-section h3{color:#0b0b45;display:flex;align-items:center;gap:.5rem}.form-section h3:before{content:"ℹ️";font-size:1.2em}.form-section .field-hint{font-size:.8rem;color:#64748b;margin-bottom:.75rem;margin-top:-.25rem}.devices-picker .devices-category-label{font-size:.72rem;font-weight:700;color:#0b0b45;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.devices-picker .devices-checkboxes{display:flex;flex-wrap:wrap;gap:.45rem}.devices-picker .devices-checkboxes .device-checkbox-item{display:flex;align-items:center;gap:.4rem;padding:.35rem .8rem;border:1.5px solid #e0e0e0;border-radius:999px;cursor:pointer;font-size:.8rem;color:#0b0b45;background:#fff;transition:all .15s ease;-webkit-user-select:none;user-select:none}.devices-picker .devices-checkboxes .device-checkbox-item:hover{border-color:#0b0b45;background:#eee}.devices-picker .devices-checkboxes .device-checkbox-item.checked{border-color:#0b0b45;background:#0b0b45;color:#fff;font-weight:500}.devices-picker .devices-custom .devices-custom-input input{flex:1;padding:.45rem .75rem;border:1.5px solid #e0e0e0;border-radius:.5rem;font-size:.85rem;background:#fff;color:#1e293b;outline:none;transition:border-color .15s}.devices-picker .devices-custom .devices-custom-input input:focus{border-color:#0b0b45}.devices-picker .devices-custom .devices-custom-input input::placeholder{color:#94a3b8}.devices-picker .devices-custom .devices-custom-input .devices-add-btn{padding:.45rem 1rem;background:#0b0b45;color:#fff;border:none;border-radius:.5rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.devices-picker .devices-custom .devices-custom-input .devices-add-btn:hover{background:#0e2244}.devices-picker .devices-selected{padding:.85rem;background:#eee;border-radius:.75rem;border:1px solid #e0e0e0}.devices-picker .devices-selected .devices-tags .device-tag{display:flex;align-items:center;gap:.3rem;padding:.3rem .65rem;background:#fff;border:1.5px solid #d0d0d0;border-radius:999px;font-size:.78rem;color:#0b0b45;font-weight:500}.prev-data-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px}.prev-data-banner--loading{justify-content:flex-start;color:#0b0b45;font-size:.82rem}.prev-data-banner__spin{animation:prev-spin 1s linear infinite;flex-shrink:0}.prev-data-banner__left{display:flex;align-items:flex-start;gap:.6rem}.prev-data-banner__icon{color:#0b0b45;flex-shrink:0;margin-top:1px}.prev-data-banner__title{font-size:.85rem;font-weight:700;color:#0b0b45;margin:0 0 .1rem}.prev-data-banner__sub{font-size:.78rem;color:#555;margin:0}.prev-data-banner__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.45rem 1rem;background:#0b0b45;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.prev-data-banner__btn:hover{background:#0e2244;transform:translateY(-1px);box-shadow:0 4px 10px #0b0b454d}@keyframes prev-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.step-2 .user-type-display{background:#f5f5f5;border:1px solid #d0d0d0;border-radius:4px;padding:.5rem;margin-bottom:.75rem}.step-2 .user-type-display p{margin:0;color:#0b0b45;font-size:.8rem}.step-2 .user-type-display p strong{font-weight:600}.step-2 .personal-data-form .form-section{margin-bottom:.75rem;padding:.75rem;border:1px solid #e9ecef;border-radius:4px;background:#fafafa}.step-2 .personal-data-form .form-section:last-child{margin-bottom:0}.step-2 .personal-data-form .form-section h3{margin-bottom:.5rem;font-size:1rem;color:#0e2244;font-weight:600}.step-2 .personal-data-form .form-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem}.step-2 .personal-data-form .form-section .form-grid .form-group{display:flex;flex-direction:column}.step-2 .personal-data-form .form-section .form-grid .form-group.full-width{grid-column:1/-1}.step-2 .personal-data-form .form-section .form-grid .form-group label{font-weight:600;color:#333;margin-bottom:.2rem;font-size:.8rem}.step-2 .personal-data-form .form-section .form-grid .form-group input,.step-2 .personal-data-form .form-section .form-grid .form-group select,.step-2 .personal-data-form .form-section .form-grid .form-group textarea{padding:.45rem;border:1px solid #ddd;border-radius:3px;font-size:.8rem;transition:border-color .3s ease,box-shadow .3s ease}.step-2 .personal-data-form .form-section .form-grid .form-group input:focus,.step-2 .personal-data-form .form-section .form-grid .form-group select:focus,.step-2 .personal-data-form .form-section .form-grid .form-group textarea:focus{outline:none;border-color:#15156e;box-shadow:0 0 0 1px #0b0b4533}.step-2 .personal-data-form .form-section .form-grid .form-group input.error,.step-2 .personal-data-form .form-section .form-grid .form-group select.error,.step-2 .personal-data-form .form-section .form-grid .form-group textarea.error{border-color:#dc3545;box-shadow:0 0 0 1px #dc354533}.step-2 .personal-data-form .form-section .form-grid .form-group input[type=file]{padding:.3rem;background:#fff}.step-2 .personal-data-form .form-section .form-grid .form-group textarea{resize:vertical;min-height:60px}.step-2 .personal-data-form .form-section .form-grid .form-group .error-message{color:#dc3545;font-size:.7rem;margin-top:.15rem}.step-2 .personal-data-form .form-section .form-grid .form-group .radio-group{display:flex;gap:.6rem;margin-top:.1rem}.step-2 .personal-data-form .form-section .form-grid .form-group .radio-group .radio-option{display:flex;align-items:center;gap:.3rem;font-weight:500;cursor:pointer;font-size:.8rem}.step-2 .personal-data-form .form-section .form-grid .form-group .radio-group .radio-option input[type=radio]{accent-color:#15156e}@media (max-width: 640px){.prev-data-banner{flex-direction:column;align-items:stretch;gap:.625rem}.prev-data-banner__left{align-items:flex-start}.prev-data-banner__btn{width:100%;justify-content:center;padding:.55rem 1rem}}@media (max-width: 768px){.step-2 .user-type-display{padding:.4rem;margin-bottom:.6rem}.step-2 .user-type-display p{font-size:.75rem}.step-2 .personal-data-form .form-section{padding:.5rem;margin-bottom:.6rem}.step-2 .personal-data-form .form-section h3{font-size:.9rem;margin-bottom:.4rem}.step-2 .personal-data-form .form-section .form-grid{grid-template-columns:1fr;gap:.4rem}.step-2 .personal-data-form .form-section .form-grid .form-group label{font-size:.75rem;margin-bottom:.15rem}.step-2 .personal-data-form .form-section .form-grid .form-group input,.step-2 .personal-data-form .form-section .form-grid .form-group select,.step-2 .personal-data-form .form-section .form-grid .form-group textarea{padding:.4rem;font-size:.75rem}.step-2 .personal-data-form .form-section .form-grid .form-group input[type=file]{padding:.25rem}.step-2 .personal-data-form .form-section .form-grid .form-group textarea{min-height:50px}.step-2 .personal-data-form .form-section .form-grid .form-group .error-message{font-size:.65rem;margin-top:.1rem}.step-2 .personal-data-form .form-section .form-grid .form-group .radio-group{gap:.5rem;margin-top:.05rem}.step-2 .personal-data-form .form-section .form-grid .form-group .radio-group .radio-option{gap:.25rem;font-size:.75rem}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.terms-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:16px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);overflow:hidden}@media (max-width: 576px){.terms-modal-overlay{padding:12px;align-items:center}}.terms-modal-content{background:#fff;border-radius:14px;box-shadow:0 24px 48px #00000040;width:100%;max-width:720px;max-height:92vh;display:flex;flex-direction:column;animation:termsSlideIn .28s ease-out;overflow:hidden}@media (max-width: 576px){.terms-modal-content{max-height:90vh;border-radius:14px}}@keyframes termsSlideIn{0%{opacity:0;transform:translateY(-18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.terms-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid #e8ecf0;background:#f8f9fb;flex-shrink:0}.terms-modal-header__left{display:flex;align-items:center;gap:10px;color:#2c3e50}.terms-modal-header__left svg{color:#0b0b45;flex-shrink:0}.terms-modal-header__left h2{margin:0;font-size:1.1rem;font-weight:700;color:#1a2e22}.terms-modal-header__right{display:flex;align-items:center;gap:10px;flex-shrink:0}.terms-download-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#0b0b45;color:#fff;border-radius:7px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s}.terms-download-btn:hover{background:#0e2244}@media (max-width: 480px){.terms-download-btn{padding:6px 10px}.terms-download-btn span{display:none}}.terms-close-btn{background:none;border:none;font-size:1.7rem;line-height:1;color:#6c757d;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s,color .2s}.terms-close-btn:hover{background:#e9ecef;color:#343a40}.terms-pdf-wrapper{flex:1;min-height:0;overflow-y:auto;background:#e8e8e8;position:relative;scroll-behavior:smooth}.terms-pdf-loading,.terms-pdf-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:320px;color:#6c757d;font-size:.9rem}.terms-pdf-loading svg,.terms-pdf-empty svg{color:#adb5bd}.terms-pdf-loading p,.terms-pdf-empty p{font-weight:600;margin:0;color:#495057}.terms-pdf-loading span,.terms-pdf-empty span{font-size:.8rem;color:#adb5bd}.terms-pdf-loading__spin{width:32px;height:32px;animation:spin .8s linear infinite;color:#0b0b45}.terms-pdf-pages{display:flex;flex-direction:column;align-items:center;padding:16px 0 8px}.terms-pdf-pages .react-pdf__Document{display:flex;flex-direction:column;align-items:center;width:100%}.terms-pdf-page{position:relative;margin-bottom:12px;box-shadow:0 2px 12px #0000002e;background:#fff}.terms-pdf-page canvas{display:block;max-width:100%}.terms-page-label{display:block;text-align:center;font-size:.72rem;color:#6c757d;padding:4px 0 6px;background:#fff}.terms-scroll-sentinel{height:1px;width:100%}.terms-scroll-hint-wrapper{position:sticky;bottom:12px;display:flex;justify-content:center;padding:0 16px;pointer-events:none;z-index:10}.terms-scroll-hint{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 18px;background:#0b0b45;color:#fff;border:none;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #00000040;animation:hintBounce 1.4s ease-in-out infinite;white-space:normal;word-break:break-word;text-align:center;max-width:100%}.terms-scroll-hint__icon{flex-shrink:0}.terms-scroll-hint span{line-height:1.3}.terms-scroll-hint:hover{background:#0e2244f2}@media (max-width: 480px){.terms-scroll-hint{font-size:.75rem;padding:7px 14px}}@keyframes hintBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.terms-modal-footer{flex-shrink:0;border-top:1px solid #e8ecf0;background:#f8f9fb}.terms-footer-body{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;flex-wrap:wrap}@media (max-width: 576px){.terms-footer-body{flex-direction:column;align-items:stretch}}.terms-read-prompt{display:flex;align-items:center;gap:8px;color:#6c757d;font-size:.85rem}.terms-read-prompt__icon{color:#adb5bd;flex-shrink:0;animation:nudgeDown 1.2s ease-in-out infinite}@keyframes nudgeDown{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.terms-checkbox-wrap{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 12px;border-radius:8px;border:2px solid #dee2e6;background:#fff;transition:border-color .2s,background .2s;animation:checkboxReveal .35s ease-out}.terms-checkbox-wrap--agreed{border-color:#0b0b45;background:#f5f5f5}.terms-checkbox-wrap input[type=checkbox]{display:none}.terms-checkbox-wrap__box{flex-shrink:0;width:18px;height:18px;border-radius:4px;border:2px solid #adb5bd;background:#fff;transition:all .2s}.terms-checkbox-wrap--agreed .terms-checkbox-wrap__box{background:#0b0b45;border-color:#0b0b45;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M2.5 8l4 4 7-7'/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:center}.terms-checkbox-wrap__label{font-size:.875rem;font-weight:500;color:#2c3e50;line-height:1.4}.terms-checkbox-wrap__check{flex-shrink:0;color:#0b0b45;margin-left:auto}@keyframes checkboxReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.terms-agreement-area{flex:1;min-width:0}.terms-footer-actions{display:flex;gap:10px;flex-shrink:0}@media (max-width: 576px){.terms-footer-actions{width:100%}.terms-footer-actions .terms-btn{flex:1}}.terms-btn{padding:9px 20px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;white-space:nowrap}.terms-btn--secondary{background:#6c757d;color:#fff}.terms-btn--secondary:hover{background:#545b62}.terms-btn--primary{background:#0b0b45;color:#fff}.terms-btn--primary:hover:not(.terms-btn--disabled){background:#0e2244}.terms-btn--disabled{background:#b8c8c0!important;color:#fff!important;cursor:not-allowed!important;opacity:.8}.payment-step{padding:1.2rem}.payment-step .step-header{margin-bottom:1.5rem;text-align:center;background:#fff;color:#2c3e50;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d}.payment-step .step-header .header-icon{font-size:2rem;margin-bottom:.5rem;color:#0b0b45}.payment-step .step-header h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:600;color:#2c3e50}.payment-step .step-header p{font-size:.9rem;color:#6c757d;margin:0}.payment-step .payment-content-2col-simplified{display:grid;grid-template-columns:1.5fr 1fr;gap:1rem;align-items:stretch;width:100%;box-sizing:border-box}.payment-step .payment-content-2col-simplified .payment-left-column,.payment-step .payment-content-2col-simplified .payment-right-column{display:flex;flex-direction:column;gap:1.5rem;min-width:0;box-sizing:border-box}.payment-step .payment-summary{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d;border:1px solid #e9ecef}.payment-step .payment-summary .summary-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f2efea;border-bottom:1px solid #e9ecef}.payment-step .payment-summary .summary-header .summary-icon{font-size:1.25rem;color:#0b0b45}.payment-step .payment-summary .summary-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#2c3e50}.payment-step .payment-summary .summary-content{padding:1.25rem}.payment-step .payment-summary .summary-content .room-info{padding:.75rem 0}.payment-step .payment-summary .summary-content .room-info .room-details{display:flex;flex-direction:column;gap:.4rem}.payment-step .payment-summary .summary-content .room-info .room-details .room-type{font-weight:600;color:#2c3e50;font-size:1rem}.payment-step .payment-summary .summary-content .room-info .room-details .building-label{font-weight:500;color:#495057;font-size:.9rem}.payment-step .payment-summary .summary-content .room-info .room-details .building-address{font-size:.85rem;color:#6c757d}.payment-step .payment-summary .summary-content .room-info .room-details .booking-dates{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem;padding:.5rem .75rem;background:#f2efea;border-radius:6px;border-left:3px solid #0b0b45}.payment-step .payment-summary .summary-content .room-info .room-details .booking-dates .date-range{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.payment-step .payment-summary .summary-content .room-info .room-details .booking-dates .date-range .date-label{font-size:.8rem;color:#6c757d;font-weight:500;white-space:nowrap}.payment-step .payment-summary .summary-content .room-info .room-details .booking-dates .date-range .date-value{font-size:.8rem;color:#2c3e50;font-weight:600;text-align:right}.payment-step .payment-summary .summary-content .room-info .room-details .pricing-details{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem}.payment-step .payment-summary .summary-content .room-info .room-details .pricing-details .price-item{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.payment-step .payment-summary .summary-content .room-info .room-details .pricing-details .price-item .price-label{font-size:.8rem;color:#6c757d;flex:1}.payment-step .payment-summary .summary-content .room-info .room-details .pricing-details .price-item .price-value{font-size:.8rem;color:#2c3e50;font-weight:600;text-align:right}.payment-step .payment-summary .summary-content .room-info .room-details .pricing-details .price-item.discount .price-label,.payment-step .payment-summary .summary-content .room-info .room-details .pricing-details .price-item.discount .price-value{color:#0b0b45}.payment-step .payment-summary .summary-content .room-info .room-details .payment-label{font-size:.85rem;color:#0b0b45;font-weight:500;background:#f5f5f5;padding:.25rem .5rem;border-radius:4px;border:1px solid #eeeeee;margin:.25rem 0;display:inline-block}.payment-step .payment-summary .summary-content .room-info .room-details .room-facilities{font-size:.8rem;color:#0b0b45;font-style:italic;margin:.4rem 0;word-break:break-word}.payment-step .payment-summary .summary-content .room-info .room-details .room-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.payment-step .payment-summary .summary-content .room-info .room-details .room-specs .room-size,.payment-step .payment-summary .summary-content .room-info .room-details .room-specs .room-capacity{font-size:.8rem;color:#6c757d;background:#f2efea;padding:.25rem .5rem;border-radius:4px}.payment-step .payment-summary .summary-content .summary-divider{height:1px;background:#0b0b45;margin:.75rem 0;opacity:.3}.payment-step .payment-summary .summary-content .customer-info .customer-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.payment-step .payment-summary .summary-content .customer-info .customer-header .customer-icon{font-size:1.1rem}.payment-step .payment-summary .summary-content .customer-info .customer-header h4{margin:0;color:#2c3e50;font-size:.9rem;font-weight:600}.payment-step .payment-summary .summary-content .customer-info .customer-details .customer-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;padding:.25rem 0}.payment-step .payment-summary .summary-content .customer-info .customer-details .customer-item .customer-label{color:#6c757d;font-size:.8rem;font-weight:500;white-space:nowrap;flex-shrink:0}.payment-step .payment-summary .summary-content .customer-info .customer-details .customer-item .customer-value{color:#495057;font-size:.8rem;font-weight:600;text-align:right;word-break:break-all;min-width:0;flex:1}.payment-step .payment-summary .summary-content .summary-total{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem;background:#f2efea;margin:.75rem -1.25rem -1.25rem;border-top:1px solid #e9ecef}.payment-step .payment-summary .summary-content .summary-total .total-info .total-label{font-weight:600;font-size:1rem;color:#2c3e50}.payment-step .payment-summary .summary-content .summary-total .total-info .total-desc{font-size:.75rem;color:#6c757d}.payment-step .payment-summary .summary-content .summary-total .total-price{font-weight:700;font-size:1.1rem;color:#0b0b45;word-break:break-word}.payment-step .payment-button-section{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 8px #0000000d;border:1px solid #e9ecef;display:flex;flex-direction:column;gap:1rem;height:100%;box-sizing:border-box}.payment-step .payment-button-section .payment-info{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.payment-step .payment-button-section .payment-info .info-icon{font-size:1.5rem;color:#0b0b45;flex-shrink:0}.payment-step .payment-button-section .payment-info .info-text{min-width:0;flex:1}.payment-step .payment-button-section .payment-info .info-text h4{margin:0 0 .4rem;color:#2c3e50;font-size:1rem;font-weight:600;word-break:break-word}.payment-step .payment-button-section .payment-info .info-text p{margin:0;color:#6c757d;font-size:.85rem;line-height:1.4;word-break:break-word}.payment-step .payment-button-section .security-features{display:flex;flex-direction:column;gap:.5rem}.payment-step .payment-button-section .security-features .feature-item{display:flex;align-items:center;gap:.5rem}.payment-step .payment-button-section .security-features .feature-item .feature-icon{font-size:1rem;flex-shrink:0}.payment-step .payment-button-section .security-features .feature-item span{font-size:.85rem;color:#495057}.payment-step .payment-button-section .gateway-pay-btn{width:100%;background:#0b0b45;color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 8px #0b0b454d;margin-top:auto}.payment-step .payment-button-section .gateway-pay-btn:hover:not(:disabled){background:#0b0b45;transform:translateY(-2px);box-shadow:0 6px 20px #0b0b4566}.payment-step .payment-button-section .gateway-pay-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.payment-step .payment-button-section .gateway-pay-btn .pay-icon{font-size:1.1rem}.payment-step .payment-button-section .gateway-pay-btn .pay-content{display:flex;flex-direction:column;align-items:center}.payment-step .payment-button-section .gateway-pay-btn .pay-content .pay-text{font-size:.9rem;font-weight:600}.payment-step .payment-button-section .gateway-pay-btn .pay-content .pay-amount{font-size:1rem;font-weight:700}.payment-step .payment-button-section .gateway-pay-btn .loading-spinner{font-size:1.1rem;animation:spin 1s linear infinite}.payment-step .payment-button-section .payment-note{display:flex;align-items:flex-start;gap:.5rem;background:#f2efea;padding:.75rem;border-radius:6px;border:1px solid #e9ecef}.payment-step .payment-button-section .payment-note .note-icon{font-size:1rem;color:#6c757d;flex-shrink:0}.payment-step .payment-button-section .payment-note span{font-size:.8rem;color:#6c757d;line-height:1.4}.payment-step .payment-button-section .payment-method-selection{background:#f2efea;padding:1rem;border-radius:8px;border:1px solid #e9ecef}.payment-step .payment-button-section .payment-method-selection h4{margin:0 0 .5rem;color:#2c3e50;font-size:1rem;font-weight:600}.payment-step .payment-button-section .payment-method-selection .method-description{margin:0 0 .75rem;color:#6c757d;font-size:.85rem;line-height:1.4}.payment-step .payment-button-section .payment-method-selection .payment-method-dropdown{width:100%;padding:.75rem 1rem;border:1px solid #ced4da;border-radius:6px;background:#fff;font-size:.9rem;color:#495057;cursor:pointer;box-sizing:border-box}.payment-step .payment-button-section .payment-method-selection .payment-method-dropdown:focus{outline:none;border-color:#0b0b45;box-shadow:0 0 0 .2rem #0b0b4533}@media (max-width: 900px){.payment-step{padding:1rem}.payment-step .step-header{padding:1.25rem;margin-bottom:1.25rem}.payment-step .step-header .header-icon{font-size:1.75rem}.payment-step .step-header h2{font-size:1.3rem}.payment-step .step-header p{font-size:.85rem}.payment-step .payment-content-2col-simplified{grid-template-columns:1fr;gap:1rem}.payment-step .payment-content-2col-simplified .payment-right-column .payment-button-section{height:auto}}@media (max-width: 600px){.payment-step{padding:.75rem}.payment-step .step-header{padding:1rem;margin-bottom:1rem}.payment-step .step-header .header-icon{font-size:1.5rem}.payment-step .step-header h2{font-size:1.15rem}.payment-step .step-header p{font-size:.8rem}.payment-step .payment-summary .summary-header{padding:.75rem 1rem}.payment-step .payment-summary .summary-header h3{font-size:1rem}.payment-step .payment-summary .summary-content{padding:1rem}.payment-step .payment-summary .summary-content .summary-total{margin:.75rem -1rem -1rem;padding:.75rem 1rem;flex-direction:column;align-items:flex-start}.payment-step .payment-summary .summary-content .summary-total .total-price{font-size:1.1rem}.payment-step .payment-summary .summary-content .room-info .room-details .booking-dates .date-range{flex-direction:column;align-items:flex-start;gap:.1rem}.payment-step .payment-summary .summary-content .room-info .room-details .booking-dates .date-range .date-value{text-align:left}.payment-step .payment-summary .summary-content .room-info .room-details .pricing-details .price-item{flex-direction:column;align-items:flex-start;gap:.1rem}.payment-step .payment-summary .summary-content .room-info .room-details .pricing-details .price-item .price-value{text-align:left}.payment-step .payment-summary .summary-content .customer-info .customer-details .customer-item{flex-direction:column;align-items:flex-start;gap:.15rem}.payment-step .payment-summary .summary-content .customer-info .customer-details .customer-item .customer-value{text-align:left;word-break:break-all}.payment-step .payment-button-section{padding:1rem}.payment-step .payment-button-section .payment-info{flex-direction:column;align-items:center;text-align:center}.payment-step .payment-button-section .payment-info .info-text{text-align:center}.payment-step .payment-button-section .payment-info .info-text h4{font-size:.95rem}.payment-step .payment-button-section .payment-info .info-text p{font-size:.8rem}.payment-step .payment-button-section .security-features .feature-item{justify-content:center}.payment-step .payment-button-section .security-features .feature-item span{font-size:.8rem}.payment-step .payment-button-section .gateway-pay-btn{padding:.875rem 1rem;font-size:.9rem}}@media (max-width: 380px){.payment-step{padding:.5rem}.payment-step .step-header{padding:.875rem}.payment-step .step-header h2{font-size:1.05rem}.payment-step .payment-summary .summary-content{padding:.875rem}.payment-step .payment-summary .summary-content .summary-total{margin:.75rem -.875rem -.875rem;padding:.75rem .875rem}.payment-step .payment-button-section{padding:.875rem}}.dp-option-selector{margin-bottom:1.5rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000d}.dp-option-selector .dp-option-header{margin-bottom:1rem;display:flex;flex-direction:column;gap:.2rem}.dp-option-selector .dp-option-header .dp-option-title{font-size:1rem;font-weight:700;color:#2c3e50}.dp-option-selector .dp-option-header .dp-option-subtitle{font-size:.82rem;color:#6c757d}.dp-option-selector .dp-option-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 480px){.dp-option-selector .dp-option-cards{grid-template-columns:1fr}}.dp-option-selector .dp-option-card{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border:2px solid #e9ecef;border-radius:10px;background:#f2efea;cursor:pointer;text-align:left;transition:border-color .2s,background .2s;position:relative}.dp-option-selector .dp-option-card:hover,.dp-option-selector .dp-option-card--active{border-color:#0b0b45;background:#f5f5f5}.dp-option-selector .dp-option-card__icon{font-size:1.4rem;line-height:1;flex-shrink:0;margin-top:2px}.dp-option-selector .dp-option-card__body{display:flex;flex-direction:column;gap:.15rem;flex:1}.dp-option-selector .dp-option-card__label{font-size:.88rem;font-weight:700;color:#2c3e50}.dp-option-selector .dp-option-card__amount{font-size:1rem;font-weight:800;color:#0b0b45}.dp-option-selector .dp-option-card__desc{font-size:.76rem;color:#6c757d;line-height:1.3}.dp-option-selector .dp-option-card__check{position:absolute;top:8px;right:10px;font-size:.85rem;font-weight:900;color:#0b0b45}.dp-option-selector .dp-warning{margin-top:.9rem;padding:.75rem 1rem;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;font-size:.82rem;color:#7a5900;line-height:1.4}.dp-remaining-info{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.5rem .75rem;background:#fff8e1;border-radius:6px;border:1px dashed #ffe082}.dp-remaining-info .dp-remaining-label{font-size:.8rem;color:#856404}.dp-remaining-info .dp-remaining-amount{font-size:.88rem;font-weight:700;color:#856404}.rrs{display:flex;flex-direction:column;gap:1rem;padding:.25rem .25rem 1rem}@media (max-width: 768px){.rrs{padding:.25rem .125rem 1rem}}.rrs__hero{border-radius:16px;padding:2.25rem 1.5rem 2rem;text-align:center;position:relative;overflow:hidden}.rrs__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;background-image:radial-gradient(circle at 20% 50%,#fff 1px,transparent 1px),radial-gradient(circle at 80% 20%,#fff 1px,transparent 1px);background-size:40px 40px}.rrs__hero--success{background:#0b0b45;color:#fff;box-shadow:0 8px 24px #0b0b4540}.rrs__hero--error{background:linear-gradient(135deg,#dc2626,#ef4444 60%,#f87171);color:#fff;box-shadow:0 8px 24px #dc262638}.rrs__hero-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#ffffff2e;border:2px solid rgba(255,255,255,.35);margin-bottom:1rem;position:relative;z-index:1}.rrs__hero-icon svg{color:#fff}.rrs__hero-title{font-size:1.6rem;font-weight:800;color:#fff;margin:0 0 .5rem;position:relative;z-index:1}.rrs__hero-sub{font-size:.9rem;color:#ffffffe0;max-width:440px;margin:0 auto;line-height:1.55;position:relative;z-index:1}.rrs__id-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f5f5f5,#eee);border:1.5px solid #6da8e0;border-radius:12px;box-shadow:0 2px 8px #0b0b451a}@media (max-width: 480px){.rrs__id-card{flex-direction:column;align-items:flex-start}}.rrs__id-card-left{display:flex;align-items:center;gap:.75rem}.rrs__id-card-icon{color:#0b0b45;flex-shrink:0}.rrs__id-card-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0b0b45;margin:0 0 .2rem}.rrs__id-card-value{font-size:1rem;font-weight:700;color:#0e2244;letter-spacing:.02em;margin:0;word-break:break-all}.rrs__id-card-copy{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;border:1.5px solid #15156e;border-radius:8px;background:#fff;color:#0b0b45;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .18s;white-space:nowrap;flex-shrink:0}.rrs__id-card-copy:hover{background:#f0f4ff}.rrs__id-card-copy--done{background:#0b0b45;border-color:#0b0b45;color:#fff}.rrs__card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 8px #0000000d}.rrs__card-header{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.25rem;background:#0b0b45;color:#fff;font-size:.85rem;font-weight:700}.rrs__card-header-icon{flex-shrink:0;opacity:.9}.rrs__card-header--amber{background:linear-gradient(90deg,#d97706,#f59e0b)}.rrs__card-header--red{background:linear-gradient(90deg,#dc2626,#ef4444)}.rrs__card-body{padding:1.125rem 1.25rem}.rrs__card-body--row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.rrs__info-item{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.rrs__info-item svg{color:#0b0b45;flex-shrink:0;margin-top:2px}.rrs__info-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin:0 0 .2rem}.rrs__info-value{font-size:.875rem;font-weight:600;color:#111827;margin:0}.rrs__timeline{display:flex;flex-direction:column;gap:0;position:relative}.rrs__timeline:before{content:"";position:absolute;left:17px;top:36px;bottom:36px;width:2px;background:#eee}.rrs__timeline-item{display:flex;gap:1rem;padding:.875rem 0}.rrs__timeline-item:not(:last-child){border-bottom:1px dashed #f0f4ff}.rrs__timeline-number{width:36px;height:36px;flex-shrink:0;border-radius:50%;background:#0b0b45;color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0b0b4540;position:relative;z-index:1}.rrs__timeline-body{flex:1;display:flex;align-items:flex-start;gap:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.875rem 1rem}.rrs__timeline-icon{width:34px;height:34px;flex-shrink:0;border-radius:8px;background:#f5f5f5;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;color:#0b0b45}.rrs__timeline-info{flex:1}.rrs__timeline-info h4{font-size:.875rem;font-weight:700;color:#111827;margin:0 0 .3rem}.rrs__timeline-info p{font-size:.8rem;color:#6b7280;line-height:1.45;margin:0 0 .5rem}.rrs__badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rrs__badge--processing{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.rrs__badge--waiting{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.rrs__notes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.rrs__note{display:flex;align-items:flex-start;gap:.6rem;padding:.875rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.rrs__note-icon{width:30px;height:30px;flex-shrink:0;border-radius:6px;background:#fef3c7;border:1px solid #fde68a;display:flex;align-items:center;justify-content:center;color:#d97706}.rrs__note-title{font-size:.8rem;font-weight:700;color:#92400e;margin:0 0 .2rem}.rrs__note-desc{font-size:.75rem;color:#a16207;line-height:1.4;margin:0}.rrs__causes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.625rem}.rrs__cause{display:flex;align-items:center;gap:.625rem;padding:.7rem .875rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#7f1d1d;font-size:.8rem;font-weight:500}.rrs__cause-icon{flex-shrink:0;color:#ef4444}.rrs__solutions{display:flex;flex-direction:column;gap:.75rem}.rrs__solution{display:flex;align-items:flex-start;gap:.875rem;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.rrs__solution-number{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:#0b0b45;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.rrs__solution-title{font-size:.825rem;font-weight:700;color:#111827;margin:0 0 .2rem}.rrs__solution-desc{font-size:.775rem;color:#6b7280;margin:0;line-height:1.4}.rrs__actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.25rem}@media (max-width: 480px){.rrs__actions{grid-template-columns:1fr}}.rrs__btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.125rem;border:none;border-radius:10px;cursor:pointer;transition:transform .15s,box-shadow .15s;text-align:left}.rrs__btn:hover{transform:translateY(-2px)}.rrs__btn:active{transform:translateY(0)}.rrs__btn svg{flex-shrink:0}.rrs__btn--primary{background:#0b0b45;color:#fff;box-shadow:0 3px 10px #0b0b454d}.rrs__btn--primary:hover{box-shadow:0 6px 18px #0b0b4561}.rrs__btn--secondary{background:#fff;color:#374151;border:1.5px solid #d1d5db;box-shadow:0 1px 4px #0000000f}.rrs__btn--secondary:hover{background:#f9fafb;box-shadow:0 3px 10px #0000001a}.rrs__btn--danger{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 3px 10px #dc262647}.rrs__btn--danger:hover{box-shadow:0 6px 18px #dc26265c}.rrs__btn-title{display:block;font-size:.875rem;font-weight:700}.rrs__btn-sub{display:block;font-size:.72rem;opacity:.78;margin-top:.15rem}.register-guest-container{min-height:100vh;padding:1.25rem 2rem 2rem;margin-top:135px}@media (max-width: 768px){.register-guest-container{margin-top:150px;padding:1.25rem 1rem 2rem}}@media (max-width: 480px){.register-guest-container{margin-top:130px;padding:1.25rem 0 2rem}}.register-guest-container .register-guest-wrapper{width:100%;background:#fff;border-radius:20px;box-shadow:0 20px 50px #0b0b4526;overflow:hidden;border:1px solid #eeeeee}@media (max-width: 768px){.register-guest-container .register-guest-wrapper{border-radius:15px}}@media (max-width: 480px){.register-guest-container .register-guest-wrapper{border-radius:0;box-shadow:none;border:none;border-top:1px solid #eeeeee}}.register-guest-container .register-guest-header{background:#0b0b45;color:#fff;padding:.875rem 1rem;text-align:center;position:relative}.register-guest-container .register-guest-header:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:8px solid #0b0b45;pointer-events:none}@media (max-width: 768px){.register-guest-container .register-guest-header{padding:.875rem 1rem}.register-guest-container .register-guest-header:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:7px solid #0b0b45}}@media (max-width: 480px){.register-guest-container .register-guest-header{padding:.75rem}.register-guest-container .register-guest-header:after{border-left:9px solid transparent;border-right:9px solid transparent;border-top:6px solid #0b0b45}}.register-guest-container .register-guest-header h1{margin:0 0 .75rem;font-size:1.4rem;font-weight:700;letter-spacing:-.01em}@media (max-width: 768px){.register-guest-container .register-guest-header h1{font-size:1.3rem;margin-bottom:.6rem}}@media (max-width: 480px){.register-guest-container .register-guest-header h1{font-size:1.15rem;margin-bottom:.5rem}}.register-guest-container .step-content{padding:1.25rem}.register-guest-container .step-content.step-4{padding:1.5rem}@media (max-width: 768px){.register-guest-container .step-content.step-4{padding:1.125rem}}@media (max-width: 480px){.register-guest-container .step-content.step-4{padding:.875rem}}@media (max-width: 768px){.register-guest-container .step-content{padding:.875rem}}@media (max-width: 480px){.register-guest-container .step-content{padding:.625rem}}.register-guest-container .step-content h2{color:#333;margin-bottom:1.25rem;font-size:1.3rem;font-weight:600;text-align:center;padding-bottom:.6rem;border-bottom:1px solid #e0e0e0}.register-guest-container .step-content h3{color:#333;margin-bottom:.75rem;font-size:1.05rem;font-weight:600;border-bottom:1px solid #e0e0e0;padding-bottom:.4rem}.register-guest-container .step-content h4{color:#666;margin:.75rem 0 .4rem;font-size:.95rem;font-weight:600}.register-guest-container .step-1 .room-info-card,.register-guest-container .step-1 .user-info-card{background:#f2efea;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:1rem}.register-guest-container .step-1 .room-info-card .room-details,.register-guest-container .step-1 .room-info-card .user-details,.register-guest-container .step-1 .user-info-card .room-details,.register-guest-container .step-1 .user-info-card .user-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.register-guest-container .step-1 .room-info-card .room-details .detail-item,.register-guest-container .step-1 .room-info-card .user-details .detail-item,.register-guest-container .step-1 .user-info-card .room-details .detail-item,.register-guest-container .step-1 .user-info-card .user-details .detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e9ecef}.register-guest-container .step-1 .room-info-card .room-details .detail-item:last-child,.register-guest-container .step-1 .room-info-card .user-details .detail-item:last-child,.register-guest-container .step-1 .user-info-card .room-details .detail-item:last-child,.register-guest-container .step-1 .user-info-card .user-details .detail-item:last-child{border-bottom:none}.register-guest-container .step-1 .room-info-card .room-details .detail-item label,.register-guest-container .step-1 .room-info-card .user-details .detail-item label,.register-guest-container .step-1 .user-info-card .room-details .detail-item label,.register-guest-container .step-1 .user-info-card .user-details .detail-item label{font-weight:600;color:#555}.register-guest-container .step-1 .room-info-card .room-details .detail-item span,.register-guest-container .step-1 .room-info-card .user-details .detail-item span,.register-guest-container .step-1 .user-info-card .room-details .detail-item span,.register-guest-container .step-1 .user-info-card .user-details .detail-item span{color:#333;text-align:right}.register-guest-container .step-1 .room-info-card .room-features,.register-guest-container .step-1 .user-info-card .room-features{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.register-guest-container .step-1 .room-info-card .room-features ul,.register-guest-container .step-1 .user-info-card .room-features ul{list-style:none;padding:0;margin:.5rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.register-guest-container .step-1 .room-info-card .room-features ul li,.register-guest-container .step-1 .user-info-card .room-features ul li{background:#f5f5f5;color:#0b0b45;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;text-align:center}.register-guest-container .step-2 .guest-type-selection{margin-bottom:1.25rem;padding:.875rem;background:#f2efea;border-radius:8px}.register-guest-container .step-2 .guest-type-selection .radio-group{display:flex;gap:1.5rem;margin-top:.5rem}.register-guest-container .step-2 .guest-type-selection .radio-group .radio-option{display:flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}.register-guest-container .step-2 .guest-type-selection .radio-group .radio-option input[type=radio]{accent-color:#0b0b45}.register-guest-container .step-2 .personal-data-form .form-section{margin-bottom:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff}.register-guest-container .step-2 .personal-data-form .form-section:last-child{margin-bottom:0}.register-guest-container .step-2 .personal-data-form .form-section .form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 1024px){.register-guest-container .step-2 .personal-data-form .form-section .form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.register-guest-container .step-2 .personal-data-form .form-section .form-grid{grid-template-columns:1fr}}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group{display:flex;flex-direction:column}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group.full-width{grid-column:1/-1}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group label{font-weight:500;color:#333;margin-bottom:.4rem;font-size:.9rem}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group input,.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group select,.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group textarea{padding:.2rem .3rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;width:100%;background:#fff;transition:border-color .2s ease}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group input:focus,.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group select:focus,.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group textarea:focus{outline:none;border-color:#0b0b45}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group input.error,.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group select.error,.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group textarea.error{border-color:#e74c3c}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group input::placeholder,.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group select::placeholder,.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group textarea::placeholder{color:#999}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group textarea{resize:vertical;min-height:60px}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group .input-readonly{background:#f5f5f5;color:#666;cursor:default;pointer-events:none}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group .error-message{color:#e74c3c;font-size:.75rem;margin-top:.2rem}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group .radio-group{display:flex;gap:2rem}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group .radio-group .radio-option{display:flex;align-items:center;font-weight:500;cursor:pointer}.register-guest-container .step-2 .personal-data-form .form-section .form-grid .form-group .radio-group .radio-option input[type=radio]{accent-color:#0b0b45;width:1.2rem;height:1.2rem}.register-guest-container .step-navigation{padding:1rem 1.5rem;background:#f2efea;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e0e0e0}.register-guest-container .step-navigation__left,.register-guest-container .step-navigation__right{display:flex;align-items:center}.register-guest-container .step-navigation__right .payment-instruction{background:linear-gradient(135deg,#f5f5f5,#eee);border:1px solid #e0e0e0;border-left:3px solid #0b0b45;border-radius:8px;padding:.625rem 1rem}.register-guest-container .step-navigation__right .payment-instruction p{margin:0;color:#0b0b45;font-size:.825rem;line-height:1.4}.register-guest-container .step-navigation__right .payment-instruction p strong{color:#0b0b45;font-weight:600}.register-guest-container .step-navigation .guest-reg-btn-secondary,.register-guest-container .step-navigation .guest-reg-btn-primary{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1.375rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .18s ease,transform .12s ease,box-shadow .18s ease;white-space:nowrap;min-height:auto;box-sizing:border-box}.register-guest-container .step-navigation .guest-reg-btn-secondary:disabled,.register-guest-container .step-navigation .guest-reg-btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.register-guest-container .step-navigation .guest-reg-btn-secondary{background:#fff;color:#374151;border:1.5px solid #d1d5db;box-shadow:0 1px 2px #0000000f}.register-guest-container .step-navigation .guest-reg-btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af;transform:translate(-2px)}.register-guest-container .step-navigation .guest-reg-btn-primary{background:#0b0b45;color:#fff;border:1.5px solid #0b0b45;box-shadow:0 1px 4px #0b0b4559}.register-guest-container .step-navigation .guest-reg-btn-primary:hover:not(:disabled){background:#15156e;border-color:#15156e;box-shadow:0 2px 8px #0b0b4566;transform:translate(2px)}.register-guest-container .register-guest-loading,.register-guest-container .register-guest-error{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1.1rem;color:#666}.register-guest-container .register-guest-error{color:#dc3545}@media (max-width: 768px){.register-guest-container .register-guest-wrapper{margin:0;border-radius:8px}.register-guest-container .register-guest-header{padding:.75rem}.register-guest-container .register-guest-header h1{font-size:1.2rem}.register-guest-container .step-content{padding:.875rem}.register-guest-container .step-content h2{font-size:1.2rem}.register-guest-container .step-2 .personal-data-form .form-section{padding:.875rem}.register-guest-container .step-2 .personal-data-form .form-section .form-grid{grid-template-columns:1fr;gap:.6rem}.register-guest-container .step-navigation{padding:.75rem 1rem;gap:.5rem}.register-guest-container .step-navigation__right{justify-content:flex-end}.register-guest-container .step-navigation .guest-reg-btn-secondary,.register-guest-container .step-navigation .guest-reg-btn-primary{padding:.575rem 1rem;font-size:.825rem}.register-guest-container .step-navigation--payment{flex-wrap:wrap}.register-guest-container .step-navigation--payment .step-navigation__right{flex:1;min-width:0;justify-content:flex-start}.register-guest-container .step-navigation--payment .step-navigation__right .payment-instruction{width:100%;padding:.5rem .75rem}.register-guest-container .step-navigation--payment .step-navigation__right .payment-instruction p{font-size:.775rem}.register-guest-container .step-1 .room-details,.register-guest-container .step-1 .user-details{grid-template-columns:1fr}.register-guest-container .step-1 .room-details .detail-item,.register-guest-container .step-1 .user-details .detail-item{flex-direction:column;align-items:flex-start;gap:.25rem}.register-guest-container .step-1 .room-details .detail-item span,.register-guest-container .step-1 .user-details .detail-item span{text-align:left}.register-guest-container .step-1 .room-features ul{grid-template-columns:1fr}}@media (max-width: 480px){.register-guest-container .step-content{padding:.625rem}.register-guest-container .step-navigation{padding:.5rem .625rem;justify-content:space-between;flex-wrap:nowrap;gap:.4rem}.register-guest-container .step-navigation__left,.register-guest-container .step-navigation__right{flex:0 0 auto}.register-guest-container .step-navigation .guest-reg-btn-secondary,.register-guest-container .step-navigation .guest-reg-btn-primary{padding:.45rem .6rem;font-size:.72rem;white-space:nowrap}.register-guest-container .step-navigation--payment{flex-direction:column;align-items:stretch;gap:.5rem}.register-guest-container .step-navigation--payment .step-navigation__left{justify-content:flex-start}.register-guest-container .step-navigation--payment .step-navigation__right{width:100%}.register-guest-container .step-navigation--payment .step-navigation__right .payment-instruction{padding:.5rem .75rem}.register-guest-container .step-navigation--payment .step-navigation__right .payment-instruction p{font-size:.75rem;line-height:1.35}}.register-guest-container .form-error-alert{margin:1rem;border-radius:12px;border-left:4px solid;background:#fff;box-shadow:0 4px 12px #0000001a;animation:slideDown .3s ease-out}.register-guest-container .form-error-alert.conflict{border-left-color:#f59e0b;background:linear-gradient(90deg,#fef3c7,#fff 8%)}.register-guest-container .form-error-alert.validation{border-left-color:#ef4444;background:linear-gradient(90deg,#fee2e2,#fff 8%)}.register-guest-container .form-error-alert.filesize,.register-guest-container .form-error-alert.filetype{border-left-color:#8b5cf6;background:linear-gradient(90deg,#ede9fe,#fff 8%)}.register-guest-container .form-error-alert.network{border-left-color:#d0d0d0;background:linear-gradient(90deg,#eee,#fff 8%)}.register-guest-container .form-error-alert .error-alert-header{display:flex;align-items:flex-start;padding:1rem;gap:.75rem}.register-guest-container .form-error-alert .error-alert-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.register-guest-container .form-error-alert .error-alert-content{flex:1}.register-guest-container .form-error-alert .error-alert-content h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1f2937}.register-guest-container .form-error-alert .error-alert-content p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.4}.register-guest-container .form-error-alert .error-alert-close{background:none;border:none;font-size:1.125rem;color:#9ca3af;cursor:pointer;padding:0;width:40px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.register-guest-container .form-error-alert .error-alert-close:hover{background:#6b72801a;color:#6b7280}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.register-guest-container .form-error-alert{margin:.75rem;border-radius:10px}.register-guest-container .form-error-alert .error-alert-header{padding:.875rem;gap:.625rem}.register-guest-container .form-error-alert .error-alert-content h4{font-size:.925rem}.register-guest-container .form-error-alert .error-alert-content p{font-size:.8rem}}.register-guest-container .back-to-top-btn{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:#0b0b45;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px #0b0b454d;transition:all .3s ease;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;animation:fadeInUp .3s ease-out}.register-guest-container .back-to-top-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0b0b4566;background:#0b0b45}.register-guest-container .back-to-top-btn:active{transform:translateY(0)}.register-guest-container .back-to-top-btn .back-to-top-icon{font-size:1.2rem;line-height:1;margin-bottom:2px}.register-guest-container .back-to-top-btn .back-to-top-text{font-size:.65rem;text-transform:uppercase;letter-spacing:.5px;line-height:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.register-guest-container .back-to-top-btn{bottom:1.5rem;right:1.5rem;width:48px;height:48px;font-size:.6rem}.register-guest-container .back-to-top-btn .back-to-top-icon{font-size:1rem}.register-guest-container .back-to-top-btn .back-to-top-text{font-size:.6rem}}@media (max-width: 480px){.register-guest-container .back-to-top-btn{bottom:1rem;right:1rem;width:44px;height:44px}.register-guest-container .back-to-top-btn .back-to-top-icon{font-size:.95rem}.register-guest-container .back-to-top-btn .back-to-top-text{font-size:.55rem}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-spinner{display:flex;flex-direction:column;align-items:center}.spinner{width:60px;height:60px;border:4px solid rgba(0,123,255,.3);border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner p{margin-top:16px;font-size:18px;color:#007bff;font-weight:500}.profile-edit-form{background:#fff;border-radius:.875rem;border:1px solid #e2e8f0;border-top:4px solid #0b0b45;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000d;overflow:hidden}.profile-edit-form .form-header{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;background:#fafafa}.profile-edit-form .form-header .form-title h2{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .2rem;letter-spacing:-.01em}.profile-edit-form .form-header .form-title p{font-size:.8rem;color:#94a3b8;margin:0}.profile-edit-form .tab-navigation{display:flex;border-bottom:2px solid #e2e8f0;background:#fff;overflow:visible}.profile-edit-form .tab-navigation .tab-button{flex:1;min-width:0;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:.875rem .5rem;font-size:.82rem;font-weight:500;color:#64748b;display:flex;align-items:center;justify-content:center;gap:.35rem;cursor:pointer;position:relative;transition:color .2s,border-color .2s,background .2s;white-space:nowrap}.profile-edit-form .tab-navigation .tab-button svg{flex-shrink:0;width:14px;height:14px}.profile-edit-form .tab-navigation .tab-button:hover:not(.active){color:#334155;background:#fdfaf7}.profile-edit-form .tab-navigation .tab-button.active{color:#0b0b45;border-bottom-color:#0b0b45;font-weight:600;background:#fdfaf7}.profile-edit-form .tab-content{padding:1.5rem}@media (max-width: 640px){.profile-edit-form .tab-content{padding:1.125rem}}.profile-edit-form .form-section>h3{font-size:.875rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9;letter-spacing:-.01em}.profile-edit-form .form-section>h4{font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:1.25rem 0 .75rem}.profile-edit-form .form-section .section-desc{font-size:.8rem;color:#94a3b8;margin:0 0 1.25rem}.profile-edit-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1rem}@media (max-width: 640px){.profile-edit-form .form-row{grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem}}.profile-edit-form .form-group{display:flex;flex-direction:column;gap:.3rem}.profile-edit-form .form-group label{font-size:.78rem;font-weight:600;color:#475569;display:flex;align-items:center;gap:.35rem}.profile-edit-form .form-group label .required-mark{color:#ef4444;font-size:.85em}.profile-edit-form .form-group label .readonly-badge{background:#f1f5f9;color:#94a3b8;border:1px solid #e2e8f0;padding:.1rem .4rem;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.profile-edit-form .form-group input[type=text],.profile-edit-form .form-group input[type=email],.profile-edit-form .form-group input[type=tel],.profile-edit-form .form-group input[type=date],.profile-edit-form .form-group textarea,.profile-edit-form .form-group select{padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:7px;font-size:.875rem;color:#0f172a;background:#fff;transition:border-color .2s,box-shadow .2s;outline:none}.profile-edit-form .form-group input[type=text]:focus,.profile-edit-form .form-group input[type=email]:focus,.profile-edit-form .form-group input[type=tel]:focus,.profile-edit-form .form-group input[type=date]:focus,.profile-edit-form .form-group textarea:focus,.profile-edit-form .form-group select:focus{border-color:#0b0b45;box-shadow:0 0 0 3px #1a3c6e1a}.profile-edit-form .form-group input[type=text]:disabled,.profile-edit-form .form-group input[type=text].readonly-input,.profile-edit-form .form-group input[type=email]:disabled,.profile-edit-form .form-group input[type=email].readonly-input,.profile-edit-form .form-group input[type=tel]:disabled,.profile-edit-form .form-group input[type=tel].readonly-input,.profile-edit-form .form-group input[type=date]:disabled,.profile-edit-form .form-group input[type=date].readonly-input,.profile-edit-form .form-group textarea:disabled,.profile-edit-form .form-group textarea.readonly-input,.profile-edit-form .form-group select:disabled,.profile-edit-form .form-group select.readonly-input{background:#fdfaf7;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.profile-edit-form .form-group input[type=text]::placeholder,.profile-edit-form .form-group input[type=email]::placeholder,.profile-edit-form .form-group input[type=tel]::placeholder,.profile-edit-form .form-group input[type=date]::placeholder,.profile-edit-form .form-group textarea::placeholder,.profile-edit-form .form-group select::placeholder{color:#cbd5e1}.profile-edit-form .form-group textarea{resize:vertical;min-height:80px}.profile-edit-form .form-group select{cursor:pointer}.profile-edit-form .form-group .error-message{font-size:.73rem;color:#ef4444;margin-top:.1rem}.profile-edit-form .form-group.checkbox-group{flex-direction:row;align-items:center;gap:.5rem}.profile-edit-form .form-group.checkbox-group .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151;-webkit-user-select:none;user-select:none}.profile-edit-form .form-group.checkbox-group .checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#0b0b45;cursor:pointer}.profile-edit-form .readonly-info-row{background:#fdfaf7;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;padding:.875rem 1rem;margin-bottom:1rem;grid-column:1/-1}.profile-edit-form .family-section{display:flex;flex-direction:column;gap:1rem}.profile-edit-form .family-group{background:#fdfaf7;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;border-left:3px solid #6da8e0;padding:1.125rem 1.25rem}.profile-edit-form .family-group h4{font-size:.78rem;font-weight:700;color:#0e2244;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .875rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.profile-edit-form .family-group .form-row{margin-bottom:.75rem}.profile-edit-form .family-group .form-row:last-child{margin-bottom:0}.profile-edit-form .form-section-divider{border:none;border-top:1px solid #e2e8f0;margin:1.25rem 0 1rem}.profile-edit-form .form-subsection-title{font-size:.78rem;font-weight:700;color:#1e40af;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .875rem}.profile-edit-form .vehicle-section,.profile-edit-form .electronics-section{background:#fdfaf7;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;padding:1.125rem 1.25rem;margin-bottom:1rem}.profile-edit-form .vehicle-section:last-child,.profile-edit-form .electronics-section:last-child{margin-bottom:0}.profile-edit-form .vehicle-section h4,.profile-edit-form .electronics-section h4{font-size:.78rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .875rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.profile-edit-form .vehicle-section .form-row,.profile-edit-form .electronics-section .form-row{margin-bottom:0}.profile-edit-form .file-upload-area{border:1.5px dashed #cbd5e1;border-radius:8px;padding:1.25rem;text-align:center;background:#fdfaf7;transition:border-color .2s,background .2s}.profile-edit-form .file-upload-area:hover{border-color:#0b0b45;background:#fdfaf7}.profile-edit-form .file-upload-area .file-preview{margin-bottom:.875rem}.profile-edit-form .file-upload-area .file-preview .preview-image{width:96px;height:96px;object-fit:cover;border-radius:8px;border:2px solid #e2e8f0;display:inline-block}.profile-edit-form .file-upload-area .file-upload-input input[type=file]{display:none}.profile-edit-form .file-upload-area .file-upload-input .file-upload-label{background:#0b0b45;color:#fff;padding:.5rem 1.125rem;border-radius:6px;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.375rem;cursor:pointer;transition:background .2s,box-shadow .2s}.profile-edit-form .file-upload-area .file-upload-input .file-upload-label:hover{background:#163867;box-shadow:0 4px 12px #1a3c6e40}.profile-edit-form .form-actions{background:#fafafa;border-top:1px solid #f1f5f9;padding:1rem 1.5rem;display:flex;justify-content:flex-end;align-items:center;gap:.75rem}@media (max-width: 640px){.profile-edit-form .form-actions{padding:1rem 1.125rem;flex-direction:column-reverse}.profile-edit-form .form-actions .profile-form-btn-secondary,.profile-edit-form .form-actions .profile-form-btn-primary{width:100%;justify-content:center}}.profile-edit-form .form-actions .profile-form-btn-secondary,.profile-edit-form .form-actions .profile-form-btn-primary{display:inline-flex;align-items:center;gap:.375rem;padding:.6rem 1.25rem;border-radius:7px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;min-width:110px;justify-content:center;min-height:auto;box-sizing:border-box}.profile-edit-form .form-actions .profile-form-btn-secondary:disabled,.profile-edit-form .form-actions .profile-form-btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.profile-edit-form .form-actions .profile-form-btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.profile-edit-form .form-actions .profile-form-btn-secondary:hover:not(:disabled){background:#e2e8f0;border-color:#94a3b8}.profile-edit-form .form-actions .profile-form-btn-primary{background:#0b0b45;color:#fff;box-shadow:0 2px 8px #1a3c6e40}.profile-edit-form .form-actions .profile-form-btn-primary:hover:not(:disabled){background:#163867;box-shadow:0 4px 14px #1a3c6e59;transform:translateY(-1px)}.profile-edit-form .form-actions .loading-spinner{width:15px;height:15px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:pef-spin .7s linear infinite}@keyframes pef-spin{to{transform:rotate(360deg)}}@media (max-width: 600px){.profile-edit-form{border-radius:.625rem}.profile-edit-form .tab-navigation .tab-button{padding:.75rem .25rem}.profile-edit-form .tab-navigation .tab-button span{display:none}.profile-edit-form .tab-navigation .tab-button[data-label]:hover:after,.profile-edit-form .tab-navigation .tab-button[data-label].active:after{content:attr(data-label);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#0f172ae0;color:#fff;font-size:.68rem;font-weight:500;padding:3px 8px;border-radius:5px;white-space:nowrap;pointer-events:none;z-index:9999;box-shadow:0 2px 6px #00000026}}.devices-picker{display:flex;flex-direction:column;gap:1.25rem}.devices-picker .devices-category-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.devices-picker .devices-category-label .devices-count{font-weight:400;color:#94a3b8;text-transform:none}.devices-picker .devices-checkboxes{display:flex;flex-wrap:wrap;gap:.5rem}.devices-picker .devices-checkboxes .device-checkbox-item{display:flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border:1.5px solid #e2e8f0;border-radius:999px;cursor:pointer;font-size:.8rem;color:#475569;background:#fdfaf7;transition:all .15s ease;-webkit-user-select:none;user-select:none}.devices-picker .devices-checkboxes .device-checkbox-item input[type=checkbox]{display:none}.devices-picker .devices-checkboxes .device-checkbox-item:hover{border-color:#6366f1;color:#6366f1;background:#eef2ff}.devices-picker .devices-checkboxes .device-checkbox-item.checked{border-color:#6366f1;background:#6366f1;color:#fff}.devices-picker .devices-custom .devices-custom-input{display:flex;gap:.5rem}.devices-picker .devices-custom .devices-custom-input input{flex:1;padding:.45rem .75rem;border:1.5px solid #e2e8f0;border-radius:.5rem;font-size:.85rem;background:#fff;color:#1e293b;outline:none;transition:border-color .15s}.devices-picker .devices-custom .devices-custom-input input:focus{border-color:#6366f1}.devices-picker .devices-custom .devices-custom-input input::placeholder{color:#cbd5e1}.devices-picker .devices-custom .devices-custom-input .devices-add-btn{display:flex;align-items:center;gap:.3rem;padding:.45rem .9rem;background:#6366f1;color:#fff;border:none;border-radius:.5rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}.devices-picker .devices-custom .devices-custom-input .devices-add-btn:hover{background:#4f46e5}.devices-picker .devices-custom .devices-custom-input .devices-add-btn:disabled{background:#cbd5e1;cursor:not-allowed}.devices-picker .devices-selected{padding:.75rem;background:#f1f5f9;border-radius:.75rem}.devices-picker .devices-selected .devices-tags{display:flex;flex-wrap:wrap;gap:.4rem}.devices-picker .devices-selected .devices-tags .device-tag{display:flex;align-items:center;gap:.3rem;padding:.3rem .65rem;background:#fff;border:1.5px solid #6366f1;border-radius:999px;font-size:.78rem;color:#4f46e5;font-weight:500}.devices-picker .devices-selected .devices-tags .device-tag button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;line-height:1;padding:0;margin-left:.1rem;transition:color .15s}.devices-picker .devices-selected .devices-tags .device-tag button:hover{color:#ef4444}.pf-device-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.pf-device-tags .pf-device-tag{padding:.25rem .65rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;font-size:.78rem;color:#4338ca;font-weight:500}.complaint-container{width:100%}.complaint-flex-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem}@media (max-width: 1024px){.complaint-flex-layout{grid-template-columns:1fr;gap:1rem}}.complaint-form-section{min-height:fit-content}.complaint-form-section .card{padding:.6rem!important}.complaint-form-section .card .complaint-form .complaint-form__field{margin-bottom:.75rem!important}.complaint-form-section .card .complaint-form .complaint-form__field .complaint-form__field-label{margin-bottom:.25rem!important;font-weight:600!important;color:#1f2937!important}.complaint-form-section .card .complaint-form .complaint-form__field .complaint-form__field-input,.complaint-form-section .card .complaint-form .complaint-form__field .complaint-form__field-select,.complaint-form-section .card .complaint-form .complaint-form__field .complaint-form__field-textarea{width:100%!important;border:2px solid #e5e7eb!important;background:#fafafa!important;box-sizing:border-box!important;padding:.65rem .9rem!important}.complaint-form-section .card .complaint-form .complaint-form__submit{width:100%!important;padding:.75rem 1.25rem!important;margin-top:.75rem!important;box-sizing:border-box!important}.complaint-history-section{min-height:fit-content}.complaint-history-section .card{padding:.6rem!important}.complaint-form{max-width:48rem;margin:0 auto}.complaint-form__restricted{background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;padding:1.5rem;text-align:center}.complaint-form__restricted-icon{width:3rem;height:3rem;color:#ef4444;margin:0 auto 1rem}.complaint-form__restricted-title{font-size:1.125rem;font-weight:600;color:#991b1b;margin-bottom:.5rem}.complaint-form__restricted-message{color:#dc2626}.complaint-form__field{margin-bottom:1rem}.complaint-form__field-label{display:block;font-size:.9rem;font-weight:600;color:#1f2937;margin-bottom:.35rem}.complaint-form__field-input,.complaint-form__field-select,.complaint-form__field-textarea{width:100%!important;padding:.75rem 1rem;border:2px solid #e5e7eb;background:#fafafa;border-radius:.75rem;font-size:.95rem;transition:all .3s ease;box-shadow:0 1px 3px #0000001a;box-sizing:border-box}.complaint-form__field-input:focus,.complaint-form__field-select:focus,.complaint-form__field-textarea:focus{outline:none;border-color:#0b0b45;background:#fdfaf7;box-shadow:0 0 0 3px #0b0b451a,0 4px 12px #0000001a;transform:translateY(-1px)}.complaint-form__field-input:hover,.complaint-form__field-select:hover,.complaint-form__field-textarea:hover{border-color:#0b0b45;background:#fdfaf7}.complaint-form__field-textarea{resize:none}.complaint-form__submit{width:100%!important;background:#0b0b45;color:#fff;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0b0b454d;box-sizing:border-box;margin-top:.5rem}.complaint-form__submit:hover:not(:disabled){background:#0b0b45;transform:translateY(-2px);box-shadow:0 8px 20px #0b0b4566}.complaint-form__submit:active:not(:disabled){transform:translateY(0)}.complaint-form__submit:focus{border:4px solid #e0e0e0}.complaint-form__submit:disabled{opacity:.5;cursor:not-allowed}.complaint-form__submit-icon{width:1.25rem;height:1.25rem;margin-right:.5rem;margin-bottom:-5px}.complaint-form__submit-spinner{animation:spin 1s linear infinite;border-radius:50%;height:1.25rem;width:1.25rem;border:2px solid transparent;border-bottom:2px solid white;margin-right:.5rem}.complaint-form__success{margin-top:1rem;background:#fdfaf7;border:1px solid #e0e0e0;border-radius:.75rem;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;padding:1rem;display:flex;align-items:center}.complaint-form__success-icon{width:1.5rem;height:1.5rem;color:#0b0b45;margin-right:.75rem}.complaint-form__success-message{color:#0e2244;font-weight:500}.complaint-modern-card__response-icon{width:12px;height:12px;color:#0ea5e9;flex-shrink:0;margin-top:1px}.submit-icon{width:1.25rem!important;height:1.25rem!important;margin-right:.5rem!important;border:2px solid red}.complaint-container .complaint-form-section input:not([type=file]),.complaint-container .complaint-form-section select,.complaint-container .complaint-form-section textarea,.complaint-container .complaint-form-section button:not(.complaint-upload__btn):not(.complaint-upload__remove){width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box!important;display:block!important;flex:none!important}.complaint-container .complaint-form-section input[type=file]{display:none!important}.complaint-form-section .card__content input:not([type=file]),.complaint-form-section .card__content select,.complaint-form-section .card__content textarea,.complaint-form-section .card__content button:not(.complaint-upload__btn):not(.complaint-upload__remove){width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box!important;display:block!important;flex:none!important}.complaint-upload{margin-bottom:1rem}.complaint-upload input[type=file]{display:none!important;visibility:hidden!important;position:absolute!important;pointer-events:none!important}.complaint-upload__drop-zone{width:100%!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1.1rem 1rem;border:2px dashed #d1d5db;border-radius:10px;background:#fdfaf7;color:#6b7280;cursor:pointer;transition:border-color .15s,background .15s;box-sizing:border-box;margin-top:.35rem;text-align:center}.complaint-upload__drop-zone:hover{border-color:#0b0b45;background:#fdfaf7;color:#163867}.complaint-upload__drop-icon{color:#9ca3af;transition:color .15s;margin-bottom:-5px;margin-right:5px}.complaint-upload__drop-zone:hover .complaint-upload__drop-icon{color:#0b0b45}.complaint-upload__drop-text{font-size:.85rem;font-weight:600}.complaint-upload__drop-hint{font-size:.72rem;color:#9ca3af}.complaint-upload__previews{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;margin-bottom:.25rem;width:100%}.complaint-upload__preview-item{position:relative;width:72px;height:72px;border-radius:8px;overflow:hidden;flex-shrink:0;border:1.5px solid #e5e7eb}.complaint-upload__preview-item img{width:100%;height:100%;object-fit:cover;display:block}.complaint-upload__preview-item:hover img{filter:brightness(.55)}.complaint-upload__preview-item:hover .complaint-upload__remove{opacity:1!important}.complaint-upload__remove{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;min-width:unset!important;max-width:unset!important;padding:0!important;margin:0!important;background:transparent!important;border:none!important;border-radius:0!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;opacity:0!important;transition:opacity .15s!important;z-index:2!important;flex:none!important}.complaint-upload__add-more{width:72px!important;height:72px!important;min-width:unset!important;max-width:unset!important;border-radius:8px!important;border:2px dashed #d1d5db!important;background:#fdfaf7!important;color:#6b7280!important;display:flex!important;flex-direction:column;align-items:center!important;justify-content:center!important;gap:.1rem;cursor:pointer!important;font-size:1rem;font-weight:700;transition:border-color .15s,background .15s}.complaint-upload__add-more:hover{border-color:#0b0b45!important;background:#fdfaf7!important;color:#163867!important}.complaint-upload__hint{font-size:.75rem;color:#6b7280;margin-top:.2rem}.complaint-modern-card__images{margin:.5rem 0}.complaint-modern-card__images--resolution{border-top:1px solid #e5e0d8;padding-top:.5rem}.complaint-modern-card__images-label{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:.3rem;margin-bottom:.35rem}.complaint-modern-card__thumbs{display:flex;flex-wrap:wrap;gap:.4rem}.complaint-thumb{position:relative;width:60px;height:60px;border-radius:6px;overflow:hidden;border:1.5px solid #e5e7eb;cursor:pointer}.complaint-thumb img{width:100%;height:100%;object-fit:cover;transition:filter .15s}.complaint-thumb__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .15s}.complaint-thumb:hover img{filter:brightness(.85)}.complaint-thumb:hover .complaint-thumb__overlay{opacity:1}.complaint-img-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999}.complaint-img-modal__box{position:relative;max-width:90vw;max-height:90vh}.complaint-img-modal__close{position:absolute;top:-12px;right:-12px;background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000004d;z-index:1}.complaint-img-modal__img{max-width:90vw;max-height:85vh;border-radius:8px;object-fit:contain}.complaint-upload__preview-item>button.complaint-upload__remove{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;min-width:unset!important;max-width:unset!important;padding:0!important;margin:0!important;background:transparent!important;color:#fff!important;border:none!important;border-radius:0!important;cursor:pointer!important;opacity:0!important;transition:opacity .15s ease!important;z-index:2!important}.complaint-upload__preview-item>button.complaint-upload__remove svg{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:22px!important;height:22px!important;display:block!important;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6))}.complaint-upload__preview-item:hover>button.complaint-upload__remove{opacity:1!important}.registration-history__pay-section{margin-top:1rem;padding:.875rem;background:#fff8f0;border:1px solid #fed7aa;border-radius:8px}.registration-history__pay-section .registration-history__pay-info{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#92400e;margin-bottom:.75rem;line-height:1.4}.registration-history__pay-section .registration-history__pay-info .text-red-600{color:#dc2626}.registration-history__pay-section .registration-history__pay-actions{display:flex;gap:.6rem;flex-wrap:wrap}.registration-history__pay-section .registration-history__pay-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.registration-history__pay-section .registration-history__pay-btn:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-1px);box-shadow:0 4px 12px #f9731659}.registration-history__pay-section .registration-history__pay-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.registration-history__pay-section .registration-history__pay-btn .animate-spin{animation:spin 1s linear infinite}.registration-history__pay-section .registration-history__cancel-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;background:#fff;color:#dc2626;border:1.5px solid #fca5a5;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.registration-history__pay-section .registration-history__cancel-btn:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;transform:translateY(-1px)}.registration-history__pay-section .registration-history__cancel-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.registration-history__pay-section .registration-history__cancel-btn .animate-spin{animation:spin 1s linear infinite}.registration-history__item--cancelled{background:#fff5f5!important;border-color:#fecaca!important;border-left:4px solid #ef4444!important}.registration-history__item--cancelled:hover{border-color:#fca5a5!important;box-shadow:0 4px 12px #ef444414!important}.registration-history__cancelled{display:flex;align-items:flex-start;gap:.5rem;margin-top:.875rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.8rem}.registration-history__cancelled svg{flex-shrink:0;margin-top:1px}.registration-history__cancelled-title{font-weight:600;margin-bottom:.2rem}.registration-history__cancelled-reason{color:#7f1d1d;line-height:1.4}.registration-history__rejection{display:flex;align-items:flex-start;gap:.5rem;margin-top:.875rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.8rem}.registration-history__rejection svg{flex-shrink:0;margin-top:1px}.registration-history__rejection .registration-history__rejection-title{font-weight:600;margin-bottom:.2rem}.registration-history__rejection .registration-history__rejection-reason{color:#7f1d1d;line-height:1.4}.registration-history__rejection .registration-history__rejection-notes{color:#92400e;margin-top:.25rem;font-style:italic}.registration-history__resubmit-section{margin-top:.875rem}.registration-history__resubmit-section .registration-history__resubmit-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.registration-history__resubmit-section .registration-history__resubmit-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659}.registration-history__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.registration-history__modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:460px;box-shadow:0 20px 60px #0003}.registration-history__modal .registration-history__modal-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.registration-history__modal .registration-history__modal-reg{font-size:.8rem;color:#64748b;margin-bottom:1rem}.registration-history__modal .registration-history__modal-rejection{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:.8rem;color:#991b1b;margin-bottom:1rem}.registration-history__modal .registration-history__modal-rejection svg{flex-shrink:0;margin-top:1px}.registration-history__modal .registration-history__modal-desc{font-size:.85rem;color:#475569;margin-bottom:1rem;line-height:1.5}.registration-history__modal .registration-history__modal-upload{margin-bottom:1.25rem}.registration-history__modal .registration-history__modal-upload label{display:block;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:.4rem}.registration-history__modal .registration-history__modal-upload input[type=file]{width:100%;font-size:.8rem;border:1px dashed #cbd5e1;border-radius:6px;padding:.5rem;cursor:pointer}.registration-history__modal .registration-history__modal-upload .registration-history__modal-filename{font-size:.75rem;color:#0b0b45;margin-top:.3rem}.registration-history__modal .registration-history__modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.registration-history__modal .registration-history__modal-actions button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.registration-history__modal .registration-history__modal-actions button:disabled{opacity:.6;cursor:not-allowed}.registration-history__modal .registration-history__modal-actions .registration-history__modal-cancel{background:#f1f5f9;color:#475569}.registration-history__modal .registration-history__modal-actions .registration-history__modal-cancel:hover:not(:disabled){background:#e2e8f0}.registration-history__modal .registration-history__modal-actions .registration-history__modal-submit{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.registration-history__modal .registration-history__modal-actions .registration-history__modal-submit:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f659}.registration-history__modal .registration-history__modal-actions .registration-history__modal-submit .spin{animation:spin 1s linear infinite}.registration-history__modal .registration-history__modal-actions .registration-history__modal-confirm-cancel{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.registration-history__modal .registration-history__modal-actions .registration-history__modal-confirm-cancel:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444459}.registration-history__modal .registration-history__modal-actions .registration-history__modal-confirm-cancel .spin{animation:spin 1s linear infinite}.registration-history__modal--cancel{text-align:center}.registration-history__modal--cancel .registration-history__modal-cancel-icon{width:52px;height:52px;border-radius:50%;background:#fef2f2;border:2px solid #fecaca;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#dc2626}.registration-history__modal--cancel .registration-history__modal-title{color:#dc2626}.registration-history__modal--cancel .registration-history__modal-actions{justify-content:center}.registration-history__badges{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.35rem}.registration-history__dp-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;border-radius:999px;background:#eee;color:#1d4ed8;font-size:.7rem;font-weight:600}.registration-history__detail--dp{color:#1d4ed8}.registration-history__detail--dp strong{font-weight:700}.registration-history__detail--dp-deadline{color:#b45309}.registration-history__detail--dp-deadline strong{font-weight:700}.registration-history__pay-dp-note{display:flex;align-items:center;gap:.4rem;padding:.4rem .7rem;margin-bottom:.5rem;background:#f5f5f5;border-left:3px solid #3b82f6;border-radius:0 4px 4px 0;font-size:.8rem;color:#1d4ed8}.registration-history__pay-dp-note strong{font-weight:700}.registration-history__modal-dp-warning{margin:0 0 1rem;padding:.6rem .9rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;font-size:.82rem;color:#92400e;line-height:1.5;text-align:left}.registration-history__modal-dp-warning strong{font-weight:700}.registration-history__pay-section--remaining{background:linear-gradient(135deg,#f5f5f5,#eee);border:1px solid #93c5fd;border-radius:8px;padding:.75rem 1rem;margin-top:.75rem}.registration-history__pay-btn--remaining{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important}.registration-history__pay-btn--remaining:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af)!important;box-shadow:0 4px 12px #2563eb66!important}.registration-history__payment-option-selector{background:#fdfaf7;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;padding:.85rem 1rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.6rem}.registration-history__payment-option-label{font-size:.8rem;font-weight:600;color:#475569;margin:0}.registration-history__payment-option-cards{display:flex;gap:.6rem;flex-wrap:wrap}.registration-history__payment-option-card{flex:1;min-width:130px;display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:8px;border:2px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;transition:all .15s ease;position:relative}.registration-history__payment-option-card:hover:not(:disabled){border-color:#94a3b8;background:#f1f5f9}.registration-history__payment-option-card--active{border-color:#3b82f6;background:#f5f5f5}.registration-history__payment-option-card:disabled{opacity:.6;cursor:not-allowed}.registration-history__payment-option-card__icon{font-size:1.1rem;flex-shrink:0}.registration-history__payment-option-card__label{font-size:.75rem;font-weight:600;color:#334155;line-height:1.2}.registration-history__payment-option-card__amount{font-size:.82rem;font-weight:700;color:#1e293b}.registration-history__payment-option-card__desc{font-size:.7rem;color:#64748b;margin-top:1px}.registration-history__payment-option-card__check{position:absolute;top:6px;right:8px;font-size:.75rem;font-weight:700;color:#2563eb}.registration-history__payment-option-warning{font-size:.75rem;color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;padding:.4rem .6rem;margin:0}.registration-history__payment-option-warning strong{font-weight:700}.registration-history__payment-option-total{font-size:.8rem;color:#475569;padding-top:.25rem;border-top:1px solid #e2e8f0}.registration-history__payment-option-total strong{color:#1e293b;font-size:.9rem}.registration-history__dp-badge--done{background:#eee;color:#163867}.renewal-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9000;display:flex;align-items:center;justify-content:center;padding:1.25rem}.renewal-modal{background:#fff;border-radius:16px;width:100%;max-width:540px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0000002e;overflow:hidden}.renewal-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.75rem 1.25rem;background:#0b0b45;color:#fff}.renewal-modal__header-info h3{margin:0 0 .4rem;font-size:1.2rem;font-weight:700;color:#fff;letter-spacing:-.01em}.renewal-modal__header-info p{margin:0;font-size:.82rem;color:#ffffffc7}.renewal-modal__close{background:#ffffff26;border:none;cursor:pointer;color:#ffffffd9;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s;margin-left:1rem}.renewal-modal__close:hover{background:#ffffff47;color:#fff}.renewal-modal__body{overflow-y:auto;flex:1;padding:1.75rem 1.75rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.renewal-modal__info-card{background:#fdfaf7;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.renewal-modal__info-row{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:#0e2244;font-weight:500}.renewal-modal__info-row svg{color:#0b0b45;flex-shrink:0}.renewal-modal__field{display:flex;flex-direction:column;gap:.6rem}.renewal-modal__field label{font-size:.85rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.4rem}.renewal-modal__field label svg{color:#6b7280}.renewal-modal__duration-grid{display:flex;flex-wrap:wrap;gap:.6rem}.renewal-modal__duration-btn{padding:.55rem 1.1rem;border:1.5px solid #eeeeee;border-radius:8px;background:#fff;font-size:.85rem;font-weight:500;color:#374151;cursor:pointer;transition:all .18s ease}.renewal-modal__duration-btn:hover{border-color:#0b0b45;color:#0b0b45;background:#fdfaf7}.renewal-modal__duration-btn.selected{border-color:#0b0b45;background:#0b0b45;color:#fff;box-shadow:0 2px 8px #0b0b4547}.renewal-modal__summary{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.renewal-modal__summary-item{display:flex;justify-content:space-between;align-items:flex-start;font-size:.875rem;gap:.5rem}.renewal-modal__summary-item span{color:#6b7280}.renewal-modal__summary-item strong{color:#111827;text-align:right;font-weight:600}.renewal-modal__discount{color:#0b0b45}.renewal-modal__summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:.875rem;border-top:2px solid #eeeeee;margin-top:.25rem}.renewal-modal__summary-total span{font-size:.95rem;font-weight:700;color:#111827}.renewal-modal__summary-total strong{font-size:1.2rem;font-weight:800;color:#0b0b45}.renewal-modal__info-text{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:.875rem 1.1rem;font-size:.815rem;color:#92400e;line-height:1.6;margin:0}.renewal-modal__actions{display:flex;gap:.875rem;padding-top:.25rem}.renewal-modal__back-btn{flex:1;padding:.875rem 1rem;background:#fff;color:#6b7280;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.renewal-modal__back-btn:hover:not(:disabled){border-color:#9ca3af;color:#374151;background:#fdfaf7}.renewal-modal__back-btn:disabled{opacity:.5;cursor:not-allowed}.renewal-modal__pay-btn{flex:2;padding:.875rem 1rem;background:#0b0b45;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;box-shadow:0 3px 10px #0b0b4552}.renewal-modal__pay-btn:hover:not(:disabled){background:#0b0b45;transform:translateY(-1px);box-shadow:0 6px 18px #0b0b4561}.renewal-modal__pay-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 10px #0b0b4552}.renewal-modal__pay-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.renewal-modal__select,.renewal-modal__input{width:100%;padding:.65rem .875rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#374151;background:#fff;box-sizing:border-box;transition:border-color .2s}.renewal-modal__select:focus,.renewal-modal__input:focus{outline:none;border-color:#0b0b45;box-shadow:0 0 0 3px #0b0b451f}.spin{animation:renewal-spin 1s linear infinite}@keyframes renewal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 520px){.renewal-modal__overlay{padding:1rem;align-items:center}.renewal-modal{border-radius:16px;max-height:92vh}.renewal-modal__header{padding:1.25rem 1.25rem 1rem}.renewal-modal__body{padding:1.25rem 1.25rem 1rem;gap:1rem}.renewal-modal__summary{padding:1rem 1.25rem}.renewal-modal__actions{gap:.75rem}.renewal-modal__duration-btn{padding:.5rem .875rem;font-size:.82rem}}.animate-spin{animation:spin 1s linear infinite}.payment__pay-info{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#6b7280;margin-bottom:.5rem}.payment__pay-info svg{flex-shrink:0;color:#9ca3af}.payment__expiry--urgent{color:#dc2626}.payment__expired-notice{font-size:.8rem;font-weight:500;margin:0 0 .75rem;color:#6b7280}.payment__registration-section--expired .payment__expired-notice{color:#dc2626}.payment__registration-actions{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.payment__action-btn--cancel{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:#fff;color:#dc2626;border:1.5px solid #fca5a5}.payment__action-btn--cancel:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;transform:translateY(-1px)}.payment__action-btn--cancel:disabled{opacity:.55;cursor:not-allowed;transform:none}.payment__transfer-info{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:.4rem .75rem}.payment__cancel-modal{background:#fff;border-radius:12px;padding:1.75rem 1.5rem;width:100%;max-width:420px;text-align:center;box-shadow:0 20px 60px #0003}.payment__cancel-modal-icon{width:52px;height:52px;border-radius:50%;background:#fef2f2;border:2px solid #fecaca;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#dc2626}.payment__cancel-modal-title{font-size:1.1rem;font-weight:700;color:#dc2626;margin-bottom:.25rem}.payment__cancel-modal-room{font-size:.85rem;color:#64748b;margin-bottom:.75rem}.payment__cancel-modal-desc{font-size:.82rem;color:#475569;line-height:1.5;margin-bottom:1.25rem}.payment__cancel-modal-actions{display:flex;gap:.75rem;justify-content:center}.payment__cancel-modal-actions button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.payment__cancel-modal-actions button:disabled{opacity:.6;cursor:not-allowed}.payment__cancel-modal-back{background:#f1f5f9;color:#475569}.payment__cancel-modal-back:hover:not(:disabled){background:#e2e8f0}.payment__cancel-modal-confirm{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.payment__cancel-modal-confirm:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444459}.payment__cancel-modal-confirm .animate-spin{animation:spin 1s linear infinite}.payment__dp-badge{display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem;padding:.15rem .5rem;border-radius:999px;background:#eee;color:#1d4ed8;font-size:.7rem;font-weight:600;vertical-align:middle}.payment__dp-info{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;margin-top:.3rem;font-size:.78rem;color:#1d4ed8;background:#f5f5f5;border-left:3px solid #3b82f6;padding:.3rem .6rem;border-radius:0 4px 4px 0}.payment__dp-info strong{font-weight:700}.payment__dp-info-sep{color:#93c5fd}.payment__pending-item--dp{border-left:3px solid #3b82f6}.payment__cancel-modal-dp-warning{margin:0 0 1rem;padding:.6rem .9rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;font-size:.82rem;color:#92400e;line-height:1.5;text-align:left}.payment__cancel-modal-dp-warning strong{font-weight:700}.payment__dp-badge--remaining{background:#eee;color:#163867}.payment__dp-info--remaining{background:#fdfaf7;border-left-color:#15156e;color:#163867}.payment__registration-section{display:flex;flex-direction:column;gap:.75rem}.payment__payment-option-selector{background:#fdfaf7;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.6rem}.payment__payment-option-label{font-size:.8rem;font-weight:600;color:#475569;margin:0}.payment__payment-option-cards{display:flex;gap:.6rem;flex-wrap:wrap}.payment__payment-option-card{flex:1;min-width:140px;display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:8px;border:2px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;transition:all .15s ease;position:relative}.payment__payment-option-card:hover:not(:disabled){border-color:#94a3b8;background:#f1f5f9}.payment__payment-option-card--active{border-color:#3b82f6;background:#f5f5f5}.payment__payment-option-card:disabled{opacity:.6;cursor:not-allowed}.payment__payment-option-card__icon{font-size:1.1rem;flex-shrink:0}.payment__payment-option-card__label{font-size:.75rem;font-weight:600;color:#334155;line-height:1.2}.payment__payment-option-card__amount{font-size:.82rem;font-weight:700;color:#1e293b}.payment__payment-option-card__desc{font-size:.7rem;color:#64748b;margin-top:1px}.payment__payment-option-card__check{position:absolute;top:6px;right:8px;font-size:.75rem;font-weight:700;color:#2563eb}.payment__payment-option-warning{font-size:.75rem;color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;padding:.4rem .6rem;margin:0}.payment__payment-option-warning strong{font-weight:700}.payment__payment-option-total{font-size:.8rem;color:#475569;padding-top:.25rem;border-top:1px solid #e2e8f0}.payment__payment-option-total strong{color:#1e293b;font-size:.9rem}.dashboard-notification-bell{position:relative;display:flex;align-items:center}.dashboard-notification-bell .notification-bell-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea4d}.dashboard-notification-bell .notification-bell-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66;background:linear-gradient(135deg,#5a6fd8,#6a4190)}.dashboard-notification-bell .notification-bell-btn:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.dashboard-notification-bell .notification-bell-btn.has-notifications{animation:bellShake 2s infinite;background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 4px 12px #ff6b6b66}.dashboard-notification-bell .notification-bell-btn.has-notifications:hover{background:linear-gradient(135deg,#ff5252,#d63031);box-shadow:0 8px 25px #ff6b6b80}.dashboard-notification-bell .notification-bell-btn .bell-icon{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.dashboard-notification-bell .notification-bell-btn .notification-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#ff4757,#ff3742);color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 8px #ff475766;animation:badgePulse 2s infinite}.notification-dropdown-portal{position:fixed!important;z-index:800!important;pointer-events:auto!important}.notification-dropdown-portal .notification-dropdown{position:relative;width:380px;max-height:5000px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026,0 8px 20px #0000001a;border:1px solid rgba(255,255,255,.2);overflow:hidden;animation:dropdownSlide .3s cubic-bezier(.4,0,.2,1)}.notification-dropdown-portal .notification-dropdown:before{content:"";position:absolute;top:-8px;right:20px;width:16px;height:16px;background:#fff;border-left:1px solid rgba(255,255,255,.2);border-top:1px solid rgba(255,255,255,.2);transform:rotate(45deg);z-index:-1}.notification-dropdown-portal .notification-dropdown .dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f1f3f4;background:linear-gradient(135deg,#fff,#e9ecef)}.notification-dropdown-portal .notification-dropdown .dropdown-header .dropdown-title{font-size:18px;font-weight:600;color:#2c3e50;margin:0;display:flex;align-items:center;gap:8px}.notification-dropdown-portal .notification-dropdown .dropdown-header .dropdown-title .unread-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:12px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center}.notification-dropdown-portal .notification-dropdown .dropdown-header .notification-close-btn{background:none;border:none;color:#6c757d;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s}.notification-dropdown-portal .notification-dropdown .dropdown-header .notification-close-btn:hover{background:#6c757d1a;color:#495057}.notification-dropdown-portal .notification-dropdown .dropdown-content{max-height:360px;overflow-y:auto}.notification-dropdown-portal .notification-dropdown .dropdown-content::-webkit-scrollbar{width:6px}.notification-dropdown-portal .notification-dropdown .dropdown-content::-webkit-scrollbar-track{background:transparent}.notification-dropdown-portal .notification-dropdown .dropdown-content::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#ddd,#ccc);border-radius:3px}.notification-dropdown-portal .notification-dropdown .dropdown-content .loading-state,.notification-dropdown-portal .notification-dropdown .dropdown-content .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.notification-dropdown-portal .notification-dropdown .dropdown-content .loading-state .loading-spinner,.notification-dropdown-portal .notification-dropdown .dropdown-content .empty-state .loading-spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.notification-dropdown-portal .notification-dropdown .dropdown-content .loading-state .empty-icon,.notification-dropdown-portal .notification-dropdown .dropdown-content .empty-state .empty-icon{color:#adb5bd;margin-bottom:12px}.notification-dropdown-portal .notification-dropdown .dropdown-content .loading-state p,.notification-dropdown-portal .notification-dropdown .dropdown-content .empty-state p{color:#6c757d;font-size:14px;margin:0}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list{padding:8px 0}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item{padding:16px 24px;cursor:pointer;transition:all .2s;border-left:4px solid transparent;position:relative}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item:hover{background:#667eea0d}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item.unread{background:#667eea08}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item.unread:hover{background:#667eea14}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item.priority-urgent{border-left-color:#ff4757}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item.priority-urgent .notification-content{background:linear-gradient(90deg,rgba(255,71,87,.05) 0%,transparent 100%);border-radius:8px;padding:12px;margin:-4px}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item.priority-high{border-left-color:#ffa502}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item.priority-normal{border-left-color:#667eea}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item.priority-low{border-left-color:#95a5a6}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-header{margin-bottom:8px}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-header .notification-title-wrapper{display:flex;align-items:center;gap:8px}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-header .notification-title-wrapper .notification-icon.urgent{color:#ff4757}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-header .notification-title-wrapper .notification-icon.warning{color:#ffa502}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-header .notification-title-wrapper .notification-icon.info{color:#667eea}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-header .notification-title-wrapper .notification-icon.normal{color:#95a5a6}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-header .notification-title-wrapper .notification-title{font-size:14px;font-weight:600;color:#2c3e50;margin:0;flex:1;line-height:1.4}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-header .notification-title-wrapper .unread-dot{width:8px;height:8px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #667eea33;animation:dotPulse 2s infinite}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-message{color:#495057;font-size:13px;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-footer{display:flex;align-items:center;justify-content:space-between;font-size:12px}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-footer .notification-time{color:#6c757d;font-weight:500}.notification-dropdown-portal .notification-dropdown .dropdown-content .notifications-list .notification-item .notification-content .notification-footer .notification-location{color:#667eea;font-weight:600;background:#667eea1a;padding:2px 8px;border-radius:12px}.notification-dropdown-portal .notification-dropdown .dropdown-footer{padding:16px 24px;border-top:1px solid #f1f3f4;background:#fdfaf7}.notification-dropdown-portal .notification-dropdown .dropdown-footer .view-all-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.notification-dropdown-portal .notification-dropdown .dropdown-footer .view-all-btn:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}@keyframes bellShake{0%,50%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}}@keyframes badgePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}@media (max-width: 768px){.notification-dropdown-portal .notification-dropdown{max-height:78vh}.notification-dropdown-portal .notification-dropdown .dropdown-content{max-height:calc(75vh - 130px)}.notification-dropdown-portal .notification-dropdown .dropdown-header{padding:16px 18px 14px}.notification-dropdown-portal .notification-dropdown .dropdown-header .dropdown-title{font-size:16px}.notification-dropdown-portal .notification-dropdown .notifications-list .notification-item{padding:14px 18px}.notification-dropdown-portal .notification-dropdown .dropdown-footer{padding:12px 18px}}@media (max-width: 480px){.notification-dropdown-portal .notification-dropdown{max-height:75vh;width:320px;border-radius:12px}.notification-dropdown-portal .notification-dropdown:before{right:22px}.notification-dropdown-portal .notification-dropdown .dropdown-content{max-height:calc(70vh - 120px)}.notification-dropdown-portal .notification-dropdown .dropdown-header{padding:14px 16px 12px}.notification-dropdown-portal .notification-dropdown .dropdown-header .dropdown-title{font-size:15px}.notification-dropdown-portal .notification-dropdown .notifications-list .notification-item{padding:12px 16px}.notification-dropdown-portal .notification-dropdown .notifications-list .notification-item .notification-content .notification-message{font-size:12px}.notification-dropdown-portal .notification-dropdown .dropdown-footer{padding:10px 16px}.notification-dropdown-portal .notification-dropdown .dropdown-footer .view-all-btn{padding:10px;font-size:13px}}.nt{padding:1.5rem}.nt__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.nt__toolbar-left,.nt__toolbar-right{display:flex;align-items:center;gap:.5rem}.nt__title{font-size:1.15rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem;margin:0}.nt__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;border-radius:999px}.nt__mark-all{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .875rem;background:transparent;border:1px solid #3b82f6;color:#3b82f6;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.nt__mark-all:hover:not(:disabled){background:#f5f5f5}.nt__mark-all:disabled{opacity:.6;cursor:not-allowed}.nt__controls{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.nt__controls-right{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-left:auto}.nt__search-wrap{position:relative;flex:1;min-width:180px;max-width:320px}.nt__search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.nt__search{width:100%;padding:.45rem .75rem .45rem 2rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;color:#1e293b;background:#fff;outline:none;transition:border-color .2s}.nt__search:focus{border-color:#3b82f6}.nt__search::placeholder{color:#94a3b8}.nt__filter{display:flex;gap:.4rem}.nt__filter-btn{padding:.35rem 1rem;border-radius:999px;font-size:.8rem;font-weight:500;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#64748b;transition:all .2s}.nt__filter-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600}.nt__filter-btn:hover:not(.active){background:#f1f5f9}.nt__perpage{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#64748b;white-space:nowrap}.nt__perpage select{padding:.3rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem;color:#1e293b;background:#fff;cursor:pointer;outline:none;transition:border-color .2s}.nt__perpage select:focus{border-color:#3b82f6}.nt__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:4rem 1rem;color:#94a3b8}.nt__loading p{font-size:.9rem;margin:0}.nt__loading svg{color:#cbd5e1}.nt__empty{text-align:center;padding:3rem 1rem;color:#94a3b8}.nt__empty svg{color:#cbd5e1;margin-bottom:.5rem}.nt__empty p{font-size:.9rem;margin:0}.nt__table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px}.nt__table{width:100%;border-collapse:collapse;font-size:.85rem}.nt__th{padding:.75rem 1rem;text-align:left;font-size:.78rem;font-weight:600;color:#64748b;background:#fdfaf7;border-bottom:1px solid #e2e8f0;white-space:nowrap}.nt__th--no{width:50px}.nt__th--center{text-align:center}.nt__td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.nt__td--no{color:#94a3b8;font-size:.78rem;width:50px}.nt__td--center{text-align:center}.nt__td--msg{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nt__td--time{white-space:nowrap;font-size:.78rem;color:#94a3b8}.nt__td--title{min-width:160px}.nt__tr--unread{background:#f0f7ff}.nt__tr--unread:hover{background:#e0f0ff}.nt tbody tr:last-child .nt__td{border-bottom:none}.nt__title-cell{display:flex;align-items:center;gap:.45rem;font-weight:600;color:#1e293b}.nt .nt-icon{flex-shrink:0}.nt .nt-icon.urgent{color:#ef4444}.nt .nt-icon.warning{color:#f59e0b}.nt .nt-icon.success{color:#0b0b45}.nt .nt-icon.info{color:#3b82f6}.nt .nt-icon.normal{color:#94a3b8}.nt__type-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;white-space:nowrap}.nt__type-badge.warning{background:#fef3c7;color:#92400e}.nt__type-badge.urgent{background:#fee2e2;color:#991b1b}.nt__type-badge.success{background:#eee;color:#0e2244}.nt__type-badge.info{background:#eee;color:#1e40af}.nt__type-badge.normal{background:#f1f5f9;color:#64748b}.nt__status-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600}.nt__status-badge.read{background:#f1f5f9;color:#64748b}.nt__status-badge.unread{background:#eee;color:#1e40af}.nt__read-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e0e0e0;background:#f5f5f5;color:#3b82f6;border-radius:6px;cursor:pointer;transition:all .2s}.nt__read-btn:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.nt__pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.nt__pagination-info{font-size:.8rem;color:#64748b;margin:0}.nt__pagination-btns{display:flex;align-items:center;gap:.3rem}.nt__page-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .65rem;border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.nt__page-btn:hover:not(:disabled):not(.active){background:#f1f5f9}.nt__page-btn:disabled{opacity:.4;cursor:not-allowed}.nt__page-btn--num{min-width:32px;justify-content:center}.nt__page-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600}.nt .spin{animation:nt-spin 1s linear infinite}@keyframes nt-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.activation-payment-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.activation-payment-overlay .activation-payment-modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040;animation:modalSlideUp .3s ease-out}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:1px solid #f0f0f0;margin-bottom:24px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-header h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-header .guest-activation-close-btn{background:none;border:none;color:#666;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-header .guest-activation-close-btn:hover{background:#f5f5f5;color:#333}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content{padding:0 24px 24px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .success-state,.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .error-state{text-align:center;padding:40px 20px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .success-state .success-icon,.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .error-state .success-icon{color:#15156e;margin-bottom:20px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .success-state .error-icon,.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .error-state .error-icon{color:#ef4444;margin-bottom:20px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .success-state h3,.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .error-state h3{font-size:24px;font-weight:700;margin-bottom:12px;color:#1a1a1a}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .success-state p,.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .error-state p{color:#666;line-height:1.6;margin-bottom:8px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .success-state p:last-of-type,.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .error-state p:last-of-type{margin-bottom:32px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .guest-info{background:#f8fafc;border-radius:12px;padding:24px;margin-bottom:24px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .guest-info h3{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .guest-info>p{color:#666;line-height:1.6;margin-bottom:20px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .guest-info .guest-details .detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .guest-info .guest-details .detail-item:last-child{border-bottom:none}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .guest-info .guest-details .detail-item .label{font-weight:500;color:#374151}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .guest-info .guest-details .detail-item .value{color:#1a1a1a;font-weight:600}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary .summary-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary .summary-header svg{color:#3b82f6}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary .summary-header h4{font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary .summary-items .summary-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;color:#374151}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary .summary-items .summary-item:last-child{border-top:none}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary .summary-items .summary-divider{border-top:2px solid #e5e7eb;margin:16px 0}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary .summary-items .summary-total{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:700;color:#1a1a1a;padding:16px 0 0}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .error-message{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .error-message svg{flex-shrink:0}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-info{margin-bottom:32px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-info .security-info{display:flex;align-items:center;gap:8px;color:#15156e;font-weight:500;margin-bottom:12px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-info .security-info svg{flex-shrink:0}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-info .payment-description{color:#666;line-height:1.6;font-size:14px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .action-buttons{display:flex;gap:12px;justify-content:flex-end}.primary-btn,.secondary-btn{padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;border:none}.primary-btn:disabled,.secondary-btn:disabled{opacity:.6;cursor:not-allowed}.primary-btn{background:#3b82f6;color:#fff}.primary-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.primary-btn.gateway-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.primary-btn.gateway-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190)}.secondary-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.secondary-btn:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.activation-payment-overlay{padding:20px 16px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-header{padding:20px 20px 0}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-header h2{font-size:20px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content{padding:0 20px 20px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .guest-info,.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .payment-summary{padding:20px}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .action-buttons{flex-direction:column}.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .action-buttons .primary-btn,.activation-payment-overlay .activation-payment-modal .guest-activation-modal-content .payment-form .action-buttons .secondary-btn{width:100%;justify-content:center}}.dashboard{min-height:100vh;background:#f2efea}.dashboard .profile-tab-container,.dashboard .complaint-tab-container,.dashboard .payment-tab-container,.dashboard .history-tab-container{position:relative;z-index:1}.dashboard__loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.dashboard__loading-content{text-align:center;background:#ffffffe6;padding:3rem 2rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #eeeeee}.dashboard__loading-spinner{width:60px;height:60px;border:4px solid #eeeeee;border-top:4px solid #0b0b45;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.dashboard__loading-text{font-size:1.2rem;font-weight:600;color:#0e2244;margin-bottom:.5rem}.dashboard__loading-subtext{font-size:.9rem;color:#0b0b45;margin:0}.dashboard__error{min-height:100vh;display:flex;align-items:center;justify-content:center}.dashboard__error-content{text-align:center;background:#ffffffe6;padding:3rem 2rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #fecaca;max-width:500px}.dashboard__error-icon{font-size:4rem;margin-bottom:1rem}.dashboard__error-title{font-size:1.5rem;font-weight:700;color:#dc2626;margin-bottom:1rem}.dashboard__error-text{font-size:1rem;color:#374151;line-height:1.6;margin-bottom:2rem}.dashboard__error-refresh-btn{background:#0b0b45;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.dashboard__error-refresh-btn:hover{background:#163867;transform:translateY(-1px);box-shadow:0 4px 12px #0b0b454d}.dashboard__error-refresh-btn:active{transform:translateY(0)}.dashboard__container{width:100%;padding:2rem 3rem}.dashboard__header{background:#fdfaf7;border-radius:1rem;box-shadow:0 1px 4px #00000012,0 4px 16px #1a3c6e14;border:1px solid #e2e8f0;border-top:4px solid #0b0b45;padding:1.75rem;margin-bottom:1.75rem}.dashboard__header-content{display:flex;align-items:center;justify-content:space-between}.dashboard__header-title{font-size:1.875rem;font-weight:700;color:#0e2244;margin-bottom:.5rem}.dashboard__header-subtitle{color:#0b0b45}.dashboard__header-status{display:flex;flex-direction:column;gap:15px;text-align:right}.dashboard__header-status-label{font-size:.875rem;color:#0b0b45;margin-bottom:.25rem}.dashboard .profile-header{display:flex;align-items:center;justify-content:space-between;width:100%;gap:2rem}.dashboard .profile-summary{display:flex;align-items:center;gap:1rem;flex:1}.dashboard .profile-avatar{width:5.5rem;height:5.5rem;border-radius:50%;overflow:hidden;position:relative;background:#fdfaf7;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid #fff;box-shadow:0 0 0 3px #0b0b45,0 4px 16px #1a3c6e33}.dashboard .profile-avatar img{width:100%;height:100%;object-fit:cover}.dashboard .profile-avatar-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#eee,#e0e0e0);color:#0b0b45}.dashboard .profile-info{flex:1}.dashboard .profile-name{font-size:1.6rem;font-weight:700;color:#0f172a;margin:0 0 .2rem;letter-spacing:-.01em}.dashboard .profile-email{font-size:.875rem;color:#64748b;margin:0 0 .6rem}.dashboard .profile-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dashboard .profile-type{font-size:.72rem;font-weight:600;color:#0e2244;background:#fdfaf7;padding:.2rem .6rem;border-radius:999px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;border:1px solid #e0e0e0;text-transform:uppercase;letter-spacing:.04em}.dashboard .profile-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.dashboard .header-actions-row{display:flex;align-items:center;gap:1rem;position:relative;z-index:100}.dashboard .profile-completion{text-align:right}.dashboard .completion-text{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;margin-bottom:.5rem}.dashboard .completion-percentage{font-size:1.25rem;font-weight:700;color:#0e2244}.dashboard .completion-label{font-size:.75rem;color:#0b0b45;text-align:right}.dashboard .completion-bar{width:13rem;height:.5rem;background:#e2e8f0;border-radius:999px;overflow:hidden}.dashboard .completion-bar.complete .completion-progress{background:#0b0b45}.dashboard .completion-progress{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:999px;transition:width .4s ease}.dashboard .profile-tab-container{display:flex;flex-direction:column;gap:1.5rem}.dashboard .profile-edit-actions{display:flex;justify-content:flex-start;align-items:center;padding:1rem;background:#fffc;border-radius:.75rem;border:1px solid #eeeeee;margin-bottom:1rem}.dashboard .edit-profile-btn{display:flex;align-items:center;gap:.5rem;background:#0b0b45;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem}.dashboard .edit-profile-btn:hover{background:#163867;transform:translateY(-1px);box-shadow:0 4px 8px #0b0b454d}.dashboard .edit-profile-btn:active{transform:translateY(0)}.dashboard .edit-profile-btn svg{width:1rem;height:1rem}.dashboard .profile-section-nav{display:flex;gap:.5rem;padding:.25rem;background:#dce8f780;border-radius:.75rem;margin-bottom:1.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.dashboard .profile-section-nav::-webkit-scrollbar{display:none}.dashboard .profile-nav-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:transparent;color:#0b0b45;border-radius:.5rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-size:.875rem;font-weight:500}.dashboard .profile-nav-button:hover{background:#ffffff80;color:#0e2244}.dashboard .profile-nav-button.active{background:#fff;color:#0e2244;box-shadow:0 1px 3px #0000001a}.dashboard .profile-nav-button svg{width:1rem;height:1rem}.dashboard .profile-content{display:flex;flex-direction:column;gap:1.5rem}.dashboard .profile-field-row{display:flex;align-items:center;padding:.125rem 0;border-bottom:1px solid #e5e0d8;gap:.75rem}.dashboard .profile-field-row:last-child{border-bottom:none}.dashboard .profile-field-row.complete .profile-field-label{color:#0e2244}.dashboard .profile-field-row.complete .value-text{color:#0e2244;font-weight:500}.dashboard .profile-field-row.incomplete .profile-field-label{color:#d97706}.dashboard .profile-field-row.incomplete .value-text{color:#92400e;font-style:italic}.dashboard .profile-field-label{font-size:.875rem;font-weight:500;color:#0b0b45;margin:0;white-space:nowrap;min-width:fit-content}.dashboard .profile-field-value{display:flex;align-items:center;gap:.5rem;flex:1}.dashboard .profile-field-value .value-text{color:#0e2244;font-weight:500;flex:1}.dashboard .profile-field-value .field-indicators{display:flex;align-items:center;gap:.25rem}.dashboard .profile-field-value .field-indicators svg{width:1rem;height:1rem}.dashboard .profile-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative}.dashboard .profile-fields-grid:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#e5e7eb;transform:translate(-50%);z-index:1}@media (max-width: 768px){.dashboard .profile-fields-grid{grid-template-columns:1fr;gap:1rem}.dashboard .profile-fields-grid:before{display:none}}.dashboard .profile-field-container{display:flex;align-items:center;padding:.125rem 0;position:relative;width:100%}.dashboard .profile-field-container .profile-field-label{font-size:.875rem;font-weight:500;color:#0b0b45;white-space:nowrap;flex-shrink:0}.dashboard .profile-field-container .profile-field-colon{color:#0b0b45;font-weight:500;margin-left:.5rem;margin-right:.25rem;flex-shrink:0}.dashboard .profile-field-container .profile-field-value{color:#0e2244;font-weight:500;text-align:left;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.dashboard .profile-field-container.address-field .profile-field-value,.dashboard .profile-field-container.parent-address-field .profile-field-value{white-space:normal;max-width:70%;word-wrap:break-word;line-height:1.4;text-align:left}.dashboard .profile-field-container.complete .profile-field-label,.dashboard .profile-field-container.complete .profile-field-colon{color:#0e2244}.dashboard .profile-field-container.complete .profile-field-value{color:#0e2244;font-weight:500}.dashboard .profile-field-container.incomplete .profile-field-label,.dashboard .profile-field-container.incomplete .profile-field-colon{color:#d97706}.dashboard .profile-field-container.incomplete .profile-field-value{color:#92400e;font-style:italic}.dashboard .documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.dashboard .document-item{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fdfaf7}.dashboard .document-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#0e2244}.dashboard .document-label svg{width:1rem;height:1rem}.dashboard .document-preview{position:relative;width:100%;height:120px;border-radius:.5rem;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.dashboard .document-image{width:100%;height:100%;object-fit:cover}.dashboard .document-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#9ca3af}.dashboard .document-placeholder svg{width:2rem;height:2rem}.dashboard .room-assignment-info{display:flex;flex-direction:column;gap:1rem}.dashboard .room-assignment-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 768px){.dashboard .room-assignment-grid{grid-template-columns:1fr}}.dashboard .no-room-assignment{padding:3rem 2rem;text-align:center}.dashboard .empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#6b7280}.dashboard .empty-state svg{width:3rem;height:3rem}.dashboard .empty-state h3{font-size:1.125rem;font-weight:600;color:#374151;margin:0}.dashboard .empty-state p{font-size:.875rem;line-height:1.5;margin:0;max-width:400px}.dashboard .additional-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;position:relative}.dashboard .additional-section-grid:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#e5e7eb;transform:translate(-50%);z-index:1}@media (max-width: 768px){.dashboard .additional-section-grid{grid-template-columns:1fr;gap:2rem}.dashboard .additional-section-grid:before{display:none}}.dashboard .additional-column{display:flex;flex-direction:column;gap:1rem}.dashboard .additional-subtitle{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#0e2244;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #eeeeee}.dashboard .additional-subtitle svg{width:1rem;height:1rem;color:#0b0b45}.dashboard .additional-fields{display:flex;flex-direction:column;gap:.25rem}@media (max-width: 768px){.dashboard .profile-fields-grid{grid-template-columns:1fr;gap:1rem}.dashboard .profile-field-container{display:flex;align-items:center;padding:.1rem 0;width:100%;min-height:1.5rem}.dashboard .profile-field-container .profile-field-label{flex-shrink:0;max-width:40%}.dashboard .profile-field-container .profile-field-colon{margin-left:.5rem;margin-right:.25rem;flex-shrink:0}.dashboard .profile-field-container .profile-field-value{text-align:left;flex:1;max-width:55%}.dashboard .profile-field-container.address-field .profile-field-value,.dashboard .profile-field-container.parent-address-field .profile-field-value{max-width:65%;white-space:normal;word-wrap:break-word;line-height:1.4;text-align:left}.dashboard .profile-field-row{flex-direction:column;align-items:flex-start;gap:.5rem}.dashboard .profile-field-row .profile-field-value{width:100%;justify-content:flex-start}.dashboard .profile-field-row .profile-field-value .value-text{text-align:left}.dashboard .profile-field-row .profile-field-value .field-indicators{margin-left:auto}.dashboard .room-assignment-grid,.dashboard .documents-grid{grid-template-columns:1fr}.dashboard .profile-section-nav{flex-wrap:wrap;gap:.25rem}.dashboard .profile-nav-button{padding:.5rem .75rem;font-size:.8rem}.dashboard .profile-nav-button svg{width:.875rem;height:.875rem}}@media (max-width: 480px){.dashboard .profile-field-container{padding:.1rem 0}.dashboard .profile-field-container .profile-field-label{font-size:.8rem}.dashboard .profile-field-container .profile-field-value{font-size:.875rem}.dashboard .profile-field-row{padding:.1rem 0}.dashboard .profile-field-row .profile-field-label{font-size:.8rem}.dashboard .profile-field-row .profile-field-value .value-text{font-size:.875rem}.dashboard .profile-fields-grid{gap:.75rem}.dashboard .document-preview{height:100px}.dashboard .edit-profile-btn{padding:.5rem 1rem;font-size:.8rem}.dashboard .edit-profile-btn svg{width:.875rem;height:.875rem}}.dashboard__navigation{display:flex;align-items:center;background:#fdfaf7;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;padding:.375rem;margin-bottom:1.75rem;position:relative;z-index:50;box-shadow:0 1px 3px #0000000d;overflow:visible}.dashboard__navigation-tabs{display:flex;gap:.25rem;width:100%;overflow:visible}.dashboard__tab{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem .75rem;border-radius:.5rem;font-weight:500;font-size:.875rem;transition:all .2s ease;border:none;background:none;cursor:pointer;white-space:nowrap;flex:1;min-width:0;color:#64748b}.dashboard__tab--active{background:#f0f0f0;color:#0e2244;font-weight:600;box-shadow:0 1px 3px #1a3c6e1a}.dashboard__tab--inactive:hover{color:#334155;background:#1a3c6e0d}.dashboard__tab-icon{width:1.1rem;height:1.1rem;flex-shrink:0;margin-right:0}.dashboard__signout-btn{display:flex;align-items:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .3s ease;border:1px solid #fecaca;background:#fef2f2cc;color:#dc2626;cursor:pointer;margin-left:auto}.dashboard__signout-btn:hover{background:#fee2e2;border-color:#f87171;color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 6px -1px #ef444433}.dashboard__signout-btn:active{transform:translateY(0);box-shadow:0 2px 4px -1px #ef444433}.dashboard__signout-btn:focus{outline:none;box-shadow:0 0 0 3px #ef444433}.dashboard__signout-btn .dashboard__tab-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.dashboard__loading{min-height:100vh;background:#fdfaf7;display:flex;align-items:center;justify-content:center}.dashboard__loading-content{text-align:center}.dashboard__loading-spinner{animation:spin 1s linear infinite;border-radius:50%;height:3rem;width:3rem;border:2px solid transparent;border-bottom:2px solid #0b0b45;margin:0 auto}.dashboard__loading-text{margin-top:1rem;color:#163867}.dashboard .pf-nav{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem;background:#fff;border-radius:.75rem .75rem 0 0;position:relative;z-index:10;overflow:visible}.dashboard .pf-nav__btn{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.85rem .5rem;border:none;background:transparent;color:#64748b;font-size:.8rem;font-weight:500;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-2px;position:relative;transition:color .2s,border-color .2s,background .2s}.dashboard .pf-nav__btn svg{flex-shrink:0;width:14px;height:14px;color:currentColor}.dashboard .pf-nav__btn span{overflow:hidden;text-overflow:ellipsis}.dashboard .pf-nav__btn:hover:not(.active){color:#334155;background:#1a3c6e0d}.dashboard .pf-nav__btn.active{color:#0b0b45;border-bottom-color:#0b0b45;font-weight:600;background:#f0f0f0}.dashboard .pf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem}.dashboard .pf-grid--compact{grid-template-columns:repeat(2,1fr);gap:.625rem}@media (max-width: 960px){.dashboard .pf-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.dashboard .pf-grid{grid-template-columns:1fr}}.dashboard .pf-field{padding:.875rem 1rem;background:#fdfaf7;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;display:flex;flex-direction:column;gap:.25rem;transition:border-color .15s;box-shadow:0 1px 2px #1a3c6e0d}.dashboard .pf-field--wide{grid-column:1/-1}.dashboard .pf-field__label{font-size:.7rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.dashboard .pf-field__value{font-size:.9rem;font-weight:500;color:#0f172a;line-height:1.4;word-break:break-word}.dashboard .pf-field.complete{border-left:3px solid #6da8e0}.dashboard .pf-field.complete .pf-field__value{color:#0f172a}.dashboard .pf-field.incomplete{background:#fffbeb;border:1px solid #fde68a;border-left:3px solid #f59e0b}.dashboard .pf-field.incomplete .pf-field__label{color:#b45309}.dashboard .pf-field.incomplete .pf-field__value{color:#92400e;font-style:italic;font-size:.85rem}@media (max-width: 480px){.dashboard__container{padding:1rem .5rem}.dashboard__header{padding:1.25rem 1rem;border-top-width:3px}.dashboard__header .profile-header{flex-direction:column;gap:1rem;align-items:center}.dashboard__header .profile-summary{flex-direction:column;align-items:center;text-align:center;gap:.75rem}.dashboard__header .profile-info{text-align:center}.dashboard__header .profile-meta{justify-content:center}.dashboard__header .profile-avatar{width:4.5rem;height:4.5rem}.dashboard__header .profile-name{font-size:1.25rem}.dashboard__header .profile-email{margin-bottom:.5rem}.dashboard__header .profile-actions{width:100%;align-items:center}.dashboard__header .completion-bar{width:100%}.dashboard__header .header-actions-row{justify-content:center;width:100%}.dashboard__navigation{padding:.25rem}.dashboard__navigation-tabs{gap:.15rem;justify-content:space-around}.dashboard__tab{position:relative;padding:.65rem .35rem;font-size:.72rem}.dashboard__tab-icon{width:1rem;height:1rem}.dashboard__tab-label{display:none}.dashboard__tab[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#0f172ae0;color:#fff;font-size:.7rem;font-weight:500;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:9999;box-shadow:0 2px 8px #00000026}.dashboard__signout-btn{width:auto;justify-content:center;padding:.65rem .75rem}.dashboard__signout-btn .dashboard__tab-icon{margin-right:0}.dashboard__signout-btn span:not([class*=icon]){display:none}}@media (min-width: 481px) and (max-width: 768px){.dashboard__container{padding:1.5rem 1rem}.dashboard__header-content{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard__header-status{text-align:left;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.dashboard__navigation{flex-direction:column;gap:1rem}.dashboard__navigation-tabs{width:100%;display:flex;flex-direction:row;justify-content:center;gap:.5rem}.dashboard__tab{position:relative;padding:.7rem .5rem;font-size:.78rem}.dashboard__tab-icon{margin-right:0}.dashboard__tab-label{display:none}.dashboard__tab[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#0f172ae0;color:#fff;font-size:.72rem;font-weight:500;padding:5px 12px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:9999;box-shadow:0 2px 8px #00000026}.dashboard__signout-btn{width:auto;justify-content:center;padding:.75rem 1rem}}@media (min-width: 769px) and (max-width: 1024px){.dashboard__navigation-tabs{justify-content:center;flex-direction:row;flex-wrap:nowrap;gap:.5rem}.dashboard__tab{position:relative;padding:.7rem .75rem;font-size:.85rem}.dashboard__tab-icon{margin-right:0}.dashboard__tab-label{display:inline;font-size:.8rem}.dashboard__tab[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#0f172ae0;color:#fff;font-size:.72rem;font-weight:500;padding:5px 12px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:9999;box-shadow:0 2px 8px #00000026}.dashboard__signout-btn{margin-left:0;width:auto}}@media (min-width: 1025px) and (max-width: 1440px){.dashboard__tab{padding:.65rem .75rem}.dashboard__tab-label{display:inline}}@media (min-width: 1441px){.dashboard__container{width:100%}.dashboard__tab{padding:.75rem 1rem;font-size:.9rem}.dashboard__tab-label{display:inline}}@media (max-width: 600px){.dashboard .pf-nav__btn{padding:.75rem .25rem;position:relative}.dashboard .pf-nav__btn span{display:none}.dashboard .pf-nav__btn[data-label]:hover:after,.dashboard .pf-nav__btn[data-label].active:after{content:attr(data-label);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#0f172ae0;color:#fff;font-size:.68rem;font-weight:500;padding:3px 8px;border-radius:5px;white-space:nowrap;pointer-events:none;z-index:9999;box-shadow:0 2px 6px #00000026}}.card__highlight--info{background:linear-gradient(135deg,#eee,#f5f5f5);border:1px solid #3b82f6}.card__highlight--info .card__field-value{color:#1d4ed8;font-weight:600}.card__section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.card__section-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.card__status-info{padding:1rem;border-radius:.5rem;margin-top:1rem}.card__status-info p{margin:0 0 .5rem;font-size:.9rem;line-height:1.5}.card__status-info p:last-child{margin-bottom:0}.card__status-info--pending{background:#fef3c7;border:1px solid #f59e0b;color:#92400e}.card__status-info--pending strong{color:#78350f}.card__status-info--approved{background:#eee;border:1px solid #0b0b45;color:#0e2244}.card__status-info--approved strong{color:#0e2244}.card__status-info--rejected{background:#fee2e2;border:1px solid #dc2626;color:#991b1b}.card__status-info--rejected strong{color:#7f1d1d}.card__info{margin-top:1rem}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.status-badge__icon{width:1rem;height:1rem}.status-badge--active,.status-badge--confirmed{background:#eee;color:#0e2244;border:1px solid #0b0b45}.status-badge--pending,.status-badge--warning{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.status-badge--inactive{background:#fee2e2;color:#991b1b;border:1px solid #dc2626}.status-badge--cancelled{background:#fdfaf7;color:#6b7280;border:1px solid #9ca3af}.status-badge--error{background:#fee2e2;color:#991b1b;border:1px solid #dc2626}@media (max-width: 768px) and (orientation: landscape){.dashboard__container,.dashboard__header{padding:1rem}.dashboard__header-content{flex-direction:row;align-items:center;justify-content:space-between}.dashboard__header-title{font-size:1.5rem}.dashboard__header-status{text-align:right;flex-direction:column;gap:.25rem}.dashboard__navigation{flex-direction:row;padding:.5rem}.dashboard__navigation-tabs{display:flex;flex-direction:row;gap:.25rem;overflow-x:auto;flex:1}.dashboard__tab{padding:.5rem .625rem;font-size:.8rem;white-space:nowrap;flex-shrink:0;width:auto}.dashboard__tab-icon{width:1rem;height:1rem;margin-right:0}.dashboard__tab-label{display:none}.dashboard__signout-btn{margin-left:.5rem;padding:.5rem .625rem;font-size:.8rem;flex-shrink:0}}@media (max-width: 320px){.dashboard__container{padding:.5rem}.dashboard__header{padding:.75rem}.dashboard__header-title{font-size:1.25rem}.dashboard__navigation{padding:.25rem}.dashboard__tab{padding:.5rem;font-size:.8rem;width:auto}.dashboard__tab-icon{width:.875rem;height:.875rem;margin-right:0}.dashboard__tab-label{display:none}.dashboard__signout-btn{padding:.625rem .75rem;font-size:.8rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.dashboard__tab-icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@keyframes spin{to{transform:rotate(360deg)}}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.status-badge__icon{width:1rem;height:1rem;margin-right:.25rem}.status-badge--active{background:#eee;color:#0e2244}.status-badge--inactive{background:#fee2e2;color:#991b1b}.status-badge--pending{background:#fef3c7;color:#92400e}.card{background:#fdfaf7;border-radius:.875rem;box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000d;border:1px solid #e2e8f0;padding:1.5rem}.complaint-form-section .card,.complaint-history-section .card{padding:.6rem!important}.card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.complaint-form-section .card__header,.complaint-history-section .card__header{margin-bottom:.75rem!important;padding-bottom:.5rem!important}.card__header-left{display:flex;align-items:center}.card__header-action{margin-left:auto}.card__icon{background:#fdfaf7;border:1px solid #e0e0e0;padding:.5rem;border-radius:8px;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;margin-right:.875rem;display:flex;align-items:center;justify-content:center}.complaint-form-section .card__icon,.complaint-history-section .card__icon{padding:.35rem!important;margin-right:.6rem!important}.card__icon svg{width:1.5rem;height:1.5rem;color:#0b0b45}.complaint-form-section .card__icon svg,.complaint-history-section .card__icon svg{width:1.1rem!important;height:1.1rem!important}.card__title{font-size:1rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.complaint-form-section .card__title,.complaint-history-section .card__title{font-size:.9rem!important}.card__content{display:flex;flex-direction:column;gap:1rem}.card__grid{display:grid;gap:1rem}.card__grid--two-cols{grid-template-columns:repeat(2,1fr)}.card__field-label{font-size:.875rem;font-weight:500;color:#0b0b45;display:block;margin-bottom:.25rem}.card__field-value{color:#0e2244;font-weight:500}.card__field-value--large{font-size:1.5rem;font-weight:700;color:#0e2244}.card__highlight{background:#fdfaf7;border-radius:.75rem;padding:1rem}.card__highlight .card__field-value{font-size:1.5rem;font-weight:700;color:#0e2244}.card__type-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.card__type-badge--registration{background:#e0e7ff;color:#3730a3;border:1px solid #a5b4fc}.card__type-badge--booking{background:#eee;color:#0e2244;border:1px solid #0b0b45}.card__status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.card__status-badge svg{width:1rem;height:1rem}.card__timeline{display:flex;flex-direction:column;gap:1rem}.card__timeline-item{display:flex;align-items:center;gap:1rem}.card__timeline-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.25rem;flex-shrink:0}.card__timeline-icon--completed{background:#eee;color:#0e2244;border:2px solid #0b0b45}.card__timeline-icon--pending{background:#fef3c7;color:#92400e;border:2px solid #f59e0b}.card__timeline-content{display:flex;flex-direction:column;gap:.25rem}.card__timeline-content strong{color:#0e2244;font-weight:600}.card__timeline-content span{color:#0b0b45;font-size:.875rem}.profile-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.profile-grid{grid-template-columns:repeat(2,1fr)}}.complaints-modern-list{display:flex;flex-direction:column;gap:.35rem;max-height:600px;overflow-y:auto;padding-right:.25rem}.complaints-modern-list::-webkit-scrollbar{width:6px}.complaints-modern-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.complaints-modern-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.complaints-modern-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.complaint-modern-card{background:linear-gradient(135deg,#fff,#fff);border:1px solid #e2e8f0;border-radius:10px;padding:.45rem;position:relative;transition:all .3s ease;box-shadow:0 2px 8px #0000000f}.complaint-modern-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f;border-color:#cbd5e1}.complaint-modern-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem;padding-bottom:.2rem;border-bottom:1px solid #f1f5f9}.complaint-modern-card__id{font-weight:700;color:#4f46e5;background:#4f46e51a;padding:.15rem .5rem;border-radius:16px;font-size:.7rem;border:1px solid rgba(79,70,229,.2)}.complaint-modern-card__date{display:flex;align-items:center;gap:.25rem;color:#64748b;font-size:.7rem;font-weight:500}.complaint-modern-card__date-icon{width:12px;height:12px}.complaint-modern-card__title{font-size:.85rem;font-weight:700;color:#1e293b;margin-bottom:.25rem;line-height:1.2}.complaint-modern-card__description{color:#64748b;line-height:1.3;margin-bottom:.35rem;font-size:.75rem}.complaint-modern-card__response{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;padding:.35rem;margin:.35rem 0;display:flex;align-items:flex-start;gap:.3rem}.complaint-modern-card__response-icon{width:12px;height:12px;color:#0ea5e9;flex-shrink:0;margin-top:3px}.complaint-modern-card__response strong{color:#0c4a6e;display:block;margin-bottom:.1rem;font-size:.75rem}.complaint-modern-card__response p{color:#075985;margin:0;line-height:1.3;font-size:.75rem}.complaint-modern-card__badges{display:flex;gap:.3rem;flex-wrap:wrap;margin-bottom:.35rem}.complaint-modern-card__priority-badge,.complaint-modern-card__status-badge{padding:.2rem .4rem;border-radius:8px;font-size:.65rem;font-weight:600;display:inline-flex;align-items:center;gap:.15rem}.complaint-modern-card__rating{display:flex;align-items:center;gap:.2rem;margin-top:.2rem;padding:.25rem .4rem;background:#fef3c7;border:1px solid #fde047;border-radius:5px;width:fit-content}.complaint-modern-card__rating-icon{width:11px;height:11px;color:#f59e0b;fill:currentColor}.complaint-modern-card__rating span{font-weight:600;color:#92400e;font-size:.7rem}.complaint-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem .7rem;text-align:center;color:#64748b}.complaint-empty-state__icon{width:32px;height:32px;color:#cbd5e1;margin-bottom:.5rem}.complaint-empty-state__message{font-size:.85rem;font-weight:500;color:#64748b}.complaint-container .complaint-form-section .card .complaint-form{width:100%!important}.complaint-container .complaint-form-section .card .complaint-form .complaint-form__field{margin-bottom:.5rem!important;width:100%!important;display:block!important}.complaint-container .complaint-form-section .card .complaint-form .complaint-form__field .complaint-form__field-input,.complaint-container .complaint-form-section .card .complaint-form .complaint-form__field .complaint-form__field-select,.complaint-container .complaint-form-section .card .complaint-form .complaint-form__field .complaint-form__field-textarea{width:100%!important;box-sizing:border-box!important;max-width:100%!important;min-width:100%!important;padding:.5rem .7rem!important;border:2px solid #e5e7eb!important;background:#fafafa!important;margin:0!important;display:block!important;flex:none!important;font-size:.9rem!important}.complaint-container .complaint-form-section .card .complaint-form .complaint-form__field .complaint-form__field-label{margin-bottom:.15rem!important;font-weight:600!important;color:#1f2937!important;width:100%!important;display:block!important;font-size:.85rem!important}.complaint-container .complaint-form-section .card .complaint-form .complaint-form__submit{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:.6rem 1rem!important;margin:.5rem 0 0!important;display:block!important;flex:none!important;font-size:.9rem!important}.complaint-container form.complaint-form{width:100%!important}.complaint-container form.complaint-form input[type=text]#subject,.complaint-container form.complaint-form select#priority,.complaint-container form.complaint-form textarea#description,.complaint-container form.complaint-form button[type=submit],.complaint-form-section input.complaint-form__field-input,.complaint-form-section select.complaint-form__field-select,.complaint-form-section textarea.complaint-form__field-textarea,.complaint-form-section button.complaint-form__submit{width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box!important;display:block!important;flex:none!important}.complaint-container .complaint-form-section [class*=complaint-form__field]{width:100%!important;display:block!important}.complaint-container .complaint-form-section input,.complaint-container .complaint-form-section select,.complaint-container .complaint-form-section textarea,.complaint-container .complaint-form-section button,.complaint-form-section .card__content input,.complaint-form-section .card__content select,.complaint-form-section .card__content textarea,.complaint-form-section .card__content button{width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box!important;display:block!important;flex:none!important}.booking-history__header{margin-bottom:2rem}.booking-history__title{font-size:1.75rem;font-weight:700;color:#0e2244;margin-bottom:.5rem}.booking-history__subtitle{color:#0b0b45;font-size:1rem}.booking-history__filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.booking-history__filter-group{display:flex;flex-direction:column;gap:.5rem}.booking-history__filter-group label{font-size:.875rem;font-weight:500;color:#0b0b45}.booking-history__filter-select{min-width:180px;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:.5rem;background:#fff;color:#0e2244;font-size:.875rem}.booking-history__filter-select:focus{outline:none;border-color:#0b0b45;box-shadow:0 0 0 3px #0b0b451a}.booking-history__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#0b0b45}.booking-history__loading-spinner{width:40px;height:40px;border:3px solid #eeeeee;border-top:3px solid #0b0b45;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.booking-history__error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:1rem;text-align:center}.booking-history__error-icon{font-size:3rem;margin-bottom:1rem}.booking-history__error h3{color:#dc2626;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.booking-history__error p{color:#991b1b;margin-bottom:2rem}.booking-history__error-retry{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.booking-history__error-retry:hover{background:#b91c1c}.booking-history__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.booking-history__empty-icon{font-size:4rem;margin-bottom:1rem}.booking-history__empty h3{color:#0e2244;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.booking-history__empty p{color:#0b0b45}.booking-history__list{display:flex;flex-direction:column;gap:1.5rem}.booking-history__item{background:#ffffffe6;border:1px solid #eeeeee;border-radius:1rem;padding:1.5rem;transition:all .3s ease}.booking-history__item:hover{border-color:#e0e0e0;box-shadow:0 4px 12px #0b0b451a}.booking-history__item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.booking-history__item-info{flex:1}.booking-history__item-title{font-size:1.125rem;font-weight:600;color:#0e2244;margin-bottom:.25rem}.booking-history__item-subtitle{font-size:.875rem;color:#0b0b45}.booking-history__item-status{margin-left:1rem}.booking-history__item-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.booking-history__item-detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#0e2244}.booking-history__item-detail svg{color:#0b0b45}.booking-history__item-actions{display:flex;gap:.75rem;flex-wrap:wrap}.booking-history__action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.booking-history__action-btn--primary{background:#0b0b45;color:#fff}.booking-history__action-btn--primary:hover{background:#163867;transform:translateY(-1px);box-shadow:0 4px 8px #0b0b454d}.booking-history__action-btn--secondary{background:#fdfaf7;color:#374151;border:1px solid #d1d5db}.booking-history__action-btn--secondary:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.booking-history__action-btn--danger{background:#dc2626;color:#fff}.booking-history__action-btn--danger:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.booking-history__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.booking-history__pagination-btn{padding:.75rem 1.5rem;border:1px solid #e0e0e0;background:#fff;color:#0b0b45;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.booking-history__pagination-btn:hover:not(:disabled){background:#fdfaf7;border-color:#0b0b45;color:#0e2244}.booking-history__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.booking-history__pagination-info{color:#0b0b45;font-weight:500}.booking-history__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.booking-history__modal{background:#fff;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.booking-history__modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.booking-history__modal-header h3{font-size:1.25rem;font-weight:600;color:#0e2244;margin:0}.booking-history__modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}.booking-history__modal-close:hover{background:#fdfaf7;color:#374151}.booking-history__modal-content{padding:1.5rem;max-height:calc(90vh - 140px);overflow-y:auto}.booking-history__modal-section{margin-bottom:2rem}.booking-history__modal-section:last-child{margin-bottom:0}.booking-history__modal-section h4{font-size:1.125rem;font-weight:600;color:#0e2244;margin-bottom:1rem}.booking-history__modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.booking-history__modal-field label{display:block;font-size:.875rem;font-weight:500;color:#0b0b45;margin-bottom:.25rem}.booking-history__modal-field span{color:#0e2244;font-weight:500}.booking-history__modal-price{font-size:1.25rem;font-weight:700;color:#0e2244}.booking-history__modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb}.booking-history__modal-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.booking-history__modal-btn--primary{background:#0b0b45;color:#fff;border:none}.booking-history__modal-btn--primary:hover{background:#163867}.booking-history__modal-btn--secondary{background:#fdfaf7;color:#374151;border:1px solid #d1d5db}.booking-history__modal-btn--secondary:hover{background:#e5e7eb}.booking-history__payment-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.booking-history__payment-status--paid,.booking-history__payment-status--completed{background:#eee;color:#0e2244}.booking-history__payment-status--pending{background:#fef3c7;color:#92400e}.booking-history__payment-status--failed,.booking-history__payment-status--cancelled{background:#fee2e2;color:#991b1b}.payment__header{margin-bottom:2rem}.payment__title{font-size:1.75rem;font-weight:700;color:#0e2244;margin-bottom:.5rem}.payment__subtitle{color:#0b0b45;font-size:1rem}.payment__section{background:#ffffffe6;border:1px solid #eeeeee;border-radius:1rem;padding:1.5rem;margin-bottom:2rem}.payment__section:last-child{margin-bottom:0}.payment__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.payment__section-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#0e2244}.payment__badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.payment__badge--warning{background:#fef3c7;color:#92400e}.payment__badge--success{background:#eee;color:#0e2244}.payment__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#0b0b45}.payment__loading-spinner{width:40px;height:40px;border:3px solid #eeeeee;border-top:3px solid #0b0b45;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.payment__loading-spinner--small{width:20px;height:20px;border-width:2px;margin-bottom:0}.payment__error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:1rem;text-align:center}.payment__error-icon{font-size:3rem;margin-bottom:1rem}.payment__error h3{color:#dc2626;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.payment__error p{color:#991b1b;margin-bottom:2rem}.payment__error-retry{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.payment__error-retry:hover{background:#b91c1c}.payment__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.payment__empty-icon{font-size:4rem;margin-bottom:1rem}.payment__empty h3{color:#0e2244;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.payment__empty p{color:#0b0b45}.payment__pending-list{display:flex;flex-direction:column;gap:1rem}.payment__pending-item{background:#fef9c3;border:1px solid #fde68a;border-radius:.75rem;padding:1.5rem;transition:border-color .2s ease,box-shadow .2s ease}.payment__pending-item:hover{border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b1a}.payment__pending-item--renewal{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#fed7aa}.payment__pending-item--renewal:hover{border-color:#fb923c;box-shadow:0 4px 14px #f9731626}.payment__pending-item--renewal .payment__pending-title{color:#9a3412}.payment__pending-item--renewal .payment__pending-subtitle{color:#c2410c;font-weight:500}.payment__pending-item--renewal .payment__pending-date{color:#c2410c;display:flex;align-items:center;gap:.35rem}.payment__pending-item--renewal .payment__pending-date:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#f97316;flex-shrink:0}.payment__pending-item--renewal .payment__pending-price{color:#9a3412}.payment__pending-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.payment__pending-main{flex:1}.payment__pending-title{font-size:1.125rem;font-weight:600;color:#92400e;margin-bottom:.25rem}.payment__pending-subtitle{font-size:.875rem;color:#a16207;margin-bottom:.5rem}.payment__pending-date{font-size:.875rem;color:#a16207}.payment__pending-amount{text-align:right}.payment__pending-price{font-size:1.25rem;font-weight:700;color:#92400e;display:block;margin-bottom:.5rem}.payment__pending-actions{display:flex;justify-content:flex-end}.payment__history-list{display:flex;flex-direction:column;gap:1rem}.payment__history-item{background:#fdfaf7;border:1px solid #e0e0e0;border-radius:.75rem;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;padding:1.5rem}.payment__history-item:hover{border-color:#0b0b45;box-shadow:0 4px 12px #0b0b451a}.payment__history-item--cancelled{background:#fdfaf7;border-color:#cbd5e1;opacity:.85}.payment__history-item--cancelled:hover{border-color:#94a3b8;box-shadow:0 4px 12px #64748b1a}.payment__history-item--cancelled .payment__history-title{color:#475569}.payment__history-item--cancelled .payment__history-subtitle,.payment__history-item--cancelled .payment__history-date{color:#94a3b8}.payment__history-item--cancelled .payment__history-price{color:#64748b}.payment__history-item--cancelled .payment__history-method{color:#94a3b8}.payment__history-item--failed{background:#fff7f7;border-color:#fecaca}.payment__history-item--failed:hover{border-color:#f87171;box-shadow:0 4px 12px #ef444414}.payment__history-item--failed .payment__history-title{color:#991b1b}.payment__history-item--failed .payment__history-subtitle,.payment__history-item--failed .payment__history-date{color:#ef4444}.payment__history-item--failed .payment__history-price{color:#b91c1c}.payment__history-item--failed .payment__history-method{color:#ef4444}.payment__history-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.payment__history-main{flex:1}.payment__history-status{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.payment__history-title{font-size:1.125rem;font-weight:600;color:#0e2244;margin:0}.payment__history-subtitle{font-size:.875rem;color:#0b0b45;margin-bottom:.5rem}.payment__history-date{font-size:.875rem;color:#0b0b45}.payment__history-amount{text-align:right}.payment__history-price{font-size:1.25rem;font-weight:700;color:#0e2244;display:block;margin-bottom:.25rem}.payment__history-method{font-size:.875rem;color:#0b0b45}.payment__history-actions{display:flex;justify-content:flex-end}.payment__action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.payment__action-btn--primary{background:#0b0b45;color:#fff}.payment__action-btn--primary:hover{background:#163867;transform:translateY(-1px);box-shadow:0 4px 8px #0b0b454d}.payment__action-btn--secondary{background:#fdfaf7;color:#374151;border:1px solid #d1d5db}.payment__action-btn--secondary:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.payment__action-btn--renewal{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:.6rem 1.25rem;font-weight:600;border-radius:.6rem;box-shadow:0 2px 6px #ea580c40}.payment__action-btn--renewal:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-1px);box-shadow:0 5px 14px #ea580c61}.payment__action-btn--renewal:active{transform:translateY(0);box-shadow:0 2px 6px #ea580c40}.payment__status-icon--success{color:#0b0b45}.payment__status-icon--pending{color:#f59e0b}.payment__status-icon--failed{color:#dc2626}.payment__status-icon--warning{color:#f59e0b}.payment__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.payment__modal{background:#fff;border-radius:1rem;max-width:700px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.payment__modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.payment__modal-header h3{font-size:1.25rem;font-weight:600;color:#0e2244;margin:0}.payment__modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}.payment__modal-close:hover{background:#fdfaf7;color:#374151}.payment__modal-content{padding:1.5rem;max-height:calc(90vh - 140px);overflow-y:auto}.payment__modal-section{margin-bottom:2rem}.payment__modal-section:last-child{margin-bottom:0}.payment__modal-section h4{font-size:1.125rem;font-weight:600;color:#0e2244;margin-bottom:1rem}.payment__modal-footer{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb}.payment__modal-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.payment__modal-btn--primary{background:#0b0b45;color:#fff;border:none}.payment__modal-btn--primary:hover:not(:disabled){background:#163867}.payment__modal-btn--primary:disabled{opacity:.5;cursor:not-allowed}.payment__modal-btn--secondary{background:#fdfaf7;color:#374151;border:1px solid #d1d5db}.payment__modal-btn--secondary:hover{background:#e5e7eb}.payment__booking-info{background:#fdfaf7;border-radius:.5rem;padding:1rem}.payment__booking-info p{margin-bottom:.5rem;font-size:.875rem;color:#374151}.payment__booking-info p:last-child{margin-bottom:0}.payment__booking-info p strong{color:#0e2244;font-weight:600}.payment__booking-amount{font-size:1.25rem;font-weight:700;color:#0b0b45}.payment__methods{display:flex;flex-direction:column;gap:1rem}.payment__method{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.payment__method-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer;transition:all .2s ease}.payment__method-header:hover{background:#fdfaf7}.payment__method-header--selected{background:#fdfaf7;border-color:#0b0b45}.payment__method-header input[type=radio]{width:20px;height:20px;accent-color:#0b0b45;cursor:pointer;flex-shrink:0}.payment__method-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.payment__method-icon{font-size:1.5rem;flex-shrink:0}.payment__method-name{font-weight:500;color:#0e2244}.payment__method-details{padding:1rem;background:#fdfaf7;border-top:1px solid #e5e7eb}.payment__method-details p{margin-bottom:1rem;color:#374151;font-size:.9rem}.payment__accounts{display:flex;flex-direction:column;gap:.75rem}.payment__account{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.payment__account-info{display:flex;flex-direction:column;gap:.25rem}.payment__account-info strong{color:#0e2244;font-weight:600}.payment__account-number{font-family:Courier New,monospace;font-weight:600;color:#374151;font-size:.95rem}.payment__account-name{font-size:.875rem;color:#6b7280}.payment__copy-btn{background:#0b0b45;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.payment__copy-btn:hover{background:#163867}.payment__upload-label{display:block;cursor:pointer}.payment__upload-content{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px dashed #d1d5db;border-radius:.75rem;transition:all .2s ease}.payment__upload-content:hover{border-color:#0b0b45;background:#fdfaf7}.payment__upload-icon{font-size:2rem}.payment__upload-text{flex:1}.payment__upload-title{display:block;font-weight:500;color:#0e2244;margin-bottom:.25rem}.payment__upload-subtitle{font-size:.875rem;color:#6b7280}.payment__file-input{display:none}@media (max-width: 768px){.booking-history__filters{flex-direction:column}.booking-history__filter-select{min-width:auto}.booking-history__item-header{flex-direction:column;align-items:flex-start;gap:1rem}.booking-history__item-details{grid-template-columns:1fr}.booking-history__item-actions{justify-content:stretch}.booking-history__item-actions .booking-history__action-btn{flex:1;justify-content:center}.booking-history__modal{margin:.5rem;max-width:none}.booking-history__modal-grid{grid-template-columns:1fr}.payment__pending-info,.payment__history-info{flex-direction:column;gap:1rem}.payment__pending-amount,.payment__history-amount{text-align:left}.payment__section{padding:1rem;margin-bottom:1.25rem}.payment__modal{margin:.5rem;max-width:none}.payment__modal-content{padding:1rem;max-height:calc(88vh - 120px)}.payment__modal-section{margin-bottom:1.25rem}.payment__modal-section h4{font-size:1rem;margin-bottom:.75rem}.payment__modal-footer{flex-direction:column-reverse;padding:1rem}.payment__modal-footer .payment__modal-btn{width:100%;justify-content:center}.payment__methods{gap:.75rem}.payment__method-header{padding:.875rem}.payment__method-header input[type=radio]{width:20px;height:20px}.payment__method-name{font-size:.9375rem}.payment__method-icon{font-size:1.25rem}.payment__method-details{padding:.875rem}.payment__accounts{gap:.5rem}.payment__account{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.875rem}.payment__account-info{width:100%}.payment__account-number{font-size:.9rem;word-break:break-all}.payment__copy-btn{width:100%;text-align:center}.dashboard__overview{padding:0}.dashboard__overview-top{margin-bottom:24px}.dashboard__overview-middle{margin-bottom:32px}.dashboard__overview-recent{background:#fdfaf7;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.dashboard__section-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:#111827;margin:0 0 20px}.dashboard__section-icon{color:#6366f1}.dashboard__recent-bookings{display:flex;flex-direction:column;gap:16px}.dashboard__recent-booking{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fdfaf7;transition:all .2s ease}.dashboard__recent-booking:hover{background:#fdfaf7;border-color:#d1d5db}.dashboard__recent-booking-info{flex:1}.dashboard__recent-booking-title{font-size:16px;font-weight:600;color:#111827;margin:0 0 8px}.dashboard__recent-booking-details{font-size:14px;color:#6b7280;margin:0 0 4px}.dashboard__recent-booking-date{font-size:12px;color:#9ca3af;margin:0}.dashboard__recent-booking-amount{font-size:16px;font-weight:700;color:#0b0b45;text-align:right}.dashboard__booking-status{display:inline-block;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.dashboard__booking-status--pending{background-color:#fef3c7;color:#92400e}.dashboard__booking-status--confirmed{background-color:#eee;color:#1e40af}.dashboard__booking-status--checked_in{background-color:#eee;color:#0e2244}.dashboard__booking-status--checked_out{background-color:#fff;color:#6b7280}.dashboard__booking-status--cancelled{background-color:#fecaca;color:#991b1b}}@media (max-width: 768px) and (max-width: 768px){.dashboard__overview-recent{padding:16px}.dashboard__recent-booking{flex-direction:column;align-items:flex-start;gap:12px}.dashboard__recent-booking-amount{text-align:left;align-self:flex-end}.dashboard__section-title{font-size:16px}}.registration-history__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.registration-history__header h3{font-size:1.75rem;font-weight:700;color:#0e2244;margin:0}.registration-history__refresh-btn{background:none;border:1px solid #e0e0e0;color:#0b0b45;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.registration-history__refresh-btn:hover{background:#fdfaf7;border-color:#0b0b45;color:#0e2244}.registration-history__refresh-btn svg{width:1rem;height:1rem}.registration-history__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#0b0b45}.registration-history__loading-spinner{width:40px;height:40px;border:3px solid #eeeeee;border-top:3px solid #0b0b45;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.registration-history__loading p{margin:0;font-weight:500}.registration-history__error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:1rem;text-align:center}.registration-history__error-icon{font-size:3rem;margin-bottom:1rem}.registration-history__error h3{color:#dc2626;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.registration-history__error p{color:#991b1b;margin-bottom:2rem}.registration-history__error-retry{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.registration-history__error-retry:hover{background:#b91c1c}.registration-history__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fdfaf7;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px #1a3c6e0f,0 0 0 1px #1a3c6e0a;text-align:center}.registration-history__empty-icon{font-size:4rem;margin-bottom:1rem;color:#9ca3af}.registration-history__empty-icon svg{width:4rem;height:4rem}.registration-history__empty h3{color:#0e2244;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.registration-history__empty p{color:#6b7280;margin-bottom:2rem}.registration-history__empty-action{display:inline-flex;align-items:center;gap:.5rem;background:#0b0b45;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease}.registration-history__empty-action:hover{background:#163867;transform:translateY(-1px);box-shadow:0 4px 8px #0b0b454d}.registration-history__empty-action svg{width:1rem;height:1rem}.registration-history__list{display:flex;flex-direction:column;gap:1.5rem}.registration-history__item{background:#ffffffe6;border:1px solid #eeeeee;border-radius:1rem;padding:1.5rem;transition:all .3s ease;display:flex;gap:1rem}.registration-history__item:hover{border-color:#e0e0e0;box-shadow:0 4px 12px #0b0b451a}.registration-history__item--cancelled{background:#fff5f5;border-color:#fecaca;border-left:4px solid #ef4444}.registration-history__item--cancelled:hover{border-color:#fca5a5;box-shadow:0 4px 12px #ef444414}.registration-history__item--cancelled .registration-history__item-info h4{color:#991b1b}.registration-history__item-content{flex:1}.registration-history__item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.registration-history__item-info{flex:1}.registration-history__item-info h4{font-size:1.125rem;font-weight:600;color:#0e2244;margin:0 0 .5rem}.registration-history__item-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}.registration-history__status-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#fdfaf7}.registration-history__status-icon svg{width:1rem;height:1rem}.registration-history__detail{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#0e2244}.registration-history__detail svg{color:#0b0b45;width:1rem;height:1rem;flex-shrink:0}.registration-history__detail span{flex:1;text-transform:capitalize}.registration-history__rejection{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-top:1rem}.registration-history__rejection-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.registration-history__rejection-header svg{color:#dc2626;width:1rem;height:1rem}.registration-history__rejection-header strong{color:#991b1b;font-size:.875rem}.registration-history__rejection p{color:#dc2626;font-size:.875rem;margin:0;line-height:1.4}.registration-history__notes{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem;margin-top:1rem}.registration-history__notes-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.registration-history__notes-header svg{color:#3b82f6;width:1rem;height:1rem}.registration-history__notes-header strong{color:#1e40af;font-size:.875rem}.registration-history__notes p{color:#1d4ed8;font-size:.875rem;margin:0;line-height:1.4}.registration-history__actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.registration-history__action-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease}.registration-history__action-btn svg{width:1rem;height:1rem}.registration-history__action-btn--edit{background:#eee;color:#1d4ed8}.registration-history__action-btn--edit:hover{background:#e0e0e0;transform:scale(1.05);box-shadow:0 2px 8px #1d4ed84d}.registration-history__action-btn--cancel{background:#fef3c7;color:#d97706}.registration-history__action-btn--cancel:hover{background:#fde68a;transform:scale(1.05);box-shadow:0 2px 8px #d977064d}.registration-history__action-btn--delete{background:#fee2e2;color:#dc2626}.registration-history__action-btn--delete:hover{background:#fecaca;transform:scale(1.05);box-shadow:0 2px 8px #dc26264d}.registration-history .registration-status{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.registration-history .registration-status--submitted{background:#fef3c7;color:#92400e}.registration-history .registration-status--under_review{background:#eee;color:#1e40af}.registration-history .registration-status--approved{background:#eee;color:#0e2244}.registration-history .registration-status--rejected{background:#fee2e2;color:#991b1b}.registration-history .registration-status--cancelled{background:#fdfaf7;color:#6b7280}@media (max-width: 768px){.registration-history__header{flex-direction:column;align-items:flex-start;gap:1rem}.registration-history__item{flex-direction:column;gap:1rem}.registration-history__item-details{grid-template-columns:1fr;gap:.75rem}.registration-history__actions{flex-direction:row;justify-content:flex-start;gap:.75rem}.registration-history__action-btn{width:2rem;height:2rem}.registration-history__action-btn svg{width:.875rem;height:.875rem}}@media (max-width: 480px){.dashboard__container{padding:1rem .75rem;max-width:100%}.dashboard__header{padding:1rem;margin-bottom:1rem}.dashboard__header-content{flex-direction:column;gap:1rem;text-align:center}.dashboard__header-title{font-size:1.5rem;line-height:1.3}.dashboard__header-subtitle{font-size:.875rem}.dashboard .profile-header{flex-direction:column;gap:1rem}.dashboard .profile-summary{flex-direction:column;text-align:center;gap:.75rem}.dashboard .profile-info{text-align:center}.dashboard .profile-name{font-size:1.25rem}.dashboard .profile-meta{justify-content:center;flex-wrap:wrap}.dashboard .profile-actions{width:100%;align-items:center}.dashboard .edit-profile-btn{width:100%;justify-content:center}.dashboard__navigation{padding:.125rem;margin-bottom:1rem}.dashboard__navigation-tabs{flex-direction:row;justify-content:center;gap:.25rem;padding-bottom:.25rem}.dashboard__tab{padding:.625rem;font-size:.75rem;min-width:44px;width:auto;flex:0 0 auto}.dashboard__tab-icon{width:1.125rem;height:1.125rem;margin-right:0}.dashboard__tab-label{display:none}.dashboard__signout-btn{padding:.5rem .625rem;font-size:.75rem;margin-top:.5rem;width:auto;justify-content:center}.payment__section{padding:.875rem;margin-bottom:1rem}.payment__section-title{font-size:1.0625rem}.payment__modal{margin:.25rem}.payment__modal-content{padding:.875rem;max-height:calc(85vh - 100px)}.payment__modal-section{margin-bottom:1rem}.payment__modal-section h4{font-size:.9375rem;margin-bottom:.625rem}.payment__modal-footer{padding:.875rem}.payment__method-header{padding:.75rem;gap:.5rem}.payment__method-header input[type=radio]{width:22px;height:22px}.payment__method-name{font-size:.875rem;white-space:normal;word-break:break-word}.payment__method-icon{font-size:1.125rem}.payment__method-details{padding:.75rem}.payment__method-details p{font-size:.8125rem;margin-bottom:.75rem}.payment__account{padding:.75rem;gap:.625rem}.payment__account-number{font-size:.875rem;letter-spacing:.02em}.payment__copy-btn{padding:.625rem .75rem;font-size:.8125rem}.payment__booking-info{padding:.75rem}.payment__booking-info p{font-size:.8125rem}.payment__booking-amount{font-size:1.0625rem}}@media (min-width: 481px) and (max-width: 768px){.dashboard__container{padding:1.5rem 1rem;max-width:100%}.dashboard__header{padding:1.25rem}.dashboard__header-content{flex-wrap:wrap;gap:1rem}.dashboard__header-title{font-size:1.625rem}.dashboard .profile-header{flex-direction:column;gap:1rem}.dashboard .profile-summary{justify-content:center}.dashboard .profile-actions{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.dashboard__navigation-tabs{flex-direction:row;justify-content:center;gap:.375rem}.dashboard__tab{padding:.625rem .875rem;font-size:.8125rem;width:auto;flex:0 0 auto}.dashboard__tab-icon{width:1.125rem;height:1.125rem;margin-right:0}.dashboard__tab-label{display:none}}@media (min-width: 769px) and (max-width: 1024px){.dashboard__container{padding:1.75rem 1.25rem;max-width:100%}.dashboard__header{padding:1.5rem}.dashboard__header-content{align-items:flex-start}.dashboard .profile-header{gap:1.5rem}.dashboard__navigation-tabs{gap:.5rem;flex-direction:row;justify-content:center}.dashboard__tab{position:relative;padding:.75rem 1rem;font-size:.875rem;width:auto}.dashboard__tab-icon{margin-right:0}.dashboard__tab-label{display:none}.dashboard__tab[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:#0b0b45;color:#fff;font-size:.75rem;font-weight:500;padding:5px 12px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:9999;box-shadow:0 2px 8px #00000026}}@media (max-width: 768px){.profile-grid{grid-template-columns:1fr;gap:1rem}.card{margin-bottom:1rem;padding:1rem}.card__title{font-size:1rem;margin-bottom:.75rem}.card__content{gap:.75rem}.profile-field-row{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem 0}.profile-field-label{font-weight:600;min-width:100%}.profile-field-value{width:100%;margin-left:0}.registration-history__item{padding:1rem}.registration-history__item-content{gap:.75rem}.registration-history__item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.registration-history__item-details{grid-template-columns:1fr;gap:.5rem}.registration-history__item-actions{margin-top:1rem;justify-content:center}.payment-history__item{padding:1rem}.payment-history__item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.payment-history__item-details{grid-template-columns:1fr;gap:.5rem}.complaint-form__form-grid{grid-template-columns:1fr;gap:1rem}.complaint-form__actions{flex-direction:column;gap:.75rem}.complaint-form__actions button{width:100%}.dashboard{width:100%;overflow-x:hidden}.dashboard *{max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.dashboard__container,.dashboard__header,.dashboard__navigation,.dashboard .card,.dashboard .profile-header{width:100%;box-sizing:border-box}}.complaints-modern{display:flex;flex-direction:column;gap:1.5rem}.complaint-modern-card{background:linear-gradient(135deg,#fff,#fff);border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.complaint-modern-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#0b0b45}.complaint-modern-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.complaint-modern-title-section{flex:1;min-width:0}.complaint-modern-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;line-height:1.4}.complaint-modern-id{font-size:.75rem;font-weight:500;color:#64748b;background:#f1f5f9;padding:.25rem .5rem;border-radius:.375rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.complaint-modern-badges{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.complaint-modern-status{display:flex;align-items:center;gap:.5rem;color:#fff;padding:.5rem .75rem;border-radius:1.5rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 1px 3px #0000001f}.complaint-modern-status.bg-blue-500{background:linear-gradient(135deg,#3b82f6,#2563eb)}.complaint-modern-status.bg-yellow-500{background:linear-gradient(135deg,#eab308,#d97706)}.complaint-modern-status.bg-orange-500{background:linear-gradient(135deg,#f97316,#ea580c)}.complaint-modern-status.bg-green-500,.complaint-modern-status.bg-green-600{background:#0b0b45}.complaint-modern-status.bg-red-500{background:linear-gradient(135deg,#ef4444,#dc2626)}.complaint-modern-status svg{width:.75rem;height:.75rem;fill:currentColor}.complaint-modern-priority{padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;border:1px solid;text-transform:uppercase;letter-spacing:.025em}.complaint-modern-body{margin-bottom:1.5rem}.complaint-modern-description{color:#475569;line-height:1.6;margin:0;font-size:.9rem}.complaint-modern-footer{border-top:1px solid #e2e8f0;padding-top:1rem}.complaint-modern-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.complaint-modern-date{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem}.complaint-modern-date svg{color:#0b0b45;width:1rem;height:1rem}.complaint-modern-rating{display:flex;align-items:center;gap:.375rem;color:#64748b;font-size:.875rem;font-weight:500}.complaint-modern-rating svg{width:1rem;height:1rem}.complaint-modern-response{background:linear-gradient(135deg,#fff,#eee);border:1px solid #e0e0e0;border-radius:.75rem;padding:1rem;margin-top:1rem}.complaint-modern-response-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#163867}.complaint-modern-response-header svg{width:1rem;height:1rem}.complaint-modern-response-header span{font-size:.875rem}.complaint-modern-response-text{color:#0e2244;line-height:1.5;margin:0 0 .5rem;font-size:.9rem}.complaint-modern-response-date{color:#0b0b45;font-size:.75rem}.complaint-modern-progress{position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:0 0 1rem 1rem;overflow:hidden}.complaint-modern-progress-bar{height:100%;width:100%;opacity:.3;transition:opacity .3s ease}.complaint-modern-card:hover .complaint-modern-progress-bar{opacity:.6}@media (max-width: 768px){.complaint-modern-card{padding:1rem}.complaint-modern-header{flex-direction:column;align-items:flex-start;gap:.75rem}.complaint-modern-badges{width:100%;justify-content:flex-start}.complaint-modern-title{font-size:1rem}.complaint-modern-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.complaint-modern-response{padding:.75rem}}@media (max-width: 480px){.complaints-modern{gap:1rem}.complaint-modern-card{padding:.75rem;margin:0 -.5rem;border-radius:.75rem}.complaint-modern-title{font-size:.9rem}.complaint-modern-status{padding:.375rem .5rem;font-size:.6875rem}.complaint-modern-priority{padding:.25rem .5rem;font-size:.6875rem}.complaint-modern-description,.complaint-modern-response-text{font-size:.875rem}}.dashboard__tab,.dashboard .edit-profile-btn,.dashboard__signout-btn,.dashboard .profile-nav-button{min-height:44px;touch-action:manipulation}.dashboard__navigation-tabs{padding:0}.profile-completion{text-align:center;margin-bottom:1rem}.completion-bar{max-width:100%}.status-badge{font-size:.75rem;padding:.25rem .5rem}button,.btn{min-height:44px;font-size:.875rem}@media (max-width: 375px){.dashboard__header{padding:.75rem}.dashboard__header-title{font-size:1.125rem}.dashboard .profile-avatar{width:2.5rem;height:2.5rem}.dashboard .profile-name{font-size:1.125rem}.dashboard__tab{padding:.5rem;font-size:.6875rem;width:auto}.dashboard__tab-icon{width:1rem;height:1rem;margin-right:0}.dashboard__tab-label{display:none}}@media (max-width: 1024px){.dashboard__navigation{justify-content:center!important;flex-wrap:wrap;align-items:center;gap:.5rem}.dashboard__navigation-tabs{display:flex!important;flex-direction:row!important;flex-wrap:nowrap;justify-content:center!important;gap:.375rem;width:100%!important;overflow-x:visible}.dashboard__tab{position:relative;display:flex!important;align-items:center;justify-content:center;flex:1 1 0!important;width:0!important;min-width:44px;padding:.75rem 0!important;white-space:nowrap}.dashboard__tab-label{display:none!important}.dashboard__tab-icon{margin-right:0!important;width:1.25rem;height:1.25rem}.dashboard__tab[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#0b0b45;color:#fff;font-size:.7rem;font-weight:500;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:9999;box-shadow:0 2px 8px #00000026}.dashboard__tab:first-child[data-tooltip]:hover:after{left:0;transform:none}.dashboard__tab:last-child[data-tooltip]:hover:after{left:auto;right:0;transform:none}.profile-section-nav{display:flex!important;flex-direction:row!important;flex-wrap:nowrap;justify-content:center;gap:.25rem;overflow:visible!important;padding-bottom:2rem!important;margin-bottom:-1.5rem!important}.profile-nav-button{position:relative;display:flex!important;align-items:center;justify-content:center;width:auto!important;min-width:44px;padding:.625rem!important;gap:0!important;white-space:nowrap;flex-shrink:0}.profile-nav-label{display:none!important}.profile-nav-button svg{margin-right:0!important;width:1.125rem!important;height:1.125rem!important}.profile-nav-button[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);background:#0b0b45;color:#fff;font-size:.7rem;font-weight:500;padding:4px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;z-index:9999;box-shadow:0 2px 8px #00000026}.profile-nav-button:first-child[data-tooltip]:hover:after{left:0;transform:none}.profile-nav-button:last-child[data-tooltip]:hover:after{left:auto;right:0;transform:none}}.renewal-overdue-banner{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1.5px solid #f97316;border-radius:14px;padding:16px 20px;margin:0 0 4px}.renewal-overdue-banner__icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center}.renewal-overdue-banner__body{flex:1;min-width:0}.renewal-overdue-banner__title{font-size:15px;font-weight:700;color:#9a3412;margin:0 0 2px}.renewal-overdue-banner__desc{font-size:13px;color:#c2410c;margin:0;line-height:1.4}.renewal-overdue-banner__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#f97316;color:#fff;font-size:13px;font-weight:700;border-radius:10px;text-decoration:none;transition:background .2s;white-space:nowrap}.renewal-overdue-banner__btn:hover{background:#ea6d06}@media (max-width: 540px){.renewal-overdue-banner{flex-wrap:wrap}.renewal-overdue-banner__btn{width:100%;justify-content:center}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem}.error-boundary__content{text-align:center;max-width:500px;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.error-boundary__icon{font-size:3rem;margin-bottom:1rem}.error-boundary__title{color:#dc2626;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.error-boundary__message{color:#6b7280;font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.error-boundary__refresh-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s}.error-boundary__refresh-btn:hover{background:#2563eb}.error-boundary__refresh-btn:active{background:#1d4ed8}.error-boundary__details{margin-top:1.5rem;text-align:left}.error-boundary__details summary{cursor:pointer;font-weight:600;margin-bottom:.5rem;color:#374151}.error-boundary__error-text{background:#f3f4f6;padding:1rem;border-radius:4px;font-size:.875rem;color:#374151;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.reset-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#f0f0f0);padding:24px 16px}.reset-password-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;padding:40px 36px;width:100%;max-width:420px}@media (max-width: 480px){.reset-password-card{padding:28px 20px;border-radius:12px}}.brand-logo{display:flex;align-items:center;gap:8px;margin-bottom:28px}.brand-logo span{font-size:24px}.brand-logo h2{font-size:18px;font-weight:700;color:#0b0b45;margin:0}.card-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.card-subtitle{font-size:14px;color:#6b7280;margin:0 0 24px}.error-banner{background:#fdf2f2;color:#e74c3c;border:1px solid #fce4e4;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500;margin-bottom:20px}.reset-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:#374151}.form-group input{padding:10px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s;outline:none}.form-group input:focus{border-color:#0b0b45;box-shadow:0 0 0 3px #2d5a4a1a}.form-group input.error{border-color:#e74c3c;background-color:#fdf2f2}.form-group input::placeholder{color:#9ca3af}.form-group input:disabled{background-color:#f9fafb;cursor:not-allowed}.form-group .error-message{font-size:12px;color:#e74c3c;font-weight:500}.reset-btn-primary{width:100%;padding:12px;background:#0b0b45;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s;margin-top:8px;min-height:auto;box-sizing:border-box}.reset-btn-primary:hover:not(:disabled){background:#1e3d32;transform:translateY(-1px);box-shadow:0 4px 12px #2d5a4a4d}.reset-btn-primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.back-link{text-align:center;margin-top:20px;margin-bottom:0}.back-link button{background:none;border:none;color:#0b0b45;font-size:13px;font-weight:500;cursor:pointer;text-decoration:underline;transition:color .2s}.back-link button:hover{color:#1e3d32}.state-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 20px}.success-icon{background:#eee;color:#0b0b45}.error-icon{background:#fee2e2;color:#dc2626}.state-title{font-size:22px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 12px}.state-desc{font-size:14px;color:#6b7280;text-align:center;margin:0 0 24px;line-height:1.6}.legal-page{background:#f2efea;min-height:100vh}.legal-page__hero{background:#0b0b45;padding:180px 2rem 60px;text-align:center}.legal-page__hero h1{font-size:clamp(1.8rem,5vw,2.6rem);font-weight:800;color:#f0e0c0;margin-bottom:.5rem}.legal-page__hero p{font-size:.9rem;color:#ffffff8c}@media (max-width: 768px){.legal-page__hero{padding:160px 1.5rem 50px}}@media (max-width: 576px){.legal-page__hero{padding:140px 1.25rem 40px}}.legal-page__body{padding:48px 1.5rem 72px}@media (max-width: 576px){.legal-page__body{padding:32px 1rem 56px}}.legal-page__container{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:0}.legal-page__intro{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;margin-bottom:32px;border-left:4px solid #0b0b45}.legal-page__intro p{font-size:.97rem;color:#334155;line-height:1.75;margin:0}@media (max-width: 576px){.legal-page__intro{padding:16px 18px}}.legal-page__section{margin-bottom:32px}.legal-page__section h2{font-size:1.1rem;font-weight:700;color:#0b0b45;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.legal-page__section p{font-size:.93rem;color:#475569;line-height:1.75;margin-bottom:10px}.legal-page__section p:last-child{margin-bottom:0}.legal-page__section ul{padding-left:1.25rem;margin:8px 0 0}.legal-page__section ul li{font-size:.93rem;color:#475569;line-height:1.7;margin-bottom:6px;padding-left:4px}.legal-page__section ul li::marker{color:#0b0b45}.legal-page__section ul li strong{color:#1e293b}.legal-page__contact{margin-top:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px 20px}.legal-page__contact p{margin-bottom:4px!important;font-size:.9rem!important}.legal-page__contact a{color:#0b0b45;font-weight:600;text-decoration:none}.legal-page__contact a:hover{text-decoration:underline}.legal-page__back{margin-top:40px;padding-top:24px;border-top:1px solid #e2e8f0}.legal-page__back a{font-size:.9rem;font-weight:600;color:#0b0b45;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:gap .2s ease}.legal-page__back a:hover{gap:8px;text-decoration:underline}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Axiforma;src:url(/assets/Axiforma-Regular-CG4EaLps.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*:not(input):not(button):not(select):not(textarea){margin:0;padding:0;box-sizing:border-box;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.swal2-container,.swal2-container *{margin:revert;padding:revert;box-sizing:revert}input,button,select,textarea{box-sizing:border-box;font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}html{font-size:clamp(14px,.9vw,22px)}html,body{height:100%;margin:0;padding:0}body{line-height:1.6;color:#333;background-color:#f2efea}::-webkit-scrollbar{width:15px}::-webkit-scrollbar-track{background:#e6e6e6;padding:10px}::-webkit-scrollbar-thumb{background:#1a3c6e;border-radius:10px;border:3px solid #e6e6e6}::-webkit-scrollbar-thumb:hover{background:#1a3c6e}
