:root {
    --bg: #fff7f1;
    --bg-2: #ffe8da;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: #ffffff;
    --panel: rgba(255, 255, 255, 0.86);
    --line: rgba(255, 112, 67, 0.14);
    --line-strong: rgba(255, 112, 67, 0.28);
    --text: #25160f;
    --muted: #7f5f54;
    --accent: #fc8019;
    --accent-2: #ffb15c;
    --accent-3: #ff5a36;
    --danger: #d93b2b;
    --success: #129b5b;
    --sidebar-top: #fc8019;
    --sidebar-bottom: #f56b15;
    --shadow-xl: 0 28px 70px rgba(211, 103, 20, 0.16);
    --shadow-lg: 0 18px 40px rgba(211, 103, 20, 0.12);
    --shadow-md: 0 10px 24px rgba(211, 103, 20, 0.1);
    --scroll-track: rgba(252, 128, 25, 0.08);
    --scroll-thumb: linear-gradient(180deg, rgba(252, 128, 25, 0.95), rgba(255, 177, 92, 0.75));
}
* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(252, 128, 25, 0.72) rgba(252, 128, 25, 0.08);
    color-scheme: light;
}
body {
    margin: 0;
    color: var(--text);
    font-family: "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(255, 181, 92, 0.22), transparent 28%),
        radial-gradient(circle at top right, rgba(252, 128, 25, 0.12), transparent 26%),
        linear-gradient(180deg, var(--bg) 0%, #fff0e6 48%, #fff8f3 100%);
    overflow-x: hidden;
}
body[data-theme="swiggy"] {
    --bg: #fff7f1;
    --bg-2: #ffe8da;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: #ffffff;
    --panel: rgba(255, 255, 255, 0.86);
    --line: rgba(255, 112, 67, 0.14);
    --line-strong: rgba(255, 112, 67, 0.28);
    --text: #25160f;
    --muted: #7f5f54;
    --accent: #fc8019;
    --accent-2: #ffb15c;
    --accent-3: #ff5a36;
    --danger: #d93b2b;
    --success: #129b5b;
    --sidebar-top: #fc8019;
    --sidebar-bottom: #f56b15;
    --shadow-xl: 0 28px 70px rgba(211, 103, 20, 0.16);
    --shadow-lg: 0 18px 40px rgba(211, 103, 20, 0.12);
    --shadow-md: 0 10px 24px rgba(211, 103, 20, 0.1);
    --scroll-track: rgba(252, 128, 25, 0.08);
    --scroll-thumb: linear-gradient(180deg, rgba(252, 128, 25, 0.95), rgba(255, 177, 92, 0.75));
}
body[data-theme="midnight"] {
    --bg: #09131f;
    --bg-2: #122335;
    --surface: rgba(18, 35, 53, 0.88);
    --surface-strong: #102030;
    --panel: rgba(16, 32, 48, 0.9);
    --line: rgba(126, 220, 255, 0.14);
    --line-strong: rgba(126, 220, 255, 0.28);
    --text: #eef7ff;
    --muted: #9bb6c9;
    --accent: #5fd4ff;
    --accent-2: #7effd4;
    --accent-3: #5f8dff;
    --danger: #ff7b7b;
    --success: #53d38d;
    --sidebar-top: #10263c;
    --sidebar-bottom: #09131f;
    --shadow-xl: 0 28px 70px rgba(0, 0, 0, 0.34);
    --shadow-lg: 0 18px 40px rgba(0, 0, 0, 0.26);
    --shadow-md: 0 10px 24px rgba(0, 0, 0, 0.24);
    --scroll-track: rgba(255,255,255,0.06);
    --scroll-thumb: linear-gradient(180deg, rgba(95,212,255,0.95), rgba(126,255,212,0.6));
}
body[data-theme="emerald"] {
    --bg: #f3fff9;
    --bg-2: #dff7ea;
    --surface: rgba(255,255,255,0.88);
    --surface-strong: #ffffff;
    --panel: rgba(255,255,255,0.88);
    --line: rgba(28, 181, 111, 0.12);
    --line-strong: rgba(28, 181, 111, 0.26);
    --text: #10261d;
    --muted: #5f7d70;
    --accent: #1cb56f;
    --accent-2: #6ce3a8;
    --accent-3: #41c7c7;
    --danger: #d44b49;
    --success: #0b9253;
    --sidebar-top: #13a964;
    --sidebar-bottom: #0d8a53;
    --shadow-xl: 0 28px 70px rgba(19, 169, 100, 0.15);
    --shadow-lg: 0 18px 40px rgba(19, 169, 100, 0.11);
    --shadow-md: 0 10px 24px rgba(19, 169, 100, 0.1);
    --scroll-track: rgba(28,181,111,0.08);
    --scroll-thumb: linear-gradient(180deg, rgba(28,181,111,0.9), rgba(108,227,168,0.72));
}
body[data-theme="plum"] {
    --bg: #fbf6ff;
    --bg-2: #efe4ff;
    --surface: rgba(255,255,255,0.9);
    --surface-strong: #ffffff;
    --panel: rgba(255,255,255,0.88);
    --line: rgba(154, 102, 255, 0.14);
    --line-strong: rgba(154, 102, 255, 0.28);
    --text: #241336;
    --muted: #746583;
    --accent: #9a66ff;
    --accent-2: #d29dff;
    --accent-3: #5fd4ff;
    --danger: #dc5b6a;
    --success: #2eab73;
    --sidebar-top: #8d56f5;
    --sidebar-bottom: #7a47da;
    --shadow-xl: 0 28px 70px rgba(122, 71, 218, 0.16);
    --shadow-lg: 0 18px 40px rgba(122, 71, 218, 0.12);
    --shadow-md: 0 10px 24px rgba(122, 71, 218, 0.1);
    --scroll-track: rgba(154,102,255,0.08);
    --scroll-thumb: linear-gradient(180deg, rgba(154,102,255,0.92), rgba(210,157,255,0.72));
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,0.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.22) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(255,255,255,0.18), transparent 72%);
    opacity: 0.28;
}
a { color: inherit; text-decoration: none; }
input, select, textarea, button { font: inherit; }
input, select, textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.74);
    color: var(--text);
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--line-strong);
    box-shadow: 0 0 0 4px rgba(252,128,25,0.12);
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.side-nav::-webkit-scrollbar,
.table-wrap::-webkit-scrollbar,
.response-box::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.side-nav::-webkit-scrollbar-track,
.table-wrap::-webkit-scrollbar-track,
.response-box::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
    background: var(--scroll-track);
    border-radius: 999px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.side-nav::-webkit-scrollbar-thumb,
