:root {
    --bg-1: #fff9f3;
    --bg-2: #eef4ff;
    --ink: #111827;
    --muted: #6b7280;
    --line: rgba(15, 23, 42, 0.1);
    --white-glass: rgba(255, 255, 255, 0.76);
    --white-glass-strong: rgba(255, 255, 255, 0.9);
    --brand: #ff6b1f;
    --brand-dark: #e3550f;
    --brand-soft: rgba(255, 107, 31, 0.12);
    --blue: #0a84ff;
    --blue-soft: rgba(10, 132, 255, 0.12);
    --green: #1f9d64;
    --green-soft: rgba(31, 157, 100, 0.12);
    --red: #e24a4a;
    --red-soft: rgba(226, 74, 74, 0.12);
    --shadow-1: 0 24px 60px rgba(15, 23, 42, 0.14);
    --shadow-2: 0 12px 26px rgba(15, 23, 42, 0.08);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    margin: 0;
    font-family: "Sora", "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(1100px 480px at 0% -10%, rgba(255, 107, 31, 0.25), transparent 60%),
        radial-gradient(900px 420px at 100% 10%, rgba(10, 132, 255, 0.2), transparent 58%),
        linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

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

button,
a,
input,
textarea,
select {
    touch-action: manipulation;
}

.liquid-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(900px 420px at 10% -10%, rgba(255, 107, 31, 0.2), transparent 62%),
        radial-gradient(700px 360px at 100% 10%, rgba(10, 132, 255, 0.16), transparent 58%),
        radial-gradient(640px 340px at 30% 100%, rgba(255, 255, 255, 0.35), transparent 58%);
    animation: liquidShift 16s ease-in-out infinite;
    pointer-events: none;
}

.glass-panel,
.glass-card,
.glass-nav,
.loading-shell {
    background: var(--white-glass);
    backdrop-filter: blur(24px) saturate(1.5);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-1);
}

.glass-card {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-2);
}

.glass-nav {
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.glass-input,
.glass-textarea,
.glass-select {
    width: 100%;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.82);
    color: var(--ink);
    border-radius: var(--radius-md);
    padding: 13px 16px;
    font: inherit;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.glass-input:focus,
.glass-textarea:focus,
.glass-select:focus {
    outline: none;
    border-color: rgba(255, 107, 31, 0.45);
    box-shadow: 0 0 0 4px rgba(255, 107, 31, 0.12);
}

.glass-textarea {
    min-height: 112px;
    resize: vertical;
}

.icon-shell {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.soft-pill,
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.76);
}

.status-pill.warning {
    background: var(--brand-soft);
    color: var(--brand-dark);
}

.status-pill.success {
    background: var(--green-soft);
    color: var(--green);
}

.status-pill.danger {
    background: var(--red-soft);
    color: var(--red);
}

.status-pill.info {
    background: var(--blue-soft);
    color: var(--blue);
}

.btn-primary,
.btn-secondary,
.btn-danger,
.btn-ghost,
.btn-chip {
    border: 0;
    cursor: pointer;
    font: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.btn-primary:active,
.btn-secondary:active,
.btn-danger:active,
.btn-ghost:active,
.btn-chip:active {
    transform: translateY(1px) scale(0.99);
}

.btn-primary,
.btn-secondary,
.btn-danger,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 18px;
    padding: 14px 18px;
    font-weight: 700;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, #ff8749 100%);
    box-shadow: 0 14px 28px rgba(255, 107, 31, 0.22);
}

.btn-secondary {
    color: #fff;
    background: linear-gradient(135deg, #0a84ff 0%, #3aa0ff 100%);
    box-shadow: 0 14px 28px rgba(10, 132, 255, 0.22);
}

.btn-danger {
    color: #fff;
    background: linear-gradient(135deg, #dc4343 0%, #f06a6a 100%);
    box-shadow: 0 14px 28px rgba(220, 67, 67, 0.22);
}

.btn-ghost {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
}

.btn-chip {
    padding: 11px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    font-weight: 700;
    text-align: left;
}

.btn-chip.is-active {
    background: linear-gradient(135deg, rgba(255, 107, 31, 0.18) 0%, rgba(255, 255, 255, 0.92) 100%);
    border-color: rgba(255, 107, 31, 0.32);
    box-shadow: 0 10px 20px rgba(255, 107, 31, 0.12);
}

.hero-shell {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.75), transparent 35%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 248, 241, 0.82) 45%, rgba(240, 247, 255, 0.92) 100%);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: var(--shadow-1);
}

