.sf-container-3b9eabe5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    gap: 16px;
}

.sf-filter-row-3b9eabe5 {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.sf-label-3b9eabe5 {
    font-weight: bold;
    min-width: 130px;
    color: #1b2838;
}

.sf-from-to-3b9eabe5 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
}

.sf-input-3b9eabe5 {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    width: 90px;
    box-sizing: border-box;
}

.sf-input-3b9eabe5:focus {
    border-color: #4a6ee0;
    outline: none;
}

.sf-error-3b9eabe5 {
    color: #c0392b;
    font-size: 13px;
}

.sf-genre-wrapper-3b9eabe5 {
    position: relative;
    flex: 1;
    min-width: 220px;
}

.sf-genre-input-3b9eabe5 {
    width: 100%;
    box-sizing: border-box;
}

.sf-genre-dropdown-3b9eabe5 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

.sf-genre-option-3b9eabe5 {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.sf-genre-option-3b9eabe5:hover {
    background: #f0f4ff;
    color: #4a6ee0;
}

.sf-genre-selected-3b9eabe5 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.sf-genre-tag-3b9eabe5 {
    background: #4a6ee0;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
}

.sf-genre-clear-3b9eabe5 {
    background: none;
    border: none;
    color: #c0392b;
    cursor: pointer;
    font-size: 18px;
    padding: 0 4px;
    line-height: 1;
}

.sf-actions-3b9eabe5 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sf-roll-btn-3b9eabe5 {
    background-color: #4a6ee0;
    color: #fff;
    border: none;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.sf-roll-btn-3b9eabe5:hover {
    background-color: #3b5cc7;
}

.sf-result-3b9eabe5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.sf-loading-3b9eabe5 {
    font-size: 14px;
    color: #66c0f4;
    text-align: center;
}

.sf-error-msg-3b9eabe5 {
    color: #c0392b;
    text-align: center;
    font-size: 15px;
}

.sf-card-3b9eabe5 {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #333;
    align-items: stretch;
    border: 1px solid #eaeaea;
    width: 100%;
}

.sf-left-col-3b9eabe5 {
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
}

.sf-cover-3b9eabe5 {
    width: 100%;
    object-fit: cover;
    display: block;
}

.sf-title-3b9eabe5 {
    font-size: 18px;
    color: #1b2838;
    margin: 0;
    padding: 15px;
    text-align: center;
    line-height: 1.3;
}

.sf-info-3b9eabe5 {
    width: 50%;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    box-sizing: border-box;
}

.sf-row-3b9eabe5 {
    font-size: 15px;
    line-height: 1.5;
}

.sf-discount-3b9eabe5 {
    background-color: #4c6b22;
    color: #a4d007;
    padding: 2px 6px;
    border-radius: 2px;
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
}

.sf-steam-btn-3b9eabe5 {
    background-color: #1b2838;
    color: #fff;
    border: none;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s;
    display: inline-block;
}

.sf-steam-btn-3b9eabe5:hover {
    background-color: #2b3b4e;
    color: #fff;
}

.sf-rating-blue-3b9eabe5 { color: #66c0f4; font-weight: bold; }
.sf-rating-yellow-3b9eabe5 { color: #d4a017; font-weight: bold; }
.sf-rating-red-3b9eabe5 { color: #c0392b; font-weight: bold; }

@media (max-width: 520px) {
    .sf-card-3b9eabe5 { flex-direction: column; }
    .sf-left-col-3b9eabe5, .sf-info-3b9eabe5 { width: 100%; }
    .sf-label-3b9eabe5 { min-width: auto; }
}