html, body {
    font-family: "Manrope", "Segoe UI", sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Custom Deals Styles */
:root {
    --primary-color: #ff6b00;
    --primary-hover: #ff8d42;
    --primary-soft: rgba(255, 107, 0, 0.14);
    --accent-color: #9fccec;
    --bg-color: #051723;
    --card-bg: #0d222e;
    --panel-bg: rgba(13, 34, 46, 0.84);
    --text-main: #d1e5f7;
    --text-muted: #95aabd;
    --discount-color: #ff5477;
    --radius: 22px;
    --radius-sm: 14px;
    --shadow-sm: 0 16px 34px rgba(1, 16, 27, 0.18);
    --shadow-md: 0 24px 54px rgba(1, 16, 27, 0.22);
    --shadow-lg: 0 34px 72px rgba(1, 16, 27, 0.28);
    --site-header-height: 92px;
    --floating-action-right: clamp(1rem, 2vw, 1.5rem);
    --floating-action-bottom: 1.25rem;
    --floating-action-size: 3.25rem;
    --floating-action-gap: 0.85rem;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 107, 0, 0.13), transparent 24%),
        radial-gradient(circle at top right, rgba(159, 204, 236, 0.12), transparent 18%),
        linear-gradient(180deg, #071a26 0%, var(--bg-color) 48%, #02101a 100%);
    color: var(--text-main);
}

#tarteaucitronIcon {
    right: var(--floating-action-right) !important;
    bottom: calc(var(--floating-action-bottom) + var(--floating-action-size) + var(--floating-action-gap)) !important;
}

button,
input,
select,
textarea {
    font: inherit;
}

a,
button,
input,
select,
textarea {
    transition: box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

:focus-visible {
    outline: 3px solid rgba(217, 119, 6, 0.22);
    outline-offset: 3px;
}

/* Navigation */
.nav-shell {
    position: fixed;
    inset: 0 0 auto;
    z-index: 950;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    background: rgba(1, 16, 27, 0.72);
    border-bottom: 1px solid rgba(209, 229, 247, 0.08);
    box-shadow: 0 18px 40px rgba(1, 16, 27, 0.22);
    backdrop-filter: blur(20px);
    transition: transform 0.28s ease, box-shadow 0.2s ease;
}

.nav-shell.nav-shell--at-top {
    box-shadow: 0 10px 24px rgba(1, 16, 27, 0.16);
}

.nav-shell.nav-shell--hidden {
    transform: translate3d(0, calc(-100% - 0.75rem), 0);
}

.nav-brand {
    text-decoration: none;
}

.nav-shell > .container {
    width: min(1320px, calc(100% - 2rem));
    padding: 0.8rem 0;
}

.nav-brand__logo {
    height: 58px;
    width: auto;
    object-fit: contain;
    margin-right: 12px;
    mix-blend-mode: screen;
}

.nav-brand__wordmark {
    font-family: "Outfit", "Helvetica Neue", sans-serif;
}

.nav-brand__line {
    font-size: 1.62rem;
    color: #f4e3d7;
    letter-spacing: -0.5px;
}

.nav-brand__line--strong {
    font-weight: 700;
    margin-bottom: 3px;
}

.nav-link--icon {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(209, 229, 247, 0.78);
    font-weight: 700;
    padding: 0.6rem 0.95rem !important;
    border-radius: 999px;
}

.nav-link--icon:hover,
.nav-link--icon.active {
    color: #fff4ec;
    background: rgba(255, 255, 255, 0.04);
}

.nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 999px;
    font-size: 0.95rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 20px rgba(1, 16, 27, 0.16);
}

.nav-icon--promos {
    color: #fb7185;
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.28), rgba(127, 29, 29, 0.16));
}

.nav-icon--releases {
    color: #facc15;
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.26), rgba(133, 77, 14, 0.16));
}

.nav-icon--articles {
    color: #7dd3fc;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.25), rgba(8, 47, 73, 0.16));
}

.nav-icon--bgg {
    color: #bfdbfe;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.28), rgba(30, 64, 175, 0.18));
}

.nav-icon--kickstarter {
    color: #c4b5fd;
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.28), rgba(76, 29, 149, 0.18));
}

.nav-icon--search {
    color: #f8fafc;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(148, 163, 184, 0.08));
}

.nav-link-button {
    border: none;
    background: transparent;
}

.nav-shell .navbar-toggler {
    padding: 0.6rem 0.8rem;
    border: 1px solid rgba(209, 229, 247, 0.1) !important;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav-shell .navbar-toggler:focus {
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.16);
}

/* Header */
.page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(1.8rem, 3vw, 2.6rem);
    margin-bottom: 2rem;
    border-radius: calc(var(--radius) + 10px);
    color: white;
    box-shadow:
        0 32px 70px rgba(1, 16, 27, 0.24),
        inset 0 0 0 1px rgba(209, 229, 247, 0.07);
}

.page-hero::before,
.page-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.page-hero::before {
    width: 240px;
    height: 240px;
    top: -100px;
    right: -60px;
    background: rgba(255, 255, 255, 0.08);
}

.page-hero::after {
    width: 180px;
    height: 180px;
    bottom: -70px;
    left: -30px;
    background: rgba(255, 255, 255, 0.06);
}

.page-hero-promos {
    background:
        radial-gradient(circle at top right, rgba(255, 182, 147, 0.22), transparent 28%),
        linear-gradient(135deg, #071a26 0%, #0a2030 48%, #814317 100%);
}

.page-hero-releases {
    background:
        radial-gradient(circle at top right, rgba(159, 204, 236, 0.18), transparent 28%),
        linear-gradient(135deg, #071a26 0%, #102432 50%, #173a49 100%);
}

.page-hero-search {
    background:
        radial-gradient(circle at top right, rgba(159, 204, 236, 0.16), transparent 28%),
        linear-gradient(135deg, #071a26 0%, #111f31 46%, #1f3550 100%);
}

.page-hero-categories {
    background:
        radial-gradient(circle at 18% 20%, rgba(59, 130, 246, 0.34), transparent 28%),
        radial-gradient(circle at 82% 20%, rgba(249, 115, 22, 0.24), transparent 24%),
        linear-gradient(135deg, #071a26 0%, #13294a 48%, #142035 100%);
}

.page-hero__brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.page-hero__logo {
    width: min(180px, 34vw);
    max-height: 160px;
    object-fit: contain;
    mix-blend-mode: screen;
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.22));
}

.page-hero__copy {
    max-width: 760px;
}

.page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.9rem;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.page-hero__title {
    margin: 0;
    font-family: "Manrope", "Avenir Next", sans-serif;
    font-size: clamp(1.8rem, 3.4vw, 3.25rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.page-hero__subtitle {
    max-width: 60ch;
    margin: 1rem 0 0;
    color: rgba(209, 229, 247, 0.76);
    font-size: 1rem;
    line-height: 1.68;
}

.page-hero__metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-metric {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: 18px;
    background: rgba(13, 34, 46, 0.56);
    backdrop-filter: blur(18px);
}

.hero-metric__value {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
}

.hero-metric__label {
    display: block;
    margin-top: 0.2rem;
    color: rgba(209, 229, 247, 0.68);
    font-size: 0.9rem;
}

/* Controls */
.controls-section {
    display: grid;
    margin-bottom: 2rem;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: var(--radius);
    background: var(--panel-bg);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(18px);
}

.controls-toolbar {
    display: grid;
    gap: 0.75rem;
    min-width: 0;
}

.controls-toolbar__row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.controls-toolbar__row--secondary {
    align-items: stretch;
}

.controls-toolbar__scroller {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 0.1rem;
}

.controls-toolbar__scroller::-webkit-scrollbar {
    display: none;
}

.controls-toolbar__scroller--secondary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    align-items: stretch;
    overflow: visible;
}

.controls-toolbar__group {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    padding: 0.35rem 0.4rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: 999px;
    background: rgba(7, 26, 38, 0.58);
}

.controls-toolbar__label {
    padding: 0 0.2rem 0 0.15rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
    white-space: nowrap;
}

.toolbar-chip,
.toolbar-reset-btn {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: rgba(25, 44, 57, 0.82);
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--text-main);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.toolbar-chip:hover,
.toolbar-reset-btn:hover {
    background: rgba(255, 107, 0, 0.1);
    border-color: rgba(255, 107, 0, 0.24);
    color: var(--text-main);
}

.toolbar-chip--active {
    background: linear-gradient(135deg, #ff9a54 0%, var(--primary-color) 100%);
    color: #351000;
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(255, 107, 0, 0.22);
}

.compact-select-control {
    display: grid;
    gap: 0.35rem;
    min-width: 10.5rem;
    flex: 0 0 auto;
    padding: 0.58rem 0.65rem 0.65rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: 1rem;
    background: rgba(7, 26, 38, 0.58);
}

.compact-select-control__label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.compact-select-control__select {
    width: 100%;
    min-width: 0;
    padding: 0.58rem 2rem 0.58rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(209, 229, 247, 0.08);
    background-color: rgba(25, 44, 57, 0.86);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2395aabd%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    color: var(--text-main);
    font-weight: 700;
    cursor: pointer;
    outline: none;
    appearance: none;
    transition: all 0.2s ease;
}

.compact-select-control__select:hover {
    border-color: rgba(255, 107, 0, 0.24);
}

.compact-select-control__select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.14);
}

.controls-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    padding-top: 0.15rem;
    border-top: 1px solid rgba(209, 229, 247, 0.08);
}

.controls-summary__active {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.68rem;
    border-radius: 999px;
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: rgba(25, 44, 57, 0.72);
    color: var(--text-main);
    font-size: 0.82rem;
    font-weight: 700;
}

.controls-summary__hint {
    color: var(--text-muted);
    font-size: 0.88rem;
}

.stats {
    font-weight: 700;
    color: var(--text-muted);
    white-space: nowrap;
}

/* Grid */
.deals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    gap: 1.75rem;
}

