@import 'BeachCondoz.Client.mz4vyuweqa.bundle.scp.css';

/* _content/BeachCondoz/Components/Account/ExternalLoginPicker.razor.rz.scp.css */
/* External Login Picker Styles */
.social-login-grid[b-ng1h5neotw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.social-login-grid .btn[b-ng1h5neotw] {
    width: 100%;
    justify-content: center;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    min-height: 44px;
    gap: 0.5rem;
}

.social-login-grid .btn:disabled[b-ng1h5neotw] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Social Login Buttons */
.btn-google[b-ng1h5neotw] {
    background: #ffffff;
    color: #757575;
    border: 1px solid #dadce0;
}

.btn-google:hover:not(:disabled)[b-ng1h5neotw] {
    background: #f8f9fa;
    border-color: #dadce0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.btn-facebook[b-ng1h5neotw] {
    background: #1877f2;
    color: white;
    border-color: #1877f2;
}

.btn-facebook:hover:not(:disabled)[b-ng1h5neotw] {
    background: #166fe5;
    border-color: #166fe5;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-microsoft[b-ng1h5neotw] {
    background: #0078d4;
    color: white;
    border-color: #0078d4;
}

.btn-microsoft:hover:not(:disabled)[b-ng1h5neotw] {
    background: #106ebe;
    border-color: #106ebe;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-outline[b-ng1h5neotw] {
    background: transparent;
    color: #007bff;
    border-color: #007bff;
}

.btn-outline:hover:not(:disabled)[b-ng1h5neotw] {
    background: #007bff;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
/* _content/BeachCondoz/Components/Account/Pages/Manage/Index.razor.rz.scp.css */
/* Account Container */
.account-container[b-r1nvn114co] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #4c6ab3 50%, #2c5282 75%, #1a365d 100%);
    padding: 2rem;
    position: relative;
}

.account-container[b-r1nvn114co]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 25%, rgba(76, 106, 179, 0.1) 50%, rgba(44, 82, 130, 0.1) 75%, rgba(26, 54, 93, 0.1) 100%);
    pointer-events: none;
}

