/* ==========================================
   Danielle Viana — Minha Conta (Client Area)
   Elegant Gold & Ivory Theme
   ========================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
    --gold:         #C9A227;
    --gold-light:   #E4C56A;
    --gold-lighter: #F5E6BC;
    --gold-dark:    #9B7B10;
    --charcoal:     #1C1C1E;
    --ivory:        #FAF7F0;
    --cream:        #F5EDD8;
    --text:         #2E2A22;
    --text-light:   #7A7060;
    --white:        #FFFFFF;
    --bg:           #FAF7F0;
    --gray-100:     #F0EBE1;
    --gray-200:     #E2D9CC;
    --green:        #2E7D52;
    --green-light:  #E8F5EE;
    --red:          #B33A2A;
    --red-light:    #FDEEEB;
    --orange:       #C07820;
    --radius:       14px;
    --radius-sm:    9px;
    --shadow:       0 4px 20px rgba(100,75,10,0.08);
    --shadow-md:    0 12px 40px rgba(100,75,10,0.13);
    --transition:   0.35s cubic-bezier(0.25,0.46,0.45,0.94);
    --font-body:    'DM Sans', sans-serif;
    --font-heading: 'Cormorant Garamond', serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); min-height: 100vh; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: var(--font-body); cursor: pointer; border: none; background: none; }

/* ── Header ── */
.cl-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(26, 22, 10, 0.96);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(201,162,39,0.15);
    padding: 0.85rem 0;
}
.cl-header__container {
    max-width: 1100px; margin: 0 auto; padding: 0 1.5rem;
    display: flex; align-items: center; gap: 1.25rem;
}
.cl-header__logo { display: flex; align-items: center; gap: 0.75rem; margin-right: auto; }
.cl-header__logo-img {
    width: 48px; height: 48px; border-radius: 50%;
    background: #fff; padding: 2px;
    box-shadow: 0 0 0 1.5px rgba(201,162,39,0.4);
    object-fit: contain;
}
.cl-header__logo-text {
    font-family: var(--font-heading);
    font-size: 1.25rem; font-weight: 500; color: #F0E6C8;
}
.cl-header__nav {
    display: flex;
    align-items: center;
    gap: 0;
}

.cl-header__welcome-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid rgba(201,162,39,0.2);
}

.cl-header__welcome-label {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.38);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0.18rem;
}

.cl-header__welcome {
    color: rgba(240,230,200,0.9);
    font-size: 0.9rem;
    font-weight: 500;
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
    line-height: 1;
}

.cl-header__logout {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1.1rem;
    border: 1px solid rgba(201,162,39,0.3);
    border-radius: 50px;
    color: rgba(201,162,39,0.8);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all var(--transition);
    background: transparent;
    cursor: pointer;
}
.cl-header__logout::before { content: '→'; font-size: 0.75rem; opacity: 0.7; }
.cl-header__logout:hover {
    background: rgba(201,162,39,0.12);
    border-color: rgba(201,162,39,0.65);
    color: var(--gold-light, #e0c97e);
}
.cl-header__back {
    display: flex; align-items: center; gap: 0.45rem;
    color: rgba(201,162,39,0.65); font-size: 0.83rem;
    font-weight: 500; transition: color var(--transition);
}
.cl-header__back:hover { color: var(--gold-light); }

/* ── Main ── */
.cl-main { padding: 3.5rem 1.5rem 5rem; }
.cl-container { max-width: 820px; margin: 0 auto; }

/* ── Auth Card ── */
.auth-card {
    background: var(--white); border-radius: var(--radius);
    padding: 3rem 2.5rem;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(201,162,39,0.12);
    max-width: 460px; margin: 0 auto;
    position: relative; overflow: hidden;
}
.auth-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
}
.auth-title {
    font-family: var(--font-heading);
    font-size: 2rem; font-weight: 500; color: var(--charcoal);
    margin-bottom: 0.4rem; text-align: center;
}
.auth-subtitle { text-align: center; color: var(--text-light); font-size: 0.88rem; margin-bottom: 1.75rem; line-height: 1.6; }

