/* ==========================================================================
   GAMOFILE INNOVATIONS - Spine View 3D, Game Picker & Time Machine
   Identité Visuelle: Gaming Pop (100% CSS Variables)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. SPINE VIEW (VUE ÉTAGÈRE 3D & TRANCHES DE BOÎTIERS)
   -------------------------------------------------------------------------- */

.shelf-cabinet {
    width: 100%;
    margin-top: 1.5em;
    perspective: 1200px;
    perspective-origin: 50% 30%;
    font-family: 'Poppins', sans-serif;
}

.shelf-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 1.2em;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 14px;
    margin-top: 1.8em;
    margin-bottom: 1.2em;
    box-shadow: var(--shadow-tiny);
}

.shelf-group-title {
    font-size: 1.15em;
    font-weight: 700;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.shelf-row-wrapper {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.25) 100%);
    border-radius: 12px 12px 0 0;
    padding: 24px 20px 0 20px;
    margin-bottom: 2.5em;
    box-shadow: inset 0 10px 25px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--border-light);
    border-bottom: none;
}

.shelf-bookshelf {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 2px;
    padding-top: 50px;
    transform-style: preserve-3d;
    scrollbar-width: thin;
    scrollbar-color: var(--color-indigo) transparent;
}

.shelf-bookshelf::-webkit-scrollbar {
    height: 6px;
}
.shelf-bookshelf::-webkit-scrollbar-thumb {
    background: var(--color-indigo);
    border-radius: 6px;
}

.shelf-board {
    height: 18px;
    background: linear-gradient(90deg, #3a271d 0%, #5c3e2e 50%, #3a271d 100%);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45), inset 0 2px 4px rgba(255, 255, 255, 0.2);
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    z-index: 5;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
}

/* Boîtier individuel vu par la tranche (Spine) */
.spine-item {
    position: relative;
    flex-shrink: 0;
    height: 190px;
    width: 32px;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    transition: transform 0.25s cubic-bezier(0.2, 0.9, 0.3, 1.2), box-shadow 0.25s ease, z-index 0s;
    transform-origin: bottom center;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.35), inset 1px 0 2px rgba(255, 255, 255, 0.2);
    user-select: none;
    z-index: 2;
    transform-style: preserve-3d;
}

.spine-item:hover {
    transform: translateY(-26px) translateZ(35px) scale(1.06);
    z-index: 100;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.6), -4px 0 10px rgba(0, 0, 0, 0.4);
}

.spine-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8px 3px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-radius: 3px 3px 0 0;
}

