.sb-page {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    margin: 2rem 0;
    padding: 1.5rem;
}

.sb-page h1 {
    color: #ff6b8b;
    font-family: "Fredoka One", cursive;
    margin: 0 0 0.7rem;
    text-align: center;
}

#sbSubtitle {
    margin: 0 auto 1rem;
    max-width: 760px;
    text-align: center;
}

.sb-hud {
    background: #f9f7fe;
    border-radius: 14px;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    margin-bottom: 1rem;
    padding: 0.75rem;
    text-align: center;
}

.sb-hud .label {
    color: #555;
    font-weight: 700;
}

.sb-target-wrap {
    background: #fff5f8;
    border-radius: 12px;
    margin-bottom: 0.9rem;
    padding: 0.7rem;
}

.sb-help {
    margin: 0 0 0.5rem;
}

.sb-target,
.sb-pool {
    background: #fff;
    border: 2px dashed #ecd7e8;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-height: 52px;
    padding: 0.6rem;
}

.sb-pool {
    margin-top: 0.8rem;
}

.sb-token {
    background: linear-gradient(135deg, #4ecdc4, #06d6a0);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 0.45rem 0.8rem;
}

.sb-token:hover {
    filter: brightness(0.95);
}

.sb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    margin-top: 1rem;
}

.sb-actions button {
    background: #ff6b8b;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-family: "Fredoka One", cursive;
    padding: 0.7rem 1.1rem;
}

.sb-actions button:disabled {
    background: #c9b7c6;
    cursor: default;
}

.sb-feedback {
    font-weight: 700;
    margin-top: 0.9rem;
    min-height: 1.4rem;
    text-align: center;
}