/* Card */
.deal-card {
    background: var(--card-bg);
    border: 1px solid rgba(133, 77, 14, 0.08);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.deal-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-lg);
}

.deal-card:focus-within {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.deal-image-container {
    position: relative;
    min-height: 250px;
    width: 100%;
    padding: 1.35rem 1.35rem 0.85rem;
    background:
        linear-gradient(180deg, rgba(255, 245, 230, 0.92) 0%, rgba(255, 255, 255, 0.92) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.deal-image-container::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 241, 0.82));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.deal-image-container img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 16px 22px rgba(44, 26, 18, 0.18));
}

.promos-load-more-sentinel {
    width: 100%;
    height: 2px;
    margin-top: 1rem;
}

.deal-card:hover .deal-image-container img {
    transform: translateY(-4px) scale(1.02);
}

.placeholder-image,
.no-image {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 100%;
    height: 220px;
    border: 1px dashed rgba(100, 86, 71, 0.24);
    border-radius: 18px;
    color: #a8a29e;
    font-size: 1rem;
    font-weight: 700;
}

.placeholder-image__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--primary-color);
    font-size: 1.45rem;
    box-shadow: 0 12px 24px rgba(217, 119, 6, 0.12);
}

.discount-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    background: linear-gradient(135deg, #f43f5e 0%, var(--discount-color) 100%);
    color: white;
    font-weight: 800;
    padding: 0.38rem 0.82rem;
    border-radius: 999px;
    font-size: 0.9rem;
    box-shadow: 0 12px 22px rgba(225, 29, 72, 0.28);
}

.retailer-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 2;
    background: rgba(36, 25, 17, 0.82);
    color: white;
    backdrop-filter: blur(10px);
    padding: 0.36rem 0.7rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.retailer-badge:empty {
    display: none;
}

.deal-content {
    padding: 1.3rem 1.3rem 1.1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.deal-kicker {
    margin-bottom: 0.65rem;
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.deal-title {
    font-size: 1.16rem;
    font-weight: 800;
    margin: 0 0 0.95rem 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-main);
}

.deal-prices {
    margin-bottom: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.deal-shipping {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.45rem;
    margin-left: auto;
    align-items: center;
}

.deal-shipping__item {
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    padding: 0;
    color: #8b4f19;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

.deal-shipping__item i {
    font-size: 0.8rem;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-color);
}

.deal-pricing {
    margin-bottom: 0.95rem;
}

.price-current {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--primary-color);
}

.initial-price {
    font-size: 1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.deal-description {
    margin: 0 0 1rem;
    color: var(--text-muted);
    line-height: 1.55;
    flex-grow: 1;
}

.deal-insights {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.5rem;
    margin-bottom: 1.05rem;
    color: rgba(91, 69, 53, 0.88);
    font-size: 0.82rem;
    line-height: 1.35;
}

.deal-insights__separator {
    color: rgba(176, 121, 53, 0.7);
    font-weight: 800;
}

.deal-insight {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    min-width: 0;
}

.deal-insight i {
    font-size: 0.8rem;
}

.deal-insight__label {
    font-weight: 700;
    color: var(--text-muted);
}

.deal-insight__value {
    color: var(--text-main);
    font-weight: 800;
    white-space: nowrap;
}

.deal-insight--rating i {
    color: #eab308;
}

.deal-insight--complexity i {
    color: var(--accent-color);
}

.deal-insight--age i {
    color: #2563eb;
}

.deal-insight--theme i {
    color: #0f766e;
}

.deal-actions {
    padding: 0 1.3rem 1.3rem;
}

.buy-button {
    display: block;
    width: 100%;
    margin-top: auto;
    text-align: center;
    background: linear-gradient(135deg, #f59e0b 0%, var(--primary-color) 100%);
    color: white;
    padding: 0.88rem;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 24px rgba(217, 119, 6, 0.2);
}

.buy-button__icon {
    margin-right: 0.45rem;
}

.buy-button:hover {
    background: var(--primary-hover);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(217, 119, 6, 0.26);
}

/* Feedback and states */
.feedback-panel {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(133, 77, 14, 0.12);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 242, 0.92));
    box-shadow: var(--shadow-sm);
}

.feedback-panel__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 999px;
    background: rgba(217, 119, 6, 0.1);
    color: var(--primary-color);
    font-size: 1.4rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.feedback-panel__content {
    flex: 1;
}

.feedback-panel__title {
    margin: 0;
    font-family: "Outfit", "Avenir Next", sans-serif;
    font-size: 1.35rem;
    line-height: 1.15;
}

.feedback-panel__message {
    margin: 0.5rem 0 0;
    color: var(--text-muted);
    line-height: 1.6;
}

.feedback-panel__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.feedback-panel--loading .spinner {
    margin: 0;
    flex-shrink: 0;
}

.feedback-panel--error {
    border-color: rgba(190, 24, 93, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 247, 250, 0.98), rgba(255, 241, 245, 0.94));
}

.feedback-panel--error .feedback-panel__icon {
    background: rgba(225, 29, 72, 0.1);
    color: #be123c;
}

.feedback-panel--guide .feedback-panel__icon {
    background: rgba(15, 118, 110, 0.1);
    color: var(--accent-color);
}

.feedback-panel--compact {
    margin-top: 1.25rem;
}

.feedback-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.7rem 1.1rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b 0%, var(--primary-color) 100%);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(217, 119, 6, 0.18);
}

.feedback-button:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 28px rgba(217, 119, 6, 0.24);
}

.feedback-button--secondary {
    background: rgba(36, 25, 17, 0.06);
    color: var(--text-main);
    box-shadow: none;
}

.feedback-button--secondary:hover {
    color: var(--text-main);
    box-shadow: none;
    background: rgba(36, 25, 17, 0.1);
}

.loading-state, .empty-state {
    margin: 0 0 1.5rem;
    text-align: left;
    color: var(--text-muted);
    font-size: 1.1rem;
}

.loading-state .feedback-panel__message,
.empty-state .feedback-panel__message {
    max-width: 62ch;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 1rem;
    border: 3px solid #e2e8f0;
    border-radius: 50%;
    border-top-color: var(--primary-color);
    animation: spin 1s linear infinite;
}

.search-shell {
    margin: -1rem auto 2rem;
}

.search-surface {
    display: grid;
    gap: 1.2rem;
    padding: 1.65rem;
    border: 1px solid rgba(30, 58, 95, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.search-surface__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.search-surface__label {
    font-weight: 800;
    color: var(--text-main);
}

.search-surface__hint {
    margin: 0;
    color: var(--text-muted);
}

.search-form__group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: stretch;
}

.search-field {
    position: relative;
}

.search-input {
    min-width: 0;
    width: 100%;
    min-height: 4.2rem;
    padding: 1.18rem 1.2rem;
    border: 1px solid rgba(36, 25, 17, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--text-main);
    font-size: 1.08rem;
    line-height: 1.4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.search-input::placeholder {
    color: #8f7d6e;
}

.search-input:focus {
    border-color: rgba(30, 64, 175, 0.32);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.search-autocomplete {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    z-index: 30;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(30, 58, 95, 0.14);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.14);
}

.search-autocomplete__loading {
    padding: 1rem 1.1rem;
    color: var(--text-muted);
    font-weight: 600;
}

.search-autocomplete__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.1rem;
    border: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: transparent;
    color: var(--text-main);
    text-align: left;
}

.search-autocomplete__item:last-child {
    border-bottom: none;
}

.search-autocomplete__item:hover {
    background: rgba(30, 64, 175, 0.05);
}

.search-autocomplete__text {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.search-autocomplete__title {
    font-weight: 800;
}

.search-autocomplete__subtitle {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.search-autocomplete__year {
    flex-shrink: 0;
    padding: 0.28rem 0.58rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.search-selection-pill {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(30, 64, 175, 0.08);
    color: var(--text-main);
}

.search-selection-pill__label {
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.search-selection-pill__value {
    font-weight: 800;
}

.search-selection-pill__year {
    color: var(--text-muted);
    font-weight: 700;
}

.search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-width: 12rem;
    min-height: 4.2rem;
    padding: 1.15rem 1.6rem;
    border: none;
    border-radius: 22px;
    background: linear-gradient(135deg, #1d4ed8 0%, #1e3a8a 100%);
    color: white;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 16px 26px rgba(30, 58, 138, 0.2);
}

.search-button:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 20px 30px rgba(30, 58, 138, 0.28);
}

.search-button:disabled {
    background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
    box-shadow: none;
    cursor: not-allowed;
}

.search-result-summary {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
    padding: 1.3rem;
    border: 1px solid rgba(30, 58, 95, 0.1);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.92));
    box-shadow: var(--shadow-sm);
}

.search-result-summary__eyebrow {
    display: inline-flex;
    margin-bottom: 0.6rem;
    color: var(--text-muted);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.search-result-summary__title {
    margin: 0;
    font-family: "Outfit", "Avenir Next", sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
}

.search-result-summary__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.8rem;
    color: var(--text-muted);
    font-weight: 600;
}

.search-result-summary__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.14);
    color: #9a6700;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.search-result-summary__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.search-result-summary__badge--user {
    background: rgba(14, 116, 144, 0.14);
    color: #0f5b73;
}

.tracked-price-card {
    padding: 1.5rem;
    border: 1px solid rgba(133, 77, 14, 0.12);
    border-radius: calc(var(--radius) + 2px);
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 241, 0.94));
    box-shadow: var(--shadow-md);
}

.tracked-price-card__eyebrow {
    display: inline-flex;
    margin-bottom: 0.7rem;
    color: #9a6700;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.tracked-price-card__title {
    margin: 0;
    font-family: "Outfit", "Avenir Next", sans-serif;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
}

.tracked-price-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.9rem 1rem;
    margin-top: 0.85rem;
}

.tracked-price-card__price {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1;
    color: var(--text-main);
}

.tracked-price-card__shipping {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.6rem;
    margin-bottom: 0.18rem;
    align-items: center;
}

