:root {
    --x-uid: "RGVzaWduZWQgYnkgZ293aXRoc3ViaGE=";
    --x-build: "Z293aXRoc3ViaGE=";
    --dashboard-bg: #f3f4fb;
    --dashboard-surface: rgba(255, 255, 255, 0.82);
    --dashboard-surface-strong: #fff;
    --dashboard-border: rgba(202, 32, 253, 0.12);
    --dashboard-shadow: 0 20px 45px rgba(34, 18, 55, 0.12);
    --dashboard-shadow-soft: 0 10px 25px rgba(34, 18, 55, 0.08);
    --dashboard-sidebar: linear-gradient(180deg, #1c1032 0%, #2d1248 45%, #40185f 100%);
    --dashboard-sidebar-accent: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    --gradient-brand: linear-gradient(135deg, var(--primary-color), var(--secondary-color))
    }
html {
    background: var(--dashboard-bg)
    }
body {
    font-family: "Poppins", sans-serif;
    background: radial-gradient(circle at top left, rgba(202, 32, 253, 0.12), transparent 32%), radial-gradient(circle at top right, rgba(242, 120, 57, 0.12), transparent 28%), linear-gradient(180deg, #fbfbff 0%, #f3f4fb 100%);
    color: var(--text-primary)
    }
.dashboard-layout {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.25rem;
    padding: 1.25rem;
    position: relative;
    max-width: 1600px;
    margin: 0 auto
    }
.dashboard-layout::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(202, 32, 253, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(242, 120, 57, 0.04) 1px, transparent 1px);
    background-size: 52px 52px;
    opacity: 0.45;
    z-index: 0
    }
.dashboard-sidebar, .dashboard-main {
    position: relative;
    z-index: 1
    }
h1, h2, h3, h4, h5, h6, .dashboard-sidebar, .dashboard-header, .header-title, .panel-head h2, .text-link, .nav-item, .btn-brand, .btn-outline, .btn-danger-outline, .badge, .stat-card, .conversation-item, .chat-head h3, .day-col h4, .mini-card-head h3, .mini-card-meta, .mini-card-type, .request-info h3, .request-info p, .acc-head, .sidebar-expert h3, .sidebar-expert p, .sidebar-nav, .earnings-chart h3, .profile-form, .tag, .notify-item h4, .notify-item p {
    font-family: "Nunito", sans-serif
    }
.dashboard-sidebar {
    position: sticky;
    top: 1.25rem;
    height: calc(100vh - 2.5rem);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 255, 0.96));
    border: 1px solid rgba(202, 32, 253, 0.12);
    border-radius: 28px;
    padding: 1.25rem;
    box-shadow: 0 24px 50px rgba(31, 8, 54, 0.12);
    display: flex;
    flex-direction: column
    }
.sidebar-head {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.1rem
    }
.sidebar-logo {
    width: 108px;
    height: 108px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(202, 32, 253, 0.08), rgba(242, 120, 57, 0.08));
    border: 1px solid rgba(202, 32, 253, 0.12);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden
    }
.sidebar-logo img {
    width: 84px;
    height: 84px;
    object-fit: contain
    }
.sidebar-close {
    position: absolute;
    top: 50%;
    right: 0.1rem;
    transform: translatey(-50%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(202, 32, 253, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(40, 19, 60, 0.08);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    padding: 0;
    line-height: 1
    }
.sidebar-close:hover {
    transform: translatey(-50%) scale(1.04);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-white);
    border-color: transparent;
    box-shadow: 0 14px 26px rgba(202, 32, 253, 0.22)
    }
.sidebar-close i {
    font-size: 1.1rem
    }
.sidebar-expert {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem;
    margin-bottom: 1.1rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(202, 32, 253, 0.08);
    cursor: pointer
    }
.sidebar-expert img, .header-user img {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18)
    }
.sidebar-expert h3 {
    margin: 0;
    font-size: var(--font-size-base);
    color: var(--text-primary)
    }
