@charset "UTF-8";

:root {
    --clr-primary: #0f6b63;
    --clr-primary-hover: #0c5a53;
    --clr-primary-soft: rgba(15, 107, 99, 0.12);
    --clr-secondary: #245c74;
    --clr-secondary-soft: rgba(36, 92, 116, 0.10);
    --clr-bg: #f4f6f8;
    --clr-bg-elevated: #f7f8fa;
    --clr-surface: #ffffff;
    --clr-surface-strong: #ffffff;
    --clr-surface-soft: #f8fafc;
    --clr-sidebar: #ffffff;
    --clr-text-main: #0f172a;
    --clr-text-sub: #334155;
    --clr-text-muted: #64748b;
    --clr-border: rgba(15, 23, 42, 0.10);
    --clr-border-strong: rgba(15, 23, 42, 0.16);
    --clr-success: #16a34a;
    --clr-success-soft: rgba(22, 163, 74, 0.12);
    --clr-danger: #dc2626;
    --clr-danger-soft: rgba(220, 38, 38, 0.12);
    --clr-warning: #d97706;
    --clr-warning-soft: rgba(217, 119, 6, 0.12);
    --rad-sm: 14px;
    --rad-md: 22px;
    --rad-lg: 32px;
    --shadow-sm: none;
    --shadow-md: none;
    --transition: 160ms ease;
}

[data-theme="dark"] {
    --clr-primary: #5eead4;
    --clr-primary-hover: #99f6e4;
    --clr-primary-soft: rgba(94, 234, 212, 0.14);
    --clr-secondary: #7dd3fc;
    --clr-secondary-soft: rgba(125, 211, 252, 0.14);
    --clr-bg: #020617;
    --clr-bg-elevated: #08111f;
    --clr-surface: #0f172a;
    --clr-surface-strong: #111827;
    --clr-surface-soft: #162033;
    --clr-sidebar: #020617;
    --clr-text-main: #f8fafc;
    --clr-text-sub: #cbd5e1;
    --clr-text-muted: #94a3b8;
    --clr-border: rgba(148, 163, 184, 0.16);
    --clr-border-strong: rgba(148, 163, 184, 0.22);
    --clr-success-soft: rgba(74, 222, 128, 0.16);
    --clr-danger-soft: rgba(248, 113, 113, 0.18);
    --clr-warning-soft: rgba(251, 191, 36, 0.18);
    --shadow-sm: none;
    --shadow-md: none;
}

* {
    box-sizing: border-box;
    font-family: 'Signika', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--clr-text-main);
    font-family: 'Signika', sans-serif;
    background: var(--clr-bg);
    -webkit-font-smoothing: antialiased;
}

[data-theme="dark"] body {
    background: #020617;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--clr-text-main);
}

p {
    margin: 0;
    color: var(--clr-text-sub);
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

.sidebar {
    width: 280px;
    background: var(--clr-sidebar);
    border-right: 1px solid var(--clr-border);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 50;
    transition: transform var(--transition);
}

.main-content {
    margin-left: 280px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content.full-width {
    margin-left: 0;
}

.header-dashboard {
    height: 72px;
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--clr-surface);
    border-bottom: 1px solid var(--clr-border);
}

[data-theme="dark"] .header-dashboard {
    background: var(--clr-surface);
}

.logo-light, .logo-dark {
    display: none;
    transition: opacity 0.2s ease;
}

[data-theme="light"] .logo-light {
    display: block !important;
}

[data-theme="dark"] .logo-dark {
    display: block !important;
}

.dashboard-container {
    flex: 1;
    padding: 14px 24px 24px 20px;
}

.page-intro {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 0;
}

.page-intro__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    border: 1px solid var(--clr-border);
    background: var(--clr-primary-soft);
    color: var(--clr-primary);
}

.page-intro__icon svg {
    width: 22px;
    height: 22px;
}

.page-intro__title {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--clr-text-main);
}

