@import url('https://fonts.googleapis.com/css2?family=Mali:wght@400;500;600;700&family=Nunito:wght@500;600;700;800;900&display=swap');

/* ========================================
   Pickup Dash Modern Commerce Theme
   ======================================== */

:root {
    --shopee-primary: #ff5fa2;
    --shopee-primary-light: #ff92c4;
    --shopee-primary-dark: #df4c8a;
    --shopee-accent: #ffd1e4;
    --kitty-cream: #fff6ec;
    --kitty-cream-soft: #fffaf4;
    --kitty-cream-rose: #fff1ea;
    --kitty-brown: #9b6f5b;
    --kitty-brown-soft: #b58871;
    --kitty-brown-deep: #6f4b3d;
    --bg-primary: #fffaf6;
    --bg-secondary: #fff4f4;
    --bg-tertiary: #ffebe7;
    --surface-primary: rgba(255, 251, 247, 0.92);
    --surface-secondary: rgba(255, 246, 241, 0.9);
    --surface-strong: #ffffff;
    --text-primary: #402437;
    --text-secondary: #816255;
    --text-light: #ac8e83;
    --text-white: #ffffff;
    --border-light: rgba(181, 136, 113, 0.16);
    --border-medium: rgba(181, 136, 113, 0.28);
    --shadow-sm: 0 12px 28px rgba(155, 111, 91, 0.08);
    --shadow-md: 0 20px 44px rgba(155, 111, 91, 0.12);
    --shadow-lg: 0 28px 60px rgba(155, 111, 91, 0.16);
    --shadow-hover: 0 18px 38px rgba(181, 136, 113, 0.18);
    --success: #49b987;
    --warning: #efaf61;
    --error: #ef5f92;
    --info: #7c88ff;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --transition-fast: 0.18s ease;
    --transition-normal: 0.26s ease;
    --transition-slow: 0.4s ease;
    --white: #ffffff;
    --gray: #eadacc;
    --light-gray: rgba(181, 136, 113, 0.12);
    --dark-gray: #402437;
    --text-gray: #8d7064;
    --primary-color: var(--shopee-primary);
    --primary-pink: var(--shopee-primary);
    --primary-pink-light: var(--shopee-primary-light);
    --primary-pink-dark: var(--shopee-primary-dark);
    --secondary-pink: #ffc5df;
    --light-pink: #fff6f2;
    --lighter-pink: #fffaf5;
    --primary-peach: var(--shopee-primary);
    --secondary-coral: var(--shopee-primary-light);
    --light-peach: #ffe1d3;
    --lighter-peach: #fff5ec;
    --gradient-primary: linear-gradient(135deg, #ff6bab 0%, #ff95c8 38%, #ffd7c6 72%, #fff1e7 100%);
    --gradient-secondary: linear-gradient(180deg, rgba(255, 252, 248, 0.96) 0%, rgba(255, 244, 236, 0.92) 100%);
    --font-display: "Mali", "Nunito", sans-serif;
    --font-body: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --catalog-shell-shadow: 0 24px 60px rgba(167, 106, 135, 0.18);
    --catalog-card-shadow: 0 22px 42px rgba(176, 93, 138, 0.12);
    --catalog-card-gradient: radial-gradient(circle at top left, rgba(255, 255, 255, 0.84), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 248, 0.93));
    --catalog-panel-gradient: radial-gradient(circle at top left, rgba(255, 255, 255, 0.68), transparent 32%), linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 241, 0.76));
}

html {
    color-scheme: light;
    scroll-behavior: smooth;
    --kitty-parallax-y: 0px;
    --kitty-parallax-y-soft: 0px;
    --kitty-parallax-y-deep: 0px;
    --kitty-parallax-tilt: 0deg;
    --kitty-banner-shift: 0px;
    --kitty-banner-shift-soft: 0px;
}

body {
    font-family: var(--font-body) !important;
    background:
        radial-gradient(circle at 14% 20%, rgba(255, 194, 223, 0.3), transparent 20%),
        radial-gradient(circle at 84% 18%, rgba(255, 232, 214, 0.42), transparent 22%),
        radial-gradient(circle at 22% 82%, rgba(255, 210, 232, 0.24), transparent 20%),
        radial-gradient(circle at 76% 78%, rgba(218, 191, 172, 0.22), transparent 18%),
        linear-gradient(180deg, #fffaf4 0%, #fff1ec 46%, #ffe9ee 100%) !important;
    color: var(--text-primary) !important;
    overflow-x: hidden;
}

h1, h2, h3, .navbar-brand, .dashboard-header h2, .shop-header h1, .shop-header h2 {
    font-family: var(--font-display) !important;
    letter-spacing: -0.03em;
}

body, p, button, input, select, textarea, .btn, .navbar-link, .filters-summary, .product-name, .product-price, .menu-card p, .menu-card h3 {
    font-family: var(--font-body);
}

body.menu-open {
    overflow: hidden;
}

body.customer-lite-page::before,
body.customer-lite-page::after {
    display: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
}

body.customer-lite-page,
body.customer-lite-page.modal-open {
    background-image: none !important;
    background-attachment: scroll !important;
    scroll-behavior: auto !important;
    -webkit-overflow-scrolling: touch;
}

body.customer-lite-page .shop-status-banner,
body.customer-lite-page .page-transition-overlay,
body.customer-lite-page #loading,
body.customer-lite-page .loading-shell {
    display: none !important;
}

body.customer-lite-page *,
body.customer-lite-page *::before,
body.customer-lite-page *::after {
    animation: none !important;
}

body.customer-lite-page .hello-kitty-ambient,
body.customer-lite-page .global-kitty-ribbons {
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
}

body.customer-lite-page .navbar {
    position: static !important;
    top: auto !important;
    transform: none !important;
    transition: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    will-change: auto !important;
    box-shadow: 0 8px 18px rgba(155, 111, 91, 0.1) !important;
}

body.customer-lite-page .navbar::before,
body.customer-lite-page .navbar::after,
body.customer-lite-page .navbar-content::before,
body.customer-lite-page .navbar-content::after {
    display: none !important;
}

body.customer-lite-page .hero-card,
body.customer-lite-page .filter-panel,
body.customer-lite-page .table-card,
body.customer-lite-page .summary-card,
body.customer-lite-page .cart-item,
body.customer-lite-page .cart-summary,
body.customer-lite-page .checkout-section,
body.customer-lite-page .success-header,
body.customer-lite-page .section-card,
body.customer-lite-page .success-card,
body.customer-lite-page .modal,
body.customer-lite-page .modal-content,
body.customer-lite-page .image-modal,
body.customer-lite-page #imageModal,
body.customer-lite-page #loadingOverlay {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: -2;
    border-radius: 999px;
    filter: blur(6px);
}

body::before {
    top: 120px;
    left: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 224, 207, 0.34) 0%, transparent 70%);
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.35), 0);
}

body::after {
    right: -80px;
    bottom: 70px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(215, 185, 166, 0.24) 0%, transparent 70%);
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * 0.28), 0);
}

body > * {
    position: relative;
    z-index: 1;
}

body::selection {
    background: rgba(255, 143, 195, 0.28);
}

body::before,
body::after {
    animation: helloFloat 18s ease-in-out infinite alternate;
}

body::after {
    animation-duration: 24s;
}

@keyframes helloFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.85;
    }
    50% {
        transform: translate3d(18px, -14px, 0) scale(1.08);
        opacity: 1;
    }
    100% {
        transform: translate3d(-16px, 20px, 0) scale(0.96);
        opacity: 0.76;
    }
}

body .hello-kitty-ambient {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.12), 0) rotate(calc(var(--kitty-parallax-tilt) * -0.08));
}

body .hello-kitty-ambient::before,
body .hello-kitty-ambient::after,
body .hello-kitty-ambient > span {
    content: "";
    position: absolute;
}

body .hello-kitty-ambient::before {
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.42) 28%, transparent 48%),
        linear-gradient(245deg, transparent 0%, rgba(255, 207, 229, 0.3) 34%, transparent 56%);
    inset: 0;
    background-size: 180% 180%;
    animation: auroraSweep 22s ease-in-out infinite;
    mix-blend-mode: screen;
    transform: translate3d(0, calc(var(--kitty-parallax-y) * -0.18), 0);
}

body .hello-kitty-ambient::after {
    background-image:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.55) 0 2px, transparent 2.5px),
        radial-gradient(circle at center, rgba(255, 209, 230, 0.4) 0 1.5px, transparent 2px);
    inset: 0;
    background-size: 140px 140px, 210px 210px;
    background-position: 0 0, 40px 60px;
    opacity: 0.2;
    animation: sparkleDrift 34s linear infinite;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.2), 0);
}

body .hello-kitty-ambient__veil {
    inset: -8%;
    background:
        radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.5) 0%, transparent 28%),
        radial-gradient(circle at 78% 28%, rgba(255, 222, 238, 0.36) 0%, transparent 30%),
        linear-gradient(120deg, transparent 0%, rgba(255, 244, 250, 0.4) 42%, transparent 62%);
    mix-blend-mode: screen;
    opacity: 0.7;
    animation: premiumVeil 26s ease-in-out infinite alternate;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.24), 0);
}

body .hello-kitty-ambient__glow {
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.34;
    background: radial-gradient(circle, rgba(255, 193, 221, 0.7) 0%, rgba(255, 193, 221, 0.16) 52%, transparent 72%);
    animation: premiumGlow 18s ease-in-out infinite alternate;
}

body .hello-kitty-ambient__glow--one {
    top: 12%;
    right: 8%;
    width: 180px;
    height: 180px;
    transform: translate3d(0, calc(var(--kitty-parallax-y) * -0.22), 0);
}

body .hello-kitty-ambient__glow--two {
    bottom: 10%;
    left: 6%;
    width: 220px;
    height: 220px;
    animation-duration: 24s;
    animation-delay: -7s;
    transform: translate3d(0, calc(var(--kitty-parallax-y) * 0.16), 0);
}

body .hello-kitty-ambient__glow--three {
    top: 42%;
    left: 48%;
    width: 140px;
    height: 140px;
    opacity: 0.18;
    animation-duration: 28s;
    animation-delay: -10s;
    transform: translate3d(0, calc(var(--kitty-parallax-y-deep) * -0.12), 0);
}

body .hello-kitty-ambient__motifs {
    inset: 0;
    opacity: 0.16;
    background-repeat: repeat;
    transform-origin: center;
    will-change: transform, opacity;
}