.sidebar-expert p {
    margin: 0.18rem 0 0;
    color: var(--text-secondary);
    font-size: var(--font-size-sm)
    }
.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
    min-height: 0;
    overflow: auto;
    padding-right: 0.2rem;
    padding-bottom: 0.85rem
    }
.sidebar-nav::-webkit-scrollbar, .dashboard-sidebar::-webkit-scrollbar {
    width: 8px
    }
.sidebar-nav::-webkit-scrollbar-thumb, .dashboard-sidebar::-webkit-scrollbar-thumb {
    background: rgba(202, 32, 253, 0.22);
    border-radius: 999px
    }
.nav-item {
    width: 100%;
    border: 1px solid transparent;
    background: rgba(202, 32, 253, 0.04);
    text-decoration: none;
    color: var(--text-primary);
    border-radius: 18px;
    padding: 0.95rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-align: left;
    font-weight: 700;
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
    scroll-margin-block: 0.75rem
    }
.nav-item i {
    width: 18px;
    text-align: center;
    color: inherit;
    opacity: 0.95
    }
.nav-item:hover {
    transform: translatex(4px);
    background: rgba(202, 32, 253, 0.08);
    border-color: rgba(202, 32, 253, 0.08);
    color: var(--primary-color)
    }
.nav-item.active {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    box-shadow: 0 14px 26px rgba(202, 32, 253, 0.22)
    }
.nav-item.logout {
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    background: rgba(242, 120, 57, 0.08);
    color: var(--secondary-color)
    }
.save-toast {
    position: fixed;
    top: 1.25rem;
    left: 50%;
    transform: translate(-50%, -12px);
    width: min(92vw, 440px);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.78rem 0.85rem;
    border-radius: 18px;
    border: 1px solid rgba(76, 175, 80, 0.35);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 255, 244, 0.95));
    box-shadow: 0 22px 45px rgba(22, 43, 31, 0.18);
    z-index: 1070;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.26s ease, transform 0.26s ease, visibility 0.26s ease
    }
.save-toast.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0)
    }
.save-toast-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2e7d32, #388e3c);
    color: #fff;
    box-shadow: 0 10px 20px rgba(76, 175, 80, 0.28);
    flex: 0 0 38px
    }
.save-toast-copy {
    min-width: 0;
    flex: 1
    }
.save-toast-copy h3 {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1f4b2d
    }
.save-toast-copy p {
    margin: 0.14rem 0 0;
    font-size: 0.82rem;
    color: #356444
    }
.save-toast-close {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid rgba(76, 175, 80, 0.24);
    background: rgba(255, 255, 255, 0.76);
    color: #2f7040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    transition: transform 0.2s ease, background 0.2s ease
    }
.save-toast-close:hover {
    transform: scale(1.04);
    background: #fff
    }
@media (max-width: 520px) {
  .save-toast {
    top: auto;
    bottom: 1rem;
    transform: translate(-50%, 12px)
    }
  .save-toast.show {
    transform: translate(-50%, 0)
    }
}
.logout-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1065
    }
.logout-modal.open {
    display: flex
    }
.logout-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 10, 31, 0.55);
    backdrop-filter: blur(8px)
    }
.logout-modal-card {
    position: relative;
    width: min(100%, 480px);
    padding: 2rem;
    border-radius: 28px;
    border: 1px solid rgba(202, 32, 253, 0.14);
    background: radial-gradient(circle at top, rgba(202, 32, 253, 0.08), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 255, 0.95));
    box-shadow: 0 30px 70px rgba(17, 10, 31, 0.28);
    text-align: center;
    transform: translatey(0) scale(1)
    }
.logout-modal-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-white);
    box-shadow: 0 18px 30px rgba(202, 32, 253, 0.22)
    }
.logout-modal-icon i {
    font-size: 1.6rem
    }
.logout-modal-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-color)
    }