.account-header[b-r1nvn114co] {
    margin-bottom: 2rem;
    text-align: left;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.account-header h1[b-r1nvn114co] {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Account Grid */
.account-grid[b-r1nvn114co] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* User Menu Card */
.user-menu-card[b-r1nvn114co] {
    background: var(--color-surface, white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    height: fit-content;
    border: 1px solid var(--color-border, #e2e8f0);
}

.profile-section[b-r1nvn114co] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.profile-avatar[b-r1nvn114co] {
    margin-bottom: 1rem;
}

.avatar-circle[b-r1nvn114co] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gradient-cta, linear-gradient(135deg, #4c6ab3, #2c5282));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.avatar-text[b-r1nvn114co] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
}

.profile-info h3[b-r1nvn114co] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-text, #2d3748);
}

.profile-info p[b-r1nvn114co] {
    margin: 0;
    color: var(--color-muted, #718096);
    font-size: 0.9rem;
}

/* User Navigation */
.user-nav[b-r1nvn114co] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-item[b-r1nvn114co] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 12px;
    text-decoration: none;
    color: var(--color-text, #2d3748);
    transition: all 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
}

.nav-item:hover[b-r1nvn114co] {
    background: rgba(255, 255, 255, 0.7);
    color: var(--color-primary, #4c6ab3);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-item:focus[b-r1nvn114co] {
    outline: 2px solid var(--color-primary, #4c6ab3);
    outline-offset: 2px;
}

.nav-item.active[b-r1nvn114co] {
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-primary, #4c6ab3);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-item:active[b-r1nvn114co] {
    transform: translateY(1px);
}

.nav-icon[b-r1nvn114co] {
    font-size: 1.2rem;
    margin-right: 0.75rem;
    width: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-text[b-r1nvn114co] {
    flex: 1;
    font-size: 0.95rem;
}

.nav-arrow[b-r1nvn114co] {
    display: none;
}

.notification-item[b-r1nvn114co] {
    justify-content: space-between;
}

.notification-toggle select[b-r1nvn114co] {
    border: 1px solid var(--color-border, #ddd);
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    background: var(--color-surface, white);
}

.logout-item[b-r1nvn114co] {
    color: #dc3545;
    margin-top: 1rem;
}

.logout-item:hover[b-r1nvn114co] {
    background: #f8d7da;
    color: #721c24;
}

/* Settings Card */
.settings-card[b-r1nvn114co] {
    background: var(--color-surface, white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    height: fit-content;
    border: 1px solid var(--color-border, #e2e8f0);
}

.card-header[b-r1nvn114co] {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.card-header h3[b-r1nvn114co] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-text, #2d3748);
}

.close-btn[b-r1nvn114co] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--color-muted, #999);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.close-btn:hover[b-r1nvn114co] {
    background: var(--color-surface, #f8f9fa);
    color: var(--color-text, #333);
}

.settings-content[b-r1nvn114co] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.setting-item[b-r1nvn114co] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.setting-item label[b-r1nvn114co] {
    font-weight: 600;
    color: var(--color-text, #2d3748);
    font-size: 0.95rem;
}

.setting-item select[b-r1nvn114co] {
    border: 1px solid var(--color-border, #ddd);
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 0.95rem;
    background: var(--color-surface, white);
    transition: border-color 0.2s ease;
}

.setting-item select:focus[b-r1nvn114co] {
    outline: none;
    border-color: var(--color-primary, #4c6ab3);
    box-shadow: 0 0 0 3px rgba(76, 106, 179, 0.1);
}

/* Profile Edit Card */
.profile-edit-card[b-r1nvn114co] {
    background: var(--color-surface, white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    height: fit-content;
    border: 1px solid var(--color-border, #e2e8f0);
}

.profile-header-info[b-r1nvn114co] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.profile-avatar-small[b-r1nvn114co] {
    position: relative;
}

.avatar-circle-small[b-r1nvn114co] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-cta, linear-gradient(135deg, #4c6ab3, #2c5282));
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-text-small[b-r1nvn114co] {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
}

.edit-avatar-btn[b-r1nvn114co] {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: var(--color-primary, #4c6ab3);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-header-text h3[b-r1nvn114co] {
    margin: 0 0 0.25rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-text, #2d3748);
}

.profile-header-text p[b-r1nvn114co] {
    margin: 0;
    color: var(--color-muted, #718096);
    font-size: 0.9rem;
}

.profile-edit-content[b-r1nvn114co] {
    margin-top: 2rem;
}

.form-group[b-r1nvn114co] {
    margin-bottom: 1.5rem;
}

.form-group label[b-r1nvn114co] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--color-text, #2d3748);
    font-size: 0.95rem;
}

.form-control[b-r1nvn114co] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--color-border, #ddd);
    border-radius: 8px;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
    background: var(--color-surface, white);
}

.form-control:focus[b-r1nvn114co] {
    outline: none;
    border-color: var(--color-primary, #4c6ab3);
    box-shadow: 0 0 0 3px rgba(76, 106, 179, 0.1);
}

.form-control[readonly][b-r1nvn114co] {
    background-color: var(--color-surface, #f8f9fa);
    color: var(--color-muted, #6c757d);
}

.form-text[b-r1nvn114co] {
    font-size: 0.8rem;
    color: var(--color-muted, #6c757d);
    margin-top: 0.25rem;
}

.save-btn[b-r1nvn114co] {
    background: var(--color-primary, #4c6ab3);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
}

.save-btn:hover:not(:disabled)[b-r1nvn114co] {
    background: var(--color-primary-dark, #3f589c);
}

.save-btn:disabled[b-r1nvn114co] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive Design */
@media (max-width: 768px) {
    .account-container[b-r1nvn114co] {
        padding: 1rem;
    }
    
    .account-header[b-r1nvn114co] {
        padding: 0 1rem;
    }
    
    .account-grid[b-r1nvn114co] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .account-header h1[b-r1nvn114co] {
        font-size: 2rem;
    }
    
    .user-menu-card[b-r1nvn114co],
    .settings-card[b-r1nvn114co],
    .profile-edit-card[b-r1nvn114co] {
        padding: 1.5rem;
    }
    
    .profile-header-info[b-r1nvn114co] {
        flex-direction: column;
        text-align: center;
    }
    
    .nav-item[b-r1nvn114co] {
        padding: 0.75rem;
    }
    
    .nav-text[b-r1nvn114co] {
        font-size: 0.9rem;
    }
}

/* Alert Styles */
.alert[b-r1nvn114co] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 1px solid transparent;
}

.alert-danger[b-r1nvn114co] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success[b-r1nvn114co] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* Loading Spinner */
.spinner-border-sm[b-r1nvn114co] {
    width: 1rem;
    height: 1rem;
}
/* _content/BeachCondoz/Components/AuthModal.razor.rz.scp.css */
/* Auth Modal Styles */
*[b-3gd2d6tq32] {
    box-sizing: border-box;
}

.auth-modal[b-3gd2d6tq32] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 1rem;
}

.auth-modal.show[b-3gd2d6tq32] {
    opacity: 1;
    visibility: visible;
}

.auth-modal-content[b-3gd2d6tq32] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    transform: scale(0.9) translateY(-20px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.auth-modal.show .auth-modal-content[b-3gd2d6tq32] {
    transform: scale(1) translateY(0);
}

.auth-modal-header[b-3gd2d6tq32] {
    padding: 2.5rem 2rem 1.5rem 2rem;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 16px 16px 0 0;
}

.auth-modal-header h2[b-3gd2d6tq32] {
    margin: 0 0 0.5rem 0;
    color: #2d3748;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.auth-modal-header p[b-3gd2d6tq32] {
    margin: 0;
    color: #718096;
    font-size: 1rem;
    line-height: 1.5;
}

.auth-modal-close[b-3gd2d6tq32] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #a0aec0;
    cursor: pointer;
    padding: 0.25rem;
    line-height: 1;
    transition: color 0.2s ease;
}

.auth-modal-close:hover[b-3gd2d6tq32] {
    color: #4a5568;
}

.auth-tabs[b-3gd2d6tq32] {
    display: flex;
    border-bottom: 1px solid #e2e8f0;
    margin: 0 2rem;
}

.auth-tab[b-3gd2d6tq32] {
    flex: 1;
    padding: 1rem;
    background: none;
    border: none;
    color: #718096;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
}

.auth-tab:hover[b-3gd2d6tq32] {
    color: #4a5568;
    background: #f7fafc;
}

.auth-tab.active[b-3gd2d6tq32] {
    color: #4c6ab3;
    border-bottom-color: #4c6ab3;
    background: #f7fafc;
}

.auth-status-message[b-3gd2d6tq32] {
    margin: 1rem 2rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

.auth-status-message.error[b-3gd2d6tq32] {
    background: #fed7d7;
    color: #c53030;
    border: 1px solid #feb2b2;
}

.auth-status-message.success[b-3gd2d6tq32] {
    background: #c6f6d5;
    color: #2f855a;
    border: 1px solid #9ae6b4;
}

.form-group[b-3gd2d6tq32] {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
}

.form-floating[b-3gd2d6tq32] {
    position: relative;
}

.form-control[b-3gd2d6tq32] {
    width: 100%;
    padding: 1rem 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: #f8fafc;
    min-height: 48px;
    box-shadow: none;
    box-sizing: border-box;
    overflow: hidden;
}

.form-control:focus[b-3gd2d6tq32] {
    outline: none;
    border-color: #4c6ab3;
    background: white;
    box-shadow: 0 0 0 3px rgba(76, 106, 179, 0.1);
    transform: translateY(-1px);
}

.form-control[b-3gd2d6tq32]::placeholder {
    color: #9ca3af;
    opacity: 1;
}

.form-label[b-3gd2d6tq32] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    pointer-events: none;
    transform-origin: left top;
    background: #f8fafc;
    padding: 0 0.25rem;
}

.form-control:focus + .form-label[b-3gd2d6tq32],
.form-control:not(:placeholder-shown) + .form-label[b-3gd2d6tq32] {
    transform: scale(0.85) translateY(-0.75rem) translateX(0.25rem);
    color: #4c6ab3;
    font-weight: 600;
    background: white;
}

.form-check[b-3gd2d6tq32] {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    margin-bottom: 1.5rem;
}

.form-check-input[b-3gd2d6tq32] {
    margin-right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.2s ease;
}

.form-check-input:checked[b-3gd2d6tq32] {
    background-color: #4c6ab3;
    border-color: #4c6ab3;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
}

.form-check-input:focus[b-3gd2d6tq32] {
    box-shadow: 0 0 0 3px rgba(76, 106, 179, 0.1);
}

.form-check-label[b-3gd2d6tq32] {
    color: #374151;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.btn[b-3gd2d6tq32] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.btn:disabled[b-3gd2d6tq32] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-3gd2d6tq32] {
    background: #4c6ab3;
    color: white;
    box-shadow: 0 2px 4px rgba(76, 106, 179, 0.2);
    font-weight: 600;
    min-height: 52px;
    border: none;
    margin: 0 2rem;
    width: calc(100% - 4rem);
}

.btn-primary:hover:not(:disabled)[b-3gd2d6tq32] {
    background: #3f589c;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(76, 106, 179, 0.3);
}

.btn-primary:active:not(:disabled)[b-3gd2d6tq32] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(76, 106, 179, 0.2);
}

.btn-ghost[b-3gd2d6tq32] {
    background: none;
    color: #4c6ab3;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.btn-ghost:hover[b-3gd2d6tq32] {
    background: #f7fafc;
    color: #2c5282;
}

.btn-spinner[b-3gd2d6tq32] {
    width: 1rem;
    height: 1rem;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-3gd2d6tq32 1s linear infinite;
}

@keyframes spin-b-3gd2d6tq32 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.w-100[b-3gd2d6tq32] {
    width: 100%;
}

.mb-3[b-3gd2d6tq32] {
    margin-bottom: 1rem;
}

.mb-4[b-3gd2d6tq32] {
    margin-bottom: 1.5rem;
}

.mt-3[b-3gd2d6tq32] {
    margin-top: 1rem;
}

.text-center[b-3gd2d6tq32] {
    text-align: center;
}

.auth-divider[b-3gd2d6tq32] {
    position: relative;
    text-align: center;
    margin: 1.5rem 2rem;
}

/* Social login section padding */
.auth-modal-content .social-login-grid[b-3gd2d6tq32] {
    padding: 0 2rem;
}

.auth-divider[b-3gd2d6tq32]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.auth-divider span[b-3gd2d6tq32] {
    background: white;
    padding: 0 1rem;
    color: #718096;
    font-size: 0.9rem;
    position: relative;
}

.validation-summary[b-3gd2d6tq32] {
    background: #fed7d7;
    color: #c53030;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin: 1rem 2rem;
    font-size: 0.9rem;
    border: 1px solid #feb2b2;
}

.validation-message[b-3gd2d6tq32] {
    color: #c53030;
    font-size: 0.8rem;
    margin-top: 0.25rem;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .auth-modal-content[b-3gd2d6tq32] {
        width: 95%;
        margin: 1rem;
    }
    
    .auth-modal-header[b-3gd2d6tq32] {
        padding: 1.5rem 1.5rem 1rem 1.5rem;
    }
    
    .form-group[b-3gd2d6tq32] {
        padding: 0 1.5rem;
    }
    
    .auth-tabs[b-3gd2d6tq32] {
        margin: 0 1.5rem;
    }
    
    .auth-status-message[b-3gd2d6tq32] {
        margin: 1rem 1.5rem;
    }
    
    .form-check[b-3gd2d6tq32] {
        padding: 0 1.5rem;
    }
    
    .auth-divider[b-3gd2d6tq32] {
        margin: 1.5rem 1.5rem;
    }
    
    .validation-summary[b-3gd2d6tq32] {
        margin: 1rem 1.5rem;
    }
}
/* _content/BeachCondoz/Components/FeaturedUnits.razor.rz.scp.css */
/* Featured Units Slider Styles */
.featured-units-section[b-3mr0esbeew] {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.section-header[b-3mr0esbeew] {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2[b-3mr0esbeew] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.section-subtitle[b-3mr0esbeew] {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.properties-slider-container[b-3mr0esbeew] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider-btn[b-3mr0esbeew] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    flex-shrink: 0;
}

.slider-btn:hover:not(:disabled)[b-3mr0esbeew] {
    background: #007bff;
    border-color: #007bff;
    color: white;
    transform: scale(1.1);
}

.slider-btn:disabled[b-3mr0esbeew] {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-btn svg[b-3mr0esbeew] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.properties-slider[b-3mr0esbeew] {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.properties-track[b-3mr0esbeew] {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.slider-item[b-3mr0esbeew] {
    flex: 0 0 300px; /* Fixed width for each card */
    min-width: 0;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .slider-item[b-3mr0esbeew] {
        flex: 0 0 280px;
    }
}

@media (max-width: 992px) {
    .slider-item[b-3mr0esbeew] {
        flex: 0 0 250px;
    }
    
    .properties-slider-container[b-3mr0esbeew] {
        gap: 15px;
    }
    
    .slider-btn[b-3mr0esbeew] {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .slider-item[b-3mr0esbeew] {
        flex: 0 0 220px;
    }
    
    .section-header h2[b-3mr0esbeew] {
        font-size: 2rem;
    }
    
    .properties-slider-container[b-3mr0esbeew] {
        gap: 10px;
    }
    
    .slider-btn[b-3mr0esbeew] {
        width: 40px;
        height: 40px;
    }
    
    .slider-btn svg[b-3mr0esbeew] {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 576px) {
    .slider-item[b-3mr0esbeew] {
        flex: 0 0 200px;
    }
    
    .properties-track[b-3mr0esbeew] {
        gap: 15px;
    }
}

/* Loading and empty states */
.loading-container[b-3mr0esbeew] {
    text-align: center;
    padding: 60px 0;
}

.loading-spinner[b-3mr0esbeew] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-3mr0esbeew 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-3mr0esbeew {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-featured-units[b-3mr0esbeew] {
    text-align: center;
    padding: 60px 0;
    color: #666;
}

.view-all-section[b-3mr0esbeew] {
    text-align: center;
    margin-top: 40px;
}

.btn-outline-primary[b-3mr0esbeew] {
    padding: 12px 30px;
    border: 2px solid #007bff;
    color: #007bff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover[b-3mr0esbeew] {
    background: #007bff;
    color: white;
    text-decoration: none;
}
/* _content/BeachCondoz/Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-ev4rav6xmp] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content[b-ev4rav6xmp] {
    flex: 1;
}

.main-footer[b-ev4rav6xmp] {
    background: #333;
    color: white;
    padding: 40px 0 20px;
    margin-top: auto;
}

.container[b-ev4rav6xmp] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content[b-ev4rav6xmp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h3[b-ev4rav6xmp],
.footer-section h4[b-ev4rav6xmp] {
    margin-bottom: 15px;
    color: #4c6ab3;
}

.footer-section h3[b-ev4rav6xmp] {
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-section h4[b-ev4rav6xmp] {
    font-size: 1.1rem;
    font-weight: 600;
}

.footer-section p[b-ev4rav6xmp] {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-section ul[b-ev4rav6xmp] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li[b-ev4rav6xmp] {
    margin-bottom: 8px;
}

.footer-section ul li a[b-ev4rav6xmp] {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-section ul li a:hover[b-ev4rav6xmp] {
    color: #4c6ab3;
}

.footer-bottom[b-ev4rav6xmp] {
    border-top: 1px solid #555;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p[b-ev4rav6xmp] {
    color: #999;
    margin: 0;
}

/* Footer button styling */
.footer-section .btn[b-ev4rav6xmp] {
    margin-top: 15px;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.footer-section .btn-primary[b-ev4rav6xmp] {
    background-color: #007bff;
    color: white;
}

.footer-section .btn-primary:hover[b-ev4rav6xmp] {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-content[b-ev4rav6xmp] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .main-footer[b-ev4rav6xmp] {
        padding: 30px 0 15px;
    }
}
/* _content/BeachCondoz/Components/Navigation.razor.rz.scp.css */
.main-navigation[b-ircrakicon] {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container[b-ircrakicon] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.nav-brand a[b-ircrakicon] {
    text-decoration: none;
    color: #4c6ab3;
}

.nav-brand h1[b-ircrakicon] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.nav-menu[b-ircrakicon] {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link[b-ircrakicon] {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 0;
    transition: color 0.2s ease;
    position: relative;
}

.nav-link:hover[b-ircrakicon],
.nav-link.active[b-ircrakicon] {
    color: #4c6ab3;
}

.nav-link.active[b-ircrakicon]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #4c6ab3;
}

.nav-actions[b-ircrakicon] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn[b-ircrakicon] {
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
}

.btn-primary[b-ircrakicon] {
    background: #4c6ab3;
    color: white;
    border-color: #4c6ab3;
}

.btn-primary:hover[b-ircrakicon] {
    background: #3f589c;
    border-color: #3f589c;
    color: white;
}

.btn-outline[b-ircrakicon] {
    background: transparent;
    color: #4c6ab3;
    border-color: #4c6ab3;
}

.btn-outline:hover[b-ircrakicon] {
    background: #4c6ab3;
    color: white;
    border-color: #4c6ab3;
}

/* Mobile menu toggle */
.mobile-menu-toggle[b-ircrakicon] {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}

/* Desktop-only elements */
.desktop-only[b-ircrakicon] {
    display: block;
}

/* Mobile menu toggle */
.mobile-menu-toggle[b-ircrakicon] {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nav-container[b-ircrakicon] {
        padding: 0 25px;
    }
    
    /* Hide desktop-only elements on mobile */
    .desktop-only[b-ircrakicon] {
        display: none !important;
    }
    
    /* Hide nav menu on mobile */
    .nav-menu[b-ircrakicon] {
        display: none;
    }
    
    /* Mobile menu toggle */
    .mobile-menu-toggle[b-ircrakicon] {
        display: block;
    }
    
    /* Brand adjustments */
    .nav-brand h1[b-ircrakicon] {
        font-size: 1.5rem;
    }
    
    /* Nav actions - only show login button */
    .nav-actions[b-ircrakicon] {
        gap: 0;
    }
    
    /* Button adjustments for mobile */
    .btn[b-ircrakicon] {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    /* Ensure login button is visible and properly positioned */
    .nav-actions .btn-outline[b-ircrakicon] {
        display: block !important;
    }
}

/* Account Dropdown Styles */
.account-dropdown[b-ircrakicon] {
    position: relative;
    display: inline-block;
}

.account-toggle[b-ircrakicon] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 200px;
}

.account-toggle:hover[b-ircrakicon] {
    background-color: #f8f9fa;
}

.user-info[b-ircrakicon] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.user-name[b-ircrakicon] {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
}

.user-email[b-ircrakicon] {
    font-size: 12px;
    color: #666;
    line-height: 1.2;
}

.dropdown-arrow[b-ircrakicon] {
    font-size: 10px;
    color: #666;
    transition: transform 0.2s ease;
    margin-left: auto;
}

.dropdown-arrow.open[b-ircrakicon] {
    transform: rotate(180deg);
}

.dropdown-menu[b-ircrakicon] {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 200px;
    z-index: 1001;
    margin-top: 4px;
    overflow: hidden;
}

.dropdown-item[b-ircrakicon] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.dropdown-item:hover[b-ircrakicon] {
    background-color: #f8f9fa;
    color: #333;
}

.dropdown-item.logout-item[b-ircrakicon] {
    color: #dc3545;
}

.dropdown-item.logout-item:hover[b-ircrakicon] {
    background-color: #f8d7da;
    color: #721c24;
}

.dropdown-divider[b-ircrakicon] {
    height: 1px;
    background-color: #e9ecef;
    margin: 4px 0;
}

.icon[b-ircrakicon] {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

/* Extra small screens */
@media (max-width: 480px) {
    .nav-container[b-ircrakicon] {
        padding: 0 20px;
    }
    
    .nav-brand h1[b-ircrakicon] {
        font-size: 1.3rem;
    }
    
    .btn[b-ircrakicon] {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .account-toggle[b-ircrakicon] {
        min-width: 150px;
        padding: 6px 8px;
    }
    
    .user-name[b-ircrakicon] {
        font-size: 13px;
    }
    
    .user-email[b-ircrakicon] {
        font-size: 11px;
    }
    
    .dropdown-menu[b-ircrakicon] {
        min-width: 150px;
    }
    
    .dropdown-item[b-ircrakicon] {
        padding: 10px 12px;
        font-size: 13px;
    }
}
/* _content/BeachCondoz/Components/Pages/Contact.razor.rz.scp.css */
/* Contact Page Container */
.contact-page[b-jafixkzoj1] {
    min-height: 100vh;
}

/* Container for consistent max-width and centering */
.container[b-jafixkzoj1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.contact-hero[b-jafixkzoj1] {
    background: var(--gradient-hero);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.hero-content[b-jafixkzoj1] {
    max-width: 800px;
    margin: 0 auto;
}

.hero-content h1[b-jafixkzoj1] {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-content p[b-jafixkzoj1] {
    font-size: 1.2rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* Contact Form Section */
.contact-form-section[b-jafixkzoj1] {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.contact-content[b-jafixkzoj1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info h2[b-jafixkzoj1] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.contact-info p[b-jafixkzoj1] {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.contact-methods[b-jafixkzoj1] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-method[b-jafixkzoj1] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.method-icon[b-jafixkzoj1] {
    font-size: 2rem;
    flex-shrink: 0;
}

.contact-method h3[b-jafixkzoj1] {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
}

.contact-method p[b-jafixkzoj1] {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Contact Form */
.contact-form[b-jafixkzoj1] {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form h2[b-jafixkzoj1] {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #333;
    font-weight: 700;
}

.form-group[b-jafixkzoj1] {
    margin-bottom: 25px;
}

.form-group label[b-jafixkzoj1] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-group input[b-jafixkzoj1],
.form-group select[b-jafixkzoj1],
.form-group textarea[b-jafixkzoj1] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus[b-jafixkzoj1],
.form-group select:focus[b-jafixkzoj1],
.form-group textarea:focus[b-jafixkzoj1] {
    outline: none;
    border-color: #007bff;
}

.form-group textarea[b-jafixkzoj1] {
    resize: vertical;
    min-height: 120px;
}

/* Owner CTA Section */
.owner-cta[b-jafixkzoj1] {
    padding: 80px 0;
    background: var(--gradient-cta);
    color: white;
    text-align: center;
}

.cta-content[b-jafixkzoj1] {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2[b-jafixkzoj1] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content p[b-jafixkzoj1] {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-actions[b-jafixkzoj1] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Button Styles */
.btn[b-jafixkzoj1] {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    min-width: 160px;
}

.btn-primary[b-jafixkzoj1] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-jafixkzoj1] {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-secondary[b-jafixkzoj1] {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-jafixkzoj1] {
    background-color: white;
    color: #667eea;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-content[b-jafixkzoj1] {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-form[b-jafixkzoj1] {
        padding: 30px 20px;
    }
    
    .contact-methods[b-jafixkzoj1] {
        gap: 20px;
    }
    
    .contact-method[b-jafixkzoj1] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cta-actions[b-jafixkzoj1] {
        flex-direction: column;
        align-items: center;
    }
    
    .btn[b-jafixkzoj1] {
        width: 100%;
        max-width: 300px;
    }
    
    .hero-content h1[b-jafixkzoj1] {
        font-size: 2.5rem;
    }
    
    .cta-content h2[b-jafixkzoj1] {
        font-size: 2rem;
    }
}
/* _content/BeachCondoz/Components/Pages/Favorites.razor.rz.scp.css */
/* Favorites Page Styles */
.favorites-container[b-cg2thvw8iy] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Header Section */
.favorites-header[b-cg2thvw8iy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
}

.header-content h1[b-cg2thvw8iy] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.header-content p[b-cg2thvw8iy] {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
}

.header-stats[b-cg2thvw8iy] {
    display: flex;
    gap: 2rem;
}

.stat-item[b-cg2thvw8iy] {
    text-align: center;
}

.stat-number[b-cg2thvw8iy] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label[b-cg2thvw8iy] {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Preferences Section */
.preferences-section[b-cg2thvw8iy] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 3rem;
    border: 1px solid #e9ecef;
}

.section-header[b-cg2thvw8iy] {
    margin-bottom: 2rem;
}

.section-header h2[b-cg2thvw8iy] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 0.5rem 0;
}

.section-header p[b-cg2thvw8iy] {
    color: #6c757d;
    margin: 0;
}

.preferences-form[b-cg2thvw8iy] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row[b-cg2thvw8iy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    align-items: end;
}

.form-group[b-cg2thvw8iy] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-cg2thvw8iy] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-control[b-cg2thvw8iy] {
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-cg2thvw8iy] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Favorites Section */
.favorites-section[b-cg2thvw8iy] {
    margin-bottom: 3rem;
}

.favorites-section .section-header[b-cg2thvw8iy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.view-controls[b-cg2thvw8iy] {
    display: flex;
    gap: 0.5rem;
}

.view-btn[b-cg2thvw8iy] {
    padding: 0.5rem 1rem;
    border: 1px solid #ced4da;
    background: white;
    color: #495057;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.view-btn:hover[b-cg2thvw8iy] {
    background: #f8f9fa;
}

.view-btn.active[b-cg2thvw8iy] {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

/* Grid View */
.favorites-grid[b-cg2thvw8iy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.favorite-card[b-cg2thvw8iy] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.favorite-card:hover[b-cg2thvw8iy] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-image[b-cg2thvw8iy] {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.card-image img[b-cg2thvw8iy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image[b-cg2thvw8iy] {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-icon[b-cg2thvw8iy] {
    font-size: 3rem;
    opacity: 0.5;
}

.card-overlay[b-cg2thvw8iy] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.favorite-card:hover .card-overlay[b-cg2thvw8iy] {
    opacity: 1;
}

.remove-btn[b-cg2thvw8iy] {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out;
}

.remove-btn:hover[b-cg2thvw8iy] {
    background: white;
    transform: scale(1.1);
}

.card-badge[b-cg2thvw8iy] {
    background: #28a745;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.card-content[b-cg2thvw8iy] {
    padding: 1.5rem;
}

.unit-name[b-cg2thvw8iy] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 0.5rem 0;
}

.unit-location[b-cg2thvw8iy] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0 0 0.75rem 0;
}

.unit-description[b-cg2thvw8iy] {
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 1rem 0;
}

.unit-specs[b-cg2thvw8iy] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.spec[b-cg2thvw8iy] {
    font-size: 0.85rem;
    color: #6c757d;
    background: #f8f9fa;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.card-actions[b-cg2thvw8iy] {
    display: flex;
    gap: 0.75rem;
}

/* List View */
.favorites-list[b-cg2thvw8iy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.favorite-item[b-cg2thvw8iy] {
    display: flex;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out;
}

.favorite-item:hover[b-cg2thvw8iy] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.item-image[b-cg2thvw8iy] {
    width: 200px;
    height: 150px;
    flex-shrink: 0;
    overflow: hidden;
}

.item-image img[b-cg2thvw8iy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-content[b-cg2thvw8iy] {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-header[b-cg2thvw8iy] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.item-specs[b-cg2thvw8iy] {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.item-actions[b-cg2thvw8iy] {
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
}

/* Buttons */
.btn[b-cg2thvw8iy] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 0.9rem;
}

.btn-primary[b-cg2thvw8iy] {
    background: #667eea;
    color: white;
}

.btn-primary:hover[b-cg2thvw8iy] {
    background: #5a6fd8;
    transform: translateY(-1px);
}

.btn-outline[b-cg2thvw8iy] {
    background: transparent;
    color: #667eea;
    border: 1px solid #667eea;
}

.btn-outline:hover[b-cg2thvw8iy] {
    background: #667eea;
    color: white;
}

/* Empty State */
.empty-favorites[b-cg2thvw8iy] {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px dashed #dee2e6;
}

.empty-icon[b-cg2thvw8iy] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.empty-favorites h3[b-cg2thvw8iy] {
    font-size: 1.5rem;
    color: #6c757d;
    margin: 0 0 0.5rem 0;
}

.empty-favorites p[b-cg2thvw8iy] {
    color: #6c757d;
    margin: 0 0 2rem 0;
}

/* Loading State */
.loading-container[b-cg2thvw8iy] {
    text-align: center;
    padding: 4rem 2rem;
}

.spinner[b-cg2thvw8iy] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-cg2thvw8iy 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-cg2thvw8iy {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .favorites-container[b-cg2thvw8iy] {
        padding: 1rem;
    }
    
    .favorites-header[b-cg2thvw8iy] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .header-content h1[b-cg2thvw8iy] {
        font-size: 2rem;
    }
    
    .form-row[b-cg2thvw8iy] {
        grid-template-columns: 1fr;
    }
    
    .favorites-section .section-header[b-cg2thvw8iy] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .favorites-grid[b-cg2thvw8iy] {
        grid-template-columns: 1fr;
    }
    
    .favorite-item[b-cg2thvw8iy] {
        flex-direction: column;
    }
    
    .item-image[b-cg2thvw8iy] {
        width: 100%;
        height: 200px;
    }
    
    .item-actions[b-cg2thvw8iy] {
        margin-top: 1rem;
    }
    
    .card-actions[b-cg2thvw8iy] {
        flex-direction: column;
    }
}
/* _content/BeachCondoz/Components/Pages/Home.razor.rz.scp.css */
/* Home Page Container */
.home-page[b-fjqlzib6h5] {
    min-height: 100vh;
}

/* Container for consistent max-width and centering */
.container[b-fjqlzib6h5] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero-section[b-fjqlzib6h5] {
    background: var(--gradient-hero);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.hero-content[b-fjqlzib6h5] {
    max-width: 800px;
    margin: 0 auto;
}

.hero-content h1[b-fjqlzib6h5] {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-content p[b-fjqlzib6h5] {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

.hero-actions[b-fjqlzib6h5] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Features Section */
.features-section[b-fjqlzib6h5] {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-header[b-fjqlzib6h5] {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2[b-fjqlzib6h5] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.section-header p[b-fjqlzib6h5] {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid[b-fjqlzib6h5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.feature-card[b-fjqlzib6h5] {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover[b-fjqlzib6h5] {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon[b-fjqlzib6h5] {
    font-size: 3rem;
    margin-bottom: 20px;
}

.feature-card h3[b-fjqlzib6h5] {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.feature-card p[b-fjqlzib6h5] {
    color: #666;
    line-height: 1.6;
}

/* Locations Preview Section */
.locations-preview[b-fjqlzib6h5] {
    padding: 80px 0;
    background-color: white;
}

.locations-grid[b-fjqlzib6h5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

/* Single location centering for home page */
.locations-grid.single-location[b-fjqlzib6h5] {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 40px auto 0;
}

.locations-grid.single-location .location-preview-card[b-fjqlzib6h5] {
    width: 100%;
    max-width: 400px;
}

.location-preview-card[b-fjqlzib6h5] {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.location-preview-card:hover[b-fjqlzib6h5] {
    border-color: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.15);
}

.location-icon[b-fjqlzib6h5] {
    font-size: 3rem;
    margin-bottom: 20px;
}

.location-preview-card h3[b-fjqlzib6h5] {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.location-preview-card p[b-fjqlzib6h5] {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Call to Action Section */
.cta-section[b-fjqlzib6h5] {
    padding: 80px 0;
    background: var(--gradient-cta);
    color: white;
    text-align: center;
}

.cta-content[b-fjqlzib6h5] {
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2[b-fjqlzib6h5] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content p[b-fjqlzib6h5] {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-actions[b-fjqlzib6h5] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Button Styles */
.btn[b-fjqlzib6h5] {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    min-width: 160px;
}

.btn-primary[b-fjqlzib6h5] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-fjqlzib6h5] {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-secondary[b-fjqlzib6h5] {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-fjqlzib6h5] {
    background-color: white;
    color: #667eea;
    transform: translateY(-2px);
}

.btn-outline[b-fjqlzib6h5] {
    background-color: transparent;
    color: #007bff;
    border: 2px solid #007bff;
}

.btn-outline:hover[b-fjqlzib6h5] {
    background-color: #007bff;
    color: white;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1[b-fjqlzib6h5] {
        font-size: 2.5rem;
    }
    
    .hero-content p[b-fjqlzib6h5] {
        font-size: 1.1rem;
    }
    
    .section-header h2[b-fjqlzib6h5] {
        font-size: 2rem;
    }
    
    .features-grid[b-fjqlzib6h5],
    .locations-grid[b-fjqlzib6h5] {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hero-actions[b-fjqlzib6h5],
    .cta-actions[b-fjqlzib6h5] {
        flex-direction: column;
        align-items: center;
    }
    
    .btn[b-fjqlzib6h5] {
        width: 100%;
        max-width: 300px;
    }
}
/* _content/BeachCondoz/Components/Pages/Locations.razor.rz.scp.css */
/* Locations Page Container */
.locations-page[b-1a0hs7vhxn] {
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container for consistent max-width and centering */
.container[b-1a0hs7vhxn] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero Section */
.locations-hero[b-1a0hs7vhxn] {
    background: var(--gradient-cta, linear-gradient(135deg, #667eea 0%, #764ba2 100%));
    color: white;
    padding: 80px 0;
    text-align: center;
}

.hero-content[b-1a0hs7vhxn] {
    max-width: 800px;
    margin: 0 auto;
}

.hero-content h1[b-1a0hs7vhxn] {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-content p[b-1a0hs7vhxn] {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-stats[b-1a0hs7vhxn] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item[b-1a0hs7vhxn] {
    text-align: center;
}

.stat-number[b-1a0hs7vhxn] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label[b-1a0hs7vhxn] {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Locations Content Section */
.locations-content[b-1a0hs7vhxn] {
    padding: 80px 0;
    background: var(--gradient-page-bg, #f8f9fa);
}

.locations-grid[b-1a0hs7vhxn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* Single location centering */
.locations-grid.single-location[b-1a0hs7vhxn] {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 2rem auto 0;
}

.locations-grid.single-location .location-card[b-1a0hs7vhxn] {
    width: 100%;
    max-width: 400px;
}

.location-card[b-1a0hs7vhxn] {
    background: var(--color-surface, white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--color-border, #e9ecef);
}

.location-card:hover[b-1a0hs7vhxn] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.location-image[b-1a0hs7vhxn] {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.location-image img[b-1a0hs7vhxn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image[b-1a0hs7vhxn] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.location-icon[b-1a0hs7vhxn] {
    font-size: 3rem;
    margin-bottom: 10px;
}

.placeholder-image p[b-1a0hs7vhxn] {
    color: white;
    font-size: 1rem;
    opacity: 0.8;
}

.location-overlay[b-1a0hs7vhxn] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.overlay-content[b-1a0hs7vhxn] {
    color: white;
}

.property-count[b-1a0hs7vhxn] {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.location-type[b-1a0hs7vhxn] {
    font-size: 0.9rem;
    opacity: 0.9;
}

.location-content[b-1a0hs7vhxn] {
    padding: 1.5rem;
}

.location-name[b-1a0hs7vhxn] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-text, #2c3e50);
    margin-bottom: 0.75rem;
}

.location-description[b-1a0hs7vhxn] {
    color: var(--color-text, #6c757d);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.location-actions[b-1a0hs7vhxn] {
    text-align: center;
}

/* CTA Section */
.locations-cta[b-1a0hs7vhxn] {
    padding: 80px 0;
    background: var(--gradient-cta, linear-gradient(135deg, #667eea 0%, #764ba2 100%));
    color: white;
    text-align: center;
}

.cta-content[b-1a0hs7vhxn] {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2[b-1a0hs7vhxn] {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content p[b-1a0hs7vhxn] {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-actions[b-1a0hs7vhxn] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Loading and No Results */
.loading-section[b-1a0hs7vhxn] {
    text-align: center;
    padding: 4rem 0;
}

.loading-spinner[b-1a0hs7vhxn] {
    width: 40px;
    height: 40px;
    border: 4px solid var(--color-border, #f3f3f3);
    border-top: 4px solid var(--color-primary, #667eea);
    border-radius: 50%;
    animation: spin-b-1a0hs7vhxn 1s linear infinite;
    margin: 0 auto 1.25rem;
}

@keyframes spin-b-1a0hs7vhxn {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-results[b-1a0hs7vhxn] {
    text-align: center;
    padding: 4rem 0;
}

.no-results-icon[b-1a0hs7vhxn] {
    font-size: 4rem;
    margin-bottom: 1.25rem;
}

.no-results h3[b-1a0hs7vhxn] {
    font-size: 1.5rem;
    color: var(--color-text, #2c3e50);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.no-results p[b-1a0hs7vhxn] {
    color: var(--color-text, #6c757d);
    font-size: 1rem;
    margin-bottom: 2rem;
}

/* Button Styles */
.btn[b-1a0hs7vhxn] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 0.9rem;
    min-width: 160px;
}

.btn-primary[b-1a0hs7vhxn] {
    background: var(--color-primary, #667eea);
    color: white;
}

.btn-primary:hover[b-1a0hs7vhxn] {
    background: var(--color-primary-dark, #5a6fd8);
    transform: translateY(-1px);
}

.btn-secondary[b-1a0hs7vhxn] {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-1a0hs7vhxn] {
    background: white;
    color: var(--color-primary, #667eea);
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container[b-1a0hs7vhxn] {
        padding: 0 1rem;
    }
    
    .locations-grid[b-1a0hs7vhxn] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .hero-stats[b-1a0hs7vhxn] {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .stat-number[b-1a0hs7vhxn] {
        font-size: 1.75rem;
    }
    
    .cta-actions[b-1a0hs7vhxn] {
        flex-direction: column;
        align-items: center;
    }
    
    .btn[b-1a0hs7vhxn] {
        width: 100%;
        max-width: 300px;
    }
    
    .hero-content h1[b-1a0hs7vhxn] {
        font-size: 2rem;
    }
    
    .cta-content h2[b-1a0hs7vhxn] {
        font-size: 1.75rem;
    }
    
    .location-content[b-1a0hs7vhxn] {
        padding: 1.25rem;
    }
    
    .location-name[b-1a0hs7vhxn] {
        font-size: 1.1rem;
    }
}
/* _content/BeachCondoz/Components/Pages/UnitDetail.razor.rz.scp.css */
.unit-detail-page[b-5ib9cq130y] {
    min-height: 100vh;
}

.loading[b-5ib9cq130y] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    font-size: 1.2rem;
    color: var(--color-muted, #718096);
}

.container[b-5ib9cq130y] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.back-nav[b-5ib9cq130y] {
    padding: 1.25rem 0;
}

.back-link[b-5ib9cq130y] {
    color: var(--color-primary, #4c6ab3);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-link:hover[b-5ib9cq130y] {
    color: var(--color-primary-dark, #2c5282);
}

.unit-header[b-5ib9cq130y] {
    background: var(--gradient-cta, linear-gradient(135deg, #4c6ab3 0%, #2c5282 100%));
    color: white;
    padding: 60px 0;
    position: relative;
}

.unit-title h1[b-5ib9cq130y] {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.unit-location[b-5ib9cq130y] {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 20px;
}

.unit-meta[b-5ib9cq130y] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.unit-meta span[b-5ib9cq130y] {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
}

.unit-price[b-5ib9cq130y] {
    text-align: right;
}

.price[b-5ib9cq130y] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.price-period[b-5ib9cq130y] {
    font-size: 1rem;
    opacity: 0.8;
}

.image-gallery[b-5ib9cq130y] {
    padding: 40px 0;
    background: var(--gradient-page-bg, #f8fafc);
}

.gallery-grid[b-5ib9cq130y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.gallery-item[b-5ib9cq130y] {
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gallery-item img[b-5ib9cq130y] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img[b-5ib9cq130y] {
    transform: scale(1.05);
}

.gallery-item.placeholder[b-5ib9cq130y] {
    background: var(--color-border, #e2e8f0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-content[b-5ib9cq130y] {
    text-align: center;
    color: var(--color-muted, #718096);
}

.placeholder-content i[b-5ib9cq130y] {
    font-size: 3rem;
    margin-bottom: 10px;
}

.unit-content[b-5ib9cq130y] {
    padding: 60px 0;
}

.content-grid[b-5ib9cq130y] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

.main-content h2[b-5ib9cq130y] {
    color: var(--color-text, #2d3748);
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.description[b-5ib9cq130y] {
    margin-bottom: 40px;
}

.description p[b-5ib9cq130y] {
    color: var(--color-text, #4a5568);
    line-height: 1.7;
    font-size: 1.1rem;
}

.amenities[b-5ib9cq130y] {
    margin-bottom: 40px;
}

.amenities-grid[b-5ib9cq130y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.amenity-item[b-5ib9cq130y] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.amenity-item i[b-5ib9cq130y] {
    color: var(--color-accent, #48bb78);
    font-weight: bold;
}

.house-rules ul[b-5ib9cq130y] {
    list-style: none;
    padding: 0;
}

.house-rules li[b-5ib9cq130y] {
    padding: 8px 0;
    border-bottom: 1px solid var(--color-border, #e2e8f0);
    color: var(--color-text, #4a5568);
}

.house-rules li:last-child[b-5ib9cq130y] {
    border-bottom: none;
}

.sidebar[b-5ib9cq130y] {
    position: sticky;
    top: 20px;
}

.inquiry-form[b-5ib9cq130y] {
    background: var(--color-surface, white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.quote-form h3[b-5ib9cq130y] {
    color: var(--color-text, #2d3748);
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.form-group[b-5ib9cq130y] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.form-group label[b-5ib9cq130y] {
    font-weight: 600;
    color: var(--color-text, #495057);
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-control[b-5ib9cq130y] {
    padding: 0.75rem;
    border: 1px solid var(--color-border, #ced4da);
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-5ib9cq130y] {
    outline: none;
    border-color: var(--color-primary, #4c6ab3);
    box-shadow: 0 0 0 0.2rem rgba(76, 106, 179, 0.25);
}

.btn[b-5ib9cq130y] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    font-size: 0.9rem;
    width: 100%;
}

.btn-primary[b-5ib9cq130y] {
    background: var(--color-primary, #4c6ab3);
    color: white;
}

.btn-primary:hover[b-5ib9cq130y] {
    background: var(--color-primary-dark, #3f589c);
    transform: translateY(-1px);
}

.property-details[b-5ib9cq130y] {
    background: var(--color-surface, white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.property-details h3[b-5ib9cq130y] {
    color: var(--color-text, #2d3748);
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.detail-item[b-5ib9cq130y] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.detail-item:last-child[b-5ib9cq130y] {
    border-bottom: none;
}

.detail-item strong[b-5ib9cq130y] {
    color: var(--color-text, #2d3748);
}

.detail-item span[b-5ib9cq130y] {
    color: var(--color-text, #4a5568);
}

/* Enhanced Gallery Styles */
.gallery-container[b-5ib9cq130y] {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gallery-item[b-5ib9cq130y] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-out;
    display: none;
}

.gallery-item.active[b-5ib9cq130y] {
    display: block;
}

.gallery-item img[b-5ib9cq130y] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-nav[b-5ib9cq130y] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    border: none;
    outline: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.gallery-nav:hover[b-5ib9cq130y] {
    background: white;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.gallery-nav svg[b-5ib9cq130y] {
    width: 20px;
    height: 20px;
    fill: #4c6ab3;
}

.gallery-prev[b-5ib9cq130y] {
    left: 15px;
}

.gallery-next[b-5ib9cq130y] {
    right: 15px;
}

.camera-icon[b-5ib9cq130y] {
    width: 48px;
    height: 48px;
    fill: #718096;
    margin-bottom: 10px;
}

/* Enhanced Amenities Styles */
.amenities-header[b-5ib9cq130y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.toggle-all-button[b-5ib9cq130y] {
    padding: 8px 12px;
    background: transparent;
    color: #4c6ab3;
    border: 1px solid #4c6ab3;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.toggle-all-button:hover[b-5ib9cq130y] {
    background: #f8f8f8;
}

.toggle-all-icon[b-5ib9cq130y] {
    width: 10px;
    height: 10px;
    position: relative;
    transition: transform 0.3s ease;
}

.toggle-all-icon[b-5ib9cq130y]::before,
.toggle-all-icon[b-5ib9cq130y]::after {
    content: '';
    position: absolute;
    background: #4c6ab3;
    transition: transform 0.3s ease;
}

.toggle-all-icon[b-5ib9cq130y]::before {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0;
}

.toggle-all-icon[b-5ib9cq130y]::after {
    width: 10px;
    height: 2px;
    left: 0;
    top: 4px;
}

.toggle-all-button[aria-expanded="true"] .toggle-all-icon[b-5ib9cq130y]::before {
    transform: rotate(90deg);
}

.amenities-accordion[b-5ib9cq130y] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}

.amenity-section[b-5ib9cq130y] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    transition: box-shadow 0.3s ease;
}

.amenity-section:hover[b-5ib9cq130y] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.amenity-toggle[b-5ib9cq130y] {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
    position: relative;
    z-index: 1;
}

.amenity-toggle:hover[b-5ib9cq130y] {
    background: #f8f8f8;
}

.amenity-content[b-5ib9cq130y] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.amenity-content.active[b-5ib9cq130y] {
    max-height: 1000px;
    padding: 0 20px 20px;
    opacity: 1;
    visibility: visible;
}

.amenity-content ul[b-5ib9cq130y] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.amenity-content li[b-5ib9cq130y] {
    padding: 8px 12px;
    color: #666;
    position: relative;
    padding-left: 28px;
    background: #f8f8f8;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.amenity-content li:hover[b-5ib9cq130y] {
    background: #f0f0f0;
}

.check-icon[b-5ib9cq130y] {
    width: 16px;
    height: 16px;
    fill: #4c6ab3;
    flex-shrink: 0;
}

.toggle-icon[b-5ib9cq130y] {
    width: 20px;
    height: 20px;
    position: relative;
    transition: transform 0.3s ease;
}

.toggle-icon[b-5ib9cq130y]::before,
.toggle-icon[b-5ib9cq130y]::after {
    content: '';
    position: absolute;
    background: #4c6ab3;
    transition: transform 0.3s ease;
}

.toggle-icon[b-5ib9cq130y]::before {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 9px;
}

.toggle-icon[b-5ib9cq130y]::after {
    width: 12px;
    height: 2px;
    top: 9px;
    left: 4px;
}

.amenity-toggle[aria-expanded="true"] .toggle-icon[b-5ib9cq130y]::before {
    transform: rotate(90deg);
}

.category-name[b-5ib9cq130y] {
    margin-right: 10px;
    font-weight: 600;
    color: #333;
}

.category-header[b-5ib9cq130y] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.amenity-count[b-5ib9cq130y] {
    background: var(--color-primary, #4c6ab3);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Group description styling removed since database doesn't have Description column */

.amenity-list[b-5ib9cq130y] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.amenity-item[b-5ib9cq130y] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #f8f8f8;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.amenity-item:hover[b-5ib9cq130y] {
    background: #f0f0f0;
}

.amenity-name[b-5ib9cq130y] {
    font-weight: 500;
    color: #333;
}

.no-amenities[b-5ib9cq130y] {
    text-align: center;
    padding: 40px 20px;
    color: #718096;
}

/* Bedroom Configuration Styles */
.bedroom-config[b-5ib9cq130y] {
    margin-bottom: 40px;
}

.bedrooms-grid[b-5ib9cq130y] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0 40px;
}

.bedroom-card[b-5ib9cq130y] {
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: white;
    transition: box-shadow 0.3s ease;
}

.bedroom-card:hover[b-5ib9cq130y] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.bed-icon[b-5ib9cq130y] {
    width: 24px;
    height: 24px;
    fill: #4c6ab3;
    flex-shrink: 0;
}

.bedroom-info h4[b-5ib9cq130y] {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
}

.bedroom-info p[b-5ib9cq130y] {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* Share Functionality Styles */
.share-section[b-5ib9cq130y] {
    margin-bottom: 20px;
}

.share-button[b-5ib9cq130y] {
    width: 100%;
    padding: 12px 16px;
    background: #4c6ab3;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.share-button:hover[b-5ib9cq130y] {
    background: #3f589c;
}

.share-button svg[b-5ib9cq130y] {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Share Dialog Styles */
.overlay[b-5ib9cq130y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.share-dialog[b-5ib9cq130y] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    min-width: 300px;
}

.share-dialog h3[b-5ib9cq130y] {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2d3748;
}

.share-options[b-5ib9cq130y] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-option[b-5ib9cq130y] {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
    color: #4a5568;
    font-size: 14px;
}

.share-option:hover[b-5ib9cq130y] {
    background: #f8f8f8;
    border-color: #4c6ab3;
    color: #4c6ab3;
}

/* Enhanced Form Styles */
.form-input:invalid[b-5ib9cq130y] {
    border-color: #e53e3e;
}

.validation-message[b-5ib9cq130y] {
    color: #e53e3e;
    font-size: 0.875rem;
    margin-top: 4px;
}

.btn:disabled[b-5ib9cq130y] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn:disabled:hover[b-5ib9cq130y] {
    transform: none;
    background: #667eea;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-grid[b-5ib9cq130y] {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .unit-title h1[b-5ib9cq130y] {
        font-size: 2rem;
    }
    
    .unit-meta[b-5ib9cq130y] {
        flex-direction: column;
        gap: 10px;
    }
    
    .unit-price[b-5ib9cq130y] {
        text-align: left;
        margin-top: 20px;
    }
    
    .gallery-container[b-5ib9cq130y] {
        height: 300px;
    }
    
    .gallery-nav[b-5ib9cq130y] {
        width: 36px;
        height: 36px;
    }
    
    .gallery-nav svg[b-5ib9cq130y] {
        width: 16px;
        height: 16px;
    }
    
    .amenities-header[b-5ib9cq130y] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .amenity-content ul[b-5ib9cq130y] {
        grid-template-columns: 1fr;
    }
    
    .bedrooms-grid[b-5ib9cq130y] {
        grid-template-columns: 1fr;
    }
    
    .share-options[b-5ib9cq130y] {
        flex-direction: column;
    }
    
    .share-option[b-5ib9cq130y] {
        text-align: center;
    }
}

/* Notification Toast Styles */
.notification-toast[b-5ib9cq130y] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    min-width: 300px;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: slideInRight-b-5ib9cq130y 0.3s ease-out;
}

.notification-toast.success[b-5ib9cq130y] {
    background: #10b981;
    color: white;
}

.notification-toast.error[b-5ib9cq130y] {
    background: #ef4444;
    color: white;
}

.notification-content[b-5ib9cq130y] {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 12px;
}

.notification-icon[b-5ib9cq130y] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.notification-icon svg[b-5ib9cq130y] {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.notification-message[b-5ib9cq130y] {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.notification-close[b-5ib9cq130y] {
    flex-shrink: 0;
    background: none;
    border: none;
    color: currentColor;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.notification-close:hover[b-5ib9cq130y] {
    background: rgba(255, 255, 255, 0.2);
}

.notification-close svg[b-5ib9cq130y] {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@keyframes slideInRight-b-5ib9cq130y {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive notification */
@media (max-width: 768px) {
    .notification-toast[b-5ib9cq130y] {
        top: 10px;
        right: 10px;
        left: 10px;
        min-width: auto;
        max-width: none;
    }
}

/* Favorite Button Styles */
.favorite-button-container[b-5ib9cq130y] {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.title-row[b-5ib9cq130y] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.favorite-btn[b-5ib9cq130y] {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.favorite-btn:hover[b-5ib9cq130y] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.favorite-btn.saved[b-5ib9cq130y] {
    background: rgba(255, 255, 255, 0.9);
    border-color: #e53e3e;
    color: #e53e3e;
}

.favorite-btn.saved:hover[b-5ib9cq130y] {
    background: #e53e3e;
    color: white;
}

.favorite-btn span[b-5ib9cq130y] {
    font-size: 1.5rem;
    transition: transform 0.2s ease;
}

.favorite-btn:hover span[b-5ib9cq130y] {
    transform: scale(1.2);
}

/* Sign-in Modal Styles */
.modal-overlay[b-5ib9cq130y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.sign-in-modal[b-5ib9cq130y] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: modalSlideIn-b-5ib9cq130y 0.3s ease-out;
}

@keyframes modalSlideIn-b-5ib9cq130y {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header[b-5ib9cq130y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 0 24px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 24px;
}

.modal-header h3[b-5ib9cq130y] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
}

.modal-close[b-5ib9cq130y] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover[b-5ib9cq130y] {
    background: #f7fafc;
}

.modal-close svg[b-5ib9cq130y] {
    width: 20px;
    height: 20px;
    fill: #718096;
}

.modal-content[b-5ib9cq130y] {
    padding: 0 24px 24px 24px;
}

.modal-content p[b-5ib9cq130y] {
    margin: 0 0 24px 0;
    color: #4a5568;
    line-height: 1.6;
    font-size: 1rem;
}

.modal-actions[b-5ib9cq130y] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.modal-actions .btn[b-5ib9cq130y] {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.modal-actions .btn-primary[b-5ib9cq130y] {
    background: var(--color-primary, #4c6ab3);
    color: white;
}

.modal-actions .btn-primary:hover[b-5ib9cq130y] {
    background: var(--color-primary-dark, #3f589c);
    transform: translateY(-1px);
}

.modal-actions .btn-secondary[b-5ib9cq130y] {
    background: var(--color-surface, #f7fafc);
    color: var(--color-text, #4a5568);
    border: 1px solid var(--color-border, #e2e8f0);
}

.modal-actions .btn-secondary:hover[b-5ib9cq130y] {
    background: var(--color-muted, #edf2f7);
    border-color: var(--color-border, #cbd5e0);
    transform: translateY(-1px);
}

/* Responsive adjustments for favorites and modal */
@media (max-width: 768px) {
    .container[b-5ib9cq130y] {
        padding: 0 1rem;
    }
    
    .favorite-button-container[b-5ib9cq130y] {
        top: 15px;
        right: 15px;
    }
    
    .favorite-btn[b-5ib9cq130y] {
        width: 45px;
        height: 45px;
    }
    
    .favorite-btn span[b-5ib9cq130y] {
        font-size: 1.3rem;
    }
    
    .title-row[b-5ib9cq130y] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .sign-in-modal[b-5ib9cq130y] {
        width: 95%;
        margin: 1.25rem;
    }
    
    .modal-actions[b-5ib9cq130y] {
        flex-direction: column;
    }
    
    .modal-actions .btn[b-5ib9cq130y] {
        width: 100%;
    }
}
/* _content/BeachCondoz/Components/Pages/Units.razor.rz.scp.css */
.units-page[b-selfaiatqu] {
    min-height: 100vh;
    background: var(--gradient-page-bg, #f8fafc);
    padding: 40px 0;
}

.container[b-selfaiatqu] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-header[b-selfaiatqu] {
    text-align: center;
    margin-bottom: 40px;
}

.page-header h1[b-selfaiatqu] {
    font-size: 2.5rem;
    color: var(--color-text, #2d3748);
    margin-bottom: 10px;
}

.page-header p[b-selfaiatqu] {
    font-size: 1.1rem;
    color: var(--color-muted, #718096);
}

.search-filters[b-selfaiatqu] {
    background: var(--color-surface, white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.search-bar[b-selfaiatqu] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.search-input[b-selfaiatqu] {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid var(--color-border, #e2e8f0);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.search-input:focus[b-selfaiatqu] {
    outline: none;
    border-color: var(--color-primary, #4c6ab3);
}

.search-btn[b-selfaiatqu] {
    padding: 12px 24px;
    background: var(--color-primary, #4c6ab3);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover[b-selfaiatqu] {
    background: var(--color-primary-dark, #2c5282);
}

.filters[b-selfaiatqu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.filter-select[b-selfaiatqu] {
    padding: 10px 12px;
    border: 2px solid var(--color-border, #e2e8f0);
    border-radius: 8px;
    font-size: 0.95rem;
    background: var(--color-surface, white);
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.filter-select:focus[b-selfaiatqu] {
    outline: none;
    border-color: var(--color-primary, #4c6ab3);
}

.results-summary[b-selfaiatqu] {
    margin-bottom: 20px;
    color: var(--color-muted, #718096);
    font-size: 0.95rem;
}

.units-grid[b-selfaiatqu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.loading-container[b-selfaiatqu] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: var(--color-muted, #718096);
    font-size: 1.1rem;
}

.loading-spinner[b-selfaiatqu] {
    width: 40px;
    height: 40px;
    border: 4px solid var(--color-border, #e2e8f0);
    border-top: 4px solid var(--color-primary, #4c6ab3);
    border-radius: 50%;
    animation: spin-b-selfaiatqu 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-selfaiatqu {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-spinner[b-selfaiatqu] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-selfaiatqu 1s linear infinite;
    margin-right: 8px;
}

.no-results[b-selfaiatqu] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: var(--color-surface, white);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.no-results h3[b-selfaiatqu] {
    color: var(--color-text, #2d3748);
    margin-bottom: 10px;
}

.no-results p[b-selfaiatqu] {
    color: var(--color-muted, #718096);
}

.load-more-section[b-selfaiatqu] {
    text-align: center;
    margin: 40px 0;
}

.load-more-info[b-selfaiatqu] {
    font-size: 0.9rem;
    color: #a0aec0;
    margin-top: 5px;
}

.pagination[b-selfaiatqu] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.pagination-btn[b-selfaiatqu] {
    padding: 8px 12px;
    border: 2px solid var(--color-border, #e2e8f0);
    background: var(--color-surface, white);
    color: var(--color-text, #4a5568);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 40px;
}

.pagination-btn:hover:not(:disabled)[b-selfaiatqu] {
    border-color: var(--color-primary, #4c6ab3);
    color: var(--color-primary, #4c6ab3);
    background: var(--color-surface, #f7fafc);
}

.pagination-btn:disabled[b-selfaiatqu] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-btn.active[b-selfaiatqu] {
    background: var(--color-primary, #4c6ab3);
    border-color: var(--color-primary, #4c6ab3);
    color: white;
}

.btn[b-selfaiatqu] {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn:disabled[b-selfaiatqu] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-selfaiatqu] {
    background: var(--color-primary, #4c6ab3);
    color: white;
}

.btn-primary:hover:not(:disabled)[b-selfaiatqu] {
    background: var(--color-primary-dark, #2c5282);
}

.btn-secondary[b-selfaiatqu] {
    background: var(--color-border, #e2e8f0);
    color: var(--color-text, #4a5568);
}

.btn-secondary:hover:not(:disabled)[b-selfaiatqu] {
    background: var(--color-muted, #cbd5e0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .search-bar[b-selfaiatqu] {
        flex-direction: column;
    }
    
    .filters[b-selfaiatqu] {
        grid-template-columns: 1fr;
    }
    
    .units-grid[b-selfaiatqu] {
        grid-template-columns: 1fr;
    }
    
    .page-header h1[b-selfaiatqu] {
        font-size: 2rem;
    }
    
    .pagination[b-selfaiatqu] {
        gap: 4px;
    }
    
    .pagination-btn[b-selfaiatqu] {
        padding: 6px 10px;
        font-size: 0.8rem;
        min-width: 35px;
    }
    
    .load-more-section[b-selfaiatqu] {
        margin: 30px 0;
    }
}
/* _content/BeachCondoz/Components/SimilarProperties.razor.rz.scp.css */
/* Similar Properties Slider Styles */
.similar-properties-section[b-6li8ax59ov] {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.section-header[b-6li8ax59ov] {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2[b-6li8ax59ov] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.section-subtitle[b-6li8ax59ov] {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.properties-slider-container[b-6li8ax59ov] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider-btn[b-6li8ax59ov] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    flex-shrink: 0;
}

.slider-btn:hover:not(:disabled)[b-6li8ax59ov] {
    background: #007bff;
    border-color: #007bff;
    color: white;
    transform: scale(1.1);
}

.slider-btn:disabled[b-6li8ax59ov] {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-btn svg[b-6li8ax59ov] {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.properties-slider[b-6li8ax59ov] {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.properties-track[b-6li8ax59ov] {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.slider-item[b-6li8ax59ov] {
    flex: 0 0 300px; /* Fixed width for each card */
    min-width: 0;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .slider-item[b-6li8ax59ov] {
        flex: 0 0 280px;
    }
}

@media (max-width: 992px) {
    .slider-item[b-6li8ax59ov] {
        flex: 0 0 250px;
    }
    
    .properties-slider-container[b-6li8ax59ov] {
        gap: 15px;
    }
    
    .slider-btn[b-6li8ax59ov] {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .slider-item[b-6li8ax59ov] {
        flex: 0 0 220px;
    }
    
    .section-header h2[b-6li8ax59ov] {
        font-size: 2rem;
    }
    
    .properties-slider-container[b-6li8ax59ov] {
        gap: 10px;
    }
    
    .slider-btn[b-6li8ax59ov] {
        width: 40px;
        height: 40px;
    }
    
    .slider-btn svg[b-6li8ax59ov] {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 576px) {
    .slider-item[b-6li8ax59ov] {
        flex: 0 0 200px;
    }
    
    .properties-track[b-6li8ax59ov] {
        gap: 15px;
    }
}

/* Loading and empty states */
.loading-container[b-6li8ax59ov] {
    text-align: center;
    padding: 60px 0;
}

.loading-spinner[b-6li8ax59ov] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-6li8ax59ov 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-6li8ax59ov {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-similar-properties[b-6li8ax59ov] {
    text-align: center;
    padding: 60px 0;
    color: #666;
}

.view-all-section[b-6li8ax59ov] {
    text-align: center;
    margin-top: 40px;
}

.btn-outline-primary[b-6li8ax59ov] {
    padding: 12px 30px;
    border: 2px solid #007bff;
    color: #007bff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover[b-6li8ax59ov] {
    background: #007bff;
    color: white;
    text-decoration: none;
}
/* _content/BeachCondoz/Components/UnitCard.razor.rz.scp.css */
.unit-card[b-dur2oxyvqi] {
    background: var(--color-surface, white);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.unit-card:hover[b-dur2oxyvqi] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.unit-image[b-dur2oxyvqi] {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.unit-image img[b-dur2oxyvqi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.unit-card:hover .unit-image img[b-dur2oxyvqi] {
    transform: scale(1.05);
}

.placeholder-image[b-dur2oxyvqi] {
    width: 100%;
    height: 100%;
    background: var(--color-surface, #f8fafc);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-muted, #718096);
}

.placeholder-image i[b-dur2oxyvqi] {
    font-size: 3rem;
    margin-bottom: 10px;
}

.featured-badge[b-dur2oxyvqi] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e53e3e;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.favorite-btn[b-dur2oxyvqi] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
    z-index: 10;
}

.favorite-btn:hover[b-dur2oxyvqi] {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.favorite-btn.saved[b-dur2oxyvqi] {
    background: rgba(255, 255, 255, 0.95);
}

.favorite-btn.saved:hover[b-dur2oxyvqi] {
    background: rgba(255, 255, 255, 1);
}

.unit-content[b-dur2oxyvqi] {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.unit-header[b-dur2oxyvqi] {
    margin-bottom: 15px;
}

.unit-name[b-dur2oxyvqi] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-text, #2d3748);
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.unit-location[b-dur2oxyvqi] {
    color: var(--color-primary, #4c6ab3);
    font-size: 0.9rem;
    font-weight: 500;
}

.unit-details[b-dur2oxyvqi] {
    flex: 1;
    margin-bottom: 20px;
}

.unit-meta[b-dur2oxyvqi] {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.unit-meta span[b-dur2oxyvqi] {
    background: var(--color-surface, #f8fafc);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    color: var(--color-text, #4a5568);
    font-weight: 500;
}

.unit-description[b-dur2oxyvqi] {
    color: var(--color-muted, #718096);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 10px 0;
}

.unit-amenities[b-dur2oxyvqi] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.amenity[b-dur2oxyvqi] {
    background: #e6fffa;
    color: #234e52;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 500;
}

.unit-footer[b-dur2oxyvqi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--color-border, #e2e8f0);
}

.unit-price[b-dur2oxyvqi] {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.price[b-dur2oxyvqi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text, #2d3748);
}

.price-period[b-dur2oxyvqi] {
    font-size: 0.9rem;
    color: var(--color-muted, #718096);
}

.btn[b-dur2oxyvqi] {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-primary[b-dur2oxyvqi] {
    background: var(--color-primary, #4c6ab3);
    color: white;
    border-color: var(--color-primary, #4c6ab3);
}

.btn-primary:hover[b-dur2oxyvqi] {
    background: var(--color-primary-dark, #2c5282);
    border-color: var(--color-primary-dark, #2c5282);
}

/* Responsive Design */
@media (max-width: 768px) {
    .unit-meta[b-dur2oxyvqi] {
        flex-direction: column;
        gap: 8px;
    }
    
    .unit-footer[b-dur2oxyvqi] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .btn[b-dur2oxyvqi] {
        text-align: center;
    }
}