/* Auth Tabs */
.auth-tabs { display: flex; background: var(--gray-100); border-radius: 50px; padding: 4px; margin-bottom: 1.75rem; }
.auth-tab {
    flex: 1; padding: 0.55rem 1rem;
    border-radius: 50px; font-size: 0.88rem; font-weight: 600;
    color: var(--text-light); transition: all var(--transition);
}
.auth-tab.active { background: var(--white); color: var(--charcoal); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }

/* Auth Forms */
.auth-form { display: none; }
.auth-form.active { display: block; }
.form-group { margin-bottom: 1.1rem; }
.form-group label {
    display: block; font-size: 0.73rem; font-weight: 600;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--text-light); margin-bottom: 0.4rem;
}
.form-input {
    width: 100%; padding: 0.9rem 1.1rem;
    border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm);
    font-family: var(--font-body); font-size: 0.92rem;
    color: var(--text); background: var(--gray-100);
    outline: none; transition: all var(--transition);
}
.form-input:focus { border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 3px rgba(201,162,39,0.08); }
.form-input::placeholder { color: #C0B090; }

.btn-auth {
    width: 100%; padding: 0.95rem;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: #fff; border: none; border-radius: var(--radius-sm);
    font-size: 0.92rem; font-weight: 600; letter-spacing: 0.5px;
    cursor: pointer; transition: all var(--transition); margin-top: 0.5rem;
    box-shadow: 0 4px 16px rgba(201,162,39,0.25);
}
.btn-auth:hover { background: linear-gradient(135deg, #7A5F0A, var(--gold-dark)); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(201,162,39,0.3); }
.btn-auth:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.auth-msg { min-height: 1.4rem; text-align: center; font-size: 0.87rem; margin-top: 0.75rem; }
.auth-msg.success { color: var(--green); }
.auth-msg.error { color: var(--red); }

.forgot-link { display: block; text-align: right; font-size: 0.8rem; color: var(--gold-dark); margin-top: 0.4rem; cursor: pointer; }
.forgot-link:hover { text-decoration: underline; }

/* Forgot password form */
#forgotForm { display: none; }
#forgotForm.active { display: block; }
.back-to-login { display: flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; color: var(--text-light); cursor: pointer; margin-bottom: 1.25rem; }
.back-to-login:hover { color: var(--gold-dark); }

/* ── Dashboard (logged in) ── */
#dashboardSection { display: none; }
#dashboardSection.active { display: block; }

.dash-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 2.25rem; flex-wrap: wrap; gap: 1rem;
}
.dash-title {
    font-family: var(--font-heading);
    font-size: 2rem; font-weight: 500; color: var(--charcoal);
}
.dash-title em { font-style: italic; color: var(--gold); }

.dash-new-booking {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: #fff; border-radius: 50px;
    font-size: 0.88rem; font-weight: 600;
    transition: all var(--transition);
    box-shadow: 0 4px 16px rgba(201,162,39,0.25);
}
.dash-new-booking:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,162,39,0.3); }

/* Tabs */
.dash-tabs { display: flex; gap: 0; border-bottom: 2px solid var(--gray-200); margin-bottom: 2rem; }
.dash-tab {
    padding: 0.75rem 1.5rem; font-size: 0.88rem; font-weight: 600;
    color: var(--text-light); border-bottom: 2px solid transparent;
    margin-bottom: -2px; transition: all var(--transition); cursor: pointer;
}
.dash-tab.active { color: var(--gold-dark); border-bottom-color: var(--gold); }
.dash-tab:hover:not(.active) { color: var(--text); }

.dash-panel { display: none; }
.dash-panel.active { display: block; }