.logout-modal-card h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--text-primary)
    }
.logout-modal-card p {
    margin: 0.85rem 0 0;
    color: var(--text-secondary);
    line-height: 1.7
    }
.logout-modal-actions {
    display: flex;
    gap: 0.85rem;
    justify-content: center;
    margin-top: 1.5rem
    }
.logout-modal-actions .btn-brand, .logout-modal-actions .btn-outline {
    min-width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center
    }
.logout-modal-actions .btn-outline {
    background: rgba(255, 255, 255, 0.72)
    }
.logout-modal-actions .btn-brand {
    box-shadow: 0 12px 24px rgba(202, 32, 253, 0.22)
    }
.logout-modal-actions .btn-brand:hover, .logout-modal-actions .btn-outline:hover {
    transform: translatey(-1px)
    }
@media (max-width: 520px) {
  .logout-modal-card {
    padding: 1.5rem;
    border-radius: 24px
    }
  .logout-modal-actions {
    flex-direction: column
    }
  .logout-modal-actions .btn-brand, .logout-modal-actions .btn-outline {
    width: 100%;
    min-width: 0
    }
}
.dashboard-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem
    }
.dashboard-header {
    position: sticky;
    top: 1.25rem;
    z-index: var(--z-sticky);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    background: var(--dashboard-surface);
    border: 1px solid var(--dashboard-border);
    border-radius: 24px;
    box-shadow: var(--dashboard-shadow);
    backdrop-filter: blur(18px)
    }
.header-title {
    margin: 0;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text-primary)
    }
.header-right {
    display: flex;
    align-items: center;
    gap: 0.85rem
    }
.header-user {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.4rem 0.55rem 0.4rem 0.4rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(202, 32, 253, 0.08);
    cursor: pointer
    }
.header-user span {
    font-weight: 700;
    color: var(--text-primary)
    }
.icon-btn {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(202, 32, 253, 0.12);
    border-radius: 14px;
    background: #fff;
    color: var(--primary-color);
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(35, 16, 52, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease
    }
.icon-btn:hover {
    transform: translatey(-1px);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: var(--text-white);
    border-color: transparent;
    box-shadow: 0 16px 28px rgba(202, 32, 253, 0.25)
    }
.dashboard-section {
    display: none;
    animation: fadeUp 0.4s ease both
    }
.dashboard-section.active {
    display: block
    }
.panel {
    background: var(--dashboard-surface);
    border: 1px solid var(--dashboard-border);
    border-radius: 28px;
    box-shadow: var(--dashboard-shadow-soft);
    padding: 1.25rem;
    backdrop-filter: blur(16px)
    }
.panel + .panel {
    margin-top: 1rem
    }
.panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem
    }
.panel-head h2 {
    margin: 0;
    font-size: clamp(1.15rem, 1.6vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-primary)
    }
.text-link {
    border: none;
    background: transparent;
    color: var(--primary-color);
    font-weight: 700;
    padding: 0
    }
.text-link:hover {
    color: var(--secondary-color)
    }
.btn-brand, .btn-outline, .btn-danger-outline {
    border-radius: 16px;
    padding: 0.8rem 1.35rem;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    border: 1px solid transparent;
    white-space: nowrap
    }
.btn-brand {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
    box-shadow: 0 12px 24px rgba(202, 32, 253, 0.25);
    white-space: nowrap
    }
.btn-brand:hover {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    transform: translatey(-2px);
    box-shadow: 0 18px 30px rgba(202, 32, 253, 0.32);
    color: #fff;
    text-decoration: none
    }
.btn-outline {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(202, 32, 253, 0.16);
    color: var(--text-secondary)
    }
.btn-outline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: rgba(202, 32, 253, 0.06)
    }
.sm {
    padding: 0.55rem 0.9rem;
    font-size: var(--font-size-sm)
    }
.acc-item.open .acc-body {
    display: block
    }