.tracked-price-card__shipping-item {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0;
    color: #8b4f19;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.tracked-price-card__shipping-item i {
    font-size: 0.88rem;
}

.tracked-price-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.95rem;
    color: var(--text-muted);
    font-weight: 600;
}

.tracked-price-card__message {
    margin: 0.8rem 0 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.tracked-price-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.15rem;
}

@media (max-width: 640px) {
    .deal-shipping {
        width: 100%;
        margin-left: 0;
    }
}

.account-card {
    width: min(900px, 100%);
}

.account-form {
    margin-top: 1.8rem;
}

.account-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.account-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.account-form__field > span:first-child {
    font-weight: 700;
    color: var(--text-main);
}

.account-form__field input {
    min-height: 3.4rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(30, 58, 95, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--text-main);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.account-form__field input:focus {
    outline: none;
    border-color: rgba(29, 78, 216, 0.42);
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.12);
}

.account-form__helper-link {
    display: inline-flex;
    align-self: flex-start;
    margin: -0.2rem 0 0.35rem;
    color: #9a4d00;
    font-weight: 700;
    text-decoration: none;
}

.account-form__helper-link:hover {
    color: #7c3f00;
    text-decoration: underline;
}

.account-form__field input[data-password-strength-state="weak"] {
    border-color: rgba(225, 29, 72, 0.26);
    box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.08);
}

.account-form__field input[data-password-strength-state="medium"] {
    border-color: rgba(217, 119, 6, 0.26);
    box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.08);
}

.account-form__field input[data-password-strength-state="strong"] {
    border-color: rgba(15, 118, 110, 0.26);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.08);
}

.account-form__meta {
    min-height: 1.25rem;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.account-form__meta[data-state="error"] {
    color: #9f1239;
}

.account-form__meta[data-state="success"] {
    color: #0f766e;
}

.account-form__password-strength {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
    --password-strength: 0%;
}

.account-form__password-strength-bar {
    position: relative;
    height: 0.5rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.24);
}

.account-form__password-strength-fill {
    display: block;
    width: var(--password-strength);
    height: 100%;
    border-radius: inherit;
    background: rgba(148, 163, 184, 0.6);
    transition: width 0.2s ease, background-color 0.2s ease;
}

.account-form__password-strength[data-password-strength="weak"] .account-form__password-strength-fill {
    background: linear-gradient(135deg, #fb7185 0%, #e11d48 100%);
}

.account-form__password-strength[data-password-strength="medium"] .account-form__password-strength-fill {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.account-form__password-strength[data-password-strength="strong"] .account-form__password-strength-fill {
    background: linear-gradient(135deg, #14b8a6 0%, #0f766e 100%);
}

.account-form__password-strength[data-password-strength="weak"] [data-password-strength-label] {
    color: #be123c;
    font-weight: 700;
}

.account-form__password-strength[data-password-strength="medium"] [data-password-strength-label] {
    color: #b45309;
    font-weight: 700;
}

.account-form__password-strength[data-password-strength="strong"] [data-password-strength-label] {
    color: #0f766e;
    font-weight: 700;
}

.account-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
    margin-top: 1.15rem;
    padding: 1.05rem 1.1rem;
    border: 1px solid rgba(30, 58, 95, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.account-form__checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.account-form__checkbox-indicator {
    position: relative;
    flex: 0 0 auto;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.15rem;
    border: 1px solid rgba(30, 58, 95, 0.2);
    border-radius: 0.42rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
}

.account-form__checkbox-indicator::after {
    content: "";
    position: absolute;
    left: 0.42rem;
    top: 0.18rem;
    width: 0.34rem;
    height: 0.7rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(45deg) scale(0.85);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.account-form__checkbox-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.account-form__checkbox-title {
    color: var(--text-main);
    font-weight: 800;
    line-height: 1.45;
}

.account-form__checkbox-note {
    color: var(--text-muted);
    line-height: 1.5;
    font-size: 0.93rem;
}

.account-form__checkbox:hover {
    border-color: rgba(217, 119, 6, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.94));
}

.account-form__checkbox:focus-within {
    border-color: rgba(29, 78, 216, 0.28);
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1);
}

.account-form__checkbox input:checked + .account-form__checkbox-indicator {
    border-color: rgba(217, 119, 6, 0.22);
    background: linear-gradient(135deg, #f59e0b 0%, var(--primary-color) 100%);
    box-shadow: 0 10px 18px rgba(217, 119, 6, 0.18);
}

.account-form__checkbox input:checked + .account-form__checkbox-indicator::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.account-form__checkbox input:checked ~ .account-form__checkbox-copy .account-form__checkbox-title {
    color: #9a6700;
}

.account-form__turnstile {
    margin-top: 0.5rem;
}

.account-form__submit {
    margin-bottom: 0;
}

.account-form__separator {
    height: 1px;
    margin: 1.6rem 0 1.4rem;
    background: linear-gradient(90deg, transparent, rgba(30, 58, 95, 0.14), transparent);
}

.account-form__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 1.1rem 1.15rem;
    border: 1px solid rgba(30, 58, 95, 0.1);
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.92);
}

.account-form__aside-label {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.account-form__aside-copy {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.6;
}

.account-form__aside-button {
    margin-top: 0.25rem;
}

.account-form__hint {
    margin: 0.35rem 0 0;
    color: var(--text-muted);
}

.account-status {
    margin-top: 1.15rem;
    padding: 0.95rem 1.05rem;
    border-radius: 18px;
    font-weight: 700;
}

.account-status--error {
    background: rgba(244, 63, 94, 0.12);
    color: #9f1239;
}

.account-status--success {
    background: rgba(14, 116, 144, 0.12);
    color: #115e73;
}

.register-shell {
    --register-surface: #011522;
    --register-surface-low: #091d2a;
    --register-surface-container: #0d222e;
    --register-surface-high: #192c39;
    --register-surface-highest: #243745;
    --register-primary: #ffb693;
    --register-primary-strong: #ff6b00;
    --register-secondary: #9fccec;
    --register-on-surface: #d1e5f7;
    --register-on-surface-soft: rgba(209, 229, 247, 0.74);
    display: block;
    min-height: auto;
    padding: clamp(1rem, 2vw, 2rem) 0 2.5rem;
}

.register-layout {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(1.15rem, 2.6vw, 1.8rem);
    align-items: stretch;
}

.register-story {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 0.85rem;
    padding: clamp(1.2rem, 2.6vw, 1.95rem);
    align-content: start;
    align-items: start;
    justify-items: start;
    grid-auto-rows: max-content;
    border-radius: 2rem;
    background:
        radial-gradient(circle at top right, rgba(255, 182, 147, 0.14), transparent 30%),
        linear-gradient(160deg, rgba(1, 21, 34, 0.98) 0%, rgba(9, 29, 42, 0.96) 48%, rgba(13, 34, 46, 0.94) 100%);
    color: var(--register-on-surface);
    box-shadow: 0 38px 90px rgba(1, 16, 27, 0.28);
    isolation: isolate;
}

.register-story::before,
.register-story::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.register-story::before {
    right: -4rem;
    bottom: -4.5rem;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.28) 0%, rgba(255, 182, 147, 0.12) 34%, transparent 70%);
    filter: blur(14px);
}

.register-story::after {
    top: 1.3rem;
    right: 1.2rem;
    width: 11rem;
    height: 11rem;
    border-radius: 2.75rem;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.22), rgba(159, 204, 236, 0.06));
    transform: rotate(12deg);
    opacity: 0.95;
}

.register-story__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 0.28rem 0.56rem;
    border-radius: 999px;
    background: rgba(13, 34, 46, 0.86);
    color: var(--register-primary);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(209, 229, 247, 0.06);
}

.register-story__title {
    margin: 0;
    max-width: 12ch;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.register-story__body {
    margin: 0;
    max-width: 56ch;
    color: var(--register-on-surface-soft);
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 0.92rem;
    line-height: 1.62;
}

.register-story__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-self: start;
}

.register-story__chip {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.58rem;
    border-radius: 999px;
    background: rgba(28, 78, 105, 0.78);
    color: #c7e7ff;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.register-story__panel {
    display: grid;
    gap: 0.7rem;
    max-width: 34rem;
    padding: 0.92rem;
    border-radius: 1.35rem;
    align-self: start;
    background:
        linear-gradient(180deg, rgba(13, 34, 46, 0.88), rgba(25, 44, 57, 0.82));
    box-shadow:
        inset 0 0 0 1px rgba(209, 229, 247, 0.06),
        0 30px 60px rgba(1, 16, 27, 0.16);
    backdrop-filter: blur(20px);
}

.register-story__panel-label {
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--register-secondary);
}

.register-story__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.register-story__steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    align-items: start;
}

.register-story__step-index {
    display: grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.65rem;
    background: rgba(255, 107, 0, 0.16);
    color: var(--register-primary);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.register-story__step-title {
    display: block;
    margin-bottom: 0.08rem;
    color: #fff4ec;
    font-size: 0.82rem;
    font-weight: 800;
}

.register-story__step-copy {
    margin: 0;
    color: rgba(209, 229, 247, 0.7);
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 0.84rem;
    line-height: 1.45;
}

.register-story__note {
    margin: 0;
    max-width: 42ch;
    color: rgba(209, 229, 247, 0.62);
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 0.84rem;
    line-height: 1.48;
}

.register-card.account-card {
    width: 100%;
    padding: clamp(1.6rem, 3vw, 2.7rem);
    border: none;
    border-radius: 2rem;
    background:
        linear-gradient(180deg, rgba(13, 34, 46, 0.9), rgba(9, 29, 42, 0.95));
    color: var(--register-on-surface);
    box-shadow:
        0 38px 90px rgba(1, 16, 27, 0.24),
        inset 0 0 0 1px rgba(209, 229, 247, 0.08);
    backdrop-filter: blur(20px);
}

.register-card__header {
    display: grid;
    gap: 0.75rem;
}

.register-card__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--register-secondary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(209, 229, 247, 0.06);
}