.table-wrap::-webkit-scrollbar-thumb,
.response-box::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
    background: var(--scroll-thumb);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.login-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
}
.login-shell { width: min(100%, 520px); }
.login-card,
.panel,
.stat-card,
.admin-sidebar,
.weather-card,
.mobile-nav,
.theme-picker {
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px);
}
.login-card {
    border-radius: 32px;
    padding: 32px;
}
.login-card h1,
.topbar h2,
.brand-card h1,
.stat-card h3,
.panel h3 {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.eyebrow {
    margin: 0 0 8px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.74rem;
    font-weight: 700;
}
.muted { color: var(--muted); }
.form-grid { display: grid; gap: 14px; }
label { display: grid; gap: 8px; }
.primary-btn,
.ghost-btn,
.danger-btn,
.link-btn {
    border: 0;
    border-radius: 16px;
    padding: 12px 16px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.primary-btn:hover,
.ghost-btn:hover,
.danger-btn:hover { transform: translateY(-2px); }
.primary-btn {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    font-weight: 700;
    box-shadow: var(--shadow-md);
}
.ghost-btn {
    background: rgba(255,255,255,0.62);
    color: var(--text);
    border: 1px solid var(--line);
}
.danger-btn {
    background: rgba(217,59,43,0.12);
    color: var(--danger);
    text-align: center;
}
.link-btn {
    background: transparent;
    color: var(--accent);
    padding: 0;
}
.flash {
    padding: 14px 16px;
    border-radius: 16px;
    margin: 16px 0;
}
.flash.success { background: rgba(18,155,91,0.12); color: var(--success); }
.flash.error { background: rgba(217,59,43,0.12); color: var(--danger); }
.login-hint {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}
.admin-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
    align-items: start;
}
.admin-sidebar {
    position: sticky;
    top: 24px;
    height: calc(100vh - 48px);
    border-radius: 34px;
    padding: 22px;
    display: grid;
    gap: 18px;
    align-content: start;
    min-height: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.22), transparent 24%),
        linear-gradient(180deg, var(--sidebar-top) 0%, var(--sidebar-bottom) 100%);
    color: #fff;
    box-shadow: var(--shadow-xl);
}
.admin-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.12), transparent 18%, transparent 82%, rgba(255,255,255,0.05));
}
.brand-card {
    position: relative;
    padding: 16px 16px 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.12);
    overflow: hidden;
    color: #fff;
}
.brand-card::after {
    content: "";
    position: absolute;
    top: -34px;
    right: -28px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.26), transparent 70%);
}
.side-nav {
    display: grid;
    gap: 10px;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    padding-bottom: 4px;
    overscroll-behavior: contain;
}
.side-nav a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    line-height: 1.3;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: normal;
    word-break: normal;
    padding: 14px 16px 14px 48px;
    border-radius: 18px;
    background: rgba(255,255,255,0.12);
    border: 1px solid transparent;
    color: rgba(255,255,255,0.96);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.side-nav a::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #fff3e7, rgba(255,255,255,0.45));
    box-shadow: 0 0 0 4px rgba(255,255,255,0.12);
}
.side-nav a::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff, rgba(255,255,255,0.6));
    opacity: 0;
    transition: opacity 0.22s ease;
}
.side-nav a.active,
.side-nav a:hover {
    transform: translateX(6px);
    border-color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.22);
    box-shadow: 0 12px 28px rgba(117, 49, 0, 0.12);
}
.side-nav a.active::after,
.side-nav a:hover::after { opacity: 1; }
.side-footer {
    display: grid;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.14);
}
.admin-main {
    display: grid;
    gap: 20px;
    min-width: 0;
}
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.topbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.weather-card,
.theme-picker {
    border-radius: 20px;
    padding: 12px 16px;
    background: var(--surface);
}
.weather-card { display: grid; gap: 4px; }
.theme-picker {
    display: grid;
    gap: 6px;
    min-width: 190px;
}
.theme-picker span {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 700;
}
.theme-picker select {
    min-width: 0;
    padding: 10px 12px;
    background: rgba(255,255,255,0.9);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}
.stat-card,
.panel {
    border-radius: 26px;
    padding: 22px;
}
.stat-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,248,243,0.96));
}
.panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,250,246,0.94));
}
.panel-grid { display: grid; gap: 20px; }
.panel-grid.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.badge {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(252,128,25,0.12);
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 700;
}
.feature-list,
.quick-links { display: grid; gap: 12px; }
.quick-links a {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(252,128,25,0.06);
}
.table-wrap {
    overflow: auto;
    max-width: 100%;
    overscroll-behavior-x: contain;
    border-radius: 18px;
    background: rgba(255,255,255,0.58);
}
table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}
th, td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    text-align: left;
    vertical-align: top;
}
.action-cell {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
}
.checkbox input { width: auto; }
.inline-form {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.group-block + .group-block { margin-top: 18px; }
.group-grid,
.check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.card-check {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(252,128,25,0.06);
    align-items: flex-start;
}
.card-check small {
    display: block;
    color: var(--muted);
    margin-top: 4px;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.06);
    margin: 22px 0;
}
.response-box {
    min-height: 220px;
    padding: 14px;
    border-radius: 16px;
    background: #2a170f;
    overflow: auto;
    color: #ffe7d2;
    max-width: 100%;
}
.audio-console {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(252,128,25,0.06);
}
.meter {
    margin-top: 14px;
    width: 100%;
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(252,128,25,0.12);
}
.meter span {
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    transition: width 0.1s linear;
}
.mobile-nav { display: none; }
@media (max-width: 1400px) {
    .stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1200px) {
    .admin-shell,
    .panel-grid.two-col,
    .group-grid,
    .check-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-sidebar {
        position: relative;
        height: auto;
    }
}
@media (max-width: 900px) {
    .admin-shell {
        padding: 18px 18px 102px;
        gap: 18px;
    }
    .panel,
    .stat-card { padding: 18px; }
    .topbar {
        align-items: flex-start;
        flex-direction: column;
    }
    .topbar-right {
        width: 100%;
        justify-content: stretch;
    }
    .weather-card,
    .theme-picker { width: 100%; }
}
@media (max-width: 768px) {
    .admin-shell {
        padding: 14px 14px calc(94px + env(safe-area-inset-bottom));
    }
    .admin-sidebar { display: none; }
    .stats-grid,
    .group-grid,
    .check-grid { grid-template-columns: 1fr; }
    .panel,
    .stat-card,
    .weather-card,
    .theme-picker {
        border-radius: 22px;
        padding: 16px;
    }
    .table-wrap { border-radius: 16px; }
    table { min-width: 640px; }
    .mobile-nav {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
        border-radius: 24px;
        z-index: 30;
        background: rgba(255,255,255,0.88);
        border: 1px solid rgba(252,128,25,0.12);
        backdrop-filter: blur(18px);
        box-shadow: var(--shadow-lg);
    }
    .mobile-nav a {
        padding: 11px 6px;
        border-radius: 16px;
        text-align: center;
        background: rgba(252,128,25,0.08);
        font-size: 0.76rem;
        line-height: 1.2;
        color: var(--text);
        font-weight: 700;
    }
}
@media (max-width: 520px) {
    .login-body { padding: 14px; }
    .login-card,
    .panel,
    .stat-card { padding: 15px; }
    .admin-shell {
        padding: 12px 12px calc(98px + env(safe-area-inset-bottom));
    }
    .mobile-nav {
        left: 8px;
        right: 8px;
        bottom: 8px;
        gap: 6px;
        padding: 8px;
    }
    .mobile-nav a {
        padding: 10px 4px;
        font-size: 0.7rem;
    }
    th, td { padding: 10px 8px; }
}
.dashboard-hero {
    display: grid;
    grid-template-columns: 1.5fr minmax(280px, 0.9fr);
    gap: 20px;
    margin-bottom: 22px;
}
.dashboard-hero-copy,
.hero-income-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 30px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
}
.dashboard-hero-copy {
    background:
        radial-gradient(circle at top right, rgba(255, 177, 92, 0.3), transparent 32%),
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,245,237,0.92));
}
.hero-income-card {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 40%),
        linear-gradient(160deg, var(--accent), var(--accent-3));
    color: #fff;
}
.dashboard-hero h3,
.hero-income-card h2 {
    margin: 0;
    line-height: 1.1;
}
.hero-income-card h2 {
    font-size: clamp(2rem, 3.2vw, 3rem);
    margin-top: 14px;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}
.hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}
.hero-mini-grid div {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(8px);
}
.hero-mini-grid span,
.hero-mini-grid strong {
    display: block;
}
.hero-mini-grid span {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.8;
}
.hero-mini-grid strong {
    margin-top: 6px;
    font-size: 1.1rem;
}
.trend {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    background: rgba(255,255,255,0.16);
}
.trend.up::before,
.trend.down::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}
.stat-card {
    padding: 22px;
    border-radius: 26px;
}
.stat-delta {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.86rem;
    color: var(--muted);
}
.stat-success { box-shadow: inset 0 0 0 1px rgba(18, 155, 91, 0.12), var(--shadow-lg); }
.stat-accent { box-shadow: inset 0 0 0 1px rgba(252, 128, 25, 0.16), var(--shadow-lg); }
.stat-warning { box-shadow: inset 0 0 0 1px rgba(255, 177, 92, 0.24), var(--shadow-lg); }
.stat-info { box-shadow: inset 0 0 0 1px rgba(95, 212, 255, 0.22), var(--shadow-lg); }
.dashboard-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 0.9fr;
    gap: 18px;
    align-items: start;
}
.graph-panel,
.pending-panel,
.quick-panel {
    min-height: 100%;
}
.graph-bars {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: end;
    gap: 12px;
    min-height: 260px;
    padding-top: 18px;
}
.graph-bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    min-height: 240px;
}
.graph-bar-fill {
    width: 100%;
    min-height: 12px;
    border-radius: 18px 18px 10px 10px;
    background: linear-gradient(180deg, var(--accent-2), var(--accent), var(--accent-3));
    box-shadow: 0 14px 28px rgba(252, 128, 25, 0.18);
    transform-origin: bottom center;
    transform: scaleY(0.08);
    opacity: 0.2;
    transition: transform 0.8s cubic-bezier(.2,.8,.2,1), opacity 0.45s ease;
}
.graph-bar.ready .graph-bar-fill {
    transform: scaleY(1);
    opacity: 1;
}
.graph-bar-value {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--muted);
}
.graph-bar-label {
    font-size: 0.72rem;
    color: var(--muted);
}
.pending-list {
    display: grid;
    gap: 12px;
}
.pending-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.66);
    border: 1px solid var(--line);
}
.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}
.status-live {
    background: rgba(18, 155, 91, 0.12);
    color: var(--success);
}
.status-pending {
    background: rgba(252, 128, 25, 0.12);
    color: var(--accent);
}
.premium-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.support-bubbles {
    position: fixed;
    right: 24px;
    bottom: 30px;
    display: grid;
    gap: 14px;
    z-index: 40;
}
.support-bubble {
    display: grid;
    gap: 2px;
    min-width: 148px;
    padding: 14px 18px;
    border: 0;
    border-radius: 22px;
    color: #fff;
    box-shadow: var(--shadow-lg);
    animation: bubbleJump 1.8s ease-in-out infinite;
}
.support-bubble span,
.support-bubble small {
    pointer-events: none;
}
.support-bubble small {
    opacity: 0.78;
}
.bubble-chat {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
}
.bubble-call {
    background: linear-gradient(135deg, #2ab6ff, #6178ff);
    animation-delay: 0.3s;
}
@keyframes bubbleJump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}
@media (max-width: 1400px) {
    .dashboard-grid {
        grid-template-columns: 1fr 1fr;
    }
    .quick-panel {
        grid-column: span 2;
    }
}
@media (max-width: 1200px) {
    .dashboard-hero,
    .dashboard-grid {
        grid-template-columns: 1fr;
    }
    .quick-panel {
        grid-column: auto;
    }
}
@media (max-width: 900px) {
    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .support-bubbles {
        right: 18px;
        bottom: 104px;
    }
}
@media (max-width: 768px) {
    .dashboard-hero-copy,
    .hero-income-card,
    .stat-card {
        padding: 18px;
        border-radius: 22px;
    }
    .premium-links {
        grid-template-columns: 1fr;
    }
    .graph-bars {
        gap: 8px;
        min-height: 210px;
    }
    .graph-bar {
        min-height: 190px;
    }
    .support-bubbles {
        right: 12px;
        left: 12px;
        bottom: 102px;
    }
    .support-bubble {
        min-width: 0;
    }
}
@media (max-width: 520px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .pending-item {
        flex-direction: column;
        align-items: flex-start;
    }
}
.portal-body {
    background:
        radial-gradient(circle at top left, rgba(95, 212, 255, 0.14), transparent 26%),
        radial-gradient(circle at top right, rgba(252, 128, 25, 0.16), transparent 30%),
        linear-gradient(180deg, #fff8f2 0%, #fff3e8 100%);
}
.portal-card {
    border-radius: 34px;
}
.portal-dashboard-body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(255, 177, 92, 0.2), transparent 28%),
        radial-gradient(circle at top right, rgba(95, 212, 255, 0.14), transparent 26%),
        linear-gradient(180deg, #fffaf5 0%, #fff2e7 52%, #fff9f4 100%);
}
.portal-shell {
    width: min(1200px, calc(100% - 28px));
    margin: 0 auto;
    padding: 28px 0 40px;
}
.portal-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 24px 26px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
}
.portal-header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.portal-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.portal-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 20px;
}
.portal-panels {
    margin-bottom: 20px;
}
.portal-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.portal-profile-grid div,
.service-meta-row span {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(252,128,25,0.08);
}
.portal-profile-grid span {
    display: block;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}