.hero-shell::after {
    content: "";
    position: absolute;
    inset: auto -80px -80px auto;
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 107, 31, 0.14), transparent 66%);
}

.hero-utility-row {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    width: 100%;
    margin-top: 6px;
}

.hero-ticker {
    --ticker-item-height: 24px;
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1 1 auto;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.hero-ticker-viewport {
    height: var(--ticker-item-height);
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.hero-ticker-track {
    display: flex;
    flex-direction: column;
    animation: heroTicker 11s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.hero-ticker-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: var(--ticker-item-height);
    min-width: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hero-ticker-item i {
    color: var(--brand);
    font-size: 13px;
}

.hero-ticker-item span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-shrink: 0;
}

.utility-search {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.utility-search-field {
    width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: width 0.28s ease, opacity 0.22s ease;
}

.utility-search.is-open .utility-search-field {
    width: min(32vw, 310px);
    opacity: 1;
}

.utility-search-input {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    border: 0;
    background: transparent;
    padding: 0 10px 0 0;
    font: inherit;
    font-size: 15px;
    color: var(--ink);
}

.utility-search-input:focus {
    outline: none;
}

.utility-search-input::placeholder {
    color: #94a3b8;
}

.toolbar-circle-btn,
.toolbar-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 50px;
    height: 50px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, width 0.28s ease;
}

.toolbar-circle-btn {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.toolbar-cart-btn {
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, #ff8749 100%);
    box-shadow: 0 16px 28px rgba(255, 107, 31, 0.24);
}

.toolbar-circle-btn:active,
.toolbar-cart-btn:active {
    transform: translateY(1px) scale(0.99);
}

.toolbar-label {
    white-space: nowrap;
}

.toolbar-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    color: inherit;
    font-size: 13px;
    font-weight: 800;
}

.toolbar-count-light {
    background: rgba(255, 107, 31, 0.14);
    color: var(--brand-dark);
}

.floating-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-dark);
    background: rgba(255, 107, 31, 0.1);
}

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

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

.product-media {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 210px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.6), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 248, 253, 0.92));
}

.product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-ring {
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.4);
}

.metric-card {
    border-radius: 24px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-2);
}

.loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(248, 250, 255, 0.86);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.app-screen {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
}

.loading-shell {
    width: min(100%, 420px);
    border-radius: 30px;
    padding: 28px;
    text-align: center;
}

.loading-spinner {
    height: 62px;
    width: 62px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 4px solid rgba(255, 107, 31, 0.12);
    border-top-color: var(--brand);
    animation: spin 1s linear infinite;
}

.loading-bar {
    position: relative;
    overflow: hidden;
    height: 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
}

.loading-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 38%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--brand), #ffa06e);
    animation: loadingBar 1.6s ease-in-out infinite;
}

.skeleton {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0%, rgba(230, 236, 245, 0.95) 50%, rgba(255, 255, 255, 0.45) 100%);
    background-size: 200% 100%;
    animation: shimmer 1.4s ease-in-out infinite;
}

.safe-top-padding {
    padding-top: env(safe-area-inset-top, 12px);
}

.safe-bottom-padding {
    padding-bottom: env(safe-area-inset-bottom, 12px);
}

.category-rail {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
}

.category-strip > * {
    scroll-snap-align: start;
}

.sheet-overlay {
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
}

.sheet-panel,
.configurator-sheet {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.cart-dock {
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
}

.order-stage {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    font-weight: 700;
    text-align: center;
}

.order-stage.is-active {
    color: var(--blue);
    border-color: rgba(10, 132, 255, 0.28);
    background: rgba(10, 132, 255, 0.1);
}

.backoffice-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 24px;
}

@media (min-width: 641px) {
    .utility-search-field {
        width: min(34vw, 320px);
        opacity: 1;
    }
}