.conversation-item.active {
    border-color: rgba(202, 32, 253, 0.14);
    background: linear-gradient(135deg, rgba(202, 32, 253, 0.08), rgba(242, 120, 57, 0.08))
    }
.chat-input input:focus, .profile-form input:focus, .profile-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(202, 32, 253, 0.12)
    }
.profile-form {
    display: grid;
    gap: 1rem
    }
.form-grid {
    display: grid;
    gap: 0.85rem
    }
.form-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr))
    }
.form-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr))
    }
.field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem
    }
.field.full {
    grid-column: 1/-1
    }
.field label {
    font-weight: 700;
    color: var(--text-primary);
    font-size: var(--font-size-sm)
    }
.profile-form input, .profile-form textarea {
    width: 100%;
    border: 1px solid rgba(202, 32, 253, 0.12);
    border-radius: 16px;
    padding: 0.8rem 0.9rem;
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    background: #fff
    }
.profile-form textarea {
    resize: vertical;
    min-height: 120px
    }
.repeat-group {
    border-radius: 24px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(202, 32, 253, 0.08);
    box-shadow: 0 10px 24px rgba(40, 19, 60, 0.05)
    }
.repeat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem
    }
.repeat-head h3 {
    margin: 0;
    font-size: var(--font-size-lg)
    }
.mobile-only, .mobile-only-block {
    display: none
    }
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
        } to {
        opacity: 1;
        transform: translateY(0);
        }
    }
@keyframes chatPanelIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.985);
        } to {
        opacity: 1;
        transform: translateY(0) scale(1);
        }
    }
@keyframes chatTitleSwap {
    0% {
        opacity: 0;
        transform: translateY(6px);
        } 100% {
        opacity: 1;
        transform: translateY(0);
        }
    }
@keyframes chatBodySwap {
    0% {
        opacity: 0;
        transform: translateX(10px);
        } 100% {
        opacity: 1;
        transform: translateX(0);
        }
    }
@media (max-width: 1080px) {
  .dashboard-layout {
    grid-template-columns: 1fr;
    padding: 0.75rem
    }
  .dashboard-sidebar {
    position: fixed;
    top: 0.75rem;
    left: -320px;
    width: 296px;
    height: calc(100vh - 1.5rem);
    z-index: var(--z-modal);
    transition: left 0.25s ease
    }
  .dashboard-layout.sidebar-open .dashboard-sidebar {
    left: 0.75rem
    }
  .dashboard-main {
    gap: 0.85rem
    }
  .dashboard-header {
    top: 0.75rem;
    padding: 0.9rem 1rem
    }
  .mobile-only {
    display: inline-flex
    }
  .sidebar-head {
    justify-content: space-between;
    gap: 0.75rem
    }
  .sidebar-close {
    position: static;
    transform: none;
    flex: 0 0 44px;
    width: 44px;
    height: 44px
    }
  .header-user span {
    display: none
    }
}
@media (max-width: 768px) {
  .dashboard-main {
    padding-bottom: 0.5rem
    }
  .panel, .dashboard-header {
    border-radius: 22px
    }
  .panel {
    padding: 1rem
    }
  .stat-grid.four, .stat-grid.three, .form-grid.two, .form-grid.three, .request-card {
    grid-template-columns: 1fr
    }
  .panel-head {
    flex-wrap: wrap;
    align-items: flex-start
    }
  .row-actions .sm {
    min-height: 40px;
    padding: 0.55rem 1rem
    }
  .chat-head .mobile-only {
    display: inline-flex
    }
}
@media (max-width: 520px) {
  .dashboard-layout {
    padding: 0.5rem
    }
  .dashboard-sidebar {
    width: calc(100vw - 1rem);
    left: calc(-100vw - 1rem)
    }
  .dashboard-layout.sidebar-open .dashboard-sidebar {
    left: 0.5rem
    }
  .sidebar-head {
    align-items: center
    }
  .dashboard-header {
    top: 0.5rem;
    padding: 0.85rem 0.9rem
    }
  .header-title {
    font-size: 1.15rem
    }
  .header-right {
    gap: 0.5rem
    }
}
.reschedule-header {
    margin-bottom: 1.5rem
    }