.register-card__title {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: clamp(1.55rem, 2.8vw, 2.3rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff4ec;
}

.register-card__body {
    margin: 0;
    color: var(--register-on-surface-soft);
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.72;
}

.register-form {
    margin-top: 1.8rem;
}

.register-card .account-form__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.register-card .account-form__field {
    margin-bottom: 1.1rem;
}

.register-card .account-form__field > span:first-child {
    color: #f4dccf;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.register-card .account-form__field input {
    border: none;
    border-radius: 1.2rem;
    background: rgba(36, 55, 69, 0.82);
    color: var(--register-on-surface);
    box-shadow:
        inset 0 0 0 1px rgba(209, 229, 247, 0.08),
        0 14px 32px rgba(1, 16, 27, 0.16);
}

.register-card .account-form__field input::placeholder {
    color: rgba(209, 229, 247, 0.38);
}

.register-card .account-form__field input:focus {
    box-shadow:
        inset 0 0 0 1px rgba(255, 182, 147, 0.22),
        0 0 0 2px rgba(255, 107, 0, 0.36),
        0 18px 38px rgba(1, 16, 27, 0.22);
}

.register-card .account-form__field input[data-password-strength-state="weak"] {
    box-shadow:
        inset 0 0 0 1px rgba(251, 113, 133, 0.22),
        0 0 0 2px rgba(225, 29, 72, 0.22),
        0 18px 38px rgba(1, 16, 27, 0.18);
}

.register-card .account-form__field input[data-password-strength-state="medium"] {
    box-shadow:
        inset 0 0 0 1px rgba(255, 182, 147, 0.2),
        0 0 0 2px rgba(245, 158, 11, 0.22),
        0 18px 38px rgba(1, 16, 27, 0.18);
}

.register-card .account-form__field input[data-password-strength-state="strong"] {
    box-shadow:
        inset 0 0 0 1px rgba(159, 204, 236, 0.2),
        0 0 0 2px rgba(14, 165, 233, 0.22),
        0 18px 38px rgba(1, 16, 27, 0.18);
}

.register-card .account-form__meta {
    color: rgba(209, 229, 247, 0.66);
    font-family: "Inter", "Segoe UI", sans-serif;
}

.register-card .account-form__meta[data-state="error"] {
    color: #ffb4ab;
}

.register-card .account-form__meta[data-state="success"] {
    color: #b8f1e8;
}

.register-card .account-form__password-strength-bar {
    background: rgba(36, 55, 69, 0.92);
}

.register-card .account-form__checkbox {
    align-items: flex-start;
    padding: 1.15rem;
    border-radius: 1.5rem;
    background: rgba(25, 44, 57, 0.72);
    box-shadow: inset 0 0 0 1px rgba(209, 229, 247, 0.06);
}

.register-card .account-form__checkbox:hover {
    background: rgba(36, 55, 69, 0.84);
    transform: none;
}

.register-card .account-form__checkbox:focus-within {
    box-shadow:
        inset 0 0 0 1px rgba(255, 182, 147, 0.2),
        0 0 0 2px rgba(255, 107, 0, 0.16);
}

.register-card .account-form__checkbox-indicator {
    border: none;
    background: rgba(1, 16, 27, 0.88);
    box-shadow: inset 0 0 0 1px rgba(209, 229, 247, 0.12);
}

.register-card .account-form__checkbox input:checked + .account-form__checkbox-indicator {
    background: linear-gradient(135deg, #ff9a54 0%, #ff6b00 100%);
}

.register-card .account-form__checkbox input:checked ~ .account-form__checkbox-copy .account-form__checkbox-title {
    color: #fff4ec;
}

.register-card .account-form__checkbox-title {
    color: #fff4ec;
}

.register-card .account-form__checkbox-note {
    color: rgba(209, 229, 247, 0.66);
}

.register-card .account-form__turnstile {
    padding: 1rem 1.05rem;
    border-radius: 1.4rem;
    background: rgba(25, 44, 57, 0.72);
    box-shadow: inset 0 0 0 1px rgba(209, 229, 247, 0.06);
}

.register-card .account-form__hint {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(25, 44, 57, 0.52);
    color: rgba(209, 229, 247, 0.66);
}

.register-card .account-status {
    margin-top: 1.35rem;
    background: rgba(147, 0, 10, 0.26);
    color: #ffdad6;
    box-shadow: inset 0 0 0 1px rgba(255, 180, 171, 0.08);
}

.register-card .account-status--success {
    background: rgba(12, 96, 82, 0.3);
    color: #d7fff6;
    box-shadow: inset 0 0 0 1px rgba(184, 241, 232, 0.08);
}

.register-actions {
    margin-top: 2rem;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.register-card .feedback-button {
    min-height: 3.3rem;
    padding: 0.95rem 1.35rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #ff9a54 0%, #ff6b00 100%);
    color: #351000;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 24px 44px rgba(255, 107, 0, 0.18);
}

.register-card .feedback-button:hover {
    color: #351000;
    box-shadow: 0 30px 48px rgba(255, 107, 0, 0.24);
}

.register-card .feedback-button--secondary {
    background: transparent;
    color: var(--register-primary);
    box-shadow: none;
}

.register-card .feedback-button--secondary:hover {
    color: #ffd8c3;
    background: rgba(255, 107, 0, 0.08);
    box-shadow: none;
}

.account-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.6rem;
    margin-top: 1.2rem;
    color: var(--text-muted);
    font-weight: 600;
}

.account-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.account-section-title {
    margin: 0;
    font-family: "Outfit", "Avenir Next", sans-serif;
    font-size: clamp(1.45rem, 2.5vw, 1.9rem);
}

.account-section-copy {
    margin: 0.5rem 0 0;
    color: var(--text-muted);
}

.account-empty {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 1.5rem;
    padding: 1.2rem;
    border: 1px dashed rgba(30, 58, 95, 0.18);
    border-radius: 20px;
    color: var(--text-muted);
    background: rgba(248, 250, 252, 0.9);
}

.account-alerts {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.account-alert-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem;
    border: 1px solid rgba(30, 58, 95, 0.1);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 248, 252, 0.94));
    box-shadow: var(--shadow-sm);
}

.account-alert-card__content {
    flex: 1 1 auto;
}

.account-alert-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.account-alert-card__header h3 {
    margin: 0;
    font-family: "Outfit", "Avenir Next", sans-serif;
    font-size: 1.25rem;
}

.account-alert-card__header span {
    display: inline-flex;
    margin-top: 0.45rem;
    color: var(--text-muted);
    font-weight: 600;
}

.account-alert-card__price {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    white-space: nowrap;
}

.account-alert-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.8rem;
    color: var(--text-muted);
    font-weight: 600;
}

.account-alert-card__empty {
    margin: 0.8rem 0 0;
    color: var(--text-muted);
}

.account-alert-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.account-danger-zone {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.35rem;
    border: 1px solid rgba(190, 24, 93, 0.18);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(251, 113, 133, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 251, 252, 0.98), rgba(255, 242, 246, 0.94));
}

.account-danger-zone__header {
    display: grid;
    gap: 0.45rem;
}

.account-danger-zone__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(190, 24, 93, 0.1);
    color: #9f1239;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-close-form {
    display: grid;
    gap: 1rem;
}

.account-close-form__hint {
    margin: 0;
    color: #881337;
    font-weight: 600;
}

.feedback-button--danger {
    background: linear-gradient(135deg, #be123c 0%, #881337 100%);
    color: #fff;
    box-shadow: 0 14px 24px rgba(136, 19, 55, 0.18);
}

.feedback-button--danger:hover:not(:disabled) {
    color: #fff;
}

.status-shell {
    display: grid;
    place-items: center;
    min-height: 60vh;
}

.status-card {
    width: min(760px, 100%);
    padding: clamp(1.75rem, 3vw, 3rem);
    border: 1px solid rgba(133, 77, 14, 0.12);
    border-radius: calc(var(--radius) + 4px);
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 241, 0.92));
    box-shadow: var(--shadow-md);
}

.status-card--error {
    border-color: rgba(190, 24, 93, 0.16);
    background:
        radial-gradient(circle at top right, rgba(251, 113, 133, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 251, 0.98), rgba(255, 241, 245, 0.94));
}

