:root {
    --bs-body-font-family: "Manrope", "Segoe UI", sans-serif;
    --bs-body-bg: #eef4ef;
    --bs-body-color: #192338;
    --bs-primary: #52b051;
    --bs-primary-rgb: 82, 176, 81;
    --bs-border-color: rgba(25, 35, 56, 0.12);
    --app-navy: #192338;
    --app-forest: #52b051;
    --app-coral: #52b051;
    --app-alert: #9b461c;
    --app-alert-soft: rgba(219, 107, 46, 0.14);
    --app-sand: #eef4ef;
    --app-cream: #f8fbf8;
    --app-muted: #5d6a7e;
    --app-shadow: 0 28px 70px rgba(25, 35, 56, 0.12);
    --app-shadow-soft: 0 18px 42px rgba(25, 35, 56, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--bs-body-color);
    background:
    radial-gradient(circle at top left, rgba(82, 176, 81, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(25, 35, 56, 0.12), transparent 24%),
    linear-gradient(180deg, #f8fbf8 0%, var(--app-sand) 48%, #e6eee8 100%);
}

body::before,
body::after {
    content: "";
    position: fixed;
    width: 24rem;
    height: 24rem;
    border-radius: 999px;
    filter: blur(110px);
    opacity: 0.36;
    pointer-events: none;
    z-index: 0;
}

body::before {
    top: 5rem;
    left: -9rem;
    background: rgba(82, 176, 81, 0.24);
}

body::after {
    right: -8rem;
    bottom: 1rem;
    background: rgba(25, 35, 56, 0.18);
}

.page-shell {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
    padding: 1.5rem 1.6rem 3rem;
}

.auth-shell {
    max-width: 1380px;
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hidden {
    display: none !important;
}

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

.app-navbar {
    padding: 0.95rem 1.25rem;
    border: 1px solid rgba(26, 47, 55, 0.1);
    border-radius: 1.6rem;
    background: rgba(252, 248, 243, 0.76);
    backdrop-filter: blur(16px);
    box-shadow: var(--app-shadow-soft);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--app-navy);
}

.brand-mark:hover {
    color: var(--app-navy);
}

.brand-logo {
    display: block;
    width: min(100%, 18rem);
    height: auto;
}

.brand-logo-auth {
    width: min(100%, 20rem);
}

.brand-lockup {
    display: grid;
    gap: 0.2rem;
    line-height: 1.05;
}

.brand-mark-caption {
    color: var(--app-forest);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.brand-mark-title {
    font-family: "Sora", "Manrope", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.workspace-topbar-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.topbar-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(82, 176, 81, 0.14);
    color: #2d7f36;
    font-size: 0.82rem;
    font-weight: 700;
}

.topbar-pill-muted {
    background: rgba(25, 35, 56, 0.08);
    color: #465065;
}

.hero-card,
.panel,
.auth-hero-panel,
.auth-card,
.store-card {
    border-radius: 2rem;
    box-shadow: var(--app-shadow);
}

.hero-card {
    background:
    radial-gradient(circle at top right, rgba(82, 176, 81, 0.18), transparent 24%),
    radial-gradient(circle at bottom left, rgba(25, 35, 56, 0.14), transparent 28%),
    linear-gradient(155deg, rgba(251, 254, 251, 0.96), rgba(236, 243, 237, 0.94));
}

.eyebrow {
    margin: 0 0 0.7rem;
    color: var(--app-coral);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.display-hero,
.panel-title,
.auth-hero-copy h1,
.auth-card h2 {
    margin: 0;
    font-family: "Sora", "Manrope", sans-serif;
    color: var(--app-navy);
    letter-spacing: -0.045em;
}

.display-hero {
    max-width: 12ch;
    font-size: clamp(2.3rem, 3.6vw, 3.9rem);
    line-height: 1.02;
}

.hero-text,
.panel-subtitle,
.auth-card-header p,
.auth-feature-card p,
.auth-note-card p,
.table-hint,
.pagination-summary {
    color: var(--app-muted);
}

.hero-text {
    margin: 0.85rem 0 0;
    max-width: 62ch;
    font-size: 0.98rem;
    line-height: 1.62;
}

.hero-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 0.98rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 0 1px rgba(19, 35, 45, 0.08);
    color: var(--app-navy);
    font-size: 0.86rem;
    font-weight: 700;
}

.stat-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 144px;
    padding: 1.15rem;
    border-radius: 1.55rem;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.82), rgba(246, 238, 229, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.stat-card-accent {
    background: linear-gradient(145deg, #192338, #2b4f3a);
    color: #f8fbfb;
}

.stat-value {
    font-family: "Sora", "Manrope", sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
}

.stat-label {
    margin-top: 0.45rem;
    font-size: 0.94rem;
    color: rgba(19, 35, 45, 0.72);
}

.stat-card-accent .stat-label {
    color: rgba(248, 251, 251, 0.78);
}

.message-banner {
    border: 0;
    border-radius: 1.15rem;
    box-shadow: var(--app-shadow-soft);
    font-weight: 700;
}

.alert-info {
    --bs-alert-color: #173a43;
    --bs-alert-bg: rgba(26, 106, 92, 0.16);
}

.alert-danger {
    --bs-alert-color: #842f2a;
    --bs-alert-bg: rgba(189, 70, 57, 0.14);
}

.panel {
    background: rgba(252, 248, 243, 0.82);
    backdrop-filter: blur(14px);
}

.panel-title {
    font-size: 1.65rem;
}

.panel-subtitle {
    margin: 0.55rem 0 0;
    font-size: 0.98rem;
    line-height: 1.55;
}

.panel-header-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.locked-feature-card {
    padding: 1.2rem 1.25rem;
    border: 1px solid rgba(25, 35, 56, 0.08);
    border-radius: 1.55rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(239, 247, 239, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.locked-feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.76rem;
    border-radius: 999px;
    background: rgba(25, 35, 56, 0.08);
    color: #445067;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.locked-feature-title {
    margin: 0.95rem 0 0;
    font-family: "Sora", "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--app-navy);
}

.locked-feature-text,
.form-helper {
    margin-top: 0.55rem;
    color: var(--app-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.form-helper-locked {
    color: #48615a;
}

.hero-pill-row-compact {
    margin-top: 0.95rem;
}

.hero-pill-compact {
    padding: 0.58rem 0.82rem;
    font-size: 0.82rem;
}

.form-label {
    margin-bottom: 0.55rem;
    color: #27424a;
    font-size: 0.92rem;
    font-weight: 700;
}

.form-control,
.form-select,
.input-group-text {
    border: 1px solid rgba(19, 35, 45, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
    color: var(--app-navy);
    box-shadow: none;
}

.form-control,
.form-select {
    min-height: 3.1rem;
}

.form-control-lg,
.form-select-lg {
    min-height: 3.55rem;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(26, 106, 92, 0.4);
    background: #fff;
    box-shadow: 0 0 0 0.25rem rgba(26, 106, 92, 0.11);
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(204, 98, 48, 0.14);
}

.btn:disabled {
    opacity: 0.76;
}

.primary-button {
    border: 0;
    background: linear-gradient(135deg, #52b051, #3f9643);
    color: #fffaf6;
    box-shadow: 0 18px 40px rgba(82, 176, 81, 0.22);
}

.primary-button:hover,
.primary-button:focus,
.primary-button:active {
    background: linear-gradient(135deg, #52b051, #3f9643) !important;
    color: #fffaf6 !important;
}

.secondary-button {
    border: 1px solid rgba(25, 35, 56, 0.12);
    background: rgba(25, 35, 56, 0.08);
    color: var(--app-navy);
}

.secondary-button:hover,
.secondary-button:focus,
.secondary-button:active {
    background: rgba(25, 35, 56, 0.14) !important;
    color: var(--app-navy) !important;
}

.ghost-button {
    border: 1px solid transparent;
    background: rgba(19, 35, 45, 0.06);
    color: var(--app-navy);
}

.ghost-button:hover,
.ghost-button:focus,
.ghost-button:active {
    background: rgba(19, 35, 45, 0.1) !important;
    color: var(--app-navy) !important;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.filter-check {
    padding: 0.95rem 1rem 0.95rem 2.5rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(19, 35, 45, 0.08);
    background: rgba(25, 35, 56, 0.04);
}

.filter-check .form-check-input {
    margin-left: -1.4rem;
    margin-top: 0.18rem;
}

.filter-check .form-check-label {
    color: #37515a;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.4;
}

.form-check-input:checked {
    border-color: var(--app-forest);
    background-color: var(--app-forest);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(82, 176, 81, 0.12);
    border-color: rgba(82, 176, 81, 0.42);
}

.store-list {
    min-height: 12rem;
}

.empty-state {
    display: grid;
}

.empty-state-card {
    min-height: 12rem;
    display: grid;
    place-items: center;
    gap: 0.55rem;
    padding: 2rem 1.5rem;
    border: 1px dashed rgba(19, 35, 45, 0.14);
    border-radius: 1.55rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(246, 238, 229, 0.86));
}

.empty-state-icon {
    display: grid;
    place-items: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 1rem;
    background: rgba(26, 106, 92, 0.12);
    color: var(--app-forest);
    font-size: 1.35rem;
}

.store-card {
    background: rgba(255, 255, 255, 0.74);
}

.store-card-body {
    display: grid;
    gap: 0.9rem;
    padding: 1.2rem 1.3rem;
}

.store-card-main {
    display: grid;
    gap: 0.6rem;
    min-width: 0;
}

.store-card-header-row {
    row-gap: 0.45rem;
}

.store-card-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.03em;
    color: var(--app-navy);
}

.store-url {
    color: var(--app-forest);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    word-break: break-all;
}

.store-url:hover {
    color: var(--app-forest);
    text-decoration: underline;
}

.store-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.store-meta-group {
    gap: 0.45rem;
}

.meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(82, 176, 81, 0.12);
    color: #2d7f36;
    font-size: 0.73rem;
    font-weight: 700;
}

.meta-pill-muted {
    background: rgba(19, 35, 45, 0.08);
    color: #42545c;
}

.store-actions-row {
    padding-top: 0.8rem;
    border-top: 1px solid rgba(19, 35, 45, 0.08);
}

.store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.store-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.35rem;
    min-width: 6.15rem;
    padding: 0.56rem 0.9rem;
    font-size: 0.83rem;
    font-weight: 700;
    line-height: 1;
}

.store-action-button i {
    font-size: 0.82rem;
}

.store-action-button-lock {
    border-style: dashed;
}

.price-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.price-badge-low {
    background: rgba(82, 176, 81, 0.16);
    color: #2d7f36;
}

.price-badge-high {
    background: var(--app-alert-soft);
    color: var(--app-alert);
}

.price-badge-equal {
    background: rgba(19, 35, 45, 0.08);
    color: #4d5d63;
}

.table-stage {
    position: relative;
}

.loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: grid;
    place-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    border-radius: 1.6rem;
    background: rgba(243, 237, 229, 0.8);
    backdrop-filter: blur(4px);
}

.loading-overlay p {
    margin: 0;
    color: #40525a;
    font-weight: 700;
}

.loading-spinner {
    width: 2.4rem;
    height: 2.4rem;
    border: 3px solid rgba(19, 35, 45, 0.14);
    border-top-color: var(--app-forest);
    border-radius: 999px;
    animation: spin 0.8s linear infinite;
}

.table-wrap {
    position: relative;
    min-height: 220px;
    overflow-x: auto;
    border: 1px solid rgba(19, 35, 45, 0.08);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.sticky-table-header {
    position: fixed;
    top: 0;
    z-index: 300;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(247, 239, 229, 0.98), rgba(243, 237, 229, 0.98));
    border: 1px solid rgba(19, 35, 45, 0.08);
    border-top: 0;
    border-radius: 0 0 1.1rem 1.1rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 14px 32px rgba(19, 35, 45, 0.16);
    pointer-events: none;
}

.sticky-table-header table {
    width: max-content;
    min-width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.sticky-table-header thead th {
    padding: 1rem 0.95rem;
    border-bottom: 1px solid rgba(19, 35, 45, 0.08);
    background: transparent;
    color: #405159;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.comparison-table {
    min-width: 1080px;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: transparent;
}

.comparison-table thead th {
    padding: 1rem 0.95rem;
    border-bottom: 1px solid rgba(19, 35, 45, 0.08);
    background: linear-gradient(180deg, rgba(247, 239, 229, 0.96), rgba(243, 237, 229, 0.96));
    color: #405159;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.comparison-table tbody td {
    padding: 1rem 0.95rem;
    border-top: 1px solid rgba(19, 35, 45, 0.08);
    vertical-align: top;
    background: transparent;
}

.comparison-table tbody tr:hover td {
    background: rgba(255, 250, 244, 0.92);
}

.selection-cell {
    width: 64px;
}

.selection-cell input {
    width: 1.15rem;
    height: 1.15rem;
    accent-color: var(--app-coral);
}

.empty-table-cell {
    padding: 2rem !important;
    color: var(--app-muted);
}

.product-cell {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0.9rem;
    min-width: 280px;
    align-items: start;
}

.product-image {
    width: 72px;
    height: 72px;
    border-radius: 1.2rem;
    object-fit: cover;
    background: linear-gradient(145deg, rgba(19, 35, 45, 0.06), rgba(19, 35, 45, 0.14));
}

.product-title {
    margin: 0 0 0.38rem;
    color: var(--app-navy);
    font-weight: 800;
    line-height: 1.4;
}

.product-body {
    min-width: 0;
}

.info-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.info-chip {
    padding: 0.42rem 0.72rem;
    background: rgba(19, 35, 45, 0.08);
    color: #4c5c62;
    font-size: 0.73rem;
    font-weight: 700;
}

.info-chip-accent {
    background: rgba(82, 176, 81, 0.14);
    color: #2d7f36;
}

.info-chip-signal {
    background: var(--app-alert-soft);
    color: var(--app-alert);
}

.store-offer {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 0.95rem;
    min-width: 240px;
    align-items: start;
}

.store-offer-image {
    width: 90px;
    max-width: 90px;
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
    object-fit: cover;
    background: rgba(19, 35, 45, 0.06);
}

.store-offer-image.placeholder {
    background: linear-gradient(145deg, rgba(19, 35, 45, 0.06), rgba(19, 35, 45, 0.12));
}

.store-offer-body {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.store-offer-link {
    display: block;
    color: var(--app-forest);
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.store-offer-link:hover {
    color: var(--app-forest);
    text-decoration: underline;
}

.store-offer-price-row {
    display: grid;
    gap: 0.35rem;
    align-content: start;
}

.store-offer-price {
    font-size: 1rem;
    font-weight: 800;
}

.store-offer-delta {
    font-size: 0.8rem;
    font-weight: 700;
}

.store-offer-delta-low {
    color: #125145;
}

.store-offer-delta-high {
    color: var(--app-alert);
}

.store-offer-delta-neutral {
    color: #51656c;
}

.store-offer.missing {
    display: flex;
    align-items: center;
    color: var(--app-muted);
}

.missing-offer-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 92px;
    padding: 1rem;
    border: 1px dashed rgba(19, 35, 45, 0.14);
    border-radius: 1rem;
    background: rgba(19, 35, 45, 0.03);
    font-weight: 600;
}

.price-tone-low {
    color: #125145;
}

.price-tone-high {
    color: var(--app-alert);
}

.price-tone-equal {
    color: #52646a;
}

.price-tone-neutral {
    color: var(--app-navy);
}

.pagination-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(19, 35, 45, 0.08);
}

.pagination-summary {
    margin: 0;
}

.pagination-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.page-size-field {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #3c5159;
}

.page-size-field .form-select {
    min-width: 4.6rem;
    min-height: 2.4rem;
}

.page-indicator {
    color: var(--app-navy);
    font-size: 0.9rem;
    font-weight: 700;
}

.auth-layout {
    align-items: stretch;
}

.auth-hero-panel {
    background:
    radial-gradient(circle at top right, rgba(82, 176, 81, 0.2), transparent 24%),
    radial-gradient(circle at bottom left, rgba(25, 35, 56, 0.14), transparent 26%),
    linear-gradient(150deg, rgba(250, 253, 250, 0.96), rgba(236, 243, 236, 0.94));
}

.auth-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.9rem, 5vw, 4.9rem);
    line-height: 0.92;
}

.auth-card {
    background: rgba(252, 248, 243, 0.92);
}

.auth-card h2 {
    font-size: 2.15rem;
}

.auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.45rem 0.82rem;
    border-radius: 999px;
    background: rgba(19, 35, 45, 0.08);
    color: #42535a;
    font-size: 0.82rem;
    font-weight: 700;
}

.auth-feature-card,
.auth-note-card {
    padding: 1.15rem;
    border: 1px solid rgba(19, 35, 45, 0.08);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.66);
}

.auth-feature-card-wide {
    background: linear-gradient(135deg, rgba(82, 176, 81, 0.16), rgba(255, 255, 255, 0.72));
}

.auth-feature-card strong,
.auth-note-card p {
    display: block;
    line-height: 1.5;
}

.auth-feature-card p,
.auth-note-card p,
.auth-card-header p {
    margin: 0.4rem 0 0;
}

.auth-feature-label {
    display: inline-flex;
    margin-bottom: 0.45rem;
    color: var(--app-coral);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.auth-input-group .input-group-text {
    border-right: 0;
    color: #617279;
    background: rgba(255, 255, 255, 0.9);
}

.auth-input-group .form-control {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.auth-message {
    margin-bottom: 1rem;
}

.auth-submit {
    min-height: 3.35rem;
}

.auth-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(19, 35, 45, 0), rgba(19, 35, 45, 0.12), rgba(19, 35, 45, 0));
}

.auth-orbit {
    position: relative;
    min-height: 240px;
    display: grid;
    place-items: center;
}

.auth-orbit-ring {
    position: absolute;
    border: 1px solid rgba(19, 35, 45, 0.12);
    border-radius: 999px;
    animation: pulse-ring 7s ease-in-out infinite;
}

.auth-orbit-ring-one {
    width: 13rem;
    height: 13rem;
}

.auth-orbit-ring-two {
    width: 19rem;
    height: 19rem;
    animation-delay: 1s;
}

.auth-orbit-core {
    position: relative;
    display: grid;
    place-items: center;
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 2rem;
    background: linear-gradient(145deg, var(--app-navy), var(--app-forest));
    color: #fff8f4;
    font-family: "Sora", "Manrope", sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 26px 52px rgba(19, 35, 45, 0.18);
    transform: rotate(-8deg);
}

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

@keyframes pulse-ring {
    0%,
    100% {
        opacity: 0.36;
        transform: scale(1);
    }
    50% {
        opacity: 0.16;
        transform: scale(1.06);
    }
}

@media (max-width: 1199.98px) {
    .panel-header-actions {
        flex-direction: column;
    }

    .workspace-topbar-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .page-shell {
        padding-inline: 1rem;
    }

    .app-navbar .container-fluid,
    .workspace-topbar-actions {
        flex-direction: column;
        align-items: stretch !important;
    }

    .workspace-topbar-actions form,
    .workspace-topbar-actions .btn {
        width: 100%;
    }

    .brand-mark {
        flex-direction: column;
        align-items: flex-start;
    }

    .brand-logo,
    .brand-logo-auth {
        width: min(100%, 16rem);
    }

    .store-actions {
        width: 100%;
    }

    .store-actions .btn,
    .button-row .btn {
        flex: 1 1 auto;
    }

    .pagination-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .store-card-body {
        padding: 1rem;
    }

    .pagination-actions {
        justify-content: space-between;
    }

    .page-size-field {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    .display-hero,
    .auth-hero-copy h1 {
        max-width: none;
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .hero-pill-row,
    .store-meta,
    .button-row {
        gap: 0.55rem;
    }

    .brand-logo,
    .brand-logo-auth {
        width: min(100%, 13rem);
    }

    .stat-card {
        min-height: 128px;
    }

    .store-card-body {
        gap: 0.75rem;
        padding: 0.95rem;
    }

    .store-actions {
        width: 100%;
    }

    .store-action-button {
        flex: 1 1 0;
        min-width: 0;
    }

    .product-cell {
        grid-template-columns: 1fr;
    }

    .product-image {
        width: 100%;
        height: 160px;
    }

    .store-offer {
        grid-template-columns: 72px minmax(0, 1fr);
        min-width: 220px;
    }

    .store-offer-image {
        width: 72px;
        max-width: 72px;
    }

    .auth-shell {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .auth-orbit {
        min-height: 180px;
    }

    .auth-orbit-ring-one {
        width: 10rem;
        height: 10rem;
    }

    .auth-orbit-ring-two {
        width: 14rem;
        height: 14rem;
    }

    .auth-orbit-core {
        width: 7rem;
        height: 7rem;
        font-size: 1rem;
    }
}