:root {
    --brand: #ff6a3d;
    --brand-deep: #f14b17;
    --accent: #2ec4b6;
    --ink: #111827;
    --soft-ink: #52607a;
    --bg: #fff8f0;
    --panel: rgba(255, 255, 255, 0.75);
    --panel-border: rgba(17, 24, 39, 0.08);
    --shadow: 0 24px 70px rgba(20, 27, 45, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top right, rgba(255, 106, 61, 0.16), transparent 22%),
        linear-gradient(180deg, #fff8f0 0%, #fffdf8 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(20px);
    background: rgba(255, 248, 240, 0.82);
    border-bottom: 1px solid rgba(17, 24, 39, 0.05);
}

.navbar {
    padding: 1rem 0;
}

.site-menu-shell {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    width: 100%;
}

.main-site-menu {
    padding: 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.main-site-menu .nav-link {
    padding: 0.72rem 1.05rem;
    border-radius: 999px;
    color: #334155;
    font-size: 0.95rem;
}

.main-site-menu .nav-link:hover,
.main-site-menu .nav-link:focus {
    color: #111827;
    background: rgba(255, 106, 61, 0.1);
}

.site-menu-cta {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.site-menu-secondary {
    color: #4b5563;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.site-menu-login {
    min-width: 160px;
    text-align: center;
}
.brand-logo {
    width: 42px;
    height: 42px;
}

.navbar-brand span,
.navbar .nav-link,
.site-footer {
    font-weight: 600;
}

.btn-brand {
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
    border: none;
    border-radius: 999px;
    padding-inline: 1.3rem;
    box-shadow: 0 18px 40px rgba(255, 106, 61, 0.28);
}

.btn-brand:hover {
    color: #fff;
    transform: translateY(-1px);
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: #0f172a;
}

.hero-full-slider,
.hero-full-slider .carousel-inner,
.hero-full-slider .carousel-item,
.hero-slide {
    min-height: 100vh;
}

.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8rem 0 7rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(46, 196, 182, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.86));
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 106, 61, 0.18), transparent 40%),
        linear-gradient(320deg, rgba(46, 196, 182, 0.14), transparent 45%);
}

.hero-slide-2 {
    background:
        radial-gradient(circle at right top, rgba(255, 106, 61, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(20, 83, 45, 0.82));
}

.hero-slide-3 {
    background:
        radial-gradient(circle at left center, rgba(99, 102, 241, 0.2), transparent 24%),
        linear-gradient(135deg, rgba(17, 24, 39, 0.97), rgba(67, 20, 7, 0.86));
}

.hero-slide-content {
    position: relative;
    z-index: 2;
}

.hero-banner {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 420px);
    gap: 2rem;
    align-items: end;
}

.hero-banner-copy h1 {
    font-size: clamp(3.2rem, 8vw, 6.5rem);
    line-height: 0.95;
    max-width: 10ch;
    color: #fff;
    margin: 1rem 0 1.25rem;
}

.hero-banner-copy .lead {
    max-width: 52ch;
    font-size: 1.1rem;
}

.hero-banner-panel {
    border-radius: 32px;
    padding: 1.75rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
}

.hero-banner-panel strong {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
}

.hero-banner-panel p {
    color: rgba(255, 255, 255, 0.78);
}

.hero-banner-tag {
    display: inline-flex;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-mini-stats {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.hero-mini-stats div {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-mini-stats strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.hero-mini-stats span {
    color: rgba(255, 255, 255, 0.72);
}

.lead,
.section-heading p,
.service-card p,
.about-panel p,
.contact-info,
.contact-form-card .form-label,
.hero-card p,
.setup-card p,
.admin-muted {
    color: var(--soft-ink);
}

.section-kicker,
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
    color: var(--brand-deep);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-slider,
.hero-card,
.service-card,
.about-panel,
.about-card,
.contact-info,
.contact-form-card,
.setup-card,
.admin-panel,
.metric-card,
.admin-card {
    border: 1px solid var(--panel-border);
    background: var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.hero-card {
    border-radius: 32px;
    padding: 2rem;
    min-height: 320px;
}

.hero-card h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 1rem 0;
}

.hero-slider-controls {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.hero-indicators {
    position: static;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    gap: 0.6rem;
}

.hero-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
}

.hero-arrow-group {
    display: flex;
    gap: 0.75rem;
}

.hero-arrow-group .carousel-control-prev,
.hero-arrow-group .carousel-control-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    opacity: 1;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-arrow-group .carousel-control-prev-icon,
.hero-arrow-group .carousel-control-next-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.hero-orb {
    position: absolute;
    width: 360px;
    height: 360px;
    filter: blur(8px);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
    z-index: 1;
}

.hero-orb-left {
    bottom: -120px;
    left: -100px;
    background: rgba(46, 196, 182, 0.18);
}

.hero-orb-right {
    top: -60px;
    right: -80px;
    background: rgba(255, 106, 61, 0.2);
    animation-delay: -4s;
}

.section-space {
    padding: 5rem 0;
}

.section-heading {
    max-width: 760px;
}

.section-heading h2,
.about-panel h2,
.contact-info h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin: 0.8rem 0 1rem;
}

.service-card {
    border-radius: 28px;
    padding: 1.6rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover,
.about-card:hover {
    transform: translateY(-6px);
}

.service-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--accent));
    margin-bottom: 1.2rem;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -40% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46, 196, 182, 0.18), transparent 68%);
    pointer-events: none;
}

.about-panel,
.contact-info,
.contact-form-card,
.setup-card,
.admin-panel,
.admin-card {
    border-radius: 32px;
    padding: 2rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.stat-tile,
.about-card {
    border-radius: 24px;
    padding: 1.1rem 1.2rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 24, 39, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.stat-tile strong,
.about-card strong {
    display: block;
    font-size: 1.1rem;
}

.about-card-stack {
    display: grid;
    gap: 1rem;
}

.stat-tile:hover,
.about-card:hover {
    box-shadow: 0 24px 50px rgba(20, 27, 45, 0.14);
    border-color: rgba(255, 106, 61, 0.16);
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 1rem;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.contact-form-card .form-control,
.contact-form-card .form-select,
.setup-card .form-control,
.admin-card .form-control,
.admin-card .form-select,
.admin-card .form-check-input,
.chat-widget .form-control {
    border-radius: 16px;
    min-height: 50px;
    border-color: rgba(17, 24, 39, 0.08);
}

.contact-form-card textarea.form-control,
.admin-card textarea.form-control,
.chat-widget textarea.form-control {
    min-height: 96px;
}

.site-footer {
    padding: 1.6rem 0 2rem;
    color: var(--soft-ink);
}

.chat-fab {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    border-radius: 999px;
    padding: 0.95rem 1.2rem;
    color: #fff;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
    z-index: 1040;
    border: none;
}

.chat-widget {
    position: fixed;
    right: 1rem;
    bottom: 5.6rem;
    width: min(320px, calc(100vw - 2rem));
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px) scale(0.98);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 1041;
}

.chat-widget.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.chat-widget-card {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.chat-widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 0.95rem;
    background: linear-gradient(135deg, #121826, #1f2937);
    color: #fff;
}

.chat-widget-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.chat-widget-body {
    padding: 0.85rem;
}

.chat-widget-intro {
    padding: 0.75rem 0.85rem;
    background: #fff4ec;
    border-radius: 16px;
    color: var(--soft-ink);
    margin-bottom: 0.85rem;
    font-size: 0.92rem;
}

.chat-messages,
.admin-chat-thread {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    min-height: 120px;
    max-height: 190px;
    overflow: auto;
    padding-right: 0.2rem;
    margin-bottom: 0.85rem;
}

.chat-message,
.admin-chat-message {
    max-width: 88%;
}

.chat-message.is-admin,
.admin-chat-message.is-admin {
    align-self: flex-end;
}

.chat-message-meta,
.admin-chat-message-meta {
    font-size: 0.74rem;
    color: var(--soft-ink);
    margin-bottom: 0.25rem;
}

.chat-message-bubble,
.admin-chat-message-bubble {
    padding: 0.72rem 0.85rem;
    border-radius: 16px;
    background: #f3f4f6;
    font-size: 0.92rem;
}

.chat-message.is-admin .chat-message-bubble,
.admin-chat-message.is-admin .admin-chat-message-bubble {
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
}

.chat-start-form,
.chat-reply-form {
    display: block;
}

.chat-status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
}

.chat-widget-alert {
    margin-top: 1rem;
    border-radius: 16px;
}

.reveal {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
    filter: blur(8px);
}

.reveal.revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

.reveal-fly-up {
    transform: translate3d(0, 54px, 0) scale(0.97);
}

.reveal-fly-left {
    transform: translate3d(-54px, 22px, 0) scale(0.98);
}

.reveal-fly-right {
    transform: translate3d(54px, 22px, 0) scale(0.98);
}

.reveal.revealed.reveal-fly-up,
.reveal.revealed.reveal-fly-left,
.reveal.revealed.reveal-fly-right {
    transform: translate3d(0, 0, 0) scale(1);
}

.setup-page,
.admin-body {
    min-height: 100vh;
}

.setup-card {
    max-width: 860px;
}

.admin-shell {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: 100vh;
}

.admin-sidebar {
    background: #121826;
    color: #d7deeb;
    padding: 1.5rem;
    position: sticky;
    top: 0;
    height: 100vh;
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 2rem;
    color: #fff;
}

.admin-brand img {
    width: 46px;
    height: 46px;
}

.admin-nav-title {
    color: #7e8aa3;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    margin: 1.3rem 0 0.8rem;
}

.admin-nav a,
.admin-submenu a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: inherit;
    padding: 0.88rem 1rem;
    border-radius: 18px;
    margin-bottom: 0.35rem;
}

.admin-nav a.active,
.admin-submenu a.active,
.admin-nav a:hover,
.admin-submenu a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.admin-nav-badge {
    margin-left: auto;
    min-width: 26px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-size: 0.8rem;
}

.admin-submenu {
    padding-left: 0.5rem;
}

.admin-content {
    padding: 2rem;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-title h1 {
    margin: 0;
    font-size: 2rem;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.metric-card {
    border-radius: 24px;
    padding: 1.4rem;
}

.metric-card strong {
    display: block;
    font-size: 2rem;
}

.table-card {
    overflow: hidden;
}

.admin-chat-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 1.25rem;
}

.admin-chat-list {
    display: grid;
    gap: 0.8rem;
}

.admin-chat-session {
    width: 100%;
    text-align: left;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 1rem;
}

.admin-chat-session.is-active {
    border-color: rgba(255, 106, 61, 0.5);
    box-shadow: 0 12px 32px rgba(255, 106, 61, 0.12);
}

.admin-chat-session-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.admin-chat-session-row + .admin-chat-session-row {
    margin-top: 0.4rem;
}

.admin-chat-pill {
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    text-transform: capitalize;
    font-size: 0.8rem;
}

.admin-chat-pill.is-closed {
    background: #e5e7eb;
    color: #374151;
}

.admin-chat-unread {
    min-width: 26px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #121826;
    color: #fff;
    font-size: 0.8rem;
}

.admin-chat-thread-panel,
.admin-chat-list-panel {
    display: flex;
    flex-direction: column;
}

.admin-chat-thread-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-chat-composer textarea {
    min-height: 110px !important;
}

.admin-chat-empty {
    color: var(--soft-ink);
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-18px); }
}