.reschedule-header h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.3rem
    }
.reschedule-header p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin: 0
    }
.reschedule-section-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.8rem
    }
.date-selector {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem
    }
.date-box {
    border: 1px solid var(--dashboard-border);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    text-align: center;
    cursor: pointer;
    min-width: 75px;
    background: #fff;
    transition: all 0.3s ease
    }
.date-box:hover {
    border-color: #ca20fd
    }
.date-box.active {
    border-color: #ca20fd;
    background: rgba(202, 32, 253, 0.08)
    }
.date-box.active .date-day, .date-box.active .date-num {
    color: #ca20fd;
    font-weight: 700
    }
.date-day {
    font-size: 0.8rem;
    color: var(--text-secondary);
    display: block;
    margin-bottom: 0.2rem
    }
.date-num {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    display: block
    }
.time-selector {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.8rem;
    margin-bottom: 2rem
    }
.time-pill {
    border: 1px solid var(--dashboard-border);
    border-radius: 8px;
    padding: 0.7rem 0.5rem;
    text-align: center;
    font-size: 0.85rem;
    cursor: pointer;
    background: #fff;
    color: var(--text-primary);
    transition: all 0.3s ease
    }
.time-pill:hover:not(.disabled) {
    border-color: #ca20fd
    }
.time-pill.active {
    border-color: #ca20fd;
    gap: 0.6rem;
    font-weight: 600;
    color: var(--text-primary)
    }
.reschedule-header {
    margin-bottom: 1.5rem
    }
.reschedule-header h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.3rem
    }
.reschedule-header p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin: 0
    }
.reschedule-section-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.8rem
    }
.date-selector {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem
    }
.date-box {
    border: 1px solid var(--dashboard-border);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    text-align: center;
    cursor: pointer;
    min-width: 75px;
    background: #fff;
    transition: all 0.3s ease
    }
.date-box:hover {
    border-color: #ca20fd
    }
.date-box.active {
    border-color: #ca20fd;
    background: rgba(202, 32, 253, 0.08)
    }
.date-box.active .date-day, .date-box.active .date-num {
    color: #ca20fd;
    font-weight: 700
    }
.date-day {
    font-size: 0.8rem;
    color: var(--text-secondary);
    display: block;
    margin-bottom: 0.2rem
    }
.date-num {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    display: block
    }
.time-selector {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.8rem;
    margin-bottom: 2rem
    }
.time-pill {
    border: 1px solid var(--dashboard-border);
    border-radius: 8px;
    padding: 0.7rem 0.5rem;
    text-align: center;
    font-size: 0.85rem;
    cursor: pointer;
    background: #fff;
    color: var(--text-primary);
    transition: all 0.3s ease
    }
.time-pill:hover:not(.disabled) {
    border-color: #ca20fd
    }
.time-pill.active {
    border-color: #ca20fd;
    background: rgba(202, 32, 253, 0.08);
    color: #ca20fd;
    font-weight: 700
    }
.time-pill.disabled {
    color: #ccc;
    background: rgba(243, 244, 251, 0.5);
    cursor: not-allowed;
    border-color: transparent
    }
.custom-dropdown {
    position: relative;
    width: 100%;
    font-family: inherit
    }
.custom-dropdown .dropdown-header {
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(202, 32, 253, 0.12);
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: var(--text-primary);
    font-size: var(--font-size-base);
    transition: all 0.2s ease
    }
.custom-dropdown .dropdown-header:hover, .custom-dropdown.open .dropdown-header {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(202, 32, 253, 0.12);
    outline: none
    }