/* Booking Cards */
.cl-booking-card {
    background: var(--white); border-radius: var(--radius);
    padding: 1.4rem; margin-bottom: 1rem;
    box-shadow: var(--shadow); border: 1px solid rgba(201,162,39,0.1);
    border-left: 3px solid var(--gold);
    transition: box-shadow var(--transition), transform var(--transition);
}
.cl-booking-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.cl-booking-card.status-cancelled { border-left-color: var(--red); opacity: 0.7; }
.cl-booking-card.status-completed { border-left-color: var(--green); }
.cl-booking-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.85rem; flex-wrap: wrap; gap: 0.5rem; }
.cl-booking-service { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 500; color: var(--charcoal); }
.cl-booking-price { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 600; color: var(--gold); }
.cl-booking-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 1rem; margin-bottom: 1rem; }
.cl-detail { font-size: 0.84rem; color: var(--text-light); }
.cl-detail strong { color: var(--text); font-weight: 600; }
.cl-booking-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }

/* Status Badges */
.badge {
    display: inline-block; padding: 0.2rem 0.7rem;
    border-radius: 20px; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.5px;
}
.badge-pending   { background: #FEF3C7; color: #92400E; }
.badge-confirmed { background: var(--green-light); color: var(--green); }
.badge-done      { background: var(--gray-100); color: var(--text-light); }
.badge-cancelled { background: var(--red-light); color: var(--red); }

/* Action Buttons */
.btn-outline {
    padding: 0.45rem 1.1rem;
    border: 1.5px solid var(--gray-200); border-radius: 50px;
    font-size: 0.82rem; font-weight: 500;
    color: var(--text); transition: all var(--transition);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-dark); }
.btn-outline-danger { border-color: rgba(179,58,42,0.25); color: var(--red); }
.btn-outline-danger:hover { background: var(--red); color: #fff; border-color: var(--red); }
.btn-gold {
    padding: 0.45rem 1.1rem;
    background: var(--gold); color: #fff;
    border-radius: 50px; font-size: 0.82rem; font-weight: 600;
    transition: all var(--transition);
}
.btn-gold:hover { background: var(--gold-dark); }

/* Testimonial Form */
.depo-card {
    background: var(--white); border-radius: var(--radius);
    padding: 2rem; box-shadow: var(--shadow);
    border: 1px solid rgba(201,162,39,0.1);
    margin-bottom: 1rem;
}
.depo-card h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem; font-weight: 500;
    color: var(--charcoal); margin-bottom: 0.4rem;
}
.depo-card p { color: var(--text-light); font-size: 0.88rem; margin-bottom: 1.25rem; }
.star-rating { display: flex; gap: 0.35rem; margin-bottom: 1.1rem; }
.star-rating span { font-size: 1.6rem; cursor: pointer; transition: transform 0.15s, color 0.15s; color: #ccc; }
.star-rating span.active { color: #f5c518; transform: scale(1.1); }
.star-rating span.star-hover { color: #000 !important; transform: scale(1.15); }
textarea.form-input { resize: vertical; min-height: 100px; }

/* Empty States */
.cl-empty {
    text-align: center; padding: 4rem 1.5rem;
    color: var(--text-light);
}
.cl-empty-icon { font-size: 2.5rem; margin-bottom: 0.75rem; opacity: 0.4; }
.cl-empty p { font-family: var(--font-heading); font-size: 1.15rem; font-style: italic; }

/* Reschedule Modal */
.modal-overlay {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(18,14,5,0.7);
    display: none; align-items: center; justify-content: center;
    padding: 1rem;
}
.modal-overlay.open { display: flex; }
.modal-card {
    background: var(--white); border-radius: var(--radius);
    padding: 2rem; max-width: 460px; width: 100%;
    box-shadow: 0 24px 64px rgba(0,0,0,0.3);
    border: 1px solid rgba(201,162,39,0.15);
    position: relative;
}
.modal-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
    border-radius: var(--radius) var(--radius) 0 0;
}
.modal-title { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 500; color: var(--charcoal); margin-bottom: 1.25rem; }
.modal-actions { display: flex; gap: 0.75rem; justify-content: flex-end; margin-top: 1.5rem; flex-wrap: wrap; }

/* ── Responsive ── */
@media (max-width: 600px) {
    .cl-main { padding: 2.5rem 1rem 4rem; }
    .auth-card { padding: 2rem 1.5rem; }
    .cl-booking-details { grid-template-columns: 1fr; }
    .dash-header { flex-direction: column; align-items: flex-start; }
    .dash-tab { padding: 0.65rem 1rem; font-size: 0.83rem; }
}

/* ==========================================
   CLASSES COMPLEMENTARES — minha-conta.html
   (btn-primary, cl-tabs, cl-panel, modais,
    toast, empty-state, reagendar, etc.)
   ========================================== */

/* ── Botão primário (usado em login/register) ── */
.btn-primary {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
    padding: 0.95rem 1.75rem;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: #fff; border: none; border-radius: var(--radius-sm);
    font-family: var(--font-body); font-size: 0.92rem; font-weight: 600;
    letter-spacing: 0.3px; cursor: pointer;
    transition: all var(--transition);
    box-shadow: 0 4px 16px rgba(201,162,39,0.25);
}
.btn-primary:hover {
    background: linear-gradient(135deg, #7A5F0A, var(--gold-dark));
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(201,162,39,0.35);
}
.btn-primary:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }
.btn-full { width: 100%; margin-top: 0.35rem; }

/* ── Botão secundário ── */
.btn-secondary {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.55rem 1.25rem;
    background: var(--gray-100); color: var(--text);
    border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm);
    font-size: 0.85rem; font-weight: 500; cursor: pointer;
    transition: all var(--transition);
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold-dark); background: var(--cream); }