@media (max-width: 991.98px) {
    .admin-shell,
    .admin-chat-layout,
    .hero-banner,
    .metric-grid {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: static;
        height: auto;
    }

    .hero-slide {
        padding-top: 7rem;
    }

    .hero-slider-controls {
        width: calc(100% - 2rem);
        bottom: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .hero-slide {
        padding: 6.5rem 0 7.5rem;
    }

    .hero-banner-copy h1 {
        font-size: clamp(2.5rem, 12vw, 4.2rem);
    }

    .hero-slider-controls {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-card,
    .about-panel,
    .contact-info,
    .setup-card,
    .admin-panel,
    .admin-card,
    .hero-banner-panel {
        padding: 1.4rem;
        border-radius: 24px;
    }

    .chat-fab span {
        display: none;
    }

    .chat-widget {
        right: 0.75rem;
        left: 0.75rem;
        width: auto;
        bottom: 5.3rem;
    }
}

.chat-helper-text {
    font-size: 0.82rem;
    color: var(--soft-ink);
}


.branding-preview-card {
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.82);
}

.branding-preview-image {
    display: block;
    width: 100%;
    max-height: 140px;
    object-fit: contain;
    border-radius: 14px;
    background: #f8fafc;
}


.hero-slide.has-custom-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.52)), var(--hero-image) center/cover no-repeat !important;
}


.admin-sidebar {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.admin-nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: 0.35rem;
}


.admin-submenu-group {
    margin-bottom: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.admin-submenu-group summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.88rem 1rem;
    cursor: pointer;
    color: #eef2ff;
}

.admin-submenu-group summary::-webkit-details-marker {
    display: none;
}

.admin-submenu-group summary i {
    transition: transform 0.2s ease;
}

.admin-submenu-group[open] summary i {
    transform: rotate(180deg);
}

.admin-submenu-links {
    padding: 0 0.5rem 0.5rem;
}

.admin-submenu-links a {
    margin-bottom: 0.2rem;
    padding-left: 1.2rem;
}


.request-detail-grid,
.request-upload-grid {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.request-detail-item,
.request-upload-item {
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.request-detail-item span,
.request-upload-item span {
    display: block;
    font-size: 0.74rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.3rem;
}

.request-detail-item strong,
.request-upload-item strong {
    display: block;
    color: #111827;
    word-break: break-word;
}
.service-request-json {
    margin: 0;
    max-height: 180px;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    padding: 0.8rem;
    border-radius: 14px;
    background: #f8fafc;
}


.api-service-section {
    background: linear-gradient(180deg, rgba(255, 244, 236, 0.85), rgba(255, 255, 255, 0.95));
}

.api-service-alert {
    border-radius: 18px;
}


.user-admin-grid {
    display: grid;
    gap: 1.5rem;
}

.user-admin-card {
    border-radius: 28px;
}

.user-admin-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.wallet-balance-strip,
.wallet-transactions-box,
.otp-panel {
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.84);
    border-radius: 22px;
    padding: 1rem 1.1rem;
}

.wallet-balance-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.wallet-transactions-box h3 {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .user-admin-header,
    .wallet-balance-strip {
        flex-direction: column;
        align-items: flex-start;
    }
}


.partner-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-income-list {
    display: grid;
    gap: 0.85rem;
}

.dashboard-notification-panel {
    position: relative;
}

.dashboard-notification-list {
    display: grid;
    gap: 0.9rem;
}

.dashboard-notification-item {
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 1rem 1.1rem;
}

.dashboard-notification-item.is-empty {
    color: var(--soft-ink);
}

.dashboard-toast-host {
    position: fixed;
    top: 5.5rem;
    right: 1rem;
    z-index: 1080;
    display: grid;
    gap: 0.75rem;
    width: min(360px, calc(100vw - 2rem));
}

.dashboard-toast {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    border-radius: 20px;
    padding: 1rem 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, #121826, #1f2937);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.25);
}

.dashboard-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.dashboard-toast strong {
    display: block;
    margin-bottom: 0.35rem;
}

.pan-form-grid {
    display: grid;
    gap: 1rem;
}

.pan-form-row {
    display: grid;
    gap: 1rem;
}

.pan-form-row-top,
.pan-form-row-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pan-form-row-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pan-inline-choice {
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.84);
    border-radius: 18px;
    padding: 1rem 1.1rem;
}

.pan-inline-choice label {
    margin-right: 1rem;
    font-size: 0.95rem;
}

.pan-mother-fields.is-disabled {
    opacity: 0.6;
}

.pan-mother-fields.is-disabled .form-control {
    background: #f3f4f6;
    cursor: not-allowed;
}

@media (max-width: 767.98px) {
    .pan-form-row-top,
    .pan-form-row-2,
    .pan-form-row-3 {
        grid-template-columns: 1fr;
    }
}

.dashboard-hero-card {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(16, 24, 40, 0.92), rgba(20, 83, 45, 0.88));
    color: #fff;
}

.dashboard-hero-card .section-kicker,
.dashboard-hero-card .admin-muted,
.dashboard-hero-card p {
    color: rgba(255, 255, 255, 0.78);
}

.dashboard-hero-copy h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 0.75rem;
}

.dashboard-live-grid,
.dashboard-stat-grid,
.dashboard-service-grid {
    display: grid;
    gap: 1rem;
}

.dashboard-live-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.online-user-widget {
    position: relative;
    overflow: hidden;
}

.online-user-widget::after {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(255, 106, 61, 0.18), transparent 68%);
    pointer-events: none;
}

.online-user-widget-compact {
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(249, 115, 22, 0.12);
}

.online-widget-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.online-widget-copy {
    max-width: 420px;
}

.online-widget-counter {
    position: relative;
    min-width: 128px;
    padding: 0.9rem 1rem;
    border-radius: 24px;
    display: grid;
    justify-items: center;
    background: linear-gradient(160deg, rgba(17, 24, 39, 0.96), rgba(31, 41, 55, 0.92));
    color: #fff;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.18);
}

.online-widget-counter strong {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 1;
}

.online-widget-counter span:last-child {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.72);
}

.online-widget-pulse {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-bottom: 0.45rem;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    animation: onlinePulse 1.8s ease-out infinite;
}

.online-widget-preview {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.online-widget-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 180px;
    padding: 0.8rem 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.06);
    animation: float 5s ease-in-out infinite;
}

.online-widget-chip:nth-child(2n) {
    animation-delay: -1.2s;
}

.online-widget-chip:nth-child(3n) {
    animation-delay: -2.1s;
}

.online-widget-chip strong,
.online-widget-chip span {
    display: block;
    line-height: 1.15;
}

.online-widget-chip strong {
    font-size: 0.92rem;
    color: #111827;
}

.online-widget-chip span {
    font-size: 0.72rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.online-widget-empty {
    margin-top: 1rem;
}

.online-user-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.16);
}

@keyframes onlinePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(34, 197, 94, 0);
        transform: scale(1.08);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
        transform: scale(1);
    }
}

@media (max-width: 767.98px) {
    .online-widget-shell {
        flex-direction: column;
        align-items: stretch;
    }

    .online-widget-counter {
        width: 100%;
    }

    .online-widget-chip {
        min-width: 0;
        width: 100%;
    }
}
.pan-upload-card {
    border: 1px solid rgba(249, 115, 22, 0.12);
    background: linear-gradient(180deg, rgba(255, 247, 237, 0.92), rgba(255, 255, 255, 0.98));
}