.custom-dropdown .dropdown-header i {
    color: var(--text-secondary);
    font-size: 0.9rem;
    transition: transform 0.2s ease, color 0.2s ease
    }
.custom-dropdown:hover .dropdown-header i, .custom-dropdown.open .dropdown-header i {
    color: #ca20fd
    }
.custom-dropdown.open .dropdown-header i {
    transform: rotate(180deg)
    }
.custom-dropdown .dropdown-list {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    z-index: 100;
    display: none;
    border: 1px solid rgba(224, 224, 224, 0.5);
    max-height: 250px;
    overflow-y: auto
    }
.custom-dropdown.open .dropdown-list {
    display: block
    }
.custom-dropdown .dropdown-list li {
    padding: 0.7rem 1.2rem;
    cursor: pointer;
    color: var(--text-primary);
    font-size: var(--font-size-base);
    transition: all 0.2s ease
    }
.custom-dropdown .dropdown-list li:hover, .custom-dropdown .dropdown-list li.active {
    background: rgba(202, 32, 253, 0.1);
    color: #ca20fd
    }
.verify-text {
    overflow: hidden;
    text-overflow: ellipsis
    }
.magic-profile-card .kyc-badge {
    display: none
    }
.magic-profile-card.is-verified .kyc-badge {
    display: inline-block
    }
@keyframes pulse-dot {
    0%, 100% {
        box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.3);
        } 50% {
        box-shadow: 0 0 0 6px rgba(39, 174, 96, 0);
        }
    }
@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
        } 100% {
        transform: translateX(calc(-33.33% - 0.33rem));
        } /* Scrolls exactly one set of cards */
    }
@media (max-width: 480px) {
  .verify-text {
    word-break: break-all;
    /* In case email is very long */
    }
}
.pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px
    }
.pill-checkbox {
    display: none
    }
.pill-label {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--dashboard-border);
    border-radius: 50px;
    background: var(--dashboard-surface-strong);
    color: #2d1248;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px
    }
.pill-checkbox:checked + .pill-label {
    background: #ca20fd;
    color: #fff;
    border-color: #ca20fd;
    box-shadow: 0 4px 12px rgba(202, 32, 253, 0.2)
    }
.radio-card-group {
    display: flex;
    flex-direction: column;
    gap: 12px
    }
.radio-card-input {
    display: none
    }
.radio-card-label {
    display: block;
    padding: 16px;
    border: 1px solid var(--dashboard-border);
    border-radius: 12px;
    background: var(--dashboard-surface-strong);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #2d1248
    }
.radio-card-input:checked + .radio-card-label {
    border-color: #ca20fd;
    background: rgba(202, 32, 253, 0.05);
    box-shadow: 0 0 0 1px #ca20fd
    }
.range-slider {
    width: 100%
    }
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important
    }
input[type=range]:focus {
    outline: none
    }
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #ca20fd;
    cursor: pointer;
    margin-top: -10px;
    box-shadow: 0 2px 6px rgba(202, 32, 253, 0.4)
    }
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: linear-gradient(90deg, #ca20fd 0%, #f27839 var(--val), var(--dashboard-border) var(--val), var(--dashboard-border) 100%);
    border-radius: 4px
    }
.disabled-group .pill-label, .disabled-group .radio-card-label, .disabled-group .custom-dropdown, .disabled-group .multi-dropdown, .disabled-group .range-slider {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
    background-color: var(--dashboard-bg)
    }
.disabled-group .dropdown-header {
    background-color: var(--dashboard-bg)
    }
.multi-dropdown {
    position: relative;
    width: 100%
    }
.multi-dropdown .dropdown-header {
    padding: 0.8rem;
    border-radius: 12px;
    border: 1px solid var(--dashboard-border);
    background-color: var(--dashboard-surface-strong);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
    }
.multi-dropdown .dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid var(--dashboard-border);
    border-radius: 12px;
    margin-top: 0.5rem;
    list-style: none;
    padding: 0.5rem 0;
    z-index: 100;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05)
    }