body .hello-kitty-ambient__motifs--a {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23ff8fc3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' opacity='0.8'%3E%3Cpath d='M36 32c8 0 13 5 15 13 4-7 10-13 17-13 8 0 14 7 14 15 0 14-16 24-31 35C38 71 22 61 22 47c0-8 6-15 14-15Z' fill='%23ffd8ea' fill-opacity='0.35'/%3E%3Cpath d='M120 38c7 7 18 7 25 0 1 7 8 13 16 13-6 6-6 17 0 24-8 0-15 6-16 13-7-7-18-7-25 0 1-7-5-13-13-13 8-7 8-18 0-24 8 0 14-6 13-13Z' fill='%23fff5fb' fill-opacity='0.4'/%3E%3Cpath d='M118 112c6-10 15-16 22-16 8 0 14 6 14 14 0 11-10 18-23 28-13-10-23-17-23-28 0-8 6-14 14-14 6 0 12 3 16 16Z'/%3E%3Cpath d='M46 120c6-7 9-13 9-20 6 6 12 9 20 9-6 5-9 12-9 20-5-6-12-9-20-9Z' fill='%23ffe3f1' fill-opacity='0.5'/%3E%3Cpath d='M84 138c5-7 12-12 21-14-8-2-16-7-21-14-4 7-11 12-20 14 9 2 16 7 20 14Z' fill='%23fff7fc' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 220px 220px;
    animation: motifDriftA 44s linear infinite;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.3), 0);
}

body .hello-kitty-ambient__motifs--b {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23ffb0d4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' opacity='0.8'%3E%3Cpath d='M52 54c7-5 17-5 24 0 3 2 5 5 7 9 2-4 4-7 7-9 7-5 17-5 24 0-2 8-2 18 5 24-7-1-15 0-21 6-3 3-5 6-7 10-2-4-4-7-7-10-6-6-14-7-21-6 7-6 7-16 5-24Z' fill='%23fff7fc' fill-opacity='0.38'/%3E%3Cpath d='M148 132c8 0 13 5 15 13 4-7 10-13 17-13 8 0 14 7 14 15 0 14-16 24-31 35-13-11-29-21-29-35 0-8 6-15 14-15Z' fill='%23ffd9eb' fill-opacity='0.34'/%3E%3Cpath d='M82 150c5-6 8-11 8-17 5 5 10 8 17 8-5 5-8 10-8 17-4-5-10-8-17-8Z'/%3E%3Cpath d='M170 54c4-5 10-9 17-10-7-2-13-6-17-12-3 6-9 10-16 12 7 1 13 5 16 10Z' fill='%23fff1f8' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 260px 260px;
    background-position: 90px 40px;
    opacity: 0.12;
    animation: motifDriftB 54s linear infinite reverse;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * 0.22), 0);
}

body.dashboard-kitty-theme .dashboard-kitty-bows {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

body.dashboard-kitty-theme .dashboard-kitty-bows::before,
body.dashboard-kitty-theme .dashboard-kitty-bows::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

body.dashboard-kitty-theme .dashboard-kitty-bows::before {
    inset: 110px 18px auto 18px;
    height: 220px;
    border-radius: 32px;
    background-image:
        radial-gradient(circle, rgba(255, 252, 244, 0.74) 0 2.2px, transparent 2.4px),
        radial-gradient(circle, rgba(213, 181, 159, 0.22) 0 1.2px, transparent 1.4px);
    background-size: 24px 24px, 38px 38px;
    background-position: 0 0, 12px 14px;
    opacity: 0.48;
    mix-blend-mode: soft-light;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.2), 0);
}

body.dashboard-kitty-theme .dashboard-kitty-bows::after {
    top: 148px;
    right: -5%;
    width: 52%;
    height: 52px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(245, 219, 198, 0.58) 22%, rgba(193, 146, 120, 0.42) 52%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.42;
    transform: rotate(-4deg) translate3d(calc(var(--kitty-parallax-y-soft) * -0.12), 0, 0);
    filter: blur(0.2px);
}

body .global-kitty-ribbons {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

body .global-kitty-ribbons__stream {
    position: absolute;
    left: -8%;
    width: 116%;
    height: 46px;
    border-radius: 999px;
    opacity: 0.46;
    filter: blur(0.5px);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 240, 230, 0.68) 16%, rgba(213, 177, 154, 0.46) 50%, rgba(255, 228, 223, 0.62) 84%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 10px 30px rgba(181, 136, 113, 0.1);
}

body .global-kitty-ribbons__stream::before {
    content: "";
    position: absolute;
    inset: 12px 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 251, 246, 0.56) 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.82;
}

body .global-kitty-ribbons__stream--top {
    top: 82px;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.22), 0) rotate(-2.2deg);
    animation: ribbonFlowTop 18s ease-in-out infinite alternate;
}

body .global-kitty-ribbons__stream--bottom {
    bottom: 38px;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * 0.16), 0) rotate(1.8deg);
    opacity: 0.34;
    animation: ribbonFlowBottom 22s ease-in-out infinite alternate;
}

body .global-kitty-ribbons__corner {
    position: absolute;
    width: 126px;
    height: 126px;
    opacity: 0.78;
    filter: drop-shadow(0 12px 28px rgba(181, 136, 113, 0.16));
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cellipse cx='80' cy='82' rx='24' ry='22' fill='%23ffd8ea' stroke='%23ff83ba' stroke-width='4'/%3E%3Cpath d='M70 82C41 55 19 49 10 65c-8 15 4 36 26 42 14 4 25-1 34-11' fill='%23ff9fcc' stroke='%23ff6fab' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M90 82c29-27 51-33 60-17 8 15-4 36-26 42-14 4-25-1-34-11' fill='%23ff9fcc' stroke='%23ff6fab' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M80 68v28M66 82h28' stroke='%23fff7fc' stroke-width='5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    animation: bowFloat 16s ease-in-out infinite alternate;
}

body .global-kitty-ribbons__corner--left {
    top: 94px;
    left: -8px;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.42), 0) rotate(-12deg);
}

body .global-kitty-ribbons__corner--right {
    top: 96px;
    right: -6px;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.32), 0) rotate(12deg) scale(0.94);
    animation-duration: 20s;
    animation-delay: -6s;
}

body.dashboard-kitty-theme .dashboard-kitty-bows__corner {
    position: absolute;
    width: 144px;
    height: 144px;
    opacity: 0.82;
    filter: drop-shadow(0 14px 26px rgba(255, 95, 162, 0.16));
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cellipse cx='80' cy='82' rx='24' ry='22' fill='%23ffd8ea' stroke='%23ff83ba' stroke-width='4'/%3E%3Cpath d='M70 82C41 55 19 49 10 65c-8 15 4 36 26 42 14 4 25-1 34-11' fill='%23ff9fcc' stroke='%23ff6fab' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M90 82c29-27 51-33 60-17 8 15-4 36-26 42-14 4-25-1-34-11' fill='%23ff9fcc' stroke='%23ff6fab' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M80 68v28M66 82h28' stroke='%23fff7fc' stroke-width='5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    animation: bowFloat 16s ease-in-out infinite alternate;
}

body.dashboard-kitty-theme .dashboard-kitty-bows__corner--left {
    top: 88px;
    left: 10px;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.45), 0) rotate(-10deg);
}

body.dashboard-kitty-theme .dashboard-kitty-bows__corner--right {
    top: 88px;
    right: 12px;
    transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.35), 0) rotate(12deg) scale(0.92);
    animation-duration: 20s;
    animation-delay: -6s;
}

body::before,
body::after,
body .hello-kitty-ambient::before,
body .hello-kitty-ambient::after,
body .hello-kitty-ambient__veil,
body .hello-kitty-ambient__glow,
body .hello-kitty-ambient__motifs,
body .global-kitty-ribbons__stream,
body .global-kitty-ribbons__stream::before,
body .global-kitty-ribbons__corner,
body.dashboard-kitty-theme .dashboard-kitty-bows::before,
body.dashboard-kitty-theme .dashboard-kitty-bows::after,
body.dashboard-kitty-theme .dashboard-kitty-bows__corner {
    animation: none !important;
    transform: none !important;
    will-change: auto !important;
}

@keyframes auroraSweep {
    0% {
        transform: translate3d(-6%, -2%, 0) scale(1.04);
        opacity: 0.7;
    }
    50% {
        transform: translate3d(4%, 3%, 0) scale(1.08);
        opacity: 0.95;
    }
    100% {
        transform: translate3d(-4%, 5%, 0) scale(1.03);
        opacity: 0.76;
    }
}

@keyframes sparkleDrift {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-120px, 90px, 0);
    }
}

@keyframes premiumVeil {
    0% {
        transform: translate3d(-2%, -1%, 0) scale(1.02);
        opacity: 0.62;
    }
    50% {
        transform: translate3d(2%, 2%, 0) scale(1.06);
        opacity: 0.88;
    }
    100% {
        transform: translate3d(-1%, 3%, 0) scale(1.03);
        opacity: 0.68;
    }
}

@keyframes premiumGlow {
    0% {
        transform: translate3d(0, 0, 0) scale(0.96);
        opacity: 0.2;
    }
    50% {
        transform: translate3d(18px, -10px, 0) scale(1.08);
        opacity: 0.34;
    }
    100% {
        transform: translate3d(-10px, 16px, 0) scale(1);
        opacity: 0.22;
    }
}

@keyframes motifDriftA {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-120px, 70px, 0);
    }
}

@keyframes motifDriftB {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(100px, -80px, 0);
    }
}

@keyframes bowFloat {
    0% {
        opacity: 0.68;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.74;
    }
}

@keyframes navbarGlassSweep {
    0% {
        transform: translate3d(-18%, calc(var(--kitty-banner-shift-soft) * -0.12), 0) skewX(-8deg) scaleX(0.98);
        opacity: 0.52;
    }
    35% {
        transform: translate3d(-1%, calc(var(--kitty-banner-shift-soft) * -0.08), 0) skewX(-6deg) scaleX(1.02);
        opacity: 0.9;
    }
    65% {
        transform: translate3d(9%, calc(var(--kitty-banner-shift-soft) * -0.1), 0) skewX(-4deg) scaleX(1.04);
        opacity: 0.95;
    }
    100% {
        transform: translate3d(20%, calc(var(--kitty-banner-shift-soft) * -0.13), 0) skewX(-7deg) scaleX(1);
        opacity: 0.54;
    }
}

@keyframes navbarGradientDrift {
    0% {
        background-position: 0% 0%, 100% 0%, 0% 50%;
    }
    25% {
        background-position: 18% 8%, 82% 10%, 34% 50%;
    }
    50% {
        background-position: 36% 14%, 64% 18%, 68% 50%;
    }
    75% {
        background-position: 74% 8%, 28% 12%, 100% 50%;
    }
    100% {
        background-position: 100% 0%, 0% 0%, 0% 50%;
    }
}

@keyframes brandCharmFloat {
    0% {
        opacity: 0.84;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.88;
    }
}

@keyframes hamburgerBowFloat {
    0% {
        transform: translate3d(0, 0, 0) rotate(-4deg);
        opacity: 0.86;
    }
    50% {
        transform: translate3d(1px, -2px, 0) rotate(2deg);
        opacity: 1;
    }
    100% {
        transform: translate3d(-1px, 1px, 0) rotate(-1deg);
        opacity: 0.9;
    }
}

@keyframes ribbonFlowTop {
    0% {
        opacity: 0.24;
        transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.22), 0) rotate(-2.2deg) scaleX(1);
    }
    50% {
        opacity: 0.42;
    }
    100% {
        opacity: 0.3;
        transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * -0.22), 0) rotate(-1.2deg) scaleX(1.02);
    }
}