.pan-upload-meta,
.pan-upload-status {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
}

.pan-upload-meta div,
.pan-upload-status div {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.pan-upload-meta span,
.pan-upload-status span {
    display: block;
    font-size: 0.76rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.3rem;
}

.pan-upload-request-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.pan-upload-request-chip {
    display: inline-flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 200px;
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
    text-decoration: none;
    color: #111827;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.pan-upload-request-chip.is-active {
    border-color: rgba(249, 115, 22, 0.35);
    box-shadow: 0 18px 34px rgba(249, 115, 22, 0.12);
}

.pan-upload-request-chip span {
    font-size: 0.78rem;
    color: #6b7280;
}
.sweet-submit-details {
    display: grid;
    gap: 0.65rem;
    text-align: left;
}

.dashboard-live-card,
.dashboard-stat-card,
.dashboard-service-tile {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
}

.dashboard-live-card,
.dashboard-stat-card {
    padding: 1.2rem 1.25rem;
}

.dashboard-live-card strong,
.dashboard-stat-card strong {
    display: block;
    font-size: 1.45rem;
    margin-top: 0.35rem;
}

.dashboard-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-service-tile {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-service-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

.dashboard-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ecfeff, #dbeafe);
    color: #0f172a;
    font-size: 1.35rem;
}

.dashboard-service-fee {
    color: #0f766e;
    font-weight: 600;
}

.dashboard-empty-state {
    border: 1px dashed rgba(17, 24, 39, 0.15);
    border-radius: 22px;
    padding: 1.4rem;
    color: var(--soft-ink);
}

.dashboard-quick-list {
    display: grid;
    gap: 0.9rem;
}

.dashboard-quick-list div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

@media (max-width: 991.98px) {
    .dashboard-live-grid,
    .dashboard-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dashboard-hero-card {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .dashboard-live-grid,
    .dashboard-stat-grid,
    .dashboard-service-grid {
        grid-template-columns: 1fr;
    }
}

.dashboard-top-dropdown {
    width: min(360px, calc(100vw - 2rem));
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.dashboard-top-dropdown-header,
.dashboard-top-dropdown-footer {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.dashboard-top-dropdown-footer {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    border-bottom: 0;
}

.dashboard-top-dropdown-item,
.dashboard-top-dropdown-empty {
    padding: 0.85rem 1rem;
}

.dashboard-top-dropdown-item + .dashboard-top-dropdown-item {
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}


.sweet-toast-popup,
.sweet-submit-popup {
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.sweet-toast-popup {
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.sweet-submit-popup {
    border: 1px solid rgba(217, 119, 6, 0.22);
}


.dashboard-top-actions {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.dashboard-top-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 220px;
    padding: 0.85rem 1rem;
    border-radius: 22px;
    text-decoration: none;
    color: #111827;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.dashboard-top-card:hover,
.dashboard-top-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
    color: #111827;
}

.dashboard-top-card::after {
    margin-left: auto;
}

.dashboard-top-card-notice {
    background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.dashboard-top-card-wallet {
    background: linear-gradient(135deg, #ecfeff, #ffffff);
}

.dashboard-top-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    flex-shrink: 0;
}

.dashboard-top-card-notice .dashboard-top-card-icon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.dashboard-top-card-wallet .dashboard-top-card-icon {
    background: linear-gradient(135deg, #0891b2, #0f766e);
}

.dashboard-top-card-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.dashboard-top-card-copy span {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dashboard-top-card-copy strong {
    font-size: 0.98rem;
    font-weight: 700;
}

.dashboard-top-card-badge {
    position: absolute;
    top: -8px;
    right: 28px;
    min-width: 26px;
    height: 26px;
    padding: 0 0.45rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dc2626;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(220, 38, 38, 0.24);
}

.dashboard-logout-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    text-decoration: none;
    color: #374151;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.dashboard-logout-link:hover,
.dashboard-logout-link:focus {
    color: #111827;
    background: #fff;
}

.chat-widget-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.chat-widget-hide,
.chat-widget-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.chat-scroll-launcher {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1rem;
    min-width: 220px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    box-shadow: 0 24px 48px rgba(234, 88, 12, 0.28);
    transform: translateY(120px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.chat-scroll-launcher.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    animation: chatLauncherBounce 1.5s ease-in-out infinite;
}

.chat-scroll-launcher.is-active {
    animation: none;
    background: linear-gradient(135deg, #111827, #1f2937);
}

.chat-scroll-launcher-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.chat-scroll-launcher-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.chat-scroll-launcher-copy small {
    font-size: 0.74rem;
    opacity: 0.88;
}

@keyframes chatLauncherBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@media (max-width: 767.98px) {
    .dashboard-mobile-topbar {
        display: flex;
    }

    .dashboard-top-actions {
        display: none !important;
        width: 100%;
    }

    .site-menu-shell {
        align-items: stretch;
        gap: 0.85rem;
        padding-top: 1rem;
        flex-direction: column;
    }

    .main-site-menu {
        border-radius: 28px;
        padding: 0.85rem;
    }

    .main-site-menu .nav-link {
        border-radius: 18px;
    }

    .site-menu-cta {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .site-menu-secondary,
    .site-menu-login {
        width: 100%;
        text-align: center;
    }

    .navbar-brand {
        display: none !important;
    }
    .user-dashboard-content {
        padding-bottom: 6.2rem;
    }

    .user-dashboard-sidebar {
        display: none;
    }

    .mobile-bottom-nav {
        display: grid;
    }

    .dashboard-top-card,
    .dashboard-logout-link {
        width: 100%;
    }

    .chat-scroll-launcher {
        right: 0.75rem;
        left: 0.75rem;
        bottom: 5.5rem;
        min-width: 0;
        justify-content: center;
    }

    .chat-widget {
        bottom: 10.1rem;
    }
}


.dashboard-service-tile.active {
    border-color: rgba(217, 119, 6, 0.35);
    box-shadow: 0 20px 38px rgba(217, 119, 6, 0.14);
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.92), rgba(255, 255, 255, 0.98));
}


.dashboard-mobile-topbar {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
}

.dashboard-mobile-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.dashboard-mobile-brand strong {
    font-size: 0.95rem;
    color: #111827;
}

.dashboard-mobile-brand span {
    font-size: 0.78rem;
    color: #d97706;
    font-weight: 700;
}

.dashboard-mobile-topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.dashboard-mobile-icon {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    background: #fff;
    color: #111827;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.dashboard-mobile-icon-badge {
    position: absolute;
    top: -6px;
    right: -4px;
    min-width: 22px;
    height: 22px;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
}

.mobile-bottom-nav {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 1038;
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.45rem;
    border-radius: 22px;
    background: rgba(17, 24, 39, 0.95);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.24);
}

.mobile-bottom-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 58px;
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 600;
}

.mobile-bottom-nav-link i {
    font-size: 1rem;
}

.mobile-bottom-nav-link.is-active,
.mobile-bottom-nav-link:hover,
.mobile-bottom-nav-link:focus {
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
}


@media (max-width: 767.98px) {
    .dashboard-mobile-topbar {
        display: flex;
    }

    .dashboard-top-actions {
        display: none !important;
    }

    .site-menu-shell {
        align-items: stretch;
        gap: 0.85rem;
        padding-top: 1rem;
        flex-direction: column;
    }

    .main-site-menu {
        border-radius: 28px;
        padding: 0.85rem;
    }

    .main-site-menu .nav-link {
        border-radius: 18px;
    }

    .site-menu-cta {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .site-menu-secondary,
    .site-menu-login {
        width: 100%;
        text-align: center;
    }

    .navbar-brand {
        display: none !important;
    }
    .user-dashboard-sidebar {
        display: none;
    }

    .user-dashboard-content {
        padding-bottom: 6.2rem;
    }

    .mobile-bottom-nav {
        display: grid;
    }

    .chat-scroll-launcher {
        right: 0.75rem;
        left: 0.75rem;
        bottom: 5.5rem;
        min-width: 0;
        justify-content: center;
    }

    .chat-widget {
        bottom: 10.1rem;
    }
}


.site-header-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.5rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.14), transparent 28%),
        radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.16), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,249,252,0.94));
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.10);
}

.site-brand-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.55rem 0.75rem;
    border-radius: 24px;
    text-decoration: none;
    color: #111827;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.site-brand-chip.is-dashboard-brand {
    background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(241,245,249,0.92));
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.site-brand-chip:hover,
.site-brand-chip:focus {
    color: #111827;
    transform: translateY(-1px);
}

.site-brand-mark {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.34), transparent 36%),
        linear-gradient(135deg, #ff7a45, #ff5b2e 54%, #0ea5e9);
    box-shadow: 0 20px 44px rgba(255, 106, 61, 0.28);
    overflow: hidden;
}

.site-brand-mark img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.site-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.site-brand-copy strong {
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.site-brand-copy span {
    font-size: 0.74rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.site-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.site-header-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 72px;
    min-width: 230px;
    padding: 0.85rem 1.2rem;
    border-radius: 24px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: #111827;
}

.site-header-card:hover,
.site-header-card:focus {
    color: #111827;
    transform: translateY(-1px);
}

.site-header-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #fff;
    flex-shrink: 0;
}