.multi-dropdown.open .dropdown-list {
    display: block
    }
.multi-dropdown .dropdown-list li {
    padding: 0.8rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center
    }
.multi-dropdown .dropdown-list li:hover {
    background: rgba(202, 32, 253, 0.05)
    }
.multi-dropdown .dropdown-list li.active {
    background: rgba(202, 32, 253, 0.1);
    color: #ca20fd;
    font-weight: 600
    }
.multi-dropdown .dropdown-list li.active::after {
    content: "✓";
    font-family: sans-serif
    }
.profile-summary-card {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid var(--dashboard-border);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: linear-gradient(135deg, rgba(202, 32, 253, 0.02), rgba(242, 120, 57, 0.03))
    }
.profile-summary-header {
    background: var(--gradient-brand);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white
    }
.header-info h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
    }
.header-info .verify-email {
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    background-color: #fff;
    color: #d93025;
    padding: 0.35rem 0.9rem;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    animation: pulseWarning 2s infinite;
    text-transform: uppercase;
    letter-spacing: 0.5px
    }
@keyframes pulseWarning {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        } 50% {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(217, 48, 37, 0.3);
        } 100% {
        transform: scale(1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        }
    }
.completion-pill {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.4)
    }
.profile-summary-body {
    display: flex;
    padding: 2.5rem;
    background-color: #fff;
    gap: 3rem;
    align-items: center
    }
.profile-summary-image-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 180px;
    height: 180px
    }
.summary-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 4px solid white
    }
.profile-summary-card.is-verified .summary-profile-img {
    border-color: transparent;
    padding: 4px;
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) border-box
    }
.profile-summary-card .kyc-badge {
    display: none
    }
.profile-summary-card.is-verified .kyc-badge {
    display: inline-block;
    font-size: 0.9em;
    margin-left: 0.5rem;
    background: white !important
    }
.btn-change-photo-modern {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #ca20fd, #f1567d);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(202, 32, 253, 0.3);
    transition: transform 0.2s;
    border: 3px solid white;
    font-size: 1.1rem
    }
.btn-change-photo-modern:hover {
    transform: scale(1.1)
    }
.profile-summary-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    min-width: 300px
    }
.details-card-modern {
    background: #f8f9fc;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9
    }
.detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 1rem
    }
.detail-row:last-child {
    border-bottom: none;
    padding-bottom: 0
    }
.detail-label {
    color: #64748b;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.6rem
    }
.detail-label i {
    color: #ca20fd;
    width: 16px;
    text-align: center;
    font-size: 1rem
    }
.detail-value {
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: right;
    max-width: 60%
    }
.profile-summary-actions {
    display: flex;
    gap: 1rem
    }
@media (max-width: 768px) {
  .profile-summary-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem
    }
  .profile-summary-body {
    flex-direction: column;
    padding: 1.5rem;
    gap: 2rem
    }
  .profile-summary-details {
    min-width: 100%;
    gap: 1.5rem
    }
  .profile-summary-image-wrapper {
    width: 150px;
    height: 150px
    }
  .details-card-modern {
    padding: 1.2rem
    }
  .detail-label, .detail-value {
    font-size: 0.85rem
    }
  .detail-label i {
    width: 14px;
    font-size: 0.9rem
    }
  .profile-summary-actions {
    flex-direction: column;
    gap: 0.8rem
    }
}
.kyc-badge {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.3rem;
    background: var(--gradient-brand);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23 11.99l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 11.99l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 11.99zm-13.06 5.12L5.8 13.01l1.52-1.46 2.5 2.5 6.71-7.16 1.62 1.34-8.21 8.88z' /%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23 11.99l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 11.99l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 11.99zm-13.06 5.12L5.8 13.01l1.52-1.46 2.5 2.5 6.71-7.16 1.62 1.34-8.21 8.88z' /%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    vertical-align: -0.15em
    }
