/* /Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-xgroi9wy08] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header[b-xgroi9wy08] {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: rgba(9, 13, 20, 0.82);
    border-bottom: 1px solid rgba(125, 235, 176, 0.12);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.site-header-inner[b-xgroi9wy08] {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-brand[b-xgroi9wy08] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
}

.site-brand-mark[b-xgroi9wy08] {
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    place-items: center;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, #ff6fd8 0%, #8a7dff 52%, #60a5fa 100%);
    box-shadow: 0 12px 22px rgba(138, 125, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    font-size: 1.35rem;
}

.site-brand-copy[b-xgroi9wy08] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.site-brand-copy strong[b-xgroi9wy08] {
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #f8fafc;
}

.site-brand-copy small[b-xgroi9wy08] {
    font-size: 0.78rem;
    color: rgba(196, 206, 222, 0.72);
}

.site-nav[b-xgroi9wy08] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.site-nav-link[b-xgroi9wy08] {
    padding: 0.7rem 1rem;
    border-radius: 999px;
    color: rgba(196, 206, 222, 0.8);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid transparent;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.site-nav-link:hover[b-xgroi9wy08] {
    color: #ffffff;
    background: rgba(18, 24, 38, 0.92);
    border-color: rgba(125, 235, 176, 0.16);
    box-shadow: 0 0 0 1px rgba(125, 235, 176, 0.04) inset;
    transform: translateY(-1px);
}

.site-nav-link.active[b-xgroi9wy08] {
    color: #07120c;
    background: linear-gradient(135deg, #1fe070 0%, #15c964 100%);
    box-shadow: 0 10px 18px rgba(25, 210, 107, 0.24);
}

.app-shell[b-xgroi9wy08] {
    flex: 1;
    min-height: 0;
    display: flex;
    padding: 1.25rem 0 1.75rem;
}

.page-frame[b-xgroi9wy08] {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    min-height: 0;
    height: 100%;
    display: flex;
}

.page-frame > *[b-xgroi9wy08] {
    flex: 1;
    min-height: 0;
}

@media (max-width: 760px) {
    .site-header-inner[b-xgroi9wy08] {
        width: min(100%, calc(100% - 1rem));
        min-height: auto;
        padding: 0.9rem 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .site-nav[b-xgroi9wy08] {
        width: 100%;
        flex-wrap: wrap;
    }

    .site-nav-link[b-xgroi9wy08] {
        flex: 1 1 9rem;
        text-align: center;
    }

    .app-shell[b-xgroi9wy08] {
        padding-top: 1rem;
    }

    .page-frame[b-xgroi9wy08] {
        width: min(100%, calc(100% - 1rem));
    }
}

/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c9937yvsxk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-c9937yvsxk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-c9937yvsxk] {
    font-size: 1.1rem;
}

.bi[b-c9937yvsxk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-c9937yvsxk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-c9937yvsxk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-c9937yvsxk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-c9937yvsxk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c9937yvsxk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c9937yvsxk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c9937yvsxk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-c9937yvsxk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-c9937yvsxk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c9937yvsxk] {
        display: none;
    }

    .collapse[b-c9937yvsxk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-c9937yvsxk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.offers-page[b-7ezbon34o0] {
    flex: 1;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    color: #c4cede;
}

.hero-panel[b-7ezbon34o0],
.toolbar-panel[b-7ezbon34o0],
.offer-card[b-7ezbon34o0],
.trend-panel[b-7ezbon34o0],
.state-message[b-7ezbon34o0],
.chip-group[b-7ezbon34o0] {
    border: 1px solid rgba(132, 145, 166, 0.16);
    background: linear-gradient(180deg, rgba(17, 23, 35, 0.96) 0%, rgba(12, 17, 27, 0.96) 100%);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

.hero-panel[b-7ezbon34o0] {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.85fr);
    gap: 1rem;
    padding: 1.45rem;
    border-radius: 1.5rem;
}

.hero-panel[b-7ezbon34o0]::before,
.toolbar-panel[b-7ezbon34o0]::before,
.offer-card[b-7ezbon34o0]::before,
.trend-panel[b-7ezbon34o0]::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(25, 210, 107, 0.95) 0%, rgba(56, 189, 248, 0.45) 45%, rgba(255, 77, 184, 0.7) 100%);
    opacity: 0.9;
}

.hero-panel[b-7ezbon34o0]::after {
    content: "";
    position: absolute;
    inset: auto -4rem -4rem auto;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, rgba(25, 210, 107, 0.18), transparent 68%);
    pointer-events: none;
}

.hero-copy[b-7ezbon34o0],
.hero-stats[b-7ezbon34o0],
.toolbar-copy[b-7ezbon34o0],
.toolbar[b-7ezbon34o0] {
    position: relative;
    z-index: 1;
}

.hero-copy h1[b-7ezbon34o0] {
    margin: 0;
    max-width: 11ch;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: #f8fbff;
}

.hero-eyebrow[b-7ezbon34o0],
.section-kicker[b-7ezbon34o0] {
    margin: 0 0 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.74rem;
    font-weight: 800;
    color: #57e691;
}

.hero-description[b-7ezbon34o0],
.toolbar-description[b-7ezbon34o0] {
    margin: 0.95rem 0 0;
    max-width: 58ch;
    color: #90a0b7;
    font-size: 0.98rem;
}

.hero-updated[b-7ezbon34o0] {
    margin: 1rem 0 0;
    color: #d5e4f4;
    font-size: 0.86rem;
    font-weight: 700;
}

.hero-stats[b-7ezbon34o0] {
    display: grid;
    gap: 0.8rem;
}

.hero-stat[b-7ezbon34o0] {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(9, 13, 20, 0.75);
    border: 1px solid rgba(132, 145, 166, 0.14);
}

.hero-stat-label[b-7ezbon34o0] {
    display: block;
    margin-bottom: 0.35rem;
    color: #7f8ba0;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-stat strong[b-7ezbon34o0] {
    color: #f8fbff;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

.offers-header[b-7ezbon34o0] {
    padding: 0;
}

.toolbar-panel[b-7ezbon34o0] {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 1fr);
    gap: 1rem;
    padding: 1.1rem 1.15rem;
    border-radius: 1.35rem;
}

.toolbar-copy h2[b-7ezbon34o0] {
    margin: 0;
    color: #f8fbff;
    font-size: clamp(1.2rem, 3vw, 1.55rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.toolbar[b-7ezbon34o0] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 0.8rem;
}

.search-input[b-7ezbon34o0],
.control-select[b-7ezbon34o0] {
    border: 1px solid rgba(132, 145, 166, 0.16);
    border-radius: 1rem;
    background: #0d131d;
    color: #f8fbff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.search-input[b-7ezbon34o0] {
    flex: 1 1 18rem;
    min-height: 3rem;
    padding: 0.82rem 0.95rem;
    font-size: 0.95rem;
}

.search-input[b-7ezbon34o0]::placeholder {
    color: #6f7c92;
}

.search-input:focus[b-7ezbon34o0],
.control-select:focus[b-7ezbon34o0] {
    outline: none;
    border-color: rgba(25, 210, 107, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(25, 210, 107, 0.12), 0 0 24px rgba(25, 210, 107, 0.08);
}

.control-label[b-7ezbon34o0] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 12rem;
    color: #7f8ba0;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.control-select[b-7ezbon34o0] {
    min-height: 3rem;
    padding: 0.72rem 0.9rem;
    font-size: 0.94rem;
}

.filter-chips-row[b-7ezbon34o0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.85rem;
    align-items: center;
}

.chip-group[b-7ezbon34o0] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0.62rem 0.78rem;
    border-radius: 999px;
}

.chip-group-label[b-7ezbon34o0] {
    color: #7f8ba0;
    font-size: 0.76rem;
    font-weight: 800;
}

.filter-chip[b-7ezbon34o0] {
    border: 1px solid rgba(132, 145, 166, 0.14);
    border-radius: 999px;
    padding: 0.34rem 0.66rem;
    background: #0f1520;
    color: #c4cede;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.compact-chip[b-7ezbon34o0] {
    padding-inline: 0.58rem;
}

.compact-select-group[b-7ezbon34o0] {
    gap: 0.55rem;
}

.compact-filter-label[b-7ezbon34o0] {
    margin: 0;
}

.chip-select[b-7ezbon34o0] {
    min-width: 11.5rem;
    min-height: 2.2rem;
    padding: 0.42rem 2rem 0.42rem 0.72rem;
    border: 1px solid rgba(132, 145, 166, 0.16);
    border-radius: 999px;
    background: #0f1520;
    color: #f8fbff;
    font-size: 0.78rem;
    font-weight: 700;
}

.chip-select:focus[b-7ezbon34o0] {
    outline: none;
    border-color: rgba(25, 210, 107, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(25, 210, 107, 0.12), 0 0 24px rgba(25, 210, 107, 0.08);
}

.filter-chip:hover[b-7ezbon34o0] {
    transform: translateY(-1px);
    border-color: rgba(255, 77, 184, 0.32);
    background: rgba(255, 77, 184, 0.08);
}

.filter-chip.active[b-7ezbon34o0] {
    color: #07120c;
    background: linear-gradient(135deg, #1fe070 0%, #15c964 100%);
    border-color: rgba(25, 210, 107, 0.45);
    box-shadow: 0 12px 22px rgba(25, 210, 107, 0.2);
}

.offers-scroll-area[b-7ezbon34o0] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-right: 0.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.offers-scroll-area[b-7ezbon34o0]::-webkit-scrollbar,
.trend-list[b-7ezbon34o0]::-webkit-scrollbar {
    width: 0.7rem;
}

.offers-scroll-area[b-7ezbon34o0]::-webkit-scrollbar-thumb,
.trend-list[b-7ezbon34o0]::-webkit-scrollbar-thumb {
    background: rgba(125, 235, 176, 0.18);
    border-radius: 999px;
    border: 0.18rem solid transparent;
    background-clip: content-box;
}

.results-summary[b-7ezbon34o0] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    align-self: flex-start;
    padding: 0.62rem 0.9rem;
    border-radius: 999px;
    background: rgba(17, 23, 35, 0.94);
    border: 1px solid rgba(25, 210, 107, 0.18);
    color: #c4cede;
    font-size: 0.84rem;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
}

.results-summary strong[b-7ezbon34o0] {
    color: #f8fbff;
}

.results-summary-label[b-7ezbon34o0] {
    color: #7f8ba0;
}

.offers-grid[b-7ezbon34o0] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.offer-card[b-7ezbon34o0] {
    position: relative;
    overflow: hidden;
    min-height: 17rem;
    padding: 1rem;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.offer-card:hover[b-7ezbon34o0] {
    transform: translateY(-2px);
    border-color: rgba(25, 210, 107, 0.26);
    box-shadow: 0 26px 44px rgba(0, 0, 0, 0.38);
}

.offer-card-head[b-7ezbon34o0],
.offer-card-footer[b-7ezbon34o0],
.offer-card-actions[b-7ezbon34o0],
.offer-tag-row[b-7ezbon34o0],
.offer-brand[b-7ezbon34o0] {
    display: flex;
    gap: 0.65rem;
}

.offer-card-head[b-7ezbon34o0],
.offer-card-footer[b-7ezbon34o0] {
    justify-content: space-between;
    align-items: flex-start;
}

.offer-brand[b-7ezbon34o0] {
    align-items: center;
    min-width: 0;
}

.offer-brand-copy[b-7ezbon34o0] {
    min-width: 0;
}

.offer-avatar[b-7ezbon34o0] {
    flex: 0 0 auto;
    width: 2.55rem;
    height: 2.55rem;
    display: grid;
    place-items: center;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #f8b4d9 0%, #b794f4 55%, #7dd3fc 100%);
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.03em;
    box-shadow: 0 10px 18px rgba(183, 148, 244, 0.22);
}

.offer-source-name[b-7ezbon34o0] {
    display: inline-block;
    margin-bottom: 0.18rem;
    color: #8ea0b6;
    font-size: 0.8rem;
}

.offer-card-head h2[b-7ezbon34o0] {
    margin: 0;
    color: #f8fbff;
    font-size: 1.05rem;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.store-link[b-7ezbon34o0] {
    color: #f8fbff;
    text-decoration: none;
}

.store-link:hover[b-7ezbon34o0] {
    color: #7debb0;
}

.offer-status-badge[b-7ezbon34o0],
.offer-tag[b-7ezbon34o0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    white-space: nowrap;
}

.offer-status-badge[b-7ezbon34o0] {
    padding: 0.34rem 0.72rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    border: 1px solid transparent;
}

.status-new[b-7ezbon34o0] {
    color: #07120c;
    background: linear-gradient(135deg, #1fe070 0%, #15c964 100%);
    box-shadow: 0 0 0 1px rgba(25, 210, 107, 0.12) inset, 0 10px 20px rgba(25, 210, 107, 0.16);
}

.status-hot[b-7ezbon34o0] {
    color: #2e1700;
    background: linear-gradient(135deg, #ffbb55 0%, #ff8f1f 100%);
    box-shadow: 0 10px 20px rgba(255, 157, 47, 0.14);
}

.status-live[b-7ezbon34o0] {
    color: #dcecff;
    background: rgba(74, 222, 128, 0.12);
    border-color: rgba(74, 222, 128, 0.25);
}

.discount-value[b-7ezbon34o0] {
    margin: 0;
    color: #19d26b;
    font-size: clamp(1.6rem, 4vw, 2.15rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-shadow: 0 0 18px rgba(25, 210, 107, 0.12);
}

.discount-value.discount-high[b-7ezbon34o0] {
    color: #19d26b;
}

.discount-value.discount-mid[b-7ezbon34o0] {
    color: #50d2ff;
}

.discount-value.discount-low[b-7ezbon34o0] {
    color: #a5b4fc;
}

.discount-label[b-7ezbon34o0] {
    color: #95a3b8;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0;
}

.offer-tag-row[b-7ezbon34o0] {
    flex-wrap: wrap;
    align-items: center;
}

.offer-tag[b-7ezbon34o0] {
    padding: 0.32rem 0.7rem;
    font-size: 0.76rem;
    font-weight: 700;
    border: 1px solid transparent;
}

.change-tag[b-7ezbon34o0] {
    color: #d8eefc;
    background: rgba(96, 165, 250, 0.12);
    border-color: rgba(96, 165, 250, 0.2);
}

.change-new[b-7ezbon34o0] {
    color: #052e16;
    background: #86efac;
    border-color: rgba(134, 239, 172, 0.4);
}

.change-up[b-7ezbon34o0] {
    color: #082f49;
    background: rgba(103, 232, 249, 0.18);
    border-color: rgba(103, 232, 249, 0.24);
}

.change-down[b-7ezbon34o0] {
    color: #431407;
    background: rgba(251, 146, 60, 0.18);
    border-color: rgba(251, 146, 60, 0.24);
}

.scope-tag[b-7ezbon34o0] {
    color: #f472b6;
    background: rgba(244, 114, 182, 0.12);
    border-color: rgba(244, 114, 182, 0.18);
}

.kind-tag[b-7ezbon34o0] {
    color: #ff9d2f;
    background: rgba(255, 157, 47, 0.1);
    border-color: rgba(255, 157, 47, 0.18);
}

.warm-tag[b-7ezbon34o0] {
    color: #67e8f9;
    background: rgba(103, 232, 249, 0.1);
    border-color: rgba(103, 232, 249, 0.16);
}

.offer-meta[b-7ezbon34o0],
.scope-description[b-7ezbon34o0],
.observed-time[b-7ezbon34o0],
.state-message[b-7ezbon34o0] {
    margin: 0;
    color: #8ea0b6;
    font-size: 0.92rem;
}

.scope-description[b-7ezbon34o0] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #b4c0d0;
    line-height: 1.5;
}

.observed-time[b-7ezbon34o0] {
    margin-top: auto;
    color: #728096;
    font-size: 0.8rem;
}

.offer-card-footer[b-7ezbon34o0] {
    margin-top: auto;
    align-items: flex-end;
    justify-content: flex-end;
}

.offer-card-actions[b-7ezbon34o0] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.trend-btn[b-7ezbon34o0],
.trend-close[b-7ezbon34o0],
.visit-btn[b-7ezbon34o0],
.load-more-btn[b-7ezbon34o0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 0.88rem;
    border-radius: 999px;
    border: 1px solid rgba(132, 145, 166, 0.16);
    background: #0f1520;
    color: #f8fbff;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.trend-btn:hover[b-7ezbon34o0],
.trend-close:hover[b-7ezbon34o0] {
    transform: translateY(-1px);
    border-color: rgba(255, 77, 184, 0.28);
    background: rgba(255, 77, 184, 0.08);
}

.visit-btn[b-7ezbon34o0],
.load-more-btn[b-7ezbon34o0] {
    color: #07120c;
    background: linear-gradient(135deg, #1fe070 0%, #15c964 100%);
    border-color: rgba(25, 210, 107, 0.34);
    box-shadow: 0 12px 22px rgba(25, 210, 107, 0.2);
}

.visit-btn:hover[b-7ezbon34o0],
.load-more-btn:hover[b-7ezbon34o0] {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(25, 210, 107, 0.24);
}

.load-more-btn[b-7ezbon34o0] {
    align-self: center;
}

.state-message[b-7ezbon34o0] {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(17, 23, 35, 0.95);
    border: 1px solid rgba(132, 145, 166, 0.16);
}

.state-message.error[b-7ezbon34o0] {
    color: #ffd8df;
    background: rgba(41, 22, 27, 0.96);
    border-color: rgba(255, 102, 125, 0.22);
}

.end-message[b-7ezbon34o0] {
    color: #90a0b7;
}

.scroll-sentinel[b-7ezbon34o0] {
    width: 100%;
    height: 1px;
}

.deal-modal-backdrop[b-7ezbon34o0] {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(4, 8, 15, 0.72);
    backdrop-filter: blur(10px);
}

.deal-modal[b-7ezbon34o0] {
    width: min(56rem, 100%);
    max-height: min(88vh, 58rem);
    overflow: auto;
    padding: 1.2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(132, 145, 166, 0.16);
    background: linear-gradient(180deg, rgba(17, 23, 35, 0.98) 0%, rgba(12, 17, 27, 0.98) 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
}

.deal-modal[b-7ezbon34o0]::before {
    content: "";
    position: sticky;
    display: block;
    top: 0;
    height: 1px;
    margin: -1.15rem -1.15rem 1.15rem;
    background: linear-gradient(90deg, rgba(25, 210, 107, 0.95) 0%, rgba(56, 189, 248, 0.45) 45%, rgba(255, 77, 184, 0.7) 100%);
}

.modal-kicker[b-7ezbon34o0] {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #57e691;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.modal-summary-grid[b-7ezbon34o0] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.modal-summary-card[b-7ezbon34o0] {
    padding: 0.9rem 0.95rem;
    border-radius: 1rem;
    background: rgba(9, 13, 20, 0.82);
    border: 1px solid rgba(132, 145, 166, 0.12);
}

.modal-summary-label[b-7ezbon34o0] {
    display: block;
    margin-bottom: 0.35rem;
    color: #7f8ba0;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.modal-summary-card strong[b-7ezbon34o0] {
    display: block;
    color: #f8fbff;
    font-size: 1.25rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.modal-summary-card small[b-7ezbon34o0] {
    display: block;
    margin-top: 0.35rem;
    color: #9cafc6;
    line-height: 1.45;
}

.trend-panel-head[b-7ezbon34o0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.trend-panel-head h3[b-7ezbon34o0] {
    margin: 0;
    color: #f8fbff;
    font-size: 1.05rem;
    letter-spacing: -0.03em;
}

.trend-summary[b-7ezbon34o0] {
    margin: 0.3rem 0 0;
    color: #a4b6cb;
    font-size: 0.88rem;
}

.trend-toolbar[b-7ezbon34o0] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.9rem;
}

.detail-actions[b-7ezbon34o0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

.trend-interval-label[b-7ezbon34o0] {
    width: min(14rem, 100%);
    margin-bottom: 0;
}

.sparkline-shell[b-7ezbon34o0] {
    margin-bottom: 0.95rem;
    padding: 0.7rem 0.85rem;
    border-radius: 1rem;
    background: rgba(9, 13, 20, 0.8);
    border: 1px solid rgba(132, 145, 166, 0.12);
}

.sparkline[b-7ezbon34o0] {
    width: 100%;
    height: 4rem;
}

.sparkline polyline[b-7ezbon34o0] {
    fill: none;
    stroke: #38bdf8;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.compare-panel[b-7ezbon34o0] {
    margin-bottom: 1rem;
    padding: 0.95rem;
    border-radius: 1.1rem;
    background: rgba(9, 13, 20, 0.68);
    border: 1px solid rgba(132, 145, 166, 0.12);
}

.compare-head[b-7ezbon34o0] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.compare-head h4[b-7ezbon34o0] {
    margin: 0;
    color: #f8fbff;
    font-size: 0.95rem;
}

.compare-head span[b-7ezbon34o0] {
    color: #7f8ba0;
    font-size: 0.8rem;
}

.compare-grid[b-7ezbon34o0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 0.75rem;
}

.compare-card[b-7ezbon34o0] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.8rem;
    border-radius: 1rem;
    background: #0e141f;
    border: 1px solid rgba(132, 145, 166, 0.12);
}

.compare-card strong[b-7ezbon34o0],
.compare-card span[b-7ezbon34o0],
.compare-card small[b-7ezbon34o0],
.compare-card a[b-7ezbon34o0] {
    color: #d8e3f1;
}

.compare-card span[b-7ezbon34o0] {
    color: #4ade80;
    font-weight: 800;
}

.compare-card small[b-7ezbon34o0] {
    color: #8ea0b6;
}

.compare-card a[b-7ezbon34o0] {
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
}

.compare-card a:hover[b-7ezbon34o0] {
    color: #7debb0;
}

.subtle-btn[b-7ezbon34o0] {
    color: #dcecff;
    background: rgba(16, 24, 39, 0.94);
    border-color: rgba(132, 145, 166, 0.2);
    box-shadow: none;
}

.subtle-btn:hover[b-7ezbon34o0] {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
}

.trend-list[b-7ezbon34o0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 18rem;
    overflow: auto;
}

.trend-item[b-7ezbon34o0] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto auto;
    gap: 0.65rem;
    align-items: center;
    padding: 0.65rem 0.75rem;
    border-radius: 0.95rem;
    background: #0e141f;
    border: 1px solid rgba(132, 145, 166, 0.12);
}

.trend-time[b-7ezbon34o0] {
    color: #b4c0d0;
}

.trend-value[b-7ezbon34o0] {
    color: #19d26b;
    font-weight: 900;
}

.trend-count[b-7ezbon34o0] {
    color: #7f8ba0;
}

.skeleton-card[b-7ezbon34o0] {
    pointer-events: none;
    gap: 0.8rem;
}

@keyframes shimmer-b-7ezbon34o0 {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}

.sk-line[b-7ezbon34o0] {
    border-radius: 0.8rem;
    height: 1rem;
    background: linear-gradient(90deg, #111827 20%, #1b2434 50%, #111827 80%);
    background-size: 400px 100%;
    animation: shimmer-b-7ezbon34o0 1.3s infinite linear;
}

.sk-title[b-7ezbon34o0] { height: 1.15rem; width: 62%; }
.sk-discount[b-7ezbon34o0] { height: 1.8rem; width: 48%; }
.sk-meta[b-7ezbon34o0] { height: 0.9rem; width: 84%; }
.sk-meta.short[b-7ezbon34o0] { width: 56%; }

@media (max-width: 1080px) {
    .hero-panel[b-7ezbon34o0],
    .toolbar-panel[b-7ezbon34o0] {
        grid-template-columns: 1fr;
    }

    .offers-grid[b-7ezbon34o0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .hero-panel[b-7ezbon34o0],
    .toolbar-panel[b-7ezbon34o0],
    .offer-card[b-7ezbon34o0] {
        border-radius: 1.1rem;
    }

    .hero-panel[b-7ezbon34o0],
    .toolbar-panel[b-7ezbon34o0] {
        padding: 1rem;
    }

    .toolbar[b-7ezbon34o0] {
        flex-direction: column;
        align-items: stretch;
    }

    .control-label[b-7ezbon34o0] {
        min-width: 0;
    }

    .chip-group[b-7ezbon34o0],
    .compact-select-group[b-7ezbon34o0] {
        width: 100%;
        border-radius: 1rem;
    }

    .chip-select[b-7ezbon34o0] {
        min-width: 0;
        width: 100%;
    }

    .offers-grid[b-7ezbon34o0] {
        grid-template-columns: 1fr;
    }

    .offer-card-head[b-7ezbon34o0],
    .offer-card-footer[b-7ezbon34o0],
    .trend-panel-head[b-7ezbon34o0] {
        flex-direction: column;
        align-items: flex-start;
    }

    .offer-card-actions[b-7ezbon34o0] {
        width: 100%;
        justify-content: flex-start;
    }

    .trend-btn[b-7ezbon34o0],
    .visit-btn[b-7ezbon34o0] {
        flex: 1 1 10rem;
    }

    .deal-modal-backdrop[b-7ezbon34o0] {
        padding: 0.75rem;
    }

    .deal-modal[b-7ezbon34o0] {
        max-height: 92vh;
        padding: 1rem;
        border-radius: 1.1rem;
    }

    .modal-summary-grid[b-7ezbon34o0] {
        grid-template-columns: 1fr;
    }

    .trend-item[b-7ezbon34o0] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/ImportRuns.razor.rz.scp.css */