.status-card__eyebrow {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(36, 25, 17, 0.06);
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.status-card__title {
    margin: 0;
    font-family: "Outfit", "Avenir Next", sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 0.98;
}

.status-card__body {
    margin: 1rem 0 0;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.status-card__meta {
    margin: 1rem 0 0;
    color: var(--text-muted);
}

.status-card__meta code {
    color: var(--text-main);
    background: rgba(36, 25, 17, 0.06);
    padding: 0.18rem 0.45rem;
    border-radius: 0.45rem;
}

.status-actions {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

/* Editorial global overrides */
.custom-select {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background-color: rgba(25, 44, 57, 0.86);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2395aabd%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
}

.custom-select:hover {
    border-color: rgba(255, 107, 0, 0.24);
}

.custom-select:focus {
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.14);
}

.sort-btn.active {
    background: linear-gradient(135deg, #ff9a54 0%, var(--primary-color) 100%);
    color: #351000;
    box-shadow: 0 14px 28px rgba(255, 107, 0, 0.22);
}

.deal-card {
    border: 1px solid rgba(209, 229, 247, 0.08);
}

.deal-image-container {
    background: linear-gradient(180deg, rgba(7, 26, 38, 0.94) 0%, rgba(13, 34, 46, 0.94) 100%);
}

.deal-image-container::before {
    background:
        radial-gradient(circle at top right, rgba(255, 107, 0, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(13, 34, 46, 0.94), rgba(25, 44, 57, 0.84));
    box-shadow: inset 0 1px 0 rgba(209, 229, 247, 0.08);
}

.deal-image-container img {
    filter: drop-shadow(0 18px 26px rgba(1, 16, 27, 0.28));
}

.placeholder-image,
.no-image {
    border: 1px dashed rgba(149, 170, 189, 0.18);
    color: rgba(209, 229, 247, 0.48);
}

.placeholder-image__icon {
    background: rgba(25, 44, 57, 0.88);
    color: #ffb693;
    box-shadow: 0 12px 24px rgba(1, 16, 27, 0.18);
}

.discount-badge {
    background: linear-gradient(135deg, #ff7d96 0%, var(--discount-color) 100%);
}

.retailer-badge {
    background: rgba(1, 16, 27, 0.82);
    color: #d1e5f7;
}

.deal-kicker {
    color: #ffb693;
}

.meta-item {
    background: rgba(25, 44, 57, 0.92);
}

.buy-button {
    background: linear-gradient(135deg, #ff9a54 0%, var(--primary-color) 100%);
    color: #351000;
    box-shadow: 0 14px 24px rgba(255, 107, 0, 0.18);
}

.buy-button:hover {
    color: #351000;
    box-shadow: 0 18px 30px rgba(255, 107, 0, 0.24);
}

.feedback-panel {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: linear-gradient(180deg, rgba(13, 34, 46, 0.92), rgba(9, 29, 42, 0.9));
}

.feedback-panel__icon {
    background: rgba(255, 107, 0, 0.12);
    color: #ffb693;
    box-shadow: inset 0 1px 0 rgba(209, 229, 247, 0.08);
}

.feedback-panel__title {
    font-family: "Manrope", "Avenir Next", sans-serif;
}

.feedback-panel--error {
    border-color: rgba(255, 180, 171, 0.08);
    background: linear-gradient(180deg, rgba(61, 15, 24, 0.94), rgba(45, 12, 20, 0.92));
}

.feedback-panel--error .feedback-panel__icon {
    background: rgba(255, 84, 119, 0.14);
    color: #ffb4c5;
}

.feedback-button {
    background: linear-gradient(135deg, #ff9a54 0%, var(--primary-color) 100%);
    color: #351000;
    box-shadow: 0 12px 24px rgba(255, 107, 0, 0.18);
}

.feedback-button:hover {
    color: #351000;
    box-shadow: 0 18px 28px rgba(255, 107, 0, 0.24);
}

.feedback-button--secondary {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-main);
    box-shadow: none;
}

.feedback-button--secondary:hover {
    background: rgba(255, 107, 0, 0.08);
    color: #fff4ec;
    box-shadow: none;
}

.account-form__aside-button.feedback-button--secondary {
    border-color: rgba(209, 229, 247, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #d1e5f7;
}

.account-form__aside-button.feedback-button--secondary:hover {
    background: rgba(255, 107, 0, 0.1);
    color: #fff4ec;
}

.search-surface {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: rgba(13, 34, 46, 0.88);
    backdrop-filter: blur(18px);
}

.search-input {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: rgba(25, 44, 57, 0.92);
    box-shadow: inset 0 1px 0 rgba(209, 229, 247, 0.06);
}

.search-input::placeholder {
    color: rgba(149, 170, 189, 0.72);
}

.search-input:focus {
    border-color: rgba(255, 107, 0, 0.24);
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.search-autocomplete {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: rgba(13, 34, 46, 0.98);
    box-shadow: 0 24px 40px rgba(1, 16, 27, 0.24);
}

.search-autocomplete__item {
    border-bottom: 1px solid rgba(209, 229, 247, 0.06);
}

.search-autocomplete__item:hover {
    background: rgba(255, 107, 0, 0.06);
}

.search-autocomplete__year {
    background: rgba(255, 255, 255, 0.04);
}

.search-selection-pill {
    background: rgba(25, 44, 57, 0.92);
}

.search-button {
    background: linear-gradient(135deg, #ff9a54 0%, var(--primary-color) 100%);
    color: #351000;
    box-shadow: 0 16px 26px rgba(255, 107, 0, 0.2);
}

.search-button:hover:not(:disabled) {
    box-shadow: 0 20px 30px rgba(255, 107, 0, 0.24);
}

.search-result-summary {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: linear-gradient(180deg, rgba(13, 34, 46, 0.92), rgba(9, 29, 42, 0.9));
}

.search-result-summary__title {
    font-family: "Manrope", "Avenir Next", sans-serif;
}

.search-result-summary__badge {
    background: rgba(255, 107, 0, 0.14);
    color: #ffb693;
}

.search-result-summary__badge--user {
    background: rgba(159, 204, 236, 0.12);
    color: #c7e7ff;
}

.tracked-price-card {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 107, 0, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(13, 34, 46, 0.92), rgba(9, 29, 42, 0.9));
}

.tracked-price-card__eyebrow {
    color: #ffb693;
}

.tracked-price-card__title {
    font-family: "Manrope", "Avenir Next", sans-serif;
}

.account-empty {
    border: 1px dashed rgba(209, 229, 247, 0.12);
    background: rgba(25, 44, 57, 0.82);
}

.account-alert-card {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: linear-gradient(180deg, rgba(13, 34, 46, 0.92), rgba(9, 29, 42, 0.9));
}

.account-danger-zone {
    border: 1px solid rgba(255, 180, 171, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 84, 119, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(61, 15, 24, 0.94), rgba(45, 12, 20, 0.92));
}

.account-danger-zone__eyebrow {
    background: rgba(255, 84, 119, 0.1);
    color: #ffb4c5;
}

.status-card {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 107, 0, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(13, 34, 46, 0.92), rgba(9, 29, 42, 0.9));
    box-shadow:
        0 32px 64px rgba(1, 16, 27, 0.22),
        inset 0 0 0 1px rgba(209, 229, 247, 0.04);
}

.status-card--error {
    border-color: rgba(255, 180, 171, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 84, 119, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(61, 15, 24, 0.94), rgba(45, 12, 20, 0.92));
}

.status-card__eyebrow {
    background: rgba(255, 255, 255, 0.04);
    color: #c7e7ff;
}

.status-card__title,
.account-section-title,
.account-alert-card__header h3 {
    font-family: "Manrope", "Avenir Next", sans-serif;
}

.account-form__field > span:first-child {
    color: #f4dccf;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.account-form__field input {
    border: none;
    background: rgba(25, 44, 57, 0.92);
    color: var(--text-main);
    box-shadow:
        inset 0 0 0 1px rgba(209, 229, 247, 0.08),
        0 14px 32px rgba(1, 16, 27, 0.12);
}

.account-form__field input:focus {
    box-shadow:
        inset 0 0 0 1px rgba(255, 182, 147, 0.22),
        0 0 0 2px rgba(255, 107, 0, 0.24),
        0 18px 38px rgba(1, 16, 27, 0.18);
}

.account-form__checkbox {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: linear-gradient(180deg, rgba(13, 34, 46, 0.92), rgba(25, 44, 57, 0.88));
    box-shadow: inset 0 1px 0 rgba(209, 229, 247, 0.06);
}

.account-form__checkbox-indicator {
    border: none;
    background: rgba(1, 16, 27, 0.88);
    box-shadow: inset 0 0 0 1px rgba(209, 229, 247, 0.12);
}

.account-form__checkbox:hover {
    border-color: rgba(255, 107, 0, 0.18);
    background: linear-gradient(180deg, rgba(13, 34, 46, 0.96), rgba(25, 44, 57, 0.92));
}

.account-form__checkbox input:checked ~ .account-form__checkbox-copy .account-form__checkbox-title {
    color: #fff4ec;
}

.account-form__aside {
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: rgba(25, 44, 57, 0.82);
}

.account-status--error {
    background: rgba(61, 15, 24, 0.9);
    color: #ffdad6;
}

.account-status--success {
    background: rgba(12, 96, 82, 0.3);
    color: #d7fff6;
}

/* Articles */
.articles-page,
.article-page {
    --article-accent: #ffb693;
    --article-accent-soft: rgba(255, 107, 0, 0.14);
    --article-highlight: rgba(199, 231, 255, 0.14);
    --article-image-bg: linear-gradient(180deg, rgba(248, 241, 234, 0.98), rgba(231, 240, 246, 0.94));
    --article-chip-height: 2.25rem;
}

.article-page--allin {
    --article-accent: #ffd566;
    --article-accent-soft: rgba(124, 198, 255, 0.16);
    --article-highlight: rgba(124, 198, 255, 0.14);
    --article-image-bg: linear-gradient(180deg, rgba(244, 241, 234, 0.98), rgba(231, 245, 248, 0.94));
}

.article-page--mythologies {
    --article-accent: #f2c46f;
    --article-accent-soft: rgba(156, 86, 52, 0.16);
    --article-highlight: rgba(242, 196, 111, 0.14);
    --article-image-bg: linear-gradient(180deg, rgba(245, 239, 231, 0.98), rgba(239, 233, 243, 0.94));
}

.article-page--harmonies {
    --article-accent: #b6ef8e;
    --article-accent-soft: rgba(110, 231, 183, 0.16);
    --article-highlight: rgba(182, 239, 142, 0.14);
    --article-image-bg: linear-gradient(180deg, rgba(244, 242, 233, 0.98), rgba(229, 243, 236, 0.94));
}

.article-page--wondrous {
    --article-accent: #f4cd76;
    --article-accent-soft: rgba(29, 106, 98, 0.16);
    --article-highlight: rgba(243, 198, 95, 0.16);
    --article-image-bg: linear-gradient(180deg, rgba(244, 239, 228, 0.98), rgba(229, 243, 236, 0.94));
}

.article-page--first-rat {
    --article-accent: #ffd36d;
    --article-accent-soft: rgba(106, 199, 195, 0.16);
    --article-highlight: rgba(255, 211, 109, 0.15);
    --article-image-bg: linear-gradient(180deg, rgba(244, 239, 227, 0.98), rgba(229, 241, 239, 0.94));
}

.article-page--terraforming {
    --article-accent: #ffb067;
    --article-accent-soft: rgba(220, 53, 69, 0.14);
    --article-highlight: rgba(255, 176, 103, 0.14);
    --article-image-bg: linear-gradient(180deg, rgba(248, 239, 233, 0.98), rgba(244, 236, 232, 0.94));
}

.article-page--kickstarter {
    --article-accent: #ff8da8;
    --article-accent-soft: rgba(167, 139, 250, 0.16);
    --article-highlight: rgba(255, 141, 168, 0.16);
    --article-image-bg: linear-gradient(180deg, rgba(243, 238, 255, 0.98), rgba(232, 236, 249, 0.94));
}

.article-page .container,
.articles-page .container {
    width: min(1320px, calc(100% - 2rem));
    max-width: none;
}

.article-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: clamp(320px, 42vw, 430px);
    margin-bottom: 2rem;
    border-radius: calc(var(--radius) + 10px);
    box-shadow:
        0 32px 70px rgba(1, 16, 27, 0.24),
        inset 0 0 0 1px rgba(209, 229, 247, 0.07);
}

.article-hero::before,
.article-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.article-hero::before {
    top: -82px;
    right: -48px;
    width: 228px;
    height: 228px;
    background: rgba(255, 255, 255, 0.08);
}

.article-hero::after {
    bottom: -74px;
    left: -32px;
    width: 176px;
    height: 176px;
    background: rgba(255, 255, 255, 0.05);
}

.article-hero--listing {
    background:
        radial-gradient(circle at 15% 18%, rgba(255, 107, 0, 0.16), transparent 16%),
        radial-gradient(circle at 86% 26%, rgba(159, 204, 236, 0.14), transparent 18%),
        linear-gradient(135deg, #071a26 0%, #0c2231 54%, #51301b 100%);
}

.article-hero--allin {
    background:
        linear-gradient(rgba(8, 21, 30, 0.72), rgba(8, 15, 23, 0.9)),
        url('/images/articles/all-in-predictions.png') center/cover;
}

.article-hero--mythologies {
    background:
        linear-gradient(rgba(26, 16, 18, 0.74), rgba(14, 10, 16, 0.92)),
        url('/images/articles/mythologies.png') center 18%/cover;
}

.article-hero--harmonies {
    background:
        linear-gradient(rgba(14, 27, 24, 0.74), rgba(10, 19, 18, 0.9)),
        url('/images/articles/harmonies.png') center/cover;
}

.article-hero--wondrous {
    background:
        linear-gradient(rgba(8, 30, 28, 0.72), rgba(8, 20, 18, 0.9)),
        url('/images/articles/wondrous-creatures.png') center/cover;
}

.article-hero--first-rat {
    background:
        linear-gradient(rgba(10, 26, 33, 0.7), rgba(12, 18, 20, 0.9)),
        url('/images/articles/first-rat.png') center/cover;
}

.article-hero--terraforming {
    background:
        linear-gradient(rgba(24, 12, 10, 0.74), rgba(14, 9, 8, 0.9)),
        url('/images/articles/terraforming-mars-intrafin.png') center 26%/cover;
}

.article-hero--kickstarter {
    background:
        linear-gradient(rgba(20, 14, 40, 0.76), rgba(10, 11, 25, 0.92)),
        url('/images/articles/kickstarter.png') center/cover;
}

.article-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    padding: clamp(1.6rem, 2.8vw, 2.4rem) 0;
    text-align: center;
}

.article-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    justify-self: center;
    padding: 0.48rem 0.92rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 182, 147, 0.94), var(--article-accent));
    color: #351000;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 16px 28px rgba(1, 16, 27, 0.18);
}

.article-hero__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.article-hero__logo {
    height: 58px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: screen;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.24));
}

.article-hero__brandmark {
    display: grid;
    gap: 0.05rem;
    text-align: left;
    font-family: "Outfit", "Helvetica Neue", sans-serif;
}

.article-hero__brandline {
    color: #fdf8f5;
    font-size: 1.45rem;
    letter-spacing: -0.03em;
    line-height: 1;
}

.article-hero__brandline--strong {
    font-weight: 800;
}

.article-hero__title {
    margin: 0;
    color: #fff4ec;
    font-family: "Outfit", "Helvetica Neue", sans-serif;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.95;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.article-hero__summary {
    max-width: 44rem;
    margin: 0 auto;
    color: rgba(255, 244, 236, 0.82);
    font-size: clamp(1rem, 1.55vw, 1.45rem);
    line-height: 1.58;
}

.article-hero__meta-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.article-hero__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.78rem 1.02rem;
    border: 1px solid rgba(209, 229, 247, 0.1);
    border-radius: 999px;
    background: rgba(1, 16, 27, 0.6);
    color: #fff4ec;
    font-weight: 700;
    backdrop-filter: blur(16px);
}

.article-breadcrumb .breadcrumb {
    padding: 0.9rem 1.1rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: 18px;
    background: rgba(13, 34, 46, 0.82);
    box-shadow: var(--shadow-sm);
}

.article-breadcrumb .breadcrumb-item,
.article-breadcrumb .breadcrumb-item a {
    color: #c7e7ff;
}

.article-breadcrumb .breadcrumb-item.active {
    color: rgba(209, 229, 247, 0.56);
}

.article-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(209, 229, 247, 0.34);
}