.page-intro__desc {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--clr-text-muted);
}

.home-page {
    padding-top: 24px;
}

.service-tab-shell>.tab-btn,
.service-tab-shell>.mgmt-tab-btn,
.service-tab-shell>a {
    min-height: 44px;
    padding: 10px 24px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-dashboard {
    padding: 24px 32px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-top: 1px solid var(--clr-border);
}

.card-premium,
.hero-panel,
.metric-tile,
.signal-card,
.guardrail-card,
.notice-mini,
.profile-card {
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    box-shadow: var(--shadow-sm);
}

.card-premium {
    border-radius: var(--rad-lg);
    padding: 28px;
}

.hero-shell {
    position: relative;
}

.hero-panel {
    border-radius: var(--rad-lg);
    padding: 32px;
    background: var(--clr-surface);
}

[data-theme="dark"] .hero-panel {
    background: var(--clr-surface);
}

.metric-tile,
.signal-card,
.guardrail-card {
    border-radius: var(--rad-md);
    padding: 18px;
}

.guardrail-card {
    border-style: dashed;
    background: var(--clr-surface-soft);
}

.notice-card {
    background: var(--clr-surface-strong);
}

[data-theme="dark"] .notice-card {
    background: var(--clr-surface-strong);
}

.label-premium,
.sidebar-group {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--clr-text-muted);
}

.sidebar-group {
    padding: 0 10px 8px;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 4px 10px;
    padding: 10px 16px;
    border-radius: var(--rad-sm);
    text-decoration: none;
    color: var(--clr-text-sub);
    transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.sidebar-link:hover {
    background: var(--clr-surface-soft);
    color: var(--clr-primary);
}

.sidebar-link.active {
    background: var(--clr-surface-soft);
    color: var(--clr-primary);
    border: 1px solid var(--clr-border-strong);
    font-weight: 700;
}

.sidebar-link svg,
.sidebar-button-primary svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.sidebar-button-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 8px 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--clr-primary);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all var(--transition);
    border: 1px solid var(--clr-primary);
}

.sidebar-button-primary:hover {
    background: #ffffff;
    color: var(--clr-primary) !important;
    border-color: var(--clr-primary);
    box-shadow: 0 4px 12px rgba(15, 107, 99, 0.15);
}

.sidebar-button-primary:active {
    transform: scale(0.97);
}

.sidebar-dropdown {
    margin: 4px 0;
}

.sidebar-dropdown-toggle {
    width: calc(100% - 12px);
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
}

.sidebar-chevron {
    margin-left: auto;
    width: 16px;
    height: 16px;
    opacity: 0.65;
    transition: transform var(--transition), opacity var(--transition);
}

.sidebar-dropdown.open .sidebar-chevron {
    transform: rotate(180deg);
    opacity: 0.9;
}

.sidebar-dropdown-menu {
    display: none;
    padding: 0 10px 6px 36px;
}

.sidebar-dropdown.open .sidebar-dropdown-menu {
    display: grid;
    gap: 4px;
}

.sidebar-sublink {
    display: block;
    padding: 10px 10px;
    border-radius: var(--rad-sm);
    text-decoration: none;
    color: var(--clr-text-sub);
    transition: background-color var(--transition), color var(--transition), border-color var(--transition);
    font-size: 13px;
    font-weight: 600;
}

.sidebar-sublink:hover {
    background: var(--clr-surface-soft);
    color: var(--clr-text-main);
}

.sidebar-sublink.active {
    background: var(--clr-surface-soft);
    color: var(--clr-text-main);
    border: 1px solid var(--clr-border-strong);
}

.brand-mark,
.avatar,
.timeline-step__index,
.status-dot,
.icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-mark {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary));
    color: #fff;
    font-family: 'Signika', sans-serif;
    font-weight: 700;
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--clr-primary-soft), var(--clr-secondary-soft));
    color: var(--clr-text-main);
    font-weight: 800;
}