.import-runs-page[b-p1o76ekbxn] {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    color: #c4cede;
}

.page-hero[b-p1o76ekbxn],
.summary-card[b-p1o76ekbxn],
.runs-section[b-p1o76ekbxn],
.state-text[b-p1o76ekbxn] {
    border: 1px solid rgba(132, 145, 166, 0.16);
    background: linear-gradient(180deg, rgba(17, 23, 35, 0.96) 0%, rgba(12, 17, 27, 0.96) 100%);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

.page-hero[b-p1o76ekbxn] {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(14rem, 0.7fr);
    gap: 1rem;
    padding: 1.4rem;
    border-radius: 1.5rem;
}

.page-hero[b-p1o76ekbxn]::before,
.summary-card[b-p1o76ekbxn]::before,
.runs-section[b-p1o76ekbxn]::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(25, 210, 107, 0.92) 0%, rgba(56, 189, 248, 0.4) 45%, rgba(255, 77, 184, 0.68) 100%);
}

.page-hero[b-p1o76ekbxn]::after {
    content: "";
    position: absolute;
    inset: auto -4rem -4rem auto;
    width: 13rem;
    height: 13rem;
    background: radial-gradient(circle, rgba(25, 210, 107, 0.16), transparent 68%);
    pointer-events: none;
}