@keyframes ribbonFlowBottom {
    0% {
        opacity: 0.16;
        transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * 0.16), 0) rotate(1.8deg) scaleX(1);
    }
    50% {
        opacity: 0.28;
    }
    100% {
        opacity: 0.2;
        transform: translate3d(0, calc(var(--kitty-parallax-y-soft) * 0.16), 0) rotate(0.8deg) scaleX(1.03);
    }
}

a,
button,
input,
select,
textarea,
.card,
.product-card,
.plan-card,
.menu-card,
[onclick] {
    touch-action: manipulation;
}

a,
button {
    transition:
        transform var(--transition-fast),
        box-shadow var(--transition-fast),
        background-color var(--transition-fast),
        color var(--transition-fast),
        border-color var(--transition-fast),
        filter var(--transition-fast);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.menu-card:focus-visible,
.product-card:focus-visible {
    outline: 3px solid rgba(255, 95, 162, 0.24);
    outline-offset: 2px;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    flex: 0 0 auto;
    appearance: none;
    -webkit-appearance: none;
    display: inline-grid;
    place-content: center;
    border: 1.5px solid rgba(197, 140, 168, 0.88);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 30%),
        linear-gradient(180deg, rgba(255, 252, 253, 0.98), rgba(255, 240, 247, 0.94));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 8px 16px rgba(183, 101, 146, 0.08);
    cursor: pointer;
    transition:
        border-color var(--transition-fast),
        box-shadow var(--transition-fast),
        background-color var(--transition-fast),
        transform var(--transition-fast);
}

input[type="checkbox"] {
    border-radius: 7px;
}

input[type="radio"] {
    border-radius: 999px;
}

input[type="checkbox"]::before {
    content: "";
    width: 6px;
    height: 11px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    transition: transform var(--transition-fast);
    margin-top: -1px;
}

input[type="radio"]::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff, #fff3f8);
    transform: scale(0);
    transition: transform var(--transition-fast);
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.28);
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
    border-color: rgba(194, 121, 156, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 10px 18px rgba(183, 101, 146, 0.14);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    border-color: rgba(194, 121, 156, 0.98);
    background:
        radial-gradient(circle at top left, rgba(255, 214, 231, 0.46), transparent 30%),
        linear-gradient(135deg, rgba(255, 110, 177, 0.98), rgba(255, 156, 201, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 12px 24px rgba(183, 101, 146, 0.18);
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    transform: rotate(45deg) scale(1);
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(245, 212, 226, 0.76),
        0 10px 18px rgba(183, 101, 146, 0.14);
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    opacity: 0.58;
    cursor: not-allowed;
    filter: grayscale(0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        0 6px 12px rgba(183, 101, 146, 0.04);
}

input[type="checkbox"] + span,
input[type="radio"] + span {
    min-width: 0;
}

label:has(input[type="checkbox"]),
label:has(input[type="radio"]) {
    cursor: pointer;
}

.skip-link {
    position: absolute;
    top: 10px;
    left: 16px;
    transform: translateY(-160%);
    background: var(--surface-strong);
    color: var(--text-primary);
    padding: 10px 14px;
    border-radius: 999px;
    z-index: 2000;
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--shadow-sm);
}

.skip-link:focus {
    transform: translateY(0);
}

.page-transition-overlay {
    position: fixed;
    inset: 0;
    z-index: 2200;
    pointer-events: none;
    opacity: 0;
    background:
        linear-gradient(180deg, rgba(255, 248, 252, 0.06), rgba(255, 241, 248, 0.14)),
        rgba(255, 245, 250, 0.12);
    backdrop-filter: blur(0px);
    transition: opacity 0.22s ease, backdrop-filter 0.22s ease;
    overflow: hidden;
}

.page-transition-overlay__shine {
    position: absolute;
    inset: -12% -24%;
    background:
        linear-gradient(110deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 224, 239, 0.56) 50%, rgba(255, 255, 255, 0) 66%);
    transform: translate3d(-45%, 0, 0) skewX(-10deg);
    opacity: 0;
}

.page-transition-overlay.is-active {
    opacity: 1;
    backdrop-filter: blur(4px);
}

.page-transition-overlay.is-active .page-transition-overlay__shine {
    opacity: 1;
    animation: pageShimmerPass 0.36s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.loading {
    position: fixed;
    inset: 0;
    z-index: 2300;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 247, 251, 0.26), rgba(255, 238, 246, 0.38)),
        rgba(114, 46, 87, 0.16);
    backdrop-filter: blur(10px) saturate(1.04);
    transition: opacity 0.22s ease;
}

.loading.is-visible {
    opacity: 1;
}

.loading-shell {
    width: min(100%, 540px);
    pointer-events: none;
}

.loading-shell__panel {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 14px;
    padding: 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.88), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 241, 247, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 24px 60px rgba(170, 81, 136, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.loading-shell__panel::before {
    content: "";
    position: absolute;
    inset: -10% -30%;
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.8) 42%, rgba(255, 213, 230, 0.72) 50%, rgba(255, 255, 255, 0) 66%);
    transform: translate3d(-42%, 0, 0) skewX(-12deg);
    animation: loadingSweep 1.5s linear infinite;
    opacity: 0.95;
}

.shimmer-block {
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 214, 230, 0.88), rgba(255, 240, 247, 0.98));
}

.loading-shell__badge {
    width: 124px;
    height: 14px;
}

.loading-shell__title {
    width: min(72%, 280px);
    height: 22px;
    border-radius: 14px;
}

.loading-shell__subtitle {
    width: min(88%, 360px);
    height: 14px;
    border-radius: 12px;
}

.loading-shell__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.loading-shell__card {
    height: 88px;
    border-radius: 24px;
}

.loading-shell__hero {
    height: 152px;
    border-radius: 28px;
}

.loading-shell__toolbar,
.loading-shell__table-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.loading-shell__toolbar-pill {
    width: 108px;
    height: 38px;
    border-radius: 16px;
}

.loading-shell__product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.loading-shell__product-card {
    height: 196px;
    border-radius: 26px;
}

.loading-shell__table {
    display: grid;
    gap: 12px;
}

.loading-shell__table-head,
.loading-shell__table-row {
    border-radius: 18px;
}

.loading-shell__table-head {
    height: 48px;
}

.loading-shell__table-row {
    height: 66px;
}

.loading-shell--product-grid {
    width: min(100%, 640px);
}

.loading-shell--table-heavy {
    width: min(100%, 720px);
}

.loading-shell--product-grid .loading-shell__panel,
.loading-shell--table-heavy .loading-shell__panel {
    gap: 16px;
}

.loading-shell--table-heavy .loading-shell__subtitle {
    width: min(74%, 420px);
}

.loading-shell--table-heavy .loading-shell__table-toolbar .loading-shell__toolbar-pill:first-child {
    width: 132px;
}

.loading-shell--table-heavy .loading-shell__table-toolbar .loading-shell__toolbar-pill:last-child {
    width: 168px;
}

.loading-shell--table-heavy .loading-shell__table-row:nth-child(3) {
    width: 96%;
}

.loading-shell--table-heavy .loading-shell__table-row:nth-child(4) {
    width: 92%;
}

.loading-shell--table-heavy .loading-shell__table-row:nth-child(5) {
    width: 88%;
}

.loading-shell--product-grid .loading-shell__title {
    width: min(62%, 240px);
}

.loading-shell--product-grid .loading-shell__toolbar-pill:first-child {
    width: 144px;
}

.loading-shell--product-grid .loading-shell__toolbar-pill:last-child {
    width: 84px;
}

.loading-shell__list {
    display: grid;
    gap: 12px;
}

.loading-shell__line {
    height: 14px;
    border-radius: 12px;
}

.loading-shell__line:nth-child(2) {
    width: 92%;
}

.loading-shell__line:nth-child(3) {
    width: 84%;
}

.loading-shell__line:nth-child(4) {
    width: 68%;
}

.loading-shell__caption {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(182, 76, 131, 0.9);
}

@keyframes pageShimmerPass {
    0% {
        transform: translate3d(-46%, 0, 0) skewX(-10deg);
    }
    100% {
        transform: translate3d(42%, 0, 0) skewX(-10deg);
    }
}

@keyframes loadingSweep {
    0% {
        transform: translate3d(-42%, 0, 0) skewX(-12deg);
    }
    100% {
        transform: translate3d(38%, 0, 0) skewX(-12deg);
    }
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background:
        linear-gradient(120deg, #ff72b0 0%, #ff95c8 32%, #f1c39d 68%, #f7e2d1 100%) !important;
    background-size: 190% 190%, 190% 190%, 260% 260%;
    backdrop-filter: none;
    box-shadow:
        0 16px 34px rgba(155, 111, 91, 0.16),
        0 1px 0 rgba(255, 250, 245, 0.42) inset,
        0 -10px 18px rgba(255, 242, 234, 0.18) inset !important;
    border-bottom: 1px solid rgba(181, 136, 113, 0.16) !important;
    overflow: hidden;
    transform: translate3d(0, calc(var(--kitty-banner-shift-soft) * -0.08), 0);
    opacity: 1;
    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.55s ease,
        box-shadow 0.35s ease;
    animation: navbarGradientDrift 18s linear infinite alternate;
}

.navbar.navbar--ready {
    opacity: 0;
    transform: translate3d(0, -18px, 0) scale(0.985);
}

.navbar.navbar--ready.navbar--revealed {
    opacity: 1;
    transform: translate3d(0, calc(var(--kitty-banner-shift-soft) * -0.08), 0) scale(1);
}

.navbar::before {
    content: "";
    position: absolute;
    inset: -18% -12% auto -8%;
    height: 78%;
    background: none;
    opacity: 0;
    transform: translate3d(calc(var(--kitty-banner-shift-soft) * 0.25), calc(var(--kitty-banner-shift-soft) * -0.1), 0);
    will-change: transform, opacity;
    animation: navbarGlassSweep 14s linear infinite;
}

.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 245, 235, 0.8) 20%, rgba(245, 209, 188, 0.78) 48%, rgba(255, 238, 233, 0.8) 78%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.88;
    filter: blur(0.2px);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.26) inset, 0 8px 22px rgba(181, 136, 113, 0.2);
    transform: translate3d(calc(var(--kitty-banner-shift) * 0.12), 0, 0);
    background-size: 220% 100%;
    animation: navbarRibbonFlow 12s linear infinite;
}

@keyframes navbarRibbonFlow {
    0% {
        background-position: 0% 50%;
        opacity: 0.72;
    }
    50% {
        background-position: 100% 50%;
        opacity: 0.96;
    }
    100% {
        background-position: 200% 50%;
        opacity: 0.72;
    }
}

