/* _content/GameTrackerV4/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m7znkz40m2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m7znkz40m2] {
    flex: 1;
}

.sidebar[b-m7znkz40m2] {
    background: #181818;
}

.top-row[b-m7znkz40m2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m7znkz40m2]  a, .top-row[b-m7znkz40m2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-m7znkz40m2]  a:hover, .top-row[b-m7znkz40m2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-m7znkz40m2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-m7znkz40m2] {
        justify-content: space-between;
    }

    .top-row[b-m7znkz40m2]  a, .top-row[b-m7znkz40m2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m7znkz40m2] {
        flex-direction: row;
    }

    .sidebar[b-m7znkz40m2] {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m7znkz40m2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-m7znkz40m2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-m7znkz40m2], article[b-m7znkz40m2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-m7znkz40m2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-m7znkz40m2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GameTrackerV4/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-so2yfulppu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid #333;
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28230, 230, 230, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #252525;
}

    .navbar-toggler:checked[b-so2yfulppu] {
        background-color: #333;
    }

.top-row[b-so2yfulppu] {
    height: 3.5rem;
    background-color: #181818;
    border-bottom: 1px solid #333;
}

.navbar-brand[b-so2yfulppu] {
    font-size: 1.1rem;
    color: #e6e6e6;
}

.bi[b-so2yfulppu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-so2yfulppu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e6e6e6' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-so2yfulppu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e6e6e6' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-so2yfulppu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e6e6e6' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-so2yfulppu] {
    font-size: 0.9rem;
    padding: 0 0.75rem 0.5rem 0.75rem;
}

    .nav-item:first-of-type[b-so2yfulppu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-so2yfulppu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-so2yfulppu]  .nav-link {
        color: #d7d7d7;
        background: transparent;
        border: none;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: 0 0.75rem;
    }

    .nav-item[b-so2yfulppu]  a.active {
        background-color: #2d2d2d;
        color: white;
    }

    .nav-item[b-so2yfulppu]  .nav-link:hover {
        background-color: #252525;
        color: white;
    }

.nav-scrollable[b-so2yfulppu] {
    display: none;
    background-color: #181818;
}

.navbar-toggler:checked ~ .nav-scrollable[b-so2yfulppu] {
    display: block;
}

.bi-controller[b-so2yfulppu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e6e6e6' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm-7 0a.5.5 0 0 1 .5-.5H5v-.5a.5.5 0 0 1 1 0V6h.5a.5.5 0 0 1 0 1H6v.5a.5.5 0 0 1-1 0V7h-.5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M6.552 3.5A3.5 3.5 0 0 0 3.07 6.46L2.2 11.01a1.5 1.5 0 0 0 2.37 1.43l2.74-2.055a1.5 1.5 0 0 1 1.8 0l2.74 2.055a1.5 1.5 0 0 0 2.37-1.43l-.87-4.55A3.5 3.5 0 0 0 9.448 3.5h-2.896z'/%3E%3C/svg%3E");
}

@media (min-width: 641px) {
    .navbar-toggler[b-so2yfulppu] {
        display: none;
    }

    .nav-scrollable[b-so2yfulppu] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background-color: #181818;
        border-right: 1px solid #333;
    }
}
/* _content/GameTrackerV4/Components/PlatformBubbles.razor.rz.scp.css */
.platform-bubbles[b-81ktoxyynj] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.platform-bubble[b-81ktoxyynj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: .18rem .55rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
    color: rgba(255,255,255,.92);
    transition: .12s ease;
}

    .platform-bubble:hover[b-81ktoxyynj] {
        filter: brightness(1.08);
        transform: translateY(-1px);
    }

.platform-sony[b-81ktoxyynj] {
    background: rgba(0, 55, 145, .24);
    border-color: rgba(80, 140, 255, .34);
    color: rgba(225,235,255,.96);
}

.platform-microsoft[b-81ktoxyynj] {
    background: rgba(16, 124, 16, .24);
    border-color: rgba(80, 220, 100, .34);
    color: rgba(225,255,225,.96);
}

.platform-nintendo[b-81ktoxyynj] {
    background: rgba(228, 0, 15, .24);
    border-color: rgba(255, 90, 105, .34);
    color: rgba(255,235,238,.96);
}

.platform-pc[b-81ktoxyynj] {
    background: rgba(120,120,120,.18);
    border-color: rgba(180,180,180,.16);
}

.platform-other[b-81ktoxyynj] {
    background: rgba(255, 210, 80, .14);
    border-color: rgba(255, 225, 140, .26);
    color: rgba(255, 245, 210, .95);
}

.platform-emulator[b-81ktoxyynj] {
    background: rgba(0, 200, 255, .16);
    border-color: rgba(90, 220, 255, .28);
    color: rgba(220,245,255,.95);
}

.platform-sega[b-81ktoxyynj] {
    background: rgba(90, 45, 200, .24);
    border-color: rgba(160, 120, 255, .34);
    color: rgba(240,230,255,.96);
}

.platform-unknown[b-81ktoxyynj] {
    background: transparent;
    border-color: rgba(120,120,120,.22);
    color: rgba(220,220,220,.75);
}

/* _content/GameTrackerV4/Components/Popups/GameInfoPopup.razor.rz.scp.css */
/* GameInfoPopup.razor.css */

.game-info-backdrop[b-f40wtkxnd5] {
    position: fixed;
    inset: 0;
    z-index: 5000;
    background: rgba(0, 0, 0, .84);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 12px;
    overflow: hidden;
}

.game-info-modal[b-f40wtkxnd5] {
    position: relative;
    width: min(1180px, 98vw);
    height: 95vh;
    max-height: 95vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #151515;
    color: #f3f3f3;
    border: 1px solid #303030;
    border-radius: 18px;
    box-shadow: 0 24px 90px rgba(0, 0, 0, .75);
}

.mobile-game-layout[b-f40wtkxnd5] {
    display: none;
}

/* Header */

.sticky-modal-header[b-f40wtkxnd5] {
    flex: 0 0 auto;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .9rem;
    background: rgba(21, 21, 21, .96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #2b2b2b;
    padding: .8rem .95rem .65rem;
}

.game-header[b-f40wtkxnd5] {
    min-width: 0;
}

.main-game-title[b-f40wtkxnd5],
.related-game-line[b-f40wtkxnd5] {
    display: block;
    width: fit-content;
    max-width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.main-game-title[b-f40wtkxnd5] {
    margin: 0;
    color: #777;
    font-size: clamp(1.35rem, 2.5vw, 2.15rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.05em;
}

    .main-game-title .game-year[b-f40wtkxnd5] {
        margin-left: .55rem;
        color: #8d8d8d;
        font-weight: 400;
    }

    .main-game-title:hover[b-f40wtkxnd5],
    .related-game-line:hover[b-f40wtkxnd5] {
        color: #d7d7d7;
    }

.selected-game-title[b-f40wtkxnd5] {
    color: white;
}

.modal-header-actions[b-f40wtkxnd5] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: .45rem;
}

.game-key-pill[b-f40wtkxnd5] {
    padding: .22rem .65rem;
    border: 1px solid #363636;
    border-radius: 999px;
    background: #202020;
    color: #888;
    font-size: .55rem;
    font-weight: 800;
    letter-spacing: .04em;
    white-space: nowrap;
}

.close-btn[b-f40wtkxnd5] {
    width: 32px;
    height: 32px;
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    background: #232323;
    color: white;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

/* Desktop layout */

.game-layout[b-f40wtkxnd5] {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 1rem;
    padding: .85rem 1rem 1rem;
    overflow: hidden;
}

.cover-column[b-f40wtkxnd5] {
    position: sticky;
    top: 0;
    align-self: start;
}

.content-column[b-f40wtkxnd5] {
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.game-cover[b-f40wtkxnd5] {
    width: 170px;
    height: 238px;
    object-fit: cover;
    border-radius: 12px;
    background: #101010;
    border: 1px solid #333;
    display: block;
}

.empty-cover[b-f40wtkxnd5] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: .8rem;
}

/* Collection / stats */

.collection-box[b-f40wtkxnd5],
.side-stats[b-f40wtkxnd5] {
    margin-top: .5rem;
    border-radius: 10px;
    border: 1px solid #303030;
    background: #1c1c1c;
    overflow: hidden;
}

.collection-box[b-f40wtkxnd5] {
    padding: .55rem .65rem;
}

    .collection-box strong[b-f40wtkxnd5] {
        display: block;
        font-size: .78rem;
    }

    .collection-box span[b-f40wtkxnd5] {
        display: block;
        margin-top: .2rem;
        color: #cfcfcf;
        font-size: .72rem;
        line-height: 1.25;
    }

    .collection-box.owned[b-f40wtkxnd5] {
        border-color: rgba(101, 221, 131, .28);
        background: rgba(101, 221, 131, .08);
    }

        .collection-box.owned strong[b-f40wtkxnd5] {
            color: #65dd83;
        }

    .collection-box.missing strong[b-f40wtkxnd5] {
        color: #aaa;
    }

.side-stat[b-f40wtkxnd5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .6rem;
    padding: .42rem .65rem;
    border-bottom: 1px solid #292929;
}

    .side-stat:last-child[b-f40wtkxnd5] {
        border-bottom: 0;
    }

    .side-stat span[b-f40wtkxnd5] {
        color: #8b8b8b;
        font-size: .68rem;
        text-transform: uppercase;
        letter-spacing: .05em;
    }

    .side-stat strong[b-f40wtkxnd5] {
        color: white;
        font-size: .78rem;
        font-weight: 700;
        text-align: right;
    }

/* Related games */

.related-loading-line[b-f40wtkxnd5] {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 4px 0;
}

    .related-loading-line .related-game-groups[b-f40wtkxnd5] {
        width: 100%;
    }

.related-group-buttons[b-f40wtkxnd5] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .3rem;
}

.related-group-button[b-f40wtkxnd5] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    height: 24px;
    padding: 0 .55rem;
    border: 1px solid #333;
    border-radius: 999px;
    background: #202020;
    color: #b9b9b9;
    font-family: inherit;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .01em;
    cursor: pointer;
}

    .related-group-button strong[b-f40wtkxnd5] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 18px;
        height: 18px;
        padding: 0 .3rem;
        border-radius: 999px;
        background: #2b2b2b;
        color: #f0f0f0;
        font-size: .63rem;
        line-height: 1;
    }

    .related-group-button.expanded[b-f40wtkxnd5] {
        border-color: rgba(147, 197, 253, .42);
        background: rgba(96, 165, 250, .13);
        color: #dbeafe;
    }

    .related-group-button.has-selected-game:not(.expanded)[b-f40wtkxnd5] {
        border-color: rgba(255, 255, 255, .35);
        color: white;
    }

.related-group-panel[b-f40wtkxnd5] {
    margin-top: .4rem;
    width: min(620px, 100%);
    border: 1px solid #303030;
    border-radius: 10px;
    background: rgba(20, 20, 20, .96);
    overflow: hidden;
}