.portal-profile-grid strong {
    display: block;
    margin-top: 6px;
}
.portal-category-block + .portal-category-block {
    margin-top: 22px;
}
.portal-category-block h4 {
    margin: 0 0 12px;
}
.portal-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.portal-service-card {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.8);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
}
.portal-service-card h5 {
    margin: 0 0 10px;
    font-size: 1.1rem;
}
.service-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    font-size: 0.8rem;
    color: var(--muted);
}
@media (max-width: 1200px) {
    .portal-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .portal-header,
    .portal-profile-grid {
        grid-template-columns: 1fr;
    }
    .portal-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .portal-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .portal-shell {
        width: min(100%, calc(100% - 20px));
        padding-top: 16px;
    }
    .portal-service-grid,
    .portal-profile-grid,
    .portal-stats {
        grid-template-columns: 1fr;
    }
}
.otp-stack {
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(252,128,25,0.06);
    border: 1px dashed var(--line-strong);
}
.otp-note {
    margin: 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.66);
}
.kyc-popup-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(252,128,25,0.16), rgba(255,177,92,0.18));
    border: 1px solid var(--line-strong);
    box-shadow: var(--shadow-md);
}
@media (max-width: 768px) {
    .kyc-popup-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}
.partner-shell {
    width: min(1320px, calc(100% - 28px));
}
.partner-hero {
    background:
        radial-gradient(circle at top right, rgba(255,177,92,0.28), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,244,234,0.92));
}
.partner-chips {
    margin-top: 18px;
}
.partner-stats .stat-card {
    position: relative;
    overflow: hidden;
}
.partner-stats .stat-card::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: -36px;
    top: -36px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,177,92,0.28), transparent 70%);
}
.partner-dashboard-grid,
.partner-network-grid,
.partner-ops-grid {
    margin-bottom: 20px;
}

.network-list {
    display: grid;
    gap: 12px;
}
.network-card {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.74);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
}
@media (max-width: 768px) {
    .partner-shell {
        width: min(100%, calc(100% - 16px));
        display: block;
    }
}
.live-alert-stack {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 1200;
    display: grid;
    gap: 12px;
    width: min(380px, calc(100vw - 24px));
    pointer-events: none;
}
.live-alert {
    position: relative;
    pointer-events: auto;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(252,128,25,0.16);
    box-shadow: 0 22px 42px rgba(17, 24, 39, 0.16);
    transform: translateY(-12px) scale(0.96);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
    overflow: hidden;
}
.live-alert::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(252,128,25,0.08), transparent 56%);
    pointer-events: none;
}
.live-alert.ready {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.live-alert.closing {
    transform: translateX(36px) scale(0.96);
    opacity: 0;
}
.live-alert-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fc8019, #ffb15c);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.4), 0 12px 24px rgba(252,128,25,0.2);
    position: relative;
}
.live-alert-icon::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
}
.live-alert-content {
    position: relative;
    z-index: 1;
}
.live-alert-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.live-alert-topline strong {
    font-size: 1rem;
    color: #26190e;
}
.live-alert p {
    margin: 8px 0 10px;
    line-height: 1.5;
    color: #5b4a3d;
}
.live-alert-meta {
    font-size: 0.78rem;
    color: #8f6f57;
    letter-spacing: 0.03em;
}
.live-alert-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 12px;
    background: rgba(17,24,39,0.06);
    color: #6b7280;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
}
.live-alert-info {
    border-color: rgba(53, 132, 255, 0.16);
}
.live-alert-info .live-alert-icon {
    background: linear-gradient(135deg, #4ea7ff, #83d2ff);
}
.live-alert-warning {
    border-color: rgba(252,128,25,0.24);
}
.live-alert-warning .live-alert-icon {
    background: linear-gradient(135deg, #fc8019, #ffb15c);
}
.live-alert-danger {
    border-color: rgba(225, 76, 76, 0.28);
    box-shadow: 0 24px 44px rgba(169, 34, 34, 0.18);
}
.live-alert-danger .live-alert-icon {
    background: linear-gradient(135deg, #ef4444, #f97316);
    animation: alertPulse 1.2s ease-in-out infinite;
}
.live-alert-success {
    border-color: rgba(32, 176, 93, 0.24);
}
.live-alert-success .live-alert-icon {
    background: linear-gradient(135deg, #10b981, #6ee7b7);
}
@keyframes alertPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}
@media (max-width: 768px) {
    .live-alert-stack {
        top: 14px;
        right: 10px;
        left: 10px;
        width: auto;
    }
    .live-alert {
        grid-template-columns: 42px 1fr;
        border-radius: 20px;
        padding: 14px;
    }
    .live-alert-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }
}
body.tour-open {
    overflow: hidden;
}
.dashboard-tour.hidden {
    display: none;
}
.dashboard-tour {
    position: absolute;
    inset: 0;
    z-index: 1400;
}
.dashboard-tour-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.52);
    backdrop-filter: blur(6px);
}
.dashboard-tour-card {
    position: absolute;
    width: min(360px, calc(100vw - 24px));
    padding: 20px 20px 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.97);
    border: 1px solid rgba(252,128,25,0.18);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.24);
}
.dashboard-tour-card h3 {
    margin: 8px 0 8px;
    font-size: 1.28rem;
}
.dashboard-tour-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}
.tour-step {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fc8019;
    font-weight: 700;
}
.tour-progress {
    margin: 16px 0 18px;
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.16);
    overflow: hidden;
}
.tour-progress span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #fc8019, #ffb15c);
    transition: width 0.24s ease;
}
.tour-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.tour-main-actions {
    display: flex;
    gap: 10px;
}
.tour-highlight {
    position: relative;
    z-index: 1401 !important;
    box-shadow: 0 0 0 4px rgba(252,128,25,0.38), 0 0 0 10px rgba(255,255,255,0.22) !important;
    border-radius: 26px;
    transition: box-shadow 0.22s ease;
}
#tourTrigger {
    white-space: nowrap;
}
@media (max-width: 768px) {
    .dashboard-tour-card {
        width: calc(100vw - 20px);
        padding: 18px;
    }
    .tour-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .tour-main-actions {
        width: 100%;
    }
    .tour-main-actions button,
    .tour-actions > button {
        flex: 1;
    }
}
.flash-hidden {
    display: none !important;
}
body.sweet-alert-open {
    overflow: hidden;
}
.sweet-alert-modal.hidden {
    display: none;
}
.sweet-alert-modal {
    position: fixed;
    inset: 0;
    z-index: 1500;
}
.sweet-alert-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(7px);
}
.sweet-alert-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(430px, calc(100vw - 24px));
    padding: 28px 24px 22px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,247,239,0.98));
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.28);
    text-align: center;
    border: 1px solid rgba(252,128,25,0.16);
}
.sweet-alert-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 16px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fc8019, #ffb15c);
    position: relative;
    box-shadow: 0 18px 34px rgba(252,128,25,0.26);
}
.sweet-alert-icon::before {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
}
.sweet-alert-copy h3 {
    margin: 0 0 8px;
    font-size: 1.45rem;
}
.sweet-alert-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}
.sweet-alert-actions {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}
.sweet-alert-success .sweet-alert-icon {
    background: linear-gradient(135deg, #10b981, #6ee7b7);
    box-shadow: 0 18px 34px rgba(16,185,129,0.24);
}
.sweet-alert-success .sweet-alert-icon::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 30px;
    border-right: 5px solid #10b981;
    border-bottom: 5px solid #10b981;
    transform: rotate(45deg);
    left: 28px;
    top: 18px;
}
.sweet-alert-error .sweet-alert-icon {
    background: linear-gradient(135deg, #ef4444, #fb7185);
    box-shadow: 0 18px 34px rgba(239,68,68,0.24);
}
.sweet-alert-error .sweet-alert-icon::after,
.sweet-alert-error .sweet-alert-icon::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 20px;
    width: 6px;
    height: 34px;
    border-radius: 999px;
    background: #fff;
}
.sweet-alert-error .sweet-alert-icon::before {
    transform: rotate(45deg);
}
.sweet-alert-error .sweet-alert-icon::after {
    transform: rotate(-45deg);
}
.sweet-alert-warning .sweet-alert-icon {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.sweet-alert-warning .sweet-alert-icon::after {
    content: '!';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
}
.sweet-alert-info .sweet-alert-icon {
    background: linear-gradient(135deg, #38bdf8, #60a5fa);
}
.sweet-alert-info .sweet-alert-icon::after {
    content: 'i';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
}
@media (max-width: 768px) {
    .sweet-alert-card {
        width: calc(100vw - 18px);
        padding: 22px 18px 18px;
        border-radius: 26px;
    }
}
.register-card-premium {
    position: relative;
    overflow: hidden;
}
.register-card-premium::after {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252,128,25,0.18), transparent 70%);
    pointer-events: none;
}
.otp-card {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,246,236,0.92));
    border: 1px solid rgba(252,128,25,0.16);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}