@keyframes navbarColorFlow {
    0% {
        background-position: 0% 50%;
        transform: translate3d(-4%, 0, 0) scaleX(1.02);
        filter: hue-rotate(0deg) saturate(1.06);
        opacity: 0.5;
    }
    50% {
        background-position: 100% 50%;
        transform: translate3d(0, 0, 0) scaleX(1.08);
        filter: hue-rotate(10deg) saturate(1.14);
        opacity: 0.7;
    }
    100% {
        background-position: 200% 50%;
        transform: translate3d(4%, 0, 0) scaleX(1.02);
        filter: hue-rotate(0deg) saturate(1.06);
        opacity: 0.5;
    }
}

@keyframes navbarColorFlowReverse {
    0% {
        background-position: 200% 50%;
        transform: translate3d(5%, 0, 0) scaleX(1.03);
        filter: hue-rotate(-4deg) saturate(1.08);
        opacity: 0.28;
    }
    50% {
        background-position: 100% 50%;
        transform: translate3d(0, 0, 0) scaleX(1.1);
        filter: hue-rotate(6deg) saturate(1.16);
        opacity: 0.46;
    }
    100% {
        background-position: 0% 50%;
        transform: translate3d(-5%, 0, 0) scaleX(1.03);
        filter: hue-rotate(-4deg) saturate(1.08);
        opacity: 0.28;
    }
}

.navbar-content {
    max-width: 1280px;
    padding: 12px 20px !important;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.navbar-content::before {
    content: "";
    position: absolute;
    inset: -12px -34px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 199, 223, 0.42) 0%,
            rgba(255, 221, 235, 0.74) 12%,
            rgba(255, 243, 225, 0.7) 28%,
            rgba(255, 190, 217, 0.8) 44%,
            rgba(247, 222, 197, 0.72) 60%,
            rgba(255, 213, 229, 0.78) 76%,
            rgba(255, 199, 223, 0.42) 100%
        );
    background-size: 260% 100%;
    filter: blur(0.6px);
    mix-blend-mode: normal;
    opacity: 0.96;
    pointer-events: none;
    will-change: background-position, transform, opacity, filter;
    animation: navbarColorFlow 18s ease-in-out infinite;
}

.navbar-content::after {
    content: "";
    position: absolute;
    inset: -14px -40px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            rgba(255, 239, 225, 0.22) 0%,
            rgba(255, 211, 224, 0.48) 16%,
            rgba(255, 248, 232, 0.58) 32%,
            rgba(255, 201, 221, 0.44) 48%,
            rgba(255, 233, 209, 0.6) 64%,
            rgba(255, 214, 231, 0.48) 82%,
            rgba(255, 239, 225, 0.22) 100%
        );
    background-size: 240% 100%;
    filter: blur(6px);
    mix-blend-mode: normal;
    opacity: 0.88;
    pointer-events: none;
    will-change: background-position, transform, opacity, filter;
    animation: navbarColorFlowReverse 24s ease-in-out infinite;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(1.3rem, 2vw, 1.75rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    color: var(--text-white) !important;
    text-shadow: none !important;
    position: relative;
    isolation: isolate;
    padding-right: 18px;
    transform: translate3d(0, calc(var(--kitty-banner-shift-soft) * -0.18), 0);
}

.navbar-brand::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -18px;
    width: 34px;
    height: 24px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 52%, rgba(255, 250, 244, 0.96) 0 3px, transparent 3.4px),
        radial-gradient(circle at 10px 12px, rgba(235, 142, 174, 0.95) 0 10px, transparent 10.4px),
        radial-gradient(circle at 24px 12px, rgba(235, 142, 174, 0.95) 0 10px, transparent 10.4px),
        linear-gradient(145deg, rgba(241, 165, 191, 0.94), rgba(247, 212, 194, 0.92)) center 12px / 8px 14px no-repeat;
    filter: drop-shadow(0 8px 12px rgba(183, 101, 146, 0.16));
    opacity: 0.95;
    pointer-events: none;
    z-index: 0;
}

.navbar-brand--enhanced {
    align-items: center;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
}

.navbar-brand__icon {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    color: #fffaf2;
    background:
        radial-gradient(circle at 30% 24%, rgba(255,255,255,0.95), transparent 28%),
        radial-gradient(circle at 72% 78%, rgba(255, 214, 225, 0.28), transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(255, 249, 241, 0.95) 0%, rgba(250, 235, 224, 0.84) 56%, transparent 76%),
        linear-gradient(145deg, rgba(255, 252, 247, 0.99), rgba(252, 231, 221, 0.98) 38%, rgba(246, 210, 209, 0.98) 72%, rgba(234, 188, 191, 0.99));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.82),
        inset 0 -10px 18px rgba(201, 146, 146, 0.12),
        0 16px 28px rgba(216, 164, 173, 0.22),
        0 0 0 1px rgba(255, 246, 241, 0.78);
}

.navbar-brand__icon::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 1px solid rgba(255, 251, 245, 0.68);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.03));
    pointer-events: none;
}

.navbar-brand__icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: -2px;
    top: -1px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 32% 28%, rgba(255,255,255,0.8), transparent 36%),
        linear-gradient(145deg, #ffe8ef, #f7c9d8 58%, #efacbf);
    border: 2px solid rgba(255, 247, 244, 0.98);
    box-shadow: 0 8px 14px rgba(225, 154, 181, 0.24);
    transform: rotate(-12deg);
    pointer-events: none;
}

.navbar-brand__icon i {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    color: #c38a8f;
    filter: drop-shadow(0 3px 6px rgba(255, 251, 245, 0.56));
}

.navbar-brand__copy {
    min-width: 0;
    display: inline-grid;
    gap: 3px;
}

.navbar-brand__title {
    display: block;
    font-size: clamp(1.16rem, 1.9vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.02;
}

.navbar-brand__title-char,
.navbar-brand__title-space {
    display: inline-block;
}

.navbar-brand__title-char:nth-child(4n + 1) {
    color: #fff4b8;
}

.navbar-brand__title-char:nth-child(4n + 2) {
    color: #ffd6e8;
}

.navbar-brand__title-char:nth-child(4n + 3) {
    color: #dff4ff;
}

.navbar-brand__title-char:nth-child(4n) {
    color: #ffe3cc;
}

.navbar-brand__title-char {
    text-shadow: 0 2px 10px rgba(86, 52, 41, 0.18);
 }

.navbar-brand__shop {
    display: block;
    max-width: min(44vw, 360px);
    padding: 4px 10px 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 250, 252, 0.94);
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.26);
}

.navbar-brand::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    width: 96px;
    height: 52px;
    transform: translateY(-50%) translate3d(calc(var(--kitty-banner-shift-soft) * 0.16), 0, 0);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.28) 0%, rgba(245, 218, 196, 0.24) 42%, transparent 76%);
    filter: blur(12px);
    pointer-events: none;
}

.navbar-brand::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 4px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cellipse cx='26' cy='27' rx='8' ry='7' fill='%23ffd8ea' stroke='%23ff83ba' stroke-width='2.2'/%3E%3Cpath d='M22 27C12 18 4 16 1 22c-3 5 1 13 8 15 5 2 9 0 13-3' fill='%23ff9fcc' stroke='%23ff6fab' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 27c10-9 18-11 21-5 3 5-1 13-8 15-5 2-9 0-13-3' fill='%23ff9fcc' stroke='%23ff6fab' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 22v10M21 27h10' stroke='%23fff8fc' stroke-width='2.6' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    filter: drop-shadow(0 8px 14px rgba(255, 95, 162, 0.22));
    animation: brandCharmFloat 5.8s ease-in-out infinite alternate;
    transform: translate3d(calc(var(--kitty-banner-shift-soft) * 0.18), calc(var(--kitty-banner-shift-soft) * -0.12), 0) rotate(calc(var(--kitty-parallax-tilt) * 0.08));
}

.navbar-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    position: relative;
    z-index: 1;
}

.shop-status-banner {
    position: relative;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.7), transparent 22%),
        radial-gradient(circle at 86% 0%, rgba(255, 222, 232, 0.58), transparent 26%),
        linear-gradient(120deg, rgba(255, 244, 247, 0.94) 0%, rgba(255, 248, 241, 0.94) 42%, rgba(255, 241, 233, 0.92) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.46);
    border-bottom: 1px solid rgba(181, 136, 113, 0.18);
    color: var(--kitty-brown-deep);
    backdrop-filter: blur(16px) saturate(1.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -1px 0 rgba(155, 111, 91, 0.07),
        0 10px 24px rgba(168, 112, 137, 0.08);
    overflow: hidden;
}

.shop-status-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 250, 242, 0.72) 0 1.7px, transparent 1.95px),
        radial-gradient(circle, rgba(201, 166, 143, 0.18) 0 1px, transparent 1.2px),
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
    background-size: 22px 22px, 36px 36px, 180px 100%;
    background-position: 0 0, 12px 10px, -180px 0;
    opacity: 0.32;
    mix-blend-mode: soft-light;
    animation: kittyBannerShimmer 10s linear infinite;
}

.shop-status-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(166, 119, 95, 0) 0%, rgba(166, 119, 95, 0.22) 18%, rgba(243, 219, 204, 0.62) 48%, rgba(166, 119, 95, 0.3) 80%, rgba(166, 119, 95, 0) 100%) bottom 8px center / calc(100% - 28px) 18px no-repeat,
        radial-gradient(circle at calc(100% - 44px) 17px, rgba(255, 251, 244, 0.94) 0 4px, transparent 4.2px),
        radial-gradient(circle at calc(100% - 54px) 17px, rgba(221, 154, 177, 0.9) 0 10px, transparent 10.2px),
        radial-gradient(circle at calc(100% - 34px) 17px, rgba(221, 154, 177, 0.9) 0 10px, transparent 10.2px),
        linear-gradient(135deg, rgba(221, 154, 177, 0.88), rgba(244, 215, 201, 0.82)) calc(100% - 49px) 20px / 10px 16px no-repeat,
        radial-gradient(circle at calc(100% - 76px) 31px, rgba(255, 246, 235, 0.82) 0 2px, transparent 2.2px),
        radial-gradient(circle at calc(100% - 70px) 36px, rgba(166, 119, 95, 0.22) 0 5px, transparent 5.2px);
    opacity: 0.76;
    filter: blur(0.15px);
    pointer-events: none;
}

.shop-status-banner__message,
.shop-status-banner__meta,
.shop-status-banner__credit {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: min(100%, 920px);
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 249, 246, 0.2));
    border: 1px solid rgba(181, 136, 113, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.shop-status-banner__icon,
.shop-status-banner__message,
.shop-status-banner__meta,
.shop-status-banner__credit {
    position: relative;
    z-index: 1;
}

.shop-status-banner__message {
    text-align: left;
}

.shop-status-banner__mobile-text {
    display: none;
}

.shop-status-banner__icon {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.88), transparent 36%),
        linear-gradient(180deg, rgba(255, 243, 248, 0.98), rgba(255, 233, 239, 0.86));
    border: 1px solid rgba(214, 149, 171, 0.22);
    box-shadow:
        0 6px 14px rgba(155, 111, 91, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.58);
    flex: 0 0 auto;
}

