        body { font-family: 'Inter', sans-serif; background: #0b0f1a; color: #e2e8f0; margin: 0; text-align: left; overflow-x: hidden; overflow-y: auto; }
        body.guest-static-hidden,
        body.app-mounted {
            overflow-y: hidden;
        }
        .app-root-shell {
            min-height: 100vh;
            height: 100vh;
            width: 100%;
            position: relative;
            overflow: hidden;
        }
        .app-root-shell.guest-app-shell-hidden {
            display: none !important;
        }
        .auth-bootstrap-shell {
            height: 100%;
            overflow: hidden;
        }
        .landing-reference-shell-page {
            min-height: 100vh;
            height: 100vh;
            overflow-y: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }
        .landing-cookie-copy-wrap {
            min-width: 0;
        }
        .glass { background: rgba(23, 32, 53, 0.8); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.05); }
        .stock-modal-overlay { background: rgba(0, 0, 0, 0.82); }
        .stock-modal-panel {
            background: rgba(23, 32, 53, 0.98);
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            isolation: isolate;
            contain: layout paint;
        }
        .stock-modal-body {
            min-height: 0;
            overflow: hidden;
        }
        .stock-modal-sidebar {
            min-height: 0;
        }
        .stock-modal-scroll {
            -webkit-overflow-scrolling: auto;
            overscroll-behavior: contain;
            contain: layout paint;
            scrollbar-gutter: stable;
        }
        .stock-modal-scroll::-webkit-scrollbar {
            width: 8px;
        }
        .stock-modal-scroll::-webkit-scrollbar-thumb {
            background: rgba(100, 116, 139, 0.55);
            border-radius: 999px;
        }
        .stock-key-card {
            contain: layout paint;
        }
        @media (min-width: 1280px) {
            .stock-modal-sidebar {
                overflow-y: auto;
                padding-right: 0.5rem;
            }
        }
        .sidebar-active { background: #3b82f6 !important; color: white !important; box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3); }
        .reviews-menu-badge {
            border-color: rgba(255, 255, 255, 0.16) !important;
            background: rgba(255, 255, 255, 0.06) !important;
            color: #ffffff !important;
            -webkit-text-fill-color: #ffffff !important;
            box-shadow: none !important;
        }
        .notifications-menu-badge {
            border-color: rgba(251, 191, 36, 0.25) !important;
            background: rgba(245, 158, 11, 0.12) !important;
            color: #fcd34d !important;
            min-width: 1.9rem;
            letter-spacing: normal !important;
        }
        .founder-metric-card {
            min-width: 0;
        }
        .founder-metric-card-value,
        .founder-metric-card-note {
            min-width: 0;
            max-width: 100%;
            overflow-wrap: break-word;
        }
        .founder-metric-card-value {
            line-height: 1.05;
        }
        .analytics-pro-locked-panel {
            background:
                radial-gradient(circle at top left, rgba(34, 211, 238, 0.16), transparent 34%),
                radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.12), transparent 32%),
                rgba(23, 32, 53, 0.84);
        }
        .analytics-pro-locked-side,
        .analytics-pro-locked-card {
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
        }
        .analytics-pro-locked-button {
            box-shadow: 0 10px 24px rgba(6, 182, 212, 0.12);
        }
        .analytics-recent-orders {
            display: flex;
            flex-wrap: wrap;
            gap: 0.45rem;
            margin-top: 0.5rem;
        }
        .analytics-recent-order-chip {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            max-width: 100%;
            min-width: 0;
            padding: 0.38rem 0.55rem;
            border-radius: 0.9rem;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.05);
            color: #e2e8f0;
            font-size: 11px;
            font-weight: 800;
            line-height: 1.1;
        }
        .analytics-recent-order-chip-text {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .analytics-recent-order-copy {
            width: 1.2rem;
            height: 1.2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(15, 23, 42, 0.24);
            color: inherit;
            transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
            flex-shrink: 0;
        }
        .analytics-recent-order-copy:hover {
            background: rgba(59, 130, 246, 0.18);
            border-color: rgba(96, 165, 250, 0.32);
        }
        .analytics-recent-order-empty {
            margin-top: 0.5rem;
            color: #cbd5e1;
            font-weight: 800;
        }
        .analytics-chart-shell {
            position: relative;
            min-height: 16rem;
        }
        .analytics-chart-skeleton {
            position: absolute;
            inset: 0;
            border-radius: 1.5rem;
            border: 1px solid rgba(255, 255, 255, 0.06);
            background:
                linear-gradient(180deg, rgba(15, 23, 42, 0.28), rgba(15, 23, 42, 0.18)),
                radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 34%);
            overflow: hidden;
        }
        .analytics-chart-skeleton::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
            transform: translateX(-100%);
            animation: analytics-chart-shimmer 1.8s infinite;
        }
        .analytics-chart-skeleton-bar {
            background: rgba(255, 255, 255, 0.08);
        }
        .analytics-chart-skeleton-wave {
            background:
                linear-gradient(180deg, rgba(59, 130, 246, 0.06), rgba(59, 130, 246, 0.02)),
                radial-gradient(circle at 15% 75%, rgba(59, 130, 246, 0.16), transparent 22%),
                radial-gradient(circle at 40% 52%, rgba(96, 165, 250, 0.14), transparent 20%),
                radial-gradient(circle at 70% 58%, rgba(59, 130, 246, 0.12), transparent 24%),
                radial-gradient(circle at 92% 82%, rgba(37, 99, 235, 0.12), transparent 18%);
            opacity: 0.85;
        }
        .analytics-chart-empty {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 1.5rem;
            border-radius: 1.5rem;
            border: 1px dashed rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.03);
        }
        @keyframes analytics-chart-shimmer {
            100% { transform: translateX(100%); }
        }
        ::-webkit-scrollbar { width: 6px; }
        ::-webkit-scrollbar-thumb { background: #1e293b; border-radius: 10px; }
        .scrollbar-hidden { -ms-overflow-style: none; scrollbar-width: none; scrollbar-color: transparent transparent; }
        .scrollbar-hidden::-webkit-scrollbar { width: 0 !important; height: 0 !important; display: none !important; background: transparent; }
        
        .toggle-bg { width: 44px; height: 24px; background: linear-gradient(180deg, rgba(220, 38, 38, 0.96), rgba(153, 27, 27, 0.92)); border-radius: 20px; position: relative; cursor: pointer; transition: 0.3s; border: 1px solid rgba(248, 113, 113, 0.72); display: inline-block; appearance: none; -webkit-appearance: none; padding: 0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 10px 18px rgba(127, 29, 29, 0.22); }
        .toggle-bg.active { background: linear-gradient(180deg, #22c55e, #16a34a); border-color: #4ade80; box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16), 0 10px 18px rgba(22, 163, 74, 0.2); }
        .toggle-bg.disabled { opacity: 0.55; cursor: not-allowed; }
        .toggle-dot { width: 16px; height: 16px; background: white; border-radius: 50%; position: absolute; top: 3px; left: 4px; transition: 0.3s; box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
        .active .toggle-dot { left: 22px; }
        .toggle-bg.review-toggle {
            background: rgba(127, 29, 29, 0.72);
            border-color: rgba(248, 113, 113, 0.52);
            box-shadow: inset 0 0 0 1px rgba(248, 113, 113, 0.08);
        }
        .toggle-bg.review-toggle.active {
            background: #16a34a;
            border-color: #22c55e;
            box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16);
        }
        .toggle-bg.review-toggle.review-toggle-neutral.active {
            background: #2563eb;
            border-color: #3b82f6;
            box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16);
        }
        .toggle-bg.review-toggle.review-toggle-negative.active {
            background: #dc2626;
            border-color: #ef4444;
            box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16);
        }
        .v-input { background: rgba(0,0,0,0.3) !important; border: 1px solid rgba(255,255,255,0.1) !important; border-radius: 12px !important; padding: 12px 16px !important; color: white !important; width: 100%; min-width: 0; outline: none; transition: 0.2s; font-size: 14px;}
        .v-input:focus { border-color: #3b82f6 !important; background: rgba(0,0,0,0.5) !important;}
        .v-select {
            appearance: none;
            -webkit-appearance: none;
            background:
                url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%2394A3B8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center,
                rgba(0,0,0,0.3) !important;
            border: 1px solid rgba(255,255,255,0.1) !important;
            border-radius: 12px !important;
            padding: 12px 42px 12px 16px !important;
            color: white !important;
            width: 100%;
            min-width: 0;
            max-width: 100%;
            outline: none;
            transition: 0.2s;
            font-size: 14px;
            line-height: 1.35;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
        .v-select:focus { border-color: #3b82f6 !important; background-color: rgba(0,0,0,0.5) !important; }
        .v-select option { color: #e2e8f0; background: #0f172a; }
        .support-intake-field { min-width: 0; }
        .support-intake-field .v-input,
        .support-intake-field .v-select { min-width: 0; }
        label.v-label { font-size: 10px; color: #94a3b8; text-transform: uppercase; font-weight: bold; letter-spacing: 0.05em; margin-bottom: 6px; display: block; }
        .admin-row { transition: all 0.2s; cursor: pointer; }
        .admin-row:hover { background: rgba(59, 130, 246, 0.1); border-left: 2px solid #3b82f6; }
        .market-badge-image { object-fit: contain; image-rendering: -webkit-optimize-contrast; }
        .shops-market-logo-shell {
            width: 3.5rem;
            min-width: 3.5rem;
            height: 2.75rem;
            border-radius: 1rem;
            padding: 0.45rem 0.55rem;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
        }
        .shops-market-logo-image {
            width: 100%;
            height: 100%;
        }
        .mobile-nav-shadow { box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.28); }
        .mobile-safe-bottom { padding-bottom: calc(env(safe-area-inset-bottom) + 0.5rem); }
        .founder-admin-modal-overlay {
            background: rgba(2, 6, 23, 0.84);
        }
        .founder-admin-modal.glass {
            background:
                radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 26%),
                radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 20%),
                linear-gradient(180deg, rgba(8, 13, 25, 0.97), rgba(15, 23, 42, 0.96)) !important;
            border-color: rgba(148, 163, 184, 0.14) !important;
            box-shadow: 0 36px 90px rgba(2, 6, 23, 0.58);
            overflow-anchor: none;
        }
        body.theme-dark .founder-admin-modal.glass {
            background:
                radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 26%),
                radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 20%),
                linear-gradient(180deg, rgba(8, 13, 25, 0.98), rgba(15, 23, 42, 0.97)) !important;
            border-color: rgba(148, 163, 184, 0.16) !important;
            box-shadow: 0 36px 90px rgba(2, 6, 23, 0.62);
        }
        .founder-admin-modal :is(.bg-black\/20, .bg-black\/30, .bg-black\/40, .bg-white\/5) {
            background: rgba(15, 23, 42, 0.56) !important;
            border-color: rgba(148, 163, 184, 0.14) !important;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
        }
        .founder-admin-modal .founder-admin-control,
        .founder-admin-modal textarea,
        .founder-admin-modal select,
        .founder-admin-modal input[type="text"],
        .founder-admin-modal input[type="number"],
        .founder-admin-modal input[type="date"],
        .founder-admin-modal input[type="datetime-local"] {
            background: rgba(8, 13, 25, 0.82) !important;
            border-color: rgba(148, 163, 184, 0.16) !important;
            color: #f8fafc !important;
        }
        .founder-admin-modal textarea::placeholder,
        .founder-admin-modal input::placeholder {
            color: #64748b !important;
        }
        .founder-admin-modal .founder-admin-email,
        .founder-admin-modal :is(.text-white, .hover\:text-white:hover) {
            color: #f8fafc !important;
        }
        .founder-admin-modal :is(.text-slate-500, .text-slate-400) {
            color: #94a3b8 !important;
        }
        .founder-admin-modal :is(.text-slate-300, .text-slate-200) {
            color: #dbe7f5 !important;
        }
        .founder-admin-modal .founder-secondary-button {
            background: rgba(255, 255, 255, 0.06) !important;
            border-color: rgba(148, 163, 184, 0.16) !important;
            color: #e2e8f0 !important;
        }
        .founder-admin-modal .founder-secondary-button:hover {
            background: rgba(255, 255, 255, 0.1) !important;
            border-color: rgba(96, 165, 250, 0.24) !important;
            color: #f8fafc !important;
        }
        .founder-admin-modal .founder-primary-button {
            background: linear-gradient(180deg, #2563eb, #1d4ed8) !important;
            border-color: rgba(96, 165, 250, 0.28) !important;
            color: #ffffff !important;
            box-shadow: 0 18px 36px rgba(37, 99, 235, 0.22);
        }
        .founder-admin-modal .founder-primary-button:hover {
            background: linear-gradient(180deg, #3b82f6, #2563eb) !important;
        }
        .founder-admin-modal .founder-soft-empty {
            color: #cbd5e1 !important;
            background: rgba(15, 23, 42, 0.46) !important;
            border-color: rgba(148, 163, 184, 0.14) !important;
            box-shadow: none !important;
        }
        
        body.theme-light {
            background: #eef3f9;
            color: #16243a;
        }
        body.theme-light .glass {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
        }
        body.theme-light .sidebar-active {
            background: #2563eb !important;
            color: #fff !important;
            box-shadow: 0 8px 22px rgba(37, 99, 235, 0.22);
        }
        body.theme-light .sidebar-active:hover {
            background: #2563eb !important;
            color: #fff !important;
        }
        body.theme-light .analytics-pro-locked-panel {
            background:
                radial-gradient(circle at top left, rgba(186, 230, 253, 0.9), transparent 32%),
                linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98));
            border-color: rgba(14, 116, 144, 0.14);
        }
        body.theme-light .analytics-pro-locked-side,
        body.theme-light .analytics-pro-locked-card {
            background: rgba(255, 255, 255, 0.88) !important;
            border-color: rgba(15, 23, 42, 0.08) !important;
            box-shadow: 0 14px 28px rgba(148, 163, 184, 0.14);
        }
        body.theme-light .analytics-pro-locked-title,
        body.theme-light .analytics-pro-locked-card-title {
            color: #16243a !important;
        }
        body.theme-light .analytics-pro-locked-copy {
            color: #334155 !important;
        }
        body.theme-light .analytics-pro-locked-note,
        body.theme-light .analytics-pro-locked-card-copy {
            color: #64748b !important;
        }
        body.theme-light .analytics-pro-locked-chip {
            border-color: rgba(8, 145, 178, 0.16) !important;
            background: rgba(34, 211, 238, 0.12) !important;
            color: #0f766e !important;
        }
        body.theme-light .analytics-pro-locked-button {
            border-color: rgba(14, 116, 144, 0.16) !important;
            background: rgba(34, 211, 238, 0.12) !important;
            color: #155e75 !important;
            box-shadow: none;
        }
        body.theme-light .analytics-recent-order-chip {
            border-color: rgba(148, 163, 184, 0.28);
            background: rgba(248, 251, 255, 0.98);
            color: #1f2f45;
            box-shadow: 0 8px 18px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .analytics-recent-order-copy {
            border-color: rgba(148, 163, 184, 0.28);
            background: rgba(239, 244, 251, 0.96);
            color: #445870;
        }
        body.theme-light .analytics-recent-order-copy:hover {
            background: rgba(219, 234, 254, 0.96);
            border-color: rgba(59, 130, 246, 0.28);
            color: #1d4ed8;
        }
        body.theme-light .analytics-recent-order-empty {
            color: #40546c;
        }
        body.theme-light .analytics-chart-skeleton {
            border-color: rgba(148, 163, 184, 0.18);
            background:
                linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(241, 245, 252, 0.98)),
                radial-gradient(circle at top left, rgba(59, 130, 246, 0.1), transparent 34%);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
        }
        body.theme-light .analytics-chart-skeleton::after {
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.75), transparent);
        }
        body.theme-light .analytics-chart-skeleton-bar {
            background: rgba(148, 163, 184, 0.26);
        }
        body.theme-light .analytics-chart-skeleton-wave {
            background:
                linear-gradient(180deg, rgba(59, 130, 246, 0.06), rgba(59, 130, 246, 0.02)),
                radial-gradient(circle at 15% 75%, rgba(96, 165, 250, 0.18), transparent 22%),
                radial-gradient(circle at 40% 52%, rgba(59, 130, 246, 0.14), transparent 20%),
                radial-gradient(circle at 70% 58%, rgba(37, 99, 235, 0.12), transparent 24%),
                radial-gradient(circle at 92% 82%, rgba(125, 211, 252, 0.16), transparent 18%);
        }
        body.theme-light .analytics-chart-empty {
            background: rgba(255, 255, 255, 0.92);
            border-color: rgba(148, 163, 184, 0.22);
        }
        body.theme-light aside nav button.sidebar-active.hover\:bg-white\/5:hover,
        body.theme-light aside nav button.sidebar-active.hover\:bg-white\/10:hover,
        body.theme-light aside nav button.sidebar-active:hover {
            background: rgba(248, 250, 255, 0.98) !important;
            color: #1e3a5f !important;
        }
        body.theme-light aside nav button.sidebar-active:hover span,
        body.theme-light aside nav button.sidebar-active:hover i {
            color: #1e3a5f !important;
        }
        body.theme-light aside nav button:not(.sidebar-active) {
            color: #0f172a !important;
        }
        body.theme-light aside nav button:not(.sidebar-active):hover {
            color: #0f172a !important;
            background: rgba(241, 245, 249, 0.98) !important;
        }
        body.theme-light aside nav .sidebar-menu-button {
            border-width: 1px;
            border-color: transparent !important;
            background: transparent !important;
            box-shadow: none !important;
        }
        body.theme-light aside nav .sidebar-menu-button:not(.sidebar-active) {
            border-color: transparent !important;
            background: transparent !important;
        }
        body.theme-light aside nav .sidebar-menu-button:not(.sidebar-active):hover {
            border-color: rgba(191, 219, 254, 0.92) !important;
            background: rgba(248, 250, 255, 0.98) !important;
            box-shadow: 0 14px 28px rgba(191, 219, 254, 0.18) !important;
        }
        body.theme-light aside nav .sidebar-menu-button.sidebar-active {
            border-color: rgba(191, 219, 254, 0.96) !important;
            background: linear-gradient(135deg, rgba(248, 250, 255, 0.99), rgba(239, 246, 255, 0.98)) !important;
            box-shadow: inset 3px 0 0 #2563eb, 0 16px 30px rgba(96, 165, 250, 0.16) !important;
        }
        body.theme-light aside nav .sidebar-menu-button :is(.sidebar-menu-icon, .sidebar-menu-label) {
            color: #334155 !important;
        }
        body.theme-light aside nav .sidebar-menu-button.sidebar-active :is(.sidebar-menu-icon, .sidebar-menu-label) {
            color: #1e3a5f !important;
        }
        body.theme-light aside nav .sidebar-menu-button:is(
            .sidebar-tone-blue,
            .sidebar-tone-emerald,
            .sidebar-tone-cyan,
            .sidebar-tone-amber,
            .sidebar-tone-orange,
            .sidebar-tone-violet,
            .sidebar-tone-rose,
            .sidebar-tone-slate
        ):not(.sidebar-active) {
            border-color: transparent !important;
            background: transparent !important;
        }
        body.theme-light aside nav .sidebar-menu-button:is(
            .sidebar-tone-blue,
            .sidebar-tone-emerald,
            .sidebar-tone-cyan,
            .sidebar-tone-amber,
            .sidebar-tone-orange,
            .sidebar-tone-violet,
            .sidebar-tone-rose,
            .sidebar-tone-slate
        ):not(.sidebar-active) :is(.sidebar-menu-icon, .sidebar-menu-label) {
            color: #334155 !important;
        }
        body.theme-light .v-input {
            background: rgba(255,255,255,0.92) !important;
            border: 1px solid rgba(148,163,184,0.35) !important;
            color: #16243a !important;
        }
        body.theme-light .v-input::placeholder {
            color: #7c8ca5 !important;
        }
        body.theme-light .v-input:focus {
            border-color: #3b82f6 !important;
            background: rgba(255,255,255,1) !important;
        }
        body.theme-light label.v-label { color: #64748b; }
        body.theme-light .toggle-bg {
            background: linear-gradient(180deg, #ef4444, #dc2626);
            border-color: rgba(220, 38, 38, 0.48);
            box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
        }
        body.theme-light .toggle-bg.active {
            background: linear-gradient(180deg, #22c55e, #16a34a);
            border-color: #22c55e;
            box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
        }
        body.theme-light .toggle-bg.review-toggle {
            background: rgba(254, 226, 226, 0.98);
            border-color: rgba(239, 68, 68, 0.24);
        }
        body.theme-light .toggle-bg.review-toggle.active {
            background: #16a34a;
            border-color: #22c55e;
            box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
        }
        body.theme-light .toggle-bg.review-toggle.review-toggle-neutral.active {
            background: #2563eb;
            border-color: #3b82f6;
            box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
        }
        body.theme-light .toggle-bg.review-toggle.review-toggle-negative.active {
            background: #dc2626;
            border-color: #ef4444;
            box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
        }
        body.theme-light .toggle-dot {
            background: #ffffff;
        }
        body.theme-light :is(main, aside, .glass, nav) :is(h1,h2,h3,h4,p,span,div,th,td,label,a,i).text-white {
            color: #16243a !important;
        }
        body.theme-light :is(main, aside, .glass, nav) :is(p,span,div,th,td,label,a).text-slate-500 {
            color: #52667f !important;
        }
        body.theme-light :is(main, aside, .glass, nav) :is(p,span,div,th,td,label,a).text-slate-400 {
            color: #60738c !important;
        }
        body.theme-light :is(main, aside, .glass, nav) :is(p,span,div,th,td,label,a).text-slate-600 {
            color: #42546d !important;
        }
        body.theme-light .bg-white\/5 { background: rgba(15, 23, 42, 0.04) !important; }
        body.theme-light .bg-black\/25 { background: rgba(244, 248, 252, 0.98) !important; }
        body.theme-light .bg-black\/30 { background: rgba(223, 231, 242, 0.96) !important; }
        body.theme-light .bg-black\/40 { background: rgba(239, 244, 251, 0.95) !important; }
        body.theme-light .bg-black\/20 { background: rgba(236, 242, 249, 0.72) !important; }
        body.theme-light .border-white\/5 { border-color: rgba(15, 23, 42, 0.05) !important; }
        body.theme-light .border-white\/10 { border-color: rgba(15, 23, 42, 0.1) !important; }
        body.theme-light .hover\:bg-white\/5:hover { background: rgba(15, 23, 42, 0.05) !important; }
        body.theme-light .hover\:bg-white\/10:hover { background: rgba(15, 23, 42, 0.08) !important; }
        body.theme-light textarea,
        body.theme-light select {
            background: rgba(255, 255, 255, 0.96) !important;
            border-color: rgba(148, 163, 184, 0.32) !important;
            color: #16243a !important;
            color-scheme: light;
            -webkit-appearance: none;
        }
        body.theme-light select option,
        body.theme-light select optgroup {
            background: #f8fbff !important;
            color: #16243a !important;
        }
        body.theme-light textarea::placeholder,
        body.theme-light input::placeholder,
        body.theme-light select::placeholder {
            color: #7c8ca5 !important;
        }
        body.theme-light button.bg-blue-600,
        body.theme-light button.bg-blue-500,
        body.theme-light button[class*="bg-black/"],
        body.theme-light button[class*="bg-slate-"] {
            color: #ffffff !important;
        }
        body.theme-light button.bg-blue-600 i,
        body.theme-light button.bg-blue-500 i,
        body.theme-light button[class*="bg-black/"] i,
        body.theme-light button[class*="bg-slate-"] i {
            color: #ffffff !important;
        }
        body.theme-light :is(button, a, div, span).bg-blue-600,
        body.theme-light :is(button, a, div, span).bg-blue-500,
        body.theme-light :is(button, a, div, span).bg-blue-600.text-white,
        body.theme-light :is(button, a, div, span).bg-blue-500.text-white {
            color: #ffffff !important;
        }
        body.theme-light :is(button, a, div, span).bg-blue-600 :is(span, i, strong, b, small),
        body.theme-light :is(button, a, div, span).bg-blue-500 :is(span, i, strong, b, small) {
            color: #ffffff !important;
        }
        body.theme-light :is(button, a, div, span).bg-blue-600:hover,
        body.theme-light :is(button, a, div, span).bg-blue-500:hover {
            color: #ffffff !important;
        }
        body.theme-light button.bg-white\/5,
        body.theme-light button.bg-red-500\/10,
        body.theme-light button.bg-rose-500\/10,
        body.theme-light button.bg-emerald-500\/20,
        body.theme-light button.bg-emerald-500\/10,
        body.theme-light button.bg-purple-600\/20,
        body.theme-light button.bg-cyan-600\/20,
        body.theme-light button.bg-cyan-500\/10,
        body.theme-light button.bg-sky-500\/10,
        body.theme-light button.bg-yellow-500 {
            color: #16243a !important;
        }
        body.theme-light button.bg-white\/5 i,
        body.theme-light button.bg-red-500\/10 i,
        body.theme-light button.bg-rose-500\/10 i,
        body.theme-light button.bg-emerald-500\/20 i,
        body.theme-light button.bg-emerald-500\/10 i,
        body.theme-light button.bg-purple-600\/20 i,
        body.theme-light button.bg-cyan-600\/20 i,
        body.theme-light button.bg-cyan-500\/10 i,
        body.theme-light button.bg-sky-500\/10 i,
        body.theme-light button.bg-yellow-500 i {
            color: inherit !important;
        }
        body.theme-light .bg-blue-600\/10 {
            background: rgba(37, 99, 235, 0.08) !important;
        }
        body.theme-light .bg-emerald-500\/10 {
            background: rgba(16, 185, 129, 0.09) !important;
        }
        body.theme-light .bg-emerald-500\/12 {
            background: rgba(16, 185, 129, 0.14) !important;
        }
        body.theme-light .bg-red-500\/10 {
            background: rgba(239, 68, 68, 0.08) !important;
        }
        body.theme-light .bg-red-500\/12 {
            background: rgba(239, 68, 68, 0.13) !important;
        }
        body.theme-light .bg-purple-600\/20 {
            background: rgba(147, 51, 234, 0.16) !important;
        }
        body.theme-light .bg-cyan-600\/20 {
            background: rgba(8, 145, 178, 0.16) !important;
        }
        body.theme-light .bg-sky-500\/10,
        body.theme-light .bg-sky-500\/12 {
            background: rgba(14, 116, 144, 0.1) !important;
        }
        body.theme-light .bg-cyan-500\/10,
        body.theme-light .bg-cyan-500\/12 {
            background: rgba(15, 118, 110, 0.1) !important;
        }
        body.theme-light .bg-amber-500\/10,
        body.theme-light .bg-amber-500\/12 {
            background: rgba(217, 119, 6, 0.1) !important;
        }
        body.theme-light .bg-fuchsia-500\/10 {
            background: rgba(162, 28, 175, 0.1) !important;
        }
        body.theme-light .border-blue-500\/20 { border-color: rgba(37, 99, 235, 0.22) !important; }
        body.theme-light .border-blue-500\/30 { border-color: rgba(37, 99, 235, 0.28) !important; }
        body.theme-light .border-emerald-500\/20 { border-color: rgba(5, 150, 105, 0.22) !important; }
        body.theme-light .border-emerald-500\/30 { border-color: rgba(5, 150, 105, 0.28) !important; }
        body.theme-light .border-red-500\/20 { border-color: rgba(220, 38, 38, 0.22) !important; }
        body.theme-light .border-red-500\/30 { border-color: rgba(220, 38, 38, 0.26) !important; }
        body.theme-light .border-sky-400\/20 { border-color: rgba(14, 116, 144, 0.32) !important; }
        body.theme-light .border-cyan-400\/20 { border-color: rgba(15, 118, 110, 0.32) !important; }
        body.theme-light .border-amber-400\/20 { border-color: rgba(217, 119, 6, 0.32) !important; }
        body.theme-light .border-fuchsia-400\/20 { border-color: rgba(162, 28, 175, 0.3) !important; }
        body.theme-light .border-red-400\/20 { border-color: rgba(220, 38, 38, 0.28) !important; }
        body.theme-light .border-emerald-400\/20 { border-color: rgba(5, 150, 105, 0.3) !important; }
        body.theme-light .border-purple-500\/30 { border-color: rgba(124, 58, 237, 0.3) !important; }
        body.theme-light .border-cyan-500\/30 { border-color: rgba(8, 145, 178, 0.3) !important; }
        body.theme-light .bg-black\/80 {
            background: rgba(15, 23, 42, 0.72) !important;
        }
        body.theme-light .text-blue-400 { color: #2563eb !important; }
        body.theme-light .text-blue-300 { color: #1d4ed8 !important; }
        body.theme-light .text-sky-300 { color: #0369a1 !important; }
        body.theme-light .text-sky-200 { color: #0369a1 !important; }
        body.theme-light .text-cyan-300 { color: #0f766e !important; }
        body.theme-light .text-cyan-200 { color: #0f766e !important; }
        body.theme-light .text-emerald-400 { color: #047857 !important; }
        body.theme-light .text-emerald-300 { color: #047857 !important; }
        body.theme-light .text-emerald-200 { color: #047857 !important; }
        body.theme-light .text-amber-300 { color: #b45309 !important; }
        body.theme-light .text-amber-200 { color: #b45309 !important; }
        body.theme-light .text-red-500 { color: #dc2626 !important; }
        body.theme-light .text-red-400 { color: #dc2626 !important; }
        body.theme-light .text-red-300 { color: #dc2626 !important; }
        body.theme-light .text-slate-300 { color: #4f627b !important; }
        body.theme-light .text-cyan-400 { color: #0891b2 !important; }
        body.theme-light .text-fuchsia-300 { color: #a21caf !important; }
        body.theme-light .text-fuchsia-200 { color: #a21caf !important; }
        body.theme-light .text-purple-400 { color: #7c3aed !important; }
        body.theme-light .text-orange-400 { color: #ea580c !important; }
        body.theme-light .text-yellow-500 { color: #ca8a04 !important; }
        body.theme-light .font-mono.text-emerald-400 { color: #047857 !important; }
        body.theme-light .font-mono.text-blue-300 { color: #1d4ed8 !important; }
        body.theme-light .font-mono.text-blue-400 { color: #2563eb !important; }
        body.theme-light .fa-copy,
        body.theme-light .fa-xmark,
        body.theme-light .fa-trash-can {
            color: #64748b;
        }
        body.theme-light .bg-white\/5.text-white,
        body.theme-light .bg-white\/5 .text-white {
            color: #16243a !important;
        }
        body.theme-light .bg-white\/5.text-slate-400,
        body.theme-light .bg-white\/5 .text-slate-400 {
            color: #64748b !important;
        }
        body.theme-light .bg-white\/5.text-slate-500,
        body.theme-light .bg-white\/5 .text-slate-500 {
            color: #50647e !important;
        }
        body.theme-light :is(
            .landing-screen,
            .landing-auth-card,
            .bg-slate-950,
            .bg-slate-950\/95,
            .bg-slate-950\/80,
            .bg-slate-950\/70,
            .bg-slate-900,
            .bg-slate-900\/80,
            .bg-slate-900\/70
        ) :is(h1,h2,h3,h4,p,span,div,th,td,label,a,i).text-white {
            color: #f8fbff !important;
        }
        body.theme-light :is(
            .landing-screen,
            .landing-auth-card,
            .bg-slate-950,
            .bg-slate-950\/95,
            .bg-slate-950\/80,
            .bg-slate-950\/70,
            .bg-slate-900,
            .bg-slate-900\/80,
            .bg-slate-900\/70
        ) :is(p,span,div,th,td,label,a).text-slate-600 {
            color: #b6c4d8 !important;
        }
        body.theme-light :is(
            .landing-screen,
            .landing-auth-card,
            .bg-slate-950,
            .bg-slate-950\/95,
            .bg-slate-950\/80,
            .bg-slate-950\/70,
            .bg-slate-900,
            .bg-slate-900\/80,
            .bg-slate-900\/70
        ) :is(p,span,div,th,td,label,a).text-slate-500 {
            color: #c7d3e5 !important;
        }
        body.theme-light :is(
            .landing-screen,
            .landing-auth-card,
            .bg-slate-950,
            .bg-slate-950\/95,
            .bg-slate-950\/80,
            .bg-slate-950\/70,
            .bg-slate-900,
            .bg-slate-900\/80,
            .bg-slate-900\/70
        ) :is(p,span,div,th,td,label,a).text-slate-400 {
            color: #d7e0ee !important;
        }
        body.theme-light :is(
            .landing-screen,
            .landing-auth-card,
            .bg-slate-950,
            .bg-slate-950\/95,
            .bg-slate-950\/80,
            .bg-slate-950\/70,
            .bg-slate-900,
            .bg-slate-900\/80,
            .bg-slate-900\/70
        ) .text-slate-300 {
            color: #e5ebf5 !important;
        }
        body.theme-light :is(
            .landing-screen,
            .landing-auth-card,
            .bg-slate-950,
            .bg-slate-950\/95,
            .bg-slate-950\/80,
            .bg-slate-950\/70,
            .bg-slate-900,
            .bg-slate-900\/80,
            .bg-slate-900\/70
        ) .hover\:text-white:hover {
            color: #f8fbff !important;
        }
        body.theme-light .border-dashed {
            border-color: rgba(148, 163, 184, 0.35) !important;
        }
        body.theme-light .hover\:text-white:hover {
            color: #16243a !important;
        }
        body.theme-light .rounded-3xl.bg-emerald-500\/10 {
            background: rgba(16, 185, 129, 0.12) !important;
        }
        body.theme-light .rounded-3xl.bg-red-500\/10 {
            background: rgba(239, 68, 68, 0.1) !important;
        }
        body.theme-light .rounded-3xl.bg-white\/5 {
            background: rgba(15, 23, 42, 0.04) !important;
        }
        body.theme-light .glass :is(
            .bg-black\/20,
            .bg-black\/25,
            .bg-black\/30,
            .bg-black\/40
        ) {
            background: rgba(255, 255, 255, 0.96) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 12px 26px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .glass :is(
            .rounded-xl.bg-white\/5,
            .rounded-2xl.bg-white\/5,
            .rounded-3xl.bg-white\/5
        ) {
            background: rgba(250, 252, 255, 0.94) !important;
            border-color: rgba(148, 163, 184, 0.2) !important;
        }
        body.theme-light .reviews-placeholder-panel {
            background: rgba(248, 251, 255, 0.96) !important;
            border-color: rgba(148, 163, 184, 0.2) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.1);
        }
        body.theme-light .reviews-placeholder-chip {
            background: rgba(239, 244, 251, 0.96) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: #5e7490 !important;
        }
        body.theme-light .reviews-placeholder-panel .text-slate-400,
        body.theme-light .reviews-placeholder-panel .text-slate-500 {
            color: #5b6f89 !important;
        }
        body.theme-light .reviews-workspace :is(.text-slate-500, .text-slate-400) {
            color: #5a6d86 !important;
        }
        body.theme-light .reviews-workspace :is(.text-slate-300, .text-slate-200) {
            color: #34485f !important;
        }
        body.theme-light .reviews-workspace :is(.text-emerald-300, .text-emerald-200) {
            color: #047857 !important;
        }
        body.theme-light .reviews-workspace :is(.text-blue-300, .text-blue-200) {
            color: #1d4ed8 !important;
        }
        body.theme-light .reviews-workspace :is(.text-red-300, .text-red-200) {
            color: #dc2626 !important;
        }
        body.theme-light .reviews-workspace :is(.text-amber-300, .text-amber-200, .text-amber-100\/80, .text-amber-100) {
            color: #b45309 !important;
        }
        body.theme-light .reviews-workspace :is(.text-cyan-300, .text-cyan-200) {
            color: #0369a1 !important;
        }
        body.theme-light .reviews-workspace .reviews-platform-shell {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 250, 255, 0.965)) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 20px 42px rgba(148, 163, 184, 0.12);
        }
        .reviews-billing-banner[data-tone="processing"] {
            background: linear-gradient(180deg, rgba(14, 165, 233, 0.14), rgba(30, 41, 59, 0.28));
            border-color: rgba(56, 189, 248, 0.26);
        }
        .reviews-billing-banner[data-tone="available"] {
            background: linear-gradient(180deg, rgba(16, 185, 129, 0.12), rgba(15, 23, 42, 0.24));
            border-color: rgba(52, 211, 153, 0.24);
        }
        .reviews-billing-banner[data-tone="pending"] {
            background: linear-gradient(180deg, rgba(245, 158, 11, 0.14), rgba(15, 23, 42, 0.26));
            border-color: rgba(251, 191, 36, 0.24);
        }
        .reviews-billing-banner[data-tone="error"] {
            background: linear-gradient(180deg, rgba(239, 68, 68, 0.14), rgba(15, 23, 42, 0.28));
            border-color: rgba(248, 113, 113, 0.24);
        }
        body.theme-light .reviews-workspace :is(
            .reviews-metric-card,
            .reviews-status-card,
            .reviews-control-card,
            .reviews-action-status,
            .reviews-toggle-box,
            .reviews-scenario-panel,
            .reviews-template-intro,
            .reviews-template-slot,
            .reviews-signature-panel,
            .reviews-placeholder-panel,
            .reviews-placeholder-detail
        ) {
            background: rgba(255, 255, 255, 0.985) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .reviews-workspace :is(.reviews-control-card, .reviews-action-status, .reviews-template-intro) {
            background: rgba(248, 251, 255, 0.985) !important;
        }
        body.theme-light .reviews-workspace .reviews-platform-launch-banner {
            background: rgba(255, 247, 237, 0.98) !important;
            border-color: rgba(251, 146, 60, 0.26) !important;
            box-shadow: 0 10px 24px rgba(251, 146, 60, 0.1);
        }
        body.theme-light .reviews-workspace .reviews-toggle-box {
            background: rgba(246, 250, 255, 0.98) !important;
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle {
            background: rgba(255, 255, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle[data-tone="positive"][data-enabled="true"] {
            background: linear-gradient(180deg, rgba(236, 253, 245, 0.98), rgba(220, 252, 231, 0.95)) !important;
            border-color: rgba(34, 197, 94, 0.28) !important;
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle[data-tone="neutral"][data-enabled="true"] {
            background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.95)) !important;
            border-color: rgba(59, 130, 246, 0.28) !important;
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle[data-tone="negative"][data-enabled="true"] {
            background: linear-gradient(180deg, rgba(254, 242, 242, 0.98), rgba(254, 226, 226, 0.95)) !important;
            border-color: rgba(239, 68, 68, 0.28) !important;
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle[data-tone="positive"][data-enabled="true"] :is(.reviews-scenario-toggle-label, .reviews-scenario-toggle-state) {
            color: #047857 !important;
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle[data-tone="neutral"][data-enabled="true"] :is(.reviews-scenario-toggle-label, .reviews-scenario-toggle-state) {
            color: #1d4ed8 !important;
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle[data-tone="negative"][data-enabled="true"] :is(.reviews-scenario-toggle-label, .reviews-scenario-toggle-state) {
            color: #dc2626 !important;
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle[data-enabled="false"] .reviews-scenario-toggle-state {
            color: #dc2626 !important;
        }
        body.theme-light .reviews-workspace .reviews-scenario-toggle .reviews-scenario-toggle-note {
            color: #5a6d86 !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-selected-pill {
            background: rgba(255, 255, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: #22344a !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .reviews-workspace .reviews-placeholder-choice {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            color: #33485f !important;
            box-shadow: 0 8px 18px rgba(148, 163, 184, 0.07);
        }
        body.theme-light .reviews-workspace .reviews-placeholder-choice:hover {
            background: rgba(241, 245, 252, 0.98) !important;
            border-color: rgba(96, 165, 250, 0.26) !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-choice.is-selected {
            background: linear-gradient(180deg, rgba(243, 232, 255, 0.94), rgba(237, 233, 254, 0.96)) !important;
            border-color: rgba(139, 92, 246, 0.28) !important;
            box-shadow: 0 12px 24px rgba(139, 92, 246, 0.12);
        }
        body.theme-light .reviews-workspace .reviews-placeholder-choice.is-selected .text-slate-400,
        body.theme-light .reviews-workspace .reviews-placeholder-choice.is-selected .text-slate-500 {
            color: #5b21b6 !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-token {
            background: rgba(239, 246, 255, 0.98) !important;
            border-color: rgba(96, 165, 250, 0.22) !important;
            color: #1d4ed8 !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-active-tag {
            background: rgba(139, 92, 246, 0.16) !important;
            border-color: rgba(139, 92, 246, 0.28) !important;
            color: #6d28d9 !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-choice.is-selected .reviews-placeholder-token,
        body.theme-light .reviews-workspace .reviews-placeholder-detail .reviews-placeholder-token {
            background: rgba(237, 233, 254, 0.96) !important;
            border-color: rgba(139, 92, 246, 0.24) !important;
            color: #6d28d9 !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-detail {
            background: rgba(248, 251, 255, 0.98) !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-detail .text-white,
        body.theme-light .reviews-workspace .reviews-placeholder-detail .text-slate-200 {
            color: #1f3148 !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-detail .text-slate-500 {
            color: #6d28d9 !important;
        }
        body.theme-light .reviews-workspace .reviews-placeholder-insert-note {
            background: rgba(255, 255, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: #31465f !important;
        }
        body.theme-light .reviews-workspace .reviews-template-hint .border-white\/10.bg-black\/20 {
            background: rgba(255, 255, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.26) !important;
            color: #22344a !important;
        }
        body.theme-light .reviews-workspace .reviews-template-hint .border-white\/10.bg-black\/20:hover {
            background: rgba(241, 245, 252, 0.98) !important;
        }
        body.theme-light .reviews-workspace .reviews-template-slot textarea,
        body.theme-light .reviews-workspace .reviews-signature-panel input {
            background: rgba(255, 255, 255, 0.98) !important;
        }
        body.theme-light .reviews-menu-badge {
            background: rgba(255, 255, 255, 0.96) !important;
            border-color: rgba(191, 219, 254, 0.58) !important;
            color: #475569 !important;
            -webkit-text-fill-color: #475569 !important;
            box-shadow: none !important;
        }
        body.theme-light .sidebar-active .reviews-menu-badge {
            background: rgba(239, 246, 255, 0.98) !important;
            border-color: rgba(96, 165, 250, 0.28) !important;
            color: #1d4ed8 !important;
            -webkit-text-fill-color: #1d4ed8 !important;
            font-weight: 900 !important;
            box-shadow: none;
        }
        body.theme-light .notifications-menu-badge {
            background: rgba(255, 255, 255, 0.96) !important;
            border-color: rgba(191, 219, 254, 0.58) !important;
            color: #475569 !important;
            -webkit-text-fill-color: #475569 !important;
            box-shadow: none !important;
        }
        body.theme-light .sidebar-active .notifications-menu-badge {
            background: rgba(239, 246, 255, 0.98) !important;
            border-color: rgba(96, 165, 250, 0.28) !important;
            color: #1d4ed8 !important;
            -webkit-text-fill-color: #1d4ed8 !important;
            font-weight: 900 !important;
            box-shadow: none;
        }
        body.theme-light .sidebar-active .notifications-menu-badge * {
            color: #1d4ed8 !important;
            -webkit-text-fill-color: #1d4ed8 !important;
        }
        body.theme-light .subscription-attention-banner {
            background:
                radial-gradient(circle at top left, rgba(248, 113, 113, 0.18), transparent 34%),
                linear-gradient(135deg, rgba(255, 247, 247, 0.98), rgba(255, 255, 255, 0.96)) !important;
            border-color: rgba(248, 113, 113, 0.28) !important;
            box-shadow: 0 18px 42px rgba(248, 113, 113, 0.12);
            color: #16243a !important;
        }
        body.theme-light .subscription-attention-banner :is(h3, .text-white) {
            color: #16243a !important;
        }
        body.theme-light .subscription-attention-banner :is(.text-red-100\/85, .text-red-200\/80, .text-red-100\/70, .text-red-100\/60) {
            color: #7f1d1d !important;
        }
        body.theme-light .subscription-attention-banner .text-red-200,
        body.theme-light .subscription-attention-banner .text-red-300 {
            color: #b91c1c !important;
        }
        body.theme-light .subscription-attention-banner .bg-black\/20 {
            background: rgba(255, 255, 255, 0.84) !important;
            border-color: rgba(248, 113, 113, 0.14) !important;
            box-shadow: 0 10px 24px rgba(248, 113, 113, 0.08);
        }
        body.theme-light .subscription-attention-banner button {
            background: #16243a !important;
            border-color: rgba(15, 23, 42, 0.1) !important;
            color: #ffffff !important;
        }
        body.theme-light .subscription-attention-banner button:hover {
            background: #0f172a !important;
        }
        body.theme-light .subscription-attention-banner button :is(i, span) {
            color: #ffffff !important;
        }
        body.theme-light .subscription-overview-banner {
            background:
                radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 34%),
                radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.1), transparent 32%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96)) !important;
            border-color: rgba(148, 163, 184, 0.2) !important;
            box-shadow: 0 18px 44px rgba(148, 163, 184, 0.14);
        }
        body.theme-light .subscription-overview-banner :is(h3, .text-white) {
            color: #16243a !important;
        }
        body.theme-light .subscription-overview-banner :is(.text-slate-400, .text-slate-500) {
            color: #4f627a !important;
        }
        body.theme-light .subscription-overview-banner .text-blue-300 {
            color: #1d4ed8 !important;
        }
        body.theme-light .subscription-overview-banner .text-cyan-300 {
            color: #0f766e !important;
        }
        body.theme-light .subscription-overview-banner :is(.text-red-100\/80, .text-red-200\/70) {
            color: #7f1d1d !important;
        }
        body.theme-light .subscription-overview-banner .text-red-300 {
            color: #b91c1c !important;
        }
        body.theme-light .subscription-market-card {
            background: rgba(255, 255, 255, 0.98) !important;
            box-shadow: 0 16px 38px rgba(148, 163, 184, 0.14);
        }
        body.theme-light .subscription-market-card[data-platform="yandex"] {
            background:
                radial-gradient(circle at top left, rgba(251, 191, 36, 0.18), transparent 34%),
                rgba(255, 255, 255, 0.98) !important;
        }
        body.theme-light .subscription-market-card[data-platform="ozon"] {
            background:
                radial-gradient(circle at top left, rgba(56, 189, 248, 0.18), transparent 34%),
                rgba(255, 255, 255, 0.98) !important;
        }
        body.theme-light .subscription-market-card[data-platform="wb"],
        body.theme-light .subscription-market-card[data-platform="wildberries"] {
            background:
                radial-gradient(circle at top left, rgba(217, 70, 239, 0.16), transparent 34%),
                rgba(255, 255, 255, 0.98) !important;
        }
        body.theme-light .subscription-market-card :is(.text-white, h3, p.text-white) {
            color: #16243a !important;
        }
        body.theme-light .subscription-market-card :is(.text-slate-500, .text-slate-400) {
            color: #52667f !important;
        }
        body.theme-light .subscription-market-card .text-cyan-300 {
            color: #0f766e !important;
        }
        body.theme-light .subscription-market-card .text-emerald-400 {
            color: #047857 !important;
        }
        body.theme-light .subscription-market-card .text-amber-300 {
            color: #b45309 !important;
        }
        body.theme-light .subscription-market-stat,
        body.theme-light .subscription-market-pricing {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.2) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .subscription-market-pricing .text-white {
            color: #16243a !important;
        }
        body.theme-light .subscription-market-pricing .text-slate-400,
        body.theme-light .subscription-market-pricing .text-slate-500 {
            color: #4f627a !important;
        }
        body.theme-light .subscription-detail-panel {
            background:
                radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 28%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.985), rgba(247, 250, 255, 0.96)) !important;
            border-color: rgba(148, 163, 184, 0.2) !important;
            box-shadow: 0 18px 44px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .subscription-detail-panel :is(h3, .text-white) {
            color: #16243a !important;
        }
        body.theme-light .subscription-detail-panel :is(.text-slate-400, .text-slate-500) {
            color: #51657d !important;
        }
        body.theme-light .subscription-detail-panel :is(.bg-black\/30, .bg-black\/40, .bg-white\/5) {
            background: rgba(255, 255, 255, 0.92) !important;
            border-color: rgba(148, 163, 184, 0.18) !important;
            box-shadow: 0 10px 20px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .subscription-detail-panel .text-cyan-300 {
            color: #0f766e !important;
        }
        body.theme-light .subscription-detail-panel .text-sky-200 {
            color: #075985 !important;
        }
        body.theme-light .subscription-detail-panel .text-emerald-200 {
            color: #047857 !important;
        }
        body.theme-light .subscription-detail-panel .text-amber-200\/90 {
            color: #92400e !important;
        }
        body.theme-light .subscription-detail-panel .text-red-200 {
            color: #b91c1c !important;
        }
        body.theme-light .subscription-offer-card {
            background: rgba(255, 255, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 14px 32px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .subscription-offer-card.subscription-offer-card--combo {
            background:
                radial-gradient(circle at top left, rgba(168, 85, 247, 0.14), transparent 34%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(250, 245, 255, 0.96)) !important;
            border-color: rgba(192, 132, 252, 0.22) !important;
            box-shadow: 0 16px 36px rgba(168, 85, 247, 0.12);
        }
        body.theme-light .subscription-offer-card :is(.text-white, h4, h5) {
            color: #16243a !important;
        }
        body.theme-light .subscription-offer-card :is(.text-slate-400, .text-slate-500, .text-slate-300, .text-fuchsia-100\/70, .text-fuchsia-100\/80, .text-slate-200) {
            color: #566b84 !important;
        }
        body.theme-light .subscription-offer-card .subscription-offer-chip,
        body.theme-light .subscription-offer-card .subscription-offer-service-chip {
            background: rgba(246, 250, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            color: #314155 !important;
            box-shadow: 0 8px 18px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .subscription-offer-card .subscription-offer-price-button {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: #25384e !important;
            box-shadow: 0 10px 20px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .subscription-offer-card .subscription-offer-price-button:hover {
            background: rgba(241, 245, 252, 0.98) !important;
            border-color: rgba(96, 165, 250, 0.26) !important;
        }
        body.theme-light .subscription-offer-card .subscription-offer-price-button.is-selected.subscription-offer-price-button--service {
            background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.96)) !important;
            border-color: rgba(59, 130, 246, 0.28) !important;
            color: #0f3f67 !important;
            box-shadow: 0 14px 28px rgba(59, 130, 246, 0.12);
        }
        body.theme-light .subscription-offer-card .subscription-offer-price-button.is-selected.subscription-offer-price-button--combo {
            background: linear-gradient(180deg, rgba(250, 245, 255, 0.98), rgba(243, 232, 255, 0.96)) !important;
            border-color: rgba(168, 85, 247, 0.28) !important;
            color: #6d28d9 !important;
            box-shadow: 0 14px 28px rgba(168, 85, 247, 0.12);
        }
        body.theme-light .subscription-offer-card .subscription-offer-price-caption {
            color: #5c7088 !important;
        }
        body.theme-light .subscription-offer-card .subscription-offer-price-saving {
            color: #047857 !important;
        }
        body.theme-light .subscription-offer-card .subscription-offer-current-selection,
        body.theme-light .subscription-offer-card .subscription-offer-recommendation {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .subscription-offer-card .subscription-offer-current-selection .text-slate-400,
        body.theme-light .subscription-offer-card .subscription-offer-current-selection .text-slate-500,
        body.theme-light .subscription-offer-card .subscription-offer-recommendation .text-slate-200,
        body.theme-light .subscription-offer-card .subscription-offer-recommendation .text-slate-300,
        body.theme-light .subscription-offer-card .subscription-offer-recommendation .text-slate-400 {
            color: #566b84 !important;
        }
        body.theme-light .reviews-workspace .reviews-billing-banner {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .reviews-workspace .reviews-billing-banner[data-tone="processing"] {
            background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.96)) !important;
            border-color: rgba(59, 130, 246, 0.24) !important;
        }
        body.theme-light .reviews-workspace .reviews-billing-banner[data-tone="pending"] {
            background: linear-gradient(180deg, rgba(255, 251, 235, 0.98), rgba(254, 243, 199, 0.96)) !important;
            border-color: rgba(245, 158, 11, 0.24) !important;
        }
        body.theme-light .reviews-workspace .reviews-billing-banner[data-tone="available"] {
            background: linear-gradient(180deg, rgba(236, 253, 245, 0.98), rgba(220, 252, 231, 0.96)) !important;
            border-color: rgba(34, 197, 94, 0.24) !important;
        }
        body.theme-light .reviews-workspace .reviews-billing-banner[data-tone="error"] {
            background: linear-gradient(180deg, rgba(254, 242, 242, 0.98), rgba(254, 226, 226, 0.96)) !important;
            border-color: rgba(239, 68, 68, 0.24) !important;
        }
        body.theme-light :is(.subscription-primary-button, .subscription-secondary-button, .subscription-dark-button) {
            -webkit-text-fill-color: currentColor;
        }
        body.theme-light :is(.subscription-primary-button, .subscription-secondary-button, .subscription-dark-button) :is(span, i) {
            color: inherit !important;
            -webkit-text-fill-color: currentColor;
        }
        body.theme-light .subscription-dark-button {
            background: #16243a !important;
            border-color: rgba(15, 23, 42, 0.08) !important;
            color: #ffffff !important;
            box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
        }
        body.theme-light .subscription-dark-button:hover {
            background: #0f172a !important;
            color: #ffffff !important;
        }
        body.theme-light .seller-global-banner-stripe {
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .seller-global-banner {
            box-shadow: 0 18px 42px rgba(148, 163, 184, 0.14);
        }
        body.theme-light .seller-global-banner[data-tone="neutral"],
        body.theme-light .seller-global-banner[data-tone="processing"] {
            background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.96)) !important;
            border-color: rgba(59, 130, 246, 0.24) !important;
            color: #0f3f67 !important;
        }
        body.theme-light .seller-global-banner[data-tone="available"] {
            background: linear-gradient(180deg, rgba(236, 253, 245, 0.98), rgba(220, 252, 231, 0.96)) !important;
            border-color: rgba(34, 197, 94, 0.24) !important;
            color: #166534 !important;
        }
        body.theme-light .seller-global-banner[data-tone="pending"] {
            background: linear-gradient(180deg, rgba(255, 251, 235, 0.98), rgba(254, 243, 199, 0.96)) !important;
            border-color: rgba(245, 158, 11, 0.26) !important;
            color: #92400e !important;
        }
        body.theme-light .seller-global-banner[data-tone="error"] {
            background: linear-gradient(180deg, rgba(254, 242, 242, 0.98), rgba(254, 226, 226, 0.96)) !important;
            border-color: rgba(239, 68, 68, 0.24) !important;
            color: #991b1b !important;
        }
        body.theme-light .seller-global-banner-title,
        body.theme-light .seller-global-banner-stripe-title {
            color: #16243a !important;
        }
        body.theme-light .seller-global-banner-description,
        body.theme-light .seller-global-banner-meta,
        body.theme-light .seller-global-banner-kicker,
        body.theme-light .seller-global-banner-stripe-context,
        body.theme-light .seller-global-banner-stripe-copy {
            color: inherit !important;
            opacity: 0.9;
        }
        body.theme-light .seller-global-banner-date {
            background: rgba(255, 255, 255, 0.78) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: inherit !important;
            box-shadow: 0 8px 20px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .seller-global-banner .seller-global-banner-secondary-button,
        body.theme-light .seller-global-banner-stripe .seller-global-banner-secondary-button {
            background: rgba(255, 255, 255, 0.78) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: inherit !important;
        }
        body.theme-light .seller-global-banner .seller-global-banner-secondary-button:hover,
        body.theme-light .seller-global-banner-stripe .seller-global-banner-secondary-button:hover {
            background: rgba(255, 255, 255, 0.92) !important;
        }
        body.theme-light .seller-global-banner-stat {
            background: rgba(255, 255, 255, 0.82) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .seller-global-banner-stat-label,
        body.theme-light .seller-global-banner-stat-caption {
            color: rgba(15, 23, 42, 0.62) !important;
        }
        body.theme-light .seller-global-banner-stat-value {
            color: #16243a !important;
        }
        body.theme-light .seller-global-banner-stripe[data-tone="neutral"],
        body.theme-light .seller-global-banner-stripe[data-tone="processing"] {
            background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.96)) !important;
            border-color: rgba(59, 130, 246, 0.24) !important;
            color: #0f3f67 !important;
        }
        body.theme-light .seller-global-banner-stripe[data-tone="available"] {
            background: linear-gradient(180deg, rgba(236, 253, 245, 0.98), rgba(220, 252, 231, 0.96)) !important;
            border-color: rgba(34, 197, 94, 0.24) !important;
            color: #166534 !important;
        }
        body.theme-light .seller-global-banner-stripe[data-tone="pending"] {
            background: linear-gradient(180deg, rgba(255, 251, 235, 0.98), rgba(254, 243, 199, 0.96)) !important;
            border-color: rgba(245, 158, 11, 0.26) !important;
            color: #92400e !important;
        }
        body.theme-light .seller-global-banner-stripe[data-tone="error"] {
            background: linear-gradient(180deg, rgba(254, 242, 242, 0.98), rgba(254, 226, 226, 0.96)) !important;
            border-color: rgba(239, 68, 68, 0.24) !important;
            color: #991b1b !important;
        }
        body.theme-light .seller-global-banner-stripe button {
            background: rgba(255, 255, 255, 0.72) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: inherit !important;
        }
        body.theme-light .seller-global-banner-stripe button:hover {
            background: rgba(255, 255, 255, 0.9) !important;
        }
        .subscription-pricing-note {
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(30, 41, 59, 0.56));
            color: rgba(226, 232, 240, 0.94);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        }
        .subscription-pricing-note--warning {
            border-color: rgba(245, 158, 11, 0.28);
            background: linear-gradient(135deg, rgba(120, 53, 15, 0.34), rgba(15, 23, 42, 0.9));
        }
        .subscription-pricing-note--danger {
            border-color: rgba(239, 68, 68, 0.26);
            background: linear-gradient(135deg, rgba(127, 29, 29, 0.32), rgba(15, 23, 42, 0.92));
        }
        .subscription-pricing-note-label {
            color: rgba(255, 255, 255, 0.74);
        }
        .subscription-pricing-note-copy {
            color: rgba(248, 250, 252, 0.96);
        }
        body.theme-light .subscription-pricing-note {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)) !important;
            border-color: rgba(148, 163, 184, 0.18) !important;
            box-shadow: 0 12px 28px rgba(148, 163, 184, 0.1);
        }
        body.theme-light .subscription-pricing-note--warning {
            background: linear-gradient(180deg, rgba(255, 251, 235, 0.98), rgba(254, 243, 199, 0.96)) !important;
            border-color: rgba(245, 158, 11, 0.26) !important;
        }
        body.theme-light .subscription-pricing-note--danger {
            background: linear-gradient(180deg, rgba(254, 242, 242, 0.98), rgba(254, 226, 226, 0.96)) !important;
            border-color: rgba(239, 68, 68, 0.24) !important;
        }
        body.theme-light .subscription-pricing-note-label {
            color: rgba(15, 23, 42, 0.58) !important;
        }
        body.theme-light .subscription-pricing-note-copy {
            color: #16243a !important;
        }
        body.theme-light .subscription-primary-button {
            background: rgba(219, 234, 254, 0.92) !important;
            border-color: rgba(96, 165, 250, 0.34) !important;
            color: #0f3f67 !important;
            box-shadow: 0 10px 20px rgba(59, 130, 246, 0.1);
        }
        body.theme-light .subscription-primary-button:hover {
            background: rgba(191, 219, 254, 0.96) !important;
            border-color: rgba(59, 130, 246, 0.42) !important;
            color: #0b3556 !important;
        }
        body.theme-light .subscription-primary-button:disabled {
            opacity: 1 !important;
            background: rgba(226, 232, 240, 0.92) !important;
            border-color: rgba(148, 163, 184, 0.28) !important;
            color: #6b7f95 !important;
            box-shadow: none;
        }
        body.theme-light .subscription-secondary-button {
            background: rgba(255, 255, 255, 0.92) !important;
            border-color: rgba(148, 163, 184, 0.26) !important;
            color: #314155 !important;
            box-shadow: 0 10px 20px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .subscription-secondary-button:hover {
            background: rgba(241, 245, 249, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.34) !important;
            color: #16243a !important;
        }
        body.theme-light .subscription-secondary-button:disabled {
            opacity: 1 !important;
            background: rgba(248, 250, 252, 0.94) !important;
            border-color: rgba(203, 213, 225, 0.5) !important;
            color: #94a3b8 !important;
            box-shadow: none;
        }
        body.theme-light .stock-modal-overlay {
            background: rgba(15, 23, 42, 0.38);
            backdrop-filter: blur(8px);
        }
        body.theme-light .stock-modal-panel {
            background:
                radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 28%),
                rgba(255, 255, 255, 0.985) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
            color: #16243a !important;
        }
        body.theme-light .stock-modal-panel :is(h3, .text-white) {
            color: #16243a !important;
        }
        body.theme-light .stock-modal-panel :is(.text-slate-400, .text-slate-500, .text-slate-600) {
            color: #5b6f89 !important;
        }
        body.theme-light .stock-modal-panel .bg-white\/5,
        body.theme-light .stock-modal-panel .bg-black\/20,
        body.theme-light .stock-modal-panel .bg-black\/40 {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .stock-modal-panel textarea,
        body.theme-light .stock-modal-panel input[type="date"] {
            background: rgba(255, 255, 255, 0.96) !important;
            border-color: rgba(148, 163, 184, 0.32) !important;
            color: #16243a !important;
        }
        body.theme-light .stock-modal-panel textarea::placeholder,
        body.theme-light .stock-modal-panel input[type="date"]::placeholder {
            color: #7c8ca5 !important;
        }
        body.theme-light .stock-modal-panel .text-blue-300,
        body.theme-light .stock-modal-panel .text-blue-400 {
            color: #2563eb !important;
        }
        body.theme-light .stock-modal-panel .text-emerald-300,
        body.theme-light .stock-modal-panel .text-emerald-400 {
            color: #047857 !important;
        }
        body.theme-light .stock-modal-panel .text-red-300,
        body.theme-light .stock-modal-panel .text-red-400,
        body.theme-light .stock-modal-panel .text-red-500\/80 {
            color: #dc2626 !important;
        }
        body.theme-light .stock-modal-panel .stock-key-card {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.18) !important;
            box-shadow: 0 10px 22px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .stock-modal-panel .stock-key-card[class*="border-emerald-500"] {
            border-color: rgba(16, 185, 129, 0.22) !important;
        }
        body.theme-light .stock-modal-panel .stock-key-card[class*="border-red-500"] {
            border-color: rgba(239, 68, 68, 0.2) !important;
        }
        body.theme-light .stock-modal-panel button.bg-white\/5.border-white\/10 {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: #24364f !important;
        }
        body.theme-light .stock-modal-panel button.bg-white\/5.border-white\/10:hover {
            background: rgba(37, 99, 235, 0.08) !important;
            border-color: rgba(37, 99, 235, 0.2) !important;
            color: #1d4ed8 !important;
        }
        body.theme-light button.bg-white\/5.border-white\/10.text-white,
        body.theme-light button.bg-white\/5.border-white\/10.text-slate-500 {
            color: #314155 !important;
            border-color: rgba(148, 163, 184, 0.35) !important;
            background: rgba(236, 242, 249, 0.92) !important;
        }
        body.theme-light button.bg-white\/5.border-white\/10.text-white i,
        body.theme-light button.bg-white\/5.border-white\/10.text-slate-500 i {
            color: inherit !important;
        }
        body.theme-light button.bg-white\/5.border-white\/10.text-white:hover,
        body.theme-light button.bg-white\/5.border-white\/10.text-slate-500:hover {
            background: rgba(220, 230, 244, 0.98) !important;
            color: #16243a !important;
        }
        body.theme-light button.border-emerald-400\/20.bg-emerald-500\/10.text-white,
        body.theme-light button.border-emerald-400\/20.bg-emerald-500\/10.text-emerald-200 {
            color: #047857 !important;
            background: rgba(16, 185, 129, 0.12) !important;
        }
        body.theme-light button.border-emerald-400\/20.bg-emerald-500\/10.text-white:hover,
        body.theme-light button.border-emerald-400\/20.bg-emerald-500\/10.text-emerald-200:hover {
            color: #065f46 !important;
            background: rgba(16, 185, 129, 0.18) !important;
        }
        body.theme-light button.border-sky-400\/20.bg-sky-500\/10.text-white,
        body.theme-light button.border-sky-400\/20.bg-sky-500\/10.text-sky-300 {
            color: #075985 !important;
            background: rgba(14, 165, 233, 0.11) !important;
        }
        body.theme-light button.border-sky-400\/20.bg-sky-500\/10.text-white:hover,
        body.theme-light button.border-sky-400\/20.bg-sky-500\/10.text-sky-300:hover {
            color: #0c4a6e !important;
            background: rgba(14, 165, 233, 0.16) !important;
        }
        body.theme-light button.border-rose-400\/20.bg-rose-500\/10.text-white,
        body.theme-light button.border-rose-400\/20.bg-rose-500\/10.text-rose-300 {
            color: #be123c !important;
            background: rgba(244, 63, 94, 0.1) !important;
        }
        body.theme-light button.border-rose-400\/20.bg-rose-500\/10.text-white:hover,
        body.theme-light button.border-rose-400\/20.bg-rose-500\/10.text-rose-300:hover {
            color: #9f1239 !important;
            background: rgba(244, 63, 94, 0.15) !important;
        }
        body.theme-light button.border-amber-400\/20.bg-amber-500\/10.text-white,
        body.theme-light button.border-amber-400\/20.bg-amber-500\/10.text-amber-300 {
            color: #b45309 !important;
            background: rgba(245, 158, 11, 0.12) !important;
        }
        body.theme-light button.border-amber-400\/20.bg-amber-500\/10.text-white:hover,
        body.theme-light button.border-amber-400\/20.bg-amber-500\/10.text-amber-300:hover {
            color: #92400e !important;
            background: rgba(245, 158, 11, 0.18) !important;
        }
        body.theme-light .glass .font-mono.text-xs.text-blue-300,
        body.theme-light .glass .font-mono.text-xs.text-emerald-300,
        body.theme-light .glass .font-mono.text-xs.text-red-300 {
            color: inherit !important;
        }
        body.theme-light .glass .border-emerald-500\/10 {
            border-color: rgba(5, 150, 105, 0.22) !important;
        }
        body.theme-light .glass .border-red-500\/10 {
            border-color: rgba(220, 38, 38, 0.18) !important;
        }
        body.theme-light .glass .bg-white\/5 .text-[10px].font-sans,
        body.theme-light .glass .bg-white\/5 .text-\[10px\] {
            color: #5d6d84 !important;
        }
        body.theme-light .shops-workspace {
            color: #16243a;
        }
        body.theme-light .shops-workspace :is(.text-slate-500, .text-slate-400) {
            color: #52657d !important;
        }
        body.theme-light .shops-workspace .shops-kicker {
            color: #52657d !important;
        }
        body.theme-light .shops-workspace .shops-soft-copy {
            color: #495d76 !important;
        }
        body.theme-light .shops-workspace .shops-health-note,
        body.theme-light .shops-workspace .shops-server-note,
        body.theme-light .shops-workspace .shops-autoimport-card {
            background: rgba(250, 252, 255, 0.97) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.1);
        }
        body.theme-light .shops-workspace .shops-health-note,
        body.theme-light .shops-workspace .shops-server-note,
        body.theme-light .shops-workspace .shops-autoimport-copy {
            color: #42566f !important;
        }
        body.theme-light .shops-workspace .shops-autoimport-warning {
            color: #9a5b00 !important;
            background: rgba(245, 158, 11, 0.14) !important;
            border: 1px solid rgba(217, 119, 6, 0.24) !important;
            border-radius: 1rem;
            padding: 0.85rem 0.95rem;
            font-weight: 700;
        }
        body.theme-light .shops-workspace .shops-sync-status {
            color: #047857 !important;
            letter-spacing: 0.14em;
        }
        body.theme-light .shops-workspace .shops-sync-status.is-off {
            color: #52657d !important;
        }
        body.theme-light .shops-workspace .shops-autoimport-toggle-label {
            color: #52657d !important;
        }
        body.theme-light .shops-workspace .shops-autoimport-title.is-active {
            color: #0369a1 !important;
        }
        body.theme-light .shops-workspace .shops-import-report-copy {
            color: #50647d !important;
        }
        body.theme-light .text-amber-200\/80 {
            color: #9a5b00 !important;
        }
        body.theme-light .glass .bg-black\/40 input[type=\"date\"] {
            color: #16243a !important;
        }
        body.theme-light .glass .bg-white\/5.border.border-white\/10.rounded-3xl.p-4.space-y-4 {
            background: rgba(239, 244, 251, 0.95) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
        }
        body.theme-light .glass .inline-flex.bg-emerald-500\/10,
        body.theme-light .glass .inline-flex.bg-emerald-500\/12,
        body.theme-light .glass .inline-flex.bg-red-500\/10,
        body.theme-light .glass .inline-flex.bg-red-500\/12,
        body.theme-light .glass .inline-flex.bg-sky-500\/10,
        body.theme-light .glass .inline-flex.bg-sky-500\/12,
        body.theme-light .glass .inline-flex.bg-cyan-500\/10,
        body.theme-light .glass .inline-flex.bg-cyan-500\/12,
        body.theme-light .glass .inline-flex.bg-amber-500\/10,
        body.theme-light .glass .inline-flex.bg-amber-500\/12,
        body.theme-light .glass .inline-flex.bg-fuchsia-500\/10 {
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
        }
        body.theme-light .glass .inline-flex.bg-cyan-500\/12,
        body.theme-light .glass .inline-flex.bg-cyan-500\/10 {
            color: #0e7490 !important;
        }
        body.theme-light .glass .inline-flex.bg-amber-500\/12,
        body.theme-light .glass .inline-flex.bg-amber-500\/10 {
            color: #b45309 !important;
        }
        body.theme-light .glass .inline-flex.bg-emerald-500\/12,
        body.theme-light .glass .inline-flex.bg-emerald-500\/10 {
            color: #047857 !important;
        }
        body.theme-light .glass .inline-flex.bg-red-500\/12,
        body.theme-light .glass .inline-flex.bg-red-500\/10 {
            color: #dc2626 !important;
        }
        body.theme-light .group:hover .group-hover\:text-blue-500 {
            color: #2563eb !important;
        }
        body.theme-light input[type="date"]::-webkit-calendar-picker-indicator { filter: none; opacity: 0.8; }
        body.theme-light .founder-admin-dashboard,
        body.theme-light .founder-admin-modal {
            color: #16243a;
        }
        body.theme-light .founder-admin-dashboard .glass,
        body.theme-light .founder-admin-modal.glass {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 255, 0.95)) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        }
        body.theme-light .founder-admin-dashboard :is(.bg-black\/20, .bg-black\/30, .bg-black\/40, .bg-white\/5),
        body.theme-light .founder-admin-modal :is(.bg-black\/20, .bg-black\/30, .bg-black\/40, .bg-white\/5) {
            background: rgba(255, 255, 255, 0.97) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            box-shadow: 0 10px 24px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .founder-admin-dashboard :is(.text-white, .hover\:text-white:hover),
        body.theme-light .founder-admin-modal :is(.text-white, .hover\:text-white:hover) {
            color: #16243a !important;
        }
        body.theme-light .founder-admin-dashboard :is(.text-slate-500, .text-slate-400, .text-slate-300),
        body.theme-light .founder-admin-modal :is(.text-slate-500, .text-slate-400, .text-slate-300) {
            color: #4e6179 !important;
        }
        body.theme-light .founder-admin-dashboard :is(.text-blue-200, .text-fuchsia-100, .text-red-200),
        body.theme-light .founder-admin-modal :is(.text-blue-200, .text-fuchsia-100, .text-red-200) {
            color: #16243a !important;
        }
        body.theme-light .founder-admin-dashboard button,
        body.theme-light .founder-admin-modal button {
            line-height: 1.3;
        }
        body.theme-light .founder-admin-dashboard button:disabled,
        body.theme-light .founder-admin-modal button:disabled {
            background: rgba(226, 232, 240, 0.94) !important;
            border-color: rgba(148, 163, 184, 0.26) !important;
            color: #64748b !important;
            box-shadow: none !important;
            opacity: 1 !important;
        }
        body.theme-light .founder-admin-dashboard button:disabled :is(span, i),
        body.theme-light .founder-admin-modal button:disabled :is(span, i) {
            color: #64748b !important;
        }
        body.theme-light .founder-admin-dashboard .admin-row:hover {
            background: rgba(37, 99, 235, 0.06) !important;
            border-left-color: #2563eb;
        }
        body.theme-light .founder-admin-modal-overlay {
            background: rgba(15, 23, 42, 0.78) !important;
        }
        body.theme-light .founder-admin-dashboard .founder-admin-control,
        body.theme-light .founder-admin-modal .founder-admin-control {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.28) !important;
            color: #16243a !important;
        }
        body.theme-light .founder-admin-modal .founder-admin-email {
            color: #16243a !important;
            overflow-wrap: anywhere;
        }
        body.theme-light .founder-admin-dashboard .text-slate-500,
        body.theme-light .founder-admin-modal .text-slate-500 {
            color: #1f3550 !important;
        }
        body.theme-light .founder-admin-dashboard .text-slate-400,
        body.theme-light .founder-admin-modal .text-slate-400 {
            color: #2b4462 !important;
        }
        body.theme-light .founder-admin-dashboard .text-slate-300,
        body.theme-light .founder-admin-dashboard .text-slate-200,
        body.theme-light .founder-admin-modal .text-slate-300,
        body.theme-light .founder-admin-modal .text-slate-200 {
            color: #16243a !important;
        }
        body.theme-light .founder-admin-dashboard :is(.text-fuchsia-50, .text-fuchsia-100, .text-fuchsia-200),
        body.theme-light .founder-admin-modal :is(.text-fuchsia-50, .text-fuchsia-100, .text-fuchsia-200) {
            color: #7c3aed !important;
        }
        body.theme-light .founder-admin-dashboard :is(.text-orange-300, .text-orange-400),
        body.theme-light .founder-admin-modal :is(.text-orange-300, .text-orange-400) {
            color: #c2410c !important;
        }
        body.theme-light .founder-admin-dashboard :is(.text-amber-300, .text-amber-400),
        body.theme-light .founder-admin-modal :is(.text-amber-300, .text-amber-400) {
            color: #b45309 !important;
        }
        body.theme-light .founder-admin-dashboard :is(.text-emerald-300, .text-emerald-400),
        body.theme-light .founder-admin-modal :is(.text-emerald-300, .text-emerald-400) {
            color: #047857 !important;
        }
        body.theme-light .founder-admin-dashboard .founder-period-switcher,
        body.theme-light .founder-admin-modal .founder-period-switcher {
            background: rgba(241, 245, 249, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.28) !important;
            box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.1);
        }
        body.theme-light .founder-admin-dashboard .founder-period-button,
        body.theme-light .founder-admin-modal .founder-period-button {
            color: #24374f !important;
            font-weight: 900;
        }
        body.theme-light .founder-admin-dashboard .founder-period-button:not(.is-active),
        body.theme-light .founder-admin-modal .founder-period-button:not(.is-active) {
            color: #334155 !important;
        }
        body.theme-light .founder-admin-dashboard .founder-period-button:hover,
        body.theme-light .founder-admin-modal .founder-period-button:hover {
            color: #16243a !important;
            background: rgba(37, 99, 235, 0.12) !important;
        }
        body.theme-light .founder-admin-dashboard .founder-period-button.is-active,
        body.theme-light .founder-admin-modal .founder-period-button.is-active {
            background: #2563eb !important;
            color: #ffffff !important;
            box-shadow: 0 10px 20px rgba(37, 99, 235, 0.16);
        }
        body.theme-light .founder-admin-dashboard .founder-primary-button,
        body.theme-light .founder-admin-modal .founder-primary-button {
            background: #2563eb !important;
            border-color: #2563eb !important;
            color: #ffffff !important;
            box-shadow: 0 14px 28px rgba(37, 99, 235, 0.16);
        }
        body.theme-light .founder-admin-dashboard .founder-primary-button:disabled,
        body.theme-light .founder-admin-modal .founder-primary-button:disabled {
            background: rgba(226, 232, 240, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.52) !important;
            color: #24374f !important;
            box-shadow: none !important;
        }
        body.theme-light .founder-admin-dashboard .founder-primary-button:disabled :is(span, i),
        body.theme-light .founder-admin-modal .founder-primary-button:disabled :is(span, i) {
            color: #24374f !important;
        }
        body.theme-light .founder-admin-dashboard .founder-primary-button:hover,
        body.theme-light .founder-admin-modal .founder-primary-button:hover {
            background: #1d4ed8 !important;
            border-color: #1d4ed8 !important;
        }
        body.theme-light .founder-admin-dashboard .founder-secondary-button,
        body.theme-light .founder-admin-modal .founder-secondary-button {
            background: rgba(255, 255, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.3) !important;
            color: #16243a !important;
        }
        body.theme-light .founder-admin-dashboard .founder-secondary-button:hover,
        body.theme-light .founder-admin-modal .founder-secondary-button:hover {
            background: rgba(239, 246, 255, 0.98) !important;
            border-color: rgba(96, 165, 250, 0.34) !important;
        }
        body.theme-light .founder-admin-dashboard .founder-soft-empty,
        body.theme-light .founder-admin-modal .founder-soft-empty {
            color: #1f3148 !important;
            background: rgba(248, 250, 252, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.28) !important;
            box-shadow: 0 14px 28px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell {
            background:
                radial-gradient(circle at top right, rgba(191, 219, 254, 0.2), transparent 26%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(247, 250, 255, 0.985)) !important;
            border-color: rgba(191, 219, 254, 0.34) !important;
            box-shadow: 0 24px 52px rgba(148, 163, 184, 0.16);
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell :is(
            .founder-user-modal-profile-shell,
            .founder-user-modal-overview-hero,
            .founder-user-modal-personal-data-panel
        ) {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top left, rgba(191, 219, 254, 0.18), transparent 28%),
                linear-gradient(160deg, rgba(255, 255, 255, 0.996), rgba(246, 250, 255, 0.986) 58%, rgba(255, 250, 245, 0.982)) !important;
            border-color: rgba(191, 219, 254, 0.34) !important;
            box-shadow: 0 22px 42px rgba(148, 163, 184, 0.12);
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell :is(
            .founder-user-modal-profile-highlight,
            .founder-user-modal-signal-card,
            .founder-user-modal-primary-card,
            .founder-user-modal-action-button,
            .founder-user-modal-personal-data-select-card,
            .founder-user-modal-personal-data-note,
            .founder-user-modal-personal-data-info-card
        ) {
            background: rgba(255, 255, 255, 0.97) !important;
            border-color: rgba(191, 219, 254, 0.3) !important;
            box-shadow: 0 14px 28px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell :is(
            .founder-user-modal-profile-eyebrow,
            .founder-user-modal-overview-eyebrow
        ) {
            color: #2563eb !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell :is(
            .text-slate-500,
            .text-slate-400
        ) {
            color: #6b7c93 !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell :is(
            .text-slate-300,
            .text-slate-200
        ) {
            color: #43546a !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell :is(
            .text-blue-200\/80,
            .text-cyan-200\/90
        ) {
            color: #2563eb !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell .text-emerald-200\/90 {
            color: #0f766e !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell :is(
            .bg-amber-500\/5,
            .bg-cyan-500\/5,
            .bg-blue-500\/5
        ) {
            background: rgba(248, 250, 255, 0.94) !important;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell .bg-amber-500\/5 {
            border-color: rgba(251, 191, 36, 0.24) !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell .bg-cyan-500\/5 {
            border-color: rgba(56, 189, 248, 0.24) !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell .bg-blue-500\/5 {
            border-color: rgba(96, 165, 250, 0.24) !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell .bg-white\/5.text-slate-400 {
            background: rgba(241, 245, 249, 0.98) !important;
            border-color: rgba(203, 213, 225, 0.42) !important;
            color: #64748b !important;
        }
        body.theme-light .founder-admin-modal.founder-user-modal-shell .founder-user-modal-action-button:hover {
            background: rgba(239, 246, 255, 0.99) !important;
            border-color: rgba(96, 165, 250, 0.34) !important;
        }
        body.theme-light .founder-admin-dashboard .founder-crm-command-panel {
            background:
                radial-gradient(circle at top left, rgba(191, 219, 254, 0.18), transparent 26%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.994), rgba(250, 252, 255, 0.98)) !important;
            border-color: rgba(191, 219, 254, 0.38) !important;
            box-shadow: 0 20px 42px rgba(191, 219, 254, 0.14);
        }
        body.theme-light .founder-admin-dashboard .founder-crm-summary-card {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 7.5rem;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(248, 250, 255, 0.97)) !important;
            border-color: rgba(203, 213, 225, 0.34) !important;
            box-shadow: 0 14px 26px rgba(191, 219, 254, 0.1);
        }
        body.theme-light .founder-admin-dashboard .founder-crm-summary-label {
            display: block;
            min-height: 3rem;
            line-height: 1.28;
            color: #64748b !important;
        }
        body.theme-light .founder-admin-dashboard .founder-crm-summary-value {
            margin-top: auto !important;
            line-height: 1;
            font-variant-numeric: tabular-nums;
            font-feature-settings: "tnum" 1;
        }
        body.theme-light .founder-admin-dashboard .founder-workspace-hero {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top right, rgba(125, 211, 252, 0.2), transparent 24%),
                radial-gradient(circle at top left, rgba(251, 191, 36, 0.12), transparent 28%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.996), rgba(246, 250, 255, 0.988) 56%, rgba(255, 248, 241, 0.984)) !important;
            border-color: rgba(191, 219, 254, 0.42) !important;
            box-shadow: 0 22px 44px rgba(191, 219, 254, 0.14);
        }
        body.theme-light .founder-admin-dashboard .founder-analytics-mix-hero {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top left, rgba(103, 232, 249, 0.22), transparent 28%),
                radial-gradient(circle at bottom right, rgba(191, 219, 254, 0.16), transparent 26%),
                linear-gradient(160deg, rgba(255, 255, 255, 0.995), rgba(240, 252, 255, 0.988) 58%, rgba(243, 248, 255, 0.982)) !important;
            border-color: rgba(103, 232, 249, 0.36) !important;
            box-shadow: 0 22px 42px rgba(56, 189, 248, 0.11);
        }
        body.theme-light .founder-admin-dashboard .founder-crm-focus-card {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top left, rgba(167, 243, 208, 0.28), transparent 26%),
                radial-gradient(circle at bottom right, rgba(191, 219, 254, 0.16), transparent 28%),
                linear-gradient(160deg, rgba(253, 255, 254, 0.995), rgba(240, 253, 247, 0.988) 54%, rgba(246, 250, 255, 0.982)) !important;
            border-color: rgba(110, 231, 183, 0.34) !important;
            box-shadow: 0 22px 42px rgba(16, 185, 129, 0.1);
        }
        body.theme-light .founder-admin-dashboard .founder-crm-queue-card {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top right, rgba(191, 219, 254, 0.28), transparent 24%),
                linear-gradient(160deg, rgba(255, 255, 255, 0.996), rgba(245, 249, 255, 0.988) 62%, rgba(239, 246, 255, 0.982)) !important;
            border-color: rgba(191, 219, 254, 0.46) !important;
            box-shadow: 0 20px 38px rgba(96, 165, 250, 0.1);
        }
        body.theme-light .founder-admin-dashboard .founder-incidents-focus-card {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at top left, rgba(254, 205, 211, 0.28), transparent 24%),
                radial-gradient(circle at bottom right, rgba(253, 230, 138, 0.12), transparent 30%),
                linear-gradient(160deg, rgba(255, 255, 255, 0.995), rgba(255, 244, 247, 0.988) 58%, rgba(255, 249, 250, 0.984)) !important;
            border-color: rgba(251, 113, 133, 0.3) !important;
            box-shadow: 0 22px 42px rgba(244, 63, 94, 0.1);
        }
        body.theme-light .founder-admin-dashboard .founder-workspace-hero-chip {
            background: rgba(239, 246, 255, 0.96) !important;
            border-color: rgba(96, 165, 250, 0.22) !important;
            color: #1d4ed8 !important;
        }
        body.theme-light .founder-admin-dashboard .founder-workspace-hero-title {
            color: #0f172a !important;
        }
        body.theme-light .founder-admin-dashboard .founder-workspace-hero-description {
            color: #475569 !important;
            max-width: 42rem;
        }
        body.theme-light .founder-admin-dashboard .admin-billing-panel {
            background:
                radial-gradient(circle at top left, rgba(59, 130, 246, 0.08), transparent 30%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(247, 250, 255, 0.96)) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            box-shadow: 0 20px 44px rgba(148, 163, 184, 0.14);
        }
        body.theme-light .founder-admin-dashboard .admin-billing-save-dock {
            background:
                radial-gradient(circle at top left, rgba(191, 219, 254, 0.24), transparent 28%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.994), rgba(244, 250, 255, 0.982)) !important;
            border-color: rgba(125, 211, 252, 0.34) !important;
            box-shadow: 0 20px 40px rgba(125, 211, 252, 0.12);
        }
        body.theme-light .founder-admin-dashboard :is(
            .admin-billing-summary-card,
            .admin-billing-platform-card,
            .admin-billing-module-preview-card,
            .admin-billing-side-card,
            .admin-billing-offers-panel,
            .admin-billing-offer-card
        ) {
            background: rgba(255, 255, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            box-shadow: 0 14px 30px rgba(148, 163, 184, 0.1);
        }
        body.theme-light .founder-admin-dashboard .admin-billing-architecture-card {
            background:
                radial-gradient(circle at top left, rgba(191, 219, 254, 0.22), transparent 28%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.994), rgba(245, 249, 255, 0.982)) !important;
            border-color: rgba(191, 219, 254, 0.34) !important;
            box-shadow: 0 20px 40px rgba(191, 219, 254, 0.12);
        }
        body.theme-light .founder-admin-dashboard :is(
            .founder-workspace-hero,
            .founder-analytics-mix-hero,
            .founder-crm-focus-card,
            .founder-incidents-focus-card,
            .founder-crm-queue-card
        ) :is(
            .text-white,
            .text-slate-50,
            .text-slate-100,
            .text-slate-200,
            .text-slate-300,
            .text-slate-400,
            .text-slate-500
        ) {
            color: #334155 !important;
        }
        body.theme-light .founder-admin-dashboard .founder-analytics-mix-hero :is(
            .text-cyan-100,
            .text-cyan-200,
            .text-cyan-300
        ) {
            color: #0284c7 !important;
        }
        body.theme-light .founder-admin-dashboard .founder-crm-focus-card :is(
            .text-emerald-50,
            .text-emerald-100,
            .text-emerald-200,
            .text-emerald-300
        ) {
            color: #0f766e !important;
        }
        body.theme-light .founder-admin-dashboard .founder-crm-queue-card :is(
            .text-cyan-100,
            .text-cyan-200,
            .text-cyan-300
        ) {
            color: #2563eb !important;
        }
        body.theme-light .founder-admin-dashboard .founder-incidents-focus-card :is(
            .text-rose-100,
            .text-rose-200,
            .text-rose-300
        ) {
            color: #e11d48 !important;
        }
        body.theme-light .founder-admin-dashboard .founder-workspace-hero .text-orange-200,
        body.theme-light .founder-admin-dashboard .founder-incidents-focus-card .text-orange-200 {
            color: #c2410c !important;
        }
        body.theme-light .founder-admin-dashboard :is(.founder-crm-focus-context, .founder-crm-focus-email) {
            background: rgba(255, 255, 255, 0.9) !important;
            border-color: rgba(191, 219, 254, 0.34) !important;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
        }
        body.theme-light .founder-admin-dashboard .founder-crm-focus-card button {
            background: rgba(15, 118, 110, 0.08) !important;
            border-color: rgba(45, 212, 191, 0.28) !important;
            color: #0f766e !important;
        }
        body.theme-light .founder-admin-dashboard .founder-crm-focus-card button:hover {
            background: rgba(15, 118, 110, 0.13) !important;
        }
        body.theme-light .founder-admin-dashboard .founder-incidents-focus-card button {
            background: rgba(225, 29, 72, 0.07) !important;
            border-color: rgba(251, 113, 133, 0.26) !important;
            color: #be123c !important;
        }
        body.theme-light .founder-admin-dashboard .founder-incidents-focus-card button:hover {
            background: rgba(225, 29, 72, 0.12) !important;
        }
        body.theme-light .founder-admin-dashboard .founder-crm-queue-card button {
            background: rgba(255, 255, 255, 0.98) !important;
            border-color: rgba(203, 213, 225, 0.34) !important;
            box-shadow: 0 12px 22px rgba(191, 219, 254, 0.1);
        }
        body.theme-light .founder-admin-dashboard .founder-crm-queue-card button:hover {
            background: rgba(248, 250, 255, 0.99) !important;
            border-color: rgba(147, 197, 253, 0.36) !important;
        }
        body.theme-light .founder-admin-dashboard .founder-crm-queue-card button[class*="ring-1"] {
            background: linear-gradient(135deg, rgba(239, 246, 255, 0.99), rgba(248, 250, 255, 0.985)) !important;
            border-color: rgba(96, 165, 250, 0.4) !important;
            box-shadow: inset 3px 0 0 #2563eb, 0 14px 26px rgba(96, 165, 250, 0.14) !important;
        }
        body.theme-light .founder-admin-dashboard .admin-billing-combo-shell {
            background:
                radial-gradient(circle at top left, rgba(224, 231, 255, 0.26), transparent 28%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.994), rgba(250, 248, 255, 0.982)) !important;
            border-color: rgba(196, 181, 253, 0.3) !important;
            box-shadow: 0 20px 44px rgba(196, 181, 253, 0.12);
        }
        body.theme-light .founder-admin-dashboard .admin-billing-combo-editor {
            background: rgba(255, 255, 255, 0.975) !important;
            border-color: rgba(192, 132, 252, 0.24) !important;
            box-shadow: 0 14px 30px rgba(148, 163, 184, 0.11);
        }
        body.theme-light .founder-admin-dashboard :is(
            .admin-billing-inline-note,
            .admin-billing-usage-card,
            .admin-billing-price-card,
            .admin-billing-code-box
        ) {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            box-shadow: 0 10px 22px rgba(148, 163, 184, 0.08);
        }
        body.theme-light .founder-admin-dashboard :is(.admin-billing-service-chip, .admin-billing-feature-chip) {
            background: rgba(245, 248, 252, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: #3c5068 !important;
        }
        body.theme-light .founder-admin-dashboard .admin-billing-service-chip {
            background: rgba(239, 246, 255, 0.98) !important;
            border-color: rgba(96, 165, 250, 0.24) !important;
            color: #0f4c81 !important;
        }
        body.theme-light .founder-admin-dashboard .admin-billing-choice-button {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.22) !important;
            color: #42566d !important;
        }
        body.theme-light .founder-admin-dashboard .admin-billing-choice-button:hover {
            background: rgba(241, 245, 249, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.32) !important;
            color: #213248 !important;
        }
        body.theme-light .founder-admin-dashboard .admin-billing-choice-button.is-selected {
            background: rgba(243, 232, 255, 0.98) !important;
            border-color: rgba(192, 132, 252, 0.36) !important;
            color: #7c3aed !important;
        }
        body.theme-light .founder-admin-dashboard .admin-billing-combo-editor textarea {
            background: rgba(248, 251, 255, 0.98) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            color: #16243a !important;
        }
        body.theme-light .founder-admin-dashboard .admin-billing-combo-save-button {
            border-color: rgba(192, 132, 252, 0.3) !important;
            background: rgba(243, 232, 255, 0.98) !important;
            color: #6d28d9 !important;
            box-shadow: 0 10px 22px rgba(192, 132, 252, 0.14);
        }
        body.theme-light .founder-admin-dashboard .admin-billing-combo-save-button:hover {
            background: rgba(233, 213, 255, 0.98) !important;
            color: #5b21b6 !important;
        }

        .landing-shell {
            background:
                radial-gradient(circle at 12% 18%, rgba(59, 130, 246, 0.24), transparent 26%),
                radial-gradient(circle at 85% 14%, rgba(52, 211, 153, 0.16), transparent 22%),
                radial-gradient(circle at 72% 76%, rgba(251, 191, 36, 0.12), transparent 24%),
                linear-gradient(140deg, #07111f 0%, #0b1530 52%, #091221 100%);
            overflow-x: clip;
        }
        .landing-grid {
            background-image:
                linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
            background-size: 34px 34px;
        }
        .landing-panel {
            background: rgba(255, 255, 255, 0.94);
            border: 1px solid rgba(255, 255, 255, 0.55);
            box-shadow: 0 24px 80px rgba(6, 17, 40, 0.22);
        }
        .landing-dark-panel {
            background: rgba(9, 16, 30, 0.82);
            border: 1px solid rgba(148, 163, 184, 0.12);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
        }
        .landing-soft-dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            display: inline-flex;
        }
        .landing-premium-title {
            letter-spacing: -0.05em;
            line-height: 0.95;
        }
        .landing-screen {
            background:
                linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, rgba(17, 24, 39, 0.94) 100%);
            border: 1px solid rgba(148, 163, 184, 0.12);
            box-shadow: 0 18px 46px rgba(15, 23, 42, 0.22);
        }
        .landing-screen-light {
            background:
                linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
            border: 1px solid rgba(148, 163, 184, 0.22);
            box-shadow: 0 14px 30px rgba(148, 163, 184, 0.14);
        }
        .landing-footer-link {
            transition: all 0.2s ease;
        }
        .landing-footer-link:hover {
            transform: translateY(-1px);
        }
        .landing-doc-card {
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(255, 255, 255, 0.55);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
        }
        .landing-auth-card {
            background: linear-gradient(180deg, rgba(15, 23, 42, 0.97) 0%, rgba(17, 24, 39, 0.96) 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 26px 72px rgba(2, 6, 23, 0.42);
        }
        .landing-register-check a {
            color: #60a5fa;
            font-weight: 800;
        }
        .landing-register-check a:hover {
            color: #93c5fd;
        }

        body.landing-v2-modal-open {
            overflow: hidden;
        }
        .landing-cookie-banner {
            position: fixed;
            left: 50%;
            bottom: 16px;
            transform: translateX(-50%);
            z-index: 110;
            pointer-events: auto;
            width: min(860px, calc(100vw - 24px));
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 8px 14px;
            align-items: center;
            padding: 10px 14px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.97);
            border: 1px solid rgba(216, 226, 242, 0.98);
            box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
            color: #0f172a;
        }
        .landing-cookie-main {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
        }
        .landing-cookie-icon {
            width: 28px;
            height: 28px;
            border-radius: 10px;
            background: rgba(79, 110, 247, 0.1);
            color: #4f6ef7;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 12px;
        }
        .landing-cookie-overline {
            margin: 0 0 1px;
            font-size: 8px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            color: #4f6ef7;
        }
        .landing-cookie-title {
            margin: 0 0 1px;
            font-size: 13px;
            line-height: 1.2;
            letter-spacing: -0.01em;
            font-weight: 700;
            color: #0f172a;
        }
        .landing-cookie-copy {
            margin: 0;
            font-size: 10px;
            line-height: 1.45;
            color: #64748b;
        }
        .landing-cookie-actions {
            display: flex;
            justify-content: flex-end;
            gap: 8px;
            flex-wrap: wrap;
        }
        .landing-cookie-action {
            position: relative;
            z-index: 2;
            pointer-events: auto;
            cursor: pointer;
            border-radius: 999px;
            padding: 8px 10px;
            font-size: 9px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            transition: transform 0.18s ease, background 0.18s ease;
            white-space: nowrap;
        }
        .landing-cookie-action:hover {
            transform: translateY(-1px);
        }
        .landing-cookie-action-primary {
            background: linear-gradient(180deg, #5876ff 0%, #4f6ef7 100%);
            color: #fff;
            border: none;
            box-shadow: 0 8px 18px rgba(79, 110, 247, 0.2);
        }
        .landing-cookie-action-secondary {
            background: #fff;
            color: #334155;
            border: 1px solid rgba(216, 226, 242, 0.98);
        }
        .landing-cookie-links {
            grid-column: 1 / span 2;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: -4px;
            font-size: 10px;
            color: #64748b;
        }
        .landing-cookie-links a:hover {
            color: #4f6ef7;
        }

        .landing-v2-shell {
            position: relative;
            min-height: 100%;
            background:
                radial-gradient(circle at top left, rgba(79, 110, 247, 0.09), transparent 28%),
                linear-gradient(180deg, #f9fbff 0%, #f4f7ff 100%);
            color: #0f172a;
        }
        .landing-v2-grid {
            position: absolute;
            inset: 0;
            pointer-events: none;
            opacity: 0.42;
            background-image:
                linear-gradient(to right, rgba(79, 110, 247, 0.06) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(79, 110, 247, 0.05) 1px, transparent 1px);
            background-size: 78px 78px;
            mask-image: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.15) 48%, transparent 100%);
        }
        .landing-v2-container {
            width: min(1160px, calc(100% - 40px));
            margin: 0 auto;
            position: relative;
        }
        .landing-v2-topbar {
            position: sticky;
            top: 0;
            z-index: 40;
            backdrop-filter: blur(14px);
            background: rgba(255, 255, 255, 0.86);
            border-bottom: 1px solid rgba(219, 227, 241, 0.82);
        }
        .landing-v2-topbar-inner {
            min-height: 72px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }
        .landing-v2-brand {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
            color: #101828;
            font-size: 24px;
            font-weight: 800;
            letter-spacing: -0.03em;
        }
        .landing-v2-brand span,
        .landing-v2-brand-footer span {
            color: #4f6ef7;
        }
        .landing-v2-nav {
            display: flex;
            align-items: center;
            gap: 28px;
        }
        .landing-v2-nav button,
        .landing-v2-nav a,
        .landing-v2-footer-links button,
        .landing-v2-footer-links a {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
            color: #64748b;
            font-size: 15px;
            font-weight: 500;
            transition: color 0.18s ease;
        }
        .landing-v2-nav button:hover,
        .landing-v2-nav a:hover,
        .landing-v2-footer-links button:hover,
        .landing-v2-footer-links a:hover {
            color: #111827;
        }
        .landing-v2-actions {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .landing-v2-btn {
            cursor: pointer;
            transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
        }
        .landing-v2-btn:hover {
            transform: translateY(-1px);
        }
        .landing-v2-btn-ghost,
        .landing-v2-btn-primary {
            padding: 10px 18px;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 800;
        }
        .landing-v2-btn-ghost {
            background: #fff;
            color: #0f172a;
            border: 1.5px solid #dbe3f1;
        }
        .landing-v2-btn-primary {
            color: #fff;
            border: none;
            background: linear-gradient(180deg, #5876ff 0%, #4f6ef7 100%);
            box-shadow: 0 8px 18px rgba(79, 110, 247, 0.26);
        }
        .landing-v2-btn-large {
            padding: 15px 24px;
            border-radius: 14px;
            font-size: 16px;
        }
        .landing-v2-main {
            padding-bottom: 80px;
        }
        .landing-v2-hero {
            padding: 84px 0 48px;
        }
        .landing-v2-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
            gap: 56px;
            align-items: center;
        }
        .landing-v2-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 22px;
            padding: 8px 16px;
            border-radius: 999px;
            background: #eef2ff;
            color: #4f6ef7;
            font-size: 13px;
            font-weight: 700;
        }
        .landing-v2-badge-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #22c55e;
            box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12);
            animation: landingBadgePulse 2s ease-in-out infinite;
            flex-shrink: 0;
        }
        .landing-v2-badge-dot.is-small {
            width: 7px;
            height: 7px;
            box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.08);
        }
        @keyframes landingBadgePulse {
            0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12); }
            50% { opacity: 0.72; transform: scale(1.08); box-shadow: 0 0 0 10px rgba(34, 197, 94, 0.06); }
        }
        .landing-v2-title {
            margin: 0 0 20px;
            font-size: clamp(42px, 6vw, 64px);
            line-height: 1.06;
            letter-spacing: -0.05em;
            font-weight: 900;
            color: #0f172a;
        }
        .landing-v2-title em {
            font-style: normal;
            color: #4f6ef7;
        }
        .landing-v2-subtitle {
            margin: 0 0 34px;
            max-width: 560px;
            color: #667085;
            font-size: 18px;
            line-height: 1.7;
        }
        .landing-v2-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-bottom: 28px;
        }
        .landing-v2-trust-row {
            display: flex;
            flex-wrap: wrap;
            gap: 14px 20px;
        }
        .landing-v2-trust-row span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #64748b;
            font-size: 13px;
            font-weight: 600;
        }
        .landing-v2-trust-row span::before {
            content: "✓";
            color: #22c55e;
            font-weight: 900;
        }
        .landing-v2-feature-card,
        .landing-v2-card,
        .landing-v2-faq-card,
        .landing-v2-pricing-highlight,
        .landing-v2-rule-card,
        .landing-v2-strip-card {
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(216, 226, 242, 0.9);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        }
        .landing-v2-dashboard {
            border-radius: 28px;
            overflow: hidden;
            background: #fff;
            border: 1px solid rgba(216, 226, 242, 0.88);
            box-shadow: 0 24px 62px rgba(79, 110, 247, 0.14);
        }
        .landing-v2-dashboard-topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 18px 22px;
            color: #fff;
            background: linear-gradient(180deg, #5876ff 0%, #4f6ef7 100%);
        }
        .landing-v2-lights {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .landing-v2-lights span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            display: inline-block;
        }
        .landing-v2-lights span:nth-child(1) { background: #ff8d71; }
        .landing-v2-lights span:nth-child(2) { background: #ffc857; }
        .landing-v2-lights span:nth-child(3) { background: #86efac; }
        .landing-v2-dashboard-title {
            font-size: 14px;
            font-weight: 800;
            letter-spacing: -0.02em;
        }
        .landing-v2-dashboard-body {
            padding: 22px;
            background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
        }
        .landing-v2-stat-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            margin-bottom: 16px;
        }
        .landing-v2-stat-card {
            padding: 18px;
            border-radius: 22px;
            background: #f7f9ff;
            border: 1px solid #e2e8f0;
        }
        .landing-v2-stat-card span {
            display: block;
            margin-bottom: 10px;
            color: #667085;
            font-size: 13px;
            font-weight: 600;
        }
        .landing-v2-stat-card strong {
            display: block;
            margin-bottom: 8px;
            color: #0f172a;
            font-size: 24px;
            line-height: 1.05;
            font-weight: 900;
        }
        .landing-v2-stat-card strong.is-green,
        .landing-v2-stat-card em {
            color: #22c55e;
        }
        .landing-v2-stat-card em {
            font-style: normal;
            font-size: 13px;
            font-weight: 700;
        }
        .landing-v2-chart-card,
        .landing-v2-list-card {
            border-radius: 24px;
            background: #fff;
            border: 1px solid #e2e8f0;
            padding: 18px;
        }
        .landing-v2-chart-card {
            margin-bottom: 14px;
        }
        .landing-v2-chart-head,
        .landing-v2-list-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }
        .landing-v2-chart-head h3 {
            margin: 0;
            font-size: 16px;
            font-weight: 800;
            color: #0f172a;
        }
        .landing-v2-chart-head span,
        .landing-v2-list-row div span {
            color: #667085;
            font-size: 12px;
        }
        .landing-v2-chart-bars {
            height: 146px;
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 10px;
            align-items: end;
            margin-top: 18px;
        }
        .landing-v2-bar-group {
            height: 100%;
            display: flex;
            align-items: flex-end;
            gap: 7px;
        }
        .landing-v2-bar {
            display: block;
            width: 100%;
            border-radius: 12px 12px 6px 6px;
        }
        .landing-v2-bar.is-ozon,
        .landing-v2-chart-legend i.is-ozon {
            background: #5b72f4;
        }
        .landing-v2-bar.is-yandex,
        .landing-v2-chart-legend i.is-yandex {
            background: #f6c243;
        }
        .landing-v2-chart-legend i.is-wb {
            background: #8b5cf6;
        }
        .landing-v2-chart-legend {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: 14px;
            color: #667085;
            font-size: 12px;
            font-weight: 600;
        }
        .landing-v2-chart-legend span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .landing-v2-chart-legend i {
            width: 10px;
            height: 10px;
            border-radius: 4px;
            display: inline-block;
        }
        .landing-v2-list-card {
            display: grid;
            gap: 10px;
        }
        .landing-v2-list-row {
            padding: 14px 16px;
            border-radius: 18px;
            background: #f8fbff;
        }
        .landing-v2-list-row strong {
            display: block;
            margin-bottom: 4px;
            font-size: 15px;
            line-height: 1.3;
            color: #111827;
        }
        .landing-v2-list-row b {
            font-size: 18px;
            color: #4f6ef7;
            font-weight: 900;
            flex-shrink: 0;
        }
        .landing-v2-list-row mark {
            border-radius: 999px;
            padding: 8px 12px;
            background: rgba(34, 197, 94, 0.12);
            color: #16a34a;
            font-size: 12px;
            font-weight: 800;
            flex-shrink: 0;
        }
        .landing-v2-logos-section,
        .landing-v2-stats-section,
        .landing-v2-strip-section,
        .landing-v2-section {
            padding: 0 0 28px;
        }
        .landing-v2-logos-bar {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            padding: 16px 0 6px;
        }
        .landing-v2-logos-label {
            color: #667085;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.02em;
        }
        .landing-v2-logo-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 0 16px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(216, 226, 242, 0.9);
            box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
            font-size: 14px;
            font-weight: 900;
            letter-spacing: -0.01em;
        }
        .landing-v2-logo-pill.is-ozon {
            color: #005bff;
        }
        .landing-v2-logo-pill.is-yandex {
            color: #fc3f1d;
        }
        .landing-v2-logo-pill.is-wb {
            color: #7a35ff;
        }
        .landing-v2-logo-pill.is-soon {
            color: #667085;
            border-style: dashed;
            background: rgba(255, 255, 255, 0.42);
            box-shadow: none;
        }
        .landing-v2-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }
        .landing-v2-stats-card {
            padding: 22px 20px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(216, 226, 242, 0.9);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        }
        .landing-v2-stats-value {
            display: block;
            margin-bottom: 8px;
            color: #101828;
            font-size: 42px;
            line-height: 1;
            font-weight: 900;
            letter-spacing: -0.05em;
        }
        .landing-v2-stats-label {
            margin: 0 0 10px;
            color: #0f172a;
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.18em;
        }
        .landing-v2-stats-note {
            margin: 0;
            color: #667085;
            font-size: 14px;
            line-height: 1.7;
        }
        .landing-v2-logos-section {
            padding: 8px 0 0;
        }
        .landing-v2-stats-section {
            padding: 22px 0 0;
        }
        .landing-v2-section {
            padding: 80px 0 0;
        }
        .landing-v2-section-label-center,
        .landing-v2-section-title-center {
            text-align: center;
        }
        .landing-v2-section-title {
            margin: 0 0 16px;
            max-width: 760px;
            color: #0f172a;
            font-size: 38px;
            line-height: 1.08;
            letter-spacing: -0.04em;
            font-weight: 900;
        }
        .landing-v2-section-title-one-line {
            max-width: none;
            white-space: nowrap;
        }
        .landing-v2-section-subtitle {
            margin: 0 0 38px;
            max-width: 640px;
            color: #667085;
            font-size: 17px;
            line-height: 1.75;
        }
        .landing-v2-problem-grid,
        .landing-v2-solution-grid,
        .landing-v2-steps-grid,
        .landing-v2-testimonials-grid {
            display: grid;
            gap: 20px;
        }
        .landing-v2-problem-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .landing-v2-problem-card,
        .landing-v2-solution-card,
        .landing-v2-step-card,
        .landing-v2-testi-card,
        .landing-v2-faq-item {
            border-radius: 28px;
            border: 1px solid rgba(216, 226, 242, 0.92);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        }
        .landing-v2-problem-card {
            padding: 24px;
            background: rgba(255, 255, 255, 0.92);
        }
        .landing-v2-problem-icon {
            margin-bottom: 12px;
            font-size: 28px;
        }
        .landing-v2-problem-card h3,
        .landing-v2-solution-card h3,
        .landing-v2-step-card h3 {
            margin: 0 0 10px;
            color: #0f172a;
            font-weight: 900;
            letter-spacing: -0.03em;
        }
        .landing-v2-problem-card h3 {
            font-size: 18px;
            line-height: 1.26;
        }
        .landing-v2-problem-card p,
        .landing-v2-solution-desc,
        .landing-v2-step-card p,
        .landing-v2-testi-text,
        .landing-v2-faq-body,
        .landing-v2-cta-note,
        .landing-v2-footer-tagline {
            margin: 0;
            color: #667085;
            font-size: 15px;
            line-height: 1.72;
        }
        .landing-v2-solution-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .landing-v2-solution-card {
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 30px;
            background: rgba(255, 255, 255, 0.96);
        }
        .landing-v2-solution-card-accent {
            color: #fff;
            background: linear-gradient(180deg, #5573ff 0%, #4562eb 100%);
            border-color: transparent;
            box-shadow: 0 18px 44px rgba(79, 110, 247, 0.32);
        }
        .landing-v2-solution-icon {
            margin-bottom: 14px;
            font-size: 30px;
        }
        .landing-v2-solution-tag {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            align-self: flex-start;
            margin-bottom: 12px;
            padding: 4px 10px;
            border-radius: 999px;
            background: rgba(79, 110, 247, 0.1);
            color: #4f6ef7;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }
        .landing-v2-solution-card-accent .landing-v2-solution-tag {
            background: rgba(255, 255, 255, 0.16);
            color: #fff;
        }
        .landing-v2-solution-card h3 {
            font-size: 22px;
            line-height: 1.16;
        }
        .landing-v2-solution-card-accent h3,
        .landing-v2-solution-card-accent .landing-v2-solution-desc,
        .landing-v2-solution-card-accent .landing-v2-solution-list li {
            color: rgba(255, 255, 255, 0.9);
        }
        .landing-v2-solution-list {
            margin: 16px 0 0;
            padding: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 9px;
        }
        .landing-v2-solution-list li {
            display: flex;
            gap: 8px;
            color: #667085;
            font-size: 14px;
            line-height: 1.65;
        }
        .landing-v2-solution-list li::before {
            content: "✓";
            color: #22c55e;
            font-weight: 900;
            flex-shrink: 0;
        }
        .landing-v2-solution-card-accent .landing-v2-solution-list li::before {
            color: #bbf7d0;
        }
        .landing-v2-steps-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .landing-v2-step-card {
            position: relative;
            padding: 28px;
            background: rgba(255, 255, 255, 0.96);
        }
        .landing-v2-step-num {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            border-radius: 12px;
            background: rgba(79, 110, 247, 0.1);
            color: #4f6ef7;
            font-size: 18px;
            font-weight: 900;
        }
        .landing-v2-step-card h3 {
            font-size: 18px;
            line-height: 1.25;
        }
        .landing-v2-step-arrow {
            position: absolute;
            top: 34px;
            right: -14px;
            color: #c8d2ea;
            font-size: 24px;
            font-weight: 900;
        }
        .landing-v2-pricing-shell {
            overflow: hidden;
            border-radius: 26px;
            background: rgba(255, 255, 255, 0.6);
            border: 1px solid rgba(219, 227, 241, 0.9);
            box-shadow: 0 18px 44px rgba(79, 110, 247, 0.1);
        }
        .landing-v2-pricing-shell-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 18px 20px;
            background: rgba(255, 255, 255, 0.78);
            border-bottom: 1px solid rgba(219, 227, 241, 0.72);
        }
        .landing-v2-pricing-shell-top strong {
            display: block;
            margin-bottom: 4px;
            font-size: 15px;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: #0f172a;
        }
        .landing-v2-pricing-shell-top span {
            color: #667085;
            font-size: 13px;
            line-height: 1.6;
        }
        .landing-v2-pricing-nav {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .landing-v2-pricing-platforms {
            display: inline-flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .landing-v2-pricing-platforms i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 12px;
            border-radius: 999px;
            background: rgba(79, 110, 247, 0.08);
            color: #4f6ef7;
            font-style: normal;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .landing-v2-pricing-arrow {
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            border: 1px solid rgba(79, 110, 247, 0.14);
            background: #fff;
            color: #4f6ef7;
            font-size: 18px;
            font-weight: 800;
            cursor: pointer;
            box-shadow: 0 6px 16px rgba(79, 110, 247, 0.08);
            transition: transform 0.18s ease, border-color 0.18s ease;
        }
        .landing-v2-pricing-arrow:hover {
            transform: translateY(-1px);
            border-color: rgba(79, 110, 247, 0.5);
        }
        .landing-v2-pricing-scroll {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scroll-snap-type: x proximity;
            padding: 20px;
            scroll-behavior: smooth;
            scrollbar-width: thin;
            scrollbar-color: rgba(79, 110, 247, 0.4) transparent;
        }
        .landing-v2-pricing-scroll::-webkit-scrollbar {
            height: 10px;
        }
        .landing-v2-pricing-scroll::-webkit-scrollbar-thumb {
            border-radius: 999px;
            background: rgba(79, 110, 247, 0.28);
        }
        .landing-v2-plan-card {
            position: relative;
            min-width: 360px;
            max-width: 360px;
            flex: 0 0 360px;
            display: flex;
            flex-direction: column;
            padding: 30px;
            border-radius: 28px;
            background: #fff;
            border: 1px solid rgba(216, 226, 242, 0.9);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
            scroll-snap-align: start;
        }
        .landing-v2-plan-card.is-featured {
            color: #fff;
            background: linear-gradient(180deg, #5573ff 0%, #4562eb 100%);
            border-color: transparent;
            box-shadow: 0 18px 44px rgba(79, 110, 247, 0.32);
        }
        .landing-v2-plan-badge {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            padding: 5px 14px;
            border-radius: 999px;
            background: #22c55e;
            color: #fff;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .landing-v2-plan-name {
            margin-bottom: 8px;
            color: #667085;
            font-size: 13px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .landing-v2-plan-card.is-featured .landing-v2-plan-name,
        .landing-v2-plan-card.is-featured .landing-v2-plan-desc,
        .landing-v2-plan-card.is-featured .landing-v2-plan-features li {
            color: rgba(255, 255, 255, 0.88);
        }
        .landing-v2-plan-price {
            margin-bottom: 8px;
            color: #0f172a;
            font-size: 40px;
            line-height: 1;
            font-weight: 900;
            letter-spacing: -0.03em;
        }
        .landing-v2-plan-card.is-featured .landing-v2-plan-price {
            color: #fff;
        }
        .landing-v2-plan-price span {
            font-size: 16px;
            font-weight: 500;
            opacity: 0.66;
        }
        .landing-v2-plan-desc {
            margin-bottom: 22px;
        }
        .landing-v2-plan-features {
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
            gap: 10px;
            margin: 0 0 24px;
            padding: 0;
            list-style: none;
        }
        .landing-v2-plan-features li {
            display: flex;
            gap: 8px;
            color: #667085;
            font-size: 14px;
            line-height: 1.65;
        }
        .landing-v2-plan-features li::before {
            content: "✓";
            color: #22c55e;
            font-weight: 900;
            flex-shrink: 0;
        }
        .landing-v2-plan-features li.is-muted {
            color: #b7c2d8;
        }
        .landing-v2-plan-features li.is-muted::before {
            content: "–";
            color: #b7c2d8;
        }
        .landing-v2-plan-card.is-featured .landing-v2-plan-features li::before {
            color: #bbf7d0;
        }
        .landing-v2-plan-button {
            width: 100%;
            margin-top: auto;
            padding: 13px 16px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 800;
            cursor: pointer;
            transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
        }
        .landing-v2-plan-button:hover {
            transform: translateY(-1px);
        }
        .landing-v2-plan-button-outline {
            background: #fff;
            color: #0f172a;
            border: 1.5px solid #dbe3f1;
        }
        .landing-v2-plan-button-white {
            background: #fff;
            color: #4f6ef7;
            border: 1.5px solid #fff;
        }
        .landing-v2-testimonials-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .landing-v2-testi-card {
            padding: 28px;
            background: rgba(255, 255, 255, 0.96);
        }
        .landing-v2-stars {
            margin-bottom: 12px;
            color: #f6c243;
            font-size: 16px;
        }
        .landing-v2-testi-text {
            margin-bottom: 18px;
            font-style: italic;
        }
        .landing-v2-testi-author {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .landing-v2-testi-avatar {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: #fff;
            font-size: 13px;
            font-weight: 800;
        }
        .landing-v2-testi-avatar.is-blue { background: #4f6ef7; }
        .landing-v2-testi-avatar.is-green { background: #22c55e; }
        .landing-v2-testi-avatar.is-amber { background: #f59e0b; }
        .landing-v2-testi-name {
            color: #0f172a;
            font-size: 14px;
            font-weight: 800;
        }
        .landing-v2-testi-role {
            color: #667085;
            font-size: 12px;
        }
        .landing-v2-faq-wrap {
            max-width: 820px;
            margin: 0 auto;
        }
        .landing-v2-faq-item {
            margin-bottom: 12px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.96);
        }
        .landing-v2-faq-summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            width: 100%;
            padding: 20px 24px;
            color: #0f172a;
            font-size: 16px;
            font-weight: 800;
            cursor: pointer;
            list-style: none;
        }
        .landing-v2-faq-summary::-webkit-details-marker {
            display: none;
        }
        .landing-v2-faq-body {
            padding: 0 24px 22px;
        }
        .landing-v2-cta-section {
            padding: 80px 0 60px;
        }
        .landing-v2-cta-box {
            position: relative;
            overflow: hidden;
            padding: 62px 44px;
            border-radius: 28px;
            text-align: center;
            color: #fff;
            background: linear-gradient(135deg, #4f6ef7 0%, #7b61ff 100%);
            box-shadow: 0 22px 56px rgba(79, 110, 247, 0.28);
        }
        .landing-v2-cta-box::before,
        .landing-v2-cta-box::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.08);
        }
        .landing-v2-cta-box::before {
            top: -60px;
            right: -40px;
            width: 220px;
            height: 220px;
        }
        .landing-v2-cta-box::after {
            left: -40px;
            bottom: -90px;
            width: 280px;
            height: 280px;
        }
        .landing-v2-cta-box h2,
        .landing-v2-cta-box p,
        .landing-v2-cta-note {
            position: relative;
            color: #fff;
        }
        .landing-v2-cta-box h2 {
            margin: 0 0 12px;
            font-size: clamp(34px, 4vw, 46px);
            line-height: 1.08;
            letter-spacing: -0.04em;
            font-weight: 900;
        }
        .landing-v2-cta-box p {
            max-width: 620px;
            margin: 0 auto 22px;
            font-size: 18px;
            line-height: 1.7;
        }
        .landing-v2-cta-buttons {
            position: relative;
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-bottom: 16px;
        }
        .landing-v2-cta-white {
            border: none;
            border-radius: 14px;
            padding: 14px 22px;
            background: #fff;
            color: #4f6ef7;
            font-size: 15px;
            font-weight: 900;
            box-shadow: 0 12px 26px rgba(17, 24, 39, 0.14);
            cursor: pointer;
            transition: transform 0.18s ease;
        }
        .landing-v2-cta-white:hover {
            transform: translateY(-1px);
        }
        .landing-v2-cta-note {
            opacity: 0.82;
        }
        .landing-v2-footer-dark {
            padding: 0 0 54px;
        }
        .landing-v2-footer-dark-grid {
            display: grid;
            grid-template-columns: 1.35fr 1fr 1fr 0.9fr;
            gap: 28px;
            padding: 34px 36px;
            border-radius: 30px;
            background: #0f172a;
            color: #fff;
            box-shadow: 0 22px 56px rgba(15, 23, 42, 0.24);
        }
        .landing-v2-footer-logo {
            margin-bottom: 14px;
            font-size: 28px;
            font-weight: 900;
            letter-spacing: -0.04em;
        }
        .landing-v2-footer-column h4 {
            margin: 0 0 16px;
            color: rgba(255, 255, 255, 0.42);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .landing-v2-footer-column,
        .landing-v2-footer-column a,
        .landing-v2-footer-column button {
            color: rgba(255, 255, 255, 0.76);
        }
        .landing-v2-footer-column {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        .landing-v2-footer-column a,
        .landing-v2-footer-column button {
            background: none;
            border: none;
            padding: 0;
            font-size: 14px;
            cursor: pointer;
            transition: color 0.18s ease;
            text-align: left;
        }
        .landing-v2-footer-column a:hover,
        .landing-v2-footer-column button:hover {
            color: #fff;
        }

        @media (max-width: 1180px) {
            .landing-v2-problem-grid,
            .landing-v2-steps-grid,
            .landing-v2-testimonials-grid,
            .landing-v2-footer-dark-grid {
                grid-template-columns: 1fr;
            }
            .landing-v2-solution-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 1024px) {
            .landing-v2-step-arrow {
                display: none;
            }
            .landing-v2-section-title-one-line {
                white-space: normal;
            }
            .landing-v2-pricing-shell-top,
            .landing-v2-footer-dark-grid {
                gap: 18px;
            }
        }
        @media (max-width: 900px) {
            .landing-v2-problem-grid,
            .landing-v2-solution-grid,
            .landing-v2-steps-grid,
            .landing-v2-testimonials-grid {
                grid-template-columns: 1fr;
            }
            .landing-v2-pricing-shell-top {
                flex-direction: column;
                align-items: flex-start;
            }
        }
        @media (max-width: 720px) {
            .landing-v2-section {
                padding-top: 64px;
            }
            .landing-v2-section-title {
                font-size: 32px;
            }
            .landing-v2-pricing-scroll {
                padding: 16px;
            }
            .landing-v2-plan-card {
                min-width: 300px;
                max-width: 300px;
                flex-basis: 300px;
                padding: 24px;
            }
            .landing-v2-cta-box {
                padding: 44px 24px;
            }
            .landing-v2-cta-box h2 {
                font-size: 32px;
            }
        }
        .landing-v2-strip-card {
            border-radius: 24px;
            padding: 18px 22px;
        }
        .landing-v2-strip-card p {
            margin: 0;
            font-size: 15px;
            line-height: 1.7;
            color: #667085;
        }
        .landing-v2-platform-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 14px;
        }
        .landing-v2-platform-pills span,
        .landing-v2-soft-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            padding: 8px 14px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .landing-v2-platform-pills span {
            background: #eef2ff;
            color: #4f6ef7;
        }
        .landing-v2-section-head {
            margin-bottom: 26px;
            max-width: 760px;
        }
        .landing-v2-section-head-inline {
            max-width: none;
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 20px;
        }
        .landing-v2-section-label,
        .landing-v2-pricing-eyebrow,
        .landing-v2-auth-overline {
            margin: 0 0 10px;
            color: #4f6ef7;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.22em;
        }
        .landing-v2-section-head h2,
        .landing-v2-card h2,
        .landing-v2-bottom-cta h2 {
            margin: 0 0 12px;
            color: #0f172a;
            font-size: clamp(30px, 4vw, 42px);
            line-height: 1.12;
            letter-spacing: -0.04em;
            font-weight: 900;
        }
        .landing-v2-section-head p,
        .landing-v2-card > p,
        .landing-v2-bottom-cta p,
        .landing-v2-rule-card p,
        .landing-v2-feature-card p,
        .landing-v2-faq-card p,
        .landing-v2-pricing-note {
            margin: 0;
            color: #667085;
            font-size: 15px;
            line-height: 1.75;
        }
        .landing-v2-feature-grid,
        .landing-v2-faq-grid,
        .landing-v2-rules-grid {
            display: grid;
            gap: 16px;
        }
        .landing-v2-feature-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .landing-v2-feature-card,
        .landing-v2-faq-card,
        .landing-v2-rule-card,
        .landing-v2-card {
            border-radius: 24px;
            padding: 24px;
        }
        .landing-v2-feature-icon {
            width: 46px;
            height: 46px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            margin-bottom: 16px;
        }
        .landing-v2-feature-card h3,
        .landing-v2-rule-card h3,
        .landing-v2-faq-card h3 {
            margin: 0 0 10px;
            font-size: 20px;
            line-height: 1.24;
            letter-spacing: -0.03em;
            font-weight: 900;
            color: #0f172a;
        }
        .landing-v2-columns {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }
        .landing-v2-problem-stack,
        .landing-v2-step-list,
        .landing-v2-trial-list {
            display: grid;
            gap: 14px;
        }
        .landing-v2-problem-item,
        .landing-v2-step-item,
        .landing-v2-trial-card {
            border-radius: 20px;
            border: 1px solid #e2e8f0;
            background: #f8fbff;
        }
        .landing-v2-problem-item {
            padding: 18px;
        }
        .landing-v2-problem-item strong,
        .landing-v2-step-item strong {
            display: block;
            margin-bottom: 8px;
            font-size: 18px;
            line-height: 1.25;
            font-weight: 900;
            color: #111827;
        }
        .landing-v2-problem-item p,
        .landing-v2-step-item p {
            margin: 0;
            color: #667085;
            font-size: 14px;
            line-height: 1.7;
        }
        .landing-v2-steps-head {
            display: flex;
            align-items: start;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 18px;
        }
        .landing-v2-soft-pill {
            background: rgba(79, 110, 247, 0.08);
            color: #4f6ef7;
        }
        .landing-v2-step-item {
            padding: 18px;
            display: grid;
            grid-template-columns: 48px minmax(0, 1fr);
            gap: 14px;
        }
        .landing-v2-step-index {
            width: 48px;
            height: 48px;
            border-radius: 16px;
            background: linear-gradient(180deg, #5876ff 0%, #4f6ef7 100%);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 18px;
        }
        .landing-v2-trial-card {
            padding: 18px;
            margin-top: 18px;
            background: linear-gradient(180deg, #f6fbff 0%, #f8fbff 100%);
        }
        .landing-v2-trial-item {
            display: flex;
            align-items: start;
            gap: 10px;
            color: #334155;
            font-size: 14px;
            line-height: 1.7;
        }
        .landing-v2-pricing-highlights {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 14px;
            margin-bottom: 20px;
        }
        .landing-v2-pricing-highlight {
            border-radius: 20px;
            padding: 18px;
        }
        .landing-v2-pricing-highlight strong {
            display: block;
            margin-bottom: 6px;
            font-size: 26px;
            line-height: 1.05;
            font-weight: 900;
            color: #0f172a;
        }
        .landing-v2-pricing-highlight span {
            color: #667085;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.14em;
        }
        .landing-v2-pricing-controls {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .landing-v2-pricing-controls button {
            width: 42px;
            height: 42px;
            border-radius: 14px;
            border: 1px solid #dbe3f1;
            background: #fff;
            color: #334155;
            cursor: pointer;
            transition: transform 0.18s ease, border-color 0.18s ease;
        }
        .landing-v2-pricing-controls button:hover {
            transform: translateY(-1px);
            border-color: rgba(79, 110, 247, 0.5);
        }
        .landing-v2-pricing-rail {
            display: flex;
            gap: 18px;
            overflow-x: auto;
            padding-bottom: 8px;
            scroll-behavior: smooth;
            scrollbar-width: none;
        }
        .landing-v2-pricing-rail::-webkit-scrollbar {
            display: none;
        }
        .landing-v2-pricing-card {
            flex: 0 0 min(360px, calc(100vw - 52px));
            display: flex;
            flex-direction: column;
            gap: 18px;
            padding: 22px;
            border-radius: 24px;
            background: #fff;
            border: 1px solid rgba(216, 226, 242, 0.9);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        }
        .landing-v2-pricing-card-head {
            display: flex;
            align-items: start;
            justify-content: space-between;
            gap: 14px;
        }
        .landing-v2-pricing-brand {
            display: flex;
            align-items: start;
            gap: 14px;
            min-width: 0;
        }
        .landing-v2-pricing-brand-icon {
            width: 56px;
            height: 56px;
            border-radius: 18px;
            background: #f8fbff;
            border: 1px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            flex-shrink: 0;
        }
        .landing-v2-pricing-brand-icon img {
            width: 34px;
            height: 34px;
        }
        .landing-v2-pricing-brand h3 {
            margin: 0 0 4px;
            font-size: 22px;
            line-height: 1.15;
            font-weight: 900;
            color: #0f172a;
        }
        .landing-v2-pricing-brand p,
        .landing-v2-pricing-status,
        .landing-v2-pricing-price span,
        .landing-v2-tier-item span {
            color: #667085;
            font-size: 13px;
        }
        .landing-v2-pricing-status {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            padding: 8px 12px;
            font-size: 10px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            flex-shrink: 0;
        }
        .landing-v2-pricing-price strong {
            display: block;
            margin-bottom: 6px;
            font-size: 34px;
            line-height: 1;
            font-weight: 900;
            color: #111827;
        }
        .landing-v2-tier-list {
            display: grid;
            gap: 10px;
        }
        .landing-v2-tier-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 14px 16px;
            border-radius: 18px;
            background: #f8fbff;
            border: 1px solid #e2e8f0;
        }
        .landing-v2-tier-item strong,
        .landing-v2-tier-item b {
            display: block;
            color: #111827;
            font-weight: 900;
        }
        .landing-v2-tier-item strong {
            margin-bottom: 4px;
            font-size: 15px;
        }
        .landing-v2-tier-item b {
            font-size: 18px;
            flex-shrink: 0;
        }
        .landing-v2-pricing-note {
            margin-top: auto;
        }
        .landing-v2-pricing-action {
            width: 100%;
            margin-top: auto;
            text-align: center;
        }
        .landing-v2-rules-grid,
        .landing-v2-faq-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin-top: 18px;
        }
        .landing-v2-bottom-cta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 30px 34px;
            border-radius: 28px;
            background: linear-gradient(180deg, #5876ff 0%, #4f6ef7 100%);
            color: #fff;
            box-shadow: 0 24px 54px rgba(79, 110, 247, 0.24);
        }
        .landing-v2-bottom-cta .landing-v2-section-label,
        .landing-v2-bottom-cta p,
        .landing-v2-bottom-cta h2 {
            color: #fff;
        }
        .landing-v2-bottom-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            flex-shrink: 0;
        }
        .landing-v2-bottom-actions .landing-v2-btn-ghost {
            background: rgba(255, 255, 255, 0.14);
            color: #fff;
            border-color: rgba(255, 255, 255, 0.18);
        }
        .landing-v2-bottom-actions .landing-v2-btn-primary {
            background: #fff;
            color: #4f6ef7;
        }
        .landing-v2-footer {
            padding: 0 0 40px;
        }
        .landing-v2-footer-grid {
            display: grid;
            grid-template-columns: 1.15fr 0.85fr 0.85fr;
            gap: 24px;
            padding: 28px 30px;
            border-radius: 28px;
            background: rgba(255, 255, 255, 0.86);
            border: 1px solid rgba(216, 226, 242, 0.92);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        }
        .landing-v2-brand-footer {
            color: #101828;
            pointer-events: none;
            margin-bottom: 12px;
        }
        .landing-v2-footer-copy {
            max-width: 420px;
            color: #667085;
            font-size: 14px;
            line-height: 1.75;
        }
        .landing-v2-footer-links {
            display: grid;
            gap: 10px;
            align-content: start;
        }
        .landing-v2-auth-overlay {
            position: fixed;
            inset: 0;
            z-index: 120;
            background: rgba(15, 23, 42, 0.24);
            backdrop-filter: blur(12px);
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 24px;
            overflow-y: auto;
        }
        .landing-v2-auth-dialog {
            width: min(980px, calc(100vw - 32px));
            margin: auto 0;
            display: grid;
            grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
            border-radius: 34px;
            overflow: hidden;
            background: #fff;
            border: 1px solid rgba(216, 226, 242, 0.92);
            box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
            min-height: min(760px, calc(100vh - 48px));
        }
        .landing-v2-auth-side {
            padding: 34px;
            color: #fff;
            background: linear-gradient(180deg, #5876ff 0%, #4f6ef7 100%);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 28px;
        }
        .landing-v2-auth-brand {
            display: flex;
            align-items: center;
            gap: 14px;
        }
        .landing-v2-auth-bolt {
            width: 46px;
            height: 46px;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.14);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
        }
        .landing-v2-auth-brand-text {
            font-family: "Inter", system-ui, -apple-system, sans-serif;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: -0.015em;
        }
        .landing-v2-auth-copy h3 {
            margin: 0 0 14px;
            font-family: "Inter", system-ui, -apple-system, sans-serif;
            font-size: clamp(23px, 2.2vw, 31px);
            line-height: 1.16;
            letter-spacing: -0.028em;
            font-weight: 700;
        }
        .landing-v2-auth-copy p,
        .landing-v2-auth-perks div {
            font-size: 15px;
            line-height: 1.75;
            color: rgba(255, 255, 255, 0.86);
        }
        .landing-v2-auth-perks {
            display: grid;
            gap: 12px;
        }
        .landing-v2-auth-perks div {
            padding: 14px 16px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.14);
        }
        .landing-v2-auth-main {
            position: relative;
            padding: 32px 30px;
            max-height: min(860px, calc(100vh - 48px));
            overflow-y: auto;
        }
        .landing-v2-auth-close {
            position: absolute;
            right: 22px;
            top: 22px;
            width: 42px;
            height: 42px;
            border-radius: 14px;
            border: 1px solid #dbe3f1;
            background: #fff;
            color: #334155;
            cursor: pointer;
        }
        .landing-v2-auth-head {
            margin-bottom: 20px;
            padding-right: 56px;
        }
        .landing-v2-auth-head h2 {
            margin: 0 0 10px;
            font-family: "Inter", system-ui, -apple-system, sans-serif;
            font-size: 22px;
            line-height: 1.22;
            font-weight: 700;
            color: #0f172a;
            letter-spacing: -0.025em;
        }
        .landing-v2-auth-head p,
        .landing-v2-auth-note {
            color: #667085;
            font-size: 13px;
            line-height: 1.7;
        }
        .landing-v2-auth-tabs {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            padding: 6px;
            border-radius: 18px;
            background: #f8fbff;
            border: 1px solid #dbe3f1;
            margin-bottom: 18px;
        }
        .landing-v2-auth-tabs button {
            border: none;
            background: transparent;
            border-radius: 14px;
            padding: 12px 14px;
            font-family: "Inter", system-ui, -apple-system, sans-serif;
            font-size: 13px;
            font-weight: 600;
            text-transform: none;
            letter-spacing: -0.01em;
            color: #64748b;
            cursor: pointer;
            transition: background 0.18s ease, color 0.18s ease;
        }
        .landing-v2-auth-tabs button.is-active {
            background: #fff;
            color: #0f172a;
            box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
        }
        .landing-v2-auth-tabs-secondary {
            margin-bottom: 0;
        }
        .landing-v2-auth-form {
            display: grid;
            gap: 1rem;
        }
        .landing-v2-auth-grid {
            display: grid;
            gap: 1rem;
        }
        .landing-v2-auth-main .v-input {
            background: #fff !important;
            border: 1px solid #dbe3f1 !important;
            border-radius: 18px !important;
            padding: 14px 16px !important;
            color: #0f172a !important;
            font-size: 15px;
        }
        .landing-v2-auth-main .v-input::placeholder {
            color: #94a3b8;
        }
        .landing-v2-auth-main .v-input:focus {
            background: #fff !important;
            border-color: #4f6ef7 !important;
            box-shadow: 0 0 0 4px rgba(79, 110, 247, 0.08);
        }
        .landing-v2-auth-main label.v-label {
            color: #667085 !important;
            letter-spacing: 0.12em;
        }
        .landing-v2-auth-check {
            display: flex;
            align-items: start;
            gap: 12px;
            padding: 16px;
            border-radius: 18px;
            background: #f8fbff !important;
            border: 1px solid #dbe3f1 !important;
            color: #475569 !important;
            cursor: pointer;
        }
        .landing-v2-auth-check span {
            color: #475569;
            font-size: 14px;
            line-height: 1.7;
        }
        .landing-v2-auth-checkbox {
            width: 1rem;
            height: 1rem;
            margin-top: 0.2rem;
            accent-color: #4f6ef7;
            flex-shrink: 0;
        }
        .landing-v2-auth-check a {
            color: #4f6ef7 !important;
            font-weight: 800;
        }
        .landing-v2-auth-alert {
            display: grid;
            gap: 12px;
            padding: 16px;
            border-radius: 20px;
            background: rgba(245, 158, 11, 0.08);
            border: 1px solid rgba(245, 158, 11, 0.24);
        }
        .landing-v2-auth-alert-title {
            margin: 0;
            color: #b45309;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.16em;
        }
        .landing-v2-auth-alert-copy {
            margin: 0;
            color: #92400e;
            font-size: 14px;
            line-height: 1.65;
        }
        .landing-v2-auth-submit,
        .landing-v2-oauth-button {
            width: 100%;
            border: none;
            border-radius: 18px;
            padding: 14px 16px;
            font-family: "Inter", system-ui, -apple-system, sans-serif;
            font-size: 15px;
            font-weight: 700;
            text-transform: none;
            letter-spacing: -0.015em;
            cursor: pointer;
            transition: transform 0.18s ease, background 0.18s ease;
        }
        .landing-v2-auth-submit:hover,
        .landing-v2-oauth-button:hover {
            transform: translateY(-1px);
        }
        .landing-v2-auth-submit {
            background: linear-gradient(180deg, #5876ff 0%, #4f6ef7 100%);
            color: #fff;
            box-shadow: 0 10px 26px rgba(79, 110, 247, 0.22);
        }
        .landing-v2-auth-submit-success {
            background: linear-gradient(180deg, #34d399 0%, #10b981 100%);
            color: #052e2b;
            box-shadow: 0 10px 26px rgba(16, 185, 129, 0.18);
        }
        .landing-v2-auth-submit-secondary {
            background: #fff;
            color: #334155;
            border: 1px solid #dbe3f1;
            box-shadow: none;
        }
        .landing-v2-auth-divider {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 18px 0;
            color: #94a3b8;
            font-size: 11px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.16em;
        }
        .landing-v2-auth-divider span {
            flex: 1;
            height: 1px;
            background: #e2e8f0;
        }
        .landing-v2-auth-divider em {
            font-style: normal;
        }
        .landing-v2-oauth-button {
            border: 1px solid rgba(245, 158, 11, 0.28);
        }
        .landing-v2-oauth-button.is-enabled {
            background: rgba(250, 204, 21, 0.12);
            color: #854d0e;
        }
        .landing-v2-oauth-button.is-disabled {
            background: #f8fafc;
            color: #94a3b8;
            cursor: not-allowed;
        }
        .landing-v2-oauth-icon {
            margin-right: 0.55rem;
        }
        .landing-v2-section-tight {
            padding-top: 6px;
        }

        @media (max-width: 1180px) {
            .landing-v2-hero-grid,
            .landing-v2-columns,
            .landing-v2-footer-grid,
            .landing-v2-auth-dialog {
                grid-template-columns: 1fr;
            }
            .landing-v2-feature-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .landing-v2-bottom-cta {
                flex-direction: column;
                align-items: flex-start;
            }
            .landing-v2-auth-dialog {
                min-height: auto;
            }
        }
        @media (max-width: 900px) {
            .landing-v2-nav {
                display: none;
            }
            .landing-v2-stat-grid,
            .landing-v2-pricing-highlights,
            .landing-v2-rules-grid,
            .landing-v2-faq-grid {
                grid-template-columns: 1fr;
            }
            .landing-v2-stats-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .landing-cookie-banner {
                grid-template-columns: 1fr;
            }
            .landing-cookie-links {
                grid-column: auto;
            }
            .landing-cookie-actions {
                justify-content: flex-start;
            }
        }
        @media (max-width: 720px) {
            .landing-v2-container {
                width: min(1160px, calc(100% - 28px));
            }
            .landing-v2-topbar-inner {
                min-height: 68px;
            }
            .landing-v2-hero {
                padding-top: 58px;
            }
            .landing-v2-actions {
                gap: 8px;
            }
            .landing-v2-actions .landing-v2-btn-ghost,
            .landing-v2-actions .landing-v2-btn-primary {
                padding: 10px 14px;
                font-size: 12px;
            }
            .landing-v2-feature-grid {
                grid-template-columns: 1fr;
            }
            .landing-v2-stats-grid {
                grid-template-columns: 1fr;
            }
            .landing-v2-section-head-inline,
            .landing-v2-pricing-card-head,
            .landing-v2-list-row,
            .landing-v2-chart-head {
                flex-direction: column;
                align-items: flex-start;
            }
            .landing-v2-pricing-status,
            .landing-v2-list-row b,
            .landing-v2-list-row mark {
                align-self: flex-start;
            }
            .landing-v2-dashboard-body,
            .landing-v2-feature-card,
            .landing-v2-card,
            .landing-v2-faq-card,
            .landing-v2-rule-card,
            .landing-v2-footer-grid,
            .landing-v2-bottom-cta,
            .landing-v2-auth-side,
            .landing-v2-auth-main {
                padding: 22px;
            }
            .landing-v2-auth-overlay {
                padding: 14px;
            }
            .landing-v2-auth-dialog {
                width: min(980px, calc(100vw - 16px));
                border-radius: 26px;
            }
            .landing-cookie-banner {
                left: 12px;
                right: 12px;
                width: auto;
                transform: none;
                bottom: 12px;
            }
        }
        @media (min-width: 640px) {
            .landing-v2-auth-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        
        /* Анимации для уведомлений */
        .toast-enter-active, .toast-leave-active { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .toast-enter-from { opacity: 0; transform: translateX(50px); }
        .toast-leave-to { opacity: 0; transform: translateY(-20px); }
        
        /* Инверсия иконки календаря для темной темы */
        input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1) opacity(0.7); cursor: pointer; }
        body {
            background: #020617;
        }
        .boot-splash {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.25rem;
            background:
                radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 34%),
                radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.12), transparent 30%),
                #020617;
            transition: opacity 0.24s ease, visibility 0.24s ease;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        .boot-splash.is-visible {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
        .boot-splash.is-hidden,
        body.app-mounted .boot-splash {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }
        .boot-splash-panel {
            width: min(100%, 38rem);
            border-radius: 2rem;
            border: 1px solid rgba(255,255,255,0.08);
            background:
                linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.88)),
                radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 34%);
            box-shadow: 0 24px 56px rgba(2, 6, 23, 0.38);
            padding: 1.75rem;
            color: #f8fafc;
        }
        .boot-splash-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 0.72rem;
            font-weight: 900;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: #93c5fd;
        }
        .boot-splash-icon {
            width: 3rem;
            height: 3rem;
            border-radius: 1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(180deg, #2563eb, #1d4ed8);
            color: #fff;
            box-shadow: 0 18px 32px rgba(37, 99, 235, 0.28);
        }
        .boot-splash-copy {
            margin-top: 1.5rem;
        }
        .boot-splash-copy.boot-splash-copy-silent {
            display: grid;
            gap: 0.85rem;
        }
        .boot-splash-copy-shell,
        .boot-splash-stat-shell {
            display: block;
            border-radius: 999px;
            background: linear-gradient(90deg, rgba(255,255,255,0.08), rgba(148,163,184,0.2), rgba(255,255,255,0.08));
            background-size: 200% 100%;
            animation: boot-splash-shell 1.8s ease-in-out infinite;
        }
        .boot-splash-copy-shell-title {
            width: min(15rem, 78%);
            height: 1.1rem;
        }
        .boot-splash-copy-shell-subtitle {
            width: min(24rem, 100%);
            height: 0.82rem;
            opacity: 0.9;
        }
        .boot-splash-copy h1 {
            font-size: clamp(1.55rem, 3vw, 2.15rem);
            line-height: 1.02;
            font-weight: 900;
            letter-spacing: -0.04em;
            margin: 0;
        }
        .boot-splash-copy p {
            margin: 0.9rem 0 0;
            color: #94a3b8;
            line-height: 1.8;
            font-size: 0.95rem;
        }
        .boot-splash-progress {
            margin-top: 1.5rem;
            height: 0.55rem;
            border-radius: 999px;
            overflow: hidden;
            background: rgba(255,255,255,0.08);
        }
        .boot-splash-progress > span {
            display: block;
            width: 42%;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, rgba(59,130,246,0.95), rgba(34,197,94,0.9));
            animation: boot-splash-pulse 1.5s ease-in-out infinite;
        }
        .boot-splash-stats {
            margin-top: 1.25rem;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.85rem;
        }
        .boot-splash-stat {
            border-radius: 1.25rem;
            border: 1px solid rgba(255,255,255,0.06);
            background: rgba(255,255,255,0.04);
            padding: 0.9rem 0.95rem;
        }
        .boot-splash-stat-label {
            font-size: 0.62rem;
            font-weight: 900;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: #64748b;
        }
        .boot-splash-stat-value {
            margin-top: 0.55rem;
            display: block;
            font-size: 1rem;
            font-weight: 900;
            color: #f8fafc;
        }
        .boot-splash-stat-shell-label {
            width: 4.4rem;
            height: 0.52rem;
            opacity: 0.78;
        }
        .boot-splash-stat-shell-value {
            width: 5.8rem;
            height: 0.92rem;
        }
        @keyframes boot-splash-pulse {
            0%, 100% { transform: translateX(0); opacity: 0.78; }
            50% { transform: translateX(22%); opacity: 1; }
        }
        @keyframes boot-splash-shell {
            0% {
                background-position: 100% 0;
                opacity: 0.68;
            }
            50% {
                background-position: 0 0;
                opacity: 1;
            }
            100% {
                background-position: 100% 0;
                opacity: 0.68;
            }
        }
        @media (max-width: 640px) {
            .boot-splash-panel {
                padding: 1.35rem;
                border-radius: 1.6rem;
            }
            .boot-splash-stats {
                grid-template-columns: 1fr;
            }
        }
        [v-cloak] {
            display: none !important;
        }
