/* /Components/QuestBanner.razor.rz.scp.css */
.quest-banner[b-wr2c215qw2] {
    position: relative;
    width: 420px;
    height: 560px;
    border-radius: 14px;
    border: 2px solid rgba(60, 40, 20, 0.35);
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    
    background-color: rgb(6, 6, 22);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);

    overflow: hidden;
}

.quest-banner:hover[b-wr2c215qw2] {
    border-color: rgba(255, 215, 120, 0.8);
    box-shadow: 0 12px 34px rgba(0,0,0,0.22), 0 0 18px rgba(255, 215, 120, 0.65);
}

.corner[b-wr2c215qw2] {
    position: absolute;
    padding: 10px;
    width: 60px;
    height: 60px;
    object-fit: contain; /* keeps same size without distortion */
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.25));
}

.top-left[b-wr2c215qw2] { top: 12px; left: 12px; }
.top-right[b-wr2c215qw2] { top: 12px; right: 12px; }
.bottom-right[b-wr2c215qw2] { bottom: 12px; right: 12px; }

.content[b-wr2c215qw2] {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 64px; /* make room for top icons */
}

.title[b-wr2c215qw2] {
    text-align: center;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.1;
    font-family: 'fantasy';
    font-weight: bold;
    color: brown;
}

.description[b-wr2c215qw2] {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.35;
    flex: 1; /* takes middle space */
    text-align: center;
    color:brown;
    font-family: 'fantasy';
    padding: 5%;
    padding-top: 0%;
}

.flavor[b-wr2c215qw2] {
    margin: 0;
    font-style: italic;
    opacity: 0.9;
}

.footer[b-wr2c215qw2] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-end;
    border-top: 1px solid rgba(60, 40, 20, 0.25);
    padding-top: 10px;
    padding-bottom: 10px;
}

.reward[b-wr2c215qw2] {
    font-weight: 600;
    padding-left: 10px;
}

.expires[b-wr2c215qw2] {
    font-size: 0.9rem;
    opacity: 0.85;
    text-align: center;
    margin-bottom: 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ya3qs91qo1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ya3qs91qo1] {
    flex: 1;
}

.sidebar[b-ya3qs91qo1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ya3qs91qo1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ya3qs91qo1]  a, .top-row[b-ya3qs91qo1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ya3qs91qo1]  a:hover, .top-row[b-ya3qs91qo1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ya3qs91qo1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ya3qs91qo1] {
        justify-content: space-between;
    }

    .top-row[b-ya3qs91qo1]  a, .top-row[b-ya3qs91qo1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ya3qs91qo1] {
        flex-direction: row;
    }

    .sidebar[b-ya3qs91qo1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ya3qs91qo1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ya3qs91qo1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ya3qs91qo1], article[b-ya3qs91qo1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
