#arkham-snapshot-form.arkham-form {
    max-width: 980px;
    margin: 40px auto;
    padding: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #ffffff !important;
    color: #111111 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#arkham-snapshot-form.arkham-form h2,
#arkham-snapshot-form.arkham-form h3,
#arkham-snapshot-form.arkham-form p,
#arkham-snapshot-form.arkham-form label,
#arkham-snapshot-form.arkham-form legend,
#arkham-snapshot-form.arkham-form span,
#arkham-snapshot-form.arkham-form strong {
    color: #111111 !important;
}

#arkham-snapshot-form .arkham-step {
    display: none !important;
}

#arkham-snapshot-form .arkham-step.active {
    display: block !important;
}

#arkham-snapshot-form .arkham-field,
#arkham-snapshot-form .arkham-question {
    margin-bottom: 20px;
}

#arkham-snapshot-form .arkham-field label,
#arkham-snapshot-form .arkham-fieldset legend {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

#arkham-snapshot-form input[type="text"],
#arkham-snapshot-form input[type="email"],
#arkham-snapshot-form input[type="date"],
#arkham-snapshot-form select,
#arkham-snapshot-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #ffffff !important;
    color: #111111 !important;
    box-sizing: border-box;
}

#arkham-snapshot-form input::placeholder,
#arkham-snapshot-form textarea::placeholder {
    color: #666666;
}

#arkham-snapshot-form .arkham-field-group {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px;
}

#arkham-snapshot-form .arkham-fieldset {
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #fafafa;
}

#arkham-snapshot-form .arkham-scale {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

#arkham-snapshot-form .arkham-scale label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    background: #ffffff !important;
    color: #111111 !important;
}

#arkham-snapshot-form .arkham-scale input[type="radio"] {
    margin: 0 auto 6px;
}

#arkham-snapshot-form .arkham-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#arkham-snapshot-form .arkham-navigation button {
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    background: #111111;
    color: #ffffff;
    font-weight: 600;
}

#arkham-snapshot-form .arkham-navigation button:hover {
    opacity: 0.92;
}

#arkham-snapshot-form .arkham-hidden {
    display: none !important;
}

#arkham-snapshot-form .arkham-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

#arkham-snapshot-form .arkham-checkbox input[type="checkbox"] {
    width: auto;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #arkham-snapshot-form .arkham-field-group {
        grid-template-columns: 1fr;
    }

    #arkham-snapshot-form .arkham-scale {
        grid-template-columns: 1fr;
    }

    #arkham-snapshot-form.arkham-form {
        padding: 18px;
    }
}

#arkham-form-message {
    margin-bottom: 20px;
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f6f6f6;
    color: #111111;
    font-weight: 600;
}

#arkham-snapshot-form .arkham-submit[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

#arkham-snapshot-form #arkham-mode-step {
    background: #ffffff !important;
}

#arkham-snapshot-form .arkham-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
    align-items: stretch;
}

#arkham-snapshot-form .arkham-mode-card {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 240px;
    padding: 28px;
    gap: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    background: #ffffff;
    color: #111111;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

#arkham-snapshot-form .arkham-mode-card:hover {
    transform: translateY(-4px);
    border-color: #111111;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

#arkham-snapshot-form .arkham-mode-card:focus,
#arkham-snapshot-form .arkham-mode-card:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
}

#arkham-snapshot-form .arkham-mode-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 14px;
    background: #f5f5f5;
    font-size: 30px;
    line-height: 1;
}

#arkham-snapshot-form .arkham-mode-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
    margin: 0;
}

#arkham-snapshot-form .arkham-mode-text {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #4f4f4f;
    margin: 0;
}

#arkham-snapshot-form #arkham-partner-auth-message,
#arkham-snapshot-form .arkham-partner-prefill-note {
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #f7f7f7;
    color: #111111;
    font-size: 13px;
}

#arkham-snapshot-form .arkham-back-to-mode,
#arkham-snapshot-form .arkham-validate-partner {
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    background: #111111;
    color: #ffffff;
    font-weight: 600;
}

#arkham-snapshot-form .arkham-back-to-mode:hover,
#arkham-snapshot-form .arkham-validate-partner:hover {
    opacity: 0.92;
}

@media (max-width: 768px) {
    #arkham-snapshot-form .arkham-mode-grid {
        grid-template-columns: 1fr;
    }

    #arkham-snapshot-form .arkham-mode-card {
        min-height: auto;
    }
}