.shop-status-banner__meta,
.shop-status-banner__credit {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 2px;
    padding: 8px 13px;
    border-radius: 999px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 48%),
        linear-gradient(180deg, rgba(255, 252, 247, 0.82), rgba(255, 241, 232, 0.74));
    border: 1px solid rgba(181, 136, 113, 0.16);
    box-shadow:
        0 8px 16px rgba(155, 111, 91, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.58);
    white-space: nowrap;
}

.shop-status-banner__meta i,
.shop-status-banner__credit i {
    color: #c28b54;
    font-size: 0.9em;
}

.shop-status-banner__label {
    white-space: nowrap;
}

.shop-status-banner__meta strong,
.shop-status-banner__credit strong {
    color: var(--kitty-brown-deep);
    font-weight: 800;
}

.shop-status-banner--active {
    color: #7a5a4b;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.74), transparent 22%),
        radial-gradient(circle at 84% 0%, rgba(255, 214, 229, 0.54), transparent 25%),
        linear-gradient(120deg, rgba(255, 247, 248, 0.96) 0%, rgba(255, 250, 243, 0.95) 46%, rgba(255, 241, 232, 0.93) 100%);
}

.shop-status-banner--active .shop-status-banner__icon {
    color: #c16d8f;
}

.shop-status-banner--pending {
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.68), transparent 20%),
        radial-gradient(circle at 86% 0%, rgba(255, 235, 201, 0.52), transparent 24%),
        linear-gradient(120deg, rgba(255, 251, 241, 0.97) 0%, rgba(255, 244, 223, 0.95) 48%, rgba(255, 236, 211, 0.92) 100%);
    color: #9b6a2d;
}

.shop-status-banner--pending .shop-status-banner__icon {
    color: #d1913c;
}

.shop-status-banner--expired {
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.68), transparent 22%),
        radial-gradient(circle at 84% 0%, rgba(255, 209, 224, 0.58), transparent 25%),
        linear-gradient(120deg, rgba(255, 245, 247, 0.97) 0%, rgba(255, 234, 239, 0.95) 46%, rgba(255, 227, 234, 0.92) 100%);
    color: #a84c69;
}

.shop-status-banner--expired .shop-status-banner__icon {
    color: #d55f88;
}

.shop-status-banner--pending .shop-status-banner__credit {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.78), transparent 48%),
        linear-gradient(180deg, rgba(255, 251, 243, 0.86), rgba(255, 240, 218, 0.74));
}

.shop-status-banner--pending .shop-status-banner__meta {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.78), transparent 48%),
        linear-gradient(180deg, rgba(255, 251, 243, 0.86), rgba(255, 240, 218, 0.74));
}

.shop-status-banner--expired .shop-status-banner__credit {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.78), transparent 48%),
        linear-gradient(180deg, rgba(255, 248, 250, 0.86), rgba(255, 232, 238, 0.76));
}

.shop-status-banner--expired .shop-status-banner__meta {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.78), transparent 48%),
        linear-gradient(180deg, rgba(255, 248, 250, 0.86), rgba(255, 232, 238, 0.76));
}

@keyframes kittyBannerShimmer {
    0% {
        background-position: 0 0, 12px 10px, -180px 0;
    }
    100% {
        background-position: 0 0, 12px 10px, calc(100% + 180px) 0;
    }
}

.navbar-menu--compact {
    display: none !important;
}

.hamburger-toggle {
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    flex: 0 0 auto;
    box-shadow:
        0 10px 24px rgba(145, 64, 113, 0.14),
        0 1px 0 rgba(255, 255, 255, 0.24) inset;
    transform: translate3d(0, calc(var(--kitty-banner-shift-soft) * -0.12), 0);
    position: relative;
    overflow: visible;
}

.hamburger-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
}

.hamburger-toggle::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -5px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cellipse cx='16' cy='17' rx='5' ry='4.5' fill='%23ffd8ea' stroke='%23ff83ba' stroke-width='1.7'/%3E%3Cpath d='M13 17C7 12 2 11 1 14.5c-1 3.5 1.5 7.5 5.5 8.3 3 .6 5-.2 6.5-1.8' fill='%23ff9fcc' stroke='%23ff6fab' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 17c6-5 11-6 12-2.5 1 3.5-1.5 7.5-5.5 8.3-3 .6-5-.2-6.5-1.8' fill='%23ff9fcc' stroke='%23ff6fab' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 14.4v5.2M13.4 17h5.2' stroke='%23fff8fc' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    filter: drop-shadow(0 5px 10px rgba(255, 95, 162, 0.18));
    animation: hamburgerBowFloat 4.8s ease-in-out infinite alternate;
}

.hamburger-toggle::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 15px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 38%, transparent 70%, rgba(255, 255, 255, 0.14) 100%);
    opacity: 0.9;
    pointer-events: none;
}

.hamburger-toggle:hover,
.hamburger-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    transform: translate3d(0, calc(var(--kitty-banner-shift-soft) * -0.12), 0) scale(1.03);
    box-shadow:
        0 14px 28px rgba(145, 64, 113, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.24) inset;
}

.hamburger-toggle:active {
    transform: translate3d(0, calc(var(--kitty-banner-shift-soft) * -0.08), 0) scale(0.97);
}

.hamburger-menu {
    position: fixed;
    inset: 0;
    z-index: 1400;
    pointer-events: none;
}

.hamburger-menu.is-open {
    pointer-events: auto;
}

.hamburger-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(74, 35, 61, 0.34);
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity var(--transition-normal), backdrop-filter var(--transition-normal);
}

.hamburger-menu.is-open .hamburger-menu__overlay {
    opacity: 1;
    backdrop-filter: blur(10px);
}

.hamburger-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(360px, 92vw);
    height: 100%;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.86), transparent 22%),
        radial-gradient(circle at top right, rgba(255, 221, 236, 0.66), transparent 24%),
        linear-gradient(180deg, rgba(255, 250, 253, 0.98), rgba(255, 240, 247, 0.98));
    border-left: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: -24px 0 54px rgba(137, 68, 105, 0.18);
    display: flex;
    flex-direction: column;
    transform: translateX(100%) scale(0.98);
    transform-origin: top right;
    transition:
        transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease;
    overflow: hidden;
}

.hamburger-menu__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.44) 0%, transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, transparent 28%, transparent 100%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.hamburger-menu.is-open .hamburger-menu__panel {
    transform: translateX(0) scale(1);
    box-shadow: -24px 0 54px rgba(137, 68, 105, 0.2);
}

.hamburger-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 22px 18px;
    border-bottom: 1px solid rgba(193, 126, 160, 0.12);
    transform: translate3d(10px, 0, 0);
    opacity: 0;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.hamburger-menu__brand {
    min-width: 0;
    flex: 1;
    padding: 16px 16px 14px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.84), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 243, 249, 0.78));
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 16px 28px rgba(176, 93, 138, 0.08);
}

.hamburger-menu__eyebrow {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--shopee-primary);
    margin-bottom: 6px;
}

.hamburger-menu__header h2 {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.2;
    color: var(--text-primary);
}

.hamburger-menu__brand-copy {
    margin-top: 7px;
    color: rgba(111, 75, 61, 0.72);
    font-size: 0.88rem;
    line-height: 1.5;
}

.hamburger-menu__brand-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.hamburger-menu__brand-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.78);
    color: var(--kitty-brown-deep);
    font-size: 0.76rem;
    font-weight: 800;
}

.hamburger-menu__brand-chip i {
    color: var(--shopee-primary-dark);
}

.hamburger-menu__close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(193, 126, 160, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-primary);
    cursor: pointer;
}

.hamburger-menu__body {
    flex: 1;
    overflow-y: auto;
    padding: 12px 14px 18px;
}

.hamburger-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hamburger-menu__section {
    display: grid;
    gap: 10px;
}

.hamburger-menu__section-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: var(--kitty-brown-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.hamburger-menu__section-title i {
    color: var(--shopee-primary-dark);
}

.hamburger-menu__section-title--sunrise {
    background: linear-gradient(180deg, rgba(255, 245, 225, 0.95), rgba(255, 232, 194, 0.92));
    border-color: rgba(245, 205, 132, 0.9);
    color: #7d4a00;
}

.hamburger-menu__section-title--sunrise i {
    color: #d97706;
}

.hamburger-menu__section-title--peach {
    background: linear-gradient(180deg, rgba(255, 241, 235, 0.95), rgba(255, 223, 210, 0.92));
    border-color: rgba(243, 181, 152, 0.9);
    color: #8a3f1c;
}

.hamburger-menu__section-title--peach i {
    color: #ea580c;
}

.hamburger-menu__section-title--rose {
    background: linear-gradient(180deg, rgba(255, 241, 246, 0.95), rgba(255, 221, 233, 0.92));
    border-color: rgba(239, 166, 197, 0.9);
    color: #8b2f58;
}

.hamburger-menu__section-title--rose i {
    color: #db2777;
}

.hamburger-menu__section-title--sky {
    background: linear-gradient(180deg, rgba(238, 247, 255, 0.96), rgba(215, 236, 255, 0.92));
    border-color: rgba(153, 202, 246, 0.9);
    color: #1f4f86;
}

.hamburger-menu__section-title--sky i {
    color: #2563eb;
}

.hamburger-menu__section-title--mint {
    background: linear-gradient(180deg, rgba(239, 251, 246, 0.96), rgba(216, 242, 231, 0.92));
    border-color: rgba(158, 218, 188, 0.9);
    color: #1f6a4f;
}

.hamburger-menu__section-title--mint i {
    color: #059669;
}

.hamburger-menu__section-links {
    display: grid;
    gap: 8px;
}

.hamburger-menu__link,
.hamburger-menu__logout {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.96rem;
}

.hamburger-menu__link {
    color: var(--text-primary);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.84), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 245, 249, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 12px 22px rgba(173, 91, 135, 0.06);
    opacity: 0;
    transform: translate3d(18px, 0, 0) scale(0.98);
    transition:
        transform 0.44s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.28s ease,
        background-color var(--transition-fast),
        color var(--transition-fast),
        border-color var(--transition-fast),
        box-shadow var(--transition-fast);
}

.hamburger-menu__link-icon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 14px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.84), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 240, 246, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 10px 18px rgba(176, 93, 138, 0.08);
    color: var(--shopee-primary-dark);
    flex: 0 0 auto;
}

.hamburger-menu__link-text {
    min-width: 0;
    flex: 1;
}

.hamburger-menu__link:hover,
.hamburger-menu__link:focus-visible {
    color: var(--shopee-primary);
    background: rgba(255, 255, 255, 0.96);
    transform: translate3d(-2px, 0, 0) scale(1.01);
    box-shadow: 0 14px 28px rgba(173, 91, 135, 0.08);
}

.hamburger-menu__link.is-active {
    color: var(--kitty-brown-deep);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 36%),
        linear-gradient(135deg, rgba(255, 238, 245, 0.98), rgba(255, 246, 238, 0.94));
    box-shadow: 0 16px 28px rgba(255, 95, 162, 0.14);
    border-color: rgba(255, 201, 223, 0.82);
    position: relative;
}

