/* Merowish 2026 . Do not Copy */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Poppins:wght@400;600;700&display=swap');

/* resources/views/pages/search-results.blade.php */
.mw-search-results-page .gsc-control-cse,
        .mw-search-results-page .gsc-control-cse-en {
            border: 0 !important;
            background: transparent !important;
            padding: 0 !important;
            font-family: inherit !important;
        }

        .mw-search-results-page .gsc-control-wrapper-cse,
        .mw-search-results-page .gsc-results-wrapper-nooverlay,
        .mw-search-results-page .gsc-results-wrapper-visible,
        .mw-search-results-page .gsc-resultsbox-visible,
        .mw-search-results-page .gsc-resultsRoot,
        .mw-search-results-page .gsc-results {
            width: 100% !important;
        }

        .mw-search-results-page .gsc-results-wrapper-nooverlay,
        .mw-search-results-page .gsc-results-wrapper-visible {
            margin-left: auto !important;
            margin-right: auto !important;
            max-width: 52rem !important;
        }

        .mw-search-results-page .gsc-above-wrapper-area,
        .mw-search-results-page .gsc-result-info {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .mw-search-results-page .gsc-search-box,
        .mw-search-results-page table.gsc-search-box {
            margin: 0 !important;
        }

        .mw-search-results-page .mw-search-results-shell {
            margin: 0 auto;
            width: 100%;
            max-width: 72rem;
        }

        .mw-search-results-page .mw-search-results-box {
            margin: 0 auto;
            width: 100%;
            max-width: 58rem;
        }

        .mw-search-results-page .mw-search-results-topbar {
            display: flex;
            justify-content: center;
        }

        .mw-search-results-page .gsc-input-box {
            border: 2px solid rgba(226, 232, 240, 0.9) !important;
            border-radius: 999px !important;
            background: #ffffff !important;
            box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08) !important;
            min-height: 52px !important;
        }

        .mw-search-results-page .gsib_a {
            padding-left: 2.2rem !important;
        }

        .mw-search-results-page .gsc-input-box input {
            background: transparent !important;
            color: #0f172a !important;
            -webkit-text-fill-color: #0f172a !important;
            font-family: inherit !important;
            font-size: 1rem !important;
            font-weight: 600 !important;
            padding-left: 0 !important;
        }

        html[data-theme='dark'] .mw-search-results-page .gsc-input-box {
            background: rgba(15, 23, 42, 0.96) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            box-shadow: none !important;
        }

        html[data-theme='dark'] .mw-search-results-page .gsc-input-box input {
            color: rgb(226 232 240) !important;
            -webkit-text-fill-color: rgb(226 232 240) !important;
        }

        @media (min-width: 640px) {
            .mw-search-results-page .gsc-input-box {
                display: none !important;
            }
        }

