/* ==========================================================================
   GLOBAL DESIGN SYSTEM - COMPLETE REBUILD
   Focus: Visibility, Alignment, Spacing, and Bootstrap Compliance
   ========================================================================== */

:root {
    /* Brand Theme: Rose Gold + Charcoal - Reference Image Precision */
    --wo-primary: #a05a64;
    --wo-primary-dark: #8c4d56;
    --wo-primary-light: #f4e9eb;
    --wo-bg: #faf9f6;
    /* Warm Off-White / Soft Beige */
    --wo-surface: #ffffff;
    --wo-text-main: #1f1f1f;
    /* Requested Charcoal */
    --wo-text-body: #4b5563;
    --wo-text-muted: #9ca3af;
    --wo-border: #f1f1f1;
    --wo-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    --wo-shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.02);

    --wo-font-serif: 'Playfair Display', serif;
    --wo-font-sans: 'Plus Jakarta Sans', sans-serif;

    --wo-success: #64a06d;
    --wo-danger: #c44d56;
    --wo-warning: #d9a464;
    --wo-info: #7b64a0;

    --bs-primary-rgb: 160, 90, 100;
    --bs-body-bg: #faf9f6;
    --bs-body-color: #1f1f1f;

    --wo-gradient-primary: linear-gradient(135deg, #a05a64 0%, #c47b85 100%);
    --wo-accent: #b76e79;
    --wo-radius: 2rem;
    --wo-radius-sm: 1.25rem;
    --wo-charcoal: #1a1a1a;
}

.hero-accent {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(183, 110, 121, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

/* Global Reset & Base */
body {
    background-color: var(--wo-bg) !important;
    font-family: var(--wo-font-sans) !important;
    color: var(--wo-text-body) !important;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.serif-font {
    font-family: var(--wo-font-serif) !important;
    font-weight: 700 !important;
    color: var(--wo-text-main);
}

/* Base Transitions */
button,
.btn,
a.btn,
.nav-link,
.card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Global Button Reset for Stability */
.btn {
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-primary {
    background: var(--wo-primary) !important;
    border-color: var(--wo-primary-dark) !important;
    color: #fff !important;
}

.btn-primary:hover {
    background: var(--wo-primary-dark) !important;
}

.btn-danger {
    background: var(--wo-danger) !important;
    border-color: var(--wo-danger) !important;
    color: #fff !important;
}

/* Dashboard Card Standardization - Bootstrap First */
/* Standard Cards */
.card {
    margin-bottom: 2rem;
    border: 1px solid var(--wo-border);
}

/* Standard Forms */
.form-control,
.form-select {
    border-radius: 0.5rem;
}

/* Mobile Navbar Sidebar Behavior */
@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        background-color: #ffffff;
        z-index: 2000;
        padding: 2rem;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
        display: block !important;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto !important;
        /* Forces scrollability */
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-luxury .navbar-nav {
        margin-top: 2rem;
        gap: 1.5rem !important;
    }

    .navbar-luxury .nav-link {
        font-size: 1.1rem !important;
        padding: 0.5rem 0 !important;
    }
}


/* Proper Grid & Spacing */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

/* Admin Shell Layout */
.wo-admin-body {
    background-color: var(--wo-bg);
}

.wo-main-wrapper {
    margin-left: 260px;
    padding: 2.5rem;
    min-height: 100vh;
}

@media (max-width: 991.98px) {
    .wo-main-wrapper {
        margin-left: 0;
        padding: 1.25rem;
    }
}

/* Sidebar Structure */
#sidebar {
    width: 260px;
    background: #ffffff;
    border-right: 1px solid var(--wo-border);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
}

.nav-link {
    display: flex !important;
    align-items: center !important;
    padding: 0.75rem 1.25rem !important;
    color: var(--wo-text-muted) !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    margin: 0.25rem 1rem !important;
    transition: all 0.2s ease !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.nav-link:hover {
    background: #f1f5f9 !important;
    color: var(--wo-primary) !important;
}

.nav-link.active {
    background: var(--wo-primary-light) !important;
    color: var(--wo-primary) !important;
    font-weight: 700 !important;
}

.nav-link i {
    font-size: 1.25rem;
    margin-right: 0.75rem;
}

/* Forms */
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
}

/* Tables */
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

/* Badges */
.badge {
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    border-radius: 0.25rem;
}


/* SCROLLBARS */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

/* AUTH PAGES */
.auth-card {
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* TOPBAR */
.wo-topbar {
    background: #ffffff !important;
    border-bottom: 1px solid var(--wo-border) !important;
    padding: 0.75rem 2rem !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Financial Grid specifically */
.financial-row .card {
    height: 100%;
}

.btn-outline-success {
    border: 1px solid var(--wo-success) !important;
    color: var(--wo-success) !important;
    background: transparent !important;
}

.btn-outline-success:hover {
    background: var(--wo-success) !important;
    color: #ffffff !important;
}

.btn-outline-danger {
    border: 1px solid var(--wo-danger) !important;
    color: var(--wo-danger) !important;
    background: transparent !important;
}

.btn-outline-danger:hover {
    background: var(--wo-danger) !important;
    color: #ffffff !important;
}

/* TABLES SYSTEM */
.table-wo,
.table {
    width: 100%;
    margin-bottom: 2rem !important;
    background: #ffffff;
    border: 1px solid var(--wo-border);
    border-radius: 12px;
    overflow: hidden;
}

.table thead th {
    background-color: #f1f5f9 !important;
    color: var(--wo-text-muted) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    padding: 1.25rem !important;
    border-bottom: 2px solid var(--wo-border) !important;
}

.table tbody td {
    padding: 1.25rem !important;
    border-bottom: 1px solid var(--wo-border) !important;
}

/* EMPTY STATES */
.wo-empty-state {
    padding: 5rem 2rem;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--wo-border);
    border-radius: 16px;
    margin: 2rem 0;
}

.wo-empty-icon {
    font-size: 4rem;
    color: #cbd5e1;
    margin-bottom: 1.5rem;
}

/* BADGES SYSTEM */
.badge {
    padding: 0.6em 1.2em !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-transform: uppercase;
    font-size: 0.7rem !important;
}

.bg-success-subtle {
    background-color: #dcfce7 !important;
    color: #15803d !important;
}

.bg-danger-subtle {
    background-color: #fee2e2 !important;
    color: #b91c1c !important;
}

.bg-warning-subtle {
    background-color: #fef3c7 !important;
    color: #b45309 !important;
}

.bg-info-subtle {
    background-color: #e0f2fe !important;
    color: #0369a1 !important;
}

/* LAYOUT UTILITIES */
.flex-grow-1 {
    flex-grow: 1 !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

/* REMOVE ALL ANIMATION RISKS */
.wo-fade-up {
    opacity: 1 !important;
    visibility: visible !important;

    .product-gallery-thumb {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 0.75rem;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all 0.2s ease;
    }

    border-color: var(--wo-primary);
    transform: scale(1.05);
}

.product-price-tag {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--wo-primary);
    letter-spacing: -0.02em;
}

.product-badge {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.quantity-control {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    padding: 0.25rem;
    border-radius: 50px;
    width: max-content;
}

.quantity-control .btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    background: white;
    border: none;
    box-shadow: var(--wo-shadow-sm);
}

.quantity-control input {
    width: 45px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 0.95rem;
}

.quantity-control input:focus {
    box-shadow: none;
    outline: none;
}

.spec-table tr td {
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.spec-table tr td:first-child {
    font-weight: 600;
    color: #475569;
    width: 35%;
}


/* Dashboard Specifics */
.wo-dashboard-stat {
    position: relative;
    overflow: hidden;
    color: white;
    border: none;
    padding: 1.5rem;
}

.wo-dashboard-stat .stat-icon-bg {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 5rem;
    opacity: 0.15;
    transform: rotate(-15deg);
    transition: transform 0.3s ease;
}

.wo-dashboard-stat:hover .stat-icon-bg {
    transform: rotate(0deg) scale(1.1);
}

.bg-gradient-primary {
    background: var(--wo-gradient-primary);
}

.bg-gradient-success {
    background: linear-gradient(135deg, #059669 0%, #34d399 100%);
}

.bg-gradient-info {
    background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
}

.bg-gradient-warning {
    background: linear-gradient(135deg, #d97706 0%, #fbbf24 100%);
}

.bg-gradient-danger {
    background: linear-gradient(135deg, #dc2626 0%, #f87171 100%);
}

.wo-table-clean th {
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #1e293b !important;
    /* Dark charcoal */
    font-weight: 800 !important;
    border-bottom: 2px solid #cbd5e1 !important;
    padding: 1.25rem !important;
    background: #e2e8f0 !important;
    /* High contrast background */
}

.wo-table-clean td {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--wo-border);
    font-size: 0.875rem;
}

.wo-table-clean tr:last-child td {
    border-bottom: none;
}

/* Amazon-Style Product Page Enhancements */
.thumbnail-wrapper {
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s ease;
    opacity: 0.7;
}

.thumbnail-wrapper:hover,
.thumbnail-wrapper.active {
    border-color: var(--wo-primary);
    opacity: 1;
    transform: scale(1.05);
}

.thumbnail-strip {
    scrollbar-width: thin;
    scrollbar-color: var(--wo-border) transparent;
}

.product-main-image-container {
    background-color: #fff;
    cursor: zoom-in;
}

.text-justify {
    text-align: justify;
}

/* Mobile Sticky Bottom Bar */
.fixed-bottom {
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

/* ========================================
   SUPER ADMIN DASHBOARD STYLES
   ======================================== */

/* Welcome Header */
.wo-super-welcome {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 24px;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.wo-super-welcome::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    z-index: 0;
}

.wo-super-welcome-content {
    position: relative;
    z-index: 1;
}

/* Modern Stat Cards */
.wo-super-stat-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.wo-super-stat-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Gradient Backgrounds for Stat Cards */
.wo-gradient-teal {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
}

.wo-gradient-emerald {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.wo-gradient-amber {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
}

.wo-gradient-sky {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
}

.wo-gradient-violet {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
}

/* Stat Card Icon Background */
.wo-stat-icon-bg {
    position: absolute;
    right: -15px;
    bottom: -15px;
    font-size: 7rem;
    opacity: 0.12;
    transform: rotate(-12deg);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0;
}

.wo-super-stat-card:hover .wo-stat-icon-bg {
    transform: rotate(0deg) scale(1.1);
    opacity: 0.18;
}

.wo-stat-content {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.wo-stat-value {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
    color: #ffffff !important;
    opacity: 1 !important;
    /* Force full visibility */
}

.wo-stat-label {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff !important;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wo-stat-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
    color: #ffffff !important;
    flex-shrink: 0;
}

/* Trend Badge */
.wo-trend-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    color: #ffffff !important;
    margin-top: auto;
    width: fit-content;
}

/* Enhanced Table for Super Admin */
.wo-super-table-container {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.wo-super-table-header {
    background: #ffffff;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wo-super-table {
    width: 100%;
    margin: 0;
}

.wo-super-table thead th {
    background-color: #f8fafc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 1.25rem;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    color: #475569;
}

.wo-super-table tbody td {
    padding: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    font-size: 0.875rem;
}

.wo-super-table tbody tr {
    transition: all 0.2s ease;
}

.wo-super-table tbody tr:hover {
    background-color: #fafafa;
    transform: scale(1.005);
}

.wo-super-table tbody tr:last-child td {
    border-bottom: none;
}

/* Business Avatar */
.wo-business-avatar {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--wo-primary) 0%, var(--wo-primary-soft) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    font-size: 1.1rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

/* Modern Badges */
.wo-modern-badge {
    padding: 0.4rem 0.85rem;
    font-weight: 700;
    border-radius: 50px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.wo-badge-success {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border: 1.5px solid rgba(16, 185, 129, 0.3);
}

.wo-badge-danger {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1.5px solid rgba(239, 68, 68, 0.3);
}

.wo-badge-info {
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
    border: 1.5px solid rgba(59, 130, 246, 0.3);
}

.wo-badge-warning {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
    border: 1.5px solid rgba(245, 158, 11, 0.3);
}

/* Plan Cards */
.wo-plan-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 2px solid var(--wo-border);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.wo-plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--wo-primary) 0%, var(--wo-primary-soft) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.wo-plan-card:hover {
    border-color: var(--wo-primary);
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.wo-plan-card:hover::before {
    transform: scaleX(1);
}

.wo-plan-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--wo-text-main);
    margin-bottom: 0.5rem;
}

.wo-plan-price {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--wo-primary);
    letter-spacing: -0.02em;
}

.wo-plan-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

.wo-plan-features li {
    padding: 0.5rem 0;
    font-size: 0.85rem;
    color: var(--wo-text-muted);
    display: flex;
    align-items: center;
}

.wo-plan-features li::before {
    content: '✓';
    color: var(--wo-success);
    font-weight: 700;
    margin-right: 0.5rem;
}

/* Section Headers */
.wo-section-header {
    margin-bottom: 1.5rem;
}

.wo-section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--wo-text-main);
    margin-bottom: 0.25rem;
}

.wo-section-subtitle {
    font-size: 0.875rem;
    color: var(--wo-text-muted);
}

/* Quick Stats Row Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wo-animate-stat {
    animation: fadeInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.wo-animate-stat:nth-child(1) {
    animation-delay: 0.1s;
}

.wo-animate-stat:nth-child(2) {
    animation-delay: 0.2s;
}

.wo-animate-stat:nth-child(3) {
    animation-delay: 0.3s;
}

.wo-animate-stat:nth-child(4) {
    animation-delay: 0.4s;
}

/* Empty State for Super Admin */
.wo-super-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    color: #94a3b8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wo-super-empty i {
    font-size: 4rem;
    color: var(--wo-border);
    margin-bottom: 1rem;
    display: block;
}

/* Product Image Enhancements */
.wo-product-img-frame {
    border-radius: 0;
}

.wo-product-card-clean .wo-product-img-wrapper {
    background: linear-gradient(135deg, #f0fdfa 0%, #f8fafc 100%);
}

/* Category Image Enhancements */
.wo-category-card-modern .wo-category-img-wrapper {
    background: linear-gradient(135deg, #f0fdfa 0%, #f8fafc 100%);
}

/* ========================================
   PUBLIC WEBSITE STYLES - PREMIUM SAAS THEME
   ======================================== */

/* --- Animations --- */
@keyframes whatsappPulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }

    50% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
        transform: translateY(-2px) scale(1.02);
    }

    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes wo-float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Modern Hero Section (Green Grid Tech) --- */
.wo-public-hero {
    background-color: #f8fafc;
    background-image:
        linear-gradient(rgba(15, 118, 110, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 118, 110, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center top;
    padding: 7rem 0 6rem;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

/* Soft Green Glow Overlay */
.wo-public-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.15) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

.wo-public-hero h1 {
    font-size: 3.75rem;
    /* Bigger SaaS Heading */
    font-weight: 800;
    /* Extra Bold */
    line-height: 1.1;
    color: #0f172a;
    /* Dark Slate */
    letter-spacing: -0.04em;
    margin-bottom: 1.75rem;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    /* Ensure text is always visible */
}

/* Text shadow utility for carousel captions */
.wo-text-shadow {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Hero Carousel Styling */
#heroCarousel {
    position: relative;
    overflow: hidden;
}

#heroCarousel .carousel-item {
    position: relative;
}

#heroCarousel .carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

#heroCarousel .carousel-caption {
    position: absolute;
    z-index: 10;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    z-index: 15;
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    backdrop-filter: blur(10px);
}

#heroCarousel .carousel-control-prev-icon:hover,
#heroCarousel .carousel-control-next-icon:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#heroCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

#heroCarousel .carousel-indicators button.active {
    background-color: #ffffff;
    border-color: #ffffff;
}

@media (max-width: 768px) {
    .wo-public-hero h1 {
        font-size: 2.5rem;
    }
}

.wo-public-hero p {
    font-size: 1.15rem;
    color: #475569;
    max-width: 540px;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
    font-weight: 400;
    opacity: 1 !important;
    /* Ensure text is always visible */
}

/* Hero Image Wrapper */
.wo-hero-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    padding: 2rem;
}

.wo-hero-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(20, 184, 166, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Hero Phone Mockup */
.wo-hero-phone {
    max-width: 100%;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 25px 50px rgba(15, 118, 110, 0.25));
    animation: wo-float 6s ease-in-out infinite;
    position: relative;
    z-index: 3;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center center;
    border-radius: 20px;
    background: transparent;
}

.wo-hero-phone:hover {
    transform: scale(1.05) translateY(-8px);
    filter: drop-shadow(0 35px 70px rgba(15, 118, 110, 0.35));
}

/* Decorative floating elements */
.wo-hero-decoration {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.2) 0%, rgba(15, 118, 110, 0.1) 100%);
    backdrop-filter: blur(10px);
    z-index: 1;
    animation: float 8s ease-in-out infinite;
}