.related-group-panel-title[b-f40wtkxnd5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
    padding: .38rem .55rem;
    border-bottom: 1px solid #2b2b2b;
    color: #eeeeee;
    font-size: .68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

    .related-group-panel-title span[b-f40wtkxnd5] {
        color: #858585;
        font-size: .64rem;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
        white-space: nowrap;
    }

.related-group-game-list[b-f40wtkxnd5] {
    max-height: 135px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .12rem;
    padding: .35rem;
}

    .related-group-game-list .related-game-line[b-f40wtkxnd5] {
        width: 100%;
        padding: .3rem .4rem;
        border-radius: 8px;
        color: #a8a8a8;
        font-size: .76rem;
        line-height: 1.2;
    }

        .related-group-game-list .related-game-line:hover[b-f40wtkxnd5] {
            background: #242424;
            color: #eeeeee;
        }

        .related-group-game-list .related-game-line.selected-game-title[b-f40wtkxnd5] {
            background: rgba(255, 255, 255, .08);
            color: white;
        }

/* Quick info / buttons */

.quick-info-line[b-f40wtkxnd5] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem .55rem;
    padding: 0 0 .55rem;
    border-bottom: 1px solid #2b2b2b;
    color: #a7a7a7;
    font-size: .82rem;
    line-height: 1.35;
}

.quick-action-buttons[b-f40wtkxnd5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .35rem;
    margin-left: auto;
    width: 330px;
}

.quick-action-btn[b-f40wtkxnd5] {
    width: 100%;
    height: 26px;
    padding: 0 .75rem;
    justify-content: center;
    text-align: center;
    border-radius: 999px;
    border: 1px solid #383838;
    background: #222;
    color: #f1f1f1;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    transition: .15s ease;
}

    .quick-action-btn:hover[b-f40wtkxnd5] {
        border-color: #555;
    }

.played-btn[b-f40wtkxnd5] {
    background: rgba(96, 165, 250, .12);
    border-color: rgba(96, 165, 250, .28);
    color: #93c5fd;
}

.collection-btn[b-f40wtkxnd5] {
    background: rgba(101, 221, 131, .10);
    border-color: rgba(101, 221, 131, .25);
    color: #65dd83;
}

.wishlist-btn[b-f40wtkxnd5] {
    background: #7c3aed;
    color: white;
}

    .wishlist-btn.wishlisted[b-f40wtkxnd5],
    .wishlist-btn:disabled[b-f40wtkxnd5] {
        background: rgba(124, 58, 237, .14);
        border-color: rgba(167, 139, 250, .35);
        color: #c4b5fd;
        cursor: default;
        opacity: .8;
    }

        .wishlist-btn.wishlisted:hover[b-f40wtkxnd5],
        .wishlist-btn:disabled:hover[b-f40wtkxnd5] {
            transform: none;
        }

.remove-confirm[b-f40wtkxnd5] {
    background: rgba(239, 68, 68, .15);
    border-color: rgba(239, 68, 68, .35);
    color: #fca5a5;
}

/* Details */

.details-panel[b-f40wtkxnd5] {
    margin-top: .65rem;
    padding: .7rem;
    border: 1px solid #2d2d2d;
    border-radius: 12px;
    background: #1b1b1b;
}

.details-title[b-f40wtkxnd5] {
    margin-bottom: .5rem;
    color: #f2f2f2;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.details-grid[b-f40wtkxnd5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
}