/* Texte vertical du titre */
.spine-title-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.72em;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 130px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.spine-logo-top {
    font-size: 0.65em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.9;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.spine-bottom-badge {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    font-size: 0.65em;
}

/* Déclinaisons de tranches selon la console */
.spine-ps2 {
    background: linear-gradient(90deg, #091224 0%, #102447 40%, #081120 100%);
    border-left: 1px solid #1a3a6e;
    color: #ffffff;
}
.spine-ps2 .spine-logo-top { color: #f2c94c; }

.spine-ps1 {
    width: 38px;
    background: linear-gradient(90deg, #2b2b2b 0%, #424242 50%, #222222 100%);
    border-left: 2px solid #555555;
    border-right: 1px solid #111111;
}

.spine-ps3 {
    background: linear-gradient(90deg, #111111 0%, #24272c 50%, #0d0e10 100%);
    border-left: 2px solid rgba(255, 255, 255, 0.25);
}

.spine-ps4, .spine-ps5 {
    background: linear-gradient(90deg, #003791 0%, #0056cc 50%, #002b70 100%);
    border-left: 1px solid #3385ff;
}

.spine-switch {
    width: 26px;
    background: linear-gradient(90deg, #b8000f 0%, #e60012 40%, #9e000c 100%);
    border-left: 1px solid #ff4d5a;
}
.spine-switch .spine-title-vertical {
    font-weight: 700;
    font-size: 0.7em;
    color: #ffffff;
}

.spine-gamecube {
    width: 34px;
    background: linear-gradient(90deg, #1d0f30 0%, #3e1b69 50%, #180c28 100%);
    border-left: 1px solid #6c32b5;
}
.spine-gamecube .spine-logo-top { color: #bb86fc; }

.spine-xbox, .spine-xbox360, .spine-xboxone {
    background: linear-gradient(90deg, #073809 0%, #107c10 50%, #052606 100%);
    border-left: 1px solid #28c928;
}

.spine-megadrive {
    background: #111111;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 8px 8px;
    border: 1px solid #333333;
}

.spine-n64, .spine-snes, .spine-nes {
    width: 36px;
    background: linear-gradient(90deg, #595c64 0%, #8c909a 50%, #4b4e55 100%);
    border-left: 1px solid #a8adb8;
}

.spine-gameboy, .spine-gba, .spine-ds, .spine-3ds {
    width: 28px;
    background: linear-gradient(90deg, #7c2258 0%, #a43076 50%, #5d1741 100%);
    border-left: 1px solid #d450a1;
}

.spine-generic {
    background: linear-gradient(90deg, #1e1b4b 0%, #3730a3 50%, #17153b 100%);
    border-left: 1px solid #6366f1;
}

/* Popover de prévisualisation au survol de la tranche */
.spine-preview-popover {
    position: absolute;
    bottom: 215px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 0 1px var(--border-light);
    padding: 10px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 999;
}

.spine-item:hover .spine-preview-popover {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-6px);
}

.spine-preview-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    background: var(--bg-card);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.spine-preview-title {
    font-size: 0.9em;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 8px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spine-preview-meta {
    font-size: 0.78em;
    color: var(--text-muted);
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --------------------------------------------------------------------------
   2. GAME PICKER / ROULETTE DU BACKLOG
   -------------------------------------------------------------------------- */

.game-picker-modal .header {
    background: var(--gradient-profile-header, var(--gradient-primary)) !important;
    color: #ffffff !important;
    border-radius: 15px 15px 0 0 !important;
    padding: 1.2em 1.5em !important;
}

.roulette-cabinet {
    position: relative;
    background: var(--bg-card);
    border: 2px solid var(--border-light);
    border-radius: 16px;
    padding: 20px;
    box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.roulette-viewport {
    height: 230px;
    overflow: hidden;
    position: relative;
    background: var(--bg-white);
    border: 2px solid var(--color-indigo);
    border-radius: 14px;
    box-shadow: 0 0 25px rgba(99, 102, 241, 0.25);
}

.roulette-sight {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 210px;
    transform: translateY(-50%);
    border-top: 3px solid var(--color-danger);
    border-bottom: 3px solid var(--color-danger);
    box-shadow: inset 0 0 20px rgba(239, 68, 68, 0.15);
    pointer-events: none;
    z-index: 10;
}

.roulette-strip {
    display: flex;
    flex-direction: column;
    transition: transform 3.8s cubic-bezier(0.12, 0.8, 0.2, 1);
}

.roulette-card-slot {
    height: 210px;
    box-sizing: border-box;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px dashed var(--border-light);
}

.roulette-card-cover {
    width: 130px;
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: var(--shadow-medium);
    flex-shrink: 0;
}

.roulette-card-info {
    flex-grow: 1;
}

.roulette-card-title {
    font-size: 1.3em;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 6px;
}

.roulette-card-subtitle {
    font-size: 0.95em;
    color: var(--color-indigo);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.picker-mood-btn {
    border-radius: 20px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    border: 1px solid var(--border-light) !important;
    background: var(--bg-card) !important;
    color: var(--text-primary) !important;
    padding: 0.6em 1.1em !important;
}

.picker-mood-btn:hover {
    background: var(--bg-hover-light) !important;
    border-color: var(--color-indigo) !important;
}

.picker-mood-btn.active {
    background: var(--gradient-primary) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4) !important;
}

.picker-mood-btn.active i {
    color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   3. TIME MACHINE INTERACTIVE (FRISE CHRONOLOGIQUE)
   -------------------------------------------------------------------------- */

.timemachine-panel {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    padding: 22px;
    margin-top: 1.5em;
    box-shadow: var(--shadow-medium);
    font-family: 'Poppins', sans-serif;
}

.timemachine-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 20px;
}

.timemachine-badge-peak {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: 600;
    color: var(--text-primary);
    box-shadow: var(--shadow-tiny);
}

.timemachine-histogram {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 180px;
    overflow-x: auto;
    padding: 10px 5px 25px 5px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-indigo) transparent;
}

.timemachine-bar-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 44px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.timemachine-bar-col:hover {
    transform: translateY(-4px);
}

.timemachine-bar-col.active .timemachine-bar {
    background: var(--gradient-primary) !important;
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.6);
}
.timemachine-bar-col.active .timemachine-bar-label {
    color: var(--color-indigo);
    font-weight: 800;
}

.timemachine-bar-count {
    font-size: 0.75em;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.timemachine-bar {
    width: 24px;
    background: var(--color-indigo);
    opacity: 0.75;
    border-radius: 6px 6px 0 0;
    transition: height 0.3s cubic-bezier(0.2, 0.9, 0.3, 1), opacity 0.2s ease;
}

.timemachine-bar-col:hover .timemachine-bar {
    opacity: 1;
}

.timemachine-bar-label {
    font-size: 0.75em;
    font-weight: 600;
    color: var(--text-secondary);
    margin-top: 6px;
}

.timemachine-games-grid {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dashed var(--border-light);
}

.timemachine-generation-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.generation-pill {
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8em;
    font-weight: 600;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.generation-pill:hover, .generation-pill.active {
    background: var(--color-indigo);
    color: var(--text-on-accent);
    border-color: var(--color-indigo);
}

/* ==========================================================================
   4. CONSOLE GENERATION SHOWCASE (MUSEUM 3D PODIUM)
   ========================================================================== */

.console-gen-container {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    margin-top: 1.5em;
    perspective: 1200px;
}

.console-gen-jumpbar {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0.8em 0.5em;
    scrollbar-width: thin;
    scrollbar-color: var(--color-indigo) transparent;
}

.console-gen-jump-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85em;
    font-weight: 600;
    color: var(--text-primary);
    text-decoration: none;
    box-shadow: var(--shadow-tiny);
    transition: all 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
}

.console-gen-jump-pill:hover {
    background: var(--color-indigo);
    color: var(--text-on-accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow-small);
}

.console-gen-jump-pill .ui.label {
    background: var(--bg-light);
    color: var(--text-primary);
    font-size: 0.78em;
    padding: 2px 8px;
    border-radius: 12px;
}

.console-gen-jump-pill:hover .ui.label {
    background: rgba(255, 255, 255, 0.25);
    color: var(--text-on-accent);
}

.console-gen-section {
    background: var(--bg-card);
    border-radius: 20px;
    border: 1px solid var(--border-light);
    overflow: visible;
    box-shadow: var(--shadow-card);
    transition: box-shadow 0.3s ease;
}

.console-gen-section:hover {
    box-shadow: var(--shadow-card-hover);
}

.console-gen-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2em 1.8em;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
    color: var(--text-on-accent);
}

.console-gen-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.console-gen-banner-left {
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1;
}

.console-gen-badge-3d {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 16px;
    background: var(--bg-glass-heavy);
    color: var(--color-indigo);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transform: perspective(600px) rotateY(-10deg) rotateX(6deg);
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

.console-gen-section:hover .console-gen-badge-3d {
    transform: perspective(600px) rotateY(0deg) rotateX(0deg) scale(1.05);
}

.console-gen-badge-num {
    font-size: 1.45em;
    font-weight: 900;
    line-height: 1;
    transform: translateZ(12px);
}

.console-gen-badge-sub {
    font-size: 0.6em;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.85;
    transform: translateZ(8px);
}

.console-gen-title-block {
    display: flex;
    flex-direction: column;
}

.console-gen-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.35em;
    font-weight: 800;
    color: var(--text-on-accent);
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.console-gen-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88em;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 4px;
    font-weight: 500;
}

.console-gen-banner-right {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.console-gen-count-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 14px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85em;
    font-weight: 600;
    color: var(--text-on-accent);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.console-podium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.2em;
    padding: 2.2em;
    background: var(--bg-card);
    perspective: 1200px;
    border-radius: 0 0 20px 20px;
}

.console-podium-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
    overflow: visible;
    will-change: transform;
}

.console-podium-card:hover {
    border-color: var(--color-indigo);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 25px rgba(99, 102, 241, 0.22);
}

.console-podium-glare {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 22px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    mix-blend-mode: overlay;
}

.console-podium-stage {
    position: relative;
    height: 195px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 0;
    transform-style: preserve-3d;
    overflow: visible;
}

.console-podium-disc {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%) rotateX(68deg);
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.32) 0%, rgba(99, 102, 241, 0.1) 50%, transparent 72%);
    border: 2px solid rgba(99, 102, 241, 0.5);
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.45), inset 0 0 20px rgba(99, 102, 241, 0.35);
    pointer-events: none;
    transition: all 0.3s ease;
}

.console-podium-disc::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    border: 1px dashed rgba(99, 102, 241, 0.45);
}

.console-podium-disc::after {
    content: '';
    position: absolute;
    inset: 30px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, transparent 68%);
    border: 1px solid rgba(99, 102, 241, 0.3);
}

.console-podium-card:hover .console-podium-disc {
    width: 180px;
    height: 180px;
    border-color: var(--color-indigo);
    box-shadow: 0 0 40px var(--color-indigo), inset 0 0 25px var(--color-indigo);
}

.console-podium-shadow {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 105px;
    height: 22px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
    z-index: 2;
    animation: shadowPulse3D 4s ease-in-out infinite;
}

@keyframes shadowPulse3D {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.65;
    }
    50% {
        transform: translateX(-50%) scale(0.8);
        opacity: 0.35;
    }
}

.console-podium-img-wrapper {
    position: relative;
    z-index: 5;
    transform: translateZ(45px);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: consoleFloat3D 4s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
}

@keyframes consoleFloat3D {
    0%, 100% {
        transform: translateZ(42px) translateY(0px) rotateY(0deg);
    }
    50% {
        transform: translateZ(58px) translateY(-12px) rotateY(3deg);
    }
}

.console-podium-card:hover .console-podium-img-wrapper {
    transform: translateZ(65px) translateY(-10px);
}

.console-podium-img {
    max-height: 135px;
    max-width: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.3));
    transition: filter 0.3s ease, transform 0.3s ease;
    transform: translateZ(10px);
}

.console-podium-card:hover .console-podium-img {
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.42));
    transform: translateZ(25px) scale(1.04);
}

.console-podium-vitrine-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--bg-glass-heavy);
    color: var(--color-gold);
    border: 1px solid rgba(251, 189, 8, 0.5);
    box-shadow: 0 4px 12px rgba(251, 189, 8, 0.35);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    z-index: 8;
    transform: translateZ(25px);
}

.console-podium-body {
    transform: translateZ(20px);
    padding: 1.3em 1.5em 1.5em;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--bg-white);
    border-top: 1px solid var(--border-light);
    border-radius: 0 0 22px 22px;
    flex: 1;
}

.console-podium-brand {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-secondary);
}

.console-podium-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05em;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.6em;
}

.console-podium-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0;
}

.console-podium-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75em;
    font-weight: 600;
    background: var(--bg-light);
    color: var(--text-secondary);
    border: 1px solid var(--border-light);
}

.console-podium-chip.edition {
    background: rgba(99, 102, 241, 0.1);
    color: var(--color-indigo);
    border-color: rgba(99, 102, 241, 0.25);
    font-weight: 700;
}

.console-podium-color-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.console-podium-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed var(--border-light);
    font-family: 'Poppins', sans-serif;
    font-size: 0.85em;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .console-podium-grid {
        grid-template-columns: 1fr;
        padding: 1.2em;
        gap: 1.4em;
    }
    .console-podium-stage {
        height: 170px;
    }
    .console-podium-img {
        max-height: 115px;
    }
}