.wo-hero-decoration-1 {
    width: 80px;
    height: 80px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.15) 0%, rgba(15, 118, 110, 0.05) 100%);
}

.wo-hero-decoration-2 {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 5%;
    animation-delay: 2s;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.12) 0%, rgba(15, 118, 110, 0.04) 100%);
}

.wo-hero-decoration-3 {
    width: 100px;
    height: 100px;
    top: 50%;
    right: -5%;
    animation-delay: 4s;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.1) 0%, rgba(15, 118, 110, 0.03) 100%);
    opacity: 0.6;
}

/* Trusted Pill Style */
.wo-trusted-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccfbf1;
    /* Teal-100 */
    border-radius: 9999px;
    color: #0f766e;
    /* Teal-700 */
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.1);
    transition: all 0.3s ease;
}

.wo-trusted-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 118, 110, 0.15);
    background: rgba(255, 255, 255, 1);
}

.wo-trusted-pill i {
    color: #fbbf24;
    font-size: 1rem;
}

.wo-public-hero h1 span {
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    display: block;
    font-size: 0.9em;
    margin-top: 0.5rem;
}

/* Hero Phone Mockup */
.wo-hero-phone {
    max-width: 480px;
    /* Larger for the illustration */
    width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.3));
    animation: float 8s ease-in-out infinite;
    transform-origin: center center;
    /* No 3D rotate for illustration as it's already 3D rendered */
}

/* Trust Line */
.wo-trust-line {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 0.875rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 2.5rem;
    transition: background 0.3s ease;
}

.wo-trust-line:hover {
    background: rgba(255, 255, 255, 0.2);
}

.wo-trust-line i {
    color: #4ade80;
    font-size: 1.25rem;
}

.wo-trust-line span {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
}

/* --- Trust Badges --- */
.wo-trust-badges {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 3.5rem;
}

.wo-trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease;
}

.wo-trust-badge:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
}

.wo-trust-badge i {
    font-size: 1.25rem;
    opacity: 0.95;
}

/* --- How It Works --- */
.wo-how-card {
    text-align: center;
    padding: 3rem 2rem;
    border-radius: var(--wo-radius);
    background: white;
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.wo-how-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--wo-primary) 0%, var(--wo-primary-soft) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.wo-how-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 48px rgba(15, 118, 110, 0.12);
    border-color: rgba(15, 118, 110, 0.3);
}

.wo-how-card:hover::before {
    transform: scaleX(1);
}

.wo-how-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    color: var(--wo-primary);
    margin: 0 auto 1.75rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.1);
}

.wo-how-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed rgba(15, 118, 110, 0.3);
    animation: rotate 20s linear infinite;
}

.wo-how-card:hover .wo-how-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2);
    background: linear-gradient(135deg, #ccfbf1 0%, #99f6e4 100%);
}

.wo-step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(135deg, var(--wo-primary) 0%, var(--wo-primary-soft) 100%);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.85rem;
    box-shadow: 0 4px 8px rgba(15, 118, 110, 0.3);
    border: 3px solid white;
    z-index: 10;
}

/* --- Product Cards (Premium) --- */
.wo-product-card-clean {
    background: white;
    border-radius: var(--wo-radius);
    overflow: hidden;
    border: 1px solid var(--wo-border);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: var(--wo-shadow-sm);
}

.wo-product-card-clean:hover {
    transform: translateY(-12px);
    box-shadow: var(--wo-shadow-lg);
    border-color: var(--wo-primary-soft);
}

.wo-product-img-wrapper {
    position: relative;
    overflow: hidden;
    background: var(--wo-gradient-soft);
    aspect-ratio: 1/1;
}

.wo-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.wo-product-card-clean:hover .wo-product-img {
    transform: scale(1.1);
}

.wo-discount-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    background: #0f172a;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 800;
    z-index: 2;
    letter-spacing: 0.05em;
}

.wo-product-body {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wo-product-category {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--wo-primary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.75rem;
    opacity: 0.8;
}

.wo-product-title {
    font-family: var(--wo-title-font);
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--wo-text-main);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.wo-product-desc {
    font-size: 0.95rem;
    color: var(--wo-text-muted);
    margin-bottom: 1.5rem;
    flex: 1;
    line-height: 1.6;
}

.wo-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-top: 1px solid var(--wo-border);
}

.wo-price-current {
    font-family: var(--wo-title-font);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--wo-text-main);
    letter-spacing: -0.03em;
}

.wo-price-original {
    font-size: 0.95rem;
    color: var(--wo-text-muted);
    text-decoration: line-through;
    margin-left: 0.5rem;
}

.wo-whatsapp-btn {
    background: var(--wo-gradient-primary);
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
    font-weight: 800;
    font-size: 0.9rem;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(13, 92, 86, 0.2);
    text-decoration: none;
}

.wo-whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(13, 92, 86, 0.3);
    filter: brightness(1.1);
}

/* --- Category Cards --- */
.wo-category-card-modern {
    background: white;
    border-radius: var(--wo-radius);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
    height: 100%;
}

.wo-category-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--wo-primary);
}

.wo-category-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.wo-category-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s ease;
    filter: brightness(0.95) saturate(1.1);
}

.wo-category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.1) 0%, rgba(20, 184, 166, 0.05) 100%);
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.wo-category-card-modern:hover .wo-category-img {
    transform: scale(1.05);
    filter: brightness(1) saturate(1.2);
}

.wo-category-card-modern:hover .wo-category-overlay {
    opacity: 0.7;
}

.wo-category-content {
    padding: 1.5rem;
    text-align: center;
}

.wo-category-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--wo-text-main);
    margin-bottom: 0.25rem;
}

/* --- Section Headers --- */
.wo-section-spacer {
    padding: 6rem 0;
}

.wo-section-header-modern {
    margin-bottom: 3.5rem;
    position: relative;
}

.wo-section-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--wo-primary);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.75rem;
    display: block;
}

.wo-section-heading {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--wo-text-main);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .wo-public-hero {
        padding: 5rem 0 4rem;
        text-align: center;
        min-height: auto;
    }

    .wo-public-hero h1 {
        font-size: 2.5rem;
    }

    .wo-public-hero p {
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .wo-trust-badges {
        justify-content: center;
    }

    .wo-hero-image-wrapper {
        max-width: 350px;
        margin: 2rem auto 0;
    }

    .wo-hero-phone {
        max-width: 100%;
    }

    .wo-hero-decoration {
        display: none;
        /* Hide on mobile for cleaner look */
    }

    .wo-section-heading {
        font-size: 2rem;
    }

    .wo-section-spacer {
        padding: 4rem 0;
    }

    .wo-product-footer {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
        text-align: center;
    }

    .wo-whatsapp-btn {
        justify-content: center;
        width: 100%;
    }

    .wo-how-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .wo-public-hero {
        padding: 3rem 0 2rem;
    }

    .wo-public-hero h1 {
        font-size: 2rem;
    }

    .wo-section-heading {
        font-size: 1.75rem;
    }

    .wo-section-spacer {
        padding: 3rem 0;
    }
}

/* Refined Footer & Art Elements */
.wo-section-spacer {
    padding: 100px 0;
}

.footer-modern {
    background: var(--wo-primary);
    color: rgba(255, 255, 255, 0.6);
    padding: 6rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.footer-modern::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(183, 110, 121, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.footer-modern h6 {
    color: #ffffff;
    font-family: var(--wo-font-family);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
}

.footer-modern .border-top {
    border-color: rgba(255, 255, 255, 0.05) !important;
    margin-top: 5rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: white !important;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon:hover {
    background: var(--wo-accent);
    transform: translateY(-4px);
    border-color: var(--wo-accent);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.wo-motif {
    position: fixed;
    z-index: -1;
    pointer-events: none;
    opacity: 0.02;
    user-select: none;
}

/* Fashion Specific Polish */
.italic-accent {
    font-style: italic;
    font-family: var(--wo-title-font);
    font-weight: 400;
    color: var(--wo-accent);
}

.wo-product-card-clean {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid transparent;
}

.wo-product-card-clean:hover {
    transform: translateY(-8px);
}

.wo-product-img-frame {
    aspect-ratio: 4/5;
    object-fit: cover;
    width: 100%;
    border-radius: var(--wo-radius-sm);
}

.wo-product-body {
    padding: 1.5rem 0.5rem;
    text-align: center;
}

.wo-product-title {
    font-size: 1.25rem;
    font-family: var(--wo-title-font);
    margin-bottom: 0.5rem;
    color: var(--wo-primary);
    font-weight: 700;
}

.wo-product-category {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--wo-text-muted);
    margin-bottom: 0.75rem;
}

.wo-product-price {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--wo-primary);
}

.wo-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--wo-accent);
    color: white !important;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    width: 100%;
}

.wo-whatsapp-btn:hover {
    background: #a05a64;
    transform: scale(1.02);
}
/* ==========================================================================
   TENANT ADMIN DESIGN SYSTEM
   Isolated to .tenant-admin-wrapper
   ========================================================================== */

.tenant-admin-wrapper {
    --wo-primary: #a05a64;
    --wo-primary-dark: #8c4d56;
    --wo-primary-light: #f4e9eb;
    --wo-bg: #f8fafc;
    --wo-surface: #ffffff;
    --wo-text-main: #1e293b;
    --wo-text-muted: #64748b;
    --wo-border: #e2e8f0;
    --wo-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);

    --wo-success: #64a06d;
    --wo-danger: #c44d56;
    --wo-warning: #d9a464;
    --wo-info: #7b64a0;

    background-color: var(--wo-bg);
    min-height: 100vh;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--wo-text-main);
}