.otp-card[data-state="sending"],
.otp-card[data-state="verifying"] {
    border-color: rgba(56, 189, 248, 0.24);
    box-shadow: 0 18px 34px rgba(56, 189, 248, 0.12);
}
.otp-card[data-state="verified"] {
    border-color: rgba(16, 185, 129, 0.24);
    box-shadow: 0 18px 34px rgba(16, 185, 129, 0.14);
}
.otp-card[data-state="error"] {
    border-color: rgba(239, 68, 68, 0.24);
    box-shadow: 0 18px 34px rgba(239, 68, 68, 0.12);
}
.otp-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.otp-card-head h3 {
    margin: 0;
    font-size: 1.12rem;
}
.otp-step-badge {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(252,128,25,0.12);
    color: #fc8019;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.otp-preview-shell {
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(252,128,25,0.1), rgba(255,177,92,0.12));
    border: 1px dashed rgba(252,128,25,0.22);
    text-align: center;
}
.otp-preview-label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}
.otp-preview-shell strong {
    display: block;
    margin-top: 8px;
    font-size: 2rem;
    letter-spacing: 0.36em;
    color: #24170c;
}
.otp-preview-shell small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
}
.otp-action-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.otp-action-row-single {
    grid-template-columns: 1fr;
}
.firebase-recaptcha-shell {
    min-height: 1px;
}
.otp-input-wrap {
    display: grid;
    gap: 8px;
}
.otp-input-wrap input {
    text-align: center;
    letter-spacing: 0.38em;
    font-size: 1.3rem;
    font-weight: 700;
}
.otp-note-rich {
    transition: all 0.2s ease;
}
.otp-note-rich[data-tone="success"] {
    background: rgba(16,185,129,0.12);
    color: #0f8b5f;
}
.otp-note-rich[data-tone="error"] {
    background: rgba(239,68,68,0.12);
    color: #c24141;
}
.otp-note-rich[data-tone="info"] {
    background: rgba(56,189,248,0.12);
    color: #136b96;
}
@media (max-width: 768px) {
    .otp-action-row {
        grid-template-columns: 1fr;
    }
    .otp-preview-shell strong {
        font-size: 1.5rem;
        letter-spacing: 0.22em;
    }
}




.welcome-state-panel {
    position: relative;
    overflow: hidden;
}
.welcome-state-panel::after {
    content: '';
    position: absolute;
    inset: auto -36px -42px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252,128,25,0.18), transparent 70%);
}
.welcome-state-text {
    margin: 0 0 10px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.6;
    color: var(--text);
}
.welcome-beacon {
    position: fixed;
    right: 22px;
    bottom: 26px;
    width: 74px;
    height: 74px;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffd27b, #fc8019 58%, #ff5a36 100%);
    box-shadow: 0 18px 36px rgba(252,128,25,0.28);
    cursor: pointer;
    z-index: 55;
    display: grid;
    place-items: center;
}
.welcome-beacon-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    animation: welcomeBlink 0.9s ease-in-out infinite alternate;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.75);
}
.welcome-beacon-ring {
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    animation: welcomePulse 1.8s ease-out infinite;
}
@keyframes welcomeBlink {
    0% { opacity: 0.28; transform: scale(0.82); }
    100% { opacity: 1; transform: scale(1.15); }
}
@keyframes welcomePulse {
    0% { transform: scale(0.84); opacity: 0.85; }
    100% { transform: scale(1.18); opacity: 0; }
}
@media (max-width: 768px) {
    .welcome-beacon {
        right: 14px;
        bottom: 94px;
        width: 66px;
        height: 66px;
    }
}