.hamburger-menu__link.is-active::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.28), transparent 38%, transparent 70%, rgba(255, 255, 255, 0.12) 100%);
    opacity: 0.9;
    pointer-events: none;
}

.hamburger-menu__link.is-active::after {
    content: "";
    position: absolute;
    right: 14px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fff7fc;
    box-shadow: 0 0 0 6px rgba(255, 180, 216, 0.18), 0 0 18px rgba(255, 214, 230, 0.66);
}

.hamburger-menu__link.is-active .hamburger-menu__link-icon {
    color: var(--shopee-primary-dark);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 34%),
        linear-gradient(180deg, rgba(255, 248, 251, 0.96), rgba(255, 231, 240, 0.9));
}

.hamburger-menu__footer {
    padding: 14px;
    border-top: 1px solid rgba(193, 126, 160, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translate3d(10px, 0, 0);
    opacity: 0;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.hamburger-menu__logout {
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #ff79b5, #ef5f92);
    color: #fff;
    justify-content: center;
}

.hamburger-menu__logout:hover,
.hamburger-menu__logout:focus-visible {
    transform: translateY(-1px) scale(1.01);
    filter: saturate(1.05) brightness(1.02);
}

.hamburger-menu__logout:active {
    transform: translateY(0) scale(0.988);
}

.hamburger-menu.is-open .hamburger-menu__header,
.hamburger-menu.is-open .hamburger-menu__footer {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.hamburger-menu.is-open .hamburger-menu__header {
    transition-delay: 0.08s;
}

.hamburger-menu.is-open .hamburger-menu__footer {
    transition-delay: 0.2s;
}

.hamburger-menu.is-open .hamburger-menu__link {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: calc(0.05s + (var(--menu-item-index, 0) * 0.035s));
}

.hamburger-menu.is-animating-in .hamburger-menu__panel::before {
    animation: drawerShine 0.65s ease forwards;
}

@keyframes drawerShine {
    0% {
        opacity: 0;
        transform: translate3d(24%, -4%, 0);
    }
    35% {
        opacity: 0.95;
    }
    100% {
        opacity: 0.45;
        transform: translate3d(0, 0, 0);
    }
}

main.page-reveal-ready,
body > .container.page-reveal-ready,
.picks-container.page-reveal-ready,
.auth-container.page-reveal-ready {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.992);
    transition:
        transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.42s ease;
}

main.page-reveal-ready.page-reveal-visible,
body > .container.page-reveal-ready.page-reveal-visible,
.picks-container.page-reveal-ready.page-reveal-visible,
.auth-container.page-reveal-ready.page-reveal-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0) scale(0.985);
    filter: saturate(0.97) blur(1px);
    transition:
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.46s ease,
        filter 0.46s ease;
    transition-delay: calc(var(--reveal-index, 0) * 42ms);
    will-change: transform, opacity;
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: saturate(1) blur(0);
}

.navbar-link:hover,
.navbar-link:focus-visible {
    background: rgba(255, 255, 255, 0.16) !important;
    color: var(--text-white) !important;
    filter: brightness(1.03);
}

.container {
    max-width: 1320px;
    padding: 28px 20px 56px;
}

.dashboard {
    margin-top: 0;
}

.dashboard-header,
.card,
.filter-section,
.picks-container,
.shop-header,
.modal-content,
.pick-card {
    background: var(--catalog-panel-gradient) !important;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    box-shadow: var(--catalog-shell-shadow) !important;
}

.dashboard-header,
.card,
.filter-section,
.pick-card,
.picks-container,
.shop-header {
    border-radius: 30px !important;
}

.card,
.menu-card,
.product-card,
.pick-card,
.picks-container,
.hero-card,
.filter-panel,
.summary-card,
.chart-card,
.table-card,
.product-modal-section,
.order-modal-section,
.cart-detail-summary,
.order-totals-card,
.cart-item,
.order-item-list {
    position: relative;
    overflow: hidden;
    border-radius: 28px !important;
}

.card::after,
.menu-card::after,
.product-card::after,
.pick-card::after,
.picks-container::after,
.hero-card::after,
.filter-panel::after,
.summary-card::after,
.chart-card::after,
.table-card::after,
.product-modal-section::after,
.order-modal-section::after,
.cart-detail-summary::after,
.order-totals-card::after,
.cart-item::after,
.order-item-list::after {
    content: "";
    position: absolute;
    top: 14px;
    right: -34px;
    width: 132px;
    height: 28px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(245, 223, 205, 0.78) 28%, rgba(191, 147, 122, 0.46) 58%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.34;
    transform: rotate(32deg);
    pointer-events: none;
    filter: blur(0.15px);
}

.menu-card::after,
.product-card::after,
.summary-card::after {
    opacity: 0.42;
}

.dashboard-header,
.filter-section,
.shop-header {
    position: relative;
    overflow: hidden;
}

.dashboard-header,
.shop-header,
.hero-card,
.filter-panel,
.summary-card,
.chart-card,
.table-card,
.modal-content,
.card,
.picks-container {
    background: var(--catalog-panel-gradient) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    box-shadow: var(--catalog-shell-shadow) !important;
}

.dashboard-header::before,
.filter-section::before,
.shop-header::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 250, 242, 0.55) 0 1.6px, transparent 1.8px),
        radial-gradient(circle, rgba(206, 171, 150, 0.2) 0 1.1px, transparent 1.4px);
    background-size: 22px 22px, 34px 34px;
    background-position: 0 0, 10px 12px;
    opacity: 0.28;
    mix-blend-mode: soft-light;
}

.dashboard-header::after,
.filter-section::after,
.shop-header::after {
    content: "";
    position: absolute;
    inset: auto -8% -10px auto;
    width: 220px;
    height: 42px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(242, 214, 196, 0.58) 26%, rgba(212, 178, 155, 0.44) 55%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.42;
    transform: rotate(-3deg);
    filter: blur(0.2px);
}

.dashboard-header {
    padding: 30px !important;
}

.dashboard-header h2 {
    margin-bottom: 8px !important;
    color: var(--text-primary) !important;
    font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.shop-header h1,
.shop-header h2,
.summary-card h3,
.chart-card h3,
.table-card h3,
.modal-header h2,
.modal-header h3 {
    font-family: var(--font-display) !important;
    letter-spacing: -0.03em;
}

.dashboard-header p,
.shop-header p,
.filter-section p,
.hero-card p,
.summary-card p,
.chart-card p,
.table-card p {
    color: rgba(111, 75, 61, 0.72) !important;
}

.filter-card-collapsible {
    display: grid;
    gap: 16px;
}

.filter-card-collapsible__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.filter-card-collapsible__copy {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.filter-card-collapsible__title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-display);
    font-size: clamp(1rem, 2vw, 1.16rem);
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.filter-card-collapsible__title i {
    color: var(--shopee-primary);
}

.filter-card-collapsible__preview {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: rgba(111, 75, 61, 0.76);
    font-size: 0.82rem;
    font-weight: 700;
}

.filter-card-collapsible__preview i {
    color: rgba(177, 100, 132, 0.86);
    flex: 0 0 auto;
}

.filter-card-collapsible__preview span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-card-collapsible__toggle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--shopee-primary-dark);
    box-shadow: 0 14px 24px rgba(176, 93, 138, 0.1);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.filter-card-collapsible__toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 28px rgba(176, 93, 138, 0.16);
    background: rgba(255, 250, 252, 0.9);
}

.filter-card-collapsible__toggle i {
    transition: transform 0.24s ease;
}

.filter-card-collapsible__body {
    min-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease;
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}

.filter-card-collapsible.is-collapsed .filter-card-collapsible__body {
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
}

.filter-card-collapsible:not(.is-collapsed) .filter-card-collapsible__toggle i {
    transform: rotate(180deg);
}

.catalog-mini-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 10px 20px rgba(176, 93, 138, 0.09);
    color: var(--shopee-primary-dark);
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.catalog-mini-kicker i {
    color: var(--kitty-brown-soft);
}

.catalog-mini-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.catalog-mini-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 12px 24px rgba(176, 93, 138, 0.08);
    color: var(--kitty-brown-deep);
    font-size: 0.9rem;
    font-weight: 700;
}

.catalog-mini-chip i {
    color: var(--shopee-primary-dark);
}

.menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.menu-card {
    position: relative;
    min-height: 220px;
    padding: 26px !important;
    text-align: left;
    text-decoration: none;
    border-radius: 26px !important;
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    background: var(--catalog-card-gradient) !important;
    box-shadow: var(--catalog-card-shadow) !important;
}

.menu-card::before,
.menu-card::after {
    display: none !important;
}

.menu-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 28px 48px rgba(176, 93, 138, 0.18) !important;
    border-color: rgba(255, 95, 162, 0.22) !important;
    filter: saturate(1.03);
}

.menu-card:active {
    transform: translateY(-2px) scale(0.992) !important;
}

.menu-card-icon {
    width: 62px !important;
    height: 62px !important;
    margin-bottom: 18px !important;
    border-radius: 18px;
    display: grid !important;
    place-items: center;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.84), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 240, 246, 0.88));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        0 14px 24px rgba(176, 93, 138, 0.1);
}

.menu-card-icon::after {
    display: none !important;
}

.menu-card:hover .menu-card-icon,
.menu-card:hover .menu-card-icon img {
    transform: none !important;
    animation: none !important;
    filter: none !important;
}

.menu-card h3 {
    margin-bottom: 8px;
    color: var(--text-primary);
    font-size: 1.05rem;
    text-wrap: balance;
    font-family: var(--font-display) !important;
}

.menu-card p {
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.55;
}

.btn {
    min-height: 46px;
    padding: 12px 18px !important;
    border-radius: 16px !important;
    font-size: 0.96rem !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    font-family: var(--font-body) !important;
}

.btn::before,
.btn-primary::after {
    display: none !important;
}

.btn-primary {
    background: linear-gradient(135deg, var(--shopee-primary) 0%, var(--shopee-primary-light) 100%) !important;
    color: var(--text-white) !important;
    box-shadow: 0 12px 24px rgba(255, 95, 162, 0.24) !important;
}

.btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 32px rgba(255, 95, 162, 0.26) !important;
    filter: saturate(1.04) brightness(1.01);
}

.btn-primary:active {
    transform: translateY(0) scale(0.985) !important;
    box-shadow: 0 10px 20px rgba(255, 95, 162, 0.2) !important;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.72) !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-light) !important;
    box-shadow: none !important;
}

.btn-secondary:hover {
    color: var(--shopee-primary) !important;
    border-color: rgba(255, 95, 162, 0.3) !important;
    transform: translateY(-1px) !important;
    filter: saturate(1.02);
}

.btn-secondary:active {
    transform: translateY(0) scale(0.988) !important;
}