[b-f40wtkxnd5] .detail-item {
    min-width: 0;
    padding: .55rem;
    border: 1px solid #303030;
    border-radius: 10px;
    background: #202020;
}

    [b-f40wtkxnd5] .detail-item span {
        display: block;
        margin-bottom: .22rem;
        color: #858585;
        font-size: .64rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .06em;
    }

    [b-f40wtkxnd5] .detail-item strong {
        display: block;
        color: #efefef;
        font-size: .82rem;
        font-weight: 600;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

/* Log section */

.log-section[b-f40wtkxnd5] {
    min-height: 0;
    flex: 1 1 auto;
    margin-top: .7rem;
    border-top: 1px solid #2b2b2b;
    padding-top: .6rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.section-title-row[b-f40wtkxnd5] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: .5rem;
}

    .section-title-row h3[b-f40wtkxnd5] {
        margin: 0;
        color: white;
        font-size: .95rem;
        letter-spacing: -.015em;
    }

    .section-title-row span[b-f40wtkxnd5] {
        color: #888;
        font-size: .76rem;
    }

.log-title-actions[b-f40wtkxnd5] {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.log-mode-select[b-f40wtkxnd5] {
    height: 32px;
    min-width: 125px;
    padding: 0 2rem 0 .75rem;
    border: 1px solid #3a3a3a;
    border-radius: 999px;
    background: #181818;
    color: #e8e8e8;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}

    .log-mode-select:hover[b-f40wtkxnd5] {
        border-color: #555;
        background: #202020;
    }

    .log-mode-select:focus[b-f40wtkxnd5] {
        border-color: #777;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .08);
    }

.log-table[b-f40wtkxnd5] {
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .65rem;
    padding-right: .35rem;
    padding-bottom: 1rem;
}

.log-row[b-f40wtkxnd5] {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: .85rem;
    padding: .75rem;
    border: 1px solid #303030;
    border-radius: 14px;
    background: linear-gradient(180deg, #1d1d1d, #181818);
    transition: .15s ease;
}

    .log-row:hover[b-f40wtkxnd5] {
        background: linear-gradient(180deg, #1d1d1d, #181818);
    }

    .log-row.log-completed[b-f40wtkxnd5] {
        border-color: rgba(101, 221, 131, .42);
    }

    .log-row.log-perfected[b-f40wtkxnd5] {
        border-color: rgba(250, 204, 21, .42);
    }

    .log-row.log-abandoned[b-f40wtkxnd5] {
        border-color: rgba(248, 113, 113, .38);
    }

    .log-row.log-ongoing[b-f40wtkxnd5] {
        border-color: rgba(147, 197, 253, .36);
    }

    .log-row.log-nearly[b-f40wtkxnd5] {
        border-color: rgba(196, 181, 253, .36);
    }

.log-cover-column[b-f40wtkxnd5] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.log-cover[b-f40wtkxnd5],
.log-played-image-button[b-f40wtkxnd5] {
    width: 82px;
    height: 110px;
    border-radius: 10px;
    border: 1px solid #383838;
    background: #111;
    overflow: hidden;
    flex-shrink: 0;
}

.log-cover[b-f40wtkxnd5] {
    display: block;
    object-fit: cover;
}

.empty-log-cover[b-f40wtkxnd5] {
    background: #1a1a1a;
}

.log-played-image-button[b-f40wtkxnd5] {
    display: block;
    padding: 0;
    margin-top: .45rem;
    cursor: pointer;
}

    .log-played-image-button:hover[b-f40wtkxnd5] {
        border-color: #666;
    }

.log-played-image[b-f40wtkxnd5] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.log-cover-bubbles[b-f40wtkxnd5] {
    width: 100%;
    margin-top: .45rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .3rem;
}

    .log-cover-bubbles .status-tag[b-f40wtkxnd5],
    .log-cover-bubbles .game-category-bubble[b-f40wtkxnd5],
    .log-cover-bubbles .multiplayer-tag[b-f40wtkxnd5],
    .log-cover-bubbles[b-f40wtkxnd5]  .platform-bubble {
        width: 100%;
        min-width: 100%;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
    }

.log-main-column[b-f40wtkxnd5] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.log-header-row[b-f40wtkxnd5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .65rem;
}

.log-date-block[b-f40wtkxnd5] {
    min-width: 0;
}

.log-date-line[b-f40wtkxnd5] {
    display: flex;
    align-items: baseline;
    gap: .65rem;
    flex-wrap: wrap;
}

.log-date-main[b-f40wtkxnd5] {
    color: #f5f5f5;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.03em;
}

.log-time-stack[b-f40wtkxnd5] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.log-played-ago[b-f40wtkxnd5] {
    color: #8f8f8f;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.1;
}

.log-right-side[b-f40wtkxnd5] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: .45rem;
    flex-wrap: wrap;
}

.log-meta-row[b-f40wtkxnd5] {
    margin-top: .45rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
}

.log-memo[b-f40wtkxnd5] {
    margin-top: .35rem;
    color: #d5d5d5;
    line-height: 1.35;
    font-size: .86rem;
    white-space: pre-wrap;
}

.log-hours-inline[b-f40wtkxnd5] {
    color: #bdbdbd;
    font-size: .78rem;
    font-weight: 700;
    white-space: nowrap;
}

.log-edit-btn[b-f40wtkxnd5] {
    border: 1px solid #3a3a3a;
    background: #232323;
    color: #e5e5e5;
    border-radius: 8px;
    padding: .28rem .65rem;
    font-size: .74rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

    .log-edit-btn:hover[b-f40wtkxnd5] {
        background: #2d2d2d;
        border-color: #4a4a4a;
    }

    .log-edit-btn:active[b-f40wtkxnd5] {
        transform: translateY(1px);
    }

/* User row */

.log-user-row[b-f40wtkxnd5] {
    grid-column: 1 / -1;
    margin-bottom: -.15rem;
}

.log-user-button[b-f40wtkxnd5] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    max-width: 100%;
    border: 0;
    background: transparent;
    color: #e8e8e8;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
}

    .log-user-button:hover .log-user-name[b-f40wtkxnd5] {
        color: white;
        text-decoration: underline;
    }

.log-user-img[b-f40wtkxnd5],
.log-user-placeholder[b-f40wtkxnd5] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    border: 1px solid #444;
}

.log-user-img[b-f40wtkxnd5] {
    object-fit: cover;
    display: block;
}

.log-user-placeholder[b-f40wtkxnd5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #252525;
    color: #ddd;
    font-size: .78rem;
    font-weight: 800;
}

.log-user-name[b-f40wtkxnd5] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .82rem;
    font-weight: 800;
}

/* Bundle list */

.bundle-game-list[b-f40wtkxnd5] {
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    padding-right: .35rem;
    padding-bottom: 1rem;
}

.bundle-game-row[b-f40wtkxnd5] {
    width: 100%;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
    padding: .62rem;
    border: 1px solid #303030;
    border-radius: 12px;
    background: #1c1c1c;
    color: inherit;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease;
}

    .bundle-game-row:hover[b-f40wtkxnd5] {
        border-color: #454545;
        background: #222;
    }

.bundle-game-row-finished[b-f40wtkxnd5] {
    border: 1px solid rgba(46, 204, 113, .55);
}

.bundle-game-row.bundle-game-row-finished:hover[b-f40wtkxnd5] {
    border: 1px solid #2ecc71;
}

.bundle-cover[b-f40wtkxnd5] {
    width: 58px;
    height: 78px;
    object-fit: cover;
    border-radius: 9px;
    border: 1px solid #383838;
    background: #111;
    flex-shrink: 0;
}

.bundle-game-info[b-f40wtkxnd5] {
    min-width: 0;
}

.bundle-title-row[b-f40wtkxnd5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
}

.bundle-title[b-f40wtkxnd5] {
    min-width: 0;
    flex: 1;
    color: #f3f3f3;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.01em;
}

    .bundle-title .game-year[b-f40wtkxnd5] {
        margin-left: .3rem;
        color: #8d8d8d;
        font-weight: 500;
    }

.bundle-badges[b-f40wtkxnd5] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: .3rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.bundle-platforms[b-f40wtkxnd5] {
    margin-top: .3rem;
    color: #999;
    font-size: .74rem;
    font-weight: 600;
    line-height: 1.25;
}

.bundle-game-row .empty-cover[b-f40wtkxnd5] {
    font-size: .65rem;
    color: #666;
}

.bundle-finished-badge[b-f40wtkxnd5] {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    padding: .15rem .5rem;
    border-radius: 999px;
    border: 1px solid #2ecc71;
    background: rgba(46, 204, 113, .12);
    color: #2ecc71;
    font-size: .64rem;
    font-weight: 700;
}

.bundle-finished-check[b-f40wtkxnd5] {
    color: #2ecc71;
    font-weight: 900;
    margin-right: 4px;
}

/* Tags / badges */

.game-category-bubble[b-f40wtkxnd5],
.status-tag[b-f40wtkxnd5],
.private-tag[b-f40wtkxnd5],
.hours-tag[b-f40wtkxnd5],
.multiplayer-tag[b-f40wtkxnd5] {
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    padding: .16rem .5rem;
    border-radius: 999px;
    font-size: .64rem;
    line-height: 1.1;
    font-weight: 700;
    white-space: nowrap;
}

.game-category-bubble[b-f40wtkxnd5] {
    background: rgba(96, 165, 250, .12);
    border: 1px solid rgba(96, 165, 250, .28);
    color: #93c5fd;
    letter-spacing: .02em;
}

.large-category-bubble[b-f40wtkxnd5] {
    height: 22px;
    padding: 0 .6rem;
    font-size: .68rem;
}

.large-platform-bubbles[b-f40wtkxnd5]  .platform-bubble {
    height: 22px;
    padding: 0 .55rem;
    font-size: .68rem;
    font-weight: 700;
}

.platform-divider[b-f40wtkxnd5] {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .14);
}

.status-tag[b-f40wtkxnd5],
.private-tag[b-f40wtkxnd5],
.hours-tag[b-f40wtkxnd5],
.multiplayer-tag[b-f40wtkxnd5] {
    min-height: 22px;
    padding: .16rem .48rem;
    font-size: .7rem;
    line-height: 1;
}

.status-tag-complete[b-f40wtkxnd5] {
    color: #65dd83;
    background: rgba(101, 221, 131, .1);
    border: 1px solid rgba(101, 221, 131, .22);
}

.status-tag-perfect[b-f40wtkxnd5] {
    color: #facc15;
    background: rgba(250, 204, 21, .12);
    border: 1px solid rgba(250, 204, 21, .32);
    box-shadow: inset 0 0 18px rgba(250, 204, 21, .05);
}

.status-tag-abandoned[b-f40wtkxnd5] {
    color: #f87171;
    background: rgba(248, 113, 113, .1);
    border: 1px solid rgba(248, 113, 113, .25);
}

.status-tag-ongoing[b-f40wtkxnd5] {
    color: #93c5fd;
    background: rgba(147, 197, 253, .1);
    border: 1px solid rgba(147, 197, 253, .25);
}

.status-tag-nearly[b-f40wtkxnd5] {
    color: #c4b5fd;
    background: rgba(196, 181, 253, .1);
    border: 1px solid rgba(196, 181, 253, .24);
}

.status-tag-started[b-f40wtkxnd5] {
    color: #d4d4d4;
    background: rgba(212, 212, 212, .08);
    border: 1px solid rgba(212, 212, 212, .18);
}

.multiplayer-tag[b-f40wtkxnd5] {
    color: #38bdf8;
    background: rgba(56, 189, 248, .10);
    border: 1px solid rgba(56, 189, 248, .28);
}

.private-tag[b-f40wtkxnd5] {
    color: #bbb;
    background: #252525;
    border: 1px solid #383838;
}

.star-rating[b-f40wtkxnd5] {
    color: #facc15;
    font-size: .98rem;
    line-height: 1;
    letter-spacing: .04em;
    font-weight: 900;
    white-space: nowrap;
}

.empty-section[b-f40wtkxnd5] {
    border: 1px dashed #3a3a3a;
    border-radius: 10px;
    padding: .7rem;
    color: #9ca3af;
    font-size: .86rem;
}

/* Image viewer */

.image-viewer-backdrop[b-f40wtkxnd5] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.image-viewer-image[b-f40wtkxnd5] {
    max-width: 85vw;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 8px;
}

/* Floating bundle back */

.bundle-floating-back-btn[b-f40wtkxnd5] {
    position: fixed;
    top: 34px;
    left: calc(50% - 700px);
    z-index: 5001;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #161b22;
    color: #f1f5f9;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease;
}

    .bundle-floating-back-btn:hover[b-f40wtkxnd5] {
        background: #202734;
    }

/* Scrollbars */

.log-table[b-f40wtkxnd5],
.bundle-game-list[b-f40wtkxnd5],
.related-group-game-list[b-f40wtkxnd5],
.game-info-scroll[b-f40wtkxnd5] {
    scrollbar-width: thin;
    scrollbar-color: #4b4b4b #1a1a1a;
}

    .log-table[b-f40wtkxnd5]::-webkit-scrollbar,
    .bundle-game-list[b-f40wtkxnd5]::-webkit-scrollbar,
    .related-group-game-list[b-f40wtkxnd5]::-webkit-scrollbar,
    .game-info-scroll[b-f40wtkxnd5]::-webkit-scrollbar {
        width: 10px;
    }

    .log-table[b-f40wtkxnd5]::-webkit-scrollbar-track,
    .bundle-game-list[b-f40wtkxnd5]::-webkit-scrollbar-track,
    .related-group-game-list[b-f40wtkxnd5]::-webkit-scrollbar-track,
    .game-info-scroll[b-f40wtkxnd5]::-webkit-scrollbar-track {
        background: #1a1a1a;
    }

    .log-table[b-f40wtkxnd5]::-webkit-scrollbar-thumb,
    .bundle-game-list[b-f40wtkxnd5]::-webkit-scrollbar-thumb,
    .related-group-game-list[b-f40wtkxnd5]::-webkit-scrollbar-thumb,
    .game-info-scroll[b-f40wtkxnd5]::-webkit-scrollbar-thumb {
        background: #4b4b4b;
        border-radius: 999px;
        border: 2px solid #1a1a1a;
    }

/* Mobile */

@media (max-width: 900px) {
    .game-info-backdrop[b-f40wtkxnd5] {
        padding: 0;
        align-items: stretch;
    }

    .game-info-modal[b-f40wtkxnd5] {
        width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .desktop-game-layout[b-f40wtkxnd5],
    .desktop-related-groups[b-f40wtkxnd5],
    .bundle-floating-back-btn[b-f40wtkxnd5] {
        display: none;
    }

    .mobile-game-layout[b-f40wtkxnd5] {
        flex: 1 1 auto;
        min-height: 0;
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding: .75rem .75rem calc(1.25rem + env(safe-area-inset-bottom));
        touch-action: pan-y;
    }

    .sticky-modal-header[b-f40wtkxnd5] {
        position: sticky;
        top: 0;
        z-index: 20;
        padding: max(.7rem, env(safe-area-inset-top)) .75rem .65rem;
    }

    .game-key-pill[b-f40wtkxnd5] {
        display: none;
    }

    .close-btn[b-f40wtkxnd5] {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 1.5rem;
    }

    .main-game-title[b-f40wtkxnd5] {
        font-size: 1.1rem;
        line-height: 1.08;
        letter-spacing: -.035em;
    }

    .mobile-hero-card[b-f40wtkxnd5] {
        display: grid;
        grid-template-columns: 104px minmax(0, 1fr);
        gap: .75rem;
        align-items: start;
        padding: .65rem;
        border: 1px solid #2d2d2d;
        border-radius: 16px;
        background: #191919;
    }

    .mobile-cover-wrap[b-f40wtkxnd5] {
        min-width: 0;
    }

    .mobile-hero-card .game-cover[b-f40wtkxnd5] {
        width: 104px;
        height: 146px;
        border-radius: 12px;
    }

    .mobile-hero-info[b-f40wtkxnd5] {
        min-width: 0;
    }

    .selected-title[b-f40wtkxnd5] {
        color: #fff;
        font-size: 1.05rem;
        font-weight: 900;
        line-height: 1.12;
        letter-spacing: -.035em;
    }

        .selected-title span[b-f40wtkxnd5] {
            margin-left: .35rem;
            color: #8f8f8f;
            font-weight: 500;
        }

    .hero-badges[b-f40wtkxnd5] {
        margin-top: .45rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: .3rem;
    }

    .platform-divider[b-f40wtkxnd5] {
        display: none;
    }

    .large-platform-bubbles[b-f40wtkxnd5] {
        display: flex;
        flex-wrap: wrap;
        gap: .25rem;
    }

        .large-platform-bubbles[b-f40wtkxnd5]  .platform-bubble,
        .large-category-bubble[b-f40wtkxnd5],
        .game-category-bubble[b-f40wtkxnd5] {
            min-height: 21px;
            height: auto;
            font-size: .62rem;
            padding: .15rem .45rem;
        }

    .collection-box[b-f40wtkxnd5] {
        margin-top: .5rem;
        padding: .5rem .55rem;
        border-radius: 11px;
    }

        .collection-box strong[b-f40wtkxnd5] {
            font-size: .76rem;
        }

        .collection-box span[b-f40wtkxnd5] {
            font-size: .7rem;
        }

    .quick-action-buttons[b-f40wtkxnd5] {
        width: 100%;
        margin-top: .55rem;
        margin-left: 0;
        grid-template-columns: 1fr 1fr;
        gap: .4rem;
    }

    .quick-action-btn[b-f40wtkxnd5] {
        min-height: 36px;
        height: auto;
        padding: .35rem .45rem;
        font-size: .74rem;
    }

    .mobile-stats-grid[b-f40wtkxnd5] {
        margin-top: .85rem;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .45rem;
    }

        .mobile-stats-grid .side-stat[b-f40wtkxnd5] {
            min-width: 0;
            display: block;
            padding: .52rem .55rem;
            border: 1px solid #303030;
            border-radius: 12px;
            background: #1c1c1c;
        }

            .mobile-stats-grid .side-stat span[b-f40wtkxnd5] {
                display: block;
                font-size: .6rem;
            }

            .mobile-stats-grid .side-stat strong[b-f40wtkxnd5] {
                display: block;
                margin-top: .18rem;
                font-size: .84rem;
                text-align: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    .related-mobile-section[b-f40wtkxnd5],
    .mobile-game-layout .details-panel[b-f40wtkxnd5],
    .mobile-game-layout .log-section[b-f40wtkxnd5] {
        margin-top: .75rem;
        padding: .65rem;
        border: 1px solid #2d2d2d;
        border-radius: 15px;
        background: #1a1a1a;
    }

    .mobile-game-layout .log-section[b-f40wtkxnd5] {
        display: block;
        overflow: visible;
        border-top: 0;
    }

    .related-game-groups[b-f40wtkxnd5],
    .related-group-panel[b-f40wtkxnd5] {
        max-width: 100%;
        width: 100%;
    }

    .related-group-button[b-f40wtkxnd5] {
        min-height: 30px;
        height: auto;
        font-size: .7rem;
        padding: .25rem .58rem;
    }

    .related-group-game-list[b-f40wtkxnd5] {
        max-height: 210px;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        -webkit-overflow-scrolling: touch;
    }

    .details-grid[b-f40wtkxnd5] {
        grid-template-columns: 1fr;
        gap: .45rem;
    }

    [b-f40wtkxnd5] .detail-item {
        padding: .55rem;
    }

    .section-title-row[b-f40wtkxnd5] {
        align-items: flex-start;
        flex-direction: column;
        gap: .45rem;
    }

    .log-title-actions[b-f40wtkxnd5] {
        width: 100%;
        justify-content: space-between;
    }

    .log-mode-select[b-f40wtkxnd5] {
        min-width: 145px;
        height: 34px;
    }

    .log-table[b-f40wtkxnd5],
    .bundle-game-list[b-f40wtkxnd5] {
        overflow: visible;
        padding-right: 0;
    }

    .log-row[b-f40wtkxnd5] {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: .65rem;
        padding: .65rem;
        border-radius: 15px;
    }

    .log-cover[b-f40wtkxnd5],
    .log-played-image-button[b-f40wtkxnd5] {
        width: 64px;
        height: 86px;
        border-radius: 9px;
    }

    .log-cover-bubbles[b-f40wtkxnd5] {
        margin-top: .35rem;
        gap: .25rem;
    }

        .log-cover-bubbles .status-tag[b-f40wtkxnd5],
        .log-cover-bubbles .game-category-bubble[b-f40wtkxnd5],
        .log-cover-bubbles .multiplayer-tag[b-f40wtkxnd5],
        .log-cover-bubbles[b-f40wtkxnd5]  .platform-bubble {
            min-height: 20px;
            font-size: .6rem;
            padding: .12rem .32rem;
        }

    .log-header-row[b-f40wtkxnd5] {
        flex-direction: column;
        gap: .35rem;
    }

    .log-right-side[b-f40wtkxnd5] {
        width: 100%;
        justify-content: flex-start;
    }

    .log-date-main[b-f40wtkxnd5] {
        font-size: 1.1rem;
    }

    .log-played-ago[b-f40wtkxnd5] {
        font-size: .78rem;
    }

    .log-meta-row[b-f40wtkxnd5] {
        margin-top: .35rem;
    }

    .log-memo[b-f40wtkxnd5] {
        font-size: .8rem;
        line-height: 1.32;
    }

    .star-rating[b-f40wtkxnd5] {
        font-size: .9rem;
    }

    .log-edit-btn[b-f40wtkxnd5] {
        padding: .28rem .55rem;
        font-size: .7rem;
    }

    .bundle-game-row[b-f40wtkxnd5] {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: .6rem;
        padding: .6rem;
    }

    .bundle-cover[b-f40wtkxnd5] {
        width: 52px;
        height: 70px;
    }

    .bundle-title-row[b-f40wtkxnd5] {
        flex-direction: column;
        gap: .35rem;
    }

    .bundle-badges[b-f40wtkxnd5] {
        justify-content: flex-start;
    }

    .bundle-title[b-f40wtkxnd5] {
        font-size: .84rem;
    }

    .bundle-platforms[b-f40wtkxnd5] {
        font-size: .7rem;
    }

    .image-viewer-backdrop[b-f40wtkxnd5] {
        padding: 60px 40px;
    }

    .image-viewer-image[b-f40wtkxnd5] {
        max-width: 70vw;
        max-height: 60vh;
    }
}

@media (max-width: 420px) {
    .mobile-hero-card[b-f40wtkxnd5] {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: .65rem;
    }

        .mobile-hero-card .game-cover[b-f40wtkxnd5] {
            width: 92px;
            height: 129px;
        }

    .selected-title[b-f40wtkxnd5] {
        font-size: .98rem;
    }

    .mobile-stats-grid[b-f40wtkxnd5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quick-action-buttons[b-f40wtkxnd5] {
        grid-template-columns: 1fr;
    }

    .log-row[b-f40wtkxnd5] {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .log-cover[b-f40wtkxnd5],
    .log-played-image-button[b-f40wtkxnd5] {
        width: 56px;
        height: 76px;
    } 
}

.log-rating-block[b-f40wtkxnd5] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.log-date-exact[b-f40wtkxnd5] {
    margin-top: 2px;
    color: #777;
    font-size: .62rem;
    line-height: 1;
}

.log-rating-date-wrap[b-f40wtkxnd5] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.log-date-exact[b-f40wtkxnd5] {
    font-size: 0.72rem;
    color: #8b8b8b;
}

@media (max-width: 768px) {
    .log-rating-date-wrap[b-f40wtkxnd5] {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }
}

.log-date-start[b-f40wtkxnd5] {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.log-date-muted[b-f40wtkxnd5] {
    font-size: 0.72rem;
    color: var(--text-muted);
    line-height: 1.2;
}

.log-date-left[b-f40wtkxnd5] {
    width: 100%;
    text-align: center;
    color: #777 !important;
    font-size: .65rem;
    line-height: 1.2;
}

@media (min-width: 901px) {
    .log-date-left[b-f40wtkxnd5] {
        font-size: .75rem;
    }
}

.log-gallery-btn[b-f40wtkxnd5] {
    margin-top: auto;
    align-self: flex-start;
    width: fit-content;
    border: 1px solid rgba(96, 165, 250, .35);
    background: rgba(96, 165, 250, .12);
    color: #93c5fd;
    border-radius: 999px;
    padding: .25rem .65rem;
    font-size: .72rem;
    font-weight: 700;
    cursor: pointer;
}

.gallery-viewer-backdrop[b-f40wtkxnd5] {
    position: fixed;
    inset: 0;
    z-index: 11000;
    background: rgba(0, 0, 0, .94);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.gallery-viewer-content[b-f40wtkxnd5] {
    max-width: 88vw;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-viewer-image[b-f40wtkxnd5] {
    max-width: 88vw;
    max-height: 72vh;
    object-fit: contain;
    border-radius: 10px;
}

.gallery-viewer-footer[b-f40wtkxnd5] {
    margin-top: 12px;
    max-width: 720px;
    color: #ddd;
    text-align: center;
    font-size: .9rem;
}

.gallery-viewer-description[b-f40wtkxnd5] {
    margin-top: 6px;
    color: #aaa;
    line-height: 1.35;
    white-space: pre-wrap;
}

.gallery-viewer-close[b-f40wtkxnd5] {
    position: fixed;
    top: 18px;
    right: 22px;
    border: 1px solid #444;
    background: #202020;
    color: white;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    cursor: pointer;
}

.gallery-viewer-nav[b-f40wtkxnd5] {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 64px;
    border: 1px solid #444;
    background: rgba(32, 32, 32, .85);
    color: white;
    border-radius: 12px;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
}

.gallery-viewer-prev[b-f40wtkxnd5] {
    left: 24px;
}

.gallery-viewer-next[b-f40wtkxnd5] {
    right: 24px;
}

@media (max-width: 900px) {
    .gallery-viewer-backdrop[b-f40wtkxnd5] {
        padding: 60px 40px;
    }

    .gallery-viewer-image[b-f40wtkxnd5] {
        max-width: 70vw;
        max-height: 60vh;
    }
}

.focused-log-row[b-f40wtkxnd5] {
    animation: focused-log-fade-b-f40wtkxnd5 2.5s ease-out forwards;
}

@keyframes focused-log-fade-b-f40wtkxnd5 {
    0% {
        box-shadow: 0 0 0 3px rgba(184, 134, 11, .9);
        background: rgba(184, 134, 11, .18);
    }

    40% {
        box-shadow: 0 0 0 3px rgba(184, 134, 11, .6);
        background: rgba(184, 134, 11, .10);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(184, 134, 11, 0);
        background: transparent;
    }
}

.global-gallery-btn[b-f40wtkxnd5] {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #3b4658;
    background: #1f2937;
    color: #e5e7eb;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
    cursor: pointer;
}

    .global-gallery-btn:hover[b-f40wtkxnd5] {
        background: #2b3648;
    }

.mobile-global-gallery-btn[b-f40wtkxnd5] {
    margin-top: 8px;
    font-size: 0.85rem;
    padding: 7px 9px;
}
/* _content/GameTrackerV4/Components/ProfilePanels/ActivityPanel.razor.rz.scp.css */
.activity-panel[b-4dijfrjibb] {
    padding: 1.1rem;
    border: 1px solid #2d2d2d;
    border-radius: 26px;
    background: linear-gradient(145deg, #1b1b1b, #121212);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.section-kicker[b-4dijfrjibb] {
    color: #8fb3ff;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: .6rem;
}

.section-header[b-4dijfrjibb] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 1rem;
    padding: 0 .25rem;
}

    .section-header h2[b-4dijfrjibb] {
        margin: 0;
        font-size: 1.45rem;
        font-weight: 950;
        letter-spacing: -.03em;
    }

.activity-feed[b-4dijfrjibb] {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    align-items: stretch;
}

.activity-story[b-4dijfrjibb] {
    --event-color: #6d95ff;
    --event-bg: rgba(109,149,255,.10);
    --event-border: rgba(109,149,255,.28);
    position: relative;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: .95rem;
    height: 132px;
    padding: .75rem;
    border: 1px solid #303030;
    border-radius: 22px;
    background: radial-gradient(circle at top left, var(--event-bg), transparent 42%), #161616;
    overflow: hidden;
    transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

    .activity-story[b-4dijfrjibb]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 12px;
        bottom: 12px;
        width: 4px;
        border-radius: 999px;
        background: var(--event-color);
        opacity: .95;
    }

    .activity-story:hover[b-4dijfrjibb] {
        transform: translateY(-2px);
        border-color: var(--event-border);
        background: radial-gradient(circle at top left, var(--event-bg), transparent 45%), #1d1d1d;
    }

.activity-default[b-4dijfrjibb] {
    --event-color: #6d95ff;
    --event-bg: rgba(109,149,255,.10);
    --event-border: rgba(109,149,255,.28);
}

.activity-collection[b-4dijfrjibb] {
    --event-color: #b79cff;
    --event-bg: rgba(183,156,255,.13);
    --event-border: rgba(183,156,255,.38);
}

.activity-wishlist[b-4dijfrjibb] {
    --event-color: #f472b6;
    --event-bg: rgba(244,114,182,.12);
    --event-border: rgba(244,114,182,.35);
}

.activity-played[b-4dijfrjibb],
.activity-started[b-4dijfrjibb],
.activity-ongoing[b-4dijfrjibb] {
    --event-color: #79b7ff;
    --event-bg: rgba(121,183,255,.12);
    --event-border: rgba(121,183,255,.34);
}

.activity-completed[b-4dijfrjibb] {
    --event-color: #5ee087;
    --event-bg: rgba(94,224,135,.12);
    --event-border: rgba(94,224,135,.34);
}

.activity-perfected[b-4dijfrjibb] {
    --event-color: #ffd36d;
    --event-bg: rgba(255,211,109,.13);
    --event-border: rgba(255,211,109,.38);
}

.activity-abandoned[b-4dijfrjibb] {
    --event-color: #ff7676;
    --event-bg: rgba(255,118,118,.11);
    --event-border: rgba(255,118,118,.33);
}

.activity-joined[b-4dijfrjibb] {
    --event-color: #ffcf6d;
    --event-bg: rgba(255,207,109,.12);
    --event-border: rgba(255,207,109,.36);
}

.activity-game-added[b-4dijfrjibb] {
    --event-color: #70e0d1;
    --event-bg: rgba(112,224,209,.11);
    --event-border: rgba(112,224,209,.34);
}

.activity-cover-wrap[b-4dijfrjibb] {
    width: 82px;
    min-width: 82px;
    height: 108px;
}

.activity-cover-button[b-4dijfrjibb] {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.activity-cover-img[b-4dijfrjibb],
.activity-cover-fallback[b-4dijfrjibb] {
    width: 82px;
    height: 108px;
    border-radius: 14px;
    border: 1px solid #343434;
    background: #222;
    box-shadow: 0 10px 22px rgba(0,0,0,.35);
}

.activity-cover-img[b-4dijfrjibb] {
    display: block;
    object-fit: cover;
}

.activity-cover-fallback[b-4dijfrjibb] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--event-color);
    font-size: 1.6rem;
    font-weight: 950;
    background: var(--event-bg);
    border-color: var(--event-border);
}

.activity-main[b-4dijfrjibb] {
    min-width: 0;
    height: 108px;
    display: flex;
    flex-direction: column;
    gap: .42rem;
}

.activity-top-row[b-4dijfrjibb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-width: 0;
}

.activity-user-wrap[b-4dijfrjibb] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-width: 0;
    color: #8fb3ff;
    text-decoration: none;
}

.activity-link[b-4dijfrjibb] {
    color: #8fb3ff;
    font-weight: 700;
    text-decoration: none;
}

    .activity-link:hover[b-4dijfrjibb] {
        color: #bdd0ff;
    }

        .activity-link *[b-4dijfrjibb],
        .activity-link:hover *[b-4dijfrjibb],
        .activity-link[b-4dijfrjibb],
        .activity-link:hover[b-4dijfrjibb],
        .activity-link:focus[b-4dijfrjibb],
        .activity-link:active[b-4dijfrjibb],
        .activity-link:visited[b-4dijfrjibb] {
            text-decoration: none !important;
        }

.activity-user-img[b-4dijfrjibb],
.activity-user-placeholder[b-4dijfrjibb] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #444;
    flex-shrink: 0;
}

.activity-user-img[b-4dijfrjibb] {
    object-fit: cover;
}

.activity-user-placeholder[b-4dijfrjibb] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252525;
    color: #ddd;
    font-size: .9rem;
    font-weight: 950;
}

.activity-user[b-4dijfrjibb] {
    color: #8fb3ff;
    font-size: 1.08rem;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-user-wrap:hover .activity-user[b-4dijfrjibb] {
    color: #bdd0ff;
    text-decoration: underline;
}

.profile-activity-spacer[b-4dijfrjibb] {
    color: #bdbdbd;
    font-weight: 800;
}

.activity-type-pill[b-4dijfrjibb] {
    flex-shrink: 0;
    max-width: 115px;
    padding: .25rem .52rem;
    border-radius: 999px;
    background: var(--event-bg);
    border: 1px solid var(--event-border);
    color: var(--event-color);
    font-size: .7rem;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-text[b-4dijfrjibb] {
    color: #e1e1e1;
    font-size: .96rem;
    line-height: 1.3;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.activity-game-btn[b-4dijfrjibb] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: white;
    font: inherit;
    font-weight: 950;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

    .activity-game-btn:hover[b-4dijfrjibb] {
        color: #bcd0ff;
        text-decoration: underline;
    }

.activity-date[b-4dijfrjibb] {
    margin-top: auto;
    color: #858585;
    font-size: .78rem;
    font-weight: 700;
}

.empty-activity[b-4dijfrjibb] {
    min-height: 160px;
    border: 1px dashed #3a3a3a;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    background: #151515;
}

.empty-icon[b-4dijfrjibb] {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    color: #8fb3ff;
    font-size: 1.8rem;
    margin-bottom: .75rem;
}

.empty-activity h3[b-4dijfrjibb] {
    margin: 0;
}

.activity-user-wrap *[b-4dijfrjibb],
.activity-user-wrap:hover *[b-4dijfrjibb] {
    text-decoration: none !important;
}

@media (max-width: 650px) {
    .activity-panel[b-4dijfrjibb] {
        padding: .8rem;
        border-radius: 24px;
    }

    .section-header[b-4dijfrjibb] {
        margin-bottom: .8rem;
    }

    .activity-feed[b-4dijfrjibb] {
        gap: .75rem;
    }

    .activity-story[b-4dijfrjibb] {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: .75rem;
        height: 116px;
        padding: .7rem;
        border-radius: 20px;
    }

    .activity-cover-wrap[b-4dijfrjibb] {
        width: 68px;
        min-width: 68px;
        height: 92px;
    }

    .activity-cover-img[b-4dijfrjibb],
    .activity-cover-fallback[b-4dijfrjibb] {
        width: 68px;
        height: 92px;
        border-radius: 12px;
    }

    .activity-main[b-4dijfrjibb] {
        height: 92px;
        gap: .32rem;
        min-width: 0;
    }

    .activity-top-row[b-4dijfrjibb] {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .activity-user-wrap[b-4dijfrjibb] {
        display: flex !important;
        flex-flow: row nowrap !important;
        align-items: center !important;
        flex: 1 1 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .activity-user-img[b-4dijfrjibb],
    .activity-user-placeholder[b-4dijfrjibb] {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }

    .activity-user[b-4dijfrjibb] {
        display: inline-block !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
    }

    .activity-type-pill[b-4dijfrjibb] {
        flex: 0 0 auto !important;
        font-size: .58rem;
        padding: .15rem .38rem;
        max-width: 80px;
    }

    .activity-text[b-4dijfrjibb] {
        font-size: .86rem;
        line-height: 1.22;
    }

    .activity-date[b-4dijfrjibb] {
        font-size: .72rem;
    }
}

.activity-bottom-row[b-4dijfrjibb] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

    .activity-bottom-row .activity-type-pill[b-4dijfrjibb] {
        max-width: none;
    }
/* _content/GameTrackerV4/Components/ProfilePanels/CollectionPanel.razor.rz.scp.css */
.collection-header[b-janmceox6m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
}

.collection-dashboard-three[b-janmceox6m] {
    display: grid;
    grid-template-columns: 320px minmax(520px, 1fr) minmax(420px, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: stretch;
}

.collection-filter-card[b-janmceox6m],
.collection-stats-card[b-janmceox6m],
.collection-chart-card[b-janmceox6m] {
    background: #1b1b1b;
    border: 1px solid #343434;
    border-radius: 12px;
    padding: 1rem;
    width: 100%;
    min-width: 0;
    height: 100%;
}

.collection-filter-card[b-janmceox6m] {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.collection-stats-card[b-janmceox6m] {
    overflow: hidden;
}

.collection-card-title[b-janmceox6m] {
    color: white;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

.collection-filter-card label[b-janmceox6m] {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #ddd;
    font-size: 13px;
    cursor: pointer;
}

.collection-filter-card input[type="checkbox"][b-janmceox6m] {
    cursor: pointer;
}

.collection-filter-card select[b-janmceox6m],
.collection-search[b-janmceox6m] {
    width: 100%;
    background: #242424;
    color: white;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
}

.collection-search[b-janmceox6m] {
    background: #121212;
    padding: 10px 12px;
}

    .collection-search[b-janmceox6m]::placeholder {
        color: #777;
    }

    .collection-search:focus[b-janmceox6m],
    .collection-filter-card select:focus[b-janmceox6m] {
        outline: none;
        border-color: #4c84ff;
    }

.clear-filter-btn[b-janmceox6m] {
    background: #2a2a2a;
    color: #ddd;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
}

    .clear-filter-btn:hover[b-janmceox6m] {
        background: #333;
        color: white;
    }

.collection-stats-wrapper[b-janmceox6m] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.stats-group-card[b-janmceox6m] {
    background: #181818;
    border: 1px solid #333;
    border-radius: 10px;
    padding: .8rem .95rem;
}

.stats-group-header[b-janmceox6m] {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #8e8e8e;
    margin-bottom: .6rem;
}

.stats-inline-row[b-janmceox6m] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.stats-inline-item[b-janmceox6m] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 64px;
}

.stats-inline-label[b-janmceox6m] {
    font-size: .72rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

.stats-inline-value[b-janmceox6m] {
    font-size: 1.35rem;
    font-weight: 800;
    color: #f5f5f5;
    line-height: 1;
}

.stats-divider[b-janmceox6m] {
    width: 1px;
    height: 34px;
    background: #333;
}

.mini-progress[b-janmceox6m] {
    height: 5px;
    background: #2a2a2a;
    border-radius: 999px;
    overflow: hidden;
    margin-top: .7rem;
}

.mini-progress-fill[b-janmceox6m] {
    height: 100%;
    border-radius: 999px;
}

.collection-chart-column[b-janmceox6m] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.chart-top-add-btn[b-janmceox6m] {
    width: 100%;
    margin: 0;
    height: 42px;
    align-self: stretch;
}

.chart-section[b-janmceox6m] {
    margin-bottom: .85rem;
}

    .chart-section:last-child[b-janmceox6m] {
        margin-bottom: 0;
    }

.chart-title[b-janmceox6m] {
    color: #999;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: .4rem;
}

.stacked-chart[b-janmceox6m] {
    display: flex;
    height: 24px;
    background: #262626;
    border-radius: 999px;
    overflow: hidden;
}

.stacked-chart-fill[b-janmceox6m] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: white;
    font-size: .7rem;
    font-weight: 800;
}

.bar-chart-row[b-janmceox6m] {
    display: grid;
    grid-template-columns: 170px 1fr 42px;
    align-items: center;
    gap: 0.65rem;
}

.bar-chart-label[b-janmceox6m] {
    white-space: normal;
    line-height: 1.1;
}

.bar-chart-track[b-janmceox6m] {
    height: 8px;
    background: #2a2a2a;
    border-radius: 999px;
    overflow: hidden;
}

.bar-chart-fill[b-janmceox6m] {
    height: 100%;
    background: #777;
    border-radius: 999px;
}

.bar-chart-value[b-janmceox6m] {
    color: white;
    font-size: .72rem;
    font-weight: 700;
    text-align: right;
}

.accent-green[b-janmceox6m] {
    color: #2ecc71;
}

.accent-blue[b-janmceox6m] {
    color: #5dade2;
}

.accent-bg-green[b-janmceox6m] {
    background: #2ecc71;
}

.accent-bg-blue[b-janmceox6m],
.blue-fill[b-janmceox6m] {
    background: #5dade2;
}

.muted-bg[b-janmceox6m] {
    background: #444;
}

.collection-table-wrap[b-janmceox6m] {
    overflow-x: auto;
}

.collection-table[b-janmceox6m] {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    background: #181818;
    color: white;
    border-radius: 10px;
    overflow: hidden;
}

    .collection-table th[b-janmceox6m] {
        background: #242424;
        color: #ddd;
        font-size: 13px;
        font-weight: 600;
        padding: 6px 8px;
        text-align: left;
        border-bottom: 1px solid #333;
        white-space: nowrap;
    }

    .collection-table td[b-janmceox6m] {
        padding: 4px 8px;
        font-size: 13px;
        border-bottom: 1px solid #2a2a2a;
        vertical-align: middle;
        white-space: nowrap;
    }

    .collection-table tr:hover[b-janmceox6m] {
        background: #222;
    }

.sortable-th[b-janmceox6m] {
    cursor: pointer;
    user-select: none;
}

    .sortable-th:hover[b-janmceox6m] {
        color: white;
        background: #2d2d2d;
    }

.finished-cell[b-janmceox6m] {
    width: 28px;
    min-width: 28px;
    text-align: center;
    padding-right: 2px !important;
}

.cover-cell[b-janmceox6m] {
    width: 42px;
}

.cover-img[b-janmceox6m],
.no-cover[b-janmceox6m] {
    width: 22px;
    height: 30px;
    border-radius: 3px;
}

.cover-img[b-janmceox6m] {
    display: block;
    object-fit: cover;
    object-position: center;
}

.no-cover[b-janmceox6m] {
    background: #2b2b2b;
    color: #888;
    font-size: 9px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.game-title-cell[b-janmceox6m] {
    min-width: 230px;
}

.game-title[b-janmceox6m],
.game-title-btn[b-janmceox6m] {
    color: white;
    font-weight: 600;
}

.game-title-btn[b-janmceox6m] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
}

    .game-title-btn:hover[b-janmceox6m] {
        color: #7fb0ff;
        text-decoration: underline;
    }

.game-category-bubble[b-janmceox6m] {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 .55rem;
    border-radius: 999px;
    background: rgba(96, 165, 250, .12);
    border: 1px solid rgba(96, 165, 250, .28);
    color: #93c5fd;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
}

.center-cell[b-janmceox6m] {
    text-align: center;
}

.genre-cell[b-janmceox6m] {
    color: #d8d8d8;
    font-size: 0.9rem;
    max-width: 220px;
}

.muted[b-janmceox6m] {
    color: #888;
    margin-left: 5px;
    font-weight: 400;
}

.filtered-count[b-janmceox6m] {
    font-size: 12px;
    color: #888;
    margin-bottom: .45rem;
    padding-left: 2px;
}

.add-collection-btn[b-janmceox6m] {
    background: #2d6cdf;
    color: white;
    border: none;
    padding: 8px 13px;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
}

    .add-collection-btn:hover[b-janmceox6m] {
        background: #3d7cff;
    }

.edit-row-btn[b-janmceox6m] {
    background: #333;
    color: white;
    border: 1px solid #555;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

    .edit-row-btn:hover[b-janmceox6m] {
        background: #444;
    }

.empty-box[b-janmceox6m] {
    margin-top: 1rem;
    padding: 1rem;
    background: #202020;
    border: 1px solid #333;
    border-radius: 8px;
    color: #aaa;
}

.modal-backdrop[b-janmceox6m] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .75);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
}

.modal-box[b-janmceox6m] {
    width: min(900px, 95vw);
    max-height: 85vh;
    overflow-y: auto;
    background: #181818;
    color: white;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 1rem;
}

.modal-header[b-janmceox6m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .modal-header h2[b-janmceox6m] {
        margin: 0;
    }

.close-btn[b-janmceox6m] {
    background: transparent;
    color: white;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.chart-tabs[b-janmceox6m] {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.65rem;
}

    .chart-tabs button[b-janmceox6m] {
        flex: 1;
        border: 1px solid #333;
        background: #181818;
        color: #aaa;
        border-radius: 8px;
        padding: 0.45rem 0.6rem;
        font-size: 0.82rem;
        cursor: pointer;
    }

        .chart-tabs button.active[b-janmceox6m] {
            background: #242424;
            color: #fff;
            border-color: #555;
        }

.compact-chart-card[b-janmceox6m] {
    min-height: unset;
    height: auto;
    padding: 0.85rem;
}

.compact-chart-section[b-janmceox6m] {
    margin-top: 0;
}

.compact-chart-row[b-janmceox6m] {
    min-height: 22px;
    margin-bottom: 0.3rem;
}

.mobile-collection-list[b-janmceox6m] {
    display: none;
}

@media (max-width: 1350px) {
    .collection-dashboard-three[b-janmceox6m] {
        grid-template-columns: 320px 1fr;
    }

    .collection-chart-column[b-janmceox6m] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .collection-dashboard-three[b-janmceox6m] {
        grid-template-columns: 1fr;
    }

    .collection-header[b-janmceox6m] {
        align-items: flex-start;
        flex-direction: column;
    }

    .stats-inline-row[b-janmceox6m] {
        flex-wrap: wrap;
    }

    .stats-divider[b-janmceox6m] {
        display: none;
    }
}

@media (max-width: 700px) {
    .collection-table-wrap[b-janmceox6m] {
        display: none;
    }

    .mobile-collection-list[b-janmceox6m] {
        display: flex;
        flex-direction: column;
        gap: .7rem;
    }

    .mobile-collection-card[b-janmceox6m] {
        display: flex;
        gap: .75rem;
        min-height: 124px;
        background: #181818;
        border: 1px solid #2f2f2f;
        border-radius: 12px;
        padding: .65rem;
        color: white;
    }

        .mobile-collection-card.mobile-collection-card-finished[b-janmceox6m] {
            border-color: rgba(101, 221, 131, .42);
        }

            .mobile-collection-card.mobile-collection-card-finished:hover[b-janmceox6m] {
                border-color: rgba(101, 221, 131, .62);
            }

    .mobile-cover-column[b-janmceox6m] {
        width: 82px;
        flex: 0 0 82px;
    }

    .mobile-cover-img[b-janmceox6m],
    .mobile-no-cover[b-janmceox6m] {
        width: 82px;
        height: 124px;
        border-radius: 8px;
    }

    .mobile-cover-img[b-janmceox6m] {
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .mobile-no-cover[b-janmceox6m] {
        background: #2b2b2b;
        color: #888;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .mobile-collection-content[b-janmceox6m] {
        min-width: 0;
        min-height: 124px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .mobile-title-finished-row[b-janmceox6m] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: .6rem;
    }

    .mobile-title-btn[b-janmceox6m] {
        flex: 1;
        min-width: 0;
        width: 100%;
        background: none;
        border: none;
        padding: 0;
        color: white;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.18;
        text-align: left;
        cursor: pointer;
    }

        .mobile-title-btn:hover[b-janmceox6m] {
            color: #7fb0ff;
            text-decoration: underline;
        }

    .mobile-finished-check[b-janmceox6m] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        padding-top: 1px;
    }

    .mobile-ownership-row[b-janmceox6m] {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: .35rem;
        margin-top: .35rem;
    }

    .mobile-collection-bubble[b-janmceox6m] {
        display: inline-flex;
        align-items: center;
        height: 21px;
        padding: 0 .55rem;
        border-radius: 999px;
        background: rgba(96, 165, 250, .12);
        border: 1px solid rgba(96, 165, 250, .25);
        color: #b7d3ff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }

        .mobile-collection-bubble.backlog[b-janmceox6m] {
            background: rgba(250, 204, 21, .11);
            border-color: rgba(250, 204, 21, .25);
            color: #facc15;
        }

        .mobile-collection-bubble.wishlist[b-janmceox6m] {
            background: rgba(236, 72, 153, .11);
            border-color: rgba(236, 72, 153, .25);
            color: #f0a4cd;
        }

    .mobile-platform-row[b-janmceox6m] {
        margin-top: .3rem;
        display: flex;
        align-items: center;
        min-height: 23px;
    }

    .mobile-collection-meta-row[b-janmceox6m] {
        margin-top: .35rem;
        min-width: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: .35rem .6rem;
        color: #b9b9b9;
        font-size: 12px;
        line-height: 1.1;
    }

    .mobile-category-text[b-janmceox6m] {
        color: #93c5fd;
        font-weight: 700;
    }

    .mobile-genre-text[b-janmceox6m] {
        color: #bdbdbd;
        font-weight: 600;
    }

    .mobile-bottom-row[b-janmceox6m] {
        margin-top: auto;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: .6rem;
        padding-top: .25rem;
    }

    .mobile-bottom-left[b-janmceox6m] {
        display: flex;
        align-items: center;
        gap: .45rem;
    }

    .mobile-bottom-right[b-janmceox6m] {
        display: flex;
        align-items: center;
        gap: .45rem;
        margin-left: auto;
    }

    .mobile-percent-text[b-janmceox6m] {
        color: #aaa;
        font-size: 12px;
        white-space: nowrap;
    }

    .mobile-collection-date[b-janmceox6m] {
        color: #aaa;
        font-size: 12px;
        white-space: nowrap;
    }

    .mobile-edit-btn[b-janmceox6m] {
        background: #333;
        color: white;
        border: 1px solid #555;
        border-radius: 6px;
        padding: 4px 11px;
        font-size: 12px;
        line-height: 1.15;
        cursor: pointer;
        flex-shrink: 0;
    }

        .mobile-edit-btn:hover[b-janmceox6m] {
            background: #444;
        }
}

.collection-mobile-count-sort-row[b-janmceox6m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .45rem;
}

.mobile-sort-select[b-janmceox6m] {
    display: none;
}

@media (max-width: 700px) {
    .collection-mobile-count-sort-row .filtered-count[b-janmceox6m] {
        margin-bottom: 0;
        white-space: nowrap;
    }

    .mobile-sort-select[b-janmceox6m] {
        display: block;
        max-width: 185px;
        background: #242424;
        color: white;
        border: 1px solid #444;
        border-radius: 9px;
        padding: 7px 9px;
        font-size: 12px;
    }
}














/* _content/GameTrackerV4/Components/ProfilePanels/PlayedPanel.razor.rz.scp.css */
.played-header[b-5qtzj36u21] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.played-dashboard[b-5qtzj36u21] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.played-filter-card[b-5qtzj36u21],
.played-stats-card[b-5qtzj36u21] {
    background: #1b1b1b;
    border: 1px solid #343434;
    border-radius: 14px;
    padding: 1rem;
    min-width: 0;
}

.played-card-title[b-5qtzj36u21] {
    color: white;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: .75rem;
}

.played-filter-card[b-5qtzj36u21] {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

    .played-filter-card label[b-5qtzj36u21] {
        display: flex;
        align-items: center;
        gap: .45rem;
        color: #ddd;
        font-size: 13px;
        cursor: pointer;
    }

    .played-filter-card input[type="checkbox"][b-5qtzj36u21] {
        cursor: pointer;
    }

    .played-filter-card select[b-5qtzj36u21],
    .played-search[b-5qtzj36u21] {
        width: 100%;
        background: #242424;
        color: white;
        border: 1px solid #444;
        border-radius: 9px;
        padding: 8px 10px;
        font-size: 13px;
    }

.played-search[b-5qtzj36u21] {
    background: #121212;
    padding: 10px 12px;
}

    .played-search[b-5qtzj36u21]::placeholder {
        color: #777;
    }

    .played-search:focus[b-5qtzj36u21],
    .played-filter-card select:focus[b-5qtzj36u21] {
        outline: none;
        border-color: #4c84ff;
    }

.clear-filter-btn[b-5qtzj36u21] {
    background: #2a2a2a;
    color: #ddd;
    border: 1px solid #444;
    border-radius: 9px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

    .clear-filter-btn:hover[b-5qtzj36u21] {
        background: #333;
        color: white;
    }

.played-stats-top-row[b-5qtzj36u21] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.played-tabs[b-5qtzj36u21] {
    display: flex;
    align-items: center;
    gap: .45rem;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

    .played-tabs[b-5qtzj36u21]::-webkit-scrollbar {
        display: none;
    }

    .played-tabs li[b-5qtzj36u21] {
        margin: 0;
        flex-shrink: 0;
    }

    .played-tabs button[b-5qtzj36u21] {
        background: #232323;
        color: #aaa;
        border: 1px solid #3a3a3a;
        border-radius: 999px;
        padding: .55rem .95rem;
        cursor: pointer;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
    }

        .played-tabs button:hover[b-5qtzj36u21] {
            background: #2c2c2c;
            color: white;
            border-color: #4b4b4b;
        }

        .played-tabs button.active[b-5qtzj36u21] {
            background: #3d7cff;
            color: white;
            border-color: #3d7cff;
        }

.played-stats-top-row .add-played-btn[b-5qtzj36u21] {
    white-space: nowrap;
}

.played-stats-grid[b-5qtzj36u21] {
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    gap: .75rem;
}

.stat-card[b-5qtzj36u21] {
    min-height: 92px;
    background: linear-gradient(180deg, #1f1f1f 0%, #181818 100%);
    border: 1px solid #323232;
    border-radius: 12px;
    padding: .95rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.stat-label[b-5qtzj36u21] {
    color: #8f8f8f;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .45rem;
}

.stat-value[b-5qtzj36u21] {
    color: white;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

[b-5qtzj36u21] .compact-chart-card {
    background: linear-gradient(180deg, #1d1d1d 0%, #181818 100%);
    border: 1px solid #323232;
    border-radius: 12px;
    padding: .9rem;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

[b-5qtzj36u21] .compact-chart-row {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr) 42px;
    align-items: center;
    gap: .7rem;
    min-height: 25px;
}

[b-5qtzj36u21] .compact-chart-label {
    color: #e2e2e2;
    font-size: 12px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-5qtzj36u21] .compact-chart-track {
    height: 12px;
    background: #262626;
    border: 1px solid #303030;
    border-radius: 999px;
    overflow: hidden;
}

[b-5qtzj36u21] .compact-chart-fill {
    height: 100%;
    min-width: 6px;
    background: linear-gradient(90deg, #3d7cff 0%, #6aa0ff 100%);
    border-radius: 999px;
}

[b-5qtzj36u21] .compact-chart-value {
    color: white;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}

[b-5qtzj36u21] .breakdown-empty {
    color: #888;
    font-size: 13px;
    padding: .35rem 0;
}

[b-5qtzj36u21] .vertical-chart-card {
    height: 260px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: .75rem;
    padding: 1rem;
    background: linear-gradient(180deg, #1d1d1d 0%, #181818 100%);
    border: 1px solid #323232;
    border-radius: 12px;
}

[b-5qtzj36u21] .vertical-chart-item {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: .45rem;
}

[b-5qtzj36u21] .vertical-chart-bar-wrap {
    height: 210px;
    display: flex;
    align-items: flex-end;
}

[b-5qtzj36u21] .vertical-chart-bar {
    width: 100%;
    min-height: 10px;
    border-radius: 10px 10px 4px 4px;
    background: linear-gradient(180deg, #6aa0ff 0%, #3d7cff 100%);
}

[b-5qtzj36u21] .vertical-chart-bar-zero {
    display: none;
}

[b-5qtzj36u21] .vertical-chart-label {
    color: #cfcfcf;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.filtered-count[b-5qtzj36u21] {
    color: #888;
    font-size: 12px;
    margin-bottom: .45rem;
    padding-left: 2px;
}

.played-table-wrap[b-5qtzj36u21] {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.played-table[b-5qtzj36u21] {
    width: 100%;
    max-width: 100%;
    background: #181818;
    color: white;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    table-layout: auto;
}

    .played-table th[b-5qtzj36u21] {
        background: #242424;
        color: #ddd;
        font-size: 13px;
        font-weight: 700;
        padding: 6px 7px;
        text-align: left;
        border-bottom: 1px solid #333;
        white-space: nowrap;
    }

    .played-table td[b-5qtzj36u21] {
        padding: 4px 7px;
        font-size: 13px;
        border-bottom: 1px solid #2a2a2a;
        vertical-align: middle;
        white-space: nowrap;
    }

    .played-table tr:hover[b-5qtzj36u21] {
        background: #222;
    }

.sortable-th[b-5qtzj36u21] {
    cursor: pointer;
    user-select: none;
}

    .sortable-th:hover[b-5qtzj36u21] {
        color: white;
        background: #2d2d2d;
    }

.finished-cell[b-5qtzj36u21] {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    text-align: center !important;
}

.cover-cell[b-5qtzj36u21] {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
}

.cover-img[b-5qtzj36u21],
.no-cover[b-5qtzj36u21] {
    width: 22px;
    height: 30px;
    border-radius: 3px;
}

.cover-img[b-5qtzj36u21] {
    display: block;
    object-fit: cover;
    object-position: center;
}

.no-cover[b-5qtzj36u21] {
    background: #2b2b2b;
    color: #888;
    font-size: 9px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.game-title-cell[b-5qtzj36u21] {
    width: 100%;
    min-width: 260px;
    max-width: 620px;
}

.game-title-btn[b-5qtzj36u21] {
    display: block;
    max-width: 100%;
    color: white;
    font-weight: 700;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .game-title-btn:hover[b-5qtzj36u21] {
        color: #7fb0ff;
        text-decoration: underline;
    }

.muted[b-5qtzj36u21] {
    color: #888;
    margin-left: 5px;
    font-weight: 400;
}

.genre-cell[b-5qtzj36u21] {
    max-width: 140px;
    color: #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
}

.memo-cell[b-5qtzj36u21] {
    max-width: 220px;
}

.memo-preview[b-5qtzj36u21] {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b8b8b8;
    font-style: italic;
}

.empty-box[b-5qtzj36u21] {
    margin-top: 1rem;
    padding: 1rem;
    background: #202020;
    border: 1px solid #333;
    border-radius: 10px;
    color: #aaa;
}

.add-played-btn[b-5qtzj36u21] {
    background: #2d6cdf;
    color: white;
    border: none;
    padding: 8px 13px;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
}

    .add-played-btn:hover[b-5qtzj36u21] {
        background: #3d7cff;
    }

.edit-row-btn[b-5qtzj36u21],
.mobile-edit-btn[b-5qtzj36u21] {
    background: #333;
    color: white;
    border: 1px solid #555;
    border-radius: 7px;
    cursor: pointer;
}

.edit-row-btn[b-5qtzj36u21] {
    padding: 4px 8px;
    font-size: 12px;
    white-space: nowrap;
}

    .edit-row-btn:hover[b-5qtzj36u21],
    .mobile-edit-btn:hover[b-5qtzj36u21] {
        background: #444;
    }

.played-modal-backdrop[b-5qtzj36u21] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .75);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
}

.played-modal-box[b-5qtzj36u21] {
    width: min(900px, 95vw);
    max-height: 85vh;
    overflow-y: auto;
    background: #181818;
    color: white;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 1rem;
}

.played-modal-header[b-5qtzj36u21] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .played-modal-header h2[b-5qtzj36u21] {
        margin: 0;
    }

.close-btn[b-5qtzj36u21] {
    background: transparent;
    color: white;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.game-category-bubble[b-5qtzj36u21] {
    display: inline-flex;
    align-items: center;
    height: 22px;
    max-width: 100%;
    padding: 0 .55rem;
    border-radius: 999px;
    background: rgba(96, 165, 250, .12);
    border: 1px solid rgba(96, 165, 250, .28);
    color: #93c5fd;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.played-table-stars[b-5qtzj36u21] {
    display: inline-flex;
    align-items: center;
    gap: .04rem;
    white-space: nowrap;
    min-width: 76px;
}

    .played-table-stars .star[b-5qtzj36u21] {
        font-size: .95rem;
        line-height: 1;
    }

.mobile-played-list[b-5qtzj36u21] {
    display: none;
}

@media (max-width: 1100px) {
    .played-dashboard[b-5qtzj36u21] {
        grid-template-columns: 1fr;
    }

    .played-stats-grid[b-5qtzj36u21] {
        grid-template-columns: repeat(3, minmax(120px, 1fr));
    }
}

@media (max-width: 800px) {
    .played-stats-top-row[b-5qtzj36u21] {
        align-items: stretch;
        flex-direction: column;
    }

        .played-stats-top-row .add-played-btn[b-5qtzj36u21] {
            width: 100%;
        }

    .played-stats-grid[b-5qtzj36u21] {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .compact-chart-row[b-5qtzj36u21] {
        grid-template-columns: 82px minmax(0, 1fr) 34px;
        gap: .5rem;
    }

    .compact-chart-label[b-5qtzj36u21] {
        font-size: 11px;
    }

    .compact-chart-track[b-5qtzj36u21] {
        height: 10px;
    }
}

@media (max-width: 700px) {
    .played-header[b-5qtzj36u21] {
        align-items: flex-start;
        flex-direction: column;
    }

    .played-table-wrap[b-5qtzj36u21] {
        display: none;
    }

    .mobile-played-list[b-5qtzj36u21] {
        display: flex;
        flex-direction: column;
        gap: .7rem;
    }

    .mobile-played-card[b-5qtzj36u21] {
        display: flex;
        gap: .75rem;
        min-height: 124px;
        background: #181818;
        border: 1px solid #2f2f2f;
        border-radius: 12px;
        padding: .65rem;
        color: white;
        cursor: pointer;
    }

        .mobile-played-card:hover[b-5qtzj36u21] {
            background: #202020;
            border-color: #3a3a3a;
        }

        .mobile-played-card.mobile-played-card-completed[b-5qtzj36u21] {
            border-color: rgba(101, 221, 131, .42);
        }

        .mobile-played-card.mobile-played-card-perfected[b-5qtzj36u21] {
            border-color: rgba(250, 204, 21, .42);
        }

        .mobile-played-card.mobile-played-card-abandoned[b-5qtzj36u21] {
            border-color: rgba(248, 113, 113, .38);
        }

        .mobile-played-card.mobile-played-card-ongoing[b-5qtzj36u21] {
            border-color: rgba(147, 197, 253, .36);
        }

        .mobile-played-card.mobile-played-card-nearly[b-5qtzj36u21] {
            border-color: rgba(196, 181, 253, .36);
        }

        .mobile-played-card.mobile-played-card-completed:hover[b-5qtzj36u21] {
            border-color: rgba(101, 221, 131, .62);
        }

        .mobile-played-card.mobile-played-card-perfected:hover[b-5qtzj36u21] {
            border-color: rgba(250, 204, 21, .62);
        }


    .mobile-cover-column[b-5qtzj36u21] {
        width: 82px;
        flex: 0 0 82px;
    }

    .mobile-cover-img[b-5qtzj36u21],
    .mobile-no-cover[b-5qtzj36u21] {
        width: 82px;
        height: 124px;
        border-radius: 8px;
    }

    .mobile-cover-img[b-5qtzj36u21] {
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .mobile-no-cover[b-5qtzj36u21] {
        background: #2b2b2b;
        color: #888;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .mobile-played-content[b-5qtzj36u21] {
        min-width: 0;
        min-height: 124px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .mobile-title-hours-row[b-5qtzj36u21] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: .6rem;
    }

    .mobile-title-btn[b-5qtzj36u21] {
        flex: 1;
        min-width: 0;
        width: 100%;
        background: none;
        border: none;
        padding: 0;
        color: white;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.18;
        text-align: left;
        cursor: pointer;
    }

        .mobile-title-btn:hover[b-5qtzj36u21] {
            color: #7fb0ff;
            text-decoration: underline;
        }

    .mobile-hours-top[b-5qtzj36u21] {
        color: #ddd;
        font-size: 12px;
        font-weight: 900;
        white-space: nowrap;
        flex-shrink: 0;
        padding-top: 1px;
    }

    .mobile-status-row[b-5qtzj36u21] {
        display: flex;
        align-items: center;
        gap: .35rem;
        margin-top: .35rem;
    }

    .mobile-beat-check[b-5qtzj36u21] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .mobile-played-status-bubble[b-5qtzj36u21] {
        color: #bdbdbd;
        font-size: 12px;
        white-space: nowrap;
    }

    .mobile-platform-row[b-5qtzj36u21] {
        margin-top: .3rem;
        display: flex;
        align-items: center;
        min-height: 23px;
    }

    .mobile-rating-row[b-5qtzj36u21] {
        margin-top: .35rem;
        min-height: 18px;
        display: flex;
        align-items: center;
    }

    .mobile-rating-stars[b-5qtzj36u21] {
        display: inline-flex;
        align-items: center;
        gap: .02rem;
        color: #f5d76e;
        white-space: nowrap;
    }

        .mobile-rating-stars .star[b-5qtzj36u21] {
            font-size: .9rem;
            line-height: 1;
        }

    .mobile-bottom-row[b-5qtzj36u21] {
        margin-top: auto;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: .6rem;
        padding-top: .25rem;
    }

    .mobile-bottom-left[b-5qtzj36u21],
    .mobile-bottom-right[b-5qtzj36u21] {
        display: flex;
        align-items: center;
        gap: .45rem;
    }

    .mobile-bottom-right[b-5qtzj36u21] {
        margin-left: auto;
    }

    .mobile-extra-stats[b-5qtzj36u21] {
        min-width: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: .4rem .6rem;
        color: #b9b9b9;
        font-size: 12px;
        line-height: 1.1;
    }

    .mobile-category-text[b-5qtzj36u21] {
        color: #93c5fd;
        font-weight: 800;
    }

    .mobile-edit-btn[b-5qtzj36u21] {
        padding: 4px 11px;
        font-size: 12px;
        line-height: 1.15;
        flex-shrink: 0;
    }

    .mobile-date-stack[b-5qtzj36u21] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: .08rem;
    }

    .mobile-played-ago[b-5qtzj36u21] {
        color: #8f8f8f;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.1;
    }

    .mobile-played-date[b-5qtzj36u21] {
        color: #aaa;
        font-size: 12px;
        white-space: nowrap;
    }

    .mobile-release-gap[b-5qtzj36u21] {
        color: #6f6f6f;
        font-size: 10px;
        font-style: italic;
        line-height: 1.1;
    }
}

@media (max-width: 520px) {
    .played-filter-card[b-5qtzj36u21],
    .played-stats-card[b-5qtzj36u21] {
        padding: .85rem;
    }

    .played-stats-grid[b-5qtzj36u21] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .6rem;
    }

    .stat-card[b-5qtzj36u21] {
        min-height: 82px;
        padding: .8rem;
    }

    .stat-value[b-5qtzj36u21] {
        font-size: 1.6rem;
    }
}

@media (max-width: 700px) {
    .played-dashboard[b-5qtzj36u21],
    .played-filter-card[b-5qtzj36u21],
    .played-stats-card[b-5qtzj36u21],
    .played-stats-top-row[b-5qtzj36u21],
    .played-tabs[b-5qtzj36u21],
    .compact-chart-card[b-5qtzj36u21],
    .vertical-chart-card[b-5qtzj36u21] {
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .played-stats-card[b-5qtzj36u21] {
        overflow: hidden;
    }

    .played-tabs[b-5qtzj36u21] {
        width: 100%;
        overflow-x: auto;
        padding-bottom: .15rem;
    }

    [b-5qtzj36u21] .vertical-chart-card {
        width: 100%;
        overflow-x: auto;
        gap: .45rem;
        padding: .75rem;
    }

    [b-5qtzj36u21] .vertical-chart-item {
        min-width: 34px;
        flex: 0 0 34px;
    }

    [b-5qtzj36u21] .vertical-chart-label {
        font-size: 10px;
    }

    [b-5qtzj36u21] .compact-chart-row {
        grid-template-columns: 70px minmax(0, 1fr) 28px;
        gap: .45rem;
    }

    [b-5qtzj36u21] .compact-chart-label {
        font-size: 11px;
    }
}

.played-mobile-count-sort-row[b-5qtzj36u21] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .45rem;
}

.mobile-sort-select[b-5qtzj36u21] {
    display: none;
}

@media (max-width: 700px) {
    .played-mobile-count-sort-row[b-5qtzj36u21] {
        align-items: center;
    }

        .played-mobile-count-sort-row .filtered-count[b-5qtzj36u21] {
            margin-bottom: 0;
            white-space: nowrap;
        }

    .mobile-sort-select[b-5qtzj36u21] {
        display: block;
        max-width: 185px;
        background: #242424;
        color: white;
        border: 1px solid #444;
        border-radius: 9px;
        padding: 7px 9px;
        font-size: 12px;
    }
}

.icon-column[b-5qtzj36u21] {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}

.mobile-rating-row[b-5qtzj36u21] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile-indicator[b-5qtzj36u21] {
    font-size: 0.9rem;
    opacity: 0.8;
}

.mobile-photo-toggle[b-5qtzj36u21] {
    display: none;
}

.started-date[b-5qtzj36u21] {
    color: #888;
    font-style: italic;
}

@media (max-width: 700px) {
    .played-mobile-count-sort-row[b-5qtzj36u21] {
        gap: .45rem;
    }

    .mobile-photo-toggle[b-5qtzj36u21] {
        display: inline-flex;
        align-items: center;
        gap: .3rem;
        color: #d8d8d8;
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
        cursor: pointer;
    }

        .mobile-photo-toggle input[b-5qtzj36u21] {
            cursor: pointer;
        }

    .mobile-uploaded-img[b-5qtzj36u21] {
        border: 1px solid rgba(96, 165, 250, .85);
        box-shadow: 0 0 0 1px rgba(96, 165, 250, .16);
    }
}

.mobile-gallery-count[b-5qtzj36u21] {
    margin-top: 4px;
    color: #93c5fd;
    font-size: .7rem;
    font-weight: 800;
    text-align: center;
    line-height: 1;
}
/* _content/GameTrackerV4/Components/ProfilePanels/WishlistPanel.razor.rz.scp.css */
.wishlist-panel[b-tzkymvotgq] {
    display: grid;
    gap: .75rem;
}

.wishlist-filter-card[b-tzkymvotgq] {
    display: grid;
    grid-template-columns: 1fr 220px 220px auto;
    gap: .65rem;
    align-items: end;
    background: #1b1b1b;
    border: 1px solid #343434;
    border-radius: 12px;
    padding: 1rem;
}

.wishlist-card-title[b-tzkymvotgq] {
    grid-column: 1 / -1;
    color: white;
    font-size: 1.05rem;
    font-weight: 800;
}

.wishlist-search[b-tzkymvotgq],
.wishlist-filter-card select[b-tzkymvotgq] {
    width: 100%;
    background: #121212;
    color: white;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
}

    .wishlist-search:focus[b-tzkymvotgq],
    .wishlist-filter-card select:focus[b-tzkymvotgq] {
        outline: none;
        border-color: #4c84ff;
    }

.wishlist-clear-btn[b-tzkymvotgq] {
    background: #2a2a2a;
    color: #ddd;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 10px 13px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

    .wishlist-clear-btn:hover[b-tzkymvotgq] {
        background: #333;
        color: white;
    }

.wishlist-count[b-tzkymvotgq] {
    color: #888;
    font-size: 12px;
    padding-left: 2px;
}

.wishlist-table-wrap[b-tzkymvotgq] {
    width: 100%;
    overflow-x: auto;
}

.wishlist-table[b-tzkymvotgq] {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    background: #181818;
    color: white;
    border-radius: 10px;
    overflow: hidden;
}

    .wishlist-table th[b-tzkymvotgq] {
        background: #242424;
        color: #ddd;
        font-size: 13px;
        font-weight: 700;
        padding: 7px 9px;
        text-align: left;
        border-bottom: 1px solid #333;
        white-space: nowrap;
    }

    .wishlist-table td[b-tzkymvotgq] {
        padding: 5px 9px;
        font-size: 13px;
        border-bottom: 1px solid #2a2a2a;
        vertical-align: middle;
        white-space: nowrap;
    }

    .wishlist-table tr:hover[b-tzkymvotgq] {
        background: #222;
    }

.wishlist-cover-cell[b-tzkymvotgq] {
    width: 44px;
}

.wishlist-table-cover[b-tzkymvotgq],
.wishlist-table-no-cover[b-tzkymvotgq] {
    width: 26px;
    height: 36px;
    border-radius: 4px;
}

.wishlist-table-cover[b-tzkymvotgq] {
    object-fit: cover;
    object-position: center;
    display: block;
}

.wishlist-table-no-cover[b-tzkymvotgq] {
    background: #2b2b2b;
    color: #888;
    font-size: 8px;
    line-height: 1.05;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wishlist-title-cell[b-tzkymvotgq] {
    min-width: 260px;
}

.wishlist-title-btn[b-tzkymvotgq] {
    background: none;
    border: none;
    padding: 0;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

    .wishlist-title-btn:hover[b-tzkymvotgq] {
        color: #7fb0ff;
        text-decoration: underline;
    }

.wishlist-center-cell[b-tzkymvotgq] {
    text-align: center;
}

.wishlist-genre-cell[b-tzkymvotgq] {
    color: #d8d8d8;
    max-width: 220px;
}

.wishlist-category[b-tzkymvotgq],
.wishlist-genre[b-tzkymvotgq] {
    display: inline-flex;
    align-items: center;
    height: 21px;
    padding: 0 .55rem;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

.wishlist-category[b-tzkymvotgq] {
    background: rgba(96, 165, 250, .12);
    border: 1px solid rgba(96, 165, 250, .28);
    color: #93c5fd;
}

.wishlist-genre[b-tzkymvotgq] {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    color: #cfcfcf;
}

.wishlist-mobile-list[b-tzkymvotgq] {
    display: none;
}

.wishlist-meta-row[b-tzkymvotgq] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .45rem;
}

.wishlist-platform-row[b-tzkymvotgq] {
    margin-top: .45rem;
}

.wishlist-year[b-tzkymvotgq] {
    color: #888;
    font-weight: 500;
    margin-left: 4px;
}

.wishlist-added[b-tzkymvotgq] {
    margin-top: auto;
    padding-top: .55rem;
    color: #888;
    font-size: 12px;
}

.wishlist-empty-box[b-tzkymvotgq] {
    padding: 1rem;
    background: #202020;
    border: 1px solid #333;
    border-radius: 8px;
    color: #aaa;
}

@media (max-width: 850px) {
    .wishlist-filter-card[b-tzkymvotgq] {
        grid-template-columns: 1fr;
    }

    .wishlist-table-wrap[b-tzkymvotgq] {
        display: none;
    }

    .wishlist-mobile-list[b-tzkymvotgq] {
        display: flex;
        flex-direction: column;
        gap: .7rem;
    }

    .wishlist-mobile-card[b-tzkymvotgq] {
        display: flex;
        gap: .75rem;
        min-height: 124px;
        background: #181818;
        border: 1px solid #2f2f2f;
        border-radius: 12px;
        padding: .65rem;
        color: white;
        cursor: pointer;
    }

    .wishlist-mobile-cover[b-tzkymvotgq],
    .wishlist-mobile-no-cover[b-tzkymvotgq] {
        width: 82px;
        height: 124px;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .wishlist-mobile-cover[b-tzkymvotgq] {
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .wishlist-mobile-no-cover[b-tzkymvotgq] {
        background: #2b2b2b;
        color: #888;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .wishlist-mobile-info[b-tzkymvotgq] {
        min-width: 0;
        min-height: 124px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .wishlist-mobile-title[b-tzkymvotgq] {
        color: white;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.18;
    }
}

@media (max-width: 520px) {
    .wishlist-mobile-card[b-tzkymvotgq] {
        gap: .65rem;
        padding: .65rem;
    }

    .wishlist-mobile-cover[b-tzkymvotgq],
    .wishlist-mobile-no-cover[b-tzkymvotgq] {
        width: 72px;
        height: 108px;
    }

    .wishlist-mobile-title[b-tzkymvotgq] {
        font-size: 14px;
    }
}