.site-header-card-notice .site-header-card-icon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.site-header-card-wallet .site-header-card-icon {
    background: linear-gradient(135deg, #1496b4, #0f766e);
}

.site-header-card-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.site-header-card-copy span {
    font-size: 0.76rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.site-header-card-copy strong {
    font-size: 0.98rem;
    font-weight: 700;
}

.site-header-card-badge {
    position: absolute;
    top: -8px;
    right: 16px;
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    font-weight: 700;
}

.site-header-logout {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 62px;
    padding: 0.9rem 1.28rem;
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,250,252,0.94));
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: #475569;
    font-weight: 700;
    transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.site-header-logout:hover,
.site-header-logout:focus {
    color: #111827;
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.10);
}

@media (max-width: 991.98px) {
    .site-header-panel {
        flex-direction: column;
        align-items: stretch;
        padding: 0.85rem;
    }

    .site-brand-chip {
        width: 100%;
        justify-content: flex-start;
    }

    .site-header-actions {
        width: 100%;
        justify-content: stretch;
    }
}

@media (max-width: 767.98px) {
    .site-header-card {
        min-width: 0;
        width: 100%;
    }

    .site-header-logout {
        width: 100%;
        justify-content: center;
    }
}


.sidebar-user-panel {
    margin: 0 0 1.2rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sidebar-user-panel strong {
    display: block;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 700;
}

.sidebar-user-subtitle {
    margin-top: 0.35rem;
    color: #7786a5;
    font-size: 0.92rem;
}

.admin-sidebar {
    background: radial-gradient(circle at top left, rgba(255, 122, 69, 0.08), transparent 28%), linear-gradient(180deg, #111725 0%, #0f1522 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.admin-nav-title {
    position: relative;
    padding-left: 0.35rem;
    color: #8090af;
    letter-spacing: 0.22em;
}

.admin-nav-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff7a45, rgba(255, 122, 69, 0));
}

.admin-nav a,
.admin-submenu a {
    position: relative;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    color: #dce5f7;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.admin-nav a i,
.admin-submenu a i {
    width: 1.15rem;
    text-align: center;
    color: #b8c6e3;
}

.admin-nav a.active,
.admin-submenu a.active {
    background: linear-gradient(135deg, rgba(255, 122, 69, 0.22), rgba(255, 255, 255, 0.08));
    box-shadow: inset 0 0 0 1px rgba(255, 122, 69, 0.10), 0 14px 30px rgba(255, 91, 46, 0.18);
    color: #fff7f2;
}

.admin-nav a.active i,
.admin-submenu a.active i {
    color: #ffd7c7;
    text-shadow: 0 0 12px rgba(255, 122, 69, 0.45);
}

.admin-nav a.active::before,
.admin-submenu a.active::before {
    content: '';
    position: absolute;
    left: 0.55rem;
    top: 0.7rem;
    bottom: 0.7rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff9a6c, #ff5b2e);
    box-shadow: 0 0 12px rgba(255, 106, 61, 0.55);
}

.admin-nav a:hover,
.admin-submenu a:hover {
    transform: translateX(2px);
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.admin-submenu {
    padding-left: 0;
}

.admin-submenu-group {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.admin-submenu-group summary {
    padding: 0.95rem 1rem;
}

.admin-submenu-links {
    padding: 0 0.55rem 0.55rem;
}

.admin-submenu-links a {
    padding-left: 1rem;
}


.admin-sidebar {
    top: 86px;
    height: calc(100vh - 86px);
}

.admin-submenu-group.is-active {
    border-color: rgba(255, 122, 69, 0.14);
    box-shadow: 0 16px 34px rgba(255, 91, 46, 0.10);
}

.admin-submenu-group.is-active summary {
    background: linear-gradient(135deg, rgba(255, 122, 69, 0.18), rgba(255, 255, 255, 0.05));
    color: #fff8f3;
    border-radius: 18px;
}

.admin-submenu-group.is-active summary span {
    text-shadow: 0 0 10px rgba(255, 122, 69, 0.35);
}

.admin-submenu-group.is-active summary i {
    color: #ffd7c7;
    text-shadow: 0 0 12px rgba(255, 122, 69, 0.45);
}

@media (max-width: 991.98px) {
    .admin-sidebar {
        top: 0;
        height: auto;
    }
}


.auth-flow-page {
    background:
        radial-gradient(circle at top left, rgba(14, 116, 188, 0.14), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #fffaf6 100%);
}

.auth-flow-shell {
    min-height: 100vh;
}

.auth-split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    min-height: calc(100vh - 3rem);
    border-radius: 36px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.auth-showcase-panel {
    position: relative;
    padding: 2.25rem 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(8, 47, 73, 0.94), rgba(14, 116, 188, 0.76)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 28%),
        url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
}

.auth-showcase-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18), transparent 14%),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12), transparent 10%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: auto, auto, 44px 44px, 44px 44px;
    opacity: 0.55;
    pointer-events: none;
}

.auth-showcase-panel > * {
    position: relative;
    z-index: 1;
}

.auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.auth-showcase-copy {
    max-width: 30rem;
}

.auth-kicker {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.72rem;
    margin-bottom: 1rem;
}

.auth-showcase-copy h1 {
    font-size: clamp(2.9rem, 6vw, 4.6rem);
    line-height: 0.95;
    margin-bottom: 1rem;
    max-width: 9ch;
}

.auth-showcase-copy p {
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
}

.auth-benefit-list {
    display: grid;
    gap: 0.85rem;
    margin: 2rem 0;
}

.auth-benefit-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    width: fit-content;
    max-width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    backdrop-filter: blur(12px);
}

.auth-benefit-pill i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
}