.btn-danger {
    background: linear-gradient(135deg, #ff7cb6 0%, #ef5f92 100%) !important;
    color: var(--text-white) !important;
}

.btn-danger:hover {
    filter: saturate(1.04) brightness(1.02);
}

.btn-danger:active {
    transform: translateY(0) scale(0.986) !important;
}

.btn-small {
    min-height: 40px;
    padding: 10px 14px !important;
    border-radius: 14px !important;
}

.form-group label,
.filter-item label,
.info-label {
    color: var(--text-secondary) !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="color"]),
select,
textarea,
.form-control {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 16px !important;
    border: 1px solid rgba(210, 173, 190, 0.78) !important;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 24%),
        linear-gradient(180deg, rgba(255, 252, 253, 0.98), rgba(255, 243, 248, 0.94)) !important;
    color: var(--text-primary) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 10px 24px rgba(183, 101, 146, 0.06);
    font-family: var(--font-body) !important;
    font-size: 0.95rem !important;
    line-height: 1.45;
    transition:
        border-color var(--transition-fast),
        box-shadow var(--transition-fast),
        background-position var(--transition-fast),
        background-color var(--transition-fast),
        color var(--transition-fast),
        transform var(--transition-fast);
    appearance: none;
    -webkit-appearance: none;
}

textarea,
.form-control[type="textarea"] {
    min-height: 110px;
    resize: vertical;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="color"]):hover,
select:hover,
textarea:hover,
.form-control:hover {
    border-color: rgba(195, 121, 155, 0.74) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 14px 28px rgba(183, 101, 146, 0.1);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="color"]):focus,
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]):not([type="color"]):focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
.form-control:focus,
.form-control:focus-visible {
    outline: none;
    border-color: rgba(194, 121, 156, 0.96) !important;
    box-shadow:
        0 0 0 4px rgba(245, 212, 226, 0.72),
        0 16px 30px rgba(183, 101, 146, 0.12) !important;
    transform: translateY(-1px);
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
    color: #b48c9d !important;
    opacity: 1;
}

select {
    padding-right: 42px !important;
    background-image:
        linear-gradient(45deg, transparent 50%, #c77c9c 50%),
        linear-gradient(135deg, #c77c9c 50%, transparent 50%),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 24%),
        linear-gradient(180deg, rgba(255, 252, 253, 0.98), rgba(255, 243, 248, 0.94)) !important;
    background-position:
        calc(100% - 18px) calc(50% - 1px),
        calc(100% - 12px) calc(50% - 1px),
        top left,
        center;
    background-size:
        7px 7px,
        7px 7px,
        auto,
        auto;
    background-repeat: no-repeat !important;
}

select[multiple] {
    min-height: 124px;
    padding-right: 14px !important;
    background-image:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 24%),
        linear-gradient(180deg, rgba(255, 252, 253, 0.98), rgba(255, 243, 248, 0.94)) !important;
    background-position: top left, center;
    background-size: auto, auto;
}

select option {
    background: #fff8fb;
    color: var(--text-primary);
}

select option:checked {
    background: linear-gradient(180deg, rgba(255, 227, 238, 0.98), rgba(249, 222, 233, 0.98));
    color: #9b4f72;
    font-weight: 800;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    color-scheme: light;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 999px;
    padding: 4px;
    background-color: rgba(255, 228, 239, 0.9);
    box-shadow: 0 6px 14px rgba(183, 101, 146, 0.1);
}

input[type="date"]::-webkit-datetime-edit,
input[type="datetime-local"]::-webkit-datetime-edit,
input[type="month"]::-webkit-datetime-edit,
input[type="time"]::-webkit-datetime-edit {
    color: var(--text-primary);
}

.form-group input,
.form-group select,
.form-group textarea,
.filter-item input[type="text"],
.filter-item input[type="date"],
.filter-item select,
select.status-select,
#limitSelect {
    min-height: 46px;
    border-radius: 16px !important;
    border: 1px solid var(--border-light) !important;
    background: rgba(255, 255, 255, 0.84) !important;
    color: var(--text-primary) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    font-family: var(--font-body) !important;
}

.form-group textarea {
    min-height: 110px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.filter-item input[type="text"]:focus,
.filter-item input[type="date"]:focus,
.filter-item select:focus,
select.status-select:focus,
#limitSelect:focus {
    border-color: rgba(255, 95, 162, 0.45) !important;
    box-shadow: 0 0 0 4px rgba(255, 95, 162, 0.12) !important;
    transform: none !important;
}

.filter-section {
    padding: 22px !important;
}

.filter-row {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 14px !important;
}

.filter-item button {
    margin-top: 31px;
}

.filter-info {
    border-top: 1px solid rgba(115, 92, 67, 0.12) !important;
    color: var(--text-secondary) !important;
}

.pagination {
    gap: 12px;
}

.products-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 18px !important;
    margin-top: 22px !important;
}

.product-card {
    display: flex;
    flex-direction: column;
    border-radius: 28px !important;
    overflow: hidden !important;
    background: var(--catalog-card-gradient) !important;
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    box-shadow: var(--catalog-card-shadow) !important;
}

.product-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 28px 48px rgba(176, 93, 138, 0.18) !important;
    filter: saturate(1.03);
}

.product-card:active {
    transform: translateY(-2px) scale(0.992) !important;
}

table tbody tr {
    transition:
        transform 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease,
        filter 0.22s ease;
}

table tbody tr:hover {
    transform: translate3d(3px, 0, 0);
    filter: saturate(1.02);
}

.pick-card {
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        filter 0.22s ease;
    background: var(--catalog-card-gradient) !important;
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    box-shadow: var(--catalog-card-shadow) !important;
}

.pick-card:hover {
    transform: translateY(-3px);
    filter: saturate(1.02);
    box-shadow: 0 28px 48px rgba(176, 93, 138, 0.18) !important;
}

.pick-card:active {
    transform: translateY(-1px) scale(0.995);
}

.product-image {
    height: 248px !important;
    background: linear-gradient(180deg, #fff8f1, #ffecdf) !important;
}

.product-info {
    padding: 18px !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-key {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 10px !important;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 95, 162, 0.08);
    color: var(--shopee-primary) !important;
    font-size: 0.72rem !important;
}

.product-name {
    min-height: 44px !important;
    margin-bottom: 4px !important;
    color: var(--text-primary) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
    text-wrap: pretty;
}

.product-price {
    color: var(--shopee-primary) !important;
    font-size: 1.28rem !important;
    margin-bottom: 6px !important;
}

.product-shipping,
.product-date,
.product-remark {
    color: var(--text-secondary) !important;
}

.product-actions {
    padding: 0 18px 18px !important;
    gap: 10px !important;
}

.product-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(245, 225, 209, 0.84);
    color: var(--kitty-brown-deep) !important;
    font-size: 0.74rem !important;
    font-weight: 700;
    line-height: 1.2;
}

.status-badge {
    border-radius: 999px !important;
    font-size: 0.73rem !important;
    padding: 7px 12px !important;
    box-shadow: none !important;
}

.status-badge::before {
    display: none !important;
}