.profile-card {
    border-radius: var(--rad-md);
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.notice-mini {
    border-radius: var(--rad-sm);
    padding: 12px;
    font-size: 12px;
    line-height: 1.6;
    color: var(--clr-text-sub);
}

.btn-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 18px;
    border: 0;
    border-radius: 999px;
    background: var(--clr-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    transition: background-color var(--transition), border-color var(--transition), color var(--transition), opacity var(--transition);
    box-shadow: none;
    border: 1px solid var(--clr-primary);
}

.btn-premium:hover {
    background: var(--clr-primary-hover);
}

.btn-premium.btn-outline-premium {
    background: var(--clr-surface);
    color: var(--clr-text-main);
    border: 1px solid var(--clr-border-strong);
    box-shadow: none;
}

.btn-premium[disabled],
.btn-premium:disabled {
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.icon-button {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid var(--clr-border);
    background: var(--clr-surface);
    color: var(--clr-text-sub);
    cursor: pointer;
}

.input-premium {
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--clr-border);
    background: var(--clr-surface);
    color: var(--clr-text-main);
    padding: 0 16px;
    font-size: 14px;
    transition: border-color var(--transition), background-color var(--transition);
}

.input-premium:focus {
    outline: none;
    border-color: var(--clr-primary);
    box-shadow: none;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-radius: var(--rad-md);
    padding: 18px;
    background: var(--clr-surface-soft);
    border: 1px solid var(--clr-border);
}

.timeline-step__index {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--clr-primary-soft), var(--clr-secondary-soft));
    color: var(--clr-text-main);
    font-weight: 800;
    flex-shrink: 0;
}

.status-chip {
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--clr-border);
    background: var(--clr-surface);
    color: var(--clr-text-main);
    font-size: 12px;
    font-weight: 700;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--clr-primary);
}

.badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.badge-premium.neutral {
    background: var(--clr-primary-soft);
    color: var(--clr-text-main);
}

.badge-premium.success {
    background: var(--clr-success-soft);
    color: var(--clr-success);
}

.badge-premium.danger {
    background: var(--clr-danger-soft);
    color: var(--clr-danger);
}

.badge-premium.warning {
    background: var(--clr-warning-soft);
    color: var(--clr-warning);
}

.notice-inline {
    background: var(--clr-surface-soft);
    border: 1px solid var(--clr-border);
    color: var(--clr-text-sub);
}

.empty-state {
    border-radius: var(--rad-md);
    padding: 32px 24px;
    border: 1px dashed var(--clr-border-strong);
    background: var(--clr-surface-soft);
    text-align: center;
}

.method-grid,
.channel-grid {
    display: grid;
    gap: 24px;
}

.method-card,
.channel-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
    padding: 28px;
    border-radius: var(--rad-lg);
    border: 1px solid var(--clr-border);
    background: var(--clr-surface);
    box-shadow: var(--shadow-sm);
    transition: border-color var(--transition), background-color var(--transition);
}

.method-card:hover,
.channel-card:hover {
    border-color: rgba(15, 107, 99, 0.18);
}

.method-card--featured {
    border-color: rgba(15, 107, 99, 0.18);
    background: var(--clr-surface-soft);
}

[data-theme="dark"] .method-card--featured {
    background: var(--clr-surface-soft);
}

.method-card__icon,
.channel-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-primary-soft);
    color: var(--clr-primary);
    font-size: 18px;
    font-weight: 800;
    border: 1px solid rgba(15, 107, 99, 0.10);
}

.method-card__title,
.channel-card__title {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--clr-text-main);
}

.method-card__copy,
.channel-card__copy {
    font-size: 13px;
    line-height: 1.7;
    color: var(--clr-text-sub);
}

.support-step {
    display: flex;
    gap: 16px;
}

.support-step__index {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-primary-soft);
    color: var(--clr-primary);
    font-weight: 800;
}