/* ── Botão perigo ── */
.btn-danger {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.55rem 1.25rem;
    background: var(--red-light); color: var(--red);
    border: 1.5px solid rgba(179,58,42,0.2); border-radius: var(--radius-sm);
    font-size: 0.85rem; font-weight: 500; cursor: pointer;
    transition: all var(--transition);
}
.btn-danger:hover { background: var(--red); color: #fff; border-color: var(--red); }

/* ── Auth error ── */
.auth-error {
    min-height: 1.4rem; font-size: 0.86rem;
    color: var(--red); text-align: center;
    margin-top: 0.75rem; padding: 0 0.5rem;
}

/* ── Tabs do dashboard ── */
.cl-tabs {
    display: flex; gap: 0;
    border-bottom: 2px solid var(--gray-200);
    margin-bottom: 2rem; flex-wrap: wrap;
}
.cl-tab {
    padding: 0.75rem 1.4rem; font-size: 0.87rem; font-weight: 600;
    color: var(--text-light); border-bottom: 2.5px solid transparent;
    margin-bottom: -2px; transition: all var(--transition); cursor: pointer;
    background: none; border-left: none; border-right: none; border-top: none;
    font-family: var(--font-body);
}
.cl-tab.active  { color: var(--gold-dark); border-bottom-color: var(--gold); }
.cl-tab:hover:not(.active) { color: var(--text); background: var(--gray-100); }

/* ── Painel do dashboard ── */
.cl-panel { display: none; }
.cl-panel.active { display: block; }
.cl-panel-title {
    font-family: var(--font-heading);
    font-size: 1.7rem; font-weight: 500; color: var(--charcoal);
    margin-bottom: 0.5rem;
}
.cl-panel-desc { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1.5rem; line-height: 1.6; }

/* ── Empty state ── */
.empty-state {
    text-align: center; padding: 3.5rem 1.5rem;
    color: var(--text-light);
}
.empty-state p {
    font-family: var(--font-heading);
    font-size: 1.1rem; font-style: italic; opacity: 0.7;
}

/* ── Toast ── */
.toast {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 9999;
    padding: 0.9rem 1.5rem;
    background: var(--charcoal); color: #fff;
    border-radius: var(--radius-sm);
    font-size: 0.88rem; font-weight: 500;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    opacity: 0; pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    max-width: 320px;
}
.toast.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast.success { background: var(--green); }
.toast.error   { background: var(--red); }
.toast.warning { background: var(--orange); }

/* ── Depoimento ── */
.testimonial-form { max-width: 560px; }
.dep-msg {
    margin-top: 1rem; min-height: 1.4rem;
    font-size: 0.87rem; text-align: center;
}
.dep-msg.success { color: var(--green); }
.dep-msg.error   { color: var(--red); }

/* ── Modal overlay ── */
.cl-modal-overlay {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(12, 9, 2, 0.72);
    display: flex; align-items: center; justify-content: center;
    padding: 1rem;
    backdrop-filter: blur(4px);
}
.cl-modal {
    background: var(--white); border-radius: var(--radius);
    max-width: 480px; width: 100%;
    box-shadow: 0 24px 64px rgba(0,0,0,0.3);
    border: 1px solid rgba(201,162,39,0.18);
    position: relative; overflow: hidden;
}
.cl-modal-lg { max-width: 600px; }
.cl-modal::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
}
.cl-modal-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.4rem 1.6rem 0.9rem;
    border-bottom: 1px solid var(--gray-200);
}
.cl-modal-header h3 {
    font-family: var(--font-heading);
    font-size: 1.35rem; font-weight: 500; color: var(--charcoal);
}
.cl-modal-close {
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; color: var(--text-light);
    font-size: 0.95rem; transition: all var(--transition);
    background: var(--gray-100); cursor: pointer;
}
.cl-modal-close:hover { background: var(--red-light); color: var(--red); }
.cl-modal-body { padding: 1.4rem 1.6rem; }
.cl-modal-desc { color: var(--text-light); font-size: 0.88rem; margin-bottom: 1rem; line-height: 1.6; }
.cl-modal-service {
    background: var(--gray-100); border-radius: var(--radius-sm);
    padding: 0.75rem 1rem; margin-bottom: 1rem;
    font-size: 0.88rem; color: var(--text);
    border-left: 3px solid var(--gold);
}
.cl-modal-footer {
    display: flex; gap: 0.75rem; justify-content: flex-end;
    padding: 1rem 1.6rem 1.4rem;
    border-top: 1px solid var(--gray-200);
    flex-wrap: wrap;
}