.article-shell {
    display: grid;
    gap: 1.6rem;
}

.article-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
    gap: 1.6rem;
    align-items: stretch;
}

.article-image-frame,
.article-feature__media {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--radius) + 4px);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.72), transparent 24%),
        var(--article-image-bg);
    box-shadow: var(--shadow-md);
}

.article-image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: clamp(1rem, 2.1vw, 1.5rem);
}

.article-feature__media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-image-frame::before,
.article-feature__media::before {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.article-main-image,
.article-feature-image {
    position: relative;
    z-index: 1;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 28px rgba(20, 20, 25, 0.18));
}

.article-main-image {
    height: clamp(360px, 40vw, 520px);
}

.article-feature-image {
    min-height: 300px;
    height: 100%;
    padding: 1.4rem;
}

.article-feature-image--contain {
    object-fit: contain;
}

.article-summary-stack {
    display: grid;
    gap: 1rem;
}

.article-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    width: fit-content;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: var(--article-accent-soft);
    color: var(--article-accent);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-heading {
    margin: 0;
    color: #fff4ec;
    font-family: "Outfit", "Helvetica Neue", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.article-heading--underline {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(209, 229, 247, 0.08);
    box-shadow: inset 0 -2px 0 0 var(--article-accent-soft);
}

.article-copy,
.article-panel__body p,
.article-feature__summary,
.article-step-card p,
.article-note p {
    margin: 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.article-copy--center {
    max-width: 60ch;
    margin: 0 auto;
    text-align: center;
}

.article-panel__body p + p {
    margin-top: 1rem;
}

.article-page strong,
.article-panel__title,
.article-step-card__title {
    color: #fff4ec;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.article-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--article-chip-height);
    gap: 0.42rem;
    padding: 0.46rem 0.78rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: 999px;
    background: rgba(25, 44, 57, 0.9);
    color: #d9ebfb;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.article-rating-card,
.article-panel,
.article-price-box,
.article-feature,
.article-cta,
.article-note {
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: calc(var(--radius) + 4px);
    background:
        radial-gradient(circle at top right, var(--article-highlight), transparent 30%),
        linear-gradient(180deg, rgba(13, 34, 46, 0.94), rgba(9, 29, 42, 0.92));
    box-shadow: var(--shadow-md);
}

.article-rating-card {
    padding: 1.5rem;
}

.article-rating-card__title,
.article-price-box__eyebrow,
.article-score-label,
.article-feature__meta-note {
    color: #c7e7ff;
}

.article-rating-card__title,
.article-score-label {
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.article-rating-card__value {
    margin: 0.55rem 0 0.85rem;
    color: var(--article-accent);
    font-size: clamp(2.7rem, 6vw, 4.1rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.article-rating-card__value i {
    font-size: 0.78em;
}

.article-price-box__body {
    padding: 1.35rem 1.4rem;
}

.article-price-box__status {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.article-price-box .spinner-border {
    color: var(--article-accent);
}

.article-price-box__eyebrow {
    margin-bottom: 0.55rem;
}

.article-price-box__price {
    color: #fff4ec;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    font-weight: 800;
    line-height: 1;
}

.article-price-box__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.85rem;
    color: var(--text-muted);
    font-weight: 700;
}

.article-price-box__offer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.article-price-box__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.article-price-box .fw-semibold {
    color: #fff4ec;
}

.article-panel {
    overflow: hidden;
}

.article-panel__header {
    display: flex;
    align-items: center;
    padding: 1.1rem 1.35rem;
    border-bottom: 1px solid rgba(209, 229, 247, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.article-panel__header--accent {
    background: linear-gradient(135deg, var(--article-accent-soft), rgba(255, 255, 255, 0.03));
}

.article-panel__title {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0;
    font-family: "Outfit", "Helvetica Neue", sans-serif;
    font-size: 1.28rem;
    font-weight: 700;
}

.article-panel__body {
    padding: clamp(1.35rem, 2vw, 1.9rem);
}

.article-section {
    display: grid;
    gap: 1rem;
}

.article-section__header {
    display: grid;
    gap: 0.6rem;
}

.article-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.article-step-card {
    display: grid;
    gap: 0.75rem;
    height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(13, 34, 46, 0.94), rgba(25, 44, 57, 0.9));
    box-shadow: var(--shadow-sm);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.article-step-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 182, 147, 0.14);
    box-shadow: 0 26px 46px rgba(1, 16, 27, 0.22);
}

.article-step-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: var(--article-accent-soft);
    color: var(--article-accent);
    font-size: 0.84rem;
    font-weight: 900;
}

.article-step-card__title {
    margin: 0;
    font-family: "Outfit", "Helvetica Neue", sans-serif;
    font-size: 1.22rem;
    letter-spacing: -0.03em;
}

.article-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(1.6rem, 3vw, 2.4rem);
    text-align: center;
}

.article-cta::before {
    content: "";
    position: absolute;
    inset: auto -34px -90px auto;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.article-cta__title {
    position: relative;
    z-index: 1;
    margin: 0 0 1.3rem;
    color: #fff4ec;
    font-family: "Outfit", "Helvetica Neue", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.article-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.25rem;
    padding: 0.85rem 1.4rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9a54 0%, var(--primary-color) 100%);
    color: #351000;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 18px 32px rgba(255, 107, 0, 0.2);
}

.article-action:hover {
    transform: translateY(-1px);
    color: #351000;
    text-decoration: none;
    box-shadow: 0 22px 36px rgba(255, 107, 0, 0.24);
}

.articles-list {
    display: grid;
    gap: 1.35rem;
}

.articles-list--compact {
    gap: 1rem;
}

.article-feature {
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.article-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 54px rgba(1, 16, 27, 0.24);
}

@media (min-width: 992px) {
    .articles-page .article-feature {
        min-height: clamp(360px, 30vw, 420px);
    }

    .articles-page .article-feature__media {
        min-height: 100%;
    }

    .articles-page .article-feature-image {
        min-height: 0;
        height: clamp(280px, 23vw, 340px);
    }
}

.article-feature .row {
    height: 100%;
}

.article-feature__body {
    display: grid;
    gap: 1rem;
    height: 100%;
    padding: clamp(1.35rem, 2vw, 1.9rem);
}

.article-feature__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: var(--article-chip-height);
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    background: var(--article-accent-soft);
    color: var(--article-accent);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
}

.article-feature__title {
    margin: 0;
    color: #fff4ec;
    font-family: "Outfit", "Helvetica Neue", sans-serif;
    font-size: clamp(1.95rem, 3.2vw, 2.7rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.03;
}

.article-feature__title--sm {
    font-size: clamp(1.45rem, 2.5vw, 1.95rem);
}

.article-feature__summary {
    max-width: 58ch;
}

.article-feature__topline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.article-feature__meta-note {
    margin: -0.35rem 0 0;
    font-size: 0.92rem;
    font-weight: 700;
}

.article-date-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.48rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff4ec;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.article-feature__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: auto;
}

.article-score {
    display: grid;
    align-content: center;
    gap: 0.35rem;
    min-width: 9rem;
    min-height: 6.35rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: 20px;
    background: rgba(25, 44, 57, 0.92);
}

.article-score strong {
    color: var(--article-accent);
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.article-feature-price {
    display: grid;
    align-content: center;
    gap: 0.35rem;
    min-width: 11rem;
    min-height: 6.35rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(209, 229, 247, 0.08);
    border-radius: 20px;
    background: rgba(25, 44, 57, 0.92);
}

.article-feature-price__label {
    color: #d9e7f1;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.article-feature-price__value {
    color: var(--article-accent);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.article-feature-price__value--placeholder {
    color: #fff4ec;
    font-size: 1.18rem;
}

.article-feature-price__meta {
    color: #d9e7f1;
    font-size: 0.92rem;
    font-weight: 600;
}

.article-feature-price__meta-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.article-feature-price__meta-link:hover {
    color: #fff4ec;
    text-decoration: underline;
}

.article-note {
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
    padding: 1.3rem;
}

.article-note i {
    color: var(--article-accent);
    font-size: 1.5rem;
}

.article-note p {
    color: #ffe4d7;
}

@media (min-width: 992px) {
    .article-price-box__offer {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1.35rem;
    }

    .article-price-box__actions {
        justify-content: flex-end;
        margin-left: auto;
        flex-shrink: 0;
    }
}

@media (max-width: 991.98px) {
    .article-overview,
    .article-cards-grid {
        grid-template-columns: 1fr;
    }

    .article-feature__footer {
        align-items: stretch;
    }
}

@media (max-width: 767.98px) {
    .nav-shell .navbar-collapse {
        margin-top: 0.9rem;
        padding: 0.8rem;
        border: 1px solid rgba(209, 229, 247, 0.08);
        border-radius: 1.2rem;
        background: rgba(13, 34, 46, 0.96);
        box-shadow: 0 18px 36px rgba(1, 16, 27, 0.2);
    }

    .nav-shell .navbar-nav {
        gap: 0.35rem;
    }

    .nav-shell .nav-link--icon {
        width: 100%;
        justify-content: flex-start;
    }

    .article-hero {
        min-height: auto;
    }

    .article-hero__summary {
        font-size: 1rem;
    }

    .article-hero__meta-list,
    .article-feature__footer,
    .article-price-box__status,
    .article-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .article-hero__brand {
        flex-direction: column;
    }

    .article-hero__brandmark {
        text-align: center;
    }

    .article-hero__meta,
    .article-score,
    .article-feature-price,
    .article-action {
        width: 100%;
    }

    .article-action {
        min-width: 100%;
    }

    .article-feature__media::before,
    .article-image-frame::before {
        inset: 0.8rem;
    }
}

/* Landing homepage */
.landing-home {
    display: grid;
    gap: 1.75rem;
}

.landing-home__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.95fr);
    gap: 1.4rem;
    padding: clamp(1.6rem, 3vw, 2.8rem);
    border-radius: calc(var(--radius) + 12px);
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(125, 211, 252, 0.2), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 107, 0, 0.2), transparent 34%),
        linear-gradient(145deg, rgba(10, 29, 40, 0.96), rgba(3, 17, 27, 0.96));
    box-shadow:
        0 34px 72px rgba(1, 16, 27, 0.3),
        inset 0 0 0 1px rgba(209, 229, 247, 0.08);
    isolation: isolate;
}

.landing-home__hero::before,
.landing-home__hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(14px);
    opacity: 0.7;
    z-index: -1;
}

