.fv-sout-app { font-family: inherit; width: 100%; }
.fv-sout-app * { font-family: inherit; }

.fv-sout-header { margin-bottom: 20px; }
.fv-sout-title { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: #4a1942; }
.fv-sout-intro { margin: 0; font-size: 13px; color: #9c6b8c; line-height: 1.5; }

/* Jauge */
.fv-sout-gauge-wrap {
    background: #fff0f6;
    border: 1px solid #f0c4d8;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 22px;
}
.fv-sout-gauge-labels {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 6px;
}
.fv-sout-gauge-amount { font-size: 22px; font-weight: 700; color: #e91e8c; }
.fv-sout-gauge-target { font-size: 12px; color: #9c6b8c; }

.fv-sout-gauge-bar {
    background: #f0d6e8;
    border-radius: 20px;
    height: 14px;
    overflow: hidden;
}
.fv-sout-gauge-fill {
    background: #e91e8c;
    height: 100%;
    border-radius: 20px;
    transition: width 0.4s ease;
}

.fv-sout-gauge-bar-secondary {
    margin-top: 10px;
    height: 10px;
    background: #f5e6ee;
}
.fv-sout-gauge-fill-secondary { background: #4a1942; }

.fv-sout-gauge-status {
    margin: 10px 0 0;
    font-size: 12px;
    color: #6b4b5f;
    line-height: 1.5;
}
.fv-sout-status-ok { color: #1a7a3a; font-weight: 600; }

/* Blocs */
.fv-sout-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}
.fv-sout-block {
    background: #fff;
    border: 1px solid #f0c4d8;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
}
.fv-sout-block-emoji { font-size: 22px; margin: 0 0 4px; }
.fv-sout-block-title { margin: 0 0 6px; font-size: 14px; font-weight: 700; color: #4a1942; }
.fv-sout-block-text { margin: 0 0 14px; font-size: 12px; color: #6b4b5f; line-height: 1.5; flex: 1; }

.fv-sout-btn {
    display: inline-block;
    text-align: center;
    background: #e91e8c;
    color: #fff !important;
    border-radius: 20px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}
.fv-sout-btn:hover { background: #c2185b; }

.fv-sout-btn-outline {
    background: #fff;
    color: #e91e8c !important;
    border: 1px solid #e91e8c;
}
.fv-sout-btn-outline:hover { background: #fff0f6; }

.fv-sout-block-free {
    background: #fff8fc;
    border-style: dashed;
}

@media (max-width: 480px) {
    .fv-sout-blocks { grid-template-columns: 1fr; }
}