.hours-panel {
    padding: 28px;
    border-radius: var(--rad-md);
    background: var(--clr-surface-soft);
    border: 1px solid var(--clr-border);
}

.status-text {
    font-weight: 700;
}

.status-text.success {
    color: var(--clr-success);
}

.status-text.warning {
    color: var(--clr-warning);
}

.gift-card-visual {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--clr-border);
    background: var(--clr-surface-soft);
}

.account-market-card {
    overflow: hidden;
    padding: 0;
}

.account-market-card__visual {
    position: relative;
    overflow: hidden;
    min-height: 180px;
    background: var(--clr-surface-soft);
    border-bottom: 1px solid var(--clr-border);
}

.account-market-card__overlay {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px;
    border-radius: 18px;
    background: var(--clr-surface);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

[data-theme="dark"] .account-market-card__overlay {
    background: var(--clr-surface);
    border-color: rgba(148, 163, 184, 0.12);
}

.account-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.account-chip.primary {
    background: var(--clr-primary-soft);
    color: var(--clr-primary);
}

.account-chip.success {
    background: var(--clr-success-soft);
    color: var(--clr-success);
}

.table-premium {
    width: 100%;
    border-collapse: collapse;
}

.table-premium th {
    padding: 14px 16px;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--clr-text-muted);
    border-bottom: 1px solid var(--clr-border);
}

.table-premium td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--clr-border);
    color: var(--clr-text-sub);
    vertical-align: top;
}

.table-premium tr:last-child td {
    border-bottom: 0;
}

/* Animations */
@keyframes scaleIn {
    from { opacity: 0; transform: translate(-50%, -48%) scale(0.96); }
    to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.scale-in {
    animation: scaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-in {
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.footer-link {
    color: var(--clr-text-sub);
    text-decoration: none;
}

.footer-link:hover {
    color: var(--clr-text-main);
}

.fade-in {
    /* Animation removed as requested */
}

.feedback-panel {
    padding: 16px 18px;
    border-radius: var(--rad-md);
    border: 1px solid var(--clr-border);
    background: var(--clr-surface);
    color: var(--clr-text-main);
}

.feedback-panel.success {
    border-color: #86efac;
    background: #f0fdf4;
}

.feedback-panel.error {
    border-color: #fca5a5;
    background: #fef2f2;
}

.feedback-panel.warning {
    border-color: #fcd34d;
    background: #fffbeb;
}

[data-theme="dark"] .feedback-panel.success {
    background: rgba(20, 83, 45, 0.28);
}

[data-theme="dark"] .feedback-panel.error {
    background: rgba(127, 29, 29, 0.28);
}

[data-theme="dark"] .feedback-panel.warning {
    background: rgba(120, 53, 15, 0.28);
}

.site-toast-container {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 120;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: min(360px, calc(100vw - 24px));
    pointer-events: none;
}

.home-page .card-premium {
    border-radius: 14px;
}

.home-page .signal-card,
.home-page .guardrail-card,
.home-page .timeline-step,
.home-page .notice-mini {
    border-radius: 12px;
}

.home-page .timeline-step__index,
.home-page .brand-mark,
.home-page .avatar {
    border-radius: 10px;
}

.gamepass-card--selected {
    border-color: var(--clr-primary) !important;
    background: rgba(15, 107, 99, 0.06) !important;
    box-shadow: inset 0 0 0 1px var(--clr-primary);
}

.site-toast {
    position: relative;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 20px;
    gap: 12px;
    align-items: start;
    padding: 14px 16px 14px 14px;
    border-radius: 14px;
    background: var(--clr-surface);
    border: 1px solid var(--clr-border);
    color: var(--clr-text-main);
    pointer-events: auto;
    overflow: hidden;
    animation: site-toast-enter 160ms ease-out;
}

.site-toast--success {
    border-color: #86efac;
}

.site-toast--error {
    border-color: #fca5a5;
}

.site-toast--warning {
    border-color: #fcd34d;
}

.site-toast--leaving {
    animation: site-toast-leave 160ms ease-in forwards;
}

.site-toast__icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-toast__icon svg {
    width: 24px;
    height: 24px;
}

.site-toast--success .site-toast__icon {
    color: #22c55e;
}

.site-toast--error .site-toast__icon {
    color: #ef4444;
}

.site-toast--warning .site-toast__icon {
    color: #f59e0b;
}

.site-toast__body {
    min-width: 0;
}

.site-toast__title {
    font-size: 14px;
    font-weight: 700;
    color: var(--clr-text-main);
}

.site-toast__message {
    padding-top: 2px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--clr-text-sub);
}

.site-toast__message strong {
    color: var(--clr-text-main);
}

.site-toast__close {
    width: 20px;
    height: 20px;
    border: 0;
    background: transparent;
    color: var(--clr-text-muted);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.site-toast__progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    transform-origin: left center;
    animation-name: site-toast-progress;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.site-toast--success .site-toast__progress {
    background: #22c55e;
}

.site-toast--error .site-toast__progress {
    background: #ef4444;
}

.site-toast--warning .site-toast__progress {
    background: #f59e0b;
}

[data-theme="dark"] .site-toast {
    background: #0f172a;
}

@keyframes site-toast-enter {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes site-toast-leave {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-6px);
    }
}

@keyframes site-toast-progress {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.dashboard-container .shadow-sm,
.dashboard-container .shadow-md,
.dashboard-container .shadow-lg,
.dashboard-container .hover\:shadow-sm:hover,
.dashboard-container .hover\:shadow-md:hover,
.dashboard-container .hover\:shadow-lg:hover {
    box-shadow: none !important;
}

.custom-scrollbar::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Ẩn thanh cuộn của sidebar */
#sidebar nav::-webkit-scrollbar {
    display: none;
}

#sidebar nav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.custom-scrollbar::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background: var(--clr-border-strong);
    border-radius: 999px;
}

.custom-scrollbar::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    background: transparent;
}