/* Visibility Fixes */
.tenant-admin-wrapper .wo-fade-up {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Base Overrides for visibility and consistency */
.tenant-admin-wrapper button,
.tenant-admin-wrapper .btn,
.tenant-admin-wrapper a.btn {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.25s ease !important;
}

/* Button Refinement */
.tenant-admin-wrapper .btn {
    padding: 0.625rem 1.75rem;
    font-weight: 700;
    border-radius: 12px;
    border-width: 1.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tenant-admin-wrapper .btn-primary,
.tenant-admin-wrapper .btn-wo-primary {
    background: var(--wo-primary) !important;
    color: #ffffff !important;
    border-color: var(--wo-primary) !important;
    box-shadow: 0 4px 10px rgba(160, 90, 100, 0.2) !important;
}

.tenant-admin-wrapper .btn-primary:hover {
    background: var(--wo-primary-dark) !important;
    border-color: var(--wo-primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(160, 90, 100, 0.3) !important;
}

.tenant-admin-wrapper .btn-secondary,
.tenant-admin-wrapper .btn-wo-secondary {
    background: var(--wo-primary-light) !important;
    color: var(--wo-primary) !important;
    border-color: var(--wo-primary) !important;
    box-shadow: none !important;
}

.tenant-admin-wrapper .btn-secondary:hover {
    background: #eddce0 !important;
    border-color: var(--wo-primary) !important;
    color: var(--wo-primary-dark) !important;
    transform: translateY(-1px) !important;
}

.tenant-admin-wrapper .btn-danger {
    background: var(--wo-danger) !important;
    border-color: var(--wo-danger) !important;
    color: #ffffff !important;
}

/* Outline Buttons Fix */
.tenant-admin-wrapper .btn-outline-primary {
    color: var(--wo-primary) !important;
    border-color: var(--wo-primary) !important;
    background: transparent !important;
}

.tenant-admin-wrapper .btn-outline-primary:hover {
    background: var(--wo-primary) !important;
    color: #ffffff !important;
}

.tenant-admin-wrapper .btn-outline-danger {
    color: var(--wo-danger) !important;
    border-color: var(--wo-danger) !important;
    background: transparent !important;
}

.tenant-admin-wrapper .btn-outline-danger:hover {
    background: var(--wo-danger) !important;
    color: #ffffff !important;
}

.tenant-admin-wrapper .btn-outline-secondary {
    color: var(--wo-text-muted) !important;
    border-color: var(--wo-border) !important;
    background: transparent !important;
}

.tenant-admin-wrapper .btn-outline-secondary:hover {
    background: var(--wo-bg) !important;
    color: var(--wo-text-main) !important;
    border-color: var(--wo-text-muted) !important;
}

/* Icon Visibility & Alignment */
.tenant-admin-wrapper .btn i,
.tenant-admin-wrapper .btn svg {
    opacity: 1 !important;
    visibility: visible !important;
    color: inherit !important;
    font-size: 1.1em;
    line-height: 1;
    display: inline-block;
}

.tenant-admin-wrapper .btn-sm {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.85rem !important;
    border-radius: 8px !important;
}

.tenant-admin-wrapper .btn-sm i {
    font-size: 1rem !important;
}

/* Card Standardization */
.tenant-admin-wrapper .card,
.tenant-admin-wrapper .wo-card {
    background: #ffffff !important;
    border: 1px solid var(--wo-border) !important;
    border-radius: 12px !important;
    box-shadow: var(--wo-shadow) !important;
    margin-bottom: 2rem !important;
    overflow: hidden;
}

.tenant-admin-wrapper .card-header {
    background: #ffffff !important;
    border-bottom: 1px solid var(--wo-border) !important;
    padding: 1.25rem 1.75rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.tenant-admin-wrapper .card-header h5 {
    margin: 0 !important;
    font-weight: 800 !important;
    color: #000000 !important;
}

/* Form Styling */
.tenant-admin-wrapper .form-label {
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    color: var(--wo-text-main) !important;
    margin-bottom: 0.5rem !important;
}

.tenant-admin-wrapper .form-control,
.tenant-admin-wrapper .form-select {
    padding: 0.75rem 1rem !important;
    border-radius: 10px !important;
    border: 1px solid var(--wo-border) !important;
    font-size: 0.95rem !important;
}

.tenant-admin-wrapper .form-control:focus {
    border-color: var(--wo-primary) !important;
    box-shadow: 0 0 0 4px rgba(160, 90, 100, 0.1) !important;
}

/* Sidebar & Navigation */
.tenant-admin-wrapper .wo-sidebar {
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 260px !important;
    background: #ffffff !important;
    z-index: 1060 !important;
    display: flex !important;
    flex-direction: column !important;
    border-right: 1px solid var(--wo-border) !important;
}

.tenant-admin-wrapper .sidebar-scroll-content {
    flex: 1 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin;
    scrollbar-color: var(--wo-primary-light) transparent;
    padding-bottom: 2rem !important;
}

.tenant-admin-wrapper .nav-link {
    display: flex !important;
    align-items: center !important;
    padding: 0.75rem 1.25rem !important;
    border-radius: 8px !important;
    margin: 0.25rem 1rem !important;
    font-weight: 500 !important;
    color: var(--wo-text-muted) !important;
}

.tenant-admin-wrapper .nav-link:hover {
    background: #f1f5f9 !important;
    color: var(--wo-primary) !important;
}

.tenant-admin-wrapper .nav-link.active {
    background: var(--wo-primary-light) !important;
    color: var(--wo-primary) !important;
    font-weight: 700 !important;
}

/* Dropdown Refinement */
.tenant-admin-wrapper .dropdown-menu {
    z-index: 2100 !important;
    padding: 0.5rem !important;
    border-radius: 12px !important;
    border: 1px solid var(--wo-border) !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.tenant-admin-wrapper .dropdown-item {
    padding: 0.6rem 1rem !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    color: var(--wo-text-main) !important;
    transition: all 0.2s ease !important;
}

.tenant-admin-wrapper .dropdown-item:hover {
    background-color: #f1f5f9 !important;
    color: var(--wo-primary) !important;
}


/* Tables */
.tenant-admin-wrapper .table thead th {
    background-color: #f8fafc !important;
    color: var(--wo-text-muted) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    padding: 1rem 1.25rem !important;
    border-bottom: 2px solid var(--wo-border) !important;
}

.tenant-admin-wrapper .table tbody td {
    padding: 1.25rem !important;
    border-bottom: 1px solid var(--wo-border) !important;
    color: var(--wo-text-main) !important;
}

/* Badges */
.tenant-admin-wrapper .badge {
    padding: 0.6em 1.2em !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-size: 0.7rem !important;
}

/* Grid Alignment */
.tenant-admin-wrapper .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

/* Topbar */
.tenant-admin-wrapper .wo-topbar {
    background: #ffffff !important;
    border-bottom: 1px solid var(--wo-border) !important;
    padding: 0.75rem 2rem !important;
}

/* Layout Grid Fixes */
.tenant-admin-wrapper .wo-main-wrapper {
    margin-left: 260px !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}

.tenant-admin-wrapper .wo-content {
    flex: 1 !important;
    padding: 2.5rem !important;
    width: 100% !important;
}

/* Pagination Standardization */
.tenant-admin-wrapper nav[role="navigation"] {
    padding: 1rem 0;
}

.tenant-admin-wrapper .pagination {
    margin: 0 !important;
    gap: 4px !important;
}

.tenant-admin-wrapper .page-item .page-link {
    border-radius: 8px !important;
    padding: 0.5rem 0.85rem !important;
    color: var(--wo-text-main) !important;
    border: 1px solid var(--wo-border) !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    font-size: 0.85rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 38px !important;
    height: 38px !important;
    background: #ffffff !important;
}

.tenant-admin-wrapper .page-item.active .page-link {
    background-color: var(--wo-primary) !important;
    border-color: var(--wo-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(160, 90, 100, 0.2) !important;
}

.tenant-admin-wrapper .page-item:not(.active):not(.disabled) .page-link:hover {
    background-color: var(--wo-primary-light) !important;
    color: var(--wo-primary) !important;
    border-color: var(--wo-primary) !important;
    transform: translateY(-2px);
}

.tenant-admin-wrapper .page-item.disabled .page-link {
    color: #cbd5e1 !important;
    background-color: #f8fafc !important;
    border-color: var(--wo-border) !important;
}

/* Alignment Fixes for Laravel's Pagination Containers */
.tenant-admin-wrapper nav .flex.justify-between,
.tenant-admin-wrapper nav .d-flex.justify-content-between {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

.tenant-admin-wrapper .pagination-container {
    padding-top: 1.5rem;
    border-top: 1px solid var(--wo-border);
    width: 100%;
}

/* Force Text Alignment */
.tenant-admin-wrapper nav p.text-sm,
.tenant-admin-wrapper nav .small.text-muted {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    color: var(--wo-text-muted) !important;
}


@media (max-width: 991.98px) {
    .tenant-admin-wrapper .wo-main-wrapper {
        margin-left: 0 !important;
        padding: 1.25rem !important;
    }
}

/* ==========================================================================
   ADMIN RESPONSIVE STABILIZATION
   Shared by tenant admin and super admin layouts
   ========================================================================== */

.wo-admin-body {
    overflow-x: hidden;
}

.wo-admin-body .wo-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(2px);
    z-index: 1055;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.wo-admin-body .wo-sidebar-overlay.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

.wo-admin-body #sidebar,
.wo-admin-body .wo-sidebar {
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    will-change: transform;
}

.wo-admin-body .wo-topbar {
    position: sticky;
    top: 0;
    z-index: 1045;
    gap: 1rem;
}

.wo-admin-body .wo-topbar-title {
    font-size: clamp(1.1rem, 1.5vw, 1.375rem);
    line-height: 1.2;
    word-break: break-word;
}

.wo-admin-body .wo-topbar-actions {
    min-width: 0;
}

.wo-admin-body .wo-topbar-actions .dropdown-toggle {
    max-width: 100%;
}

.wo-admin-body .wo-topbar-actions .small,
.wo-admin-body .wo-topbar-actions small {
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wo-admin-body .wo-content {
    min-width: 0;
}

.wo-admin-body .card-header,
.tenant-admin-wrapper .card-header {
    gap: 1rem;
    flex-wrap: wrap;
}

.wo-admin-body .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.wo-admin-body .table-responsive > .table {
    min-width: 720px;
}

.wo-admin-body .breadcrumb {
    flex-wrap: wrap;
    row-gap: 0.35rem;
}

.wo-admin-body .modal-body .d-flex.gap-3.justify-content-center {
    flex-wrap: wrap;
}

.wo-admin-body .modal-body .d-flex.gap-3.justify-content-center > * {
    min-width: 0;
}

.wo-admin-body .pagination {
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .wo-admin-body #sidebar,
    .wo-admin-body .wo-sidebar,
    .tenant-admin-wrapper .wo-sidebar {
        width: min(86vw, 320px) !important;
        max-width: 320px;
        transform: translateX(-100%);
        box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
    }

    .wo-admin-body #sidebar.show,
    .wo-admin-body .wo-sidebar.show,
    .tenant-admin-wrapper .wo-sidebar.show {
        transform: translateX(0) !important;
    }

    .wo-admin-body .wo-main-wrapper,
    .tenant-admin-wrapper .wo-main-wrapper {
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .wo-admin-body .wo-topbar,
    .tenant-admin-wrapper .wo-topbar {
        padding: 0.9rem 1rem !important;
    }

    .wo-admin-body .wo-content,
    .tenant-admin-wrapper .wo-content {
        padding: 1rem !important;
    }

    .wo-admin-body .wo-content > .row > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2,
    .wo-admin-body .wo-content > .row.wo-fade-up > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2,
    .wo-admin-body .wo-content > .row.wo-fade-up > .col-12.d-flex.align-items-center.justify-content-between.mb-2 {
        align-items: flex-start !important;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .wo-admin-body .wo-content > .row > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2,
    .wo-admin-body .wo-content > .row.wo-fade-up > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2,
    .wo-admin-body .wo-content > .row.wo-fade-up > .col-12.d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2 {
        width: 100%;
        flex-wrap: wrap;
    }

    .wo-admin-body .wo-content > .row > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2 > .btn,
    .wo-admin-body .wo-content > .row > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2 > a.btn,
    .wo-admin-body .wo-content > .row.wo-fade-up > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2 > .btn,
    .wo-admin-body .wo-content > .row.wo-fade-up > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2 > a.btn,
    .wo-admin-body .wo-content > .row.wo-fade-up > .col-12.d-flex.align-items-center.justify-content-between.mb-2 > .btn,
    .wo-admin-body .wo-content > .row.wo-fade-up > .col-12.d-flex.align-items-center.justify-content-between.mb-2 > a.btn {
        flex: 1 1 14rem;
        justify-content: center;
    }

    .wo-admin-body .wo-card > form.row.g-3.align-items-center {
        align-items: stretch !important;
    }

    .wo-admin-body .wo-card > form.row.g-3.align-items-center .d-flex.gap-2 {
        flex-wrap: wrap;
    }

    .wo-admin-body .wo-card > form.row.g-3.align-items-center .d-flex.gap-2 > * {
        flex: 1 1 12rem;
    }

    .wo-admin-body .pagination-container,
    .wo-admin-body .p-4.border-top.pagination-container {
        padding: 1rem !important;
    }
}

@media (max-width: 767.98px) {
    .wo-admin-body .wo-topbar {
        flex-wrap: wrap;
        align-items: flex-start !important;
    }

    .wo-admin-body .wo-topbar-title {
        font-size: 1.05rem;
    }

    .wo-admin-body .wo-topbar-actions {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .wo-admin-body .wo-content,
    .tenant-admin-wrapper .wo-content {
        padding: 0.9rem !important;
    }

    .wo-admin-body .card,
    .tenant-admin-wrapper .card,
    .tenant-admin-wrapper .wo-card {
        border-radius: 16px !important;
    }

    .wo-admin-body .card-header,
    .tenant-admin-wrapper .card-header {
        padding: 1rem !important;
    }

    .wo-admin-body .card-body {
        padding: 1rem !important;
    }

    .wo-admin-body .table thead th,
    .wo-admin-body .table tbody td,
    .tenant-admin-wrapper .table thead th,
    .tenant-admin-wrapper .table tbody td {
        padding: 0.9rem 1rem !important;
    }

    .wo-admin-body .table td .d-flex.justify-content-end.gap-2 {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }

    .wo-admin-body .wo-card > form.row.g-3.align-items-center .d-flex.gap-2,
    .wo-admin-body .modal-body .d-flex.gap-3.justify-content-center {
        flex-direction: column;
    }

    .wo-admin-body .wo-card > form.row.g-3.align-items-center .d-flex.gap-2 > *,
    .wo-admin-body .modal-body .d-flex.gap-3.justify-content-center > * {
        width: 100%;
    }

    .tenant-admin-wrapper nav .flex.justify-between,
    .tenant-admin-wrapper nav .d-flex.justify-content-between,
    .wo-admin-body nav[role="navigation"] .flex.justify-between,
    .wo-admin-body nav[role="navigation"] .d-flex.justify-content-between {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    .wo-admin-body .pagination {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .wo-admin-body .wo-topbar,
    .tenant-admin-wrapper .wo-topbar {
        padding: 0.75rem 0.85rem !important;
    }

    .wo-admin-body .wo-content,
    .tenant-admin-wrapper .wo-content {
        padding: 0.8rem !important;
    }

    .wo-admin-body .wo-topbar-actions .dropdown-menu {
        width: min(92vw, 20rem);
    }

    .wo-admin-body .table-responsive > .table {
        min-width: 640px;
    }
}

/* ==========================================================================
   YAZHIRA LUXE ADMIN 2026 THEME OVERRIDES
   ========================================================================== */

:root {
    --wo-primary: #8B5CF6;
    --wo-primary-dark: #7C3AED;
    --wo-primary-light: #EDE9FE;
    --wo-primary-soft: #F5F3FF;
    --wo-bg: #FAF9FF;
    --wo-surface: #FFFFFF;
    --wo-surface-muted: #FCFBFF;
    --wo-text-main: #2D2A32;
    --wo-text-body: #5E5A67;
    --wo-text-muted: #8B8597;
    --wo-border: #E5E7EB;
    --wo-border-strong: #DDD6FE;
    --wo-shadow: 0 24px 60px rgba(139, 92, 246, 0.12);
    --wo-shadow-sm: 0 14px 30px rgba(139, 92, 246, 0.08);
    --wo-shadow-card: 0 18px 40px rgba(45, 42, 50, 0.06);
    --wo-radius: 22px;
    --wo-radius-sm: 14px;
    --wo-font-serif: 'Cormorant Garamond', serif;
    --wo-font-sans: 'Manrope', sans-serif;
    --wo-gradient-primary: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
    --wo-gradient-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 249, 255, 0.98) 100%);
    --wo-success: #059669;
    --wo-danger: #DC2626;
    --wo-warning: #D97706;
    --wo-info: #7C3AED;
    --bs-primary-rgb: 139, 92, 246;
    --bs-body-bg: #FAF9FF;
    --bs-body-color: #2D2A32;
}

body,
.wo-admin-body,
.wo-auth-body {
    background:
        radial-gradient(circle at top left, rgba(196, 181, 253, 0.2), transparent 22%),
        radial-gradient(circle at right 10% top 12%, rgba(139, 92, 246, 0.08), transparent 18%),
        linear-gradient(180deg, #FCFBFF 0%, #FAF9FF 48%, #F6F1FF 100%) !important;
    color: var(--wo-text-body) !important;
    font-family: var(--wo-font-sans) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wo-dashboard-heading,
.wo-auth-title,
.wo-auth-panel-title {
    font-family: var(--wo-font-serif) !important;
    color: var(--wo-text-main) !important;
    letter-spacing: -0.02em;
}

.wo-admin-body a,
.wo-auth-body a {
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.wo-admin-shell {
    min-height: 100vh;
}

.wo-sidebar,
#sidebar {
    width: 290px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-right: 1px solid rgba(221, 214, 254, 0.8) !important;
    backdrop-filter: blur(22px);
    box-shadow: 18px 0 40px rgba(139, 92, 246, 0.08);
}

.wo-sidebar-inner {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 92, 246, 0.35) transparent;
    padding: 1.4rem 1.15rem 1rem;
}

.wo-sidebar-inner::-webkit-scrollbar {
    width: 6px;
}

.wo-sidebar-inner::-webkit-scrollbar-thumb {
    background: rgba(139, 92, 246, 0.35);
    border-radius: 999px;
}

.wo-sidebar-inner::-webkit-scrollbar-track {
    background: transparent;
}

.wo-sidebar-brand {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(237, 233, 254, 0.7));
    border: 1px solid rgba(196, 181, 253, 0.6);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    margin-bottom: 1rem;
}

.wo-sidebar-brand-mark,
.wo-sidebar-profile-icon,
.wo-stat-icon,
.wo-auth-feature-icon,
.wo-auth-logo-fallback {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--wo-gradient-primary);
    color: #fff;
    box-shadow: 0 16px 28px rgba(139, 92, 246, 0.22);
}

.wo-sidebar-brand-mark {
    width: 54px;
    height: 54px;
    overflow: hidden;
}

.wo-sidebar-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    border-radius: 16px;
    padding: 0.35rem;
}

.wo-sidebar-brand-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.wo-sidebar-brand-kicker,
.wo-topbar-kicker,
.wo-dashboard-kicker,
.wo-auth-kicker,
.wo-auth-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--wo-primary-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wo-sidebar-brand-copy strong {
    font-size: 1rem;
    color: var(--wo-text-main);
    line-height: 1.2;
}

.wo-sidebar-brand-copy small,
.wo-sidebar-profile span,
.wo-user-copy small {
    color: var(--wo-text-muted);
    font-size: 0.78rem;
}

.wo-sidebar-profile {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: rgba(245, 243, 255, 0.72);
    border: 1px solid rgba(221, 214, 254, 0.72);
}

.wo-sidebar-profile-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
}

.wo-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
}

.wo-sidebar-group {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.wo-sidebar-heading {
    margin: 0 0 0 0.75rem;
    color: var(--wo-text-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wo-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.wo-sidebar-link,
.wo-sidebar-logout {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.82rem 0.95rem;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: var(--wo-text-body) !important;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.wo-sidebar-link:hover,
.wo-sidebar-logout:hover {
    transform: translateX(2px);
    background: rgba(237, 233, 254, 0.88) !important;
    color: var(--wo-primary-dark) !important;
}

.wo-sidebar-link.active {
    position: relative;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.14), rgba(237, 233, 254, 0.95)) !important;
    color: var(--wo-primary-dark) !important;
    box-shadow: inset 3px 0 0 var(--wo-primary);
}

.wo-sidebar-icon {
    width: 2.15rem;
    height: 2.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(139, 92, 246, 0.08);
    color: var(--wo-primary-dark);
    flex-shrink: 0;
}

.wo-sidebar-footer {
    margin-top: auto;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    border-top: 1px solid rgba(221, 214, 254, 0.8);
}

.wo-main-wrapper,
.tenant-admin-wrapper .wo-main-wrapper {
    margin-left: 290px !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
}

.wo-topbar {
    position: sticky;
    top: 0;
    z-index: 1045;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem;
    min-height: 88px;
    padding: 1.15rem 1.6rem !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border-bottom: 1px solid rgba(221, 214, 254, 0.7) !important;
    backdrop-filter: blur(20px);
}

.wo-topbar-leading,
.wo-topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.wo-topbar-title {
    font-size: clamp(1.6rem, 2vw, 2rem) !important;
    line-height: 1;
    margin: 0;
}

.wo-sidebar-toggle,
.wo-icon-btn {
    width: 2.9rem;
    height: 2.9rem;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    border: 1px solid rgba(221, 214, 254, 0.8) !important;
    background: rgba(245, 243, 255, 0.9) !important;
    color: var(--wo-primary-dark) !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.wo-sidebar-toggle i,
.wo-icon-btn i {
    font-size: 1.15rem;
}

.wo-icon-btn {
    position: relative;
}

.wo-icon-dot {
    position: absolute;
    top: 0.65rem;
    right: 0.7rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #EC4899;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.92);
}

.wo-user-trigger {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem;
    padding: 0.45rem 0.55rem 0.45rem 0.45rem;
    border-radius: 16px;
    background: rgba(245, 243, 255, 0.92);
    border: 1px solid rgba(221, 214, 254, 0.8);
    color: var(--wo-text-main) !important;
}

.wo-user-avatar {
    width: 2.65rem;
    height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--wo-gradient-primary);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(139, 92, 246, 0.22);
}

.wo-user-copy {
    min-width: 0;
    flex-direction: column;
    line-height: 1.2;
}

.wo-user-copy strong {
    font-size: 0.92rem;
}

.wo-dropdown-menu,
.dropdown-menu {
    border: 1px solid rgba(221, 214, 254, 0.85) !important;
    border-radius: 16px !important;
    padding: 0.55rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 24px 48px rgba(45, 42, 50, 0.08) !important;
}

.wo-dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-item {
    border-radius: 12px !important;
    padding: 0.7rem 0.85rem !important;
    font-weight: 600 !important;
    color: var(--wo-text-main) !important;
}

.wo-dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:hover {
    background: rgba(237, 233, 254, 0.9) !important;
    color: var(--wo-primary-dark) !important;
}

.wo-content,
.tenant-admin-wrapper .wo-content {
    flex: 1 !important;
    width: 100% !important;
    padding: 1.6rem !important;
}

.wo-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.6rem 1.25rem;
    color: var(--wo-text-muted);
    font-size: 0.78rem;
}

.min-w-0 {
    min-width: 0 !important;
}

.wo-card,
.card,
.wo-super-table-container {
    background: var(--wo-gradient-surface) !important;
    border: 1px solid rgba(221, 214, 254, 0.68) !important;
    border-radius: var(--wo-radius) !important;
    box-shadow: var(--wo-shadow-card) !important;
    overflow: hidden;
}

.wo-card-header,
.card-header,
.wo-super-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    background: rgba(245, 243, 255, 0.82) !important;
    border-bottom: 1px solid rgba(221, 214, 254, 0.72) !important;
}

.wo-card-body,
.card-body {
    padding: 1.4rem !important;
}

.wo-form-action-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(245, 243, 255, 0.78);
    border: 1px solid rgba(221, 214, 254, 0.76);
}

.wo-admin-body .bg-primary-soft,
.wo-admin-body .bg-success-soft,
.wo-admin-body .bg-warning-soft,
.wo-admin-body .bg-info-soft,
.wo-admin-body .bg-primary.bg-opacity-10,
.wo-admin-body .bg-success.bg-opacity-10,
.wo-admin-body .bg-warning.bg-opacity-10,
.wo-admin-body .bg-info.bg-opacity-10,
.wo-admin-body .bg-light,
.wo-admin-body .bg-light-subtle {
    background: rgba(245, 243, 255, 0.82) !important;
}

.wo-admin-body .bg-primary-soft,
.wo-admin-body .bg-success-soft,
.wo-admin-body .bg-warning-soft,
.wo-admin-body .bg-info-soft,
.wo-admin-body .text-primary,
.wo-admin-body .text-success,
.wo-admin-body .text-warning,
.wo-admin-body .text-info {
    color: var(--wo-primary-dark) !important;
}

.wo-admin-body .btn-outline-success,
.wo-admin-body .btn-outline-warning,
.wo-admin-body .btn-outline-info,
.wo-admin-body .btn-outline-primary {
    border-color: rgba(196, 181, 253, 0.95) !important;
    background: rgba(245, 243, 255, 0.92) !important;
    color: var(--wo-primary-dark) !important;
}

.wo-admin-body .btn-outline-success:hover,
.wo-admin-body .btn-outline-warning:hover,
.wo-admin-body .btn-outline-info:hover,
.wo-admin-body .btn-outline-primary:hover {
    background: rgba(237, 233, 254, 1) !important;
    border-color: rgba(139, 92, 246, 0.42) !important;
    color: var(--wo-primary-dark) !important;
}

.wo-admin-body .bg-success-subtle,
.wo-admin-body .bg-warning-subtle,
.wo-admin-body .bg-info-subtle,
.wo-admin-body .bg-primary-subtle {
    background: rgba(237, 233, 254, 0.9) !important;
    color: var(--wo-primary-dark) !important;
    border-color: rgba(196, 181, 253, 0.7) !important;
}

.wo-dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem 1.7rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at right top, rgba(196, 181, 253, 0.4), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 243, 255, 0.98));
    border: 1px solid rgba(221, 214, 254, 0.8);
    box-shadow: var(--wo-shadow);
}

.wo-dashboard-heading {
    font-size: clamp(2rem, 2.4vw, 2.8rem);
}

.wo-dashboard-copy {
    max-width: 44rem;
    color: var(--wo-text-body);
}

.wo-stat-card {
    padding: 1.35rem;
}

.wo-stat-icon {
    width: 3.3rem;
    height: 3.3rem;
    margin-bottom: 1rem;
    border-radius: 16px;
    font-size: 1.25rem;
}

.wo-stat-label {
    color: var(--wo-text-muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.wo-stat-value {
    margin: 0.35rem 0 0.5rem;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    line-height: 1;
}

.wo-stat-meta {
    color: var(--wo-text-body);
    font-size: 0.88rem;
}

.wo-soft-badge,
.wo-modern-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.wo-soft-badge {
    background: rgba(237, 233, 254, 0.95);
    color: var(--wo-primary-dark);
    border: 1px solid rgba(196, 181, 253, 0.9);
}

.wo-modern-badge {
    border: 1px solid transparent;
}

.wo-badge-success { background: rgba(16, 185, 129, 0.12); color: #047857; border-color: rgba(16, 185, 129, 0.22); }
.wo-badge-danger { background: rgba(239, 68, 68, 0.12); color: #B91C1C; border-color: rgba(239, 68, 68, 0.22); }
.wo-badge-warning { background: rgba(245, 158, 11, 0.12); color: #B45309; border-color: rgba(245, 158, 11, 0.2); }
.wo-badge-info { background: rgba(139, 92, 246, 0.12); color: #6D28D9; border-color: rgba(139, 92, 246, 0.2); }

.wo-chart-card .wo-card-body {
    padding-top: 1.2rem !important;
}

.wo-chart-wrap {
    position: relative;
    min-height: 320px;
}

.wo-chart-wrap-sm {
    min-height: 250px;
}

.wo-insight-tile,
.wo-plan-tile {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(245, 243, 255, 0.68);
    border: 1px solid rgba(221, 214, 254, 0.74);
}

.wo-insight-tile span,
.wo-kpi-line span {
    display: block;
    color: var(--wo-text-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wo-insight-tile strong,
.wo-kpi-line strong,
.wo-plan-price {
    display: block;
    margin-top: 0.35rem;
    color: var(--wo-text-main);
    font-size: 1rem;
}

.wo-kpi-stack,
.wo-list-stack {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.wo-kpi-line,
.wo-product-rank {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: rgba(252, 251, 255, 0.9);
    border: 1px solid rgba(229, 231, 235, 0.88);
}

.wo-product-rank-media {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(237, 233, 254, 0.8);
    color: var(--wo-primary-dark);
}

.wo-product-rank-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wo-product-rank h6,
.wo-plan-tile h6 {
    font-family: var(--wo-font-sans) !important;
    font-size: 0.95rem;
    font-weight: 800 !important;
}

.wo-progress {
    height: 0.48rem !important;
    border-radius: 999px;
    background: rgba(221, 214, 254, 0.7) !important;
}

.wo-progress .progress-bar {
    border-radius: 999px;
    background: var(--wo-gradient-primary) !important;
}

.btn,
.btn:focus,
.btn:hover {
    box-shadow: none;
}

.btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 42px;
    padding: 0.72rem 1.15rem;
    border-radius: 14px !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
}

.btn-wo-primary,
.btn-primary {
    background: var(--wo-gradient-primary) !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    box-shadow: 0 14px 26px rgba(139, 92, 246, 0.22) !important;
}

.btn-wo-primary:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
}

.btn-wo-secondary,
.btn-secondary,
.btn-outline-secondary {
    background: rgba(245, 243, 255, 0.92) !important;
    border: 1px solid rgba(196, 181, 253, 0.9) !important;
    color: var(--wo-primary-dark) !important;
}

.btn-wo-secondary:hover,
.btn-secondary:hover,
.btn-outline-secondary:hover {
    background: rgba(237, 233, 254, 1) !important;
    border-color: rgba(139, 92, 246, 0.42) !important;
}

.btn-danger,
.btn-outline-danger {
    border-radius: 14px !important;
}

.btn-outline-danger {
    border: 1px solid rgba(220, 38, 38, 0.22) !important;
    color: #B91C1C !important;
    background: rgba(254, 242, 242, 0.7) !important;
}

.btn-outline-danger:hover {
    background: rgba(254, 226, 226, 0.96) !important;
    border-color: rgba(220, 38, 38, 0.32) !important;
}

.form-label {
    color: var(--wo-text-main) !important;
    font-weight: 700 !important;
    margin-bottom: 0.55rem !important;
}

.form-control,
.form-select,
.input-group-text {
    min-height: 48px;
    border-radius: 14px !important;
    border: 1px solid rgba(221, 214, 254, 0.88) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: var(--wo-text-main) !important;
}

.form-control::placeholder {
    color: #A19AAA !important;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: rgba(139, 92, 246, 0.72) !important;
    box-shadow: 0 0 0 0.22rem rgba(139, 92, 246, 0.14) !important;
}

.input-group-text {
    color: var(--wo-primary-dark) !important;
}

.form-check-input {
    border-color: rgba(196, 181, 253, 0.95) !important;
}

.form-check-input:checked {
    background-color: var(--wo-primary) !important;
    border-color: var(--wo-primary) !important;
}

input[type="file"].form-control {
    padding: 0.8rem 0.95rem !important;
    border-style: dashed !important;
    background: rgba(245, 243, 255, 0.72) !important;
}

.form-control-color {
    min-height: 42px !important;
}

.wo-admin-body textarea.form-control {
    min-height: 110px;
    resize: vertical;
}

.wo-admin-body .input-group > .form-control,
.wo-admin-body .input-group > .form-select,
.wo-admin-body .input-group > .input-group-text {
    min-width: 0;
}

.wo-admin-body .form-check.form-switch {
    gap: 1rem;
}

.wo-admin-body .form-check.form-switch .form-check-input {
    flex-shrink: 0;
}

.wo-admin-body .border-dashed {
    border-style: dashed !important;
    border-color: rgba(196, 181, 253, 0.95) !important;
    background: rgba(250, 249, 255, 0.88) !important;
}

.table-responsive,
.table-wo-container {
    border-radius: 0 0 var(--wo-radius) var(--wo-radius);
}

.table-wo,
.table {
    margin-bottom: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.table thead th,
.table-wo thead th {
    padding: 1rem 1.15rem !important;
    background: rgba(237, 233, 254, 0.76) !important;
    color: var(--wo-primary-dark) !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase !important;
    border-bottom: 1px solid rgba(196, 181, 253, 0.72) !important;
}

.table tbody td,
.table-wo tbody td {
    padding: 1rem 1.15rem !important;
    border-bottom: 1px solid rgba(229, 231, 235, 0.82) !important;
    color: var(--wo-text-body) !important;
    white-space: nowrap;
    vertical-align: middle !important;
}

.table tbody tr:hover,
.table-wo tbody tr:hover {
    background: rgba(250, 249, 255, 0.82) !important;
}

.wo-admin-body .table tbody td .d-flex {
    align-items: center;
}

.wo-admin-body .table tbody td .d-flex.justify-content-end {
    justify-content: flex-end !important;
}

.wo-admin-body .table tbody td:last-child {
    white-space: nowrap;
}

.wo-admin-body .table tbody td .btn,
.wo-admin-body .table tbody td .btn-sm {
    min-height: 38px;
}

.wo-admin-body .table tbody td .btn-outline-secondary,
.wo-admin-body .table tbody td .btn-wo-secondary {
    color: var(--wo-primary-dark) !important;
}

.wo-admin-body .table img {
    border-radius: 16px !important;
}

.table img {
    border-radius: 14px !important;
    border: 1px solid rgba(221, 214, 254, 0.75) !important;
}

.badge {
    border-radius: 999px !important;
    font-weight: 700 !important;
}

.page-link {
    border-radius: 12px !important;
    border: 1px solid rgba(221, 214, 254, 0.88) !important;
    color: var(--wo-text-main) !important;
    background: rgba(255, 255, 255, 0.94) !important;
}

.page-item.active .page-link {
    background: var(--wo-gradient-primary) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.page-item.disabled .page-link {
    color: #B5ADBE !important;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: var(--wo-text-muted) !important;
}

.breadcrumb-item.active {
    color: var(--wo-text-main) !important;
    font-weight: 700;
}

.wo-empty-state,
.wo-empty-inline {
    color: var(--wo-text-muted);
}

.wo-empty-inline {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
}

.wo-empty-inline i {
    font-size: 1.8rem;
    color: var(--wo-primary);
    opacity: 0.7;
}

.modal-content {
    border: 1px solid rgba(221, 214, 254, 0.84) !important;
    border-radius: 24px !important;
    box-shadow: var(--wo-shadow) !important;
}

.modal-header,
.modal-footer {
    border-color: rgba(229, 231, 235, 0.82) !important;
}

.alert,
.wo-auth-alert {
    border-radius: 16px !important;
    border: 1px solid transparent !important;
    padding: 0.95rem 1rem !important;
    font-weight: 600;
}

.wo-auth-alert-info {
    background: rgba(237, 233, 254, 0.86);
    border-color: rgba(196, 181, 253, 0.9) !important;
    color: var(--wo-primary-dark);
}

.wo-auth-alert-danger {
    background: rgba(254, 242, 242, 0.96);
    border-color: rgba(252, 165, 165, 0.64) !important;
    color: #B91C1C;
}

.wo-auth-body {
    min-height: 100vh;
}

.wo-auth-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(320px, 0.96fr) minmax(0, 1.04fr);
}

.wo-auth-panel {
    position: relative;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(196, 181, 253, 0.54), transparent 30%),
        linear-gradient(155deg, #F5F3FF 0%, #EDE9FE 52%, #FAF9FF 100%);
    border-right: 1px solid rgba(221, 214, 254, 0.84);
}

.wo-auth-panel-inner {
    max-width: 28rem;
}

.wo-auth-panel-title {
    margin: 1rem 0 1rem;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 0.98;
}

.wo-auth-panel-copy {
    color: var(--wo-text-body);
    font-size: 1rem;
    line-height: 1.8;
}

.wo-auth-feature-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.wo-auth-feature-item {
    display: flex;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(221, 214, 254, 0.72);
}

.wo-auth-feature-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 14px;
}

.wo-auth-feature-item strong {
    display: block;
    color: var(--wo-text-main);
    margin-bottom: 0.2rem;
}

.wo-auth-feature-item p {
    margin: 0;
    color: var(--wo-text-body);
    font-size: 0.92rem;
}

.wo-auth-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.wo-auth-card {
    width: min(100%, 520px);
    border-radius: 28px;
    border: 1px solid rgba(221, 214, 254, 0.78);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 30px 60px rgba(139, 92, 246, 0.14);
    overflow: hidden;
}

.wo-auth-brand {
    padding: 2.2rem 2.2rem 1.15rem;
    text-align: center;
}

.wo-auth-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.1rem;
}

.wo-auth-logo,
.wo-auth-logo-fallback {
    width: 74px;
    height: 74px;
    border-radius: 22px;
}

.wo-auth-logo {
    object-fit: contain;
    background: #fff;
    padding: 0.45rem;
    border: 1px solid rgba(221, 214, 254, 0.8);
    box-shadow: 0 18px 30px rgba(139, 92, 246, 0.1);
}

.wo-auth-logo-fallback {
    font-size: 1.9rem;
}

.wo-auth-title {
    margin: 0.6rem 0 0.45rem;
    font-size: clamp(2rem, 4vw, 2.5rem);
}

.wo-auth-copy {
    color: var(--wo-text-body);
    margin: 0 auto;
    max-width: 26rem;
}

.wo-auth-form-shell {
    padding: 0 2.2rem 2.2rem;
}

.wo-auth-label {
    font-size: 0.84rem !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.wo-input-icon {
    position: relative;
}

.wo-input-icon > i {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    color: var(--wo-primary-dark);
    z-index: 2;
}

.wo-auth-control {
    padding-left: 2.8rem !important;
}

.wo-auth-link {
    color: var(--wo-primary-dark) !important;
}

.wo-auth-link:hover {
    color: var(--wo-primary) !important;
}

.wo-auth-submit {
    min-height: 52px;
    font-size: 0.95rem !important;
}

.wo-auth-check .form-check-input {
    margin-top: 0.18rem;
}

.wo-auth-helper-text {
    color: var(--wo-text-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .wo-auth-shell {
        grid-template-columns: 1fr;
    }

    .wo-auth-stage {
        padding: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .wo-sidebar,
    #sidebar {
        width: min(88vw, 304px) !important;
    }

    .wo-main-wrapper,
    .tenant-admin-wrapper .wo-main-wrapper {
        margin-left: 0 !important;
    }

    .wo-topbar {
        min-height: 78px;
        padding: 1rem !important;
    }

    .wo-content,
    .tenant-admin-wrapper .wo-content {
        padding: 1rem !important;
    }

    .wo-dashboard-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .wo-dashboard-heading {
        font-size: clamp(1.9rem, 6vw, 2.5rem);
    }

    .wo-footer {
        padding: 0 1rem 1rem;
    }

    .wo-form-action-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .table-responsive > .table,
    .wo-admin-body .table-responsive > .table {
        min-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .wo-topbar {
        align-items: flex-start !important;
        flex-wrap: wrap;
    }

    .wo-topbar-actions {
        width: 100%;
        justify-content: space-between;
    }

    .wo-user-trigger {
        flex: 1 1 auto;
        justify-content: space-between;
    }

    .wo-card-header,
    .card-header,
    .wo-super-table-header {
        padding: 1rem 1rem 0.9rem;
    }

    .wo-card-body,
    .card-body {
        padding: 1rem !important;
    }

    .wo-chart-wrap {
        min-height: 260px;
    }

    .wo-content > .row > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2,
    .wo-content > .row.wo-fade-up > .col-12 > .d-flex.align-items-center.justify-content-between.mb-2 > .d-flex.gap-2 {
        width: 100%;
    }

    .wo-content .btn,
    .modal-body .btn {
        min-width: 0;
    }

    .wo-footer {
        flex-direction: column;
    }

    .wo-auth-stage {
        padding: 1rem;
    }

    .wo-auth-brand {
        padding: 1.7rem 1.35rem 1rem;
    }

    .wo-auth-form-shell {
        padding: 0 1.35rem 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .wo-sidebar-inner {
        padding: 1rem 0.85rem 0.85rem;
    }

    .wo-content,
    .tenant-admin-wrapper .wo-content {
        padding: 0.85rem !important;
    }

    .wo-dashboard-hero {
        padding: 1.2rem;
        border-radius: 20px;
    }

    .wo-stat-card {
        padding: 1.1rem;
    }

    .table-responsive > .table,
    .wo-admin-body .table-responsive > .table {
        min-width: 640px;
    }

    .wo-auth-card {
        border-radius: 22px;
    }

.wo-auth-title {
        font-size: 2rem;
    }
}

/* ==========================================================================
   FINAL PURPLE THEME ENFORCEMENT
   Resolves legacy tenant-admin specificity conflicts
   ========================================================================== */

.wo-admin-body.wo-sidebar-open {
    overflow: hidden;
}

@media (min-width: 992px) {
    .wo-admin-body.wo-sidebar-open {
        overflow-y: auto;
    }
}

.tenant-admin-wrapper,
.wo-super-admin-body {
    background: var(--wo-bg) !important;
    color: var(--wo-text-main) !important;
}

.tenant-admin-wrapper .wo-sidebar,
.tenant-admin-wrapper #sidebar,
.wo-super-admin-body .wo-sidebar,
.wo-super-admin-body #sidebar {
    width: 290px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    z-index: 1060 !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border-right: 1px solid rgba(221, 214, 254, 0.85) !important;
    backdrop-filter: blur(22px);
    box-shadow: 18px 0 40px rgba(139, 92, 246, 0.08) !important;
}

.tenant-admin-wrapper .wo-sidebar-inner,
.wo-super-admin-body .wo-sidebar-inner {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden !important;
    padding: 1.4rem 1.15rem 1rem !important;
}

.tenant-admin-wrapper .wo-sidebar-nav,
.wo-super-admin-body .wo-sidebar-nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 0.35rem !important;
    margin-right: -0.15rem !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 92, 246, 0.38) transparent;
}

.tenant-admin-wrapper .wo-sidebar-nav::-webkit-scrollbar,
.wo-super-admin-body .wo-sidebar-nav::-webkit-scrollbar {
    width: 6px;
}

.tenant-admin-wrapper .wo-sidebar-nav::-webkit-scrollbar-thumb,
.wo-super-admin-body .wo-sidebar-nav::-webkit-scrollbar-thumb {
    background: rgba(139, 92, 246, 0.38);
    border-radius: 999px;
}

.tenant-admin-wrapper .wo-sidebar-nav::-webkit-scrollbar-track,
.wo-super-admin-body .wo-sidebar-nav::-webkit-scrollbar-track {
    background: transparent;
}

.tenant-admin-wrapper .wo-sidebar-footer,
.wo-super-admin-body .wo-sidebar-footer {
    margin-top: 0 !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(221, 214, 254, 0.8) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.94) 16%) !important;
}

.tenant-admin-wrapper .wo-topbar,
.wo-super-admin-body .wo-topbar {
    background: rgba(255, 255, 255, 0.86) !important;
    border-bottom: 1px solid rgba(221, 214, 254, 0.74) !important;
    padding: 1.15rem 1.6rem !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 28px rgba(139, 92, 246, 0.05);
}

.tenant-admin-wrapper .wo-user-trigger,
.wo-super-admin-body .wo-user-trigger,
.tenant-admin-wrapper .wo-icon-btn,
.wo-super-admin-body .wo-icon-btn,
.tenant-admin-wrapper .wo-sidebar-toggle,
.wo-super-admin-body .wo-sidebar-toggle {
    background: rgba(245, 243, 255, 0.92) !important;
    border-color: rgba(221, 214, 254, 0.82) !important;
    color: var(--wo-primary-dark) !important;
}

.tenant-admin-wrapper .dropdown-menu,
.wo-super-admin-body .dropdown-menu {
    border: 1px solid rgba(221, 214, 254, 0.85) !important;
    border-radius: 16px !important;
    padding: 0.55rem !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 24px 48px rgba(45, 42, 50, 0.08) !important;
}

.tenant-admin-wrapper .dropdown-item,
.wo-super-admin-body .dropdown-item {
    border-radius: 12px !important;
    padding: 0.7rem 0.85rem !important;
    font-weight: 600 !important;
    color: var(--wo-text-main) !important;
}

.tenant-admin-wrapper .dropdown-item:hover,
.wo-super-admin-body .dropdown-item:hover {
    background: rgba(237, 233, 254, 0.9) !important;
    color: var(--wo-primary-dark) !important;
}

.tenant-admin-wrapper .card,
.tenant-admin-wrapper .wo-card,
.tenant-admin-wrapper .wo-super-table-container,
.wo-super-admin-body .card,
.wo-super-admin-body .wo-card,
.wo-super-admin-body .wo-super-table-container {
    background: var(--wo-gradient-surface) !important;
    border: 1px solid rgba(221, 214, 254, 0.68) !important;
    border-radius: var(--wo-radius) !important;
    box-shadow: var(--wo-shadow-card) !important;
}

.tenant-admin-wrapper .card-header,
.tenant-admin-wrapper .wo-card-header,
.tenant-admin-wrapper .wo-super-table-header,
.wo-super-admin-body .card-header,
.wo-super-admin-body .wo-card-header,
.wo-super-admin-body .wo-super-table-header {
    padding: 1.25rem 1.4rem !important;
    background: rgba(245, 243, 255, 0.82) !important;
    border-bottom: 1px solid rgba(221, 214, 254, 0.72) !important;
}

.tenant-admin-wrapper .card-body,
.tenant-admin-wrapper .wo-card-body,
.wo-super-admin-body .card-body,
.wo-super-admin-body .wo-card-body {
    padding: 1.4rem !important;
}

.tenant-admin-wrapper .btn,
.wo-super-admin-body .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    min-height: 42px !important;
    padding: 0.72rem 1.15rem !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    font-size: 0.92rem !important;
    box-shadow: none !important;
}

.tenant-admin-wrapper .btn-primary,
.tenant-admin-wrapper .btn-success,
.tenant-admin-wrapper .btn-info,
.tenant-admin-wrapper .btn-warning,
.tenant-admin-wrapper .btn-wo-primary,
.wo-super-admin-body .btn-primary,
.wo-super-admin-body .btn-success,
.wo-super-admin-body .btn-info,
.wo-super-admin-body .btn-warning,
.wo-super-admin-body .btn-wo-primary {
    background: var(--wo-gradient-primary) !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    box-shadow: 0 14px 26px rgba(139, 92, 246, 0.22) !important;
}

.tenant-admin-wrapper .btn-primary:hover,
.tenant-admin-wrapper .btn-success:hover,
.tenant-admin-wrapper .btn-info:hover,
.tenant-admin-wrapper .btn-warning:hover,
.tenant-admin-wrapper .btn-wo-primary:hover,
.wo-super-admin-body .btn-primary:hover,
.wo-super-admin-body .btn-success:hover,
.wo-super-admin-body .btn-info:hover,
.wo-super-admin-body .btn-warning:hover,
.wo-super-admin-body .btn-wo-primary:hover {
    background: var(--wo-gradient-primary) !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    filter: brightness(1.02);
}

.tenant-admin-wrapper .btn-secondary,
.tenant-admin-wrapper .btn-outline-secondary,
.tenant-admin-wrapper .btn-outline-primary,
.tenant-admin-wrapper .btn-outline-success,
.tenant-admin-wrapper .btn-outline-info,
.tenant-admin-wrapper .btn-outline-warning,
.tenant-admin-wrapper .btn-wo-secondary,
.wo-super-admin-body .btn-secondary,
.wo-super-admin-body .btn-outline-secondary,
.wo-super-admin-body .btn-outline-primary,
.wo-super-admin-body .btn-outline-success,
.wo-super-admin-body .btn-outline-info,
.wo-super-admin-body .btn-outline-warning,
.wo-super-admin-body .btn-wo-secondary {
    background: rgba(245, 243, 255, 0.92) !important;
    border: 1px solid rgba(196, 181, 253, 0.9) !important;
    color: var(--wo-primary-dark) !important;
}

.tenant-admin-wrapper .btn-secondary:hover,
.tenant-admin-wrapper .btn-outline-secondary:hover,
.tenant-admin-wrapper .btn-outline-primary:hover,
.tenant-admin-wrapper .btn-outline-success:hover,
.tenant-admin-wrapper .btn-outline-info:hover,
.tenant-admin-wrapper .btn-outline-warning:hover,
.tenant-admin-wrapper .btn-wo-secondary:hover,
.wo-super-admin-body .btn-secondary:hover,
.wo-super-admin-body .btn-outline-secondary:hover,
.wo-super-admin-body .btn-outline-primary:hover,
.wo-super-admin-body .btn-outline-success:hover,
.wo-super-admin-body .btn-outline-info:hover,
.wo-super-admin-body .btn-outline-warning:hover,
.wo-super-admin-body .btn-wo-secondary:hover {
    background: rgba(237, 233, 254, 1) !important;
    border-color: rgba(139, 92, 246, 0.42) !important;
    color: var(--wo-primary-dark) !important;
}

.tenant-admin-wrapper .form-control,
.tenant-admin-wrapper .form-select,
.tenant-admin-wrapper .input-group-text,
.wo-super-admin-body .form-control,
.wo-super-admin-body .form-select,
.wo-super-admin-body .input-group-text {
    min-height: 48px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(221, 214, 254, 0.88) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: var(--wo-text-main) !important;
    padding: 0.75rem 1rem !important;
}

.tenant-admin-wrapper .form-control:focus,
.tenant-admin-wrapper .form-select:focus,
.tenant-admin-wrapper .form-check-input:focus,
.wo-super-admin-body .form-control:focus,
.wo-super-admin-body .form-select:focus,
.wo-super-admin-body .form-check-input:focus {
    border-color: rgba(139, 92, 246, 0.72) !important;
    box-shadow: 0 0 0 0.22rem rgba(139, 92, 246, 0.14) !important;
}

.tenant-admin-wrapper .table thead th,
.tenant-admin-wrapper .table-wo thead th,
.wo-super-admin-body .table thead th,
.wo-super-admin-body .table-wo thead th {
    padding: 1rem 1.15rem !important;
    background: rgba(237, 233, 254, 0.76) !important;
    color: var(--wo-primary-dark) !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid rgba(196, 181, 253, 0.72) !important;
}

.tenant-admin-wrapper .table tbody td,
.tenant-admin-wrapper .table-wo tbody td,
.wo-super-admin-body .table tbody td,
.wo-super-admin-body .table-wo tbody td {
    padding: 1rem 1.15rem !important;
    color: var(--wo-text-body) !important;
    border-bottom: 1px solid rgba(229, 231, 235, 0.82) !important;
    vertical-align: middle !important;
}

.tenant-admin-wrapper .table tbody tr:hover,
.tenant-admin-wrapper .table-wo tbody tr:hover,
.wo-super-admin-body .table tbody tr:hover,
.wo-super-admin-body .table-wo tbody tr:hover {
    background: rgba(250, 249, 255, 0.82) !important;
}

.tenant-admin-wrapper .table tbody td .d-flex,
.wo-super-admin-body .table tbody td .d-flex {
    align-items: center !important;
}

.tenant-admin-wrapper .table tbody td .d-flex.justify-content-end,
.wo-super-admin-body .table tbody td .d-flex.justify-content-end {
    justify-content: flex-end !important;
}

.tenant-admin-wrapper .page-link,
.wo-super-admin-body .page-link {
    border-radius: 12px !important;
    border: 1px solid rgba(221, 214, 254, 0.88) !important;
    color: var(--wo-text-main) !important;
    background: rgba(255, 255, 255, 0.94) !important;
}

.tenant-admin-wrapper .page-item.active .page-link,
.wo-super-admin-body .page-item.active .page-link {
    background: var(--wo-gradient-primary) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 14px 26px rgba(139, 92, 246, 0.16) !important;
}

.tenant-admin-wrapper .bg-primary,
.tenant-admin-wrapper .bg-success,
.tenant-admin-wrapper .bg-info,
.tenant-admin-wrapper .bg-warning,
.wo-super-admin-body .bg-primary,
.wo-super-admin-body .bg-success,
.wo-super-admin-body .bg-info,
.wo-super-admin-body .bg-warning {
    background: var(--wo-gradient-primary) !important;
    color: #fff !important;
}

.tenant-admin-wrapper .bg-primary-soft,
.tenant-admin-wrapper .bg-success-soft,
.tenant-admin-wrapper .bg-warning-soft,
.tenant-admin-wrapper .bg-info-soft,
.tenant-admin-wrapper .bg-primary-subtle,
.tenant-admin-wrapper .bg-success-subtle,
.tenant-admin-wrapper .bg-warning-subtle,
.tenant-admin-wrapper .bg-info-subtle,
.tenant-admin-wrapper .bg-light,
.tenant-admin-wrapper .bg-light-subtle,
.wo-super-admin-body .bg-primary-soft,
.wo-super-admin-body .bg-success-soft,
.wo-super-admin-body .bg-warning-soft,
.wo-super-admin-body .bg-info-soft,
.wo-super-admin-body .bg-primary-subtle,
.wo-super-admin-body .bg-success-subtle,
.wo-super-admin-body .bg-warning-subtle,
.wo-super-admin-body .bg-info-subtle,
.wo-super-admin-body .bg-light,
.wo-super-admin-body .bg-light-subtle {
    background: rgba(245, 243, 255, 0.84) !important;
    color: var(--wo-primary-dark) !important;
}

.tenant-admin-wrapper .text-primary,
.tenant-admin-wrapper .text-success,
.tenant-admin-wrapper .text-warning,
.tenant-admin-wrapper .text-info,
.wo-super-admin-body .text-primary,
.wo-super-admin-body .text-success,
.wo-super-admin-body .text-warning,
.wo-super-admin-body .text-info {
    color: var(--wo-primary-dark) !important;
}

.tenant-admin-wrapper .border-primary,
.tenant-admin-wrapper .border-success,
.tenant-admin-wrapper .border-warning,
.tenant-admin-wrapper .border-info,
.tenant-admin-wrapper .border-primary-subtle,
.tenant-admin-wrapper .border-success-subtle,
.tenant-admin-wrapper .border-warning-subtle,
.tenant-admin-wrapper .border-info-subtle,
.wo-super-admin-body .border-primary,
.wo-super-admin-body .border-success,
.wo-super-admin-body .border-warning,
.wo-super-admin-body .border-info,
.wo-super-admin-body .border-primary-subtle,
.wo-super-admin-body .border-success-subtle,
.wo-super-admin-body .border-warning-subtle,
.wo-super-admin-body .border-info-subtle {
    border-color: rgba(196, 181, 253, 0.86) !important;
}

.tenant-admin-wrapper .alert-primary,
.tenant-admin-wrapper .alert-success,
.tenant-admin-wrapper .alert-info,
.tenant-admin-wrapper .alert-warning,
.wo-super-admin-body .alert-primary,
.wo-super-admin-body .alert-success,
.wo-super-admin-body .alert-info,
.wo-super-admin-body .alert-warning {
    background: rgba(245, 243, 255, 0.88) !important;
    border-color: rgba(196, 181, 253, 0.86) !important;
    color: var(--wo-text-main) !important;
}

.tenant-admin-wrapper .badge-wo-success,
.tenant-admin-wrapper .badge-wo-warning,
.tenant-admin-wrapper .badge-wo-info,
.tenant-admin-wrapper .wo-badge-success,
.tenant-admin-wrapper .wo-badge-warning,
.tenant-admin-wrapper .wo-badge-info,
.wo-super-admin-body .badge-wo-success,
.wo-super-admin-body .badge-wo-warning,
.wo-super-admin-body .badge-wo-info,
.wo-super-admin-body .wo-badge-success,
.wo-super-admin-body .wo-badge-warning,
.wo-super-admin-body .wo-badge-info {
    background: rgba(237, 233, 254, 0.95) !important;
    color: var(--wo-primary-dark) !important;
    border: 1px solid rgba(196, 181, 253, 0.86) !important;
}

.tenant-admin-wrapper .badge.text-primary,
.tenant-admin-wrapper .badge.text-success,
.tenant-admin-wrapper .badge.text-warning,
.tenant-admin-wrapper .badge.text-info,
.wo-super-admin-body .badge.text-primary,
.wo-super-admin-body .badge.text-success,
.wo-super-admin-body .badge.text-warning,
.wo-super-admin-body .badge.text-info {
    background: rgba(237, 233, 254, 0.95) !important;
    color: var(--wo-primary-dark) !important;
    border-color: rgba(196, 181, 253, 0.86) !important;
}

/* ==========================================================================
   ADMIN UI REFINEMENT 2026
   Readability, hierarchy, and cleaner SaaS styling
   ========================================================================== */

:root {
    --wo-primary: #7C3AED;
    --wo-primary-dark: #6D28D9;
    --wo-primary-light: #EDE9FE;
    --wo-primary-soft: #F5F3FF;
    --wo-bg: #F9F7FF;
    --wo-surface: #FFFFFF;
    --wo-surface-muted: #F9FAFB;
    --wo-text-main: #1F2937;
    --wo-text-body: #374151;
    --wo-text-muted: #6B7280;
    --wo-border: #E5E7EB;
    --wo-border-strong: #DDD6FE;
    --wo-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    --wo-shadow-sm: 0 1px 3px rgba(17, 24, 39, 0.06);
    --wo-shadow-card: 0 2px 8px rgba(0, 0, 0, 0.05);
    --wo-radius: 12px;
    --wo-radius-sm: 8px;
    --wo-gradient-primary: linear-gradient(180deg, #7C3AED 0%, #6D28D9 100%);
    --wo-gradient-surface: #FFFFFF;
    --bs-primary-rgb: 124, 58, 237;
    --bs-body-bg: #F9F7FF;
    --bs-body-color: #1F2937;
}

body,
.wo-admin-body {
    background: #F9F7FF !important;
    color: var(--wo-text-body) !important;
}

.wo-admin-body h1,
.wo-admin-body h2,
.wo-admin-body h3,
.wo-admin-body h4,
.wo-admin-body h5,
.wo-admin-body h6,
.wo-admin-body .wo-dashboard-heading,
.wo-admin-body .wo-topbar-title {
    font-family: var(--wo-font-sans) !important;
    color: var(--wo-text-main) !important;
    letter-spacing: 0 !important;
}

.wo-admin-body .text-muted,
.wo-admin-body small,
.wo-admin-body .form-text,
.wo-stat-meta,
.wo-dashboard-copy,
.wo-card-header p,
.card-header p,
.wo-super-table-header p {
    color: var(--wo-text-muted) !important;
}

.tenant-admin-wrapper .wo-sidebar,
.tenant-admin-wrapper #sidebar,
.wo-super-admin-body .wo-sidebar,
.wo-super-admin-body #sidebar {
    background: #FFFFFF !important;
    border-right: 1px solid var(--wo-border) !important;
    box-shadow: 0 2px 12px rgba(17, 24, 39, 0.05) !important;
    backdrop-filter: none !important;
}

.tenant-admin-wrapper .wo-sidebar-brand,
.wo-super-admin-body .wo-sidebar-brand {
    background: #FFFFFF !important;
    border: 1px solid var(--wo-border) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.tenant-admin-wrapper .wo-sidebar-brand-mark,
.tenant-admin-wrapper .wo-sidebar-profile-icon,
.tenant-admin-wrapper .wo-stat-icon,
.wo-super-admin-body .wo-sidebar-brand-mark,
.wo-super-admin-body .wo-sidebar-profile-icon,
.wo-super-admin-body .wo-stat-icon {
    background: var(--wo-primary-light) !important;
    color: var(--wo-primary) !important;
    box-shadow: none !important;
}

.tenant-admin-wrapper .wo-sidebar-profile,
.wo-super-admin-body .wo-sidebar-profile {
    background: var(--wo-surface-muted) !important;
    border: 1px solid var(--wo-border) !important;
    border-radius: 12px !important;
}

.tenant-admin-wrapper .wo-sidebar-heading,
.wo-super-admin-body .wo-sidebar-heading {
    color: var(--wo-text-muted) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
}

.tenant-admin-wrapper .wo-sidebar-link,
.tenant-admin-wrapper .wo-sidebar-logout,
.wo-super-admin-body .wo-sidebar-link,
.wo-super-admin-body .wo-sidebar-logout {
    padding: 0.75rem 0.875rem !important;
    border-radius: 10px !important;
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.tenant-admin-wrapper .wo-sidebar-link:hover,
.tenant-admin-wrapper .wo-sidebar-logout:hover,
.wo-super-admin-body .wo-sidebar-link:hover,
.wo-super-admin-body .wo-sidebar-logout:hover {
    background: #F9FAFB !important;
    color: #1F2937 !important;
    transform: none !important;
}

.tenant-admin-wrapper .wo-sidebar-link.active,
.wo-super-admin-body .wo-sidebar-link.active {
    background: var(--wo-primary-light) !important;
    color: var(--wo-primary) !important;
    border-left: 3px solid var(--wo-primary) !important;
    box-shadow: none !important;
    padding-left: calc(0.875rem - 3px) !important;
}

.tenant-admin-wrapper .wo-sidebar-icon,
.wo-super-admin-body .wo-sidebar-icon {
    width: 1.75rem !important;
    height: 1.75rem !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #9CA3AF !important;
}

.tenant-admin-wrapper .wo-sidebar-link.active .wo-sidebar-icon,
.tenant-admin-wrapper .wo-sidebar-link.active i,
.wo-super-admin-body .wo-sidebar-link.active .wo-sidebar-icon,
.wo-super-admin-body .wo-sidebar-link.active i {
    color: var(--wo-primary) !important;
}

.tenant-admin-wrapper .wo-topbar,
.wo-super-admin-body .wo-topbar {
    background: #FFFFFF !important;
    border-bottom: 1px solid var(--wo-border) !important;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04) !important;
    backdrop-filter: none !important;
}

.tenant-admin-wrapper .wo-topbar-kicker,
.wo-super-admin-body .wo-topbar-kicker {
    color: var(--wo-text-muted) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
}

.tenant-admin-wrapper .wo-topbar-title,
.wo-super-admin-body .wo-topbar-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #1F2937 !important;
}

.tenant-admin-wrapper .wo-user-trigger,
.tenant-admin-wrapper .wo-icon-btn,
.tenant-admin-wrapper .wo-sidebar-toggle,
.wo-super-admin-body .wo-user-trigger,
.wo-super-admin-body .wo-icon-btn,
.wo-super-admin-body .wo-sidebar-toggle {
    background: #FFFFFF !important;
    border: 1px solid var(--wo-border) !important;
    color: #374151 !important;
    box-shadow: none !important;
}

.tenant-admin-wrapper .wo-user-avatar,
.wo-super-admin-body .wo-user-avatar {
    background: var(--wo-primary) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.tenant-admin-wrapper .wo-icon-dot,
.wo-super-admin-body .wo-icon-dot {
    background: var(--wo-primary) !important;
    box-shadow: 0 0 0 2px #FFFFFF !important;
}

.tenant-admin-wrapper .dropdown-menu,
.wo-super-admin-body .dropdown-menu {
    border: 1px solid var(--wo-border) !important;
    border-radius: 12px !important;
    background: #FFFFFF !important;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08) !important;
}

.tenant-admin-wrapper .card,
.tenant-admin-wrapper .wo-card,
.tenant-admin-wrapper .wo-super-table-container,
.wo-super-admin-body .card,
.wo-super-admin-body .wo-card,
.wo-super-admin-body .wo-super-table-container {
    background: #FFFFFF !important;
    border: 1px solid var(--wo-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.tenant-admin-wrapper .wo-card-header,
.tenant-admin-wrapper .card-header,
.tenant-admin-wrapper .wo-super-table-header,
.wo-super-admin-body .wo-card-header,
.wo-super-admin-body .card-header,
.wo-super-admin-body .wo-super-table-header {
    background: #FFFFFF !important;
    border-bottom: 1px solid var(--wo-border) !important;
    padding: 1.25rem !important;
}

.tenant-admin-wrapper .wo-card-header h5,
.tenant-admin-wrapper .card-header h5,
.tenant-admin-wrapper .wo-super-table-header h5,
.wo-super-admin-body .wo-card-header h5,
.wo-super-admin-body .card-header h5,
.wo-super-admin-body .wo-super-table-header h5 {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    font-family: var(--wo-font-sans) !important;
}

.tenant-admin-wrapper .wo-card-header p,
.tenant-admin-wrapper .card-header p,
.tenant-admin-wrapper .wo-super-table-header p,
.wo-super-admin-body .wo-card-header p,
.wo-super-admin-body .card-header p,
.wo-super-admin-body .wo-super-table-header p {
    font-size: 13px !important;
    color: #6B7280 !important;
}

.tenant-admin-wrapper .wo-card-body,
.tenant-admin-wrapper .card-body,
.wo-super-admin-body .wo-card-body,
.wo-super-admin-body .card-body {
    padding: 1.25rem !important;
}

.wo-dashboard-hero {
    background: #F5F3FF !important;
    border: 1px solid var(--wo-border) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.wo-dashboard-kicker {
    color: var(--wo-primary) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
}

.wo-dashboard-heading {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    color: #1F2937 !important;
}

.wo-dashboard-copy {
    max-width: 48rem !important;
    font-size: 13px !important;
    color: #6B7280 !important;
}

.wo-stat-card {
    padding: 20px !important;
}

.wo-stat-icon {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 14px !important;
    border-radius: 12px !important;
    font-size: 1.1rem !important;
}

.wo-stat-label {
    color: #6B7280 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.wo-stat-value {
    margin: 0.35rem 0 0.4rem !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #111827 !important;
    font-family: var(--wo-font-sans) !important;
}

.wo-stat-meta {
    font-size: 13px !important;
    color: #6B7280 !important;
}

.wo-soft-badge,
.wo-modern-badge,
.wo-badge-success,
.wo-badge-warning,
.wo-badge-info {
    background: var(--wo-primary-light) !important;
    color: var(--wo-primary) !important;
    border: 1px solid var(--wo-border-strong) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.wo-badge-danger {
    background: rgba(254, 242, 242, 0.95) !important;
    color: #DC2626 !important;
    border: 1px solid #FECACA !important;
}

.wo-insight-tile,
.wo-plan-tile,
.wo-kpi-line,
.wo-product-rank,
.wo-form-action-bar {
    background: #FFFFFF !important;
    border: 1px solid var(--wo-border) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.wo-insight-tile span,
.wo-kpi-line span {
    color: #6B7280 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.wo-insight-tile strong,
.wo-kpi-line strong,
.wo-plan-price {
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.wo-product-rank h6,
.wo-plan-tile h6 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111827 !important;
}

.wo-product-rank-media {
    background: #F9FAFB !important;
    border: 1px solid var(--wo-border) !important;
    color: var(--wo-primary) !important;
}

.wo-progress {
    background: #E5E7EB !important;
}

.wo-progress .progress-bar {
    background: var(--wo-primary) !important;
}

.btn {
    min-height: 40px !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

.btn-wo-primary,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning {
    background: var(--wo-primary) !important;
    border: 1px solid var(--wo-primary) !important;
    color: #FFFFFF !important;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.08) !important;
}

.btn-wo-primary:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover {
    background: var(--wo-primary-dark) !important;
    border-color: var(--wo-primary-dark) !important;
    color: #FFFFFF !important;
    transform: none !important;
    filter: none !important;
}

.btn-wo-secondary,
.btn-secondary,
.btn-outline-secondary,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning {
    background: transparent !important;
    border: 1px solid var(--wo-primary) !important;
    color: var(--wo-primary) !important;
}

.btn-wo-secondary:hover,
.btn-secondary:hover,
.btn-outline-secondary:hover,
.btn-outline-primary:hover,
.btn-outline-success:hover,
.btn-outline-info:hover,
.btn-outline-warning:hover {
    background: var(--wo-primary-light) !important;
    border-color: var(--wo-primary) !important;
    color: var(--wo-primary-dark) !important;
}

.form-label {
    color: #1F2937 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.form-control,
.form-select,
.input-group-text {
    min-height: 44px !important;
    border-radius: 10px !important;
    border: 1px solid var(--wo-border) !important;
    background: #FFFFFF !important;
    color: #1F2937 !important;
}

.input-group-text {
    background: #F9FAFB !important;
    color: #6B7280 !important;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: var(--wo-primary) !important;
    box-shadow: 0 0 0 0.18rem rgba(124, 58, 237, 0.12) !important;
}

.table-responsive,
.table-wo-container {
    border-radius: 0 0 12px 12px !important;
}

.table thead th,
.table-wo thead th,
.tenant-admin-wrapper .table thead th,
.tenant-admin-wrapper .table-wo thead th,
.wo-super-admin-body .table thead th,
.wo-super-admin-body .table-wo thead th {
    background: #F9FAFB !important;
    color: #374151 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid var(--wo-border) !important;
}

.table tbody td,
.table-wo tbody td,
.tenant-admin-wrapper .table tbody td,
.tenant-admin-wrapper .table-wo tbody td,
.wo-super-admin-body .table tbody td,
.wo-super-admin-body .table-wo tbody td {
    color: #1F2937 !important;
    font-size: 14px !important;
    border-bottom: 1px solid var(--wo-border) !important;
}

.table tbody tr:hover,
.table-wo tbody tr:hover,
.tenant-admin-wrapper .table tbody tr:hover,
.tenant-admin-wrapper .table-wo tbody tr:hover,
.wo-super-admin-body .table tbody tr:hover,
.wo-super-admin-body .table-wo tbody tr:hover {
    background: #F3F4F6 !important;
}

.table img {
    border-radius: 10px !important;
    border: 1px solid var(--wo-border) !important;
}

.page-link {
    border-radius: 8px !important;
    border-color: var(--wo-border) !important;
}

.page-item.active .page-link {
    background: var(--wo-primary) !important;
    border-color: var(--wo-primary) !important;
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    .tenant-admin-wrapper .wo-topbar-title,
    .wo-super-admin-body .wo-topbar-title,
    .wo-dashboard-heading {
        font-size: 24px !important;
    }
}

@media (max-width: 767.98px) {
    .tenant-admin-wrapper .wo-topbar-title,
    .wo-super-admin-body .wo-topbar-title,
    .wo-dashboard-heading {
        font-size: 22px !important;
    }

    .wo-dashboard-hero .btn,
    .wo-content .d-flex.gap-2 > .btn,
    .wo-content .d-flex.gap-2 > a.btn {
        width: 100% !important;
    }
}

/* ==========================================================================
   ADMIN PURPLE CLEANUP
   Removes dusty pink, blur, and faded overlays from admin only
   ========================================================================== */

:root {
    --wo-primary: #6D28D9;
    --wo-primary-dark: #6D28D9;
    --wo-primary-light: #EDE9FE;
    --wo-primary-soft: #F3F0FF;
    --wo-bg: #FAF9FF;
    --wo-surface: #FFFFFF;
    --wo-surface-muted: #F3F0FF;
    --wo-text-main: #111827;
    --wo-text-body: #111827;
    --wo-text-muted: #6B7280;
    --wo-border: #E5E7EB;
    --wo-border-strong: #DDD6FE;
    --wo-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    --wo-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
    --wo-shadow-card: 0 4px 12px rgba(0, 0, 0, 0.05);
    --wo-gradient-primary: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 100%);
    --wo-gradient-surface: #FFFFFF;
    --bs-primary-rgb: 109, 40, 217;
    --bs-body-bg: #FAF9FF;
    --bs-body-color: #111827;
}

body,
.wo-admin-body,
.tenant-admin-wrapper,
.wo-super-admin-body {
    background: #FAF9FF !important;
    color: #111827 !important;
}

.wo-admin-body *,
.tenant-admin-wrapper *,
.wo-super-admin-body * {
    text-shadow: none !important;
}

.wo-admin-body .text-muted,
.wo-admin-body small,
.wo-admin-body .small,
.wo-admin-body .form-text,
.tenant-admin-wrapper .text-muted,
.tenant-admin-wrapper small,
.tenant-admin-wrapper .small,
.tenant-admin-wrapper .form-text,
.wo-super-admin-body .text-muted,
.wo-super-admin-body small,
.wo-super-admin-body .small,
.wo-super-admin-body .form-text {
    color: #6B7280 !important;
    opacity: 1 !important;
}

.wo-admin-body .text-dark,
.tenant-admin-wrapper .text-dark,
.wo-super-admin-body .text-dark,
.wo-admin-body .fw-semibold,
.tenant-admin-wrapper .fw-semibold,
.wo-super-admin-body .fw-semibold {
    color: #111827 !important;
}

.wo-admin-body .bg-light,
.wo-admin-body .bg-light-subtle,
.wo-admin-body .bg-primary-soft,
.wo-admin-body .bg-success-soft,
.wo-admin-body .bg-warning-soft,
.wo-admin-body .bg-info-soft,
.wo-admin-body .bg-primary-subtle,
.wo-admin-body .bg-success-subtle,
.wo-admin-body .bg-warning-subtle,
.wo-admin-body .bg-info-subtle,
.tenant-admin-wrapper .bg-light,
.tenant-admin-wrapper .bg-light-subtle,
.tenant-admin-wrapper .bg-primary-soft,
.tenant-admin-wrapper .bg-success-soft,
.tenant-admin-wrapper .bg-warning-soft,
.tenant-admin-wrapper .bg-info-soft,
.tenant-admin-wrapper .bg-primary-subtle,
.tenant-admin-wrapper .bg-success-subtle,
.tenant-admin-wrapper .bg-warning-subtle,
.tenant-admin-wrapper .bg-info-subtle,
.wo-super-admin-body .bg-light,
.wo-super-admin-body .bg-light-subtle,
.wo-super-admin-body .bg-primary-soft,
.wo-super-admin-body .bg-success-soft,
.wo-super-admin-body .bg-warning-soft,
.wo-super-admin-body .bg-info-soft,
.wo-super-admin-body .bg-primary-subtle,
.wo-super-admin-body .bg-success-subtle,
.wo-super-admin-body .bg-warning-subtle,
.wo-super-admin-body .bg-info-subtle {
    background: #F3F0FF !important;
    color: #6D28D9 !important;
    opacity: 1 !important;
}

.wo-sidebar-overlay {
    background: #11182740 !important;
    backdrop-filter: none !important;
}

.wo-sidebar,
#sidebar,
.tenant-admin-wrapper .wo-sidebar,
.tenant-admin-wrapper #sidebar,
.wo-super-admin-body .wo-sidebar,
.wo-super-admin-body #sidebar {
    background: #FFFFFF !important;
    border-right: 1px solid #E5E7EB !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: none !important;
}

.wo-sidebar-brand,
.tenant-admin-wrapper .wo-sidebar-brand,
.wo-super-admin-body .wo-sidebar-brand {
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: none !important;
}

.wo-sidebar-profile,
.tenant-admin-wrapper .wo-sidebar-profile,
.wo-super-admin-body .wo-sidebar-profile {
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: none !important;
}

.wo-sidebar-brand-mark,
.wo-sidebar-profile-icon,
.wo-stat-icon,
.wo-product-rank-media,
.wo-auth-feature-icon,
.wo-auth-logo-fallback {
    background: #EDE9FE !important;
    color: #6D28D9 !important;
    box-shadow: none !important;
}

.wo-sidebar-link,
.wo-sidebar-logout,
.tenant-admin-wrapper .wo-sidebar-link,
.tenant-admin-wrapper .wo-sidebar-logout,
.wo-super-admin-body .wo-sidebar-link,
.wo-super-admin-body .wo-sidebar-logout {
    background: transparent !important;
    color: #374151 !important;
    opacity: 1 !important;
}

.wo-sidebar-link:hover,
.wo-sidebar-logout:hover,
.tenant-admin-wrapper .wo-sidebar-link:hover,
.tenant-admin-wrapper .wo-sidebar-logout:hover,
.wo-super-admin-body .wo-sidebar-link:hover,
.wo-super-admin-body .wo-sidebar-logout:hover {
    background: #F3F4F6 !important;
    color: #111827 !important;
}

.wo-sidebar-link.active,
.tenant-admin-wrapper .wo-sidebar-link.active,
.wo-super-admin-body .wo-sidebar-link.active {
    background: #EDE9FE !important;
    color: #6D28D9 !important;
    border-left: 3px solid #6D28D9 !important;
    box-shadow: none !important;
}

.wo-sidebar-icon,
.tenant-admin-wrapper .wo-sidebar-icon,
.wo-super-admin-body .wo-sidebar-icon {
    background: transparent !important;
    color: #9CA3AF !important;
}

.wo-sidebar-link.active .wo-sidebar-icon,
.wo-sidebar-link.active i,
.tenant-admin-wrapper .wo-sidebar-link.active .wo-sidebar-icon,
.tenant-admin-wrapper .wo-sidebar-link.active i,
.wo-super-admin-body .wo-sidebar-link.active .wo-sidebar-icon,
.wo-super-admin-body .wo-sidebar-link.active i {
    color: #6D28D9 !important;
}

.wo-topbar,
.tenant-admin-wrapper .wo-topbar,
.wo-super-admin-body .wo-topbar {
    background: #FFFFFF !important;
    border-bottom: 1px solid #E5E7EB !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.wo-topbar-title,
.tenant-admin-wrapper .wo-topbar-title,
.wo-super-admin-body .wo-topbar-title,
.wo-dashboard-heading,
.wo-card-header h5,
.card-header h5,
.wo-super-table-header h5,
.wo-insight-tile strong,
.wo-kpi-line strong,
.wo-plan-price,
.wo-stat-value {
    color: #111827 !important;
}

.wo-card,
.card,
.wo-super-table-container,
.tenant-admin-wrapper .wo-card,
.tenant-admin-wrapper .card,
.wo-super-admin-body .wo-card,
.wo-super-admin-body .card,
.wo-super-admin-body .wo-super-table-container {
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    filter: none !important;
}

.wo-card-header,
.card-header,
.wo-super-table-header,
.tenant-admin-wrapper .wo-card-header,
.tenant-admin-wrapper .card-header,
.wo-super-admin-body .wo-card-header,
.wo-super-admin-body .card-header {
    background: #FFFFFF !important;
    border-bottom: 1px solid #E5E7EB !important;
}

.wo-dashboard-hero {
    background: #F3F0FF !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: none !important;
    filter: none !important;
}

.wo-dashboard-kicker,
.wo-topbar-kicker,
.wo-sidebar-brand-kicker {
    color: #6D28D9 !important;
}

.wo-dashboard-copy,
.wo-stat-meta,
.wo-card-header p,
.card-header p,
.wo-super-table-header p,
.wo-stat-label,
.wo-insight-tile span,
.wo-kpi-line span,
.wo-sidebar-heading {
    color: #6B7280 !important;
}

.wo-insight-tile,
.wo-plan-tile,
.wo-kpi-line,
.wo-product-rank,
.wo-form-action-bar {
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: none !important;
}

.btn-wo-primary,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning {
    background: linear-gradient(135deg, #6D28D9 0%, #8B5CF6 100%) !important;
    border: 1px solid transparent !important;
    color: #FFFFFF !important;
}

.btn-wo-primary:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover {
    background: linear-gradient(135deg, #5B21B6 0%, #7C3AED 100%) !important;
    color: #FFFFFF !important;
}

.form-control,
.form-select,
.input-group-text {
    background: #FFFFFF !important;
    border: 1px solid #E5E7EB !important;
    color: #111827 !important;
}

.input-group-text {
    background: #F9FAFB !important;
    color: #6B7280 !important;
}

.table thead th,
.table-wo thead th,
.tenant-admin-wrapper .table thead th,
.tenant-admin-wrapper .table-wo thead th,
.wo-super-admin-body .table thead th,
.wo-super-admin-body .table-wo thead th {
    background: #F9FAFB !important;
    color: #374151 !important;
}

.table tbody td,
.table-wo tbody td,
.tenant-admin-wrapper .table tbody td,
.tenant-admin-wrapper .table-wo tbody td,
.wo-super-admin-body .table tbody td,
.wo-super-admin-body .table-wo tbody td {
    color: #111827 !important;
}

.table tbody tr:hover,
.table-wo tbody tr:hover,
.tenant-admin-wrapper .table tbody tr:hover,
.tenant-admin-wrapper .table-wo tbody tr:hover,
.wo-super-admin-body .table tbody tr:hover,
.wo-super-admin-body .table-wo tbody tr:hover {
    background: #F3F4F6 !important;
}
/ *   G L O B A L   R E S P O N S I V E   F I X E S   * /  
 *   {   b o x - s i z i n g :   b o r d e r - b o x ;   }  
 h t m l ,   b o d y   {   m a x - w i d t h :   1 0 0 % ;   o v e r f l o w - x :   h i d d e n ;   }  
 i m g   {   m a x - w i d t h :   1 0 0 % ;   }  
 . c a r d   {   b o r d e r - r a d i u s :   1 4 p x ;   }  
 . f o r m - c o n t r o l ,   . f o r m - s e l e c t   {   m i n - h e i g h t :   4 4 p x ;   b o r d e r - r a d i u s :   8 p x ;   }  
 . t a b l e   i m g   {   w i d t h :   5 6 p x ;   h e i g h t :   5 6 p x ;   o b j e c t - f i t :   c o v e r ;   b o r d e r - r a d i u s :   8 p x ;   }  
 . c a r d - b o d y   {   p a d d i n g :   2 4 p x   ! i m p o r t a n t ;   }  
 @ m e d i a   ( m a x - w i d t h :   9 9 1 . 9 8 p x )   {   . c a r d - b o d y   {   p a d d i n g :   1 4 p x   ! i m p o r t a n t ;   }   . w o - c o n t e n t   {   p a d d i n g :   1 4 p x   ! i m p o r t a n t ;   }   }  
 . t e n a n t - a d m i n - w r a p p e r   . w o - c o n t e n t   {   p a d d i n g :   2 4 p x   ! i m p o r t a n t ;   }  
 . t a b l e - r e s p o n s i v e   {   w i d t h :   1 0 0 % ;   o v e r f l o w - x :   a u t o ;   - w e b k i t - o v e r f l o w - s c r o l l i n g :   t o u c h ;   }  
 . t a b l e   t h ,   . t a b l e   t d   {   w h i t e - s p a c e :   n o w r a p ;   }  
 
 @ m e d i a   ( m a x - w i d t h :   7 6 7 . 9 8 p x )   { 
         . c a t e g o r y - c a r o u s e l   {   f l e x - w r a p :   n o w r a p   ! i m p o r t a n t ;   o v e r f l o w - x :   a u t o   ! i m p o r t a n t ;   - w e b k i t - o v e r f l o w - s c r o l l i n g :   t o u c h ;   } 
         . c a t e g o r y - i t e m   {   f l e x :   0   0   a u t o   ! i m p o r t a n t ;   w i d t h :   1 0 0 p x   ! i m p o r t a n t ;   } 
         . c a t e g o r y - o r b   {   w i d t h :   8 0 p x   ! i m p o r t a n t ;   h e i g h t :   8 0 p x   ! i m p o r t a n t ;   } 
         . o f f e r - b a n n e r   {   f l e x - d i r e c t i o n :   c o l u m n - r e v e r s e   ! i m p o r t a n t ;   t e x t - a l i g n :   c e n t e r   ! i m p o r t a n t ;   m a x - h e i g h t :   n o n e   ! i m p o r t a n t ;   } 
         . o f f e r - c o n t e n t   {   w i d t h :   1 0 0 %   ! i m p o r t a n t ;   f l e x - d i r e c t i o n :   c o l u m n   ! i m p o r t a n t ;   a l i g n - i t e m s :   c e n t e r   ! i m p o r t a n t ;   } 
         . o f f e r - i m a g e   {   w i d t h :   1 0 0 %   ! i m p o r t a n t ;   p o s i t i o n :   s t a t i c   ! i m p o r t a n t ;   m a x - h e i g h t :   2 0 0 p x   ! i m p o r t a n t ;   } 
         . c o m m u n i t y - g a l l e r y   {   d i s p l a y :   f l e x   ! i m p o r t a n t ;   f l e x - w r a p :   n o w r a p   ! i m p o r t a n t ;   o v e r f l o w - x :   a u t o   ! i m p o r t a n t ;   - w e b k i t - o v e r f l o w - s c r o l l i n g :   t o u c h ;   g a p :   1 0 p x ;   p a d d i n g - b o t t o m :   1 5 p x ;   } 
         . c o m m u n i t y - i m g   {   f l e x :   0   0   8 0 %   ! i m p o r t a n t ;   m a x - w i d t h :   2 8 0 p x   ! i m p o r t a n t ;   } 
         . o r d e r - s t e p s   {   d i s p l a y :   g r i d   ! i m p o r t a n t ;   g r i d - t e m p l a t e - c o l u m n s :   1 f r   1 f r   ! i m p o r t a n t ;   g a p :   2 0 p x   ! i m p o r t a n t ;   } 
         . s t e p - a r r o w   {   d i s p l a y :   n o n e   ! i m p o r t a n t ;   } 
         . p r o d u c t - g a l l e r y - c o n t a i n e r   {   f l e x - d i r e c t i o n :   c o l u m n   ! i m p o r t a n t ;   } 
         . g a l l e r y - t h u m b n a i l s - m o b i l e   {   d i s p l a y :   f l e x   ! i m p o r t a n t ;   f l e x - w r a p :   n o w r a p   ! i m p o r t a n t ;   o v e r f l o w - x :   a u t o   ! i m p o r t a n t ;   - w e b k i t - o v e r f l o w - s c r o l l i n g :   t o u c h ;   } 
         . f o o t e r - c o n t e n t   {   t e x t - a l i g n :   c e n t e r   ! i m p o r t a n t ;   p a d d i n g - b o t t o m :   8 0 p x   ! i m p o r t a n t ;   } 
         . w h a t s a p p - f l o a t - b t n   {   b o t t o m :   2 0 p x   ! i m p o r t a n t ;   z - i n d e x :   1 0 5 0   ! i m p o r t a n t ;   } 
         . r o w - c o l s - 2   >   *   {   w i d t h :   5 0 %   ! i m p o r t a n t ;   } 
 } 
 @ m e d i a   ( m i n - w i d t h :   7 6 8 p x )   a n d   ( m a x - w i d t h :   9 9 1 . 9 8 p x )   { 
         . r o w - c o l s - m d - 3   >   *   {   w i d t h :   3 3 . 3 3 3 3 3 3 3 3 3 3 %   ! i m p o r t a n t ;   } 
 } 
 @ m e d i a   ( m i n - w i d t h :   9 9 2 p x )   { 
         . r o w - c o l s - l g - 4   >   *   {   w i d t h :   2 5 %   ! i m p o r t a n t ;   } 
 } 
  
 @ m e d i a   ( m a x - w i d t h :   7 6 7 . 9 8 p x )   {   . d - f l e x . j u s t i f y - c o n t e n t - e n d   {   f l e x - d i r e c t i o n :   c o l u m n ;   }   . d - f l e x . j u s t i f y - c o n t e n t - e n d   >   . b t n   {   w i d t h :   1 0 0 %   ! i m p o r t a n t ;   m a r g i n - b o t t o m :   8 p x ;   }   }  
 
 . w o - s i d e b a r - o v e r l a y   {   d i s p l a y :   n o n e ;   p o s i t i o n :   f i x e d ;   t o p :   0 ;   l e f t :   0 ;   r i g h t :   0 ;   b o t t o m :   0 ;   b a c k g r o u n d :   r g b a ( 0 , 0 , 0 , 0 . 5 ) ;   z - i n d e x :   1 0 5 5 ;   } 
 . w o - s i d e b a r - o v e r l a y . s h o w   {   d i s p l a y :   b l o c k ;   } 
 @ m e d i a   ( m a x - w i d t h :   9 9 1 . 9 8 p x )   { 
         . w o - s i d e b a r   {   t r a n s f o r m :   t r a n s l a t e X ( - 1 0 0 % ) ;   t r a n s i t i o n :   t r a n s f o r m   0 . 3 s   e a s e - i n - o u t ;   } 
         . w o - s i d e b a r . s h o w   {   t r a n s f o r m :   t r a n s l a t e X ( 0 )   ! i m p o r t a n t ;   } 
 } 
  
 . t e n a n t - a d m i n - w r a p p e r   . b t n   {   m i n - h e i g h t :   4 2 p x ;   }  
 @ m e d i a   ( m a x - w i d t h :   7 6 7 . 9 8 p x )   {   . c o m m u n i t y - i m g   {   f l e x :   0   0   7 0 %   ! i m p o r t a n t ;   m a x - w i d t h :   2 5 0 p x   ! i m p o r t a n t ;   h e i g h t :   2 5 0 p x   ! i m p o r t a n t ;   }   }  
 
