.healing-tool {
    max-width: 420px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    font-family: system-ui, sans-serif;
}

.healing-tool input {
    width: 100%;
    padding: 12px 14px !important;
    font-size: 15px;
    border: 1px solid #ddd !important;
    border-radius: 6px;
    margin-bottom: 12px !important;
}

.healing-tool input:focus {
    outline: none;
    border-color: #4f46e5;
}

.healing-tool button {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    background: #4f46e5;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.healing-tool button:hover {
    background: #4338ca;
}

#healing-result {
    margin-top: 16px;
    font-size: 14px;
}

#healing-result h3 {
    margin-bottom: 8px;
}

#healing-result ul {
    padding-left: 18px;
}