.image-preview,
.generated-image-preview {
    border-radius: 22px !important;
    border: 1px solid rgba(115, 92, 67, 0.14) !important;
    background: linear-gradient(180deg, #fff7fb, #ffeaf3) !important;
}

.image-preview:hover {
    background: linear-gradient(180deg, #fffafd, #fff0f7) !important;
}

.image-preview.image-preview--filled,
.image-preview.image-preview--filled:hover {
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.modal {
    background: rgba(74, 35, 61, 0.36);
    backdrop-filter: blur(10px);
}

.modal-content {
    border-radius: 28px !important;
    overflow: hidden;
    background: var(--catalog-panel-gradient) !important;
    border: 1px solid rgba(255, 255, 255, 0.74) !important;
    box-shadow: 0 30px 60px rgba(34, 16, 25, 0.24) !important;
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    height: calc(100vh - 24px) !important;
    max-height: calc(100vh - 24px) !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.modal.active {
    padding: 12px !important;
}

.modal-body,
.modal-body-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

#productModal .modal-content,
#categoryModal .modal-content,
#deleteModal .modal-content,
.cart-detail-modal {
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    height: calc(100vh - 24px) !important;
    max-height: calc(100vh - 24px) !important;
}

.modal-header,
.modal-footer {
    flex: 0 0 auto;
}

.modal-header,
.modal-footer {
    background: rgba(255, 248, 250, 0.82);
}

.modal-body {
    background: transparent;
}

.empty-state {
    padding: 64px 20px;
    color: var(--text-secondary);
}

.empty-state h3 {
    color: var(--text-primary);
}

.picks-container {
    max-width: 1280px !important;
    margin: 24px auto !important;
    padding: 24px !important;
    background: var(--catalog-panel-gradient) !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    box-shadow: var(--catalog-shell-shadow) !important;
}

.pick-card {
    padding: 18px !important;
    margin-bottom: 14px !important;
}

.pick-card-header {
    gap: 14px;
}

.qty-badge {
    background: linear-gradient(135deg, var(--shopee-primary), var(--shopee-primary-light));
    box-shadow: 0 10px 20px rgba(255, 95, 162, 0.2);
}

.page-btn {
    min-height: 40px;
    min-width: 40px;
    border-radius: 12px !important;
}

.page-btn.active {
    background: linear-gradient(135deg, var(--shopee-primary), var(--shopee-primary-light)) !important;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    body .hello-kitty-ambient {
        display: none !important;
    }

    body .global-kitty-ribbons {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .navbar {
        transform: translate3d(0, calc(var(--kitty-banner-shift-soft) * -0.05), 0);
    }

    .navbar::before {
        opacity: 0.78;
    }

    .navbar::after {
        height: 8px;
    }

    .navbar-content::before {
        inset: -8px -18px;
        background-size: 220% 100%;
        filter: blur(1.2px) saturate(0.98);
        opacity: 0.66;
        animation-duration: 22s;
    }

    .navbar-content::after {
        inset: -10px -20px;
        background-size: 205% 100%;
        filter: blur(11px) saturate(0.96);
        opacity: 0.46;
        animation-duration: 28s;
    }

    .navbar-brand {
        gap: 8px;
        padding-right: 14px;
        font-size: 1.08rem !important;
    }

    .navbar-brand__icon {
        width: 44px;
        height: 44px;
    }

    .navbar-brand__title {
        font-size: 1rem;
    }

    .navbar-brand__shop {
        max-width: min(48vw, 240px);
        padding: 3px 8px 4px;
        font-size: 0.68rem;
    }

    .navbar-brand::before {
        width: 72px;
        height: 42px;
        left: -8px;
    }

    .navbar-brand::after {
        width: 22px;
        height: 22px;
        right: -4px;
        top: 6px;
    }

    .navbar-content {
        padding: 9px 14px !important;
        gap: 12px;
    }

    .navbar-link {
        min-height: 34px;
        padding: 6px 10px !important;
        font-size: 0.78rem !important;
    }

    .hamburger-toggle {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .hamburger-toggle::before {
        width: 14px;
        height: 14px;
        top: -5px;
        right: -4px;
    }

    body .hello-kitty-ambient__motifs {
        opacity: 0.18;
    }

    body .hello-kitty-ambient__glow--one {
        width: 150px;
        height: 150px;
        top: 14%;
        right: -12px;
    }

    body .hello-kitty-ambient__glow--two {
        width: 188px;
        height: 188px;
        left: -26px;
        bottom: 12%;
    }

    body .hello-kitty-ambient::after {
        opacity: 0.18;
    }

    body .hello-kitty-ambient__veil {
        opacity: 0.88;
    }

    body .hello-kitty-ambient__motifs--a {
        background-size: 172px 172px;
    }

    body .hello-kitty-ambient__motifs--b {
        background-size: 208px 208px;
        opacity: 0.14;
    }

    body.dashboard-kitty-theme .dashboard-kitty-bows__corner {
        width: 92px;
        height: 92px;
        opacity: 0.84;
    }

    body.dashboard-kitty-theme .dashboard-kitty-bows__corner--left {
        top: 82px;
        left: -8px;
    }

    body.dashboard-kitty-theme .dashboard-kitty-bows__corner--right {
        top: 82px;
        right: -10px;
    }

    body .global-kitty-ribbons__stream {
        height: 34px;
        opacity: 0.42;
    }

    body .global-kitty-ribbons__stream--top {
        top: 72px;
    }

    body .global-kitty-ribbons__stream--bottom {
        bottom: 20px;
        opacity: 0.2;
    }

    body .global-kitty-ribbons__corner {
        width: 94px;
        height: 94px;
        opacity: 0.84;
    }

    body .global-kitty-ribbons__corner--left {
        top: 78px;
        left: -10px;
    }

    body .global-kitty-ribbons__corner--right {
        top: 80px;
        right: -10px;
    }

    .hamburger-menu__link.is-active::after {
        right: 12px;
        width: 7px;
        height: 7px;
    }

    .hamburger-menu__brand {
        padding: 14px 14px 12px;
        border-radius: 22px;
    }

    .hamburger-menu__brand-copy {
        font-size: 0.82rem;
    }

    .hamburger-menu__brand-chip {
        font-size: 0.72rem;
        padding: 7px 10px;
    }

    .hamburger-menu__section-title {
        font-size: 0.74rem;
        padding: 7px 11px;
    }

    .hamburger-menu__link {
        min-height: 46px;
        padding: 10px 12px;
        border-radius: 15px;
    }

    .hamburger-menu__link-icon {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }
}

@media (min-width: 1024px) {
    .navbar-content::before {
        inset: -14px -44px;
        background-size: 290% 100%;
        filter: blur(0.8px) saturate(1.08);
        opacity: 1;
        animation-duration: 15s;
    }

    .navbar-content::after {
        inset: -16px -52px;
        background-size: 265% 100%;
        filter: blur(12px) saturate(1.1);
        opacity: 0.78;
        animation-duration: 20s;
    }
}

@media (max-width: 480px) {
    .navbar-content {
        padding: 8px 12px !important;
    }

    .navbar-brand {
        font-size: 0.98rem !important;
        gap: 7px;
        padding-right: 12px;
    }

    .navbar::before {
        inset: -12% -24% auto -22%;
        height: 74%;
        opacity: 0.84;
    }

    .navbar-brand::before {
        width: 62px;
        height: 36px;
    }

    .navbar-brand::after {
        width: 18px;
        height: 18px;
        right: -2px;
        top: 8px;
    }

    .navbar-link {
        min-height: 32px;
        padding: 5px 8px !important;
        font-size: 0.72rem !important;
    }

    .hamburger-toggle {
        width: 36px;
        height: 36px;
        gap: 4px;
        border-radius: 12px;
    }

    .hamburger-toggle span {
        width: 16px;
    }

    .hamburger-toggle::before {
        width: 12px;
        height: 12px;
        top: -4px;
        right: -3px;
    }

    body .hello-kitty-ambient__motifs {
        opacity: 0.2;
    }

    body .hello-kitty-ambient__motifs--a {
        background-size: 156px 156px;
    }

    body .hello-kitty-ambient__motifs--b {
        background-size: 188px 188px;
        opacity: 0.16;
    }

    body .hello-kitty-ambient__glow {
        filter: blur(14px);
    }

    body .hello-kitty-ambient__veil {
        opacity: 0.94;
    }

    body .global-kitty-ribbons__stream {
        height: 28px;
        opacity: 0.52;
    }

    body .global-kitty-ribbons__corner {
        width: 82px;
        height: 82px;
    }

    body.dashboard-kitty-theme .dashboard-kitty-bows::before {
        inset: 96px 10px auto 10px;
        height: 148px;
        background-size: 18px 18px, 30px 30px;
        opacity: 0.38;
    }

    body.dashboard-kitty-theme .dashboard-kitty-bows::after {
        top: 122px;
        width: 68%;
        height: 36px;
        opacity: 0.34;
    }

    .card::after,
    .menu-card::after,
    .product-card::after,
    .pick-card::after,
    .picks-container::after,
    .hero-card::after,
    .filter-panel::after,
    .summary-card::after,
    .chart-card::after,
    .table-card::after,
    .product-modal-section::after,
    .order-modal-section::after,
    .cart-detail-summary::after,
    .order-totals-card::after,
    .cart-item::after,
    .order-item-list::after {
        top: 10px;
        right: -42px;
        width: 104px;
        height: 22px;
        opacity: 0.28;
    }
}

@media (max-width: 900px) {
    .navbar-content {
        padding: 10px 16px !important;
    }

    .dashboard-header,
    .filter-section,
    .picks-container {
        padding: 20px !important;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    }

    .product-image {
        height: 212px !important;
    }
}

@media (max-width: 768px) {
    .navbar-content {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .modal.active {
        padding: 8px !important;
    }

    .modal-content,
    #productModal .modal-content,
    #categoryModal .modal-content,
    #deleteModal .modal-content,
    .cart-detail-modal {
        width: calc(100vw - 16px) !important;
        height: calc(100vh - 16px) !important;
        max-height: calc(100vh - 16px) !important;
        border-radius: 22px !important;
    }

    .container {
        padding: 18px 14px 36px;
    }

    .dashboard-header {
        padding: 22px !important;
    }

    .menu-grid {
        grid-template-columns: 1fr !important;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .menu-card {
        min-height: unset;
        padding: 22px !important;
    }

    .filter-row {
        grid-template-columns: 1fr !important;
    }

    .filter-item button {
        margin-top: 0;
    }

    .product-image {
        height: 176px !important;
    }

    .modal.active {
        padding: 10px !important;
    }

    .modal-content {
        border-radius: 24px !important;
        min-height: unset !important;
    }

    .pick-card-header,
    .pick-card-body {
        flex-direction: column;
        align-items: stretch !important;
    }

    .loading-shell__panel {
        padding: 20px;
        border-radius: 26px;
    }

    .loading-shell__cards {
        grid-template-columns: 1fr;
    }

    .loading-shell__card {
        height: 68px;
    }

    .loading-shell__hero {
        height: 110px;
    }

    .loading-shell__product-grid {
        grid-template-columns: 1fr;
    }

    .loading-shell__product-card {
        height: 148px;
    }

    .loading-shell__table-row {
        height: 58px;
    }

    .loading-shell__toolbar-pill {
        height: 34px;
    }

    .scroll-reveal {
        transform: translate3d(0, 18px, 0) scale(0.99);
        transition-delay: calc(var(--reveal-index, 0) * 34ms);
    }
}

@media (max-width: 520px) {
    .navbar-brand {
        font-size: 1.05rem !important;
    }

    .shop-status-banner {
        gap: 8px;
        font-size: 11px !important;
        padding: 7px 10px !important;
        border-bottom-width: 1px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .shop-status-banner::-webkit-scrollbar {
        display: none;
    }

    .shop-status-banner__message,
    .shop-status-banner__meta,
    .shop-status-banner__credit {
        flex: 0 0 auto;
        width: auto;
        justify-content: center;
        padding: 7px 10px;
        border-radius: 16px;
        gap: 6px;
    }

    .shop-status-banner__icon {
        width: 25px;
        height: 25px;
        flex: 0 0 auto;
    }

    .shop-status-banner__meta,
    .shop-status-banner__credit {
        margin-left: 0;
        padding: 7px 10px;
        font-size: 10.5px;
    }

    .shop-status-banner__label,
    .shop-status-banner__desktop-text {
        display: none;
    }

    .shop-status-banner__mobile-text {
        display: inline;
        white-space: nowrap;
    }

    .shop-status-banner::after {
        background:
            linear-gradient(90deg, rgba(166, 119, 95, 0) 0%, rgba(166, 119, 95, 0.18) 18%, rgba(243, 219, 204, 0.56) 48%, rgba(166, 119, 95, 0.24) 80%, rgba(166, 119, 95, 0) 100%) bottom 8px center / calc(100% - 20px) 15px no-repeat,
            radial-gradient(circle at calc(100% - 34px) 14px, rgba(255, 251, 244, 0.92) 0 3px, transparent 3.2px),
            radial-gradient(circle at calc(100% - 42px) 14px, rgba(221, 154, 177, 0.86) 0 7px, transparent 7.2px),
            radial-gradient(circle at calc(100% - 26px) 14px, rgba(221, 154, 177, 0.86) 0 7px, transparent 7.2px),
            linear-gradient(135deg, rgba(221, 154, 177, 0.82), rgba(244, 215, 201, 0.74)) calc(100% - 38px) 16px / 8px 12px no-repeat;
        opacity: 0.68;
    }

    .dashboard-header h2 {
        font-size: 1.45rem !important;
    }

    .picks-container {
        padding: 16px !important;
        border-radius: 24px !important;
    }

    .product-actions {
        flex-direction: column;
    }

    .product-card {
        border-radius: 20px !important;
    }

    .product-info {
        padding: 14px !important;
        gap: 6px;
    }

    .product-key,
    .product-category,
    .status-badge {
        font-size: 0.66rem !important;
    }

    .product-name {
        min-height: 38px !important;
        font-size: 0.88rem !important;
        line-height: 1.36 !important;
    }

    .product-price {
        font-size: 1.04rem !important;
        line-height: 1.2 !important;
    }

    .product-shipping,
    .product-date,
    .product-remark {
        font-size: 0.74rem !important;
        line-height: 1.45 !important;
    }

    .product-actions {
        padding: 0 14px 14px !important;
        gap: 8px !important;
    }

    .product-actions .btn-small {
        min-height: 34px;
        padding: 8px 10px !important;
        font-size: 0.72rem !important;
    }
}

@media (max-width: 420px) {
    .products-grid {
        gap: 8px !important;
    }

    .product-image {
        height: 154px !important;
    }

    .product-info {
        padding: 12px !important;
    }

    .product-key,
    .product-category,
    .status-badge {
        padding: 5px 8px !important;
        font-size: 0.62rem !important;
    }

    .product-name {
        font-size: 0.82rem !important;
        min-height: 34px !important;
    }

    .product-price {
        font-size: 0.96rem !important;
    }

    .product-shipping,
    .product-date,
    .product-remark {
        font-size: 0.7rem !important;
    }
}