.auth-showcase-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.auth-showcase-stats div {
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.auth-showcase-stats strong {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.auth-showcase-stats span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.86rem;
}

.auth-form-panel {
    padding: 2.4rem 2.8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.auth-form-topbar {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.auth-mini-logo {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    object-fit: contain;
    padding: 0.55rem;
    background: linear-gradient(135deg, rgba(14, 116, 188, 0.16), rgba(37, 99, 235, 0.08));
}

.auth-form-intro h2 {
    font-size: 2rem;
    margin-bottom: 0.45rem;
    color: #0f172a;
}

.auth-form-intro p {
    color: #64748b;
    margin-bottom: 1.5rem;
}

.auth-tab-bar {
    display: inline-grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    width: 100%;
    padding: 0.4rem;
    border-radius: 18px;
    background: #edf2f7;
    margin-bottom: 1.5rem;
}

.auth-tab-button {
    border: none;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    background: transparent;
    color: #475569;
    font-weight: 700;
}

.auth-tab-button.is-active {
    background: #fff;
    color: #0f172a;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.auth-tab-panel {
    display: none;
}

.auth-tab-panel.is-active {
    display: block;
}

.auth-form-stack {
    display: grid;
    gap: 1.15rem;
}

.auth-field-group {
    display: grid;
    gap: 0.45rem;
}

.auth-mobile-wrap {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: stretch;
    border: 1px solid rgba(14, 116, 188, 0.2);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.auth-mobile-wrap-simple {
    grid-template-columns: auto minmax(0, 1fr);
}

.auth-mobile-prefix {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    background: #f8fafc;
    color: #0f172a;
    font-weight: 700;
    border-right: 1px solid rgba(148, 163, 184, 0.24);
}

.auth-mobile-input {
    border: none;
    border-radius: 0;
    min-height: 54px;
    box-shadow: none !important;
}

.auth-inline-button {
    border: none;
    border-radius: 0;
    min-width: 138px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff;
    font-weight: 700;
}

.auth-inline-button:hover {
    color: #fff;
}

.auth-otp-panel {
    padding: 1.2rem 1.25rem;
}

.auth-otp-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.auth-check-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #334155;
    font-size: 0.96rem;
}

.auth-check-row input {
    margin-top: 0.3rem;
    width: 18px;
    height: 18px;
}

.auth-form-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.auth-form-links a,
.auth-check-row a {
    color: #0f6ab4;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .auth-split-layout {
        grid-template-columns: 1fr;
    }

    .auth-showcase-panel,
    .auth-form-panel {
        padding: 2rem 1.4rem;
    }

    .auth-showcase-copy h1 {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .auth-showcase-stats {
        grid-template-columns: 1fr;
    }

    .auth-mobile-wrap {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .auth-inline-button {
        grid-column: 1 / -1;
        min-height: 52px;
    }

    .auth-otp-actions,
    .auth-form-links {
        flex-direction: column;
        align-items: stretch;
    }
}

.auth-otp-panel-soft {
    background: linear-gradient(180deg, rgba(14, 116, 188, 0.06), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(14, 116, 188, 0.12);
}

.auth-recaptcha-shell {
    margin-top: 1.25rem;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
}

.otp-swal-popup {
    border-radius: 28px;
    padding: 1rem 1rem 1.4rem;
}

.otp-swal-confirm,
.otp-swal-cancel {
    min-width: 160px;
    border-radius: 14px !important;
}

.otp-verify-modal {
    text-align: center;
    padding: 0.5rem 0.5rem 0;
}

.otp-verify-illustration {
    position: relative;
    width: 168px;
    height: 120px;
    margin: 0 auto 0.9rem;
}

.otp-verify-blob {
    position: absolute;
    inset: 0;
    border-radius: 38% 62% 58% 42% / 42% 44% 56% 58%;
    background: linear-gradient(180deg, rgba(14, 165, 233, 0.12), rgba(14, 116, 188, 0.05));
}

.otp-verify-device,
.otp-verify-lock {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.otp-verify-device {
    left: 34px;
    top: 24px;
    width: 78px;
    height: 78px;
    border-radius: 22px;
    color: #0f6ab4;
    font-size: 2rem;
    background: linear-gradient(180deg, #ffffff, #e0f2fe);
}

.otp-verify-lock {
    right: 28px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #fff;
    font-size: 1.35rem;
    background: linear-gradient(135deg, #f59e0b, #facc15);
}

.otp-verify-modal h3 {
    font-size: 2rem;
    margin-bottom: 0.7rem;
    color: #0f172a;
}

.otp-verify-modal p {
    margin: 0 auto 1.2rem;
    max-width: 26rem;
    color: #475569;
    font-size: 1rem;
}

.otp-slot-group {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.7rem;
    max-width: 320px;
    margin: 0 auto 1rem;
}

.otp-slot {
    width: 100%;
    height: 58px;
    border: none;
    border-bottom: 3px solid #cbd5e1;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    background: #fff;
    outline: none;
}

.otp-slot:focus {
    border-bottom-color: #0f6ab4;
}

.otp-resend-text {
    color: #0f6ab4;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

@media (max-width: 767.98px) {
    .auth-tab-bar {
        grid-template-columns: 1fr;
    }

    .otp-slot-group {
        gap: 0.45rem;
    }

    .otp-slot {
        height: 50px;
        font-size: 1.15rem;
    }
}

.onboarding-body {
    background: linear-gradient(180deg, #f7fbff 0%, #fffaf4 100%);
}

.onboarding-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.onboarding-steps-card,
.onboarding-form-card {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 70px rgba(20, 27, 45, 0.12);
}

.onboarding-steps-card {
    padding: 2rem 1.4rem;
    position: sticky;
    top: 110px;
}

.onboarding-form-card {
    padding: 2rem;
}

.onboarding-step-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
}

.onboarding-step-item span {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #64748b;
}

.onboarding-step-item strong {
    color: #0f172a;
    font-size: 1.15rem;
}

.onboarding-step-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(135deg, #0f6ab4, #0ea5e9);
}

.onboarding-step-item.is-complete .onboarding-step-icon {
    background: linear-gradient(135deg, #4b5563, #6b7280);
}

.onboarding-step-line {
    width: 2px;
    height: 68px;
    margin: 0.5rem 0 0.5rem 25px;
    background: rgba(100, 116, 139, 0.28);
}

.onboarding-note {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: #f8fafc;
}

.onboarding-note p {
    margin: 0.5rem 0 0;
    color: #64748b;
}

.onboarding-form-grid {
    display: grid;
    gap: 1.25rem;
}

.onboarding-panel {
    padding: 1.5rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.9), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(14, 116, 188, 0.12);
}

.onboarding-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.onboarding-panel-head h3 {
    margin: 0;
    color: #0f172a;
}

.onboarding-panel-head span {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(14, 116, 188, 0.1);
    color: #0f6ab4;
    font-weight: 700;
}

.dashboard-welcome-modal .modal-content {
    border-radius: 30px;
    border: 0;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24);
}

.dashboard-tour-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
}

.dashboard-tour-list div {
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: #f8fafc;
}

@media (max-width: 991.98px) {
    .onboarding-layout {
        grid-template-columns: 1fr;
    }

    .onboarding-steps-card {
        position: static;
    }
}

.auth-recaptcha-shell-visible {
    margin-top: 0;
    padding: 0.2rem 0;
}


.auth-form-captcha-footer {
    margin-top: 1.35rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}


.user-admin-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
}

.user-admin-toggle-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 106, 61, 0.10);
    color: #f14b17;
    transition: transform 0.2s ease;
}

.user-admin-card.is-open .user-admin-toggle-icon {
    transform: rotate(180deg);
}

.user-admin-body {
    padding-top: 0.5rem;
}


.dashboard-tour-badge {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 106, 61, 0.16), rgba(46, 196, 182, 0.18));
    color: #f14b17;
    font-size: 1.6rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
}

.dashboard-tour-card {
    position: relative;
    padding: 1rem 1rem 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.dashboard-tour-card::before {
    content: '';
    position: absolute;
    left: 0.65rem;
    top: 0.9rem;
    bottom: 0.9rem;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff6a3d, #2ec4b6);
}

.dashboard-tour-focus {
    position: relative;
    z-index: 3;
    border-radius: 24px;
    box-shadow: 0 0 0 4px rgba(255, 106, 61, 0.18), 0 24px 50px rgba(15, 23, 42, 0.14);
    transition: box-shadow 0.3s ease;
}


.wallet-page-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.wallet-page-menu-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    color: #111827;
    text-decoration: none;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wallet-page-menu-link:hover,
.wallet-page-menu-link:focus {
    color: #111827;
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.10);
}

.wallet-page-menu-link i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 106, 61, 0.16), rgba(46, 196, 182, 0.18));
    color: #f14b17;
    font-size: 1.15rem;
}

.wallet-page-menu-link span {
    font-weight: 700;
}

.wallet-gateway-card.is-active {
    border-color: rgba(241, 75, 23, 0.28);
    box-shadow: 0 18px 36px rgba(241, 75, 23, 0.10);
}

.pan-proof-row {
    position: relative;
}

.pan-status-card {
    border: 1px solid rgba(37, 99, 235, 0.14);
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.98), rgba(255, 255, 255, 0.98));
    overflow: hidden;
}

.pan-status-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.pan-status-launch {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    border-radius: 999px;
    padding: 0.95rem 1.35rem;
    box-shadow: 0 18px 40px rgba(249, 115, 22, 0.24);
    animation: panStatusPulse 2.4s ease-in-out infinite;
}

.pan-status-launch i {
    font-size: 1.05rem;
}

.pan-status-launch::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 1px solid rgba(249, 115, 22, 0.22);
    animation: panStatusRing 2.4s ease-out infinite;
}

.pan-status-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
}

.pan-status-preview-box {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(59, 130, 246, 0.12);
}

.pan-status-preview-box span,
.pan-status-result-grid span {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}

.pan-status-preview-box strong,
.pan-status-result-grid strong {
    display: block;
    margin-top: 0.35rem;
    color: #111827;
}

.pan-status-swal-popup {
    border-radius: 28px;
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.pan-status-swal-copy {
    margin-bottom: 0.75rem;
    color: #475569;
    font-size: 0.96rem;
}

.pan-status-swal-input {
    border-radius: 16px !important;
    border: 1px solid rgba(59, 130, 246, 0.18) !important;
    box-shadow: none !important;
}

.pan-status-swal-result {
    margin-top: 1rem;
    text-align: left;
}

.pan-status-result-card {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.pan-status-result-card.is-success {
    border-color: rgba(34, 197, 94, 0.24);
}

.pan-status-result-card.is-warning {
    border-color: rgba(245, 158, 11, 0.24);
}

.pan-status-result-card.is-danger,
.pan-status-result-card.is-missing {
    border-color: rgba(239, 68, 68, 0.2);
}

.pan-status-result-card.is-info,
.pan-status-result-card.is-secondary {
    border-color: rgba(59, 130, 246, 0.2);
}

.pan-status-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    flex-wrap: wrap;
}

.pan-status-result-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.pan-status-message {
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.92);
    color: #334155;
}

@keyframes panStatusPulse {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 18px 40px rgba(249, 115, 22, 0.24);
    }
    50% {
        transform: translateY(-2px) scale(1.01);
        box-shadow: 0 26px 48px rgba(249, 115, 22, 0.3);
    }
}

@keyframes panStatusRing {
    0% {
        opacity: 0.7;
        transform: scale(0.98);
    }
    100% {
        opacity: 0;
        transform: scale(1.08);
    }
}

@media (max-width: 767.98px) {
    .pan-status-launch {
        width: 100%;
        justify-content: center;
    }
}
.homepage-body {
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 15% 15%, rgba(113, 210, 255, 0.18), transparent 22%),
        radial-gradient(circle at 85% 20%, rgba(255, 194, 102, 0.18), transparent 18%),
        linear-gradient(180deg, #ecfbff 0%, #f9fdf7 42%, #fff8ec 100%);
}

.homepage-body .site-header {
    background: rgba(238, 250, 255, 0.68);
    border-bottom-color: rgba(12, 74, 110, 0.08);
}

.homepage-body .main-site-menu {
    background: rgba(255, 255, 255, 0.62);
    border-color: rgba(91, 139, 176, 0.18);
    box-shadow: 0 22px 45px rgba(17, 60, 91, 0.08);
}

.homepage-body .hero-section {
    padding: 1.25rem 1rem 0;
    background: transparent;
}

.hero-stage-grid {
    position: absolute;
    top: 5.5rem;
    left: 0;
    right: 0;
    z-index: 4;
    pointer-events: none;
}

.hero-stage-copy {
    width: min(460px, calc(100% - 2rem));
    margin-left: auto;
    margin-right: min(4vw, 3rem);
    padding: 1.25rem 1.35rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px rgba(18, 58, 94, 0.18);
}

.hero-stage-kicker {
    color: rgba(255, 255, 255, 0.78);
}