.welcome-beacon-label {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(32, 19, 13, 0.88);
    color: #fff7f0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.welcome-beacon {
    animation: welcomeBeaconGlow 1.4s ease-in-out infinite alternate;
}
.welcome-popup-shell {
    display: grid;
    gap: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 10px 6px 4px;
}
.welcome-popup-badge {
    justify-self: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(252,128,25,0.12);
    color: #fc8019;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.welcome-popup-orb {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffe6a7 0%, #fc8019 58%, #ff5a36 100%);
    box-shadow: 0 0 0 12px rgba(252,128,25,0.09), 0 18px 36px rgba(252,128,25,0.22);
    animation: welcomeBlink 0.9s ease-in-out infinite alternate;
}
.welcome-popup-animate {
    animation: welcomePopupRise 0.45s ease;
}
@keyframes welcomeBeaconGlow {
    0% { box-shadow: 0 18px 36px rgba(252,128,25,0.28), 0 0 0 0 rgba(255,132,40,0.12); }
    100% { box-shadow: 0 18px 36px rgba(252,128,25,0.42), 0 0 0 10px rgba(255,132,40,0.02); }
}
@keyframes welcomePopupRise {
    0% { opacity: 0; transform: translateY(16px) scale(0.96); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.dashboard-voice-overlay {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(6px);
    transition: opacity 0.65s ease, visibility 0.65s ease;
}
.dashboard-voice-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.dashboard-voice-overlay__content {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    padding: 34px 28px;
    border-radius: 28px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,252,247,0.12), rgba(255,240,224,0.08));
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26);
}
.dashboard-voice-overlay__orb {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,228,155,0.95) 0%, rgba(252,128,25,0.92) 58%, rgba(255,90,54,0.88) 100%);
    box-shadow: 0 0 0 24px rgba(252,128,25,0.10), 0 0 70px rgba(252,128,25,0.28);
    animation: dashboardVoicePulse 1.1s ease-in-out infinite alternate;
}
.dashboard-voice-overlay__eyebrow {
    margin: 0 0 10px;
    color: #ffe4bd;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.dashboard-voice-overlay__content h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
}
.dashboard-voice-overlay__line {
    margin: 14px 0 0;
    color: #fff5ea;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.8;
}
.dashboard-voice-overlay__hint {
    margin: 12px 0 0;
    color: rgba(255, 240, 225, 0.86);
    font-size: 0.95rem;
}
@keyframes dashboardVoicePulse {
    0% { transform: scale(0.92); opacity: 0.88; }
    100% { transform: scale(1.08); opacity: 1; }
}
@media (max-width: 768px) {
    .dashboard-voice-overlay__content {
        padding: 28px 18px;
    }
    .dashboard-voice-overlay__orb {
        width: 130px;
        height: 130px;
    }
}