.landing-home__hero::before {
    width: 16rem;
    height: 16rem;
    top: -4rem;
    right: -3rem;
    background: rgba(125, 211, 252, 0.18);
}

.landing-home__hero::after {
    width: 13rem;
    height: 13rem;
    left: -2.5rem;
    bottom: -3.5rem;
    background: rgba(255, 107, 0, 0.16);
}

.landing-home__hero-copy {
    display: grid;
    gap: 1.1rem;
    align-content: center;
}

.landing-home__eyebrow,
.landing-home__section-eyebrow,
.landing-home__destination-kicker,
.landing-home__panel-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing-home__eyebrow,
.landing-home__section-eyebrow {
    background: rgba(255, 255, 255, 0.08);
    color: #ffe0cb;
}

.landing-home__title {
    margin: 0;
    max-width: 13ch;
    font-size: clamp(2.4rem, 4.6vw, 4.25rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #fff4ec;
}

.landing-home__intro,
.landing-home__section-description {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
    color: rgba(209, 229, 247, 0.82);
}

.landing-home__actions,
.landing-home__category-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.landing-home__hero-panel {
    display: flex;
    align-items: stretch;
}

.landing-home__panel-card {
    width: 100%;
    padding: 1.3rem;
    border-radius: calc(var(--radius) + 2px);
    background: rgba(5, 24, 36, 0.78);
    border: 1px solid rgba(209, 229, 247, 0.08);
    box-shadow: var(--shadow-sm);
}

.landing-home__panel-label {
    margin-bottom: 1rem;
    background: rgba(255, 107, 0, 0.12);
    color: #ffd3b3;
}

.landing-home__feature-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-home__feature-list li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: flex-start;
}

.landing-home__feature-icon,
.landing-home__destination-icon,
.landing-home__category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 18px;
    font-size: 1.1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.landing-home__feature-icon--promos,
.landing-home__destination-card--promos .landing-home__destination-icon {
    color: #ffd0d9;
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.28), rgba(127, 29, 29, 0.18));
}

.landing-home__feature-icon--articles,
.landing-home__destination-card--articles .landing-home__destination-icon {
    color: #d5f2ff;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.28), rgba(8, 47, 73, 0.18));
}

.landing-home__feature-icon--releases,
.landing-home__destination-card--releases .landing-home__destination-icon {
    color: #ffec8f;
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.28), rgba(133, 77, 14, 0.18));
}

.landing-home__feature-icon--alerts,
.landing-home__destination-card--categories .landing-home__destination-icon {
    color: #ffe6a8;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.28), rgba(120, 53, 15, 0.2));
}

.landing-home__feature-copy {
    display: grid;
    gap: 0.22rem;
}

.landing-home__feature-copy strong {
    color: #fff4ec;
    font-size: 1rem;
}

.landing-home__feature-copy span {
    color: rgba(209, 229, 247, 0.74);
    line-height: 1.55;
}

.landing-home__section,
.landing-home__categories {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1.3rem, 2.3vw, 1.8rem);
    border-radius: calc(var(--radius) + 4px);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(209, 229, 247, 0.08);
    box-shadow: var(--shadow-sm);
}

.landing-home__categories {
    scroll-margin-top: calc(var(--site-header-height) + 1rem);
}

.landing-home__section-heading {
    display: grid;
    gap: 0.7rem;
}

.landing-home__section-title {
    margin: 0;
    max-width: 20ch;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.1;
    color: #fff4ec;
}

.landing-home__destination-grid,
.landing-home__category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.landing-home__destination-card,
.landing-home__category-card {
    min-height: 100%;
    padding: 1.25rem;
    border-radius: 24px;
    border: 1px solid rgba(209, 229, 247, 0.08);
    background: linear-gradient(180deg, rgba(10, 28, 40, 0.88), rgba(4, 18, 28, 0.88));
    box-shadow: var(--shadow-sm);
}

.landing-home__destination-card {
    display: grid;
    gap: 0.78rem;
    text-decoration: none;
    color: inherit;
}

.landing-home__destination-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 107, 0, 0.24);
    color: inherit;
}

.landing-home__destination-kicker {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(209, 229, 247, 0.72);
}

.landing-home__destination-title {
    margin: 0;
    font-size: 1.26rem;
    color: #fff4ec;
}

.landing-home__destination-description,
.landing-home__category-card p,
.landing-home__alert-note {
    margin: 0;
    line-height: 1.65;
    color: rgba(209, 229, 247, 0.74);
}