.hero-stage-copy h2 {
    margin: 0.8rem 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.03;
    color: #fff;
}

.hero-stage-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.hero-stage-signals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.25rem;
}

.hero-stage-signal {
    padding: 0.85rem;
    border-radius: 20px;
    background: rgba(4, 30, 53, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stage-signal strong,
.hero-stage-signal span {
    display: block;
    color: #fff;
}

.hero-stage-signal strong {
    font-size: 1.05rem;
}

.hero-stage-signal span {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
}

.homepage-body .hero-full-slider,
.homepage-body .hero-full-slider .carousel-inner,
.homepage-body .hero-full-slider .carousel-item,
.homepage-body .hero-slide {
    min-height: calc(100vh - 1.25rem);
    border-radius: 38px;
}

.homepage-body .hero-slide {
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 40px 100px rgba(19, 53, 84, 0.18);
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.2), transparent 18%),
        radial-gradient(circle at 82% 10%, rgba(150, 237, 255, 0.22), transparent 20%),
        linear-gradient(135deg, rgba(3, 76, 129, 0.82), rgba(7, 155, 171, 0.74), rgba(14, 34, 73, 0.88));
}

.homepage-body .hero-slide::before {
    background:
        radial-gradient(circle at 50% 120%, rgba(255, 227, 181, 0.24), transparent 36%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.1), transparent 46%),
        linear-gradient(320deg, rgba(255, 255, 255, 0.06), transparent 42%);
}

.homepage-body .hero-slide-2 {
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 240, 196, 0.24), transparent 18%),
        radial-gradient(circle at 86% 12%, rgba(142, 245, 224, 0.18), transparent 20%),
        linear-gradient(135deg, rgba(0, 112, 130, 0.88), rgba(14, 85, 133, 0.8), rgba(5, 36, 61, 0.94));
}

.homepage-body .hero-slide-3 {
    background:
        radial-gradient(circle at 18% 18%, rgba(175, 230, 255, 0.22), transparent 20%),
        radial-gradient(circle at 83% 15%, rgba(255, 184, 133, 0.2), transparent 18%),
        linear-gradient(135deg, rgba(14, 76, 128, 0.9), rgba(47, 113, 197, 0.72), rgba(14, 29, 58, 0.94));
}

.hero-airflow,
.hero-bubble-field {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.hero-air-line {
    position: absolute;
    display: block;
    width: 180px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
    opacity: 0.38;
    filter: blur(0.2px);
    animation: airflow 14s linear infinite;
}

.hero-air-line::after {
    content: "";
    position: absolute;
    right: 22px;
    top: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}

.hero-air-line.line-1 { top: 18%; left: -10%; animation-delay: -2s; }
.hero-air-line.line-2 { top: 28%; left: 6%; width: 220px; animation-delay: -6s; }
.hero-air-line.line-3 { top: 40%; left: -12%; width: 260px; animation-delay: -1s; }
.hero-air-line.line-4 { top: 54%; left: 12%; width: 210px; animation-delay: -8s; }
.hero-air-line.line-5 { top: 66%; left: -8%; width: 280px; animation-delay: -4s; }
.hero-air-line.line-6 { top: 78%; left: 18%; width: 240px; animation-delay: -10s; }
.hero-air-line.line-7 { top: 86%; left: -6%; width: 200px; animation-delay: -12s; }

.hero-bubble {
    position: absolute;
    bottom: -120px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.28) 35%, rgba(255, 255, 255, 0.06) 65%, transparent 78%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.24), 0 0 16px rgba(255, 255, 255, 0.14);
    animation: bubbleRise linear infinite;
    opacity: 0.8;
}

.bubble-1 { left: 6%; width: 16px; height: 16px; animation-duration: 13s; animation-delay: -3s; }
.bubble-2 { left: 14%; width: 20px; height: 20px; animation-duration: 16s; animation-delay: -8s; }
.bubble-3 { left: 22%; width: 26px; height: 26px; animation-duration: 12s; animation-delay: -6s; }
.bubble-4 { left: 31%; width: 14px; height: 14px; animation-duration: 18s; animation-delay: -5s; }
.bubble-5 { left: 40%; width: 28px; height: 28px; animation-duration: 15s; animation-delay: -9s; }
.bubble-6 { left: 48%; width: 18px; height: 18px; animation-duration: 11s; animation-delay: -4s; }
.bubble-7 { left: 55%; width: 24px; height: 24px; animation-duration: 17s; animation-delay: -13s; }
.bubble-8 { left: 62%; width: 12px; height: 12px; animation-duration: 10s; animation-delay: -2s; }
.bubble-9 { left: 69%; width: 22px; height: 22px; animation-duration: 14s; animation-delay: -7s; }
.bubble-10 { left: 76%; width: 30px; height: 30px; animation-duration: 18s; animation-delay: -15s; }
.bubble-11 { left: 83%; width: 15px; height: 15px; animation-duration: 12s; animation-delay: -1s; }
.bubble-12 { left: 89%; width: 26px; height: 26px; animation-duration: 16s; animation-delay: -11s; }
.bubble-13 { left: 94%; width: 18px; height: 18px; animation-duration: 13s; animation-delay: -5s; }
.bubble-14 { left: 52%; width: 10px; height: 10px; animation-duration: 9s; animation-delay: -14s; }

.homepage-body .hero-slide-content {
    z-index: 2;
}

.homepage-body .hero-banner {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 420px);
    gap: 2.25rem;
}

.homepage-body .hero-banner-copy h1 {
    max-width: 9ch;
    text-wrap: balance;
}

.hero-quick-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.hero-quick-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    font-size: 0.92rem;
}

.homepage-body .hero-banner-panel {
    background: rgba(5, 27, 47, 0.3);
    border-color: rgba(255, 255, 255, 0.18);
}

.hero-spotlight-stat {
    margin: 1.2rem 0 1.4rem;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-spotlight-stat span,
.hero-spotlight-stat strong {
    display: block;
}

.hero-spotlight-stat span {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.68);
}

.hero-spotlight-stat strong {
    margin-top: 0.45rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.homepage-body .hero-mini-stats {
    gap: 0.85rem;
}

.homepage-body .hero-mini-stats div {
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
}

.homepage-body .hero-slider-controls {
    width: min(1180px, calc(100% - 3rem));
    bottom: 1.5rem;
}

.homepage-body .hero-indicators button {
    width: 44px;
    height: 6px;
    border-radius: 999px;
}

.service-card-glow,
.about-panel,
.about-card,
.contact-info,
.contact-form-card,
.api-service-section .contact-form-card,
.api-service-section .contact-info {
    border: 1px solid rgba(126, 173, 197, 0.18);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 80px rgba(16, 70, 101, 0.08);
}

.service-card-glow {
    position: relative;
    overflow: hidden;
}

.service-card-glow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(124, 209, 255, 0.16), transparent 45%, rgba(255, 192, 122, 0.15));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card-glow:hover::before {
    opacity: 1;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    font-weight: 700;
    color: #0f5f86;
}

.services-section,
.about-section,
.contact-section,
.api-service-section {
    position: relative;
}

.services-section::before,
.about-section::before,
.contact-section::before,
.api-service-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 20%, rgba(124, 209, 255, 0.12), transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 198, 125, 0.1), transparent 18%);
}

.section-heading,
.contact-heading {
    position: relative;
    z-index: 1;
}

.footer-shell {
    display: grid;
    grid-template-columns: 1.2fr 1fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.4rem 0 2rem;
}

.footer-brand {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
}

.footer-copy {
    margin: 0.45rem 0 0;
    max-width: 40ch;
    color: var(--soft-ink);
}

.footer-meta {
    color: var(--soft-ink);
    text-align: right;
}

@keyframes airflow {
    0% {
        transform: translate3d(-10vw, 0, 0) rotate(-7deg);
        opacity: 0;
    }
    12% {
        opacity: 0.38;
    }
    88% {
        opacity: 0.42;
    }
    100% {
        transform: translate3d(115vw, -4vh, 0) rotate(-7deg);
        opacity: 0;
    }
}

@keyframes bubbleRise {
    0% {
        transform: translate3d(0, 0, 0) scale(0.7);
        opacity: 0;
    }
    12% {
        opacity: 0.76;
    }
    50% {
        transform: translate3d(18px, -46vh, 0) scale(1);
    }
    100% {
        transform: translate3d(-10px, -110vh, 0) scale(1.08);
        opacity: 0;
    }
}

@media (max-width: 1199.98px) {
    .hero-stage-grid {
        position: relative;
        top: auto;
        margin-bottom: 1rem;
        padding: 0 0.5rem;
    }

    .hero-stage-copy {
        width: 100%;
        margin: 0 auto;
    }

    .homepage-body .hero-full-slider,
    .homepage-body .hero-full-slider .carousel-inner,
    .homepage-body .hero-full-slider .carousel-item,
    .homepage-body .hero-slide {
        min-height: auto;
    }

    .homepage-body .hero-slide {
        padding-top: 6rem;
    }

    .footer-shell {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-meta {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .homepage-body .hero-section {
        padding-inline: 0.6rem;
    }

    .hero-stage-copy {
        padding: 1rem;
        border-radius: 24px;
    }

    .hero-stage-signals {
        grid-template-columns: 1fr;
    }

    .homepage-body .hero-slide {
        border-radius: 28px;
        padding: 6.2rem 0 7rem;
    }

    .homepage-body .hero-banner {
        grid-template-columns: 1fr;
    }

    .hero-quick-points {
        gap: 0.6rem;
    }

    .hero-quick-points span {
        width: 100%;
        justify-content: center;
    }

    .homepage-body .hero-slider-controls {
        width: calc(100% - 1.6rem);
    }
}
.auth-home-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(15, 106, 180, 0.12), rgba(46, 196, 182, 0.14));
    color: #0f5f86 !important;
    border: 1px solid rgba(15, 106, 180, 0.14);
    box-shadow: 0 14px 30px rgba(15, 106, 180, 0.08);
    text-decoration: none;
}