/* resources/views/order/return.blade.php */
.colored {
            color: #FF3E6C;
        }

        .legacy-order-code {
            font-weight: 500;
        }

        .legacy-muted-copy {
            color: gray;
            font-size: 14px;
            font-weight: 400;
        }

        .legacy-rounded-submit {
            border-radius: 0.5rem !important;
        }

        .return-order-icon {
            margin-top: -1px;
        }

        .return-policy-modal-content {
            max-width: 60%;
            text-align: left;
        }

        .error {
            color: red;
        }

        .w-60 {
            width: 60% !important;
        }

        .w-40 {
            width: 40% !important;
        }

        input[type="checkbox"] {
            width: 1rem;
            height: 1rem;
            flex: 0 0 auto;
            accent-color: #4f46e5;
        }

        .notification-modal {
            position: fixed;
            inset: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .notification-modal-content {
            background: white;
            padding: 20px 24px;
            border-radius: 10px;
            margin: 0 20px;
            width: 100%;
        }

/* resources/views/order/review.blade.php */
.add-photo-title {
            font-weight: 500;
            font-size: 15px;
            color: #FF3E6C;
        }

        .review-stars-wrap {
            color: gray;
            font-size: 11px;
        }

        .review-photo-panel {
            background: #FFF5F6 0% 0% no-repeat padding-box;
        }

        .add-photo-subtitle {
            font-weight: 400;
            font-size: 12px;
            color: #9a9a9a !important;
            background: none !important;
            box-shadow: none !important;
        }

        .preview-container {
            display: flex;
            flex-wrap: wrap;
        }

        .card {
            position: relative;
            width: 150px;
            height: 150px;
            margin: 5px;
            overflow: hidden;
            padding: 5px;
        }

        .card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .remove-button {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            border: none;
            padding: 5px 8px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 14px;
            line-height: 1;
        }

        .star {
            font-size: 1.1rem;
        }

        .error {
            color: red;
        }

/* resources/views/pages/live-chat.blade.php */
/* Modern 3-line menu animation */
.menu-icon {
            width: 28px;
            height: 20px;
            position: relative;
            cursor: pointer;
            z-index: 1001;
        }

/* Extracted attribute styles */
.mw-home-help-gradient,
.mw-home-empty-banner {
    background: linear-gradient(135deg, #4f46e5 0%, #9333ea 100%);
}

.referral-progress-bar {
    width: 0;
}

.bottom-nav-create-button {
    box-shadow: -1px -2px 1px rgba(0, 0, 0, 0.141176) !important;
    overflow: hidden;
    background-color: #fff;
}

.page-footer-tagline {
    margin-bottom: 40px;
    margin-top: 60px;
}
        .menu-icon span {
            display: block;
            position: absolute;
            height: 2.5px;
            width: 100%;
            background: white;
            border-radius: 9px;
            transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
        }
        .menu-icon span:nth-child(1) {
            top: 0px;
        }
        .menu-icon span:nth-child(2) {
            top: 8px;
        }
        .menu-icon span:nth-child(3) {
            top: 16px;
        }
        .menu-icon.open span:nth-child(1) {
            top: 8px;
            transform: rotate(135deg);
        }
        .menu-icon.open span:nth-child(2) {
            opacity: 0;
            left: -20px;
        }
        .menu-icon.open span:nth-child(3) {
            top: 8px;
            transform: rotate(-135deg);
        }

        /* Slide-up Container */
        #contact-container {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            transform: translateY(100%);
            transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
            max-height: 85%;
            overflow-y: auto;
        }
        #contact-container.show {
            transform: translateY(0);
        }

        /* Backdrop */
        #backdrop {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(15, 23, 42, 0.3);
            backdrop-filter: blur(4px);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
            z-index: 999;
        }
        #backdrop.show {
            opacity: 1;
            pointer-events: auto;
        }

        /* Light Modern Card Animations */
        .modern-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.8);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.2s ease-in-out;
        }
        .modern-card:hover,
        .modern-card:active {
            transform: scale(0.98);
            background: rgba(255, 255, 255, 1);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            border-color: rgba(147, 51, 234, 0.2);
        }

        /* Video card specific hover — prevents double scaling on inner elements */
        .video-card-link:hover,
        .video-card-link:active {
            transform: scale(0.98);
        }
        .video-card-link:hover .video-thumb-bg,
        .video-card-link:active .video-thumb-bg {
            background: rgba(30, 27, 38, 1);
        }
        .video-card-link:hover .play-circle,
        .video-card-link:active .play-circle {
            background: #ef4444;
            transform: scale(1.1);
        }
        .video-card-link:hover .play-circle i,
        .video-card-link:active .play-circle i {
            color: white;
        }

        /* Soft Glow Effect */
        .ambient-glow {
            position: fixed;
            top: 10%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(147, 51, 234, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
            filter: blur(40px);
        }

/* resources/views/account/calculator.blade.php */
@keyframes shine {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .shine-effect {
            position: relative;
            overflow: hidden;
        }

        .shine-effect::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -100%;
            width: 50%;
            height: 200%;
            opacity: 0.5;
            transform: rotate(30deg);
            background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.03) 1%,
                rgba(255, 255, 255, 0.6) 30%,
                rgba(255, 255, 255, 0.85) 50%,
                rgba(255, 255, 255, 0.85) 70%,
                rgba(255, 255, 255, 0.85) 71%,
                rgba(255, 255, 255, 0) 100%
            );
            animation: shine 2s infinite;
        }

        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
            70% { box-shadow: 0 0 0 10px rgba(16, 185, 129, 0); }
            100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
        }

        .pulse-circle {
            position: relative;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #10b981;
        }

        .pulse-circle::before {
            content: '';
            position: absolute;
            top: -4px;
            left: -4px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: 2px solid rgba(16, 185, 129, 1);
            animation: pulse 1.5s infinite;
        }

        .drawer-overlay {
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .drawer-overlay.active {
            opacity: 1;
            pointer-events: auto;
        }

        .drawer-content {
            transform: translateY(105%);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            max-height: 80vh;
            border-radius: 2rem 2rem 0 0;
        }

        .drawer-content.active {
            transform: translateY(0);
        }

        .calculator-sheet-divider {
            border-color: rgb(226 232 240);
        }

        html[data-theme='dark'] .calculator-panel,
        html[data-theme='dark'] .drawer-content {
            background: rgba(15, 23, 42, 0.98);
            border-color: rgba(51, 65, 85, 0.9);
        }

        html[data-theme='dark'] .calculator-sheet-divider {
            border-color: rgba(51, 65, 85, 0.9);
        }

        html[data-theme='dark'] .calculator-discount-card {
            background: rgba(113, 63, 18, 0.22);
            border-color: rgba(234, 179, 8, 0.45);
        }

        html[data-theme='dark'] .calculator-final-cost {
            background: rgba(127, 29, 29, 0.35);
        }

        @media (min-width: 1024px) {
            .drawer-content {
                max-width: 500px;
                left: auto !important;
                right: 0;
                height: 100%;
                border-radius: 2rem 0 0 2rem;
                transform: translateX(100%);
            }

            .drawer-content.active {
                transform: translateX(0);
            }
        }

/* resources/views/account/myshipments.blade.php */
.order-container {
            max-width: 880px;
            width: 100%;
            background: #fff;
            border-radius: 28px;
            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
            padding: 28px 24px;
            margin: 0 auto;
        }

        .filter-section {
            margin-bottom: 28px;
        }

        .filter-title {
            font-weight: 600;
            margin-bottom: 12px;
            color: #334155;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .filter-chips-shell {
            min-width: 0;
        }

        .filter-chips {
            display: flex;
            gap: 10px;
            min-width: 0;
            overflow-x: auto;
            padding-bottom: 8px;
            scroll-behavior: smooth;
            scrollbar-width: thin;
            -webkit-overflow-scrolling: touch;
        }

        .filter-scroll-button {
            display: none;
        }

        .filter-chips::-webkit-scrollbar {
            height: 5px;
        }

        .filter-chips::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 10px;
        }

        .chip {
            flex: 0 0 auto;
            background: #f8fafc;
            border: 1px solid #d1d9e6;
            border-radius: 40px;
            padding: 8px 18px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.8rem;
            font-weight: 500;
            color: #334155;
            cursor: pointer;
            transition: all 0.15s;
            white-space: nowrap;
        }

        .chip i {
            color: #3b82f6;
            font-size: 0.9rem;
        }

        .chip.active {
            background: #1e293b;
            color: #fff;
            border-color: #1e293b;
        }

        .chip.active i {
            color: #facc15;
        }

        .orders-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 24px;
        }

        .order-card {
            border: 1px solid #e9eef2;
            border-radius: 24px;
            padding: 20px;
            background: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
        }

        .order-row1 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 14px;
            flex-wrap: wrap;
            gap: 10px;
        }

        .order-no {
            font-weight: 700;
            font-size: 1rem;
            color: #0f172a;
            letter-spacing: -0.2px;
        }

        .status-badge {
            background: #e9f2ff;
            border-radius: 40px;
            padding: 6px 16px;
            font-size: 0.8rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #1e4f8a;
            border: 1px solid #bdd3f0;
        }

        .order-row2 {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
            margin-bottom: 16px;
            font-size: 0.85rem;
            color: #475569;
        }

        .order-date span,
        .est-arrival span {
            font-weight: 600;
            color: #1e293b;
            margin-left: 4px;
        }

        .order-summary-row {
            display: flex;
            gap: 16px;
            align-items: center;
            margin-bottom: 18px;
            background: #f8fafc;
            padding: 12px 16px;
            border-radius: 20px;
        }

        .order-main-image {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            object-fit: cover;
            background: #eef2f6;
            border: 1px solid #d1d9e6;
            flex-shrink: 0;
        }

        .order-brief {
            flex: 1;
        }

        .order-brief .item-count {
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 4px;
        }

        .order-brief .item-names {
            font-size: 0.85rem;
            color: #475569;
            line-height: 1.4;
        }

        .financial-row {
            display: flex;
            align-items: baseline;
            justify-content: flex-start;
            gap: 28px;
            flex-wrap: wrap;
            margin: 16px 0 18px;
            padding: 6px 0;
            border-top: 1px dashed #e2e8f0;
            border-bottom: 1px dashed #e2e8f0;
        }

        .finance-item {
            display: flex;
            align-items: baseline;
            gap: 6px;
            font-size: 0.9rem;
        }

        .finance-item .label {
            color: #64748b;
            font-weight: 400;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        .finance-item .value {
            font-weight: 600;
            color: #1e293b;
        }

        .finance-item.advance .value {
            color: #2563eb;
        }

        .finance-item.due .value {
            color: #b45309;
        }

        .price-calculation-pending {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin: 10px 0 12px;
            padding: 6px 0;
            border-top: 1px dashed #e2e8f0;
            border-bottom: 1px dashed #e2e8f0;
            color: #b45309;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .price-calculation-pending__icon {
            display: inline-flex;
            width: 30px;
            height: 30px;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            border: 1px solid #fed7aa;
            border-radius: 9999px;
            background: #ffedd5;
            color: #c2410c;
        }

        .order-actions {
            display: grid;
            gap: 10px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .order-actions form,
        .order-actions>a,
        .order-actions>button {
            width: 100%;
        }

        .order-actions form .action-btn {
            width: 100%;
        }

        .action-btn {
            background: #f1f5f9;
            border: 1px solid #cbd5e1;
            border-radius: 40px;
            justify-content: center;
            padding: 10px 14px;
            font-weight: 600;
            font-size: 0.8rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            transition: 0.15s;
            color: #1e293b;
            text-decoration: none;
        }

        .action-btn--min-content {
            min-width: max-content;
        }

        .order-source-badge {
            display: inline-flex;
            align-items: center;
            border-radius: 40px;
            border: 1px solid #c7d2fe;
            background: #eef4ff;
            color: #4338ca;
            font-size: 0.8rem;
            font-weight: 700;
            padding: 7px 16px;
            vertical-align: middle;
        }

        .action-btn.track {
            background: linear-gradient(135deg, #EC4899, #A855F7);
            border-color: #A855F7;
            color: #fff;
            box-shadow: 0 4px 12px rgba(168, 85, 247, 0.2);
        }

        .action-btn.help:hover,
        .action-btn:hover {
            background: #e2e8f0;
        }

        .action-btn.track:hover {
            background: linear-gradient(135deg, #d43c8c, #9747d1);
            border-color: #9747d1;
        }

        .item-link {
            color: #1d4ed8;
            text-decoration: underline;
            text-decoration-color: rgba(59, 130, 246, 0.35);
            text-underline-offset: 3px;
        }

        .empty-orders {
            text-align: center;
            padding: 40px 20px;
            background: #f9f9fc;
            border-radius: 32px;
            color: #64748b;
            border: 1px dashed #cbd5e1;
        }

        .empty-orders i {
            font-size: 3rem;
            color: #a0afbe;
        }

        .overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.4);
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
            z-index: 998;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .bottom-sheet {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #fff;
            border-top-left-radius: 32px;
            border-top-right-radius: 32px;
            transform: translateY(100%);
            transition: 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
            padding: 24px 20px;
            z-index: 999;
            max-height: 85vh;
            overflow: auto;
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
        }

        .bottom-sheet.active {
            transform: translateY(0);
        }

        .sheet-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .close-sheet {
            border: none;
            background: #f1f5f9;
            border-radius: 50%;
            width: 44px;
            height: 44px;
            cursor: pointer;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .timeline-item {
            display: flex;
            gap: 16px;
            padding: 10px 0;
            border-bottom: 1px solid #edf2f7;
        }

        .timeline-item:last-child {
            border-bottom: none;
        }

        .timeline-icon {
            width: 36px;
            height: 36px;
            background: #f1f5f9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #3b82f6;
            flex-shrink: 0;
        }

        .timeline-content {
            flex: 1;
        }

        .timeline-status {
            font-weight: 600;
            color: #0f172a;
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .timeline-date {
            font-size: 0.8rem;
            color: #64748b;
            margin-top: 4px;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .current-indicator {
            background: #dcfce7;
            color: #166534;
            padding: 2px 10px;
            border-radius: 40px;
            font-size: 0.7rem;
            font-weight: 600;
            display: inline-block;
            margin-left: 8px;
        }

        .tracking-summary-card {
            margin-bottom: 24px;
            border-radius: 24px;
            background: #f8fafc;
            padding: 18px 18px 16px;
        }

        .tracking-summary-title {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            color: #1e293b;
            font-size: 0.9rem;
        }

        .tracking-summary-code {
            font-size: 0.95rem;
            font-weight: 700;
        }

        .tracking-summary-items {
            margin-top: 14px;
            color: #475569;
            font-size: 0.84rem;
            line-height: 1.5;
        }

        .tracking-summary-finance {
            margin-top: 16px;
            display: flex;
            flex-wrap: wrap;
            gap: 14px 22px;
        }

        .tracking-summary-finance-item {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 0.84rem;
            color: #1e293b;
        }

        .tracking-summary-finance-item.advance {
            color: #2563eb;
        }

        .tracking-summary-finance-item.due {
            color: #b45309;
        }

        .tracking-summary-finance-item.total {
            color: #0f172a;
        }

        .tracking-summary-arrival {
            margin-top: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            color: #334155;
            font-size: 0.84rem;
        }

        .tracking-summary-meta {
            margin-top: 14px;
            display: flex;
            align-items: center;
            gap: 8px 16px;
            flex-wrap: wrap;
            color: #334155;
            font-size: 0.8rem;
        }

        .tracking-summary-meta a {
            color: #1d4ed8;
            font-weight: 700;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        .tracking-updates-title {
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #1e293b;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .breakdown-row {
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            border-bottom: 1px dashed #cbd5e1;
            font-size: 0.9rem;
            gap: 16px;
        }

        .breakdown-row.total {
            font-weight: 700;
            font-size: 1rem;
            border-top: 2px solid #cbd5e1;
            margin-top: 12px;
            padding-top: 16px;
        }

        .currency-toggle {
            background: #f1f5f9;
            border: 1px solid #cbd5e1;
            border-radius: 40px;
            display: inline-flex;
            padding: 4px;
            gap: 4px;
        }

        .currency-toggle button {
            border: none;
            background: transparent;
            padding: 8px 16px;
            border-radius: 40px;
            font-weight: 600;
            min-width: 74px;
            white-space: nowrap;
            transition: 0.2s;
            font-size: 0.8rem;
        }

        .currency-toggle button.active {
            background: #fff;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
        }

        .currency-toggle-sheet {
            transform: scale(0.95);
            transform-origin: right center;
        }

        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }

        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        @media (min-width: 768px) {
            .filter-chips-shell {
                display: grid;
                grid-template-columns: 34px minmax(0, 1fr) 34px;
                align-items: center;
                gap: 8px;
            }

            .filter-scroll-button {
                display: inline-flex;
                width: 34px;
                height: 34px;
                align-items: center;
                justify-content: center;
                border: 1px solid #d1d9e6;
                border-radius: 9999px;
                background: #ffffff;
                color: #2563eb;
                cursor: pointer;
                box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
                transition: background-color 0.15s, border-color 0.15s, color 0.15s, opacity 0.15s;
            }

            .filter-scroll-button:hover:not(:disabled) {
                border-color: #93c5fd;
                background: #eff6ff;
                color: #1d4ed8;
            }

            .filter-scroll-button:focus-visible {
                outline: 2px solid #3b82f6;
                outline-offset: 2px;
            }

            .filter-scroll-button:disabled {
                color: #94a3b8;
                cursor: not-allowed;
                opacity: 0.45;
                box-shadow: none;
            }
        }

        @media (max-width: 600px) {
            .order-container {
                padding: 18px 14px;
            }

            .order-row2 {
                gap: 12px;
            }

            .action-btn {
                gap: clamp(4px, 1.5vw, 8px);
                padding-block: 8px;
                padding-inline: clamp(4px, 2vw, 14px);
                font-size: clamp(0.65rem, 3vw, 0.8rem);
                white-space: nowrap;
            }

            .action-btn--min-content {
                min-width: 0;
            }

            .financial-row {
                gap: 16px;
            }

            .tracking-summary-finance {
                gap: 10px 14px;
            }

            .tracking-summary-finance-item {
                font-size: 0.78rem;
            }

            .tracking-summary-title,
            .timeline-status {
                font-size: 0.82rem;
            }

            .timeline-date,
            .tracking-summary-items,
            .tracking-summary-arrival {
                font-size: 0.74rem;
            }

            .currency-toggle-sheet {
                transform: none;
            }
        }

        @media (max-width: 400px) {
            .chip {
                padding: 6px 12px;
                font-size: 0.75rem;
            }

            .finance-item .label {
                font-size: 0.7rem;
            }

            .finance-item .value {
                font-size: 0.85rem;
            }
        }

/* resources/views/account/referrals.blade.php */
.progress-bar {
            transition: width 0.4s ease;
        }

        .copy-btn:active {
            transform: scale(0.95);
        }

        .social-icon {
            width: 44px;
            height: 44px;
            border-radius: 9999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
        }

        .social-icon:hover {
            transform: translateY(-2px);
            filter: brightness(0.95);
        }

        @media (max-width: 640px) {
            .referral-code-container {
                flex-direction: column;
                gap: 0.75rem;
            }

            .referral-code-box {
                width: 100%;
                text-align: center;
                padding: 0.75rem 1rem;
                overflow-x: auto;
                white-space: nowrap;
            }

            .copy-btn {
                width: 100%;
                justify-content: center;
            }
        }

/* resources/views/account/create-order.blade.php */
.order-layout {
            display: grid;
            gap: 1.25rem;
            align-items: start;
        }

        .flow-panel {
            border: 1px solid #dbe2ea;
            border-radius: 2rem;
            background: linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);
            padding: 1.25rem;
            box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
        }

        .flow-panel-kicker {
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: 0.24em;
            text-transform: uppercase;
            color: #6366f1;
        }

        .flow-panel-title {
            margin-top: 0.35rem;
            margin-bottom: 1rem;
            font-size: 1.2rem;
            font-weight: 900;
            color: #0f172a;
        }

        .flow-list {
            display: flex;
            gap: 0.6rem;
        }

        .flow-card {
            display: flex;
            align-items: center;
            gap: 0.7rem;
            border-radius: 2rem;
            border: 1px solid #cbd5e1;
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            padding: 0.7rem;
            box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
            transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
            text-align: left;
        }

        .flow-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
        }

        .flow-card[disabled] {
            cursor: not-allowed;
            opacity: 0.72;
        }

        .flow-icon {
            display: inline-flex;
            height: 3rem;
            width: 3rem;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background: #fff;
            flex-shrink: 0;
            border: 1px solid #e2e8f0;
        }

        .flow-icon dotlottie-player {
            height: 100%;
            width: 100%;
        }

        .flow-title {
            display: block;
            font-size: 0.9rem;
            font-weight: 900;
            letter-spacing: 0.01em;
            color: #0f172a;
            white-space: nowrap;
        }

        .flow-copy {
            margin-top: 0.1rem;
            display: block;
            font-size: 0.72rem;
            line-height: 1.4;
            color: #475569;
            white-space: nowrap;
        }

        .flow-text {
            min-width: 0;
        }

        .field-shell {
            display: block;
        }

        .field-label {
            display: block;
            margin-bottom: 0.7rem;
            font-size: 0.8rem;
            font-weight: 900;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: #475569;
        }

        .field-input {
            width: 100%;
            border-radius: 1.35rem;
            border: 1px solid #cbd5e1;
            background: #f8fafc;
            padding: 1rem 1.1rem;
            font-size: 0.98rem;
            color: #0f172a;
            outline: none;
            transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
        }

        .field-input:focus {
            border-color: #6366f1;
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
        }

        .counter-field {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center;
            gap: 0.5rem;
        }

        .counter-field-button {
            min-width: 3rem;
            min-height: 3.3rem;
            border-radius: 1.1rem;
            border: 1px solid #cbd5e1;
            background: #f8fafc;
            font-size: 1.5rem;
            font-weight: 900;
            color: #0f172a;
            transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
        }

        .counter-field-button:hover:not(:disabled) {
            transform: translateY(-1px);
            border-color: #6366f1;
            background: #ffffff;
        }

        .counter-field-button:disabled {
            cursor: not-allowed;
            opacity: 0.45;
        }

        .counter-field-input {
            text-align: center;
        }

        .metric-card {
            border-radius: 1.25rem;
            border: 1px solid #e2e8f0;
            background: #ffffff;
            padding: 1rem;
        }

        .metric-label {
            display: block;
            font-size: 0.7rem;
            font-weight: 900;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #64748b;
        }

        .metric-value {
            display: block;
            margin-top: 0.45rem;
            font-size: 1.05rem;
            font-weight: 900;
            color: #0f172a;
        }

        .submit-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background: linear-gradient(135deg, #ec4899 0%, #a855f7 52%, #4f46e5 100%);
            padding: 0.95rem 2rem;
            font-size: 0.95rem;
            font-weight: 900;
            color: #ffffff;
            box-shadow: 0 18px 30px rgba(168, 85, 247, 0.25);
            transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
        }

        .submit-btn:hover:not(:disabled) {
            transform: translateY(-1px);
            box-shadow: 0 24px 36px rgba(168, 85, 247, 0.3);
        }

        .submit-btn:disabled {
            cursor: not-allowed;
            opacity: 0.55;
        }

        .loading-overlay {
            position: fixed;
            inset: 0;
            z-index: 220;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(15, 23, 42, 0.45);
            padding: 1.5rem;
            backdrop-filter: blur(10px);
        }

        .loading-overlay__card {
            display: flex;
            min-width: min(100%, 320px);
            align-items: center;
            justify-content: center;
            gap: 0.9rem;
            border-radius: 1.75rem;
            background: #ffffff;
            padding: 1.1rem 1.4rem;
            box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
        }

        .loading-overlay__spinner {
            height: 1.25rem;
            width: 1.25rem;
            flex-shrink: 0;
            border-radius: 9999px;
            border: 3px solid #cbd5e1;
            border-top-color: #0f172a;
            animation: order-loading-spin 0.8s linear infinite;
        }

        .loading-overlay__title {
            font-size: 0.95rem;
            font-weight: 900;
            color: #0f172a;
        }

        @keyframes order-loading-spin {
            to {
                transform: rotate(360deg);
            }
        }

        @media (min-width: 1024px) {
            .order-layout {
                grid-template-columns: 320px minmax(0, 1fr);
                gap: 1.5rem;
            }

            .flow-list {
                flex-direction: column;
            }

            .flow-card {
                width: 100%;
                padding: 0.85rem;
            }

            .flow-title {
                font-size: 1rem;
            }
        }

        @media (max-width: 1023px) {
            .flow-list {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .flow-card {
                justify-content: center;
                padding: 0.6rem;
                border-radius: 1rem;
                gap: 0.35rem;
            }

            .flow-icon {
                height: 2.1rem;
                width: 2.1rem;
            }

            .flow-card .flow-copy {
                display: none;
            }

            .flow-card .flow-title {
                font-size: 0.68rem;
                text-align: center;
            }

            .flow-card .flow-text {
                display: flex;
                justify-content: center;
            }
        }

/* resources/views/account/membership.blade.php */
.plan-card {
            background: white;
            border-radius: 32px;
            transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03), 0 2px 6px rgba(0, 0, 0, 0.05);
            will-change: transform;
            position: relative;
        }

        .plan-card:active {
            transform: scale(0.98);
        }

        @media (hover: hover) {
            .plan-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15);
            }
        }

        .silver-card {
            border: 1px solid #e2e8f0;
            background: linear-gradient(145deg, #ffffff, #fafcff);
        }

        .gold-card {
            border: 1px solid #fde047;
            background: linear-gradient(145deg, #ffffff, #fffef5);
            box-shadow: 0 8px 20px rgba(250, 204, 21, 0.08);
        }

        .diamond-card {
            border: 2px solid rgba(236, 72, 153, 0.3);
            background: linear-gradient(145deg, #ffffff, #fff5fb);
            box-shadow: 0 8px 20px rgba(236, 72, 153, 0.1);
        }

        .badge-popular,
        .badge-best {
            position: absolute;
            top: -1px;
            right: -1px;
            z-index: 10;
            font-size: 0.75rem;
            font-weight: 800;
            padding: 0.5rem 1rem;
            border-radius: 0 28px 0 24px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            white-space: nowrap;
        }

        .badge-popular {
            background: linear-gradient(135deg, #f59e0b, #d97706);
            color: white;
        }

        .badge-best {
            background: linear-gradient(135deg, #ec4899, #a855f7);
            color: white;
        }

        .subscribe-btn {
            background: linear-gradient(135deg, #4f46e5, #9333ea);
            transition: all 0.2s;
            position: relative;
            overflow: hidden;
        }

        .subscribe-btn::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.4s;
        }

        .subscribe-btn:active::after {
            transform: translate(-50%, -50%) scale(2);
        }

        .benefit-list ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .benefit-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 14px;
            font-size: 0.9rem;
            color: #334155;
        }

        .benefit-list li::before {
            content: '\f058';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            width: 20px;
            color: #10b981;
            font-size: 1rem;
            flex-shrink: 0;
        }

        .premium-club {
            background: linear-gradient(90deg, #fce7f3, #f3e8ff);
            border-radius: 16px;
            padding: 10px 12px;
            margin-top: 8px;
        }

        .price-number {
            font-size: 2.8rem;
            font-weight: 800;
            letter-spacing: -1px;
        }

        @media (max-width: 480px) {
            .price-number {
                font-size: 2.2rem;
            }
        }

        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-6px);
            }

            100% {
                transform: translateY(0);
            }
        }

        .floating-badge {
            animation: float 2s ease-in-out infinite;
        }

        html[data-theme='dark'] .plan-card,
        html[data-theme='dark'] .silver-card,
        html[data-theme='dark'] .gold-card,
        html[data-theme='dark'] .diamond-card {
            color: rgb(226 232 240);
        }

/* resources/views/account/cart.blade.php */
.cart-container {
            max-width: 780px;
            width: 100%;
            margin: 0 auto;
            border-radius: 28px;
            background: #fff;
            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
            padding: 28px 24px;
            transition: padding 0.2s;
        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            flex-wrap: wrap;
            gap: 12px;
        }

        .header h2 {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.6rem;
            font-weight: 600;
            color: #1e293b;
        }

        .header h2 i {
            background: linear-gradient(135deg, #4F46E5, #9333EA, #EC4899);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .currency-toggle {
            display: inline-flex;
            gap: 4px;
            border: 1px solid #cbd5e1;
            border-radius: 40px;
            background: #f1f5f9;
            padding: 4px;
        }

        .currency-toggle button {
            min-width: 80px;
            white-space: nowrap;
            border: none;
            border-radius: 40px;
            background: transparent;
            padding: 8px 20px;
            font-size: 0.9rem;
            font-weight: 600;
            transition: 0.2s;
        }

        .currency-toggle button.active {
            background: #fff;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
        }

        .cart-items {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .cart-item {
            position: relative;
            display: flex;
            align-items: center;
            gap: 14px;
            border: 1px solid #e9eef2;
            border-radius: 20px;
            background: #fff;
            padding: 14px;
        }

        .item-delete {
            position: absolute;
            top: 8px;
            right: 8px;
            z-index: 5;
            display: flex;
            width: 32px;
            height: 32px;
            align-items: center;
            justify-content: center;
            border: 1px solid #e2e8f0;
            border-radius: 50%;
            background: #fff;
            color: #ef4444;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: 0.15s;
            cursor: pointer;
            font-size: 1rem;
        }

        .item-delete:hover {
            background: #fee2e2;
            border-color: #ef4444;
            transform: scale(1.05);
        }

        .item-img {
            width: 68px;
            height: 68px;
            flex-shrink: 0;
            border-radius: 16px;
            background: #eef2f6;
            object-fit: cover;
        }

        .item-info {
            flex: 2;
            min-width: 120px;
        }

        .item-title {
            margin-bottom: 6px;
            font-size: 0.92rem;
            font-weight: 600;
            word-break: break-word;
        }

        .item-link {
            color: #1d4ed8;
            text-decoration: underline;
            text-decoration-color: rgba(59, 130, 246, 0.35);
            text-underline-offset: 3px;
        }

        .item-price {
            font-size: 0.84rem;
            font-weight: 700;
            color: #1e293b;
        }

        .item-total {
            margin-top: 4px;
            font-size: 0.8rem;
            color: #64748b;
        }

        .item-actions {
            margin-left: auto;
            min-width: 220px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 12px;
        }

        .payable-row {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            flex-wrap: nowrap;
        }

        .quantity-control {
            display: flex;
            align-items: center;
            flex-shrink: 0;
            border: 1px solid #d1d9e6;
            border-radius: 40px;
            background: #f1f5f9;
            padding: 3px;
        }

        .quantity-btn {
            display: inline-flex;
            width: 26px;
            height: 26px;
            align-items: center;
            justify-content: center;
            border: none;
            border-radius: 40px;
            background: #fff;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
            transition: 0.15s;
        }

        .quantity-number {
            width: 30px;
            text-align: center;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .payable-display {
            min-width: 120px;
            text-align: right;
            flex-shrink: 1;
            margin-right: 40px;
        }

        .payable-display .amount {
            white-space: nowrap;
            font-size: 0.92rem;
            font-weight: 700;
            color: #0f172a;
        }

        .payable-display .label {
            font-size: 0.75rem;
            color: #64748b;
            letter-spacing: 0.2px;
        }

        .breakdown-wrapper {
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

        .breakdown-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            white-space: nowrap;
            border: 1px solid #cbd5e1;
            border-radius: 40px;
            background: #f8fafc;
            color: #2563eb;
            padding: 8px 18px;
            font-size: 0.8rem;
            transition: 0.2s;
            cursor: pointer;
        }

        .breakdown-btn:hover {
            border-color: #2563eb;
            background: #2563eb;
            color: #fff;
        }

        .pricing-help-text {
            width: 100%;
            margin: -4px 0 0;
            text-align: right;
            font-size: 0.5rem;
            line-height: 1.4;
            color: #2563eb;
        }

        .pricing-help-link {
            color: inherit;
            font-weight: 600;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .summary-panel {
            margin-top: 28px;
            border: 1px solid #e2e8f0;
            border-radius: 24px;
            background: #f8fafc;
            padding: 18px 20px;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            font-size: 1.1rem;
            font-weight: 700;
        }

        .delivery-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
            border-bottom: 1px dashed #cbd5e1;
            padding: 8px 0;
            font-size: 0.85rem;
        }

        .delivery-row s {
            margin-right: 6px;
            color: #ef4444;
        }

        .free-badge {
            color: #10b981;
            font-weight: 600;
        }

        .discount-line {
            display: flex;
            justify-content: space-between;
            margin: 12px 0;
            border: 1px solid #a3d8a3;
            border-radius: 40px;
            background: #e6f7e6;
            padding: 8px 12px;
            font-size: 12px;
            color: #0b5e0b;
            font-weight: 400;
        }

        .discount-amount {
            font-weight: 700;
        }

        .discount-section {
            background: #fef9c3;
            border: 1px solid #fde047;
            border-radius: 24px;
            padding: calc(16px * 0.7) calc(20px * 0.7);
            margin: calc(16px * 0.7) 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: calc(12px * 0.7);
            font-size: 0.7em;
        }

        .discount-left {
            display: flex;
            align-items: center;
            gap: calc(12px * 0.7);
        }

        .discount-eyebrow {
            font-size: inherit;
            font-weight: 600;
            color: #1e293b;
        }

        .discount-percent {
            font-size: inherit;
            font-weight: 600;
            color: #1e293b;
        }

        .pulse-circle {
            width: calc(20px * 0.7);
            height: calc(20px * 0.7);
            border-radius: 50%;
            background: #f97316;
            box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.7);
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(249, 115, 22, 0); }
            100% { box-shadow: 0 0 0 0 rgba(249, 115, 22, 0); }
        }

        .discount-right {
            display: flex;
            gap: calc(10px * 0.7);
        }

        .apply-btn,
        .remove-btn {
            border: none;
            border-radius: 40px;
            padding: calc(10px * 0.7) calc(22px * 0.7);
            font-size: calc(0.9rem * 0.7);
            font-weight: 600;
            transition: 0.15s;
            cursor: pointer;
        }

        .apply-btn {
            position: relative;
            overflow: hidden;
            background: #eab308;
            color: #1e293b;
        }

        .shine-effect::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -60%;
            width: 200%;
            height: 200%;
            transform: rotate(25deg);
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            animation: shine 3s infinite;
        }

        @keyframes shine {
            0% { left: -60%; }
            20% { left: 100%; }
            100% { left: 100%; }
        }

        .apply-btn:disabled {
            cursor: not-allowed;
            opacity: 0.6;
            background: #fde047;
        }

        .remove-btn {
            border: 1px solid #fecaca;
            background: #fee2e2;
            color: #b91c1c;
        }

        .remove-btn:hover {
            background: #fecaca;
        }

        .final-cost {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 60px;
            padding: 14px 22px;
            margin: 18px 0 8px;
            transition: background 0.2s;
            border: 1px solid #e2e8f0;
        }

        .final-cost-left {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .final-cost-amount {
            font-size: 0.95rem;
            font-weight: 700;
        }

        .bg-red {
            background: #fee2e2;
        }

        .bg-green {
            background: #dcfce7;
        }

        .advance-due {
            display: flex;
            flex-direction: row;
            gap: 16px;
            margin-top: 16px;
        }

        .summary-box {
            flex: 1;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            background: #fff;
            padding: 18px 12px;
            text-align: center;
        }

        .summary-box h4 {
            margin-bottom: 10px;
            font-size: 0.8rem;
            font-weight: 500;
            color: #64748b;
        }

        .summary-box .value {
            font-size: 1.3rem;
            font-weight: 700;
            line-height: 1.2;
        }

        .pay-bar {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: 18px;
            border-radius: 60px;
            background: #1e293b;
            color: #fff;
            padding: 14px 18px;
        }

        .pay-text {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            font-size: 1rem;
            font-weight: 600;
        }

        .pay-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            border: none;
            border-radius: 40px;
            background: linear-gradient(135deg, #EC4899, #A855F7);
            color: #fff;
            padding: 11px 22px;
            font-size: 0.9rem;
            font-weight: 600;
            box-shadow: 0 8px 18px rgba(168, 85, 247, 0.3);
            transition: 0.15s;
            cursor: pointer;
        }

        .pay-btn:hover {
            background: linear-gradient(135deg, #d43c8c, #9747d1);
        }

        .pay-btn:disabled {
            cursor: not-allowed;
            opacity: 0.55;
        }

        .overlay {
            position: fixed;
            inset: 0;
            z-index: 998;
            background: rgba(0, 0, 0, 0.4);
            opacity: 0;
            visibility: hidden;
            transition: 0.25s;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .bottom-sheet {
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 999;
            max-height: 85vh;
            width: 100%;
            overflow: auto;
            border-top-left-radius: 32px;
            border-top-right-radius: 32px;
            background: #fff;
            padding: 24px 20px;
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
            transform: translateY(100%);
            transition: 0.3s cubic-bezier(0.2, 0.9, 0.3, 1);
        }

        .bottom-sheet.active {
            transform: translateY(0);
        }

        .sheet-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .sheet-header h3 {
            font-size: 1.1rem;
            font-weight: 800;
        }

        .close-sheet {
            display: flex;
            width: 44px;
            height: 44px;
            align-items: center;
            justify-content: center;
            border: none;
            border-radius: 50%;
            background: #f1f5f9;
            font-size: 1.2rem;
            cursor: pointer;
        }

        .breakdown-row {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px dashed #cbd5e1;
            padding: 12px 0;
            font-size: 0.9rem;
            gap: 16px;
        }

        .breakdown-row.total {
            margin-top: 12px;
            border-top: 2px solid #cbd5e1;
            border-bottom: 0;
            padding-top: 16px;
            font-size: 1rem;
            font-weight: 700;
        }

        html[data-theme='dark'] .cart-container,
        html[data-theme='dark'] .cart-item,
        html[data-theme='dark'] .summary-box,
        html[data-theme='dark'] .bottom-sheet {
            background: rgba(15, 23, 42, 0.98);
            border-color: rgba(51, 65, 85, 0.92);
        }

        html[data-theme='dark'] .summary-panel {
            background: rgba(15, 23, 42, 0.9);
            border-color: rgba(51, 65, 85, 0.92);
        }

        html[data-theme='dark'] .currency-toggle,
        html[data-theme='dark'] .quantity-control,
        html[data-theme='dark'] .close-sheet,
        html[data-theme='dark'] .breakdown-btn {
            background: rgba(30, 41, 59, 0.98);
            border-color: rgba(71, 85, 105, 0.9);
            color: rgb(226 232 240);
        }

        html[data-theme='dark'] .currency-toggle button.active,
        html[data-theme='dark'] .quantity-btn {
            background: rgba(15, 23, 42, 0.98);
            color: rgb(248 250 252);
        }

        html[data-theme='dark'] .header h2,
        html[data-theme='dark'] .item-title,
        html[data-theme='dark'] .item-price,
        html[data-theme='dark'] .payable-display .amount,
        html[data-theme='dark'] .summary-row,
        html[data-theme='dark'] .summary-box .value,
        html[data-theme='dark'] .sheet-header h3,
        html[data-theme='dark'] .breakdown-row,
        html[data-theme='dark'] .final-cost-amount {
            color: rgb(248 250 252);
        }

        html[data-theme='dark'] .item-total,
        html[data-theme='dark'] .payable-display .label,
        html[data-theme='dark'] .summary-box h4,
        html[data-theme='dark'] .delivery-row,
        html[data-theme='dark'] .breakdown-row span:first-child {
            color: rgb(203 213 225);
        }

        html[data-theme='dark'] .delivery-row,
        html[data-theme='dark'] .breakdown-row {
            border-color: rgba(71, 85, 105, 0.7);
        }

        html[data-theme='dark'] .breakdown-row.total {
            border-top-color: rgba(71, 85, 105, 0.9);
        }

        html[data-theme='dark'] .discount-line {
            border-color: rgba(74, 222, 128, 0.4);
            background: rgba(20, 83, 45, 0.38);
            color: rgb(187 247 208);
        }

        html[data-theme='dark'] .discount-section {
            border-color: rgba(250, 204, 21, 0.45);
            background: rgba(113, 63, 18, 0.26);
            color: rgb(254 240 138);
        }

        html[data-theme='dark'] .discount-eyebrow,
        html[data-theme='dark'] .discount-percent {
            color: rgb(248 250 252);
        }

        html[data-theme='dark'] .bg-red {
            background: rgba(127, 29, 29, 0.42);
        }

        html[data-theme='dark'] .bg-green {
            background: rgba(20, 83, 45, 0.42);
        }

        html[data-theme='dark'] .overlay {
            background: rgba(2, 6, 23, 0.7);
        }

        @media (max-width: 580px) {
            .cart-item {
                flex-wrap: wrap;
                border-radius: 18px;
                padding: 12px;
            }

            .item-actions {
                width: 100%;
                min-width: 0;
                margin-left: 0;
            }

            .item-title {
                font-size: 0.86rem;
            }

            .item-img {
                width: 58px;
                height: 58px;
            }

            .payable-row {
                gap: 8px;
            }

            .payable-display {
                margin-right: 8px;
            }

            .breakdown-wrapper {
                justify-content: stretch;
            }

            .breakdown-btn {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .cart-container {
                padding: 16px 12px;
            }

            .currency-toggle {
                display: flex;
                width: 100%;
            }

            .currency-toggle button {
                flex: 1;
                padding: 10px 0;
                text-align: center;
            }

            .delivery-row {
                padding: 5px 0;
                font-size: 0.8rem;
            }

            .advance-due {
                gap: 10px;
            }

            .summary-box .value {
                font-size: 1.1rem;
            }

            .pay-bar {
                border-radius: 28px;
            }

            .discount-left,
            .discount-right {
                width: 100%;
            }

            .discount-left {
                flex-direction: column;
            }

            .discount-right {
                justify-content: stretch;
                margin-left: 0;
            }

            .apply-btn,
            .remove-btn {
                flex: 1 1 0;
                text-align: center;
            }
        }

        @media (max-width: 360px) {
            .payable-row {
                flex-wrap: nowrap;
                gap: 4px;
            }

            .payable-display {
                min-width: 90px;
                margin-right: 6px;
            }

            .payable-display .amount {
                font-size: 0.85rem;
            }

            .payable-display .label {
                font-size: 0.65rem;
            }
        }

        button {
            -webkit-tap-highlight-color: transparent;
        }

/* resources/views/layouts/merowish.blade.php */
[x-cloak] {
            display: none !important;
        }

        a.bg-primary,
        .btn.bg-primary {
            background: linear-gradient(270deg, #FF3E6D 6.93%, #A23EE0 78.35%);
            border-radius: 28px !important;
        }

        .em_titleSign h1 {
            color: #FF00BC !important;
        }

        .emSimple_main_footer .link_privacy {
            display: unset !important;
        }

        .emSimple_main_footer .link_privacy a {
            padding: 20px 10px 0 0;
            font-size: 10px;
        }

        .mw-toast-stack {
            position: fixed;
            top: max(env(safe-area-inset-top), 0px);
            left: 50%;
            z-index: 1600;
            display: flex;
            width: min(calc(100vw - 1rem), 20rem);
            flex-direction: column;
            gap: 0.5rem;
            padding-top: 0.5rem;
            transform: translateX(-50%);
            pointer-events: none;
        }

        .mw-toast {
            display: flex;
            align-items: flex-start;
            gap: 0.65rem;
            border: 1px solid rgba(148, 163, 184, 0.22);
            border-radius: 1rem;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
            color: #0f172a;
            cursor: pointer;
            font-size: 0.8125rem;
            font-weight: 700;
            line-height: 1.35;
            opacity: 0;
            padding: 0.7rem 0.8rem;
            pointer-events: auto;
            transform: translateY(-0.4rem) scale(0.98);
            transition: opacity 0.18s ease, transform 0.18s ease;
        }

        .mw-toast.is-visible {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .mw-toast.is-leaving {
            opacity: 0;
            transform: translateY(-0.35rem) scale(0.98);
        }

        .mw-toast:focus-visible {
            outline: 2px solid rgba(162, 62, 224, 0.35);
            outline-offset: 2px;
        }

        .mw-toast__badge {
            flex-shrink: 0;
            width: 0.7rem;
            height: 0.7rem;
            margin-top: 0.18rem;
            border-radius: 999px;
            background: currentColor;
            box-shadow: 0 0 0 0.22rem color-mix(in srgb, currentColor 18%, transparent);
        }

        .mw-toast__message {
            flex: 1 1 auto;
            min-width: 0;
            text-wrap: pretty;
        }

        .mw-toast--success {
            color: #047857;
        }

        .mw-toast--error {
            color: #b91c1c;
        }

        @media (min-width: 768px) {
            .mw-toast-stack {
                width: min(22rem, calc(100vw - 2rem));
                padding-top: 0.75rem;
            }
        }

/* resources/views/layouts/merowish-redesign.blade.php */

        :root {
            color-scheme: light;
            --mw-bg: #f8fafc;
            --mw-bg-accent: #f8fafc;
            --mw-panel: rgba(255, 255, 255, 0.88);
            --mw-panel-strong: #ffffff;
            --mw-panel-muted: #eff4ff;
            --mw-border: rgba(148, 163, 184, 0.22);
            --mw-border-strong: rgba(99, 102, 241, 0.2);
            --mw-text: #1e293b;
            --mw-text-soft: #64748b;
            --mw-text-muted: #94a3b8;
            --mw-primary: #7c3aed;
            --mw-primary-strong: #4338ca;
            --mw-accent: #ec4899;
            --mw-success: #10b981;
            --mw-danger: #ef4444;
            --mw-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
        }

        html[data-theme='dark'] {
            color-scheme: dark;
            --mw-bg: #020617;
            --mw-bg-accent: radial-gradient(circle at top left, rgba(99, 102, 241, 0.3), transparent 34%), radial-gradient(circle at top right, rgba(236, 72, 153, 0.26), transparent 28%), linear-gradient(180deg, #020617 0%, #0f172a 52%, #111827 100%);
            --mw-panel: rgba(15, 23, 42, 0.88);
            --mw-panel-strong: #0f172a;
            --mw-panel-muted: #111827;
            --mw-border: rgba(148, 163, 184, 0.2);
            --mw-border-strong: rgba(167, 139, 250, 0.3);
            --mw-text: #e2e8f0;
            --mw-text-soft: #cbd5e1;
            --mw-text-muted: #94a3b8;
            --mw-primary: #a78bfa;
            --mw-primary-strong: #818cf8;
            --mw-accent: #f472b6;
            --mw-success: #34d399;
            --mw-danger: #fb7185;
            --mw-shadow: 0 28px 80px rgba(2, 6, 23, 0.5);
        }

        body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            background: var(--mw-bg-accent);
            color: var(--mw-text);
            min-height: 100vh;
            transition: background-color 0.25s ease, color 0.25s ease;
        }

        [x-cloak] {
            display: none !important;
        }

        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }

        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .banner-container {
            display: flex;
            transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .glass-nav {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(226, 232, 240, 0.8);
        }

        .hover-lift {
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .hover-lift:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.1);
        }

        .drawer-overlay {
            position: fixed;
            inset: 0;
            opacity: 0;
            pointer-events: none;
            background: rgba(15, 23, 42, 0.6);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            transition: opacity 0.3s ease;
        }

        .drawer-overlay.active {
            opacity: 1;
            pointer-events: auto;
        }

        .drawer-content {
            transform: translateY(100%);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .drawer-content.active {
            transform: translateY(0);
        }

        .nav-item.active {
            color: #db2777;
        }

        .nav-item.active .nav-icon-bg {
            background-color: #fce7f3;
        }

        .fab-button {
            background: linear-gradient(135deg, #db2777 0%, #7c3aed 100%);
            box-shadow: 0 10px 25px rgba(219, 39, 119, 0.3);
        }

        .mw-shell {
            position: relative;
            min-height: 100vh;
        }

        .mw-shell::before {
            display: none;
        }

        .mw-glass-nav,
        .mw-mobile-header {
            background: var(--mw-panel);
            backdrop-filter: blur(20px);
            border-color: var(--mw-border);
        }

        .mw-bottom-nav {
            background: #fff;
            border-color: rgb(241 245 249);
            box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.06);
        }

        .mw-desktop-header {
            background: rgba(255, 255, 255, 0.96);
            border-bottom: 1px solid rgba(226, 232, 240, 0.95);
            box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
        }

        .mw-desktop-brand {
            display: flex;
            align-items: center;
            line-height: 1;
        }

        .mw-cart-link {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .mw-cart-count {
            position: absolute;
            top: -0.45rem;
            right: -0.55rem;
            display: inline-flex;
            min-width: 1.15rem;
            height: 1.15rem;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            padding: 0 0.28rem;
            background: linear-gradient(135deg, #ec4899 0%, #7c3aed 100%);
            color: #fff;
            font-size: 0.64rem;
            font-weight: 900;
            line-height: 1;
            box-shadow: 0 10px 18px rgba(124, 58, 237, 0.18);
        }

        .mw-mobile-brand {
            display: inline-flex;
            align-items: center;
            line-height: 1;
        }

        .mw-brand-logo-light,
        .mw-brand-logo-dark {
            display: block;
            width: auto;
        }

        .mw-brand-logo-desktop {
            height: 3rem;
        }

        .mw-brand-logo-mobile {
            height: 2.5rem;
        }

        .mw-brand-logo-dark {
            display: none;
        }

        .mw-fab-link {
            position: relative;
            top: -1.85rem;
            display: flex;
            width: 4.9rem;
            justify-content: center;
            flex: 0 0 4.9rem;
        }

        .mw-fab-link .fab-button {
            position: relative;
            display: block;
            height: 4.55rem;
            width: 4.55rem;
            border-radius: 999px;
            border: 0;
            background: transparent;
            box-shadow: 0 10px 22px rgba(236, 72, 153, 0.18), 0 0 14px rgba(244, 114, 182, 0.12);
        }

        .mw-fab-close {
            display: inline-flex;
            height: 4.15rem;
            width: 4.15rem;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            background: linear-gradient(135deg, #d8c4ff 0%, #c4b5fd 100%);
            color: #fff;
            box-shadow: 0 10px 20px rgba(196, 181, 253, 0.24);
        }

        .mw-fab-close i {
            font-size: 1.75rem;
            font-weight: 700;
        }

        .mw-fab-logo {
            position: absolute;
            top: 50%;
            left: 50%;
            height: 4.35rem;
            width: 4.35rem;
            display: block;
            object-fit: contain;
            transform: translate(-50%, calc(-50% + 1px));
        }

        .mw-create-order-overlay {
            background: rgba(248, 250, 252, 0.35);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.24s ease;
        }

        .mw-create-order-menu {
            position: fixed;
            inset-inline: 0;
            top: 0;
            bottom: 6.6rem;
            z-index: 58;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-inline: 1.25rem;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.24s ease;
        }

        .mw-create-order-menu-inner {
            width: min(100%, 18.5rem);
        }

        .mw-create-order-option {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            border-radius: 999px;
            min-height: 4.45rem;
            padding: 0.65rem 0.9rem;
            color: #fff;
            box-shadow: 0 14px 28px rgba(99, 102, 241, 0.16);
            opacity: 0;
            pointer-events: none;
            transform: translateY(3rem);
            transition:
                opacity 0.28s ease,
                transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .mw-create-order-option.quick {
            background: linear-gradient(135deg, #f12f7f 0%, #7c3aed 100%);
        }

        .mw-create-order-option.merowish,
        .mw-create-order-option.self {
            background: linear-gradient(135deg, #d9c2ff 0%, #b79df7 100%);
        }

        .mw-create-order-option-icon {
            display: inline-flex;
            height: 3.3rem;
            width: 3.3rem;
            flex: 0 0 3.3rem;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border-radius: 999px;
            background: #fff;
        }

        .mw-create-order-option-icon dotlottie-player {
            height: 100%;
            width: 100%;
        }

        .mw-create-order-option-label {
            display: block;
            font-size: 0.92rem;
            font-weight: 900;
            letter-spacing: 0.02em;
            text-transform: uppercase;
        }

        .mw-create-order-overlay.is-open,
        .mw-create-order-menu.is-open {
            opacity: 1;
            pointer-events: auto;
        }

        .mw-create-order-menu.is-open .mw-create-order-option {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }

        .mw-create-order-menu.is-open .mw-create-order-option.quick {
            transition-delay: 0ms;
        }

        .mw-create-order-menu.is-open .mw-create-order-option.merowish {
            transition-delay: 80ms;
        }

        .mw-create-order-menu.is-open .mw-create-order-option.self {
            transition-delay: 160ms;
        }

        .mw-create-order-menu:not(.is-open) .mw-create-order-option.quick {
            transition-delay: 160ms;
        }

        .mw-create-order-menu:not(.is-open) .mw-create-order-option.merowish {
            transition-delay: 80ms;
        }

        .mw-create-order-menu:not(.is-open) .mw-create-order-option.self {
            transition-delay: 0ms;
        }

        .mw-pip-container {
            position: fixed;
            bottom: 80px;
            left: 20px;
            z-index: 59;
            width: 105px;
            height: 105px;
            overflow: hidden;
            border-radius: 15px;
            background-color: #ffffff;
            box-shadow: 0 10px 26px rgba(15, 23, 42, 0.22);
            cursor: grab;
            opacity: 0;
            transform: translateY(100%);
            transition: transform 1s ease-out, opacity 1s ease-out;
            touch-action: none;
        }

        .mw-pip-container.visible {
            opacity: 1;
        }

        .mw-pip-container.slide-in {
            transform: translateY(0);
        }

        .mw-pip-container.is-closing {
            transform: translateX(-200%);
        }

        .mw-pip-container img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 15px;
            object-fit: cover;
        }

        .mw-pip-close-btn {
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 1;
            width: 14px;
            height: 14px;
            border: 0;
            border-radius: 999px;
            background-color: #ff5c5c;
            color: #ffffff;
            cursor: pointer;
            font-size: 12px;
            line-height: 14px;
            padding: 0;
            text-align: center;
        }

        .mw-desktop-nav-links {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            white-space: nowrap;
        }

        .mw-desktop-search {
            flex: 0 1 24rem;
            min-width: 10rem;
            max-width: 24rem;
            position: relative;
            z-index: 130;
        }

        .mw-desktop-action {
            display: inline-flex;
            height: 3rem;
            width: 3rem;
            align-items: center;
            justify-content: center;
            color: #64748b;
            font-size: 1.35rem;
            transition: color 0.2s ease;
        }

        .mw-desktop-action:hover {
            color: #4338ca;
        }

        .mw-desktop-divider {
            height: 2.75rem;
            width: 1px;
            background: rgba(203, 213, 225, 0.9);
        }

        .mw-desktop-account {
            display: inline-flex;
            align-items: center;
            gap: 0.8rem;
            white-space: nowrap;
        }

        .mw-desktop-account-label {
            text-align: right;
            line-height: 1.1;
        }

        .mw-desktop-account-label span:first-child {
            display: block;
            font-size: 0.62rem;
            font-weight: 900;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            color: #94a3b8;
        }

        .mw-desktop-account-label span:last-child {
            display: block;
            margin-top: 0.25rem;
            font-size: 0.78rem;
            font-weight: 800;
            color: #0f172a;
        }

        .mw-home-mobile-header {
            background: #4f46e5;
            color: #fff;
            border-bottom-left-radius: 1.5rem;
            border-bottom-right-radius: 1.5rem;
        }

        .mw-home-mobile-search {
            position: absolute;
            bottom: -2.5rem;
            left: 1rem;
            right: 1rem;
            z-index: 20;
            border-radius: 999px;
            transition: filter 0.24s ease, opacity 0.24s ease;
        }

        .mw-home-mobile-search.is-blurred {
            filter: blur(10px);
            opacity: 0.45;
            pointer-events: none;
        }

        .mw-home-mobile-search-shell {
            width: 100%;
        }

        .mw-home-mobile-search-field {
            width: 100%;
        }

        .mw-home-mobile-search .homepage-social-search__field {
            min-height: 40px;
        }

        .mw-home-mobile-search .homepage-social-search__icon {
            font-size: 1.25rem;
        }

        .mw-home-mobile-search .homepage-social-search__input {
            font-size: 1rem;
        }

        .mw-desktop-header .homepage-social-search__field {
            min-height: 40px;
        }

        .mw-desktop-header .homepage-social-search__icon {
            font-size: 1.05rem;
        }

        .mw-desktop-header .homepage-social-search__input {
            font-size: 1.05rem;
        }

        .mw-home-mobile-header .homepage-social-search .gsib_a {
            padding-left: 2.2rem !important;
        }

        .mw-home-mobile-header .homepage-social-search .gsib_b,
        .mw-home-mobile-header .homepage-social-search .gsst_b,
        .mw-home-mobile-header .homepage-social-search .gsst_a,
        .mw-home-mobile-header .homepage-social-search .gsc-search-button,
        .mw-home-mobile-header .homepage-social-search .gsc-search-button-v2,
        .mw-home-mobile-header .homepage-social-search td.gsc-search-button {
            display: none !important;
        }

        .mw-home-mobile-subtitle {
            color: rgba(255, 255, 255, 0.78);
        }

        .mw-logo-chip {
            background: linear-gradient(135deg, var(--mw-primary) 0%, var(--mw-accent) 100%);
            box-shadow: 0 16px 30px rgba(124, 58, 237, 0.22);
        }

        .mw-nav-link {
            color: var(--mw-text-soft);
            transition: color 0.2s ease;
        }

        .mw-nav-link:hover,
        .mw-nav-link.is-active {
            color: var(--mw-primary);
        }

        .mw-nav-pill,
        .mw-theme-toggle,
        .mw-avatar,
        .mw-fab {
            border: 1px solid var(--mw-border);
            background: var(--mw-panel-strong);
            color: var(--mw-text);
            box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
        }

        .mw-theme-toggle {
            display: inline-flex;
            align-items: center;
            gap: 0.55rem;
            border-radius: 999px;
            padding: 0.7rem 0.95rem;
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .mw-fab {
            background: linear-gradient(135deg, var(--mw-primary) 0%, var(--mw-accent) 100%);
            color: #fff;
            box-shadow: 0 20px 44px rgba(124, 58, 237, 0.28);
        }

        .mw-footer-link {
            color: var(--mw-text-soft);
        }

        .mw-panel {
            background: var(--mw-panel);
            border: 1px solid var(--mw-border);
            box-shadow: var(--mw-shadow);
        }

        .mw-card {
            background: var(--mw-panel-strong);
            border: 1px solid var(--mw-border);
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
        }

        .mw-toast-stack {
            position: fixed;
            top: max(env(safe-area-inset-top), 0px);
            left: 50%;
            z-index: 1600;
            display: flex;
            width: min(calc(100vw - 1rem), 20rem);
            flex-direction: column;
            gap: 0.5rem;
            padding-top: 0.5rem;
            transform: translateX(-50%);
            pointer-events: none;
        }

        .mw-toast {
            display: flex;
            align-items: flex-start;
            gap: 0.65rem;
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 1rem;
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
            color: #0f172a;
            cursor: pointer;
            font-size: 0.8125rem;
            font-weight: 700;
            line-height: 1.35;
            opacity: 0;
            padding: 0.7rem 0.8rem;
            pointer-events: auto;
            transform: translateY(-0.4rem) scale(0.98);
            transition: opacity 0.18s ease, transform 0.18s ease;
        }

        .mw-toast.is-visible {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .mw-toast.is-leaving {
            opacity: 0;
            transform: translateY(-0.35rem) scale(0.98);
        }

        .mw-toast:focus-visible {
            outline: 2px solid rgba(79, 70, 229, 0.45);
            outline-offset: 2px;
        }

        .mw-toast__badge {
            flex-shrink: 0;
            width: 0.7rem;
            height: 0.7rem;
            margin-top: 0.18rem;
            border-radius: 999px;
            background: currentColor;
            box-shadow: 0 0 0 0.22rem color-mix(in srgb, currentColor 18%, transparent);
        }

        .mw-toast__message {
            flex: 1 1 auto;
            min-width: 0;
            text-wrap: pretty;
        }

        .mw-toast--success {
            color: #047857;
        }

        .mw-toast--error {
            color: #b91c1c;
        }

        @media (min-width: 768px) {
            .mw-toast-stack {
                width: min(22rem, calc(100vw - 2rem));
                padding-top: 0.75rem;
            }
        }

        .mw-muted {
            color: var(--mw-text-soft);
        }

        .mw-soft {
            color: var(--mw-text-muted);
        }

        .mw-section-title {
            color: var(--mw-text);
            font-size: 1.1rem;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .mw-status-dot {
            display: inline-flex;
            height: 0.55rem;
            width: 0.55rem;
            border-radius: 999px;
            background: var(--mw-success);
        }

        .mw-page-wrap {
            position: relative;
        }

        .mw-bottom-nav .nav-item {
            flex: 1 1 0;
            color: #94a3b8;
            min-width: 0;
        }

        .mw-bottom-nav .nav-item.active {
            color: #6366f1;
        }

        .mw-bottom-nav .nav-item span {
            font-size: 9px;
            font-weight: 700;
            line-height: 1;
        }

        .mw-bottom-nav .nav-icon-bg {
            display: inline-flex;
            height: 3rem;
            width: 3rem;
            align-items: center;
            justify-content: center;
            border-radius: 0.95rem;
            color: inherit;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .mw-bottom-nav .nav-icon-bg i {
            font-size: 1.35rem;
        }

        .mw-bottom-nav .nav-item.active .nav-icon-bg {
            background: #eef2ff;
            color: #6366f1;
        }

        html[data-theme='dark'] .bg-white,
        html[data-theme='dark'] .bg-slate-50,
        html[data-theme='dark'] .bg-slate-100,
        html[data-theme='dark'] .bg-indigo-50,
        html[data-theme='dark'] .bg-amber-50,
        html[data-theme='dark'] .bg-emerald-50,
        html[data-theme='dark'] .bg-rose-50 {
            background-color: var(--mw-panel-strong) !important;
        }

        html[data-theme='dark'] .border-slate-100,
        html[data-theme='dark'] .border-slate-200,
        html[data-theme='dark'] .border-slate-300,
        html[data-theme='dark'] .border-indigo-100,
        html[data-theme='dark'] .border-amber-200,
        html[data-theme='dark'] .border-emerald-200,
        html[data-theme='dark'] .border-rose-200 {
            border-color: var(--mw-border) !important;
        }

        html[data-theme='dark'] .mw-toast {
            border-color: rgba(148, 163, 184, 0.18);
            background: rgba(15, 23, 42, 0.96);
            box-shadow: 0 18px 36px rgba(2, 6, 23, 0.42);
            color: #e2e8f0;
        }

        html[data-theme='dark'] .mw-toast--success {
            color: #34d399;
        }

        html[data-theme='dark'] .mw-toast--error {
            color: #fb7185;
        }

        html[data-theme='dark'] .text-slate-900,
        html[data-theme='dark'] .text-slate-800,
        html[data-theme='dark'] .text-slate-700 {
            color: var(--mw-text) !important;
        }

        html[data-theme='dark'] .text-slate-600,
        html[data-theme='dark'] .text-slate-500,
        html[data-theme='dark'] .text-slate-400 {
            color: var(--mw-text-soft) !important;
        }

        html[data-theme='dark'] .shadow-\[0_24px_48px_rgba\(15\,23\,42\,0\.08\)\] {
            box-shadow: var(--mw-shadow) !important;
        }

        html[data-theme='dark'] .mw-desktop-header {
            background: rgba(15, 23, 42, 0.96);
            border-bottom-color: rgba(51, 65, 85, 0.9);
            box-shadow: 0 12px 32px rgba(2, 6, 23, 0.32);
        }

        html[data-theme='dark'] .mw-brand-logo-light {
            display: none;
        }

        html[data-theme='dark'] .mw-brand-logo-dark {
            display: block;
        }

        html[data-theme='dark'] .mw-desktop-search .homepage-social-search .gsc-input-box {
            background-color: rgba(30, 41, 59, 0.96) !important;
        }

        html[data-theme='dark'] .mw-desktop-search .homepage-social-search .gsc-input-box input {
            color: rgb(226 232 240) !important;
        }

        html[data-theme='dark'] .mw-desktop-action {
            color: rgb(203 213 225);
        }

        html[data-theme='dark'] .mw-desktop-action:hover {
            color: rgb(165 180 252);
        }

        html[data-theme='dark'] .mw-desktop-divider {
            background: rgba(71, 85, 105, 0.95);
        }

        html[data-theme='dark'] .mw-desktop-account-label span:first-child {
            color: rgb(148 163 184);
        }

        html[data-theme='dark'] .mw-desktop-account-label span:last-child {
            color: rgb(248 250 252);
        }

        html[data-theme='dark'] .glass-nav {
            background: rgba(15, 23, 42, 0.82);
            border-bottom-color: rgba(51, 65, 85, 0.85);
        }

        html[data-theme='dark'] .mw-bottom-nav {
            background: rgba(15, 23, 42, 0.98);
            border-color: rgba(51, 65, 85, 0.92);
            box-shadow: 0 -12px 32px rgba(2, 6, 23, 0.4);
        }

        html[data-theme='dark'] .mw-bottom-nav .nav-item {
            color: rgb(148 163 184);
        }

        html[data-theme='dark'] .mw-bottom-nav .nav-item.active {
            color: rgb(165 180 252);
        }

        html[data-theme='dark'] .hover-lift:hover {
            box-shadow: 0 16px 32px -12px rgba(2, 6, 23, 0.55);
        }

        html[data-theme='dark'] .drawer-overlay {
            background: rgba(2, 6, 23, 0.78);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        html[data-theme='dark'] .drawer-content {
            background: rgba(15, 23, 42, 0.98);
        }

        html[data-theme='dark'] .mw-bottom-nav .nav-item.active .nav-icon-bg {
            background-color: rgba(99, 102, 241, 0.18);
            color: rgb(165 180 252);
        }

        html[data-theme='dark'] .mw-create-order-overlay {
            background: rgba(15, 23, 42, 0.38);
        }

        @media (max-width: 1023px) {
            body {
                padding-bottom: 88px;
            }

            .drawer-content {
                max-height: 65vh;
                overflow-y: auto;
                border-radius: 2rem 2rem 0 0;
            }
        }

        @media (min-width: 1024px) {
            .drawer-content {
                left: auto !important;
                right: 0;
                height: 100%;
                max-width: 500px;
                border-radius: 2rem 0 0 2rem;
                transform: translateX(100%);
            }

            .drawer-content.active {
                transform: translateX(0);
            }
        }

/* resources/views/components/merowish/homepage-festive-offer.blade.php */

            .homepage-festive-offer {
                margin: 1.5rem auto 0;
                font-family: 'Poppins', sans-serif;
            }

            .homepage-festive-offer__panel {
                background: linear-gradient(to bottom, ivory, orange);
                padding: 1rem 0.5rem 0.5rem;
                position: relative;
                overflow: hidden;
                border-radius: 0.75rem;
                margin-bottom: 0.75rem;
            }

            .homepage-festive-offer__confetti {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                border: none;
                z-index: 10;
            }

            .homepage-festive-offer__icon {
                position: absolute;
                top: 0.5rem;
                width: 4.5rem;
                height: 4.5rem;
                z-index: 15;
                border: none;
            }

            .homepage-festive-offer__icon--left {
                left: 0.5rem;
            }

            .homepage-festive-offer__icon--right {
                right: 0.5rem;
            }

            .homepage-festive-offer__headline {
                position: relative;
                z-index: 20;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 5.5rem;
                text-align: center;
                padding: 0 3.25rem;
            }

            .homepage-festive-offer__headline h2 {
                margin: 0;
                color: #c25e00;
                font-family: 'Dancing Script', cursive;
                font-size: 2rem;
                font-weight: 700;
                line-height: 1.2;
            }

            .homepage-festive-offer__cards {
                position: relative;
                z-index: 20;
                display: flex;
                gap: 0;
                padding: 0 0.15rem;
                margin-top: 1rem;
            }

            .homepage-festive-offer__card-link {
                width: 25%;
                padding: 0 0.22rem;
                text-decoration: none;
            }

            .homepage-festive-offer__card {
                position: relative;
                width: 100%;
                padding-bottom: 100%;
                overflow: hidden;
                border-radius: 0.75rem;
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
                transition: box-shadow 0.3s ease;
            }

            .homepage-festive-offer__card:hover {
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            }

            .homepage-festive-offer__card img {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.3s ease;
            }

            .homepage-festive-offer__card:hover img {
                transform: scale(1.1);
            }

            .homepage-festive-offer__label {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #a04747;
                color: #fff;
                padding: 0.2rem;
                font-size: 0.6rem;
                font-weight: 700;
                text-align: center;
                border-bottom-left-radius: 0.75rem;
                border-bottom-right-radius: 0.75rem;
            }

            .homepage-festive-offer__cta {
                display: block;
                width: 100%;
                border-radius: 0.75rem;
                background: #f97316;
                color: #fff;
                text-align: center;
                font-size: 1.05rem;
                font-weight: 700;
                padding: 0.85rem 1rem;
                transition: background-color 0.3s ease;
            }

            .homepage-festive-offer__cta:hover {
                color: #fff;
                background: #ea580c;
            }

/* resources/views/components/merowish/homepage-search.blade.php */
.homepage-social-search .gsc-control-cse,
        .homepage-social-search .gsc-control-cse-en {
            border: 0 !important;
            background: transparent !important;
            padding: 0 !important;
            font-family: inherit !important;
        }

        .homepage-social-search table.gsc-search-box,
        .homepage-social-search .gsc-search-box-tools,
        .homepage-social-search .gsc-search-box {
            margin: 0 !important;
        }

        .homepage-social-search .gsc-control-searchbox-only,
        .homepage-social-search .gsc-search-box-tools,
        .homepage-social-search form.gsc-search-box,
        .homepage-social-search table.gsc-search-box,
        .homepage-social-search td.gsc-input {
            background: transparent !important;
            border-radius: 999px !important;
        }

        .homepage-social-search form.gsc-search-box,
        .homepage-social-search table.gsc-search-box,
        .homepage-social-search td.gsc-input {
            width: 100% !important;
            max-width: none !important;
        }

        .homepage-social-search .gsc-input-box {
            border: 2px solid rgba(226, 232, 240, 0.9) !important;
            border-radius: 1.75rem !important;
            background: #ffffff !important;
            box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08) !important;
            height: 44px !important;
            padding: 0 0.85rem !important;
        }

        .homepage-social-search .gsc-input,
        .homepage-social-search .gsib_a {
            padding: 0 !important;
        }

        .homepage-social-search .gsc-input-box table,
        .homepage-social-search .gsc-input-box tbody,
        .homepage-social-search .gsc-input-box tr,
        .homepage-social-search .gsc-input-box td {
            height: 100% !important;
        }

        .homepage-social-search .gsib_a {
            background-position: left 16px center !important;
            padding-left: 2.2rem !important;
        }

        .homepage-social-search input.gsc-input,
        .homepage-social-search .gsc-input-box input {
            background: transparent !important;
            color: #0f172a !important;
            -webkit-text-fill-color: #0f172a !important;
            caret-color: #4338ca !important;
            font-family: inherit !important;
            font-size: 0.95rem !important;
            font-weight: 600 !important;
            height: auto !important;
            margin: 0 !important;
            padding: 0 0.75rem 0 0 !important;
        }

        .homepage-social-search .gsc-search-button,
        .homepage-social-search .gsc-search-button-v2,
        .homepage-social-search td.gsc-search-button {
            display: none !important;
        }

        .homepage-social-search .gsib_b {
            width: 0 !important;
            display: none !important;
        }

        .homepage-social-search .gscb_a {
            color: #94a3b8 !important;
        }

        .homepage-social-search .gstl_50,
        .homepage-social-search .gssb_c {
            width: 100% !important;
            max-width: 100% !important;
            left: 0 !important;
            right: auto !important;
            top: calc(100% + 0.35rem) !important;
            z-index: 9999 !important;
        }

        .homepage-social-search .gssb_c {
            overflow: hidden !important;
            border: 1px solid rgba(226, 232, 240, 0.95) !important;
            border-radius: 1rem !important;
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16) !important;
        }

        .homepage-social-search .gsc-completion-container {
            width: 100% !important;
            max-width: 100% !important;
            position: relative !important;
        }

        body > .gssb_c,
        body > table.gstl_50 {
            width: min(24rem, calc(100vw - 2rem)) !important;
            max-width: min(24rem, calc(100vw - 2rem)) !important;
            z-index: 9999 !important;
        }

        html[data-theme='dark'] .homepage-social-search .gsc-input-box {
            background: rgba(15, 23, 42, 0.96) !important;
            border-color: rgba(148, 163, 184, 0.24) !important;
            box-shadow: none !important;
        }

        html[data-theme='dark'] .homepage-social-search input.gsc-input,
        html[data-theme='dark'] .homepage-social-search .gsc-input-box input {
            color: rgb(226 232 240) !important;
            -webkit-text-fill-color: rgb(226 232 240) !important;
        }

/* resources/views/components/merowish/create-order-modal.blade.php */
.create-order-flow-modal .modal-dialog {
        max-width: 400px;
        margin: 1.25rem auto;
    }

    .create-order-form-dialog {
        max-width: 1100px;
    }

    .create-order-flow-modal .modal-content,
    .create-order-form-modal .modal-content {
        border: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .create-order-flow-modal .modal-content {
        background: transparent;
        box-shadow: none;
    }

    .create-order-flow-modal .modal-body {
        padding: 0.75rem 0.5rem 1.1rem;
        background: transparent;
        min-height: calc(100vh - 2.5rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .create-order-flow-head {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 0.6rem;
    }

    .create-order-flow-grid {
        display: grid;
        gap: 0.85rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .create-order-flow-card {
        border: 0;
        border-radius: 999px;
        width: 100%;
        color: #fff;
        padding: 0.72rem 0.9rem 0.72rem 0.72rem;
        text-align: left;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
        display: flex;
        align-items: center;
        gap: 0.8rem;
        min-height: 84px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .create-order-flow-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.24);
    }

    .create-order-flow-card:focus {
        outline: 0;
        box-shadow: 0 0 0 4px rgba(162, 62, 224, 0.28), 0 10px 24px rgba(15, 23, 42, 0.22);
    }

    .create-order-flow-icon {
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
        border-radius: 999px;
        background: #f6f7c9;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .create-order-flow-icon dotlottie-player {
        width: 100%;
        height: 100%;
    }

    .create-order-flow-label {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1;
        letter-spacing: 0.01em;
        color: #fff;
        text-transform: uppercase;
    }

    .create-order-flow-card.merowish {
        background: linear-gradient(100deg, #e95ab0 0%, #8f32de 100%);
    }

    .create-order-flow-card.quick {
        background: linear-gradient(100deg, #f12f7f 0%, #622fe8 100%);
        box-shadow: 0 0 0 10px #e2e2e5, 0 10px 24px rgba(15, 23, 42, 0.22);
    }

    .create-order-flow-card.self {
        background: linear-gradient(100deg, #e767be 0%, #8f32de 100%);
    }

    .create-order-form-frame {
        width: 100%;
        height: 82vh;
        border: 0;
        display: block;
        background: #f8fafc;
    }

    .create-order-form-topbar {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        width: 100%;
        gap: 0.5rem;
    }

    .create-order-form-topbar__left {
        justify-self: start;
    }

    .create-order-form-topbar__title {
        margin: 0;
        text-align: center;
    }

    .create-order-form-topbar__right {
        justify-self: end;
    }

    @media (max-width: 540px) {
        .create-order-flow-modal .modal-dialog {
            max-width: 360px;
            margin: 1rem auto;
        }

        .create-order-flow-card {
            min-height: 74px;
            gap: 0.55rem;
            padding: 0.6rem;
        }

        .create-order-flow-icon {
            width: 52px;
            height: 52px;
            flex-basis: 52px;
            font-size: 22px;
        }

        .create-order-flow-label {
            font-size: 1.02rem;
        }
    }

/* Dark Mode for My Shipments */
html[data-theme='dark'] .chip {
    background: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}
html[data-theme='dark'] .chip.active {
    background: #3b82f6;
    color: #fff;
    border-color: #3b82f6;
}
html[data-theme='dark'] .chip.active i {
    color: #facc15;
}
html[data-theme='dark'] .order-card {
    background: #1e293b;
    border-color: #334155;
}
html[data-theme='dark'] .order-no,
html[data-theme='dark'] .order-brief .item-count,
html[data-theme='dark'] .finance-item .value {
    color: #f8fafc;
}
html[data-theme='dark'] .status-badge {
    background: #1e293b;
    border-color: #334155;
    color: #bfdbfe;
}
html[data-theme='dark'] .order-row2,
html[data-theme='dark'] .finance-item .label,
html[data-theme='dark'] .order-brief .item-names {
    color: #94a3b8;
}
html[data-theme='dark'] .order-date span,
html[data-theme='dark'] .est-arrival span {
    color: #cbd5e1;
}
html[data-theme='dark'] .order-summary-row {
    background: #0f172a;
}
html[data-theme='dark'] .order-main-image {
    background: #0f172a;
    border-color: #334155;
}
html[data-theme='dark'] .financial-row {
    border-top-color: #334155;
    border-bottom-color: #334155;
}
html[data-theme='dark'] .price-calculation-pending {
    border-top-color: #334155;
    border-bottom-color: #334155;
    color: #fdba74;
}
html[data-theme='dark'] .price-calculation-pending__icon {
    border-color: #9a3412;
    background: #431407;
    color: #fdba74;
}
html[data-theme='dark'] .action-btn {
    background: #1e293b;
    border-color: #334155;
    color: #e2e8f0;
}
html[data-theme='dark'] .action-btn:hover {
    background: #334155;
}
html[data-theme='dark'] .empty-orders {
    background: #1e293b;
    border-color: #334155;
    color: #94a3b8;
}
html[data-theme='dark'] .bottom-sheet {
    background: #0f172a;
}
html[data-theme='dark'] .sheet-header h3 {
    color: #f8fafc;
}
html[data-theme='dark'] .close-sheet {
    background: #1e293b;
    color: #f8fafc;
}
html[data-theme='dark'] .timeline-item {
    border-bottom-color: #1e293b;
}
html[data-theme='dark'] .timeline-icon {
    background: #1e293b;
}
html[data-theme='dark'] .timeline-status {
    color: #f8fafc;
}
html[data-theme='dark'] .timeline-date {
    color: #94a3b8;
}
html[data-theme='dark'] .tracking-summary-card {
    background: #1e293b;
}
html[data-theme='dark'] .tracking-summary-title {
    color: #f8fafc;
}
html[data-theme='dark'] .tracking-summary-items {
    color: #cbd5e1;
}
html[data-theme='dark'] .tracking-summary-finance-item {
    color: #cbd5e1;
}
html[data-theme='dark'] .tracking-summary-meta span,
html[data-theme='dark'] .tracking-summary-arrival span,
html[data-theme='dark'] .tracking-updates-title {
    color: #cbd5e1;
}
html[data-theme='dark'] .breakdown-row {
    border-bottom-color: #1e293b;
    color: #94a3b8;
}
html[data-theme='dark'] .breakdown-row span:last-child {
    color: #f8fafc;
}
html[data-theme='dark'] .breakdown-row.total {
    border-top-color: #334155;
}
html[data-theme='dark'] .breakdown-row.total span {
    color: #f8fafc;
}
html[data-theme='dark'] .currency-toggle-sheet {
    background: #1e293b;
    border-color: #334155;
}
html[data-theme='dark'] .currency-toggle-sheet button {
    color: #94a3b8;
}
html[data-theme='dark'] .currency-toggle-sheet button.active {
    background: #0f172a;
    color: #f8fafc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
/* Dark Mode additions for Orders and Create Order */
html[data-theme='dark'] .order-container {
    background: #0f172a;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}
html[data-theme='dark'] .filter-title {
    color: #cbd5e1;
}
html[data-theme='dark'] .filter-scroll-button {
    background: #1e293b;
    border-color: #475569;
    color: #93c5fd;
}
html[data-theme='dark'] .filter-scroll-button:hover:not(:disabled) {
    background: #334155;
    border-color: #60a5fa;
    color: #dbeafe;
}
html[data-theme='dark'] .filter-scroll-button:disabled {
    color: #64748b;
}
html[data-theme='dark'] .chip {
    background: #1e293b;
    border-color: #334155;
    color: #94a3b8;
}
html[data-theme='dark'] .chip:hover {
    background: #334155;
    color: #f8fafc;
}
html[data-theme='dark'] .chip.active {
    background: #3b82f6;
    color: #ffffff;
    border-color: #3b82f6;
}
html[data-theme='dark'] .flow-panel {
    background: #0f172a;
    border-color: #1e293b;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}
html[data-theme='dark'] .flow-panel-title {
    color: #f8fafc;
}
html[data-theme='dark'] .flow-card {
    background: #1e293b;
    border-color: #334155;
}
html[data-theme='dark'] .flow-title {
    color: #f8fafc;
}
html[data-theme='dark'] .flow-copy {
    color: #94a3b8;
}
html[data-theme='dark'] .field-input {
    background: #0f172a;
    border-color: #334155;
    color: #f8fafc;
}
html[data-theme='dark'] .field-input:focus {
    background: #1e293b;
    border-color: #6366f1;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2);
}
html[data-theme='dark'] .counter-field-button {
    background: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}
html[data-theme='dark'] .counter-field-button:not(:disabled):hover {
    background: #334155;
    color: #f8fafc;
}
html[data-theme='dark'] .field-shell {
    background: transparent;
}
html[data-theme='dark'] .field-label {
    color: #cbd5e1;
}