.kyc-badge::before {
    content: none !important
    }
.verify-status {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    background: transparent;
    z-index: 2
    }
.verify-status .verify-text {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.3s ease
    }
.verify-status.unverified {
    color: #f27839
    }
.verify-status.unverified:hover {
    background: rgba(242, 120, 57, 0.1);
    padding: 0.4rem 0.8rem
    }
.verify-status.unverified:hover .verify-text {
    max-width: 100px;
    opacity: 1
    }
.verify-status.verified {
    color: #34a853;
    background: rgba(52, 168, 83, 0.1);
    padding: 0.4rem 0.8rem
    }
.verify-status.verified .verify-text {
    max-width: 100px;
    opacity: 1
    }
#profileForm .kyc-verified-element {
    display: none
    }
#profileForm.is-verified .kyc-verified-element {
    display: flex
    }
#profileForm.is-verified .kyc-unverified-element {
    display: none
    }
.connect-hub-fields, .hobby-hub-fields {
    display: none
    }
#profileForm.is-connect-hub .h2h-fields, #profileForm.is-hobby-hub .h2h-fields, #section-profile.is-connect-hub .h2h-fields, #section-profile.is-hobby-hub .h2h-fields {
    display: none !important
    }
#profileForm.is-connect-hub .connect-hub-fields, #section-profile.is-connect-hub .connect-hub-fields {
    display: block !important
    }
#profileForm.is-hobby-hub .hobby-hub-fields, #section-profile.is-hobby-hub .hobby-hub-fields {
    display: block !important
    }
#aboutPromptDropdown:not(.disabled) .dropdown-header:hover, #aboutPromptDropdown:not(.disabled).open .dropdown-header {
    border-color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(202, 32, 253, 0.15)
    }
textarea[id^="about"]:not(:disabled):hover, textarea[id^="about"]:not(:disabled):focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(202, 32, 253, 0.15);
    outline: none
    }
.hobby-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
    }
.hobby-card {
    position: relative;
    cursor: pointer;
    display: block
    }
.hobby-card-input {
    display: none
    }
.hobby-card-content {
    border: 1px solid rgba(202, 32, 253, 0.12);
    border-radius: 16px;
    padding: 20px 10px;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    background: var(--white);
    position: relative;
    overflow: hidden;
    height: 100%
    }
.hobby-card:hover .hobby-card-content {
    transform: translatey(-4px);
    border-color: #f27839;
    background: #fffaf7;
    box-shadow: 0 12px 24px rgba(242, 120, 57, 0.14)
    }
.hobby-card-input:checked + .hobby-card-content {
    transform: translatey(-2px);
    border-color: transparent;
    background: linear-gradient(135deg, #ca20fd, #f27839);
    box-shadow: 0 10px 22px rgba(202, 32, 253, 0.22);
    color: #fff
    }
.hobby-card-input:checked + .hobby-card-content .hobby-label {
    color: #fff
    }
.hobby-card-input:disabled + .hobby-card-content {
    cursor: not-allowed;
    opacity: 0.7
    }
.hobby-icon {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 12px;
    display: block
    }
.hobby-label {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text);
    display: block;
    line-height: 1.3
    }
.rank-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #ca20fd;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease
    }
.hobby-card-input:checked + .hobby-card-content .rank-badge {
    opacity: 1;
    transform: scale(1)
    }
.hobby-card-input:disabled:checked + .hobby-card-content {
    opacity: 1
    }
.hobby-card-input:checked + .hobby-card-content {
    border-color: transparent;
    background: linear-gradient(135deg, #ca20fd, #f27839);
    box-shadow: 0 10px 22px rgba(202, 32, 253, 0.22);
    color: #fff
    }
.hobby-card-input:checked + .hobby-card-content .hobby-label {
    color: #fff
    }
.hobby-card-input:disabled:checked + .hobby-card-content {
    opacity: 1
    }