.notification-control {
    position: fixed;
    right: 22px;
    bottom: 118px;
    z-index: 1190;
    display: grid;
    justify-items: end;
    gap: 10px;
}
.notification-control-toggle {
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.24);
    cursor: pointer;
}
.notification-control-card {
    width: min(92vw, 280px);
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 252, 248, 0.98);
    border: 1px solid rgba(252,128,25,0.16);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.16);
}
.notification-control-card.hidden {
    display: none;
}
.notification-control-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.notification-control-head span {
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(252,128,25,0.12);
    color: #fc8019;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.notification-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}
.notification-switch input {
    width: 18px;
    height: 18px;
}
.notification-control-note {
    margin: 8px 0 0;
    color: #7c6653;
    font-size: 0.82rem;
    line-height: 1.6;
}
.notification-control-muted .notification-control-toggle {
    background: linear-gradient(135deg, #6b7280, #9ca3af);
}
.live-alert-transaction {
    border-color: rgba(124, 58, 237, 0.18);
    box-shadow: 0 22px 40px rgba(91, 33, 182, 0.14);
}
.live-alert-transaction .live-alert-icon {
    background: linear-gradient(135deg, #7c3aed, #22c55e);
    animation: alertPulse 1.1s ease-in-out infinite;
}
@media (max-width: 768px) {
    .notification-control {
        right: 12px;
        bottom: 172px;
    }
    .notification-control-toggle {
        width: 58px;
        height: 58px;
    }
}

.portal-weather-card {
    min-width: 220px;
}
.portal-weather-card span:first-child {
    font-weight: 700;
    color: var(--text);
}
.portal-weather-card span:last-child {
    color: var(--muted);
    font-size: 0.92rem;
}
@media (max-width: 768px) {
    .portal-weather-card {
        width: 100%;
    }
}

.portal-appbar {
    position: sticky;
    top: 10px;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 24px;
    background: rgba(255, 252, 248, 0.88);
    border: 1px solid rgba(252,128,25,0.14);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(8px);
}
.portal-appbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.portal-wallet-topbar {
    display: grid;
    gap: 2px;
    min-width: 170px;
    padding: 10px 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(252,128,25,0.12), rgba(255,177,92,0.22));
    border: 1px solid rgba(252,128,25,0.14);
}
.portal-wallet-topbar span {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}
.portal-wallet-topbar strong {
    font-size: 1rem;
    color: var(--text);
}
.portal-appbar-btn {
    border: 0;
    border-radius: 18px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(252,128,25,0.12), rgba(255,177,92,0.18));
    color: var(--text);
    cursor: pointer;
}
.portal-appbar-link {
    text-decoration: none;
}
.portal-appbar-icon,
.portal-footer-icon,
.portal-drawer-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, #fc8019, #ffb15c);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(252,128,25,0.22);
}
.portal-appbar-title {
    display: grid;
    gap: 2px;
}
.portal-appbar-title small {
    color: var(--muted);
}
.portal-side-overlay {
    position: fixed;
    inset: 0;
    z-index: 98;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(4px);
}
.portal-side-overlay.is-visible {
    display: block;
}
.portal-side-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: min(360px, calc(100vw - 32px));
    z-index: 99;
    padding: 20px;
    background: linear-gradient(180deg, #fffdf9, #fff4ea);
    box-shadow: 0 26px 54px rgba(15, 23, 42, 0.2);
    overflow-y: auto;
    transition: transform 0.35s ease;
}
.portal-side-drawer-left {
    left: 0;
    transform: translateX(-105%);
}
.portal-side-drawer-right {
    right: 0;
    transform: translateX(105%);
}
.portal-side-drawer.is-open {
    transform: translateX(0);
}
.portal-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.portal-drawer-links,
.portal-drawer-section {
    display: grid;
    gap: 12px;
}
.portal-drawer-link {
    border: 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    border-radius: 18px;
    padding: 12px 14px;
    background: rgba(252,128,25,0.08);
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.portal-alert-mini-list {
    display: grid;
    gap: 10px;
}
.portal-alert-mini-card {
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(252,128,25,0.12);
}
.portal-alert-mini-card p,
.portal-alert-mini-card small {
    margin: 6px 0 0;
    color: var(--muted);
}
.compact-form {
    margin-top: 12px;
}
.portal-footer-nav {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    z-index: 1;
    width: min(980px, 100%);
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
.portal-footer-nav--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
    gap: 10px;
    padding: 12px;
    border-radius: 26px;
    background: rgba(17, 24, 39, 0.9);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(8px);
}
.portal-footer-link {
    text-decoration: none;
    color: #fff6ef;
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 10px 6px;
    border-radius: 18px;
    transition: transform 0.2s ease, background 0.2s ease;
}
.portal-footer-link:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.08);
}
.portal-footer-link.is-active {
    background: rgba(252,128,25,0.22);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.portal-footer-link .portal-footer-icon {
    animation: footerIconFloat 1.8s ease-in-out infinite alternate;
}
@keyframes footerIconFloat {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@media (max-width: 768px) {
    .portal-appbar {
        flex-wrap: wrap;
        top: 6px;
    }
    .portal-wallet-topbar {
        display: none;
    }
    .portal-appbar-title {
        order: -1;
        width: 100%;
    }
    .portal-appbar-actions,
    .portal-appbar-btn {
        width: auto;
    }
    .portal-footer-nav {
        position: fixed;
        left: 50%;
        bottom: 8px;
        transform: translateX(-50%);
        z-index: 92;
        width: calc(100% - 14px);
        margin: 0;
        gap: 6px;
        padding: 10px 8px;
    }
    .portal-footer-link {
        font-size: 0.74rem;
    }
    .portal-side-drawer {
        width: min(100vw, calc(100vw - 10px));
        padding: 16px;
    }
}

.brand-logo {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(252,128,25,0.18);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    background: #fff;
}

.brand-stack {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.app-footer-copy {
    margin-top: 18px;
    text-align: center;
    color: var(--muted);
    font-size: 0.85rem;
}

.chat-admin-grid {
    align-items: start;
}
.chat-thread-list,
.chat-message-list {
    display: grid;
    gap: 12px;
    max-height: 70vh;
    overflow-y: auto;
}
.chat-thread-item {
    width: 100%;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.8);
    border-radius: 18px;
    padding: 12px 14px;
    text-align: left;
    display: grid;
    gap: 4px;
    cursor: pointer;
    position: relative;
}
.chat-thread-item.is-active {
    border-color: rgba(252,128,25,0.5);
    background: rgba(252,128,25,0.1);
}
.chat-thread-item strong,
.chat-message strong {
    font-size: 0.95rem;
}
.chat-thread-item span,
.chat-thread-item small,
.chat-message small {
    color: var(--muted);
}
.chat-thread-item em {
    position: absolute;
    top: 12px;
    right: 12px;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: #fc8019;
    color: #fff;
    font-style: normal;
    font-size: 0.75rem;
}
.chat-panel-shell {
    display: grid;
    gap: 14px;
}
.chat-message-list {
    padding: 10px;
    border-radius: 20px;
    background: rgba(252,128,25,0.06);
}
.chat-message {
    max-width: 86%;
    padding: 12px 14px;
    border-radius: 18px;
    display: grid;
    gap: 6px;
    box-shadow: var(--shadow-sm);
}
.chat-message p {
    margin: 0;
}
.chat-message-admin {
    margin-right: auto;
    background: #ffffff;
    border: 1px solid var(--line);
}
.chat-message-user {
    margin-left: auto;
    background: linear-gradient(135deg, rgba(252,128,25,0.16), rgba(255,177,92,0.26));
    border: 1px solid rgba(252,128,25,0.18);
}
.chat-compose {
    display: grid;
    gap: 10px;
}
.chat-compose textarea {
    width: 100%;
    min-height: 90px;
    border-radius: 18px;
    border: 1px solid var(--line);
    padding: 12px 14px;
    resize: vertical;
    font: inherit;
}

.chat-presence {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: var(--muted);
}
.chat-presence::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #94a3b8;
}
.chat-presence.is-online::before {
    background: #16a34a;
}
.chat-attachment {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c55a11;
    text-decoration: none;
    font-weight: 600;
}
.chat-attachment:hover {
    text-decoration: underline;
}
.chat-panel-head {
    align-items: center;
}
.chat-compose-tools,
.chat-compose-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.chat-compose input[type="file"] {
    max-width: 100%;
}
.chat-attachment-media {
    display: inline-block;
    max-width: 220px;
}
.chat-attachment-preview {
    display: block;
    width: 100%;
    max-width: 220px;
    max-height: 180px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(252,128,25,0.18);
    box-shadow: var(--shadow-sm);
}
.call-widget {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(252,128,25,0.12), rgba(255,177,92,0.18));
    border: 1px solid rgba(252,128,25,0.2);
}
.call-widget h4 {
    margin: 0;
    font-size: 1.05rem;
}
.call-widget-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.call-thread-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: rgba(252,128,25,0.14);
    color: var(--accent-3);
}
.call-thread-badge.is-active {
    background: rgba(18,155,91,0.16);
    color: var(--success);
}
.call-thread-badge.is-requested {
    background: rgba(252,128,25,0.16);
    color: var(--accent);
}
#adminRemoteAudio,
#userRemoteAudio {
    width: 100%;
    max-width: 320px;
}
.transaction-query-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(252,128,25,0.18);
    background: rgba(255,255,255,0.7);
}
.transaction-query-card h4 {
    margin: 0;
    font-size: 1.02rem;
}
.transaction-query-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}
.transaction-query-grid label {
    display: grid;
    gap: 8px;
}
.transaction-query-grid span {
    font-size: 0.82rem;
    color: var(--muted);
    font-weight: 600;
}
.transaction-query-wide {
    grid-column: 1 / -1;
}
.compact-support-body {
    background: transparent;
}
.compact-support-body::before {
    display: none;
}
.compact-support-shell {
    width: 100%;
    margin: 0;
    padding: 0;
}
.compact-chat-panel {
    border-radius: 18px;
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 0;
}
.partner-support-grid {
    margin-bottom: 20px;
}
.compact-support-card,
.compact-notify-card {
    min-height: 100%;
}
.support-widget-frame {
    width: 100%;
    height: 760px;
    border: 1px solid rgba(252,128,25,0.14);
    border-radius: 20px;
    background: rgba(255,255,255,0.7);
}
.compact-alert-list {
    max-height: 400px;
    overflow-y: auto;
}
.notification-settings-card {
    display: grid;
    gap: 8px;
}
@media (max-width: 768px) {
    .support-widget-frame {
        height: 700px;
    }
}