.auth-home-link:hover,
.auth-home-link:focus {
    color: #0b4f70 !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(15, 106, 180, 0.12);
}

.auth-home-link i {
    font-size: 0.95rem;
}
.auth-form-links .auth-home-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: fit-content;
    min-height: 48px;
    padding: 0.82rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f6ab4, #2ec4b6) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 16px 34px rgba(15, 106, 180, 0.22);
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.auth-form-links .auth-home-link:hover,
.auth-form-links .auth-home-link:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0c5a99, #27b3a7) !important;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 20px 40px rgba(15, 106, 180, 0.28);
}

.auth-form-links .auth-home-link i {
    font-size: 1rem;
}

.dashboard-shell-width {
    width: min(1440px, calc(100% - 2rem));
    margin: 0 auto;
}

.dashboard-home-body {
    background:
        radial-gradient(circle at top left, rgba(46, 196, 182, 0.16), transparent 30%),
        radial-gradient(circle at top right, rgba(255, 106, 61, 0.14), transparent 28%),
        linear-gradient(180deg, #f7f8fc 0%, #eef4f7 100%);
}

.dashboard-home-main {
    padding: 2rem 0 3rem;
}

.dashboard-home-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.dashboard-side-menu {
    position: sticky;
    top: 1.5rem;
}

.dashboard-side-card,
.dashboard-card,
.dashboard-hero-card,
.dashboard-stat-card {
    border-radius: 28px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
}

.dashboard-side-card {
    padding: 1.2rem;
}

.dashboard-profile-chip {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.dashboard-profile-avatar {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6a3d, #2ec4b6);
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
}

.dashboard-side-label {
    margin-top: 1.15rem;
    margin-bottom: 0.55rem;
    padding-inline: 0.25rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
}

.dashboard-side-links {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
}

.dashboard-side-links.services {
    margin-top: 0;
}

.dashboard-side-links.services a {
    padding: 0.78rem 0.9rem;
    font-weight: 600;
}

.dashboard-side-links a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
    color: #0f172a;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-side-links a:hover,
.dashboard-side-links a:focus {
    transform: translateX(4px);
    background: rgba(255, 106, 61, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 106, 61, 0.12);
    color: #0f172a;
}

.dashboard-side-footer {
    margin-top: 1rem;
}

.dashboard-content-stack {
    display: grid;
    gap: 1.5rem;
}

.dashboard-hero-card {
    padding: 1.7rem;
    display: grid;
    grid-template-columns: 1.4fr 0.95fr;
    gap: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(46, 196, 182, 0.16), transparent 32%),
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,250,252,0.9));
}

.dashboard-hero-copy h1 {
    margin: 0.4rem 0 0.8rem;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.1;
}

.dashboard-hero-live {
    display: grid;
    gap: 1rem;
}

.dashboard-live-clock-card,
.dashboard-live-weather-card {
    min-height: 148px;
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,250,252,0.92));
    padding: 1.2rem;
}

.dashboard-live-clock-card strong {
    display: block;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-top: 0.65rem;
    color: #0f172a;
}

.dashboard-live-clock-card span,
.dashboard-live-weather-card span {
    display: block;
    margin-top: 0.35rem;
    color: #475569;
}

.weather-visual {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.weather-visual-icon {
    width: 74px;
    height: 74px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #0f172a;
    background: rgba(255,255,255,0.84);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.weather-visual.is-sunny {
    background: linear-gradient(135deg, rgba(255, 239, 184, 0.95), rgba(255, 183, 77, 0.65));
}

.weather-visual.is-cloudy {
    background: linear-gradient(135deg, rgba(226, 232, 240, 0.95), rgba(148, 163, 184, 0.55));
}

.weather-visual.is-rainy {
    background: linear-gradient(135deg, rgba(191, 219, 254, 0.95), rgba(59, 130, 246, 0.45));
}

.weather-visual.is-stormy {
    background: linear-gradient(135deg, rgba(203, 213, 225, 0.95), rgba(100, 116, 139, 0.65));
}

.dashboard-widget-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-stat-card {
    padding: 1.2rem;
    position: relative;
    overflow: hidden;
}

.dashboard-stat-card::after {
    content: '';
    position: absolute;
    inset: auto -10% -38% 35%;
    height: 110px;
    background: radial-gradient(circle, rgba(255,255,255,0.4), transparent 65%);
}

.dashboard-stat-card strong {
    display: block;
    font-size: 1.7rem;
    margin: 0.45rem 0;
}

.accent-wallet { background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255, 237, 213, 0.92)); }
.accent-users { background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(236, 253, 245, 0.92)); }
.accent-online { background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(219, 234, 254, 0.92)); }
.accent-income { background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(243, 232, 255, 0.92)); }

.dashboard-card {
    padding: 1.35rem;
}

.dashboard-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.dashboard-card-head.compact {
    margin-bottom: 0.9rem;
}

.dashboard-card-badge {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(46, 196, 182, 0.12);
    color: #0f766e;
    font-weight: 700;
    font-size: 0.78rem;
}

.dashboard-live-user-list,
.dashboard-suggestion-list {
    display: grid;
    gap: 0.8rem;
}

.dashboard-live-user-item,
.dashboard-suggestion-card,
.dashboard-service-chip,
.dashboard-inline-note {
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.dashboard-live-user-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1rem;
}

.dashboard-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.8rem;
}

.dashboard-service-chip {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.95rem 1rem;
    text-decoration: none;
    color: #0f172a;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-service-chip:hover,
.dashboard-service-chip:focus,
.dashboard-suggestion-card:hover,
.dashboard-suggestion-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
    color: #0f172a;
}

.dashboard-service-chip i,
.dashboard-suggestion-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 106, 61, 0.16), rgba(46, 196, 182, 0.18));
    color: #f14b17;
    flex-shrink: 0;
}

.dashboard-mini-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.dashboard-mini-stats div {
    padding: 0.85rem 0.9rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.9);
}

.dashboard-mini-stats span {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
}

.dashboard-mini-stats strong {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.15rem;
    color: #0f172a;
}

.dashboard-chart-shell {
    min-height: 240px;
}

.dashboard-chart-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
    gap: 0.8rem;
    align-items: end;
    min-height: 210px;
}

.dashboard-chart-bar-wrap {
    display: grid;
    align-items: end;
    gap: 0.45rem;
    justify-items: center;
}

.dashboard-chart-bar {
    width: 100%;
    border-radius: 18px 18px 10px 10px;
    min-height: 8px;
    background: linear-gradient(180deg, #ff6a3d, #2ec4b6);
    box-shadow: 0 14px 30px rgba(46, 196, 182, 0.18);
}

.dashboard-chart-value,
.dashboard-chart-label {
    font-size: 0.76rem;
    color: #475569;
    text-align: center;
}

.dashboard-chart-empty,
.dashboard-empty-state {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.95);
    color: #64748b;
}

.dashboard-suggestion-card {
    display: flex;
    gap: 0.95rem;
    align-items: flex-start;
    padding: 1rem;
    text-decoration: none;
    color: #0f172a;
}

.dashboard-inline-note {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    padding: 0.9rem 1rem;
    color: #475569;
}

.dashboard-wallet-ref-field.is-hidden {
    display: none;
}

.dashboard-home-header .site-header-card {
    min-width: 220px;
}

.dashboard-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
    flex-wrap: wrap;
    padding: 0.25rem;
    border-radius: 24px;
}

.dashboard-home-header .btn.btn-sm,
.dashboard-home-header .partner-header-action,
.dashboard-home-header .dashboard-icon-action,
.dashboard-home-header .site-header-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.dashboard-home-header .btn.btn-sm,
.dashboard-home-header .partner-header-action {
    min-height: 48px;
    padding-inline: 1.1rem;
    border-radius: 999px;
    font-weight: 800;
    border-color: rgba(148, 163, 184, 0.18);
    background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(248,250,252,0.92));
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.dashboard-home-header .btn.btn-sm.btn-brand {
    background: linear-gradient(135deg, #ff7a45, #ff5b2e 54%, #0ea5e9);
}

.dashboard-home-header .dashboard-icon-action,
.dashboard-home-header .site-header-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(244,248,251,0.92));
}

.dashboard-home-header .btn.btn-sm:hover,
.dashboard-home-header .partner-header-action:hover,
.dashboard-home-header .dashboard-icon-action:hover,
.dashboard-home-header .site-header-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.10);
    border-color: rgba(14, 165, 233, 0.18);
}

.dashboard-notification-list {
    display: grid;
    gap: 0.75rem;
}