.landing-home__destination-link {
    margin-top: auto;
    color: #ffb16f;
    font-weight: 800;
}

.landing-home__alert-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.3rem;
    padding: clamp(1.3rem, 2.5vw, 1.7rem);
    border-radius: calc(var(--radius) + 4px);
    background:
        radial-gradient(circle at right center, rgba(255, 107, 0, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(18, 37, 50, 0.94), rgba(8, 22, 32, 0.94));
    border: 1px solid rgba(209, 229, 247, 0.08);
    box-shadow: var(--shadow-sm);
}

.landing-home__alert-copy {
    display: grid;
    gap: 0.7rem;
}

.landing-home__alert-actions {
    display: grid;
    gap: 0.55rem;
    justify-items: flex-start;
}

.landing-home__category-card {
    display: grid;
    gap: 0.8rem;
}

.landing-home__category-card h3 {
    margin: 0;
    font-size: 1.18rem;
    color: #fff4ec;
}

.landing-home__category-icon {
    color: #ffe2cf;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.22), rgba(32, 94, 157, 0.2));
}

.bgg-top__jump-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.bgg-top__jump-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(180deg, rgba(11, 29, 47, 0.92), rgba(5, 19, 31, 0.92));
    border: 1px solid rgba(209, 229, 247, 0.08);
    box-shadow: var(--shadow-sm);
}

.bgg-top__jump-card:hover {
    transform: translateY(-4px);
    border-color: rgba(96, 165, 250, 0.28);
    color: inherit;
}

.bgg-top__jump-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 18px;
    color: #dbeafe;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.24), rgba(30, 64, 175, 0.22));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bgg-top__jump-copy {
    display: grid;
    gap: 0.22rem;
}

.bgg-top__jump-copy strong {
    color: #fff4ec;
}

.bgg-top__jump-copy span {
    font-size: 0.92rem;
    color: rgba(209, 229, 247, 0.7);
}

.bgg-top__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.bgg-top__filters .feedback-button {
    border: 0;
}

.bgg-top__sections {
    display: grid;
    gap: 1.35rem;
}

.bgg-top__category-section {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1.3rem, 2.3vw, 1.8rem);
    border-radius: calc(var(--radius) + 4px);
    background:
        radial-gradient(circle at top right, rgba(96, 165, 250, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(9, 25, 37, 0.96), rgba(4, 18, 28, 0.96));
    border: 1px solid rgba(209, 229, 247, 0.08);
    box-shadow: var(--shadow-sm);
    scroll-margin-top: calc(var(--site-header-height) + 1.25rem);
}

.bgg-top__category-heading {
    display: grid;
    gap: 0.8rem;
}

.bgg-top__category-heading-main {
    display: grid;
    gap: 0.65rem;
}

.bgg-top__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.bgg-top-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(130px, 158px) minmax(0, 1fr);
    gap: 1rem;
    min-height: 100%;
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(12, 31, 45, 0.95), rgba(6, 20, 31, 0.95));
    border: 1px solid rgba(209, 229, 247, 0.08);
    box-shadow: var(--shadow-sm);
}

.bgg-top-card__rank {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    padding: 0.42rem 0.68rem;
    border-radius: 999px;
    background: rgba(255, 107, 0, 0.18);
    color: #ffe3cb;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.bgg-top-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 1.05rem;
    border-radius: 20px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(96, 165, 250, 0.2), transparent 32%),
        linear-gradient(180deg, rgba(18, 38, 54, 0.95), rgba(8, 22, 34, 0.95));
    border: 1px solid rgba(209, 229, 247, 0.08);
}

.bgg-top-card__media img {
    width: 100%;
    height: 100%;
    max-height: 165px;
    object-fit: contain;
}

.bgg-top-card__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 150px;
    border-radius: 16px;
    border: 1px dashed rgba(209, 229, 247, 0.2);
    color: rgba(209, 229, 247, 0.58);
    text-align: center;
}

.bgg-top-card__overall-rank {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.58rem;
    border-radius: 999px;
    background: rgba(5, 15, 26, 0.75);
    color: #dbeafe;
    font-size: 0.76rem;
    font-weight: 700;
}

.bgg-top-card__body {
    display: grid;
    gap: 0.8rem;
    align-content: start;
}

.bgg-top-card__topline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 0.85rem;
    color: rgba(209, 229, 247, 0.68);
    font-size: 0.88rem;
}

.bgg-top-card__title {
    margin: 0;
    font-size: 1.34rem;
    line-height: 1.15;
    color: #fff4ec;
}

.bgg-top-card__subtitle {
    margin: 0;
    color: rgba(209, 229, 247, 0.72);
    line-height: 1.6;
}

.bgg-top-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
}

@media (max-width: 1080px) {
    .landing-home__hero {
        grid-template-columns: 1fr;
    }

    .landing-home__destination-grid,
    .landing-home__category-grid,
    .bgg-top__jump-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-home__alert-band {
        flex-direction: column;
        align-items: flex-start;
    }

    .bgg-top__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .landing-home__hero,
    .landing-home__section,
    .landing-home__alert-band,
    .landing-home__categories {
        padding: 1.2rem;
    }

    .landing-home__title {
        max-width: none;
        font-size: clamp(2rem, 8.5vw, 3rem);
    }

    .landing-home__actions,
    .landing-home__category-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .landing-home__actions .feedback-button,
    .landing-home__category-actions .feedback-button {
        width: 100%;
    }

    .landing-home__destination-grid,
    .landing-home__category-grid,
    .bgg-top__jump-grid {
        grid-template-columns: 1fr;
    }

    .bgg-top-card {
        grid-template-columns: 1fr;
        padding-top: 3.9rem;
    }

    .bgg-top-card__rank {
        left: 1rem;
    }

    .bgg-top-card__media {
        min-height: 220px;
    }

    .bgg-top-card__actions {
        flex-direction: column;
    }

    .bgg-top-card__actions .feedback-button {
        width: 100%;
    }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1080px) {
    .register-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .register-card.account-card {
        order: -1;
    }

    .register-story__title {
        max-width: 16ch;
    }
}

@media (max-width: 900px) {
    .page-hero__brand {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-hero__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .search-result-summary,
    .account-header,
    .account-alert-card,
    .account-alert-card__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-result-summary__actions,
    .account-alert-card__actions {
        align-items: stretch;
        width: 100%;
    }

    .account-form__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .register-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .register-card .feedback-button {
        width: 100%;
    }

    .article-hero__brand {
        flex-direction: column;
    }

    .article-hero__brandmark,
    .article-hero__inner {
        text-align: center;
    }
}

@media (max-width: 640px) {
    :root {
        --floating-action-right: 1rem;
        --floating-action-bottom: 1rem;
        --floating-action-size: 3rem;
    }

    .page-hero {
        padding: 1.4rem;
    }

    .page-hero__brand {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-hero__metrics {
        grid-template-columns: 1fr;
    }

    .controls-section {
        padding: 0.9rem 0.85rem;
        gap: 0.75rem;
    }

    .controls-toolbar__row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
    }

    .controls-toolbar__scroller {
        gap: 0.55rem;
    }

    .controls-toolbar__scroller:not(.controls-toolbar__scroller--secondary) {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        overflow: visible;
        padding-bottom: 0;
    }

    .controls-toolbar__scroller--secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .controls-toolbar__group {
        width: 100%;
        flex-wrap: wrap;
        gap: 0.32rem;
        padding: 0.42rem 0.42rem 0.46rem;
        border-radius: 1rem;
    }

    .controls-toolbar__label,
    .compact-select-control__label {
        font-size: 0.68rem;
    }

    .controls-toolbar__label {
        width: 100%;
        padding: 0 0.05rem 0.12rem;
    }

    .toolbar-chip,
    .toolbar-reset-btn {
        padding: 0.44rem 0.68rem;
        font-size: 0.85rem;
    }

    .compact-select-control {
        min-width: 0;
        width: 100%;
        padding: 0.5rem 0.55rem 0.55rem;
    }

    .compact-select-control__select {
        padding: 0.54rem 1.85rem 0.54rem 0.82rem;
        font-size: 0.9rem;
    }

    .controls-summary {
        display: grid;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .controls-summary__active,
    .stats {
        width: 100%;
    }

    .stats {
        white-space: normal;
        font-size: 0.88rem;
    }

    .toolbar-reset-btn {
        align-self: flex-start;
    }

    .feedback-panel,
    .feedback-panel--loading {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-shell {
        margin-top: -0.75rem;
    }

    .search-surface {
        padding: 1.2rem;
    }

    .search-form__group {
        grid-template-columns: 1fr;
    }

    .search-input,
    .search-button {
        min-height: 3.75rem;
    }

    .search-button {
        width: 100%;
    }

    .search-result-summary {
        flex-direction: column;
    }

    .register-shell {
        padding: 0.5rem 0 2rem;
    }

    .register-story,
    .register-card.account-card {
        border-radius: 1.5rem;
    }

    .register-story {
        padding: 1.4rem;
    }

    .register-story__title {
        max-width: 100%;
        font-size: clamp(1.3rem, 5.6vw, 1.75rem);
    }

    .register-story__panel {
        padding: 1.05rem;
    }

    .register-story__steps li {
        grid-template-columns: 1fr;
    }

    .register-story__step-index {
        width: 2.35rem;
        height: 2.35rem;
    }

    .register-card.account-card {
        padding: 1.25rem;
    }

    .register-card__title {
        font-size: clamp(1.4rem, 6vw, 1.85rem);
    }
    
    .deals-grid {
        gap: 2.5rem; /* Espace plus grand entre les cartes pour bien les différencier */
    }

    .deal-card {
        box-shadow: var(--shadow-md);
    }

    .deal-image-container {
        min-height: 230px;
    }

    .deal-image-container img,
    .placeholder-image,
    .no-image {
        height: 200px;
    }
}

@media (max-width: 420px) {
    .controls-toolbar__scroller--secondary {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