@media (max-width: 960px) {
    .backoffice-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    :root {
        --radius-xl: 24px;
        --radius-lg: 20px;
        --radius-md: 14px;
    }

    .mobile-shell {
        padding-bottom: calc(7rem + env(safe-area-inset-bottom, 0px));
    }

    .glass-nav {
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    }

    .mobile-header-shell .mobile-hero,
    .mobile-header-shell .hero-head,
    .mobile-header-shell .hero-logo,
    .mobile-header-shell .hero-title,
    .mobile-header-shell .hero-utility-row,
    .mobile-header-shell .hero-ticker,
    .mobile-header-shell .hero-ticker-item,
    .mobile-header-shell .hero-actions,
    .mobile-header-shell .utility-search,
    .mobile-header-shell .utility-search-field,
    .mobile-header-shell .toolbar-circle-btn,
    .mobile-header-shell .toolbar-cart-btn,
    .mobile-header-shell .category-rail,
    .mobile-header-shell .btn-chip {
        transition:
            padding 0.28s ease,
            margin 0.28s ease,
            gap 0.28s ease,
            opacity 0.24s ease,
            max-height 0.28s ease,
            min-height 0.28s ease,
            width 0.28s ease,
            height 0.28s ease,
            border-radius 0.28s ease,
            font-size 0.28s ease,
            line-height 0.28s ease,
            transform 0.28s ease,
            box-shadow 0.28s ease;
    }

    .mobile-hero {
        padding: 16px;
        border-radius: 24px;
    }

    .hero-shell::after {
        inset: auto -54px -54px auto;
        height: 156px;
        width: 156px;
    }

    .hero-head {
        gap: 12px;
    }

    .hero-title {
        max-width: 10.5ch;
        font-size: clamp(2rem, 7.3vw, 2.45rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
    }

    .hero-utility-row {
        gap: 10px;
        margin-top: 12px;
    }

    .hero-ticker {
        --ticker-item-height: 22px;
        padding: 8px 11px;
    }

    .hero-ticker-item {
        gap: 8px;
        font-size: 11.5px;
    }

    .hero-actions {
        gap: 8px;
    }

    .utility-search {
        padding: 3px;
        border-radius: 18px;
    }

    .utility-search.is-open .utility-search-field {
        width: min(46vw, 176px);
    }

    .utility-search-input {
        min-height: 38px;
        padding: 0 8px 0 0;
        font-size: 16px;
    }

    .toolbar-circle-btn,
    .toolbar-cart-btn {
        min-width: 44px;
        height: 44px;
        padding: 0 12px;
        border-radius: 16px;
    }

    .toolbar-label {
        display: none;
    }

    .toolbar-count {
        min-width: 24px;
        height: 24px;
        padding: 0 8px;
        font-size: 12px;
    }

    .hero-meta {
        margin-top: 12px;
        gap: 8px;
        max-height: 120px;
        overflow: hidden;
    }

    .hero-meta > * {
        min-width: 0;
    }

    .hero-meta .soft-pill {
        max-width: 100%;
        padding: 8px 11px;
        font-size: 11px;
        letter-spacing: 0.02em;
    }

    .hero-meta .soft-pill span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hero-search-block {
        gap: 12px;
    }

    .hero-search {
        width: 100%;
    }

    .hero-search .glass-input {
        min-height: 50px;
    }

    .hero-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 12px;
    }

    .hero-toolbar > * {
        width: 100%;
        min-width: 0;
    }

    .category-rail {
        margin-inline: -4px;
        padding-bottom: 2px;
    }

    .category-strip {
        gap: 10px;
        padding-right: 8px;
    }

    .soft-pill,
    .status-pill {
        padding: 8px 11px;
        font-size: 11px;
        letter-spacing: 0.02em;
    }

    .btn-primary,
    .btn-secondary,
    .btn-danger,
    .btn-ghost {
        min-height: 50px;
        padding: 13px 15px;
        border-radius: 16px;
    }

    .btn-chip {
        min-height: 46px;
        padding: 10px 13px;
        font-size: 14px;
    }

    .product-card {
        padding: 14px;
    }

    .product-card h3 {
        font-size: 1.12rem;
        line-height: 1.2;
    }

    .product-media {
        min-height: 172px;
        border-radius: 18px;
    }

    .icon-shell {
        height: 38px;
        width: 38px;
    }

    .metric-card {
        padding: 16px;
        border-radius: 20px;
    }

    .loading-overlay {
        align-items: flex-end;
        padding: max(16px, env(safe-area-inset-top, 0px)) 14px calc(18px + env(safe-area-inset-bottom, 0px));
    }

    .loading-shell {
        width: 100%;
        border-radius: 26px;
        padding: 24px 18px;
    }

    .cart-dock {
        width: calc(100% - 0.75rem);
    }

    .cart-dock-button {
        border-radius: 24px;
        padding: 14px 16px;
    }

    .checkout-shell {
        padding-top: 12px;
        padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    }

    .checkout-screen .glass-card,
    .success-screen .glass-card {
        border-radius: 20px;
    }

    .success-screen .glass-card {
        padding: 28px 18px;
    }

    .success-screen h2 {
        font-size: 2rem;
        line-height: 1.04;
    }

    .sheet-overlay {
        padding: 0;
    }

    .sheet-panel {
        width: 100%;
        max-width: none;
        max-height: calc(100dvh - env(safe-area-inset-top, 0px) - 6px);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 28px;
        border-top-right-radius: 28px;
        padding: 18px 16px calc(18px + env(safe-area-inset-bottom, 0px));
    }

    .configurator-sheet {
        max-height: calc(100dvh - env(safe-area-inset-top, 0px) - 4px);
    }

    .mobile-header-compact .mobile-hero {
        padding: 12px 14px 12px;
        border-radius: 20px;
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.1);
    }

    .mobile-header-compact .hero-head {
        gap: 10px;
    }

    .mobile-header-compact .hero-logo {
        width: 46px;
        height: 46px;
        border-radius: 18px;
    }

    .mobile-header-compact .hero-title {
        max-width: 12ch;
        font-size: clamp(1.56rem, 5.9vw, 1.92rem);
        line-height: 0.98;
    }

    .mobile-header-compact .hero-utility-row {
        margin-top: 10px;
        gap: 8px;
    }

    .mobile-header-compact .hero-ticker {
        --ticker-item-height: 20px;
        padding: 7px 10px;
    }

    .mobile-header-compact .hero-ticker-item {
        gap: 7px;
        font-size: 10.5px;
    }

    .mobile-header-compact .utility-search {
        padding: 2px;
        border-radius: 15px;
    }

    .mobile-header-compact .utility-search.is-open .utility-search-field {
        width: min(40vw, 154px);
    }

    .mobile-header-compact .utility-search-input {
        min-height: 34px;
    }

    .mobile-header-compact .toolbar-circle-btn,
    .mobile-header-compact .toolbar-cart-btn {
        min-width: 40px;
        height: 40px;
        padding: 0 10px;
        border-radius: 14px;
    }

    .mobile-header-compact .hero-meta {
        max-height: 0;
        margin-top: 0;
        gap: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(-8px);
    }

    .mobile-header-compact .hero-search-block {
        gap: 10px;
    }

    .mobile-header-compact .hero-search .glass-input {
        min-height: 44px;
        padding-top: 11px;
        padding-bottom: 11px;
        border-radius: 15px;
    }

    .mobile-header-compact .hero-toolbar .btn-primary,
    .mobile-header-compact .hero-toolbar .btn-ghost {
        min-height: 44px;
        padding: 11px 13px;
        border-radius: 15px;
    }

    .mobile-header-compact .category-rail {
        margin-top: 10px;
    }

    .mobile-header-compact .btn-chip {
        min-height: 40px;
        padding: 8px 11px;
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .hero-shell {
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-ticker-track {
        animation: none;
    }
}

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

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes liquidShift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, -1.5%, 0) scale(1.04);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes heroTicker {
    0%,
    24% {
        transform: translateY(0);
    }
    33%,
    57% {
        transform: translateY(calc(var(--ticker-item-height) * -1));
    }
    66%,
    90% {
        transform: translateY(calc(var(--ticker-item-height) * -2));
    }
    100% {
        transform: translateY(calc(var(--ticker-item-height) * -3));
    }
}

@keyframes loadingBar {
    0% {
        transform: translateX(-120%);
    }
    55% {
        transform: translateX(220%);
    }
    100% {
        transform: translateX(220%);
    }
}