@media (max-width: 1199.98px) {
    .dashboard-home-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-side-menu {
        position: static;
    }

    .dashboard-widget-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .dashboard-hero-card {
        grid-template-columns: 1fr;
    }

    .dashboard-mini-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .dashboard-shell-width {
        width: min(100% - 1rem, 100%);
    }

    .dashboard-widget-grid,
    .dashboard-mini-stats {
        grid-template-columns: 1fr;
    }

    .dashboard-header-tools {
        width: 100%;
        justify-content: flex-start;
    }

    .dashboard-home-header .site-header-card {
        min-width: 0;
        width: 100%;
    }

    .dashboard-live-user-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.partner-home-shell .partner-hero-card {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 30%),
        radial-gradient(circle at bottom left, rgba(34, 197, 94, 0.12), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(240,249,255,0.92));
}

.partner-home-shell .partner-widget-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-home-shell .dashboard-wallet-pill.is-readonly {
    pointer-events: none;
}

.partner-report-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1199.98px) {
    .partner-home-shell .partner-widget-grid,
    .partner-report-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .partner-home-shell .partner-widget-grid,
    .partner-report-stats {
        grid-template-columns: 1fr;
    }
}

.admin-body {
    overflow-x: hidden;
}

.admin-mobile-bar {
    display: none;
}

.admin-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1rem 1rem;
    overflow: hidden;
}

.admin-sidebar-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.admin-sidebar-close {
    border: 0;
    background: transparent;
    color: #dce5f7;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
}

.admin-sidebar-summary {
    margin: 0 0.25rem;
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-sidebar-summary-copy {
    display: grid;
    gap: 0.2rem;
    margin-bottom: 0.9rem;
}

.admin-sidebar-summary-copy strong {
    color: #fff;
    font-size: 1rem;
}

.admin-sidebar-summary-copy span {
    color: #9fb0d1;
    font-size: 0.9rem;
}

.admin-sidebar-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.admin-sidebar-stats div {
    padding: 0.8rem 0.65rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}

.admin-sidebar-stats strong,
.admin-sidebar-stats span {
    display: block;
}

.admin-sidebar-stats strong {
    color: #fff;
    font-size: 1rem;
}

.admin-sidebar-stats span {
    margin-top: 0.2rem;
    color: #9fb0d1;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-sidebar-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0.35rem 0 0.15rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.admin-sidebar-scroll::-webkit-scrollbar {
    width: 8px;
}

.admin-sidebar-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

.admin-nav {
    min-height: 0;
    overflow: visible;
    padding-right: 0.1rem;
}

.admin-sidebar-footer {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-content {
    padding: 2rem;
    min-width: 0;
}

.admin-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-quick-card {
    display: grid;
    gap: 0.55rem;
    padding: 1.25rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 24, 39, 0.07);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.admin-quick-card i {
    width: 3rem;
    height: 3rem;
    display: inline-grid;
    place-items: center;
    border-radius: 18px;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
}

.admin-quick-card strong {
    font-size: 1.05rem;
    color: #111827;
}

.admin-quick-card span {
    color: #52607a;
    line-height: 1.5;
}

.admin-quick-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 106, 61, 0.16);
    box-shadow: 0 22px 46px rgba(255, 106, 61, 0.12);
}

.admin-sidebar-backdrop {
    display: none;
}

@media (max-width: 991.98px) {
    .admin-mobile-bar {
        position: sticky;
        top: 0;
        z-index: 1045;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.95rem 1rem;
        background: linear-gradient(135deg, rgba(10, 15, 28, 0.98), rgba(27, 39, 66, 0.96));
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(14px);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
    }

    .admin-mobile-brand {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        color: #fff;
        font-weight: 700;
    }

    .admin-mobile-brand img {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    }

    .admin-menu-toggle {
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: linear-gradient(135deg, rgba(255, 122, 69, 0.96), rgba(255, 91, 46, 0.92));
        color: #fff;
        border-radius: 999px;
        padding: 0.7rem 1rem;
        box-shadow: 0 12px 28px rgba(255, 91, 46, 0.28);
    }

    .admin-menu-toggle:hover,
    .admin-menu-toggle:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 16px 32px rgba(255, 91, 46, 0.34);
    }

    .admin-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: min(88vw, 340px);
        height: 100vh;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
        overflow: hidden;
    }

    .admin-sidebar-open .admin-sidebar {
        transform: translateX(0);
    }

    .admin-sidebar-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease;
        z-index: 1040;
    }

    .admin-sidebar-open .admin-sidebar-backdrop {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .admin-content {
        padding: 1.25rem;
    }

    .admin-quick-grid,
    .metric-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .admin-sidebar-close {
        display: none;
    }
}




.admin-sidebar-section-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    padding: 0.85rem;
}

.admin-sidebar-section-card + .admin-sidebar-section-card {
    margin-top: 1rem;
}

.admin-body {
    --admin-topbar-height: 84px;
}

.admin-fixed-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    height: var(--admin-topbar-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.25rem;
    background: linear-gradient(135deg, rgba(9, 14, 26, 0.98), rgba(23, 34, 58, 0.96));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
}

.admin-fixed-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: #fff;
}

.admin-fixed-brand img {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.admin-fixed-brand strong,
.admin-sidebar-heading strong {
    display: block;
    color: #fff;
    font-size: 1rem;
}

.admin-fixed-brand span,
.admin-sidebar-heading span {
    display: block;
    color: #9fb0d1;
    font-size: 0.85rem;
}

.admin-fixed-topbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.admin-alert-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #dce5f7;
}

.admin-alert-pill i {
    color: #ffae8f;
}

.admin-alert-pill span {
    color: #9fb0d1;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-alert-pill strong {
    color: #fff;
    font-size: 0.96rem;
}

.admin-shell {
    margin-top: var(--admin-topbar-height);
    min-height: calc(100vh - var(--admin-topbar-height));
}

.admin-sidebar {
    top: var(--admin-topbar-height);
    height: calc(100vh - var(--admin-topbar-height));
}

.admin-sidebar-header {
    align-items: center;
    padding: 0 0.3rem 0.2rem;
}

.admin-mobile-bar {
    display: none !important;
}

@media (max-width: 991.98px) {
    .admin-body {
        --admin-topbar-height: 92px;
    }

    .admin-fixed-topbar {
        padding: 0.8rem 1rem;
        align-items: flex-start;
    }

    .admin-fixed-topbar-actions {
        gap: 0.5rem;
        max-width: 52%;
        justify-content: flex-end;
    }

    .admin-alert-pill {
        padding: 0.58rem 0.72rem;
    }

    .admin-alert-pill span {
        display: none;
    }

    .admin-sidebar {
        top: var(--admin-topbar-height) !important;
        height: calc(100vh - var(--admin-topbar-height)) !important;
        overflow: hidden !important;
    }
}

@media (max-width: 767.98px) {
    .admin-fixed-topbar {
        height: auto;
        min-height: var(--admin-topbar-height);
        flex-direction: column;
        align-items: stretch;
    }

    .admin-fixed-topbar-actions {
        max-width: none;
        width: 100%;
        justify-content: space-between;
    }
}




.admin-incoming-call-popup {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1320;
    width: min(360px, calc(100vw - 24px));
    display: none;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(9,14,26,0.98), rgba(23,34,58,0.96) 55%, rgba(15,118,110,0.94));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.32);
    color: #fff;
}

.admin-incoming-call-popup.is-visible {
    display: block;
    animation: adminIncomingCallIn 0.24s ease;
}

.admin-incoming-call-popup.is-ringing {
    animation: adminIncomingCallRing 0.9s ease-in-out infinite;
}

.admin-incoming-call-popup-body {
    padding: 1rem 1rem 1.05rem;
}

.admin-incoming-call-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.admin-incoming-call-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fb923c;
    box-shadow: 0 0 0 0 rgba(251,146,60,0.55);
    animation: adminCallPulse 1.25s ease-out infinite;
}

.admin-incoming-call-popup h3 {
    margin: 0.85rem 0 0.25rem;
    font-size: 1.18rem;
}

.admin-incoming-call-popup p {
    margin: 0;
    color: rgba(255,255,255,0.8);
    line-height: 1.45;
}

.admin-incoming-call-meta {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.9rem;
}

.admin-incoming-call-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.72rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 0.8rem;
}

.admin-incoming-call-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem;
    margin-top: 1rem;
}

.admin-incoming-call-actions .btn {
    min-height: 44px;
    border-radius: 16px;
    font-weight: 800;
}

@keyframes adminIncomingCallIn {
    from { opacity: 0; transform: translateY(10px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes adminIncomingCallRing {
    0%, 100% { transform: rotate(0deg); }
    20% { transform: rotate(-0.45deg); }
    40% { transform: rotate(0.55deg); }
    60% { transform: rotate(-0.55deg); }
    80% { transform: rotate(0.35deg); }
}

@media (max-width: 767.98px) {
    .admin-incoming-call-popup {
        right: 12px;
        left: 12px;
        width: auto;
        bottom: 12px;
    }
}


.admin-incoming-call-popup #adminIncomingCallTimer {
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    color: #fff;
}

.admin-incoming-call-popup.is-active {
    background: linear-gradient(135deg, rgba(9,14,26,0.98), rgba(15,118,110,0.96) 55%, rgba(14,165,233,0.92));
}

.admin-incoming-call-popup.is-active .admin-incoming-call-kicker::before {
    background: #4ade80;
}