/* ── Reagendar (datas e horas) ── */
.reagendar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 0.6rem; margin-top: 0.75rem;
}
.reagendar-date {
    padding: 0.65rem 0.4rem; border-radius: var(--radius-sm);
    border: 1.5px solid var(--gray-200);
    cursor: pointer; text-align: center; transition: all var(--transition);
    background: var(--gray-100);
}
.reagendar-date:hover { border-color: var(--gold-lighter); background: #FFFBF0; }
.reagendar-date.selected {
    border-color: var(--gold); background: var(--cream); color: var(--gold-dark); font-weight: 600;
}
.reagendar-date__weekday { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.8px; color: var(--text-light); }
.reagendar-date__day { font-size: 1.3rem; font-weight: 700; color: var(--charcoal); line-height: 1.1; }
.reagendar-date__month { font-size: 0.72rem; color: var(--text-light); }

.reagendar-horas {
    display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem;
}
.reagendar-hora {
    padding: 0.5rem 1rem; border-radius: var(--radius-sm);
    border: 1.5px solid var(--gray-200); background: var(--gray-100);
    font-size: 0.88rem; font-weight: 600; cursor: pointer;
    transition: all var(--transition);
}
.reagendar-hora:hover { border-color: var(--gold-lighter); background: #FFFBF0; }
.reagendar-hora.selected { border-color: var(--gold); background: var(--cream); color: var(--gold-dark); }

/* ── Contador motivo cancelamento ── */
#motivoCount { display: block; text-align: right; margin-top: 0.3rem; }

/* ── Responsive ── */
@media (max-width: 480px) {
    .cl-modal { margin: 0.5rem; }
    .cl-modal-footer { flex-direction: column-reverse; }
    .cl-modal-footer button { width: 100%; justify-content: center; }
    .cl-tab { font-size: 0.8rem; padding: 0.65rem 0.9rem; }
}

/* ==========================================
   MY BOOKING CARDS — Meus Agendamentos
   (classes usadas pelo client.js)
   ========================================== */

.my-booking-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.35rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(201,162,39,0.1);
    border-left: 4px solid var(--gold);
    transition: box-shadow var(--transition), transform var(--transition);
}
.my-booking-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.my-booking-card.status-pendente  { border-left-color: var(--gold); }
.my-booking-card.status-concluido { border-left-color: var(--green); }
.my-booking-card.status-cancelado { border-left-color: var(--red); opacity: 0.72; }
.my-booking-card.status-alterado  { border-left-color: var(--orange); }

.my-booking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.my-booking-service {
    font-family: var(--font-heading);
    font-size: 1.22rem;
    font-weight: 500;
    color: var(--charcoal);
    letter-spacing: 0.01em;
}

/* Status tags */
.status-tag {
    display: inline-block;
    padding: 0.2rem 0.75rem;
    border-radius: 20px;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    white-space: nowrap;
}
.tag-pendente  { background: #FEF3C7; color: #92400E; }
.tag-concluido { background: var(--green-light); color: var(--green); }
.tag-cancelado { background: var(--red-light); color: var(--red); }
.tag-alterado  { background: #FDF3E3; color: var(--orange); }

/* Details grid */
.my-booking-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem 1rem;
    margin-bottom: 0.85rem;
    font-size: 0.84rem;
    color: var(--text-light);
    line-height: 1.6;
}
.my-booking-details div strong { color: var(--text); font-weight: 600; }

/* Notes */
.my-booking-notes {
    font-size: 0.82rem;
    color: var(--text-light);
    background: var(--gray-100);
    border-radius: var(--radius-sm);
    padding: 0.5rem 0.85rem;
    margin-bottom: 0.85rem;
    border-left: 2px solid var(--gold-lighter);
    line-height: 1.55;
}

/* Action buttons row */
.my-booking-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    border-top: 1px solid var(--gray-200);
    padding-top: 0.85rem;
    margin-top: 0.1rem;
}
.btn-reagendar {
    padding: 0.42rem 1.1rem;
    background: var(--cream);
    border: 1.5px solid var(--gold-lighter);
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gold-dark);
    cursor: pointer;
    font-family: var(--font-body);
    transition: all var(--transition);
}
.btn-reagendar:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-cancelar {
    padding: 0.42rem 1.1rem;
    background: var(--red-light);
    border: 1.5px solid rgba(179,58,42,0.2);
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--red);
    cursor: pointer;
    font-family: var(--font-body);
    transition: all var(--transition);
}
.btn-cancelar:hover { background: var(--red); color: #fff; border-color: var(--red); }

@media (max-width: 520px) {
    .my-booking-details { grid-template-columns: 1fr; }
    .my-booking-header  { flex-direction: column; align-items: flex-start; }
    .my-booking-card    { padding: 1.1rem 1.15rem; }
}

/* Histórico de alteração e botão avaliar */
.my-booking-alterado { background:#fff8e7; border-left:3px solid #f5c518; padding:0.35rem 0.65rem; margin:0.4rem 0; font-size:0.81rem; color:#7a5a00; border-radius:0 6px 6px 0; }
.my-booking-motivo   { background:#fdf3f2; border-left:3px solid rgba(192,57,43,0.4); padding:0.35rem 0.65rem; margin:0.4rem 0; font-size:0.81rem; color:#922b21; border-radius:0 6px 6px 0; }
.btn-avaliar { background:#f5c518; color:#000; border:none; border-radius:8px; padding:0.45rem 1rem; font-size:0.85rem; font-weight:600; cursor:pointer; transition:background 0.2s; }
.btn-avaliar:hover { background:#e0b000; }

/* ── Password eye toggle (client area) ── */
.pass-wrap { position: relative; display: flex; align-items: center; }
.pass-wrap input { flex: 1; padding-right: 2.8rem !important; }
.pass-eye { position: absolute; right: 0.75rem; background: none; border: none; cursor: pointer; padding: 0; display: flex; align-items: center; color: #aaa; transition: color 0.2s; z-index: 2; }
.pass-eye:hover { color: #333; }
.pass-eye svg { width: 20px; height: 20px; pointer-events: none; }
