/* ============================================
   THEME: MINIMAL
   Pure white, no card backgrounds, just lines
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&display=swap');

.theme-minimal.ff-page {
    background: #ffffff;
    font-family: 'DM Sans', -apple-system, sans-serif;
    color: #111111;
}

.theme-minimal .ff-title { font-size: 26px; color: #111; font-weight: 300; letter-spacing: -0.3px; }
.theme-minimal .ff-description { font-size: 14px; color: #888; font-weight: 300; }

.theme-minimal .ff-card {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 24px 0;
    box-shadow: none;
}
.theme-minimal .ff-card:hover {
    transform: none;
    border-bottom-color: #ddd;
}

.theme-minimal .ff-label { font-size: 12px; color: #888; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
.theme-minimal .ff-help { font-size: 12px; color: #aaa; }
.theme-minimal .ff-required { color: #999; }

.theme-minimal .ff-input {
    border: none;
    border-bottom: 1.5px solid #e0e0e0;
    border-radius: 0;
    padding: 10px 0;
    font-size: 15px;
    color: #111;
    background: transparent;
    outline: none;
    font-family: inherit;
    font-weight: 300;
}
.theme-minimal .ff-input:focus { border-bottom-color: #111; }

.theme-minimal .ff-choice {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background: transparent;
}
.theme-minimal .ff-choice:hover { border-bottom-color: #bbb; }
.theme-minimal .ff-choice-text { font-size: 14px; color: #333; font-weight: 300; }

.theme-minimal .ff-yes-no-btn {
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: transparent;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}
.theme-minimal .ff-yes-no-btn:hover { border-color: #111; }

.theme-minimal .ff-nps-btn {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #888;
    background: transparent;
    font-weight: 300;
}
.theme-minimal .ff-nps-btn:hover { background: #111; color: #fff; border-color: #111; }
.theme-minimal .ff-nps-active { background: #111 !important; color: #fff !important; border-color: #111 !important; }
.theme-minimal .ff-nps-scale { color: #aaa; }

.theme-minimal .ff-divider { border-color: #f0f0f0; }
.theme-minimal .ff-statement { font-size: 14px; color: #888; font-weight: 300; }

.theme-minimal .ff-submit {
    background: #111;
    color: #fff;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 500;
}
.theme-minimal .ff-submit:hover { background: #333; opacity: 1; }

.theme-minimal .ff-signature { border: 1px solid #e0e0e0; }
.theme-minimal .ff-signature-canvas { background: #fafafa; }
.theme-minimal .ff-signature-clear { color: #aaa; }

.theme-minimal .ff-footer { color: #ddd; }
.theme-minimal .ff-footer a { color: #aaa; text-decoration: none; }

.theme-minimal .ff-file { font-size: 13px; color: #888; font-weight: 300; }
.theme-minimal .ff-file::file-selector-button {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    margin-right: 12px;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.theme-minimal .ff-file::file-selector-button:hover { background: #eee; }