.offer-dashboard-grid,
.offer-page-grid {
    align-items: stretch;
}

.offer-highlight-panel,
.offer-reminder-panel,
.offer-detail-panel,
.offer-progress-panel {
    position: relative;
    overflow: hidden;
}

.offer-highlight-panel::before,
.offer-detail-panel::before {
    content: '';
    position: absolute;
    inset: -20% auto auto -10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 213, 79, 0.28), rgba(255, 213, 79, 0));
    pointer-events: none;
}

.offer-highlight-copy {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-primary, #11253f);
}

.offer-highlight-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 14px 0;
}

.offer-progress-block {
    margin: 18px 0;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 248, 227, 0.98), rgba(255, 233, 197, 0.92));
    border: 1px solid rgba(233, 162, 42, 0.24);
}

.offer-progress-block.playful,
.offer-progress-block.extra-fun {
    box-shadow: 0 18px 40px rgba(224, 131, 44, 0.16);
}

.offer-progress-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0;
}

.offer-progress-bar {
    height: 16px;
    border-radius: 999px;
    background: rgba(17, 37, 63, 0.1);
    overflow: hidden;
}

.offer-progress-bar.giant {
    height: 22px;
}

.offer-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff8f3d, #ff4f81, #ffd54f);
    box-shadow: 0 0 24px rgba(255, 111, 60, 0.35);
}

.offer-fun-copy {
    margin: 0;
    font-size: 0.98rem;
    color: #7a3e00;
}

.offer-reminder-card,
.offer-joined-banner {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 243, 226, 0.98));
    border: 1px dashed rgba(226, 140, 54, 0.4);
}

.offer-reminder-stats,
.offer-detail-stack {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.offer-reminder-stats div,
.offer-detail-stack div {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(17, 37, 63, 0.08);
}

.offer-reminder-stats span,
.offer-detail-stack span {
    display: block;
    font-size: 0.8rem;
    color: #6c7a89;
    margin-bottom: 6px;
}

.offer-reminder-stats strong,
.offer-detail-stack strong {
    color: #11253f;
}

.offer-blast-fab {
    position: fixed;
    right: 18px;
    bottom: 92px;
    z-index: 40;
}

.offer-gift-button {
    position: relative;
    width: 84px;
    height: 84px;
    border: 0;
    border-radius: 26px;
    background: linear-gradient(160deg, #ffb703, #fb8500);
    box-shadow: 0 18px 40px rgba(251, 133, 0, 0.32);
    cursor: pointer;
    animation: offerGiftBounce 1.8s ease-in-out infinite;
}

.offer-gift-box,
.offer-gift-lid,
.offer-gift-ribbon,
.offer-gift-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.offer-gift-box {
    bottom: 20px;
    width: 48px;
    height: 34px;
    border-radius: 10px;
    background: #fff7ea;
}

.offer-gift-lid {
    top: 18px;
    width: 56px;
    height: 16px;
    border-radius: 12px;
    background: #fff3d2;
}

.offer-gift-ribbon {
    top: 18px;
    width: 12px;
    height: 38px;
    background: #ff4f81;
    border-radius: 999px;
}

.offer-gift-tag {
    bottom: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #7a2600;
}

@keyframes offerGiftBounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    20% { transform: translateY(-6px) rotate(-3deg); }
    45% { transform: translateY(0) rotate(2deg); }
    70% { transform: translateY(-3px) rotate(-1deg); }
}

.offer-blast-modal.hidden {
    display: none;
}

.offer-blast-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
}

.offer-blast-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 19, 43, 0.55);
}

.offer-blast-card {
    position: relative;
    width: min(420px, calc(100vw - 32px));
    margin: 12vh auto 0;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(150deg, #fff6dc, #fff, #ffe2c6);
    box-shadow: 0 30px 60px rgba(17, 37, 63, 0.24);
    text-align: center;
}

.offer-blast-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.offer-page-hero {
    background: linear-gradient(135deg, rgba(255, 232, 182, 0.92), rgba(255, 196, 142, 0.92), rgba(255, 255, 255, 0.9));
}

.offer-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.offer-mini-card {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .offer-blast-fab {
        right: 14px;
        bottom: 84px;
    }

    .offer-gift-button {
        width: 74px;
        height: 74px;
    }
}

.settings-form-grid {
    gap: 20px;
}

.settings-group-card {
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(246,249,255,0.92));
    border: 1px solid rgba(17, 37, 63, 0.08);
}

.settings-group-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.settings-group-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(255, 145, 77, 0.16), rgba(74, 165, 255, 0.16));
    color: #15365d;
    font-weight: 700;
}

.settings-group-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.settings-field {
    display: grid;
    gap: 8px;
}

.settings-field input,
.settings-field select,
.settings-field textarea {
    width: 100%;
}

.dashboard-call-toast {
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 120;
    width: min(380px, calc(100vw - 24px));
}

.dashboard-call-toast.hidden {
    display: none;
}

.dashboard-call-toast__card {
    padding: 22px;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 248, 232, 0.98), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(229, 148, 55, 0.26);
    box-shadow: 0 24px 50px rgba(17, 37, 63, 0.24);
}

.dashboard-call-toast__card h3 {
    margin: 8px 0 10px;
}

.dashboard-call-toast__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.admin-dashboard-call-toast {
    bottom: 26px;
}

@media (max-width: 768px) {
    .dashboard-call-toast {
        right: 12px;
        left: 12px;
        width: auto;
        bottom: 92px;
    }

    .admin-dashboard-call-toast {
        bottom: 14px;
    }
}