.page-kicker[b-p1o76ekbxn] {
    margin: 0 0 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.74rem;
    font-weight: 800;
    color: #57e691;
}

.page-hero h1[b-p1o76ekbxn] {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: #f8fbff;
}

.page-description[b-p1o76ekbxn] {
    margin: 0.9rem 0 0;
    max-width: 58ch;
    color: #90a0b7;
}

.page-hero-note[b-p1o76ekbxn] {
    position: relative;
    z-index: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.42rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: rgba(9, 13, 20, 0.78);
    border: 1px solid rgba(132, 145, 166, 0.14);
}

.page-note-label[b-p1o76ekbxn] {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.74rem;
    color: #7f8ba0;
}

.page-hero-note strong[b-p1o76ekbxn] {
    font-size: 1.95rem;
    line-height: 1;
    color: #f8fbff;
}

.summary-grid[b-p1o76ekbxn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    gap: 0.8rem;
}

.summary-card[b-p1o76ekbxn],
.runs-section[b-p1o76ekbxn] {
    position: relative;
    overflow: hidden;
}

.summary-card[b-p1o76ekbxn] {
    padding: 0.9rem 1rem;
    border-radius: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.summary-card strong[b-p1o76ekbxn] {
    color: #7f8ba0;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.summary-card span[b-p1o76ekbxn] {
    color: #f8fbff;
    font-size: 1.45rem;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.runs-section[b-p1o76ekbxn] {
    padding: 1.05rem;
    border-radius: 1.25rem;
}

.runs-section-head[b-p1o76ekbxn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.runs-section-head h2[b-p1o76ekbxn] {
    margin: 0;
    color: #f8fbff;
    font-size: clamp(1.15rem, 3vw, 1.45rem);
    letter-spacing: -0.03em;
}

.page-pill[b-p1o76ekbxn] {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.76rem;
    border-radius: 999px;
    background: rgba(25, 210, 107, 0.12);
    border: 1px solid rgba(25, 210, 107, 0.2);
    color: #8bf0b8;
    font-size: 0.78rem;
    font-weight: 800;
}

.table-wrap[b-p1o76ekbxn] {
    overflow-x: auto;
    border-radius: 1rem;
}

.table-wrap[b-p1o76ekbxn]::-webkit-scrollbar {
    height: 0.65rem;
}

.table-wrap[b-p1o76ekbxn]::-webkit-scrollbar-thumb {
    background: rgba(125, 235, 176, 0.18);
    border-radius: 999px;
}

.runs-table[b-p1o76ekbxn] {
    width: 100%;
    min-width: 58rem;
    border-collapse: collapse;
}

.runs-table thead th[b-p1o76ekbxn] {
    padding: 0.88rem 0.85rem;
    text-align: left;
    color: #7f8ba0;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    border-bottom: 1px solid rgba(132, 145, 166, 0.14);
}

.runs-table tbody td[b-p1o76ekbxn] {
    padding: 0.92rem 0.85rem;
    color: #c4cede;
    font-size: 0.91rem;
    border-bottom: 1px solid rgba(132, 145, 166, 0.08);
}

.runs-table tbody tr:hover[b-p1o76ekbxn] {
    background: rgba(255, 77, 184, 0.05);
}

.status-badge[b-p1o76ekbxn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.75rem;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.status-ok[b-p1o76ekbxn] {
    color: #07120c;
    background: linear-gradient(135deg, #1fe070 0%, #15c964 100%);
    box-shadow: 0 10px 18px rgba(25, 210, 107, 0.16);
}

.status-failed[b-p1o76ekbxn] {
    color: #ffd8df;
    background: rgba(255, 102, 125, 0.14);
    border: 1px solid rgba(255, 102, 125, 0.2);
}

.state-text[b-p1o76ekbxn] {
    margin: 0;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    color: #c4cede;
}

.state-text.error[b-p1o76ekbxn] {
    color: #ffd8df;
    background: rgba(41, 22, 27, 0.96);
    border-color: rgba(255, 102, 125, 0.22);
}

.pager[b-p1o76ekbxn] {
    display: flex;
    gap: 0.65rem;
}

.pager-btn[b-p1o76ekbxn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(132, 145, 166, 0.16);
    background: #0f1520;
    color: #f8fbff;
    font-size: 0.86rem;
    font-weight: 800;
    transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.pager-btn:hover:enabled[b-p1o76ekbxn] {
    transform: translateY(-1px);
    border-color: rgba(255, 77, 184, 0.28);
    background: rgba(255, 77, 184, 0.08);
}

.pager-btn-primary[b-p1o76ekbxn] {
    color: #07120c;
    background: linear-gradient(135deg, #1fe070 0%, #15c964 100%);
    border-color: rgba(25, 210, 107, 0.34);
    box-shadow: 0 12px 22px rgba(25, 210, 107, 0.2);
}

.pager-btn:disabled[b-p1o76ekbxn] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 920px) {
    .page-hero[b-p1o76ekbxn] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .page-hero[b-p1o76ekbxn],
    .runs-section[b-p1o76ekbxn],
    .summary-card[b-p1o76ekbxn] {
        border-radius: 1.1rem;
    }

    .page-hero[b-p1o76ekbxn] {
        padding: 1rem;
    }

    .runs-section-head[b-p1o76ekbxn],
    .pager[b-p1o76ekbxn] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/Store.razor.rz.scp.css */
.store-page[b-8yndme1953] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #d5e4f4;
}

.store-hero[b-8yndme1953],
.store-panel[b-8yndme1953],
.summary-card[b-8yndme1953],
.offer-card[b-8yndme1953],
.store-state[b-8yndme1953] {
    border: 1px solid rgba(132, 145, 166, 0.16);
    background: linear-gradient(180deg, rgba(17, 23, 35, 0.96) 0%, rgba(12, 17, 27, 0.96) 100%);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

.store-hero[b-8yndme1953],
.store-panel[b-8yndme1953] {
    position: relative;
    overflow: hidden;
    border-radius: 1.35rem;
    padding: 1.2rem;
}

.store-hero[b-8yndme1953]::before,
.store-panel[b-8yndme1953]::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(25, 210, 107, 0.95) 0%, rgba(56, 189, 248, 0.45) 45%, rgba(255, 77, 184, 0.7) 100%);
}

.store-hero[b-8yndme1953] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.store-kicker[b-8yndme1953] {
    margin: 0 0 0.55rem;
    color: #57e691;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.store-hero h1[b-8yndme1953],
.store-panel h2[b-8yndme1953],
.offer-card h3[b-8yndme1953] {
    margin: 0;
    color: #f8fbff;
    letter-spacing: -0.03em;
}

.store-description[b-8yndme1953],
.store-updated[b-8yndme1953],
.trend-summary[b-8yndme1953],
.offer-meta[b-8yndme1953],
.scope-description[b-8yndme1953],
.store-state[b-8yndme1953] {
    margin: 0;
    color: #96a6bc;
}

.store-description[b-8yndme1953] {
    margin-top: 0.9rem;
    max-width: 58ch;
}

.store-updated[b-8yndme1953] {
    margin-top: 0.8rem;
    font-size: 0.86rem;
    font-weight: 700;
}

.store-hero-actions[b-8yndme1953] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.7rem;
}

.back-link[b-8yndme1953],
.primary-link[b-8yndme1953],
.offer-link[b-8yndme1953] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(132, 145, 166, 0.16);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 800;
}

.back-link[b-8yndme1953] {
    color: #dcecff;
    background: rgba(16, 24, 39, 0.94);
}

.primary-link[b-8yndme1953],
.offer-link[b-8yndme1953] {
    color: #07120c;
    background: linear-gradient(135deg, #1fe070 0%, #15c964 100%);
    border-color: rgba(25, 210, 107, 0.34);
    box-shadow: 0 12px 22px rgba(25, 210, 107, 0.2);
}

.store-summary-grid[b-8yndme1953] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.summary-card[b-8yndme1953] {
    padding: 1rem;
    border-radius: 1.15rem;
}

.summary-label[b-8yndme1953] {
    display: block;
    margin-bottom: 0.4rem;
    color: #7f8ba0;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.summary-card strong[b-8yndme1953] {
    display: block;
    color: #f8fbff;
    font-size: 1.45rem;
    line-height: 1.05;
}

.summary-card small[b-8yndme1953] {
    display: block;
    margin-top: 0.4rem;
    color: #96a6bc;
}

.store-panel-head[b-8yndme1953] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.interval-label[b-8yndme1953] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: #7f8ba0;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.interval-select[b-8yndme1953] {
    min-height: 2.8rem;
    padding: 0.68rem 0.9rem;
    border: 1px solid rgba(132, 145, 166, 0.16);
    border-radius: 1rem;
    background: #0d131d;
    color: #f8fbff;
}

.sparkline-shell[b-8yndme1953] {
    margin-bottom: 0.95rem;
    padding: 0.7rem 0.85rem;
    border-radius: 1rem;
    background: rgba(9, 13, 20, 0.8);
    border: 1px solid rgba(132, 145, 166, 0.12);
}

.sparkline[b-8yndme1953] {
    width: 100%;
    height: 4rem;
}

.sparkline polyline[b-8yndme1953] {
    fill: none;
    stroke: #38bdf8;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trend-list[b-8yndme1953],
.offers-grid[b-8yndme1953] {
    display: grid;
    gap: 0.75rem;
}

.trend-list[b-8yndme1953] {
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.trend-item[b-8yndme1953],
.offer-card[b-8yndme1953] {
    border-radius: 1rem;
    background: #0e141f;
    border: 1px solid rgba(132, 145, 166, 0.12);
}

.trend-item[b-8yndme1953] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.8rem;
}

.trend-item strong[b-8yndme1953] {
    color: #4ade80;
}

.trend-item small[b-8yndme1953] {
    color: #7f8ba0;
}

.offers-grid[b-8yndme1953] {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.offer-card[b-8yndme1953] {
    padding: 0.95rem;
}

.offer-card-head[b-8yndme1953] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 0.8rem;
}

.source-name[b-8yndme1953] {
    color: #8ea0b6;
    font-size: 0.8rem;
}

.offer-tag[b-8yndme1953] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    color: #f472b6;
    background: rgba(244, 114, 182, 0.12);
    border: 1px solid rgba(244, 114, 182, 0.18);
    font-size: 0.76rem;
    font-weight: 700;
}

.offer-meta[b-8yndme1953] {
    margin-top: 0.7rem;
    font-size: 0.88rem;
}

.scope-description[b-8yndme1953] {
    margin-top: 0.6rem;
    line-height: 1.45;
}

.offer-link[b-8yndme1953] {
    margin-top: 0.85rem;
    align-self: flex-start;
}

.store-state[b-8yndme1953] {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
}

.store-state.error[b-8yndme1953] {
    color: #ffd8df;
    background: rgba(41, 22, 27, 0.96);
    border-color: rgba(255, 102, 125, 0.22);
}

@media (max-width: 900px) {
    .store-hero[b-8yndme1953],
    .store-summary-grid[b-8yndme1953] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .store-hero[b-8yndme1953],
    .store-panel[b-8yndme1953] {
        padding: 1rem;
        border-radius: 1.1rem;
    }

    .store-panel-head[b-8yndme1953] {
        flex-direction: column;
        align-items: stretch;
    }

    .store-hero-actions[b-8yndme1953] {
        justify-content: flex-start;
    }
}