@media (max-width: 1024px) {
    .sidebar {
        transform: translateX(-100%);
    }

    .sidebar.active {
        transform: translateX(0);
    }

    .main-content {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .site-toast-container {
        top: 12px;
        right: 12px;
        left: 12px;
        width: auto;
    }

    .dashboard-container {
        padding: 14px 16px 20px;
    }

    .home-page {
        padding-top: 24px;
    }

    .service-tab-shell>.tab-btn,
    .service-tab-shell>.mgmt-tab-btn,
    .service-tab-shell>a {
        padding: 10px 20px;
    }

    .card-premium,
    .hero-panel {
        padding: 22px;
    }

    .footer-dashboard {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.toast-top-center .site-toast-container {
    top: 6px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: min(820px, calc(100% - 24px));
}

.toast-top-center .site-toast {
    width: 100%;
}

@media (max-width: 768px) {
    .toast-top-center .site-toast-container {
        width: min(720px, calc(100% - 20px));
    }
}

.service-sticky-panel {
    position: sticky;
    top: 88px;
    align-self: start;
}

@media (max-width: 1024px) {
    .service-sticky-panel {
        position: static;
    }
}
/* Simple User Profile */
.user-profile-simple {
    padding: 10px 0;
    position: relative;
}

.user-avatar-simple {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    object-fit: cover;
}

.user-status-dot {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    background: #10b981;
    border: 2px solid var(--clr-sidebar);
    border-radius: 50%;
}

.user-balance-simple {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    background: #e2f1f0;
    color: #0f6b63;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 700;
}

[data-theme="dark"] .user-balance-simple {
    background: rgba(15, 107, 99, 0.2);
    color: #5eead4;
}

.user-logout-simple {
    color: #64748b;
    transition: color 0.2s ease;
}

.user-logout-simple:hover {
    color: #ef4444;
}